Skip to content

Commit

Permalink
Release v1.42.22 (2021-12-09) (#4206)
Browse files Browse the repository at this point in the history
Release v1.42.22 (2021-12-09)
===

### Service Client Updates
* `service/ec2`: Updates service API, documentation, and waiters
  * Adds waiters support for internet gateways.
* `service/models.lex.v2`: Updates service API and documentation
* `service/network-firewall`: Updates service API and documentation
* `service/route53-recovery-control-config`: Updates service API and documentation
* `service/route53domains`: Updates service API, documentation, and paginators
  * Amazon Route 53 domain registration APIs now support filtering and sorting in the ListDomains API, deleting a domain by using the DeleteDomain API and getting domain pricing information by using the ListPrices API.
* `service/savingsplans`: Updates service documentation
* `service/sms`: Updates service documentation
  * This release adds SMS discontinuation information to the API and CLI references.
  • Loading branch information
aws-sdk-go-automation committed Dec 9, 2021
1 parent 3236aef commit 0f451d5
Show file tree
Hide file tree
Showing 29 changed files with 3,865 additions and 603 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.42.22 (2021-12-09)
===

### Service Client Updates
* `service/ec2`: Updates service API, documentation, and waiters
* Adds waiters support for internet gateways.
* `service/models.lex.v2`: Updates service API and documentation
* `service/network-firewall`: Updates service API and documentation
* `service/route53-recovery-control-config`: Updates service API and documentation
* `service/route53domains`: Updates service API, documentation, and paginators
* Amazon Route 53 domain registration APIs now support filtering and sorting in the ListDomains API, deleting a domain by using the DeleteDomain API and getting domain pricing information by using the ListPrices API.
* `service/savingsplans`: Updates service documentation
* `service/sms`: Updates service documentation
* This release adds SMS discontinuation information to the API and CLI references.

Release v1.42.21 (2021-12-08)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.42.21"
const SDKVersion = "1.42.22"
2 changes: 1 addition & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -17487,7 +17487,7 @@
"type":"structure",
"members":{
"ElasticGpuId":{
"shape":"String",
"shape":"ElasticGpuId",
"locationName":"elasticGpuId"
},
"ElasticGpuAssociationId":{
Expand Down
2 changes: 1 addition & 1 deletion models/apis/ec2/2016-11-15/docs-2.json
Expand Up @@ -7231,6 +7231,7 @@
"ElasticGpuId": {
"base": null,
"refs": {
"ElasticGpuAssociation$ElasticGpuId": "<p>The ID of the Elastic Graphics accelerator.</p>",
"ElasticGpuIdSet$member": null
}
},
Expand Down Expand Up @@ -16626,7 +16627,6 @@
"EbsBlockDevice$KmsKeyId": "<p>Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under which the EBS volume is encrypted.</p> <p>This parameter is only supported on <code>BlockDeviceMapping</code> objects called by <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html\">RunInstances</a>, <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html\">RequestSpotFleet</a>, and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html\">RequestSpotInstances</a>.</p>",
"EbsBlockDevice$OutpostArn": "<p>The ARN of the Outpost on which the snapshot is stored.</p>",
"EbsInstanceBlockDevice$VolumeId": "<p>The ID of the EBS volume.</p>",
"ElasticGpuAssociation$ElasticGpuId": "<p>The ID of the Elastic Graphics accelerator.</p>",
"ElasticGpuAssociation$ElasticGpuAssociationId": "<p>The ID of the association.</p>",
"ElasticGpuAssociation$ElasticGpuAssociationState": "<p>The state of the association between the instance and the Elastic Graphics accelerator.</p>",
"ElasticGpuAssociation$ElasticGpuAssociationTime": "<p>The time the Elastic Graphics accelerator was associated with the instance.</p>",
Expand Down
18 changes: 18 additions & 0 deletions models/apis/ec2/2016-11-15/waiters-2.json
Expand Up @@ -281,6 +281,24 @@
}
]
},
"InternetGatewayExists": {
"operation": "DescribeInternetGateways",
"delay": 5,
"maxAttempts": 6,
"acceptors": [
{
"expected": true,
"matcher": "path",
"state": "success",
"argument": "length(InternetGateways[].InternetGatewayId) > `0`"
},
{
"expected": "InvalidInternetGateway.NotFound",
"matcher": "error",
"state": "retry"
}
]
},
"KeyPairExists": {
"operation": "DescribeKeyPairs",
"delay": 5,
Expand Down
74 changes: 63 additions & 11 deletions models/apis/models.lex.v2/2020-08-07/api-2.json
Expand Up @@ -2162,7 +2162,6 @@
"type":"structure",
"required":[
"slotTypeName",
"valueSelectionSetting",
"botId",
"botVersion",
"localeId"
Expand All @@ -2187,7 +2186,8 @@
"shape":"LocaleId",
"location":"uri",
"locationName":"localeId"
}
},
"externalSourceSetting":{"shape":"ExternalSourceSetting"}
}
},
"CreateSlotTypeResponse":{
Expand All @@ -2202,7 +2202,8 @@
"botId":{"shape":"Id"},
"botVersion":{"shape":"DraftBotVersion"},
"localeId":{"shape":"LocaleId"},
"creationDateTime":{"shape":"Timestamp"}
"creationDateTime":{"shape":"Timestamp"},
"externalSourceSetting":{"shape":"ExternalSourceSetting"}
}
},
"CreateUploadUrlRequest":{
Expand Down Expand Up @@ -2666,7 +2667,8 @@
"creationDateTime":{"shape":"Timestamp"},
"lastUpdatedDateTime":{"shape":"Timestamp"},
"lastBuildSubmittedDateTime":{"shape":"Timestamp"},
"botLocaleHistoryEvents":{"shape":"BotLocaleHistoryEventsList"}
"botLocaleHistoryEvents":{"shape":"BotLocaleHistoryEventsList"},
"recommendedActions":{"shape":"RecommendedActions"}
}
},
"DescribeBotRecommendationRequest":{
Expand Down Expand Up @@ -2996,7 +2998,8 @@
"botVersion":{"shape":"BotVersion"},
"localeId":{"shape":"LocaleId"},
"creationDateTime":{"shape":"Timestamp"},
"lastUpdatedDateTime":{"shape":"Timestamp"}
"lastUpdatedDateTime":{"shape":"Timestamp"},
"externalSourceSetting":{"shape":"ExternalSourceSetting"}
}
},
"Description":{
Expand Down Expand Up @@ -3109,6 +3112,12 @@
"type":"list",
"member":{"shape":"ExportSummary"}
},
"ExternalSourceSetting":{
"type":"structure",
"members":{
"grammarSlotTypeSetting":{"shape":"GrammarSlotTypeSetting"}
}
},
"FailureReason":{"type":"string"},
"FailureReasons":{
"type":"list",
Expand Down Expand Up @@ -3190,6 +3199,24 @@
"timeoutInSeconds":{"shape":"FulfillmentTimeout"}
}
},
"GrammarSlotTypeSetting":{
"type":"structure",
"members":{
"source":{"shape":"GrammarSlotTypeSource"}
}
},
"GrammarSlotTypeSource":{
"type":"structure",
"required":[
"s3BucketName",
"s3ObjectKey"
],
"members":{
"s3BucketName":{"shape":"S3BucketName"},
"s3ObjectKey":{"shape":"S3ObjectPath"},
"kmsKeyArn":{"shape":"KmsKeyArn"}
}
},
"HitCount":{"type":"integer"},
"Id":{
"type":"string",
Expand Down Expand Up @@ -4108,6 +4135,11 @@
"max":5000,
"min":1
},
"RecommendedAction":{"type":"string"},
"RecommendedActions":{
"type":"list",
"member":{"shape":"RecommendedAction"}
},
"RecommendedIntentSummary":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4204,6 +4236,12 @@
"kmsKeyArn":{"shape":"KmsKeyArn"}
}
},
"S3ObjectPath":{
"type":"string",
"max":1024,
"min":1,
"pattern":"[\\.\\-\\!\\*\\_\\'\\(\\)a-zA-Z0-9][\\.\\-\\!\\*\\_\\'\\(\\)\\/a-zA-Z0-9]*$"
},
"SSMLMessage":{
"type":"structure",
"required":["value"],
Expand Down Expand Up @@ -4434,6 +4472,14 @@
"type":"list",
"member":{"shape":"SlotSummary"}
},
"SlotTypeCategory":{
"type":"string",
"enum":[
"Custom",
"Extended",
"ExternalGrammar"
]
},
"SlotTypeFilter":{
"type":"structure",
"required":[
Expand All @@ -4449,7 +4495,10 @@
},
"SlotTypeFilterName":{
"type":"string",
"enum":["SlotTypeName"]
"enum":[
"SlotTypeName",
"ExternalSourceType"
]
},
"SlotTypeFilterOperator":{
"type":"string",
Expand Down Expand Up @@ -4496,7 +4545,8 @@
"slotTypeName":{"shape":"Name"},
"description":{"shape":"Description"},
"parentSlotTypeSignature":{"shape":"SlotTypeSignature"},
"lastUpdatedDateTime":{"shape":"Timestamp"}
"lastUpdatedDateTime":{"shape":"Timestamp"},
"slotTypeCategory":{"shape":"SlotTypeCategory"}
}
},
"SlotTypeSummaryList":{
Expand Down Expand Up @@ -4875,7 +4925,8 @@
"botLocaleStatus":{"shape":"BotLocaleStatus"},
"failureReasons":{"shape":"FailureReasons"},
"creationDateTime":{"shape":"Timestamp"},
"lastUpdatedDateTime":{"shape":"Timestamp"}
"lastUpdatedDateTime":{"shape":"Timestamp"},
"recommendedActions":{"shape":"RecommendedActions"}
}
},
"UpdateBotRecommendationRequest":{
Expand Down Expand Up @@ -5147,7 +5198,6 @@
"required":[
"slotTypeId",
"slotTypeName",
"valueSelectionSetting",
"botId",
"botVersion",
"localeId"
Expand Down Expand Up @@ -5177,7 +5227,8 @@
"shape":"LocaleId",
"location":"uri",
"locationName":"localeId"
}
},
"externalSourceSetting":{"shape":"ExternalSourceSetting"}
}
},
"UpdateSlotTypeResponse":{
Expand All @@ -5193,7 +5244,8 @@
"botVersion":{"shape":"DraftBotVersion"},
"localeId":{"shape":"LocaleId"},
"creationDateTime":{"shape":"Timestamp"},
"lastUpdatedDateTime":{"shape":"Timestamp"}
"lastUpdatedDateTime":{"shape":"Timestamp"},
"externalSourceSetting":{"shape":"ExternalSourceSetting"}
}
},
"Utterance":{"type":"string"},
Expand Down
51 changes: 50 additions & 1 deletion models/apis/models.lex.v2/2020-08-07/docs-2.json
Expand Up @@ -1313,6 +1313,16 @@
"ListExportsResponse$exportSummaries": "<p>Summary information for the exports that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter. If there are more exports available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
}
},
"ExternalSourceSetting": {
"base": "<p>Provides information about the external source of the slot type's definition.</p>",
"refs": {
"CreateSlotTypeRequest$externalSourceSetting": "<p>Sets the type of external information used to create the slot type.</p>",
"CreateSlotTypeResponse$externalSourceSetting": "<p>The type of external information used to create the slot type.</p>",
"DescribeSlotTypeResponse$externalSourceSetting": null,
"UpdateSlotTypeRequest$externalSourceSetting": null,
"UpdateSlotTypeResponse$externalSourceSetting": null
}
},
"FailureReason": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1403,6 +1413,18 @@
"FulfillmentCodeHookSettings$fulfillmentUpdatesSpecification": "<p>Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.</p>"
}
},
"GrammarSlotTypeSetting": {
"base": "<p>Settings requried for a slot type based on a grammar that you provide.</p>",
"refs": {
"ExternalSourceSetting$grammarSlotTypeSetting": "<p>Settings required for a slot type based on a grammar that you provide.</p>"
}
},
"GrammarSlotTypeSource": {
"base": "<p>Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.</p>",
"refs": {
"GrammarSlotTypeSetting$source": "<p>The source of the grammar used to create the slot type.</p>"
}
},
"HitCount": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1783,6 +1805,7 @@
"base": null,
"refs": {
"EncryptionSetting$kmsKeyArn": "<p>The KMS key ARN used to encrypt the metadata associated with the bot recommendation.</p>",
"GrammarSlotTypeSource$kmsKeyArn": "<p>The Amazon KMS key required to decrypt the contents of the grammar, if any.</p>",
"S3BucketLogDestination$kmsKeyArn": "<p>The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.</p>",
"S3BucketTranscriptSource$kmsKeyArn": "<p>The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket. Only use this field if your bucket is encrypted using a customer managed KMS key.</p>"
}
Expand Down Expand Up @@ -2355,6 +2378,19 @@
"KendraConfiguration$queryFilterString": "<p>A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query. The filter is in the format defined by Amazon Kendra. For more information, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/filtering.html\">Filtering queries</a>.</p>"
}
},
"RecommendedAction": {
"base": null,
"refs": {
"RecommendedActions$member": null
}
},
"RecommendedActions": {
"base": null,
"refs": {
"DescribeBotLocaleResponse$recommendedActions": "<p>Recommended actions to take to resolve an error in the <code>failureReasons</code> field.</p>",
"UpdateBotLocaleResponse$recommendedActions": "<p>Recommended actions to take to resolve an error in the <code>failureReasons</code> field.</p>"
}
},
"RecommendedIntentSummary": {
"base": "<p>An object that contains a summary of a recommended intent.</p>",
"refs": {
Expand Down Expand Up @@ -2451,6 +2487,7 @@
"S3BucketName": {
"base": null,
"refs": {
"GrammarSlotTypeSource$s3BucketName": "<p>The name of the S3 bucket that contains the grammar source.</p>",
"S3BucketTranscriptSource$s3BucketName": "<p>The name of the bucket containing the transcript and the associated metadata.</p>"
}
},
Expand All @@ -2460,6 +2497,12 @@
"TranscriptSourceSetting$s3BucketTranscriptSource": "<p>Indicates the setting of the Amazon S3 bucket where the transcript is stored.</p>"
}
},
"S3ObjectPath": {
"base": null,
"refs": {
"GrammarSlotTypeSource$s3ObjectKey": "<p>The path to the grammar in the S3 bucket.</p>"
}
},
"SSMLMessage": {
"base": "<p>Defines a Speech Synthesis Markup Language (SSML) prompt.</p>",
"refs": {
Expand Down Expand Up @@ -2659,6 +2702,12 @@
"ListSlotsResponse$slotSummaries": "<p>Summary information for the slots that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter of the request. If there are more slots available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
}
},
"SlotTypeCategory": {
"base": null,
"refs": {
"SlotTypeSummary$slotTypeCategory": "<p>Indicates the type of the slot type.</p> <ul> <li> <p> <code>Custom</code> - A slot type that you created using custom values. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/custom-slot-types.html\">Creating custom slot types</a>.</p> </li> <li> <p> <code>Extended</code> - A slot type created by extending the AMAZON.AlphaNumeric built-in slot type. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/built-in-slot-alphanumerice.html\">AMAZON.AlphaNumeric</a>.</p> </li> <li> <p> <code>ExternalGrammar</code> - A slot type using a custom GRXML grammar to define values. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/building-grxml.html\">Using a custom grammar slot type</a>.</p> </li> </ul>"
}
},
"SlotTypeFilter": {
"base": "<p>Filters the response from the <code>ListSlotTypes</code> operation.</p>",
"refs": {
Expand Down Expand Up @@ -3144,7 +3193,7 @@
"VoiceEngine": {
"base": null,
"refs": {
"VoiceSettings$engine": "<p>Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see <a href=\"https://docs.aws.amazon.com/polly/latest/dg/voicelist.html\">Voices in Amazon Polly</a>.</p>"
"VoiceSettings$engine": "<p>Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the <a href=\"https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html#polly-SynthesizeSpeech-request-Engine\"> <code>engine</code> parameter of the <code>SynthesizeSpeech</code> operation</a> in the <i>Amazon Polly developer guide</i>.</p> <p>If you do not specify a value, the default is <code>standard</code>.</p>"
}
},
"VoiceId": {
Expand Down

0 comments on commit 0f451d5

Please sign in to comment.