Skip to content

Commit

Permalink
Release v1.40.56 (2021-10-05) (#4124)
Browse files Browse the repository at this point in the history
Release v1.40.56 (2021-10-05)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service API and documentation
* `service/backup`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, waiters, and paginators
  * Released Capacity Reservation Fleet, a feature of Amazon EC2 Capacity Reservations, which provides a way to manage reserved capacity across instance types. For more information: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-fleets.html
* `service/glue`: Updates service API and documentation
  * This release adds tag as an input of CreateConnection
* `service/location`: Updates service API and documentation
* `service/workmail`: Updates service API and documentation
  * This release allows customers to change their inbound DMARC settings in Amazon WorkMail.
  • Loading branch information
aws-sdk-go-automation authored Oct 5, 2021
1 parent 1c5e23b commit c4a6063
Show file tree
Hide file tree
Showing 26 changed files with 3,357 additions and 261 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.40.56 (2021-10-05)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service API and documentation
* `service/backup`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, waiters, and paginators
* Released Capacity Reservation Fleet, a feature of Amazon EC2 Capacity Reservations, which provides a way to manage reserved capacity across instance types. For more information: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-fleets.html
* `service/glue`: Updates service API and documentation
* This release adds tag as an input of CreateConnection
* `service/location`: Updates service API and documentation
* `service/workmail`: Updates service API and documentation
* This release allows customers to change their inbound DMARC settings in Amazon WorkMail.

Release v1.40.55 (2021-10-04)
===

Expand Down
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.40.55"
const SDKVersion = "1.40.56"
9 changes: 6 additions & 3 deletions models/apis/application-autoscaling/2016-02-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@
"KafkaBrokerStorageUtilization",
"ElastiCachePrimaryEngineCPUUtilization",
"ElastiCacheReplicaEngineCPUUtilization",
"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"
"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage",
"NeptuneReaderAverageCPUUtilization"
]
},
"MetricUnit":{"type":"string"},
Expand Down Expand Up @@ -586,7 +587,8 @@
"cassandra:table:WriteCapacityUnits",
"kafka:broker-storage:VolumeSize",
"elasticache:replication-group:NodeGroups",
"elasticache:replication-group:Replicas"
"elasticache:replication-group:Replicas",
"neptune:cluster:ReadReplicaCount"
]
},
"ScalableTarget":{
Expand Down Expand Up @@ -742,7 +744,8 @@
"lambda",
"cassandra",
"kafka",
"elasticache"
"elasticache",
"neptune"
]
},
"StepAdjustment":{
Expand Down
70 changes: 35 additions & 35 deletions models/apis/application-autoscaling/2016-02-06/docs-2.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions models/apis/backup/2018-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@
"input":{"shape":"UpdateFrameworkInput"},
"output":{"shape":"UpdateFrameworkOutput"},
"errors":[
{"shape":"AlreadyExistsException"},
{"shape":"ResourceNotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidParameterValueException"},
Expand Down Expand Up @@ -1487,7 +1488,8 @@
"type":"structure",
"members":{
"ReportPlanName":{"shape":"ReportPlanName"},
"ReportPlanArn":{"shape":"ARN"}
"ReportPlanArn":{"shape":"ARN"},
"CreationTime":{"shape":"timestamp"}
}
},
"CronExpression":{"type":"string"},
Expand Down Expand Up @@ -2865,7 +2867,9 @@
"type":"structure",
"required":["ReportTemplate"],
"members":{
"ReportTemplate":{"shape":"string"}
"ReportTemplate":{"shape":"string"},
"FrameworkArns":{"shape":"stringList"},
"NumberOfFrameworks":{"shape":"integer"}
}
},
"ResourceArns":{
Expand Down
31 changes: 17 additions & 14 deletions models/apis/backup/2018-11-15/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit c4a6063

Please sign in to comment.