Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.48 #4468

Merged
merged 1 commit into from Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
Release v1.44.48 (2022-07-05)
===

### Service Client Updates
* `service/config`: Updates service documentation
* `service/models.lex.v2`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
* This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adds waiters support for DBCluster.
* `service/rolesanywhere`: Adds new service
* `service/ssm-incidents`: Updates service API and documentation

Release v1.44.47 (2022-07-01)
===

Expand Down
61 changes: 61 additions & 0 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.47"
const SDKVersion = "1.44.48"
16 changes: 8 additions & 8 deletions models/apis/config/2014-11-12/docs-2.json

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion models/apis/models.lex.v2/2020-08-07/api-2.json
Expand Up @@ -4130,6 +4130,13 @@
"max":5,
"min":1
},
"MessageSelectionStrategy":{
"type":"string",
"enum":[
"Random",
"Ordered"
]
},
"MessageVariationsList":{
"type":"list",
"member":{"shape":"Message"},
Expand Down Expand Up @@ -4295,7 +4302,8 @@
"members":{
"messageGroups":{"shape":"MessageGroupsList"},
"maxRetries":{"shape":"PromptMaxRetries"},
"allowInterrupt":{"shape":"BoxedBoolean"}
"allowInterrupt":{"shape":"BoxedBoolean"},
"messageSelectionStrategy":{"shape":"MessageSelectionStrategy"}
}
},
"QueryFilterString":{
Expand Down
12 changes: 9 additions & 3 deletions models/apis/models.lex.v2/2020-08-07/docs-2.json
Expand Up @@ -421,7 +421,7 @@
}
},
"BotRecommendationResults": {
"base": "<p>The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.</p>",
"base": "<p>The object representing the URL of the bot definition, the URL of the associated transcript, and a statistical summary of the bot recommendation results.</p>",
"refs": {
"DescribeBotRecommendationResponse$botRecommendationResults": "<p>The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.</p>"
}
Expand Down Expand Up @@ -1353,7 +1353,7 @@
"ExportStatus": {
"base": null,
"refs": {
"CreateExportResponse$exportStatus": "<p>The status of the export. When the status is <code>Completed</code>, you can use the <a href=\"https://docs.aws.amazon.com/latest/dg/API_DescribeExport.html\">DescribeExport</a> operation to get the pre-signed S3 URL link to your exported bot or bot locale.</p>",
"CreateExportResponse$exportStatus": "<p>The status of the export. When the status is <code>Completed</code>, you can use the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_DescribeExport.html\">DescribeExport</a> operation to get the pre-signed S3 URL link to your exported bot or bot locale.</p>",
"DeleteExportResponse$exportStatus": "<p>The current status of the deletion. When the deletion is complete, the export will no longer be returned by the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListExports.html\">ListExports</a> operation and calls to the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_DescribeExport.html\"> DescribeExport</a> operation with the export identifier will fail.</p>",
"DescribeExportResponse$exportStatus": "<p>The status of the export. When the status is <code>Complete</code> the export archive file is available for download.</p>",
"ExportSummary$exportStatus": "<p>The status of the export. When the status is <code>Completed</code> the export is ready to download.</p>",
Expand Down Expand Up @@ -2192,6 +2192,12 @@
"StillWaitingResponseSpecification$messageGroups": "<p>One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.</p>"
}
},
"MessageSelectionStrategy": {
"base": null,
"refs": {
"PromptSpecification$messageSelectionStrategy": "<p>Indicates how a message is selected from a message group among retries.</p>"
}
},
"MessageVariationsList": {
"base": null,
"refs": {
Expand Down Expand Up @@ -3124,7 +3130,7 @@
"Transcript": {
"base": null,
"refs": {
"AssociatedTranscript$transcript": "<p>The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see <a href=\"https://docs.aws.amazon.com/lex/latest/dg/designing-output-format.html\">Output transcript format</a>.</p>"
"AssociatedTranscript$transcript": "<p>The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/designing-output-format.html\">Output transcript format</a>.</p>"
}
},
"TranscriptFilter": {
Expand Down
141 changes: 138 additions & 3 deletions models/apis/quicksight/2018-04-01/api-2.json
Expand Up @@ -47,6 +47,26 @@
{"shape":"ResourceUnavailableException"}
]
},
"CreateAccountSubscription":{
"name":"CreateAccountSubscription",
"http":{
"method":"POST",
"requestUri":"/account/{AwsAccountId}"
},
"input":{"shape":"CreateAccountSubscriptionRequest"},
"output":{"shape":"CreateAccountSubscriptionResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceExistsException"},
{"shape":"PreconditionNotMetException"},
{"shape":"ConflictException"},
{"shape":"InternalFailureException"},
{"shape":"ResourceUnavailableException"}
]
},
"CreateAnalysis":{
"name":"CreateAnalysis",
"http":{
Expand Down Expand Up @@ -664,6 +684,23 @@
{"shape":"ResourceUnavailableException"}
]
},
"DescribeAccountSubscription":{
"name":"DescribeAccountSubscription",
"http":{
"method":"GET",
"requestUri":"/account/{AwsAccountId}"
},
"input":{"shape":"DescribeAccountSubscriptionRequest"},
"output":{"shape":"DescribeAccountSubscriptionResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalFailureException"},
{"shape":"ResourceUnavailableException"}
]
},
"DescribeAnalysis":{
"name":"DescribeAnalysis",
"http":{
Expand Down Expand Up @@ -2116,6 +2153,16 @@
"DefaultEmailCustomizationTemplate":{"shape":"Arn"}
}
},
"AccountInfo":{
"type":"structure",
"members":{
"AccountName":{"shape":"String"},
"Edition":{"shape":"Edition"},
"NotificationEmail":{"shape":"String"},
"AuthenticationType":{"shape":"String"},
"AccountSubscriptionStatus":{"shape":"String"}
}
},
"AccountSettings":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2331,6 +2378,14 @@
"Database":{"shape":"Database"}
}
},
"AuthenticationMethodOption":{
"type":"string",
"enum":[
"IAM_AND_QUICKSIGHT",
"IAM_ONLY",
"ACTIVE_DIRECTORY"
]
},
"AwsAccountId":{
"type":"string",
"max":12,
Expand Down Expand Up @@ -2631,6 +2686,48 @@
}
}
},
"CreateAccountSubscriptionRequest":{
"type":"structure",
"required":[
"Edition",
"AuthenticationMethod",
"AwsAccountId",
"AccountName",
"NotificationEmail"
],
"members":{
"Edition":{"shape":"Edition"},
"AuthenticationMethod":{"shape":"AuthenticationMethodOption"},
"AwsAccountId":{
"shape":"AwsAccountId",
"location":"uri",
"locationName":"AwsAccountId"
},
"AccountName":{"shape":"String"},
"NotificationEmail":{"shape":"String"},
"ActiveDirectoryName":{"shape":"String"},
"Realm":{"shape":"String"},
"DirectoryId":{"shape":"String"},
"AdminGroup":{"shape":"GroupsList"},
"AuthorGroup":{"shape":"GroupsList"},
"ReaderGroup":{"shape":"GroupsList"},
"FirstName":{"shape":"String"},
"LastName":{"shape":"String"},
"EmailAddress":{"shape":"String"},
"ContactNumber":{"shape":"String"}
}
},
"CreateAccountSubscriptionResponse":{
"type":"structure",
"members":{
"SignupResponse":{"shape":"SignupResponse"},
"Status":{
"shape":"StatusCode",
"location":"statusCode"
},
"RequestId":{"shape":"String"}
}
},
"CreateAnalysisRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -4314,6 +4411,28 @@
}
}
},
"DescribeAccountSubscriptionRequest":{
"type":"structure",
"required":["AwsAccountId"],
"members":{
"AwsAccountId":{
"shape":"AwsAccountId",
"location":"uri",
"locationName":"AwsAccountId"
}
}
},
"DescribeAccountSubscriptionResponse":{
"type":"structure",
"members":{
"AccountInfo":{"shape":"AccountInfo"},
"Status":{
"shape":"StatusCode",
"location":"statusCode"
},
"RequestId":{"shape":"String"}
}
},
"DescribeAnalysisPermissionsRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -5146,7 +5265,8 @@
"type":"string",
"enum":[
"STANDARD",
"ENTERPRISE"
"ENTERPRISE",
"ENTERPRISE_AND_Q"
]
},
"EmbeddingIdentityType":{
Expand Down Expand Up @@ -5346,7 +5466,8 @@
"Namespace":{"shape":"Namespace"},
"SessionTags":{"shape":"SessionTagList"},
"AuthorizedResourceArns":{"shape":"ArnList"},
"ExperienceConfiguration":{"shape":"AnonymousUserEmbeddingExperienceConfiguration"}
"ExperienceConfiguration":{"shape":"AnonymousUserEmbeddingExperienceConfiguration"},
"AllowedDomains":{"shape":"StringList"}
}
},
"GenerateEmbedUrlForAnonymousUserResponse":{
Expand Down Expand Up @@ -5380,7 +5501,8 @@
},
"SessionLifetimeInMinutes":{"shape":"SessionLifetimeInMinutes"},
"UserArn":{"shape":"Arn"},
"ExperienceConfiguration":{"shape":"RegisteredUserEmbeddingExperienceConfiguration"}
"ExperienceConfiguration":{"shape":"RegisteredUserEmbeddingExperienceConfiguration"},
"AllowedDomains":{"shape":"StringList"}
}
},
"GenerateEmbedUrlForRegisteredUserResponse":{
Expand Down Expand Up @@ -5603,6 +5725,10 @@
"max":1,
"min":1
},
"GroupsList":{
"type":"list",
"member":{"shape":"String"}
},
"GutterStyle":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -7713,6 +7839,15 @@
"TileLayout":{"shape":"TileLayoutStyle"}
}
},
"SignupResponse":{
"type":"structure",
"members":{
"IAMUser":{"shape":"Boolean"},
"userLoginName":{"shape":"String"},
"accountName":{"shape":"String"},
"directoryType":{"shape":"String"}
}
},
"SiteBaseUrl":{
"type":"string",
"max":1024,
Expand Down