|
314 | 314 | {"shape":"ServiceUnavailableException"},
|
315 | 315 | {"shape":"ServiceFailureException"}
|
316 | 316 | ],
|
317 |
| - "documentation":"<p>Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. 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>" |
| 317 | + "documentation":"<p>Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html\">Amazon Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. 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>" |
| 318 | + }, |
| 319 | + "CreateMeetingWithAttendees":{ |
| 320 | + "name":"CreateMeetingWithAttendees", |
| 321 | + "http":{ |
| 322 | + "method":"POST", |
| 323 | + "requestUri":"/meetings?operation=create-attendees", |
| 324 | + "responseCode":201 |
| 325 | + }, |
| 326 | + "input":{"shape":"CreateMeetingWithAttendeesRequest"}, |
| 327 | + "output":{"shape":"CreateMeetingWithAttendeesResponse"}, |
| 328 | + "errors":[ |
| 329 | + {"shape":"BadRequestException"}, |
| 330 | + {"shape":"ForbiddenException"}, |
| 331 | + {"shape":"ResourceLimitExceededException"}, |
| 332 | + {"shape":"ThrottledClientException"}, |
| 333 | + {"shape":"UnauthorizedClientException"}, |
| 334 | + {"shape":"ServiceUnavailableException"}, |
| 335 | + {"shape":"ServiceFailureException"} |
| 336 | + ], |
| 337 | + "documentation":"<p>Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html\">Amazon Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. 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>" |
318 | 338 | },
|
319 | 339 | "CreatePhoneNumberOrder":{
|
320 | 340 | "name":"CreatePhoneNumberOrder",
|
|
3021 | 3041 | },
|
3022 | 3042 | "MediaRegion":{
|
3023 | 3043 | "shape":"String",
|
3024 |
| - "documentation":"<p>The Region in which to create the meeting. Available values: <code>ap-northeast-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-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>" |
| 3044 | + "documentation":"<p>The Region in which to create the meeting. Default: <code>us-east-1</code>.</p> <p>Available values: <code>ap-northeast-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-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>" |
3025 | 3045 | },
|
3026 | 3046 | "Tags":{
|
3027 | 3047 | "shape":"MeetingTagList",
|
|
3042 | 3062 | }
|
3043 | 3063 | }
|
3044 | 3064 | },
|
| 3065 | + "CreateMeetingWithAttendeesRequest":{ |
| 3066 | + "type":"structure", |
| 3067 | + "required":["ClientRequestToken"], |
| 3068 | + "members":{ |
| 3069 | + "ClientRequestToken":{ |
| 3070 | + "shape":"ClientRequestToken", |
| 3071 | + "documentation":"<p>The unique identifier for the client request. Use a different token for different meetings.</p>", |
| 3072 | + "idempotencyToken":true |
| 3073 | + }, |
| 3074 | + "ExternalMeetingId":{ |
| 3075 | + "shape":"ExternalMeetingIdType", |
| 3076 | + "documentation":"<p>The external meeting ID.</p>" |
| 3077 | + }, |
| 3078 | + "MeetingHostId":{ |
| 3079 | + "shape":"ExternalUserIdType", |
| 3080 | + "documentation":"<p>Reserved.</p>" |
| 3081 | + }, |
| 3082 | + "MediaRegion":{ |
| 3083 | + "shape":"String", |
| 3084 | + "documentation":"<p>The Region in which to create the meeting. Default: <code>us-east-1</code>.</p> <p>Available values: <code>ap-northeast-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-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>" |
| 3085 | + }, |
| 3086 | + "Tags":{ |
| 3087 | + "shape":"MeetingTagList", |
| 3088 | + "documentation":"<p>The tag key-value pairs.</p>" |
| 3089 | + }, |
| 3090 | + "NotificationsConfiguration":{"shape":"MeetingNotificationConfiguration"}, |
| 3091 | + "Attendees":{ |
| 3092 | + "shape":"CreateMeetingWithAttendeesRequestItemList", |
| 3093 | + "documentation":"<p>The request containing the attendees to create.</p>" |
| 3094 | + } |
| 3095 | + } |
| 3096 | + }, |
| 3097 | + "CreateMeetingWithAttendeesRequestItemList":{ |
| 3098 | + "type":"list", |
| 3099 | + "member":{"shape":"CreateAttendeeRequestItem"}, |
| 3100 | + "max":5, |
| 3101 | + "min":1 |
| 3102 | + }, |
| 3103 | + "CreateMeetingWithAttendeesResponse":{ |
| 3104 | + "type":"structure", |
| 3105 | + "members":{ |
| 3106 | + "Meeting":{"shape":"Meeting"}, |
| 3107 | + "Attendees":{ |
| 3108 | + "shape":"AttendeeList", |
| 3109 | + "documentation":"<p>The attendee information, including attendees IDs and join tokens.</p>" |
| 3110 | + }, |
| 3111 | + "Errors":{ |
| 3112 | + "shape":"BatchCreateAttendeeErrorList", |
| 3113 | + "documentation":"<p>If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.</p>" |
| 3114 | + } |
| 3115 | + } |
| 3116 | + }, |
3045 | 3117 | "CreatePhoneNumberOrderRequest":{
|
3046 | 3118 | "type":"structure",
|
3047 | 3119 | "required":[
|
|
5045 | 5117 | "documentation":"<p>The SQS queue ARN.</p>"
|
5046 | 5118 | }
|
5047 | 5119 | },
|
5048 |
| - "documentation":"<p>The configuration for resource targets to receive notifications when Amazon Chime SDK meeting and attendee events occur.</p>" |
| 5120 | + "documentation":"<p>The configuration for resource targets to receive notifications when Amazon Chime SDK meeting and attendee events occur. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (<code>us-east-1</code>).</p>" |
5049 | 5121 | },
|
5050 | 5122 | "MeetingTagKeyList":{
|
5051 | 5123 | "type":"list",
|
|
0 commit comments