Skip to content

Commit

Permalink
Release v1.44.199 (2023-02-10) (#4721)
Browse files Browse the repository at this point in the history
Release v1.44.199 (2023-02-10)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
  * You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh.
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, and waiters
  * Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state.
* `service/polly`: Updates service API
  * Amazon Polly adds two new neural Japanese voices - Kazuha, Tomoko
* `service/sagemaker`: Updates service API and documentation
  * Amazon SageMaker Autopilot adds support for selecting algorithms in CreateAutoMLJob API.
* `service/sns`: Updates service documentation
  * This release adds support for SNS X-Ray active tracing as well as other updates.
  • Loading branch information
aws-sdk-go-automation authored Feb 10, 2023
1 parent d534826 commit 41717ba
Show file tree
Hide file tree
Showing 37 changed files with 3,974 additions and 5,574 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.44.199 (2023-02-10)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
* You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh.
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, and waiters
* Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state.
* `service/polly`: Updates service API
* Amazon Polly adds two new neural Japanese voices - Kazuha, Tomoko
* `service/sagemaker`: Updates service API and documentation
* Amazon SageMaker Autopilot adds support for selecting algorithms in CreateAutoMLJob API.
* `service/sns`: Updates service documentation
* This release adds support for SNS X-Ray active tracing as well as other updates.

Release v1.44.198 (2023-02-09)
===

Expand Down
72 changes: 66 additions & 6 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.44.198"
const SDKVersion = "1.44.199"
82 changes: 79 additions & 3 deletions models/apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,24 @@
{"shape":"ResourceContentionFault"}
]
},
"RollbackInstanceRefresh":{
"name":"RollbackInstanceRefresh",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RollbackInstanceRefreshType"},
"output":{
"shape":"RollbackInstanceRefreshAnswer",
"resultWrapper":"RollbackInstanceRefreshResult"
},
"errors":[
{"shape":"LimitExceededFault"},
{"shape":"ResourceContentionFault"},
{"shape":"ActiveInstanceRefreshNotFoundFault"},
{"shape":"IrreversibleInstanceRefreshFault"}
]
},
"SetDesiredCapacity":{
"name":"SetDesiredCapacity",
"http":{
Expand Down Expand Up @@ -1163,6 +1181,7 @@
"TrafficSources":{"shape":"TrafficSources"}
}
},
"AutoRollback":{"type":"boolean"},
"AutoScalingGroup":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2125,7 +2144,8 @@
"InstancesToUpdate":{"shape":"InstancesToUpdate"},
"ProgressDetails":{"shape":"InstanceRefreshProgressDetails"},
"Preferences":{"shape":"RefreshPreferences"},
"DesiredConfiguration":{"shape":"DesiredConfiguration"}
"DesiredConfiguration":{"shape":"DesiredConfiguration"},
"RollbackDetails":{"shape":"RollbackDetails"}
}
},
"InstanceRefreshIds":{
Expand Down Expand Up @@ -2166,7 +2186,10 @@
"Successful",
"Failed",
"Cancelling",
"Cancelled"
"Cancelled",
"RollbackInProgress",
"RollbackFailed",
"RollbackSuccessful"
]
},
"InstanceRefreshWarmPoolProgress":{
Expand Down Expand Up @@ -2254,6 +2277,18 @@
},
"exception":true
},
"IrreversibleInstanceRefreshFault":{
"type":"structure",
"members":{
"message":{"shape":"XmlStringMaxLen255"}
},
"error":{
"code":"IrreversibleInstanceRefresh",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"LaunchConfiguration":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -3005,7 +3040,10 @@
"InstanceWarmup":{"shape":"RefreshInstanceWarmup"},
"CheckpointPercentages":{"shape":"CheckpointPercentages"},
"CheckpointDelay":{"shape":"CheckpointDelay"},
"SkipMatching":{"shape":"SkipMatching"}
"SkipMatching":{"shape":"SkipMatching"},
"AutoRollback":{"shape":"AutoRollback"},
"ScaleInProtectedInstances":{"shape":"ScaleInProtectedInstances"},
"StandbyInstances":{"shape":"StandbyInstances"}
}
},
"RefreshStrategy":{
Expand Down Expand Up @@ -3044,6 +3082,36 @@
},
"ReturnData":{"type":"boolean"},
"ReuseOnScaleIn":{"type":"boolean"},
"RollbackDetails":{
"type":"structure",
"members":{
"RollbackReason":{"shape":"XmlStringMaxLen1023"},
"RollbackStartTime":{"shape":"TimestampType"},
"PercentageCompleteOnRollback":{"shape":"IntPercent"},
"InstancesToUpdateOnRollback":{"shape":"InstancesToUpdate"},
"ProgressDetailsOnRollback":{"shape":"InstanceRefreshProgressDetails"}
}
},
"RollbackInstanceRefreshAnswer":{
"type":"structure",
"members":{
"InstanceRefreshId":{"shape":"XmlStringMaxLen255"}
}
},
"RollbackInstanceRefreshType":{
"type":"structure",
"members":{
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"}
}
},
"ScaleInProtectedInstances":{
"type":"string",
"enum":[
"Refresh",
"Ignore",
"Wait"
]
},
"ScalingActivityInProgressFault":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3223,6 +3291,14 @@
"max":255,
"min":1
},
"StandbyInstances":{
"type":"string",
"enum":[
"Terminate",
"Ignore",
"Wait"
]
},
"StartInstanceRefreshAnswer":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 41717ba

Please sign in to comment.