Skip to content

Commit 2b14b43

Browse files
author
AWS
committed
Amazon Chime Update: Add support for "auto" in Region field of StartMeetingTranscription API request.
1 parent df8b220 commit 2b14b43

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Chime",
4+
"contributor": "",
5+
"description": "Add support for \"auto\" in Region field of StartMeetingTranscription API request."
6+
}

services/chime/src/main/resources/codegen-resources/service-2.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
{"shape":"ForbiddenException"},
132132
{"shape":"ThrottledClientException"}
133133
],
134-
"documentation":"<p>Adds a specified number of users to a channel. </p>",
134+
"documentation":"<p>Adds a specified number of users to a channel.</p>",
135135
"endpoint":{"hostPrefix":"messaging-"}
136136
},
137137
"BatchCreateRoomMembership":{
@@ -1357,7 +1357,7 @@
13571357
{"shape":"ServiceUnavailableException"},
13581358
{"shape":"ServiceFailureException"}
13591359
],
1360-
"documentation":"<p> Returns the full details of an <code>AppInstanceUser</code> . </p>",
1360+
"documentation":"<p>Returns the full details of an <code>AppInstanceUser</code>.</p>",
13611361
"endpoint":{"hostPrefix":"identity-"}
13621362
},
13631363
"DescribeChannel":{
@@ -2272,7 +2272,7 @@
22722272
{"shape":"ServiceUnavailableException"},
22732273
{"shape":"ServiceFailureException"}
22742274
],
2275-
"documentation":"<p> List all <code>AppInstanceUsers</code> created under a single <code>AppInstance</code>. </p>",
2275+
"documentation":"<p>List all <code>AppInstanceUsers</code> created under a single <code>AppInstance</code>. </p>",
22762276
"endpoint":{"hostPrefix":"identity-"}
22772277
},
22782278
"ListAppInstances":{
@@ -4289,7 +4289,10 @@
42894289
"BatchChannelMemberships":{
42904290
"type":"structure",
42914291
"members":{
4292-
"InvitedBy":{"shape":"Identity"},
4292+
"InvitedBy":{
4293+
"shape":"Identity",
4294+
"documentation":"<p>The identifier of the member who invited another member.</p>"
4295+
},
42934296
"Type":{
42944297
"shape":"ChannelMembershipType",
42954298
"documentation":"<p>The membership types set for the channel users.</p>"
@@ -4766,10 +4769,7 @@
47664769
"type":"structure",
47674770
"members":{
47684771
"ChannelSummary":{"shape":"ChannelSummary"},
4769-
"AppInstanceUserMembershipSummary":{
4770-
"shape":"AppInstanceUserMembershipSummary",
4771-
"documentation":"<p>Returns the channel membership data for an <code>AppInstance</code>.</p>"
4772-
}
4772+
"AppInstanceUserMembershipSummary":{"shape":"AppInstanceUserMembershipSummary"}
47734773
},
47744774
"documentation":"<p>Summary of the channel membership details of an <code>AppInstanceUser</code>.</p>"
47754775
},
@@ -4918,7 +4918,10 @@
49184918
"ChannelModeratedByAppInstanceUserSummary":{
49194919
"type":"structure",
49204920
"members":{
4921-
"ChannelSummary":{"shape":"ChannelSummary"}
4921+
"ChannelSummary":{
4922+
"shape":"ChannelSummary",
4923+
"documentation":"<p>Summary of the details of a <code>Channel</code>.</p>"
4924+
}
49224925
},
49234926
"documentation":"<p>Summary of the details of a moderated channel.</p>"
49244927
},
@@ -6947,7 +6950,7 @@
69476950
},
69486951
"Region":{
69496952
"shape":"TranscribeMedicalRegion",
6950-
"documentation":"<p>The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the Region closest to the meeting's Region.</p>"
6953+
"documentation":"<p>The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.</p>"
69516954
}
69526955
},
69536956
"documentation":"<p>Settings specific to the Amazon Transcribe Medical engine.</p>"
@@ -6974,7 +6977,7 @@
69746977
},
69756978
"Region":{
69766979
"shape":"TranscribeRegion",
6977-
"documentation":"<p>The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the Region closest to the meeting's Region.</p>"
6980+
"documentation":"<p>The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.</p>"
69786981
}
69796982
},
69806983
"documentation":"<p>Settings specific to the Amazon Transcribe engine.</p>"
@@ -11178,7 +11181,8 @@
1117811181
"us-west-2",
1117911182
"ap-southeast-2",
1118011183
"ca-central-1",
11181-
"eu-west-1"
11184+
"eu-west-1",
11185+
"auto"
1118211186
]
1118311187
},
1118411188
"TranscribeMedicalSpecialty":{
@@ -11212,7 +11216,8 @@
1121211216
"eu-central-1",
1121311217
"eu-west-1",
1121411218
"eu-west-2",
11215-
"sa-east-1"
11219+
"sa-east-1",
11220+
"auto"
1121611221
]
1121711222
},
1121811223
"TranscribeVocabularyFilterMethod":{
@@ -11400,7 +11405,7 @@
1140011405
"members":{
1140111406
"AppInstanceArn":{
1140211407
"shape":"ChimeArn",
11403-
"documentation":"<p>The ARN of the <code>AppInstance</code>.</p>"
11408+
"documentation":"<p>The ARN of the <code>AppInstance</code>. </p>"
1140411409
}
1140511410
}
1140611411
},

0 commit comments

Comments
 (0)