Release v1.42.0 (2021-11-08)
Service Client Updates
service/chime-sdk-meetings
: Updates service API and documentationservice/ec2
: Updates service API and documentation- This release adds internal validation on the GatewayAssociationState field
service/sagemaker
: Updates service API and documentation- SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status.
service/wafv2
: Updates service API and documentation
SDK Features
- Support has been added for configuring endpoints with requirements such as FIPS and DualStack. (#3938)
AWS_USE_FIPS_ENDPOINT
andAWS_USE_DUALSTACK_ENDPOINT
can be set totrue
orfalse
in the environment to indicate an endpoint with the respective characteristic must be resolved.use_fips_endpoint
anduse_dualstack_endpoint
can be set totrue
orfalse
in the shared config file to indicate an endpoint with the respective characteristic must be resolved.- Programmatic configuration of FIPS and DualStack endpoint resolution.
- For more information see the
aws/session
package documentation.