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.40.11 #4035

Merged
merged 1 commit into from Jul 29, 2021
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.40.11 (2021-07-29)
===

### Service Client Updates
* `service/chime`: Updates service API and documentation
* Adds support for live transcription of meetings with Amazon Transcribe and Amazon Transcribe Medical. The new APIs, StartMeetingTranscription and StopMeetingTranscription, control the generation of user-attributed transcriptions sent to meeting clients via Amazon Chime SDK data messages.
* `service/ec2`: Updates service API and documentation
* This release adds support for G4ad xlarge and 2xlarge instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors
* `service/iot`: Updates service API and documentation
* Increase maximum credential duration of role alias to 12 hours.
* `service/iotsitewise`: Updates service API and documentation
* `service/savingsplans`: Updates service API

Release v1.40.10 (2021-07-28)
===

Expand Down
32 changes: 32 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.40.10"
const SDKVersion = "1.40.11"
184 changes: 184 additions & 0 deletions models/apis/chime/2018-05-01/api-2.json
Expand Up @@ -3068,6 +3068,47 @@
],
"endpoint":{"hostPrefix":"messaging-"}
},
"StartMeetingTranscription":{
"name":"StartMeetingTranscription",
"http":{
"method":"POST",
"requestUri":"/meetings/{meetingId}/transcription?operation=start",
"responseCode":200
},
"input":{"shape":"StartMeetingTranscriptionRequest"},
"output":{"shape":"StartMeetingTranscriptionResponse"},
"errors":[
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"BadRequestException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ThrottledClientException"},
{"shape":"UnauthorizedClientException"},
{"shape":"UnprocessableEntityException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"}
]
},
"StopMeetingTranscription":{
"name":"StopMeetingTranscription",
"http":{
"method":"POST",
"requestUri":"/meetings/{meetingId}/transcription?operation=stop",
"responseCode":200
},
"input":{"shape":"StopMeetingTranscriptionRequest"},
"output":{"shape":"StopMeetingTranscriptionResponse"},
"errors":[
{"shape":"ForbiddenException"},
{"shape":"NotFoundException"},
{"shape":"BadRequestException"},
{"shape":"ThrottledClientException"},
{"shape":"UnauthorizedClientException"},
{"shape":"UnprocessableEntityException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"}
]
},
"TagAttendee":{
"name":"TagAttendee",
"http":{
Expand Down Expand Up @@ -5754,6 +5795,32 @@
"DNIS":{"shape":"DNISEmergencyCallingConfigurationList"}
}
},
"EngineTranscribeMedicalSettings":{
"type":"structure",
"required":[
"LanguageCode",
"Specialty",
"Type"
],
"members":{
"LanguageCode":{"shape":"TranscribeMedicalLanguageCode"},
"Specialty":{"shape":"TranscribeMedicalSpecialty"},
"Type":{"shape":"TranscribeMedicalType"},
"VocabularyName":{"shape":"String"},
"Region":{"shape":"TranscribeMedicalRegion"}
}
},
"EngineTranscribeSettings":{
"type":"structure",
"required":["LanguageCode"],
"members":{
"LanguageCode":{"shape":"TranscribeLanguageCode"},
"VocabularyFilterMethod":{"shape":"TranscribeVocabularyFilterMethod"},
"VocabularyFilterName":{"shape":"String"},
"VocabularyName":{"shape":"String"},
"Region":{"shape":"TranscribeRegion"}
}
},
"ErrorCode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -8602,6 +8669,42 @@
"DESCENDING"
]
},
"StartMeetingTranscriptionRequest":{
"type":"structure",
"required":[
"MeetingId",
"TranscriptionConfiguration"
],
"members":{
"MeetingId":{
"shape":"GuidString",
"location":"uri",
"locationName":"meetingId"
},
"TranscriptionConfiguration":{"shape":"TranscriptionConfiguration"}
}
},
"StartMeetingTranscriptionResponse":{
"type":"structure",
"members":{
}
},
"StopMeetingTranscriptionRequest":{
"type":"structure",
"required":["MeetingId"],
"members":{
"MeetingId":{
"shape":"GuidString",
"location":"uri",
"locationName":"meetingId"
}
}
},
"StopMeetingTranscriptionResponse":{
"type":"structure",
"members":{
}
},
"StreamingConfiguration":{
"type":"structure",
"required":["DataRetentionInHours"],
Expand Down Expand Up @@ -8761,6 +8864,87 @@
"min":3,
"pattern":"^8(00|33|44|55|66|77|88)$"
},
"TranscribeLanguageCode":{
"type":"string",
"enum":[
"en-US",
"en-GB",
"es-US",
"fr-CA",
"fr-FR",
"en-AU",
"it-IT",
"de-DE",
"pt-BR",
"ja-JP",
"ko-KR",
"zh-CN"
]
},
"TranscribeMedicalLanguageCode":{
"type":"string",
"enum":["en-US"]
},
"TranscribeMedicalRegion":{
"type":"string",
"enum":[
"us-east-1",
"us-east-2",
"us-west-2",
"ap-southeast-2",
"ca-central-1",
"eu-west-1"
]
},
"TranscribeMedicalSpecialty":{
"type":"string",
"enum":[
"PRIMARYCARE",
"CARDIOLOGY",
"NEUROLOGY",
"ONCOLOGY",
"RADIOLOGY",
"UROLOGY"
]
},
"TranscribeMedicalType":{
"type":"string",
"enum":[
"CONVERSATION",
"DICTATION"
]
},
"TranscribeRegion":{
"type":"string",
"enum":[
"us-east-2",
"us-east-1",
"us-west-2",
"ap-northeast-2",
"ap-southeast-2",
"ap-northeast-1",
"ca-central-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"sa-east-1"
]
},
"TranscribeVocabularyFilterMethod":{
"type":"string",
"enum":[
"remove",
"mask",
"tag"
]
},
"TranscriptionConfiguration":{
"type":"structure",
"members":{
"EngineTranscribeSettings":{"shape":"EngineTranscribeSettings"},
"EngineTranscribeMedicalSettings":{"shape":"EngineTranscribeMedicalSettings"}
}
},
"UnauthorizedClientException":{
"type":"structure",
"members":{
Expand Down