Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 41717ba

Browse files
Release v1.44.199 (2023-02-10) (#4721)
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.
1 parent d534826 commit 41717ba

37 files changed

+3974
-5574
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.44.199 (2023-02-10)
2+
===
3+
4+
### Service Client Updates
5+
* `service/autoscaling`: Updates service API and documentation
6+
* 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.
7+
* `service/connect`: Updates service API and documentation
8+
* `service/ec2`: Updates service API, documentation, and waiters
9+
* Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state.
10+
* `service/polly`: Updates service API
11+
* Amazon Polly adds two new neural Japanese voices - Kazuha, Tomoko
12+
* `service/sagemaker`: Updates service API and documentation
13+
* Amazon SageMaker Autopilot adds support for selecting algorithms in CreateAutoMLJob API.
14+
* `service/sns`: Updates service documentation
15+
* This release adds support for SNS X-Ray active tracing as well as other updates.
16+
117
Release v1.44.198 (2023-02-09)
218
===
319

aws/endpoints/defaults.go

Lines changed: 66 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.198"
8+
const SDKVersion = "1.44.199"

models/apis/autoscaling/2011-01-01/api-2.json

Lines changed: 79 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,24 @@
844844
{"shape":"ResourceContentionFault"}
845845
]
846846
},
847+
"RollbackInstanceRefresh":{
848+
"name":"RollbackInstanceRefresh",
849+
"http":{
850+
"method":"POST",
851+
"requestUri":"/"
852+
},
853+
"input":{"shape":"RollbackInstanceRefreshType"},
854+
"output":{
855+
"shape":"RollbackInstanceRefreshAnswer",
856+
"resultWrapper":"RollbackInstanceRefreshResult"
857+
},
858+
"errors":[
859+
{"shape":"LimitExceededFault"},
860+
{"shape":"ResourceContentionFault"},
861+
{"shape":"ActiveInstanceRefreshNotFoundFault"},
862+
{"shape":"IrreversibleInstanceRefreshFault"}
863+
]
864+
},
847865
"SetDesiredCapacity":{
848866
"name":"SetDesiredCapacity",
849867
"http":{
@@ -1163,6 +1181,7 @@
11631181
"TrafficSources":{"shape":"TrafficSources"}
11641182
}
11651183
},
1184+
"AutoRollback":{"type":"boolean"},
11661185
"AutoScalingGroup":{
11671186
"type":"structure",
11681187
"required":[
@@ -2125,7 +2144,8 @@
21252144
"InstancesToUpdate":{"shape":"InstancesToUpdate"},
21262145
"ProgressDetails":{"shape":"InstanceRefreshProgressDetails"},
21272146
"Preferences":{"shape":"RefreshPreferences"},
2128-
"DesiredConfiguration":{"shape":"DesiredConfiguration"}
2147+
"DesiredConfiguration":{"shape":"DesiredConfiguration"},
2148+
"RollbackDetails":{"shape":"RollbackDetails"}
21292149
}
21302150
},
21312151
"InstanceRefreshIds":{
@@ -2166,7 +2186,10 @@
21662186
"Successful",
21672187
"Failed",
21682188
"Cancelling",
2169-
"Cancelled"
2189+
"Cancelled",
2190+
"RollbackInProgress",
2191+
"RollbackFailed",
2192+
"RollbackSuccessful"
21702193
]
21712194
},
21722195
"InstanceRefreshWarmPoolProgress":{
@@ -2254,6 +2277,18 @@
22542277
},
22552278
"exception":true
22562279
},
2280+
"IrreversibleInstanceRefreshFault":{
2281+
"type":"structure",
2282+
"members":{
2283+
"message":{"shape":"XmlStringMaxLen255"}
2284+
},
2285+
"error":{
2286+
"code":"IrreversibleInstanceRefresh",
2287+
"httpStatusCode":400,
2288+
"senderFault":true
2289+
},
2290+
"exception":true
2291+
},
22572292
"LaunchConfiguration":{
22582293
"type":"structure",
22592294
"required":[
@@ -3005,7 +3040,10 @@
30053040
"InstanceWarmup":{"shape":"RefreshInstanceWarmup"},
30063041
"CheckpointPercentages":{"shape":"CheckpointPercentages"},
30073042
"CheckpointDelay":{"shape":"CheckpointDelay"},
3008-
"SkipMatching":{"shape":"SkipMatching"}
3043+
"SkipMatching":{"shape":"SkipMatching"},
3044+
"AutoRollback":{"shape":"AutoRollback"},
3045+
"ScaleInProtectedInstances":{"shape":"ScaleInProtectedInstances"},
3046+
"StandbyInstances":{"shape":"StandbyInstances"}
30093047
}
30103048
},
30113049
"RefreshStrategy":{
@@ -3044,6 +3082,36 @@
30443082
},
30453083
"ReturnData":{"type":"boolean"},
30463084
"ReuseOnScaleIn":{"type":"boolean"},
3085+
"RollbackDetails":{
3086+
"type":"structure",
3087+
"members":{
3088+
"RollbackReason":{"shape":"XmlStringMaxLen1023"},
3089+
"RollbackStartTime":{"shape":"TimestampType"},
3090+
"PercentageCompleteOnRollback":{"shape":"IntPercent"},
3091+
"InstancesToUpdateOnRollback":{"shape":"InstancesToUpdate"},
3092+
"ProgressDetailsOnRollback":{"shape":"InstanceRefreshProgressDetails"}
3093+
}
3094+
},
3095+
"RollbackInstanceRefreshAnswer":{
3096+
"type":"structure",
3097+
"members":{
3098+
"InstanceRefreshId":{"shape":"XmlStringMaxLen255"}
3099+
}
3100+
},
3101+
"RollbackInstanceRefreshType":{
3102+
"type":"structure",
3103+
"members":{
3104+
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"}
3105+
}
3106+
},
3107+
"ScaleInProtectedInstances":{
3108+
"type":"string",
3109+
"enum":[
3110+
"Refresh",
3111+
"Ignore",
3112+
"Wait"
3113+
]
3114+
},
30473115
"ScalingActivityInProgressFault":{
30483116
"type":"structure",
30493117
"members":{
@@ -3223,6 +3291,14 @@
32233291
"max":255,
32243292
"min":1
32253293
},
3294+
"StandbyInstances":{
3295+
"type":"string",
3296+
"enum":[
3297+
"Terminate",
3298+
"Ignore",
3299+
"Wait"
3300+
]
3301+
},
32263302
"StartInstanceRefreshAnswer":{
32273303
"type":"structure",
32283304
"members":{

0 commit comments

Comments
 (0)