Loading CHANGELOG.next.toml +12 −0 Original line number Diff line number Diff line Loading @@ -210,3 +210,15 @@ message = "Fix issue where clients using native-tls connector were prevented fro references = ["aws-sdk-rust#736"] meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client" } author = "Velfi" [[aws-sdk-rust]] message = "Fluent builder methods on the client are now marked as deprecated when the related operation is deprecated." references = ["aws-sdk-rust#740"] meta = { "breaking" = false, "tada" = true, "bug" = true } author = "Velfi" [[smithy-rs]] message = "Fluent builder methods on the client are now marked as deprecated when the related operation is deprecated." references = ["aws-sdk-rust#740"] meta = { "breaking" = false, "tada" = true, "bug" = true, "target" = "client"} author = "Velfi" codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientGenerator.kt +3 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,9 @@ class FluentClientGenerator( """, ) // Write a deprecation notice if this operation is deprecated. writer.deprecatedShape(operation) writer.rust( """ pub fn ${ Loading Loading
CHANGELOG.next.toml +12 −0 Original line number Diff line number Diff line Loading @@ -210,3 +210,15 @@ message = "Fix issue where clients using native-tls connector were prevented fro references = ["aws-sdk-rust#736"] meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client" } author = "Velfi" [[aws-sdk-rust]] message = "Fluent builder methods on the client are now marked as deprecated when the related operation is deprecated." references = ["aws-sdk-rust#740"] meta = { "breaking" = false, "tada" = true, "bug" = true } author = "Velfi" [[smithy-rs]] message = "Fluent builder methods on the client are now marked as deprecated when the related operation is deprecated." references = ["aws-sdk-rust#740"] meta = { "breaking" = false, "tada" = true, "bug" = true, "target" = "client"} author = "Velfi"
codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientGenerator.kt +3 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,9 @@ class FluentClientGenerator( """, ) // Write a deprecation notice if this operation is deprecated. writer.deprecatedShape(operation) writer.rust( """ pub fn ${ Loading