Skip to content

Commit 42c6cde

Browse files
author
AWS
committed
Amazon Chime Update: feature: Chime: This release introduces the ability to create an AWS Chime SDK meeting with attendees.
1 parent 823dab5 commit 42c6cde

File tree

2 files changed

+80
-3
lines changed

2 files changed

+80
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Chime",
4+
"description": "feature: Chime: This release introduces the ability to create an AWS Chime SDK meeting with attendees."
5+
}

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

Lines changed: 75 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,27 @@
314314
{"shape":"ServiceUnavailableException"},
315315
{"shape":"ServiceFailureException"}
316316
],
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>"
318338
},
319339
"CreatePhoneNumberOrder":{
320340
"name":"CreatePhoneNumberOrder",
@@ -3021,7 +3041,7 @@
30213041
},
30223042
"MediaRegion":{
30233043
"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>"
30253045
},
30263046
"Tags":{
30273047
"shape":"MeetingTagList",
@@ -3042,6 +3062,58 @@
30423062
}
30433063
}
30443064
},
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+
},
30453117
"CreatePhoneNumberOrderRequest":{
30463118
"type":"structure",
30473119
"required":[
@@ -5045,7 +5117,7 @@
50455117
"documentation":"<p>The SQS queue ARN.</p>"
50465118
}
50475119
},
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>"
50495121
},
50505122
"MeetingTagKeyList":{
50515123
"type":"list",

0 commit comments

Comments
 (0)