aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.68k stars 650 forks source link

add annotations to deprecated services and introduce codegen integration for future deprecation #2824

Closed lucix-aws closed 1 month ago

lucix-aws commented 1 month ago

Adds DeprecateService integration. A service listed in this integration will have deprecation annotations added to operations and the package docs.

This PR also includes re-generation of the chime and sms services with a deprecation annotation, as the service models already had their service shapes marked as such.