Skip to content

Commit

Permalink
Release v1.44.64 (2022-07-27) (#4493)
Browse files Browse the repository at this point in the history
Release v1.44.64 (2022-07-27)
===

### Service Client Updates
* `service/auditmanager`: Updates service API and documentation
* `service/chime`: Updates service API and documentation
  * Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling
* `service/config`: Updates service API, documentation, and paginators
* `service/globalaccelerator`: Updates service API and documentation
* `service/marketplace-catalog`: Updates service API and documentation
* `service/polly`: Updates service API
  * Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only.
* `service/ssm`: Updates service documentation
  * Adding doc updates for OpsCenter support in Service Setting actions.
* `service/workspaces`: Updates service API and documentation
  * Added CreateWorkspaceImage API to create a new WorkSpace image from an existing WorkSpace.
  • Loading branch information
aws-sdk-go-automation committed Jul 27, 2022
1 parent 170d5d6 commit 6860561
Show file tree
Hide file tree
Showing 34 changed files with 2,585 additions and 606 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.44.64 (2022-07-27)
===

### Service Client Updates
* `service/auditmanager`: Updates service API and documentation
* `service/chime`: Updates service API and documentation
* Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling
* `service/config`: Updates service API, documentation, and paginators
* `service/globalaccelerator`: Updates service API and documentation
* `service/marketplace-catalog`: Updates service API and documentation
* `service/polly`: Updates service API
* Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only.
* `service/ssm`: Updates service documentation
* Adding doc updates for OpsCenter support in Service Setting actions.
* `service/workspaces`: Updates service API and documentation
* Added CreateWorkspaceImage API to create a new WorkSpace image from an existing WorkSpace.

Release v1.44.63 (2022-07-26)
===

Expand Down
12 changes: 12 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
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.63"
const SDKVersion = "1.44.64"
21 changes: 17 additions & 4 deletions models/apis/auditmanager/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
]
},
"CreateAssessmentFramework":{
Expand All @@ -129,7 +130,8 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
]
},
"CreateAssessmentReport":{
Expand Down Expand Up @@ -159,7 +161,8 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
]
},
"DeleteAssessment":{
Expand Down Expand Up @@ -861,7 +864,8 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
]
},
"UpdateControl":{
Expand Down Expand Up @@ -3077,6 +3081,15 @@
"type":"list",
"member":{"shape":"ServiceMetadata"}
},
"ServiceQuotaExceededException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"error":{"httpStatusCode":402},
"exception":true
},
"SettingAttribute":{
"type":"string",
"enum":[
Expand Down
8 changes: 7 additions & 1 deletion models/apis/auditmanager/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,11 @@
"GetServicesInScopeResponse$serviceMetadata": "<p> The metadata that's associated with the Amazon Web Service. </p>"
}
},
"ServiceQuotaExceededException": {
"base": "<p>You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html\">request a quota increase</a> from the Service Quotas console. For a list of Audit Manager service quotas, see <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html\">Quotas and restrictions for Audit Manager</a>.</p>",
"refs": {
}
},
"SettingAttribute": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1715,7 +1720,7 @@
}
},
"SourceKeyword": {
"base": "<p> The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names. </p>",
"base": "<p> The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names. </p> <p> To learn more about the supported keywords that you can use when mapping a control data source, see the following pages in the <i>Audit Manager User Guide</i>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html\">Config rules supported by Audit Manager</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html\">Security Hub controls supported by Audit Manager</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html\">API calls supported by Audit Manager</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html\">CloudTrail event names supported by Audit Manager</a> </p> </li> </ul>",
"refs": {
"ControlMappingSource$sourceKeyword": null,
"CreateControlMappingSource$sourceKeyword": null
Expand Down Expand Up @@ -1769,6 +1774,7 @@
"ResourceNotFoundException$message": null,
"ResourceNotFoundException$resourceId": "<p> The unique identifier for the resource. </p>",
"ResourceNotFoundException$resourceType": "<p> The type of resource that's affected by the error. </p>",
"ServiceQuotaExceededException$message": null,
"ThrottlingException$message": null,
"UpdateAssessmentControlSetStatusRequest$controlSetId": "<p> The unique identifier for the control set. </p>",
"ValidateAssessmentReportIntegrityResponse$signatureAlgorithm": "<p> The signature algorithm that's used to code sign the assessment report file. </p>",
Expand Down
90 changes: 90 additions & 0 deletions models/apis/chime/2018-05-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3624,6 +3624,25 @@
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"}
]
},
"ValidateE911Address":{
"name":"ValidateE911Address",
"http":{
"method":"POST",
"requestUri":"/emergency-calling/address",
"responseCode":202
},
"input":{"shape":"ValidateE911AddressRequest"},
"output":{"shape":"ValidateE911AddressResponse"},
"errors":[
{"shape":"UnauthorizedClientException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"BadRequestException"},
{"shape":"ThrottledClientException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"}
]
}
},
"shapes":{
Expand Down Expand Up @@ -3688,6 +3707,21 @@
"EnterpriseOIDC"
]
},
"Address":{
"type":"structure",
"members":{
"streetName":{"shape":"SensitiveNonEmptyString"},
"streetSuffix":{"shape":"SensitiveNonEmptyString"},
"postDirectional":{"shape":"SensitiveNonEmptyString"},
"preDirectional":{"shape":"SensitiveNonEmptyString"},
"streetNumber":{"shape":"SensitiveNonEmptyString"},
"city":{"shape":"SensitiveNonEmptyString"},
"state":{"shape":"SensitiveNonEmptyString"},
"postalCode":{"shape":"SensitiveNonEmptyString"},
"postalCodePlus4":{"shape":"SensitiveNonEmptyString"},
"country":{"shape":"SensitiveNonEmptyString"}
}
},
"AlexaForBusinessMetadata":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4213,6 +4247,22 @@
"type":"list",
"member":{"shape":"CallingRegion"}
},
"CandidateAddress":{
"type":"structure",
"members":{
"streetInfo":{"shape":"SensitiveNonEmptyString"},
"streetNumber":{"shape":"SensitiveNonEmptyString"},
"city":{"shape":"SensitiveNonEmptyString"},
"state":{"shape":"SensitiveNonEmptyString"},
"postalCode":{"shape":"SensitiveNonEmptyString"},
"postalCodePlus4":{"shape":"SensitiveNonEmptyString"},
"country":{"shape":"SensitiveNonEmptyString"}
}
},
"CandidateAddressList":{
"type":"list",
"member":{"shape":"CandidateAddress"}
},
"Capability":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -8617,6 +8667,11 @@
"MessageId":{"shape":"MessageId"}
}
},
"SensitiveNonEmptyString":{
"type":"string",
"pattern":".*\\S.*",
"sensitive":true
},
"SensitiveString":{
"type":"string",
"sensitive":true
Expand Down Expand Up @@ -9726,6 +9781,41 @@
"SharedDevice"
]
},
"ValidateE911AddressRequest":{
"type":"structure",
"required":[
"AwsAccountId",
"StreetNumber",
"StreetInfo",
"City",
"State",
"Country",
"PostalCode"
],
"members":{
"AwsAccountId":{"shape":"NonEmptyString"},
"StreetNumber":{"shape":"SensitiveNonEmptyString"},
"StreetInfo":{"shape":"SensitiveNonEmptyString"},
"City":{"shape":"SensitiveNonEmptyString"},
"State":{"shape":"SensitiveNonEmptyString"},
"Country":{"shape":"SensitiveNonEmptyString"},
"PostalCode":{"shape":"SensitiveNonEmptyString"}
}
},
"ValidateE911AddressResponse":{
"type":"structure",
"members":{
"ValidationResult":{"shape":"ValidationResult"},
"AddressExternalId":{"shape":"String"},
"Address":{"shape":"Address"},
"CandidateAddressList":{"shape":"CandidateAddressList"}
}
},
"ValidationResult":{
"type":"integer",
"max":2,
"min":0
},
"VideoArtifactsConfiguration":{
"type":"structure",
"required":["State"],
Expand Down
Loading

0 comments on commit 6860561

Please sign in to comment.