Skip to content

Commit

Permalink
Release v1.35.21 (2020-11-04) (#3623)
Browse files Browse the repository at this point in the history
Release v1.35.21 (2020-11-04)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
  * Capacity Rebalance helps you manage and maintain workload availability during Spot interruptions by proactively augmenting your Auto Scaling group with a new instance before interrupting an old one.
* `service/ec2`: Updates service API and documentation
  * Added support for Client Connect Handler for AWS Client VPN. Fleet supports launching replacement instances in response to Capacity Rebalance recommendation.
* `service/es`: Updates service API and documentation
  * Amazon Elasticsearch Service now supports native SAML authentication that seamlessly integrates with the customers' existing SAML 2.0 Identity Provider (IdP).
* `service/iot`: Updates service API, documentation, and paginators
  * Updated API documentation and added paginator for AWS Iot Registry ListThingPrincipals API.
* `service/meteringmarketplace`: Updates service API and documentation
  * Adding Vendor Tagging Support in MeterUsage and BatchMeterUsage API.
* `service/monitoring`: Updates service documentation
  * Documentation updates for monitoring
* `service/mq`: Updates service API and documentation
  * Amazon MQ introduces support for RabbitMQ, a popular message-broker with native support for AMQP 0.9.1. You can now create fully-managed RabbitMQ brokers in the cloud.
* `service/servicecatalog`: Updates service API and documentation
  * Service Catalog API ListPortfolioAccess can now support a maximum PageSize of 100.
* `service/transcribe-streaming`: Updates service API
* `service/xray`: Updates service API, documentation, and paginators
  * Releasing new APIs GetInsightSummaries, GetInsightEvents, GetInsight, GetInsightImpactGraph and updating GetTimeSeriesServiceStatistics API for AWS X-Ray Insights feature
  • Loading branch information
aws-sdk-go-automation authored Nov 4, 2020
1 parent 014f804 commit d0f4315
Show file tree
Hide file tree
Showing 38 changed files with 5,135 additions and 1,278 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Release v1.35.21 (2020-11-04)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
* Capacity Rebalance helps you manage and maintain workload availability during Spot interruptions by proactively augmenting your Auto Scaling group with a new instance before interrupting an old one.
* `service/ec2`: Updates service API and documentation
* Added support for Client Connect Handler for AWS Client VPN. Fleet supports launching replacement instances in response to Capacity Rebalance recommendation.
* `service/es`: Updates service API and documentation
* Amazon Elasticsearch Service now supports native SAML authentication that seamlessly integrates with the customers' existing SAML 2.0 Identity Provider (IdP).
* `service/iot`: Updates service API, documentation, and paginators
* Updated API documentation and added paginator for AWS Iot Registry ListThingPrincipals API.
* `service/meteringmarketplace`: Updates service API and documentation
* Adding Vendor Tagging Support in MeterUsage and BatchMeterUsage API.
* `service/monitoring`: Updates service documentation
* Documentation updates for monitoring
* `service/mq`: Updates service API and documentation
* Amazon MQ introduces support for RabbitMQ, a popular message-broker with native support for AMQP 0.9.1. You can now create fully-managed RabbitMQ brokers in the cloud.
* `service/servicecatalog`: Updates service API and documentation
* Service Catalog API ListPortfolioAccess can now support a maximum PageSize of 100.
* `service/transcribe-streaming`: Updates service API
* `service/xray`: Updates service API, documentation, and paginators
* Releasing new APIs GetInsightSummaries, GetInsightEvents, GetInsight, GetInsightImpactGraph and updating GetTimeSeriesServiceStatistics API for AWS X-Ray Insights feature

Release v1.35.20 (2020-11-02)
===

Expand Down
71 changes: 66 additions & 5 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.35.20"
const SDKVersion = "1.35.21"
8 changes: 6 additions & 2 deletions models/apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,8 @@
"TerminationPolicies":{"shape":"TerminationPolicies"},
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"}
}
},
"AutoScalingGroupDesiredCapacity":{"type":"integer"},
Expand Down Expand Up @@ -1153,6 +1154,7 @@
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"}
}
},
"CapacityRebalanceEnabled":{"type":"boolean"},
"ClassicLinkVPCSecurityGroups":{
"type":"list",
"member":{"shape":"XmlStringMaxLen255"}
Expand Down Expand Up @@ -1204,6 +1206,7 @@
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
"TerminationPolicies":{"shape":"TerminationPolicies"},
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
"LifecycleHookSpecificationList":{"shape":"LifecycleHookSpecifications"},
"Tags":{"shape":"Tags"},
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
Expand Down Expand Up @@ -2603,7 +2606,8 @@
"TerminationPolicies":{"shape":"TerminationPolicies"},
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
"MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"}
}
},
"Values":{
Expand Down
Loading

0 comments on commit d0f4315

Please sign in to comment.