Unverified Commit d54c005a authored by Zelda Hessler's avatar Zelda Hessler Committed by GitHub
Browse files

add: deprecation notice to deprecated fluent builder methods (#2386)

* add: deprecation notice to deprecated fluent builder methods

* add: CHANGELOG.next.toml notes
parent 42671ddc
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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"
+3 −0
Original line number Diff line number Diff line
@@ -202,6 +202,9 @@ class FluentClientGenerator(
                    """,
                )

                // Write a deprecation notice if this operation is deprecated.
                writer.deprecatedShape(operation)

                writer.rust(
                    """
                    pub fn ${