Skip to content

Commit

Permalink
Release v1.40.16 (2021-08-05) (#4047)
Browse files Browse the repository at this point in the history
Release v1.40.16 (2021-08-05)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
  * EC2 Auto Scaling adds configuration checks and Launch Template validation to Instance Refresh.
* `service/models.lex.v2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Aug 5, 2021
1 parent 0522fa0 commit 16b7af7
Show file tree
Hide file tree
Showing 8 changed files with 260 additions and 71 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.40.16 (2021-08-05)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
* EC2 Auto Scaling adds configuration checks and Launch Template validation to Instance Refresh.
* `service/models.lex.v2`: Updates service API and documentation

Release v1.40.15 (2021-08-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.15"
const SDKVersion = "1.40.16"
16 changes: 14 additions & 2 deletions models/apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,13 @@
"NextToken":{"shape":"XmlString"}
}
},
"DesiredConfiguration":{
"type":"structure",
"members":{
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
"MixedInstancesPolicy":{"shape":"MixedInstancesPolicy"}
}
},
"DetachInstancesAnswer":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1888,7 +1895,9 @@
"EndTime":{"shape":"TimestampType"},
"PercentageComplete":{"shape":"IntPercent"},
"InstancesToUpdate":{"shape":"InstancesToUpdate"},
"ProgressDetails":{"shape":"InstanceRefreshProgressDetails"}
"ProgressDetails":{"shape":"InstanceRefreshProgressDetails"},
"Preferences":{"shape":"RefreshPreferences"},
"DesiredConfiguration":{"shape":"DesiredConfiguration"}
}
},
"InstanceRefreshIds":{
Expand Down Expand Up @@ -2606,7 +2615,8 @@
"MinHealthyPercentage":{"shape":"IntPercent"},
"InstanceWarmup":{"shape":"RefreshInstanceWarmup"},
"CheckpointPercentages":{"shape":"CheckpointPercentages"},
"CheckpointDelay":{"shape":"CheckpointDelay"}
"CheckpointDelay":{"shape":"CheckpointDelay"},
"SkipMatching":{"shape":"SkipMatching"}
}
},
"RefreshStrategy":{
Expand Down Expand Up @@ -2815,6 +2825,7 @@
},
"ShouldDecrementDesiredCapacity":{"type":"boolean"},
"ShouldRespectGracePeriod":{"type":"boolean"},
"SkipMatching":{"type":"boolean"},
"SpotInstancePools":{"type":"integer"},
"SpotPrice":{
"type":"string",
Expand All @@ -2833,6 +2844,7 @@
"members":{
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
"Strategy":{"shape":"RefreshStrategy"},
"DesiredConfiguration":{"shape":"DesiredConfiguration"},
"Preferences":{"shape":"RefreshPreferences"}
}
},
Expand Down
36 changes: 26 additions & 10 deletions models/apis/autoscaling/2011-01-01/docs-2.json

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions models/apis/models.lex.v2/2020-08-07/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2887,7 +2887,8 @@
"type":"structure",
"required":["closingResponse"],
"members":{
"closingResponse":{"shape":"ResponseSpecification"}
"closingResponse":{"shape":"ResponseSpecification"},
"active":{"shape":"BoxedBoolean"}
}
},
"IntentConfirmationSetting":{
Expand All @@ -2898,7 +2899,8 @@
],
"members":{
"promptSpecification":{"shape":"PromptSpecification"},
"declinationResponse":{"shape":"ResponseSpecification"}
"declinationResponse":{"shape":"ResponseSpecification"},
"active":{"shape":"BoxedBoolean"}
}
},
"IntentFilter":{
Expand Down Expand Up @@ -3487,7 +3489,7 @@
},
"PriorityValue":{
"type":"integer",
"max":25,
"max":100,
"min":0
},
"PromptMaxRetries":{
Expand Down Expand Up @@ -4397,7 +4399,8 @@
"members":{
"waitingResponse":{"shape":"ResponseSpecification"},
"continueResponse":{"shape":"ResponseSpecification"},
"stillWaitingResponse":{"shape":"StillWaitingResponseSpecification"}
"stillWaitingResponse":{"shape":"StillWaitingResponseSpecification"},
"active":{"shape":"BoxedBoolean"}
}
}
}
Expand Down
7 changes: 5 additions & 2 deletions models/apis/models.lex.v2/2020-08-07/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
}
},
"BotExportSpecification": {
"base": "<p>Provided the identity of a the bot that was exported.</p>",
"base": "<p>Provides the identity of a the bot that was exported.</p>",
"refs": {
"ExportResourceSpecification$botExportSpecification": "<p>Parameters for exporting a bot.</p>"
}
Expand Down Expand Up @@ -421,9 +421,12 @@
"BoxedBoolean": {
"base": null,
"refs": {
"IntentClosingSetting$active": "<p>Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user and no closing input from the user is used. If the <code>active</code> field isn't specified, the default is true.</p>",
"IntentConfirmationSetting$active": "<p>Specifies whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent and processing continues as if the responses aren't present. If the <code>active</code> field isn't specified, the default is true.</p>",
"PromptSpecification$allowInterrupt": "<p>Indicates whether the user can interrupt a speech prompt from the bot.</p>",
"ResponseSpecification$allowInterrupt": "<p>Indicates whether the user can interrupt a speech response from Amazon Lex.</p>",
"StillWaitingResponseSpecification$allowInterrupt": "<p>Indicates that the user can interrupt the response by speaking while the message is being played.</p>"
"StillWaitingResponseSpecification$allowInterrupt": "<p>Indicates that the user can interrupt the response by speaking while the message is being played.</p>",
"WaitAndContinueSpecification$active": "<p>Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used and the bot expects an appropriate response within the configured timeout. If the <code>active</code> field isn't specified, the default is true.</p>"
}
},
"BuildBotLocaleRequest": {
Expand Down
Loading

0 comments on commit 16b7af7

Please sign in to comment.