Skip to content

Commit

Permalink
Release v1.43.6 (#4294)
Browse files Browse the repository at this point in the history
Release v1.43.6 (2022-02-24)
===

### Service Client Updates
* `service/autoscaling`: Updates service API, documentation, and examples
  * You can now hibernate instances in a warm pool to stop instances without deleting their RAM contents. You can now also return instances to the warm pool on scale in, instead of always terminating capacity that you will need later.
* `service/databrew`: Updates service API and documentation
* `service/fms`: Updates service API and documentation
* `service/lightsail`: Updates service API and documentation
  * This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
* `service/route53`: Updates service documentation
  * SDK doc update for Route 53 to update some parameters with new information.
* `service/s3`: Updates service examples
  * This release adds support for new integrity checking capabilities in Amazon S3. You can choose from four supported checksum algorithms for data integrity checking on your upload and download requests. In addition, AWS SDK can automatically calculate a checksum as it streams data into S3
* `service/s3control`: Updates service API and documentation
  * Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.
* `service/transfer`: Updates service paginators
  * Support automatic pagination when listing AWS Transfer Family resources.
  • Loading branch information
aws-sdk-go-automation committed Feb 24, 2022
1 parent 021d53c commit 1f3b1b4
Show file tree
Hide file tree
Showing 36 changed files with 5,552 additions and 1,181 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.43.6 (2022-02-24)
===

### Service Client Updates
* `service/autoscaling`: Updates service API, documentation, and examples
* You can now hibernate instances in a warm pool to stop instances without deleting their RAM contents. You can now also return instances to the warm pool on scale in, instead of always terminating capacity that you will need later.
* `service/databrew`: Updates service API and documentation
* `service/fms`: Updates service API and documentation
* `service/lightsail`: Updates service API and documentation
* This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
* `service/route53`: Updates service documentation
* SDK doc update for Route 53 to update some parameters with new information.
* `service/s3`: Updates service examples
* This release adds support for new integrity checking capabilities in Amazon S3. You can choose from four supported checksum algorithms for data integrity checking on your upload and download requests. In addition, AWS SDK can automatically calculate a checksum as it streams data into S3
* `service/s3control`: Updates service API and documentation
* Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.
* `service/transfer`: Updates service paginators
* Support automatic pagination when listing AWS Transfer Family resources.

Release v1.43.5 (2022-02-23)
===

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.43.5"
const SDKVersion = "1.43.6"
19 changes: 15 additions & 4 deletions models/apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2099,6 +2099,12 @@
"AcceleratorTotalMemoryMiB":{"shape":"AcceleratorTotalMemoryMiBRequest"}
}
},
"InstanceReusePolicy":{
"type":"structure",
"members":{
"ReuseOnScaleIn":{"shape":"ReuseOnScaleIn"}
}
},
"Instances":{
"type":"list",
"member":{"shape":"Instance"}
Expand Down Expand Up @@ -2300,7 +2306,8 @@
"Warmed:Terminating:Proceed",
"Warmed:Terminated",
"Warmed:Stopped",
"Warmed:Running"
"Warmed:Running",
"Warmed:Hibernated"
]
},
"LifecycleTransition":{"type":"string"},
Expand Down Expand Up @@ -2845,7 +2852,8 @@
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
"MaxGroupPreparedCapacity":{"shape":"MaxGroupPreparedCapacity"},
"MinSize":{"shape":"WarmPoolMinSize"},
"PoolState":{"shape":"WarmPoolState"}
"PoolState":{"shape":"WarmPoolState"},
"InstanceReusePolicy":{"shape":"InstanceReusePolicy"}
}
},
"RecordLifecycleActionHeartbeatAnswer":{
Expand Down Expand Up @@ -2915,6 +2923,7 @@
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"ReturnData":{"type":"boolean"},
"ReuseOnScaleIn":{"type":"boolean"},
"ScalingActivityInProgressFault":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3263,7 +3272,8 @@
"MaxGroupPreparedCapacity":{"shape":"MaxGroupPreparedCapacity"},
"MinSize":{"shape":"WarmPoolMinSize"},
"PoolState":{"shape":"WarmPoolState"},
"Status":{"shape":"WarmPoolStatus"}
"Status":{"shape":"WarmPoolStatus"},
"InstanceReusePolicy":{"shape":"InstanceReusePolicy"}
}
},
"WarmPoolMinSize":{
Expand All @@ -3275,7 +3285,8 @@
"type":"string",
"enum":[
"Stopped",
"Running"
"Running",
"Hibernated"
]
},
"WarmPoolStatus":{
Expand Down
43 changes: 28 additions & 15 deletions models/apis/autoscaling/2011-01-01/docs-2.json

Large diffs are not rendered by default.

77 changes: 31 additions & 46 deletions models/apis/autoscaling/2011-01-01/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"LaunchTemplate": {
"LaunchTemplateId": "lt-0a20c965061f64abc",
"LaunchTemplateName": "my-template-for-auto-scaling",
"Version": "$Latest"
},
"MaxInstanceLifetime": 2592000,
Expand All @@ -125,8 +125,8 @@
"HealthCheckGracePeriod": 300,
"HealthCheckType": "ELB",
"LaunchTemplate": {
"LaunchTemplateId": "lt-0a20c965061f64abc",
"Version": "$Default"
"LaunchTemplateName": "my-template-for-auto-scaling",
"Version": "$Latest"
},
"MaxSize": 3,
"MinSize": 1,
Expand Down Expand Up @@ -1203,20 +1203,20 @@
{
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"LifecycleHookName": "my-lifecycle-hook",
"LifecycleTransition": "autoscaling:EC2_INSTANCE_LAUNCHING",
"NotificationTargetARN": "arn:aws:sns:us-west-2:123456789012:my-sns-topic --role-arn",
"RoleARN": "arn:aws:iam::123456789012:role/my-auto-scaling-role"
"DefaultResult": "CONTINUE",
"HeartbeatTimeout": 300,
"LifecycleHookName": "my-launch-lifecycle-hook",
"LifecycleTransition": "autoscaling:EC2_INSTANCE_LAUNCHING"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This example creates a lifecycle hook.",
"description": "This example creates a lifecycle hook for instance launch.",
"id": "autoscaling-put-lifecycle-hook-1",
"title": "To create a lifecycle hook"
"title": "To create a launch lifecycle hook"
}
],
"PutNotificationConfiguration": [
Expand Down Expand Up @@ -1303,18 +1303,21 @@
{
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"InstanceReusePolicy": {
"ReuseOnScaleIn": true
},
"MinSize": 30,
"PoolState": "Stopped"
"PoolState": "Hibernated"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This example adds a warm pool to the specified Auto Scaling group.",
"description": "This example creates a warm pool for the specified Auto Scaling group.",
"id": "to-add-a-warm-pool-to-an-auto-scaling-group-1617818810383",
"title": "To add a warm pool to an Auto Scaling group"
"title": "To create a warm pool for an Auto Scaling group"
}
],
"RecordLifecycleActionHeartbeat": [
Expand Down Expand Up @@ -1431,9 +1434,16 @@
{
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"DesiredConfiguration": {
"LaunchTemplate": {
"LaunchTemplateName": "my-template-for-auto-scaling",
"Version": "$Latest"
}
},
"Preferences": {
"InstanceWarmup": 400,
"MinHealthyPercentage": 50
"MinHealthyPercentage": 90,
"SkipMatching": true
}
},
"output": {
Expand Down Expand Up @@ -1490,37 +1500,12 @@
{
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"LaunchConfigurationName": "new-launch-config"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This example updates the launch configuration of the specified Auto Scaling group.",
"id": "autoscaling-update-auto-scaling-group-1",
"title": "To update the launch configuration"
},
{
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"MaxSize": 3,
"MinSize": 1
},
"comments": {
"input": {
"LaunchTemplate": {
"LaunchTemplateName": "my-template-for-auto-scaling",
"Version": "2"
},
"output": {
}
},
"description": "This example updates the minimum size and maximum size of the specified Auto Scaling group.",
"id": "autoscaling-update-auto-scaling-group-2",
"title": "To update the minimum and maximum size"
},
{
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"MaxSize": 5,
"MinSize": 1,
"NewInstancesProtectedFromScaleIn": true
},
"comments": {
Expand All @@ -1529,9 +1514,9 @@
"output": {
}
},
"description": "This example enables instance protection for the specified Auto Scaling group.",
"id": "autoscaling-update-auto-scaling-group-3",
"title": "To enable instance protection"
"description": "This example updates multiple properties at the same time.",
"id": "autoscaling-update-auto-scaling-group-1",
"title": "To update an Auto Scaling group"
}
]
}
Expand Down
8 changes: 7 additions & 1 deletion models/apis/databrew/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1971,6 +1971,11 @@
"type":"integer",
"min":1
},
"MaxOutputFiles":{
"type":"integer",
"max":999,
"min":1
},
"MaxResults100":{
"type":"integer",
"max":100,
Expand Down Expand Up @@ -2020,7 +2025,8 @@
"PartitionColumns":{"shape":"ColumnNameList"},
"Location":{"shape":"S3Location"},
"Overwrite":{"shape":"OverwriteOutput"},
"FormatOptions":{"shape":"OutputFormatOptions"}
"FormatOptions":{"shape":"OutputFormatOptions"},
"MaxOutputFiles":{"shape":"MaxOutputFiles"}
}
},
"OutputFormat":{
Expand Down
6 changes: 6 additions & 0 deletions models/apis/databrew/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,12 @@
"FilesLimit$MaxFiles": "<p>The number of Amazon S3 files to select.</p>"
}
},
"MaxOutputFiles": {
"base": null,
"refs": {
"Output$MaxOutputFiles": "<p>Maximum number of files to be generated by the job and written to the output folder. For output partitioned by column(s), the MaxOutputFiles value is the maximum number of files per partition.</p>"
}
},
"MaxResults100": {
"base": null,
"refs": {
Expand Down

0 comments on commit 1f3b1b4

Please sign in to comment.