Loading codegen-test/dynamo-it/src/main.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ use dynamo::model::{AttributeDefinition, KeySchemaElement, KeyType, ScalarAttributeType, ProvisionedThroughput}; use dynamo::operation::CreateTable; use dynamo::output::{ListTablesOutput }; Loading codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/lang/RustModule.kt +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ package software.amazon.smithy.rust.codegen.lang data class RustModule(val name: String, val rustMetadata: RustMetadata) { Loading codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/lang/RustReservedWords.kt +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ package software.amazon.smithy.rust.codegen.lang import software.amazon.smithy.codegen.core.ReservedWordSymbolProvider Loading codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/CodegenDelegator.kt +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ package software.amazon.smithy.rust.codegen.smithy import software.amazon.smithy.codegen.core.writer.CodegenWriterDelegator Loading codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/SymbolMetadataProvider.kt +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ package software.amazon.smithy.rust.codegen.smithy import software.amazon.smithy.codegen.core.CodegenException Loading Loading
codegen-test/dynamo-it/src/main.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ use dynamo::model::{AttributeDefinition, KeySchemaElement, KeyType, ScalarAttributeType, ProvisionedThroughput}; use dynamo::operation::CreateTable; use dynamo::output::{ListTablesOutput }; Loading
codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/lang/RustModule.kt +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ package software.amazon.smithy.rust.codegen.lang data class RustModule(val name: String, val rustMetadata: RustMetadata) { Loading
codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/lang/RustReservedWords.kt +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ package software.amazon.smithy.rust.codegen.lang import software.amazon.smithy.codegen.core.ReservedWordSymbolProvider Loading
codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/CodegenDelegator.kt +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ package software.amazon.smithy.rust.codegen.smithy import software.amazon.smithy.codegen.core.writer.CodegenWriterDelegator Loading
codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/SymbolMetadataProvider.kt +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ package software.amazon.smithy.rust.codegen.smithy import software.amazon.smithy.codegen.core.CodegenException Loading