Skip to content

Commit

Permalink
Release v1.43.13 (2022-03-07) (#4305)
Browse files Browse the repository at this point in the history
Release v1.43.13 (2022-03-07)
===

### Service Client Updates
* `service/chime-sdk-meetings`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
  * Amazon ECS UpdateService API now supports additional parameters: loadBalancers, propagateTags, enableECSManagedTags, and serviceRegistries
* `service/migration-hub-refactor-spaces`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Mar 7, 2022
1 parent 031e92b commit ff47cc6
Show file tree
Hide file tree
Showing 12 changed files with 374 additions and 175 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.43.13 (2022-03-07)
===

### Service Client Updates
* `service/chime-sdk-meetings`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
* Amazon ECS UpdateService API now supports additional parameters: loadBalancers, propagateTags, enableECSManagedTags, and serviceRegistries
* `service/migration-hub-refactor-spaces`: Updates service documentation

Release v1.43.12 (2022-03-04)
===

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.43.12"
const SDKVersion = "1.43.13"
12 changes: 10 additions & 2 deletions models/apis/chime-sdk-meetings/2021-07-15/api-2.json
Expand Up @@ -401,7 +401,6 @@
},
"EngineTranscribeSettings":{
"type":"structure",
"required":["LanguageCode"],
"members":{
"LanguageCode":{"shape":"TranscribeLanguageCode"},
"VocabularyFilterMethod":{"shape":"TranscribeVocabularyFilterMethod"},
Expand All @@ -413,7 +412,10 @@
"ContentIdentificationType":{"shape":"TranscribeContentIdentificationType"},
"ContentRedactionType":{"shape":"TranscribeContentRedactionType"},
"PiiEntityTypes":{"shape":"TranscribePiiEntityTypes"},
"LanguageModelName":{"shape":"TranscribeLanguageModelName"}
"LanguageModelName":{"shape":"TranscribeLanguageModelName"},
"IdentifyLanguage":{"shape":"Boolean"},
"LanguageOptions":{"shape":"TranscribeLanguageOptions"},
"PreferredLanguage":{"shape":"TranscribeLanguageCode"}
}
},
"ExternalMeetingId":{
Expand Down Expand Up @@ -671,6 +673,12 @@
"min":1,
"pattern":"^[0-9a-zA-Z._-]+"
},
"TranscribeLanguageOptions":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[a-zA-Z-,]+"
},
"TranscribeMedicalContentIdentificationType":{
"type":"string",
"enum":["PHI"]
Expand Down
26 changes: 17 additions & 9 deletions models/apis/chime-sdk-meetings/2021-07-15/docs-2.json
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and receive meeting notifications. For more information about the meeting APIs, see <a href=\"http://amazonaws.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_meetings\">Amazon Chime SDK meetings</a>.</p>",
"service": "<p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and receive meeting notifications. For more information about the meeting APIs, see <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html\">Amazon Chime SDK meetings</a>.</p>",
"operations": {
"BatchCreateAttendee": "<p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>",
"CreateAttendee": "<p> Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>",
Expand Down Expand Up @@ -40,7 +40,7 @@
}
},
"AudioFeatures": {
"base": "<p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.</p>",
"base": "<p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus. </p>",
"refs": {
"MeetingFeaturesConfiguration$Audio": "<p>The configuration settings for the audio features available to a meeting. </p>"
}
Expand Down Expand Up @@ -70,7 +70,8 @@
"Boolean": {
"base": null,
"refs": {
"EngineTranscribeSettings$EnablePartialResultsStabilization": "<p>Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.</p>"
"EngineTranscribeSettings$EnablePartialResultsStabilization": "<p>Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.</p>",
"EngineTranscribeSettings$IdentifyLanguage": "<p>Automatically identifies the language spoken in media files.</p>"
}
},
"ClientRequestToken": {
Expand Down Expand Up @@ -250,9 +251,9 @@
"MediaRegion": {
"base": null,
"refs": {
"CreateMeetingRequest$MediaRegion": "<p>The Region in which to create the meeting.</p> <p> Available values: <code>af-south-1</code> , <code>ap-northeast-1</code> , <code>ap-northeast-2</code> , <code>ap-south-1</code> , <code>ap-southeast-1</code> , <code>ap-southeast-2</code> , <code>ca-central-1</code> , <code>eu-central-1</code> , <code>eu-north-1</code> , <code>eu-south-1</code> , <code>eu-west-1</code> , <code>eu-west-2</code> , <code>eu-west-3</code> , <code>sa-east-1</code> , <code>us-east-1</code> , <code>us-east-2</code> , <code>us-west-1</code> , <code>us-west-2</code> . </p>",
"CreateMeetingWithAttendeesRequest$MediaRegion": "<p>The Region in which to create the meeting.</p>",
"Meeting$MediaRegion": "<p>The Region in which you create the meeting. Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>.</p>"
"CreateMeetingRequest$MediaRegion": "<p>The Region in which to create the meeting.</p> <p> Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>. </p> <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>",
"CreateMeetingWithAttendeesRequest$MediaRegion": "<p>The Region in which to create the meeting.</p> <p> Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>. </p> <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>",
"Meeting$MediaRegion": "<p>The Region in which you create the meeting. Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>.</p> <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>"
}
},
"Meeting": {
Expand All @@ -270,7 +271,7 @@
}
},
"MeetingFeaturesConfiguration": {
"base": "<p>The configuration settings of the features available to a meeting.</p>",
"base": "<p>The configuration settings of the features available to a meeting.&gt;</p>",
"refs": {
"CreateMeetingRequest$MeetingFeatures": "<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>",
"CreateMeetingWithAttendeesRequest$MeetingFeatures": "<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>",
Expand Down Expand Up @@ -372,7 +373,8 @@
"TranscribeLanguageCode": {
"base": null,
"refs": {
"EngineTranscribeSettings$LanguageCode": "<p>The language code specified for the Amazon Transcribe engine.</p>"
"EngineTranscribeSettings$LanguageCode": "<p>The language code specified for the Amazon Transcribe engine.</p>",
"EngineTranscribeSettings$PreferredLanguage": "<p>Language code for the preferred language.</p>"
}
},
"TranscribeLanguageModelName": {
Expand All @@ -381,6 +383,12 @@
"EngineTranscribeSettings$LanguageModelName": "<p>The name of the language model used during transcription.</p>"
}
},
"TranscribeLanguageOptions": {
"base": null,
"refs": {
"EngineTranscribeSettings$LanguageOptions": "<p>Language codes for the languages that you want to identify. You must provide at least 2 codes.</p>"
}
},
"TranscribeMedicalContentIdentificationType": {
"base": null,
"refs": {
Expand Down Expand Up @@ -420,7 +428,7 @@
"TranscribePiiEntityTypes": {
"base": null,
"refs": {
"EngineTranscribeSettings$PiiEntityTypes": "<p>Lists the PII entity types you want to identify or redact. To specify entity types, you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p> <p>PIIEntityTypes must be comma-separated. The available values are: <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>PIN</code>, <code>EMAIL</code>, <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p> <p> <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>"
"EngineTranscribeSettings$PiiEntityTypes": "<p>Lists the PII entity types you want to identify or redact. To specify entity types, you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p> <p> <code>PIIEntityTypes</code> must be comma-separated. The available values are: <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>PIN</code>, <code>EMAIL</code>, <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p> <p> <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>"
}
},
"TranscribeRegion": {
Expand Down
9 changes: 7 additions & 2 deletions models/apis/ecs/2014-11-13/api-2.json
Expand Up @@ -2526,7 +2526,8 @@
"type":"string",
"enum":[
"TASK_DEFINITION",
"SERVICE"
"SERVICE",
"NONE"
]
},
"ProxyConfiguration":{
Expand Down Expand Up @@ -3521,7 +3522,11 @@
"platformVersion":{"shape":"String"},
"forceNewDeployment":{"shape":"Boolean"},
"healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"},
"enableExecuteCommand":{"shape":"BoxedBoolean"}
"enableExecuteCommand":{"shape":"BoxedBoolean"},
"enableECSManagedTags":{"shape":"BoxedBoolean"},
"loadBalancers":{"shape":"LoadBalancers"},
"propagateTags":{"shape":"PropagateTags"},
"serviceRegistries":{"shape":"ServiceRegistries"}
}
},
"UpdateServiceResponse":{
Expand Down

0 comments on commit ff47cc6

Please sign in to comment.