{ "version":"2.0", "metadata":{ "apiVersion":"2021-07-15", "endpointPrefix":"meetings-chime", "protocol":"rest-json", "protocols":["rest-json"], "serviceFullName":"Amazon Chime SDK Meetings", "serviceId":"Chime SDK Meetings", "signatureVersion":"v4", "signingName":"chime", "uid":"chime-sdk-meetings-2021-07-15", "auth":["aws.auth#sigv4"] }, "operations":{ "BatchCreateAttendee":{ "name":"BatchCreateAttendee", "http":{ "method":"POST", "requestUri":"/meetings/{MeetingId}/attendees?operation=batch-create" }, "input":{"shape":"BatchCreateAttendeeRequest"}, "output":{"shape":"BatchCreateAttendeeResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"NotFoundException"}, {"shape":"UnauthorizedException"}, {"shape":"UnprocessableEntityException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

" }, "BatchUpdateAttendeeCapabilitiesExcept":{ "name":"BatchUpdateAttendeeCapabilitiesExcept", "http":{ "method":"PUT", "requestUri":"/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except", "responseCode":200 }, "input":{"shape":"BatchUpdateAttendeeCapabilitiesExceptRequest"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ConflictException"}, {"shape":"UnauthorizedException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Updates AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds table.

You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see .

When using capabilities, be aware of these corner cases:

" }, "CreateAttendee":{ "name":"CreateAttendee", "http":{ "method":"POST", "requestUri":"/meetings/{MeetingId}/attendees" }, "input":{"shape":"CreateAttendeeRequest"}, "output":{"shape":"CreateAttendeeResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"NotFoundException"}, {"shape":"UnauthorizedException"}, {"shape":"UnprocessableEntityException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

" }, "CreateMeeting":{ "name":"CreateMeeting", "http":{ "method":"POST", "requestUri":"/meetings" }, "input":{"shape":"CreateMeetingRequest"}, "output":{"shape":"CreateMeetingResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ConflictException"}, {"shape":"ForbiddenException"}, {"shape":"UnauthorizedException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceFailureException"}, {"shape":"ServiceUnavailableException"}, {"shape":"LimitExceededException"} ], "documentation":"

Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Available Regions and Using meeting Regions, both in the Amazon Chime SDK Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.

If you use this API in conjuction with the and APIs, and you don't specify the MeetingFeatures.Content.MaxResolution or MeetingFeatures.Video.MaxResolution parameters, the following defaults are used:

" }, "CreateMeetingWithAttendees":{ "name":"CreateMeetingWithAttendees", "http":{ "method":"POST", "requestUri":"/meetings?operation=create-attendees" }, "input":{"shape":"CreateMeetingWithAttendeesRequest"}, "output":{"shape":"CreateMeetingWithAttendeesResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ConflictException"}, {"shape":"ForbiddenException"}, {"shape":"UnauthorizedException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceFailureException"}, {"shape":"ServiceUnavailableException"}, {"shape":"LimitExceededException"} ], "documentation":"

Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Available Regions and Using meeting Regions, both in the Amazon Chime SDK Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.

If you use this API in conjuction with the and APIs, and you don't specify the MeetingFeatures.Content.MaxResolution or MeetingFeatures.Video.MaxResolution parameters, the following defaults are used:

" }, "DeleteAttendee":{ "name":"DeleteAttendee", "http":{ "method":"DELETE", "requestUri":"/meetings/{MeetingId}/attendees/{AttendeeId}", "responseCode":204 }, "input":{"shape":"DeleteAttendeeRequest"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"NotFoundException"}, {"shape":"UnauthorizedException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

" }, "DeleteMeeting":{ "name":"DeleteMeeting", "http":{ "method":"DELETE", "requestUri":"/meetings/{MeetingId}", "responseCode":204 }, "input":{"shape":"DeleteMeetingRequest"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"UnauthorizedException"}, {"shape":"NotFoundException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

" }, "GetAttendee":{ "name":"GetAttendee", "http":{ "method":"GET", "requestUri":"/meetings/{MeetingId}/attendees/{AttendeeId}" }, "input":{"shape":"GetAttendeeRequest"}, "output":{"shape":"GetAttendeeResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"NotFoundException"}, {"shape":"UnauthorizedException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

" }, "GetMeeting":{ "name":"GetMeeting", "http":{ "method":"GET", "requestUri":"/meetings/{MeetingId}" }, "input":{"shape":"GetMeetingRequest"}, "output":{"shape":"GetMeetingResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"UnauthorizedException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

" }, "ListAttendees":{ "name":"ListAttendees", "http":{ "method":"GET", "requestUri":"/meetings/{MeetingId}/attendees", "responseCode":200 }, "input":{"shape":"ListAttendeesRequest"}, "output":{"shape":"ListAttendeesResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"NotFoundException"}, {"shape":"UnauthorizedException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags", "responseCode":200 }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"UnauthorizedException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns a list of the tags available for the specified resource.

" }, "StartMeetingTranscription":{ "name":"StartMeetingTranscription", "http":{ "method":"POST", "requestUri":"/meetings/{MeetingId}/transcription?operation=start", "responseCode":200 }, "input":{"shape":"StartMeetingTranscriptionRequest"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"BadRequestException"}, {"shape":"UnauthorizedException"}, {"shape":"LimitExceededException"}, {"shape":"UnprocessableEntityException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Starts transcription for the specified meetingId. For more information, refer to Using Amazon Chime SDK live transcription in the Amazon Chime SDK Developer Guide.

If you specify an invalid configuration, a TranscriptFailed event will be sent with the contents of the BadRequestException generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide.

By default, Amazon Transcribe may use and store audio content processed by the service to develop and improve Amazon Web Services AI/ML services as further described in section 50 of the Amazon Web Services Service Terms. Using Amazon Transcribe may be subject to federal and state laws or regulations regarding the recording or interception of electronic communications. It is your and your end users’ responsibility to comply with all applicable laws regarding the recording, including properly notifying all participants in a recorded session or communication that the session or communication is being recorded, and obtaining all necessary consents. You can opt out from Amazon Web Services using audio content to develop and improve AWS AI/ML services by configuring an AI services opt out policy using Amazon Web Services Organizations.

" }, "StopMeetingTranscription":{ "name":"StopMeetingTranscription", "http":{ "method":"POST", "requestUri":"/meetings/{MeetingId}/transcription?operation=stop", "responseCode":200 }, "input":{"shape":"StopMeetingTranscriptionRequest"}, "errors":[ {"shape":"ForbiddenException"}, {"shape":"NotFoundException"}, {"shape":"BadRequestException"}, {"shape":"UnauthorizedException"}, {"shape":"UnprocessableEntityException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"} ], "documentation":"

Stops transcription for the specified meetingId. For more information, refer to Using Amazon Chime SDK live transcription in the Amazon Chime SDK Developer Guide.

By default, Amazon Transcribe may use and store audio content processed by the service to develop and improve Amazon Web Services AI/ML services as further described in section 50 of the Amazon Web Services Service Terms. Using Amazon Transcribe may be subject to federal and state laws or regulations regarding the recording or interception of electronic communications. It is your and your end users’ responsibility to comply with all applicable laws regarding the recording, including properly notifying all participants in a recorded session or communication that the session or communication is being recorded, and obtaining all necessary consents. You can opt out from Amazon Web Services using audio content to develop and improve Amazon Web Services AI/ML services by configuring an AI services opt out policy using Amazon Web Services Organizations.

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags?operation=tag-resource", "responseCode":204 }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"UnauthorizedException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"TooManyTagsException"} ], "documentation":"

The resource that supports tags.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"POST", "requestUri":"/tags?operation=untag-resource", "responseCode":204 }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"UnauthorizedException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following:

Minimum permissions

In addition to the tag:UntagResources permission required by this operation, you must also have the remove tags permission defined by the service that created the resource. For example, to remove the tags from an Amazon EC2 instance using the UntagResources operation, you must have both of the following permissions:

tag:UntagResource

ChimeSDKMeetings:DeleteTags

" }, "UpdateAttendeeCapabilities":{ "name":"UpdateAttendeeCapabilities", "http":{ "method":"PUT", "requestUri":"/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities" }, "input":{"shape":"UpdateAttendeeCapabilitiesRequest"}, "output":{"shape":"UpdateAttendeeCapabilitiesResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ConflictException"}, {"shape":"UnauthorizedException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ServiceFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

The capabilities that you want to update.

You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see .

When using capabilities, be aware of these corner cases:

" } }, "shapes":{ "AmazonResourceName":{ "type":"string", "max":1011, "min":1, "pattern":"^arn:.*" }, "Arn":{ "type":"string", "max":1024, "min":1, "pattern":"^arn[\\/\\:\\-\\_\\.a-zA-Z0-9]+$", "sensitive":true }, "Attendee":{ "type":"structure", "members":{ "ExternalUserId":{ "shape":"ExternalUserId", "documentation":"

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

Pattern: [-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

" }, "AttendeeId":{ "shape":"GuidString", "documentation":"

The Amazon Chime SDK attendee ID.

" }, "JoinToken":{ "shape":"JoinTokenString", "documentation":"

The join token used by the Amazon Chime SDK attendee.

" }, "Capabilities":{ "shape":"AttendeeCapabilities", "documentation":"

The capabilities assigned to an attendee: audio, video, or content.

You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see .

When using capabilities, be aware of these corner cases:

" } }, "documentation":"

An Amazon Chime SDK meeting attendee. Includes a unique AttendeeId and JoinToken. The JoinToken allows a client to authenticate and join as the specified attendee. The JoinToken expires when the meeting ends, or when DeleteAttendee is called. After that, the attendee is unable to join the meeting.

We recommend securely transferring each JoinToken from your server application to the client so that no other client has access to the token except for the one authorized to represent the attendee.

" }, "AttendeeCapabilities":{ "type":"structure", "required":[ "Audio", "Video", "Content" ], "members":{ "Audio":{ "shape":"MediaCapabilities", "documentation":"

The audio capability assigned to an attendee.

" }, "Video":{ "shape":"MediaCapabilities", "documentation":"

The video capability assigned to an attendee.

" }, "Content":{ "shape":"MediaCapabilities", "documentation":"

The content capability assigned to an attendee.

" } }, "documentation":"

The media capabilities of an attendee: audio, video, or content.

You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information, refer to and .

When using capabilities, be aware of these corner cases:

" }, "AttendeeFeatures":{ "type":"structure", "members":{ "MaxCount":{ "shape":"AttendeeMax", "documentation":"

The maximum number of attendees allowed into the meeting.

" } }, "documentation":"

Lists the maximum number of attendees allowed into the meeting.

If you specify FHD for MeetingFeatures:Video:MaxResolution, or if you specify UHD for MeetingFeatures:Content:MaxResolution, the maximum number of attendees changes from the default of 250 to 25.

" }, "AttendeeIdItem":{ "type":"structure", "required":["AttendeeId"], "members":{ "AttendeeId":{ "shape":"GuidString", "documentation":"

A list of one or more attendee IDs.

" } }, "documentation":"

A structure that contains one or more attendee IDs.

" }, "AttendeeIdsList":{ "type":"list", "member":{"shape":"AttendeeIdItem"}, "max":250, "min":1 }, "AttendeeList":{ "type":"list", "member":{"shape":"Attendee"} }, "AttendeeMax":{ "type":"integer", "max":250, "min":1 }, "AudioFeatures":{ "type":"structure", "members":{ "EchoReduction":{ "shape":"MeetingFeatureStatus", "documentation":"

Makes echo reduction available to clients who connect to the meeting.

" } }, "documentation":"

An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.

" }, "BadRequestException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The request id associated with the call responsible for the exception.

" } }, "documentation":"

The input parameters don't match the service's restrictions.

", "error":{"httpStatusCode":400}, "exception":true }, "BatchCreateAttendeeErrorList":{ "type":"list", "member":{"shape":"CreateAttendeeError"} }, "BatchCreateAttendeeRequest":{ "type":"structure", "required":[ "MeetingId", "Attendees" ], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The Amazon Chime SDK ID of the meeting to which you're adding attendees.

", "location":"uri", "locationName":"MeetingId" }, "Attendees":{ "shape":"CreateAttendeeRequestItemList", "documentation":"

The attendee information, including attendees' IDs and join tokens.

" } } }, "BatchCreateAttendeeResponse":{ "type":"structure", "members":{ "Attendees":{ "shape":"AttendeeList", "documentation":"

The attendee information, including attendees' IDs and join tokens.

" }, "Errors":{ "shape":"BatchCreateAttendeeErrorList", "documentation":"

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.

" } } }, "BatchUpdateAttendeeCapabilitiesExceptRequest":{ "type":"structure", "required":[ "MeetingId", "ExcludedAttendeeIds", "Capabilities" ], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The ID of the meeting associated with the update request.

", "location":"uri", "locationName":"MeetingId" }, "ExcludedAttendeeIds":{ "shape":"AttendeeIdsList", "documentation":"

The AttendeeIDs that you want to exclude from one or more capabilities.

" }, "Capabilities":{ "shape":"AttendeeCapabilities", "documentation":"

The capabilities (audio, video, or content) that you want to update.

" } } }, "Boolean":{"type":"boolean"}, "ClientRequestToken":{ "type":"string", "max":64, "min":2, "pattern":"[-_a-zA-Z0-9]*", "sensitive":true }, "ConflictException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The ID of the request involved in the conflict.

" } }, "documentation":"

Multiple instances of the same request have been made simultaneously.

", "error":{"httpStatusCode":409}, "exception":true }, "ContentFeatures":{ "type":"structure", "members":{ "MaxResolution":{ "shape":"ContentResolution", "documentation":"

The maximum resolution for the meeting content.

Defaults to FHD. To use UHD, you must also provide a MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.

" } }, "documentation":"

Lists the content (screen share) features for the meeting. Applies to all attendees.

If you specify MeetingFeatures:Content:MaxResolution:None when you create a meeting, all API requests that include SendReceive, Send, or Receive for AttendeeCapabilities:Content will be rejected with ValidationError 400.

" }, "ContentResolution":{ "type":"string", "enum":[ "None", "FHD", "UHD" ] }, "CreateAttendeeError":{ "type":"structure", "members":{ "ExternalUserId":{ "shape":"ExternalUserId", "documentation":"

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

Pattern: [-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

" }, "ErrorCode":{ "shape":"String", "documentation":"

The error code.

" }, "ErrorMessage":{ "shape":"String", "documentation":"

The error message.

" } }, "documentation":"

The list of errors returned when errors are encountered during the BatchCreateAttendee and CreateAttendee actions. This includes external user IDs, error codes, and error messages.

" }, "CreateAttendeeRequest":{ "type":"structure", "required":[ "MeetingId", "ExternalUserId" ], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The unique ID of the meeting.

", "location":"uri", "locationName":"MeetingId" }, "ExternalUserId":{ "shape":"ExternalUserId", "documentation":"

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

Pattern: [-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix.

" }, "Capabilities":{ "shape":"AttendeeCapabilities", "documentation":"

The capabilities (audio, video, or content) that you want to grant an attendee. If you don't specify capabilities, all users have send and receive capabilities on all media channels by default.

You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see .

When using capabilities, be aware of these corner cases:

" } } }, "CreateAttendeeRequestItem":{ "type":"structure", "required":["ExternalUserId"], "members":{ "ExternalUserId":{ "shape":"ExternalUserId", "documentation":"

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

Pattern: [-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

" }, "Capabilities":{ "shape":"AttendeeCapabilities", "documentation":"

A list of one or more capabilities.

" } }, "documentation":"

The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.

" }, "CreateAttendeeRequestItemList":{ "type":"list", "member":{"shape":"CreateAttendeeRequestItem"}, "max":100, "min":1 }, "CreateAttendeeResponse":{ "type":"structure", "members":{ "Attendee":{ "shape":"Attendee", "documentation":"

The attendee information, including attendee ID and join token.

" } } }, "CreateMeetingRequest":{ "type":"structure", "required":[ "ClientRequestToken", "MediaRegion", "ExternalMeetingId" ], "members":{ "ClientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

The unique identifier for the client request. Use a different token for different meetings.

", "idempotencyToken":true }, "MediaRegion":{ "shape":"MediaRegion", "documentation":"

The Region in which to create the meeting.

Available values: af-south-1, ap-northeast-1, ap-northeast-2, ap-south-1, ap-southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-north-1, eu-south-1, eu-west-1, eu-west-2, eu-west-3, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2.

Available values in Amazon Web Services GovCloud (US) Regions: us-gov-east-1, us-gov-west-1.

" }, "MeetingHostId":{ "shape":"ExternalUserId", "documentation":"

Reserved.

" }, "ExternalMeetingId":{ "shape":"ExternalMeetingId", "documentation":"

The external meeting ID.

Pattern: [-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

" }, "NotificationsConfiguration":{ "shape":"NotificationsConfiguration", "documentation":"

The configuration for resource targets to receive notifications when meeting and attendee events occur.

" }, "MeetingFeatures":{ "shape":"MeetingFeaturesConfiguration", "documentation":"

Lists the audio and video features enabled for a meeting, such as echo reduction.

" }, "PrimaryMeetingId":{ "shape":"PrimaryMeetingId", "documentation":"

When specified, replicates the media from the primary meeting to the new meeting.

" }, "TenantIds":{ "shape":"TenantIdList", "documentation":"

A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.

" }, "Tags":{ "shape":"TagList", "documentation":"

Applies one or more tags to an Amazon Chime SDK meeting. Note the following:

Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.

Minimum permissions

In addition to the tag:TagResources permission required by this operation, you must also have the tagging permission defined by the service that created the resource. For example, to tag a ChimeSDKMeetings instance using the TagResources operation, you must have both of the following permissions:

tag:TagResources

ChimeSDKMeetings:CreateTags

Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3 bucket, you must also have the s3:GetBucketTagging permission. If the expected minimum permissions don't work, check the documentation for that service's tagging APIs for more information.

" }, "MediaPlacementNetworkType":{ "shape":"MediaPlacementNetworkType", "documentation":"

The type of network for the media placement. Either IPv4 only or dual-stack (IPv4 and IPv6).

" } } }, "CreateMeetingResponse":{ "type":"structure", "members":{ "Meeting":{ "shape":"Meeting", "documentation":"

The meeting information, including the meeting ID and MediaPlacement.

" } } }, "CreateMeetingWithAttendeesRequest":{ "type":"structure", "required":[ "ClientRequestToken", "MediaRegion", "ExternalMeetingId", "Attendees" ], "members":{ "ClientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

The unique identifier for the client request. Use a different token for different meetings.

", "idempotencyToken":true }, "MediaRegion":{ "shape":"MediaRegion", "documentation":"

The Region in which to create the meeting.

Available values: af-south-1, ap-northeast-1, ap-northeast-2, ap-south-1, ap-southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-north-1, eu-south-1, eu-west-1, eu-west-2, eu-west-3, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2.

Available values in Amazon Web Services GovCloud (US) Regions: us-gov-east-1, us-gov-west-1.

" }, "MeetingHostId":{ "shape":"ExternalUserId", "documentation":"

Reserved.

" }, "ExternalMeetingId":{ "shape":"ExternalMeetingId", "documentation":"

The external meeting ID.

Pattern: [-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

" }, "MeetingFeatures":{ "shape":"MeetingFeaturesConfiguration", "documentation":"

Lists the audio and video features enabled for a meeting, such as echo reduction.

" }, "NotificationsConfiguration":{ "shape":"NotificationsConfiguration", "documentation":"

The configuration for resource targets to receive notifications when meeting and attendee events occur.

" }, "Attendees":{ "shape":"CreateMeetingWithAttendeesRequestItemList", "documentation":"

The attendee information, including attendees' IDs and join tokens.

" }, "PrimaryMeetingId":{ "shape":"PrimaryMeetingId", "documentation":"

When specified, replicates the media from the primary meeting to the new meeting.

" }, "TenantIds":{ "shape":"TenantIdList", "documentation":"

A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.

" }, "Tags":{ "shape":"TagList", "documentation":"

The tags in the request.

" }, "MediaPlacementNetworkType":{ "shape":"MediaPlacementNetworkType", "documentation":"

The type of network for the media placement. Either IPv4 only or dual-stack (IPv4 and IPv6).

" } } }, "CreateMeetingWithAttendeesRequestItemList":{ "type":"list", "member":{"shape":"CreateAttendeeRequestItem"}, "max":20, "min":1 }, "CreateMeetingWithAttendeesResponse":{ "type":"structure", "members":{ "Meeting":{ "shape":"Meeting", "documentation":"

The meeting information, including the meeting ID and MediaPlacement.

" }, "Attendees":{ "shape":"AttendeeList", "documentation":"

The attendee information, including attendees' IDs and join tokens.

" }, "Errors":{ "shape":"BatchCreateAttendeeErrorList", "documentation":"

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.

" } } }, "DeleteAttendeeRequest":{ "type":"structure", "required":[ "MeetingId", "AttendeeId" ], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The Amazon Chime SDK meeting ID.

", "location":"uri", "locationName":"MeetingId" }, "AttendeeId":{ "shape":"GuidString", "documentation":"

The Amazon Chime SDK attendee ID.

", "location":"uri", "locationName":"AttendeeId" } } }, "DeleteMeetingRequest":{ "type":"structure", "required":["MeetingId"], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The Amazon Chime SDK meeting ID.

", "location":"uri", "locationName":"MeetingId" } } }, "EngineTranscribeMedicalSettings":{ "type":"structure", "required":[ "LanguageCode", "Specialty", "Type" ], "members":{ "LanguageCode":{ "shape":"TranscribeMedicalLanguageCode", "documentation":"

The language code specified for the Amazon Transcribe Medical engine.

" }, "Specialty":{ "shape":"TranscribeMedicalSpecialty", "documentation":"

The specialty specified for the Amazon Transcribe Medical engine.

" }, "Type":{ "shape":"TranscribeMedicalType", "documentation":"

The type of transcription.

" }, "VocabularyName":{ "shape":"String", "documentation":"

The name of the vocabulary passed to Amazon Transcribe Medical.

" }, "Region":{ "shape":"TranscribeMedicalRegion", "documentation":"

The Amazon Web Services Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.

" }, "ContentIdentificationType":{ "shape":"TranscribeMedicalContentIdentificationType", "documentation":"

Set this field to PHI to identify personal health information in the transcription output.

" } }, "documentation":"

Settings specific to the Amazon Transcribe Medical engine.

" }, "EngineTranscribeSettings":{ "type":"structure", "members":{ "LanguageCode":{ "shape":"TranscribeLanguageCode", "documentation":"

Specify the language code that represents the language spoken.

If you're unsure of the language spoken in your audio, consider using IdentifyLanguage to enable automatic language identification.

" }, "VocabularyFilterMethod":{ "shape":"TranscribeVocabularyFilterMethod", "documentation":"

Specify how you want your vocabulary filter applied to your transcript.

To replace words with ***, choose mask.

To delete words, choose remove.

To flag words without changing them, choose tag.

" }, "VocabularyFilterName":{ "shape":"String", "documentation":"

Specify the name of the custom vocabulary filter that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive.

If you use Amazon Transcribe in multiple Regions, the vocabulary filter must be available in Amazon Transcribe in each Region.

If you include IdentifyLanguage and want to use one or more vocabulary filters with your transcription, use the VocabularyFilterNames parameter instead.

" }, "VocabularyName":{ "shape":"String", "documentation":"

Specify the name of the custom vocabulary that you want to use when processing your transcription. Note that vocabulary names are case sensitive.

If you use Amazon Transcribe multiple Regions, the vocabulary must be available in Amazon Transcribe in each Region.

If you include IdentifyLanguage and want to use one or more custom vocabularies with your transcription, use the VocabularyNames parameter instead.

" }, "Region":{ "shape":"TranscribeRegion", "documentation":"

The Amazon Web Services Region in which to use Amazon Transcribe.

If you don't specify a Region, then the MediaRegion of the meeting is used. However, if Amazon Transcribe is not available in the MediaRegion, then a TranscriptFailed event is sent.

Use auto to use Amazon Transcribe in a Region near the meeting’s MediaRegion. For more information, refer to Choosing a transcription Region in the Amazon Chime SDK Developer Guide.

" }, "EnablePartialResultsStabilization":{ "shape":"Boolean", "documentation":"

Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.

" }, "PartialResultsStability":{ "shape":"TranscribePartialResultsStability", "documentation":"

Specify the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).

Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy.

" }, "ContentIdentificationType":{ "shape":"TranscribeContentIdentificationType", "documentation":"

Labels all personally identifiable information (PII) identified in your transcript. If you don't include PiiEntityTypes, all PII is identified.

You can’t set ContentIdentificationType and ContentRedactionType.

" }, "ContentRedactionType":{ "shape":"TranscribeContentRedactionType", "documentation":"

Content redaction is performed at the segment level. If you don't include PiiEntityTypes, all PII is redacted.

You can’t set ContentRedactionType and ContentIdentificationType.

" }, "PiiEntityTypes":{ "shape":"TranscribePiiEntityTypes", "documentation":"

Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select ALL.

Values must be comma-separated and can include: ADDRESS, BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY CREDIT_DEBIT_NUMBER, EMAIL,NAME, PHONE, PIN, SSN, or ALL.

Note that if you include PiiEntityTypes, you must also include ContentIdentificationType or ContentRedactionType.

If you include ContentRedactionType or ContentIdentificationType, but do not include PiiEntityTypes, all PII is redacted or identified.

" }, "LanguageModelName":{ "shape":"TranscribeLanguageModelName", "documentation":"

Specify the name of the custom language model that you want to use when processing your transcription. Note that language model names are case sensitive.

The language of the specified language model must match the language code. If the languages don't match, the custom language model isn't applied. There are no errors or warnings associated with a language mismatch.

If you use Amazon Transcribe in multiple Regions, the custom language model must be available in Amazon Transcribe in each Region.

" }, "IdentifyLanguage":{ "shape":"Boolean", "documentation":"

Enables automatic language identification for your transcription.

If you include IdentifyLanguage, you can optionally use LanguageOptions to include a list of language codes that you think may be present in your audio stream. Including language options can improve transcription accuracy.

You can also use PreferredLanguage to include a preferred language. Doing so can help Amazon Transcribe identify the language faster.

You must include either LanguageCode or IdentifyLanguage.

Language identification can't be combined with custom language models or redaction.

" }, "LanguageOptions":{ "shape":"TranscribeLanguageOptions", "documentation":"

Specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages are present, do not include this parameter.

Including language options can improve the accuracy of language identification.

If you include LanguageOptions, you must also include IdentifyLanguage.

You can only include one language dialect per language. For example, you cannot include en-US and en-AU.

" }, "PreferredLanguage":{ "shape":"TranscribeLanguageCode", "documentation":"

Specify a preferred language from the subset of languages codes you specified in LanguageOptions.

You can only use this parameter if you include IdentifyLanguage and LanguageOptions.

" }, "VocabularyNames":{ "shape":"TranscribeVocabularyNamesOrFilterNamesString", "documentation":"

Specify the names of the custom vocabularies that you want to use when processing your transcription. Note that vocabulary names are case sensitive.

If you use Amazon Transcribe in multiple Regions, the vocabulary must be available in Amazon Transcribe in each Region.

If you don't include IdentifyLanguage and want to use a custom vocabulary with your transcription, use the VocabularyName parameter instead.

" }, "VocabularyFilterNames":{ "shape":"TranscribeVocabularyNamesOrFilterNamesString", "documentation":"

Specify the names of the custom vocabulary filters that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive.

If you use Amazon Transcribe in multiple Regions, the vocabulary filter must be available in Amazon Transcribe in each Region.

If you're not including IdentifyLanguage and want to use a custom vocabulary filter with your transcription, use the VocabularyFilterName parameter instead.

" } }, "documentation":"

Settings specific for Amazon Transcribe as the live transcription engine.

If you specify an invalid combination of parameters, a TranscriptFailed event will be sent with the contents of the BadRequestException generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide.

" }, "ExternalMeetingId":{ "type":"string", "max":64, "min":2, "sensitive":true }, "ExternalUserId":{ "type":"string", "max":64, "min":2, "sensitive":true }, "ForbiddenException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The request id associated with the call responsible for the exception.

" } }, "documentation":"

The client is permanently forbidden from making the request.

", "error":{"httpStatusCode":403}, "exception":true }, "GetAttendeeRequest":{ "type":"structure", "required":[ "MeetingId", "AttendeeId" ], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The Amazon Chime SDK meeting ID.

", "location":"uri", "locationName":"MeetingId" }, "AttendeeId":{ "shape":"GuidString", "documentation":"

The Amazon Chime SDK attendee ID.

", "location":"uri", "locationName":"AttendeeId" } } }, "GetAttendeeResponse":{ "type":"structure", "members":{ "Attendee":{ "shape":"Attendee", "documentation":"

The Amazon Chime SDK attendee information.

" } } }, "GetMeetingRequest":{ "type":"structure", "required":["MeetingId"], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The Amazon Chime SDK meeting ID.

", "location":"uri", "locationName":"MeetingId" } } }, "GetMeetingResponse":{ "type":"structure", "members":{ "Meeting":{ "shape":"Meeting", "documentation":"

The Amazon Chime SDK meeting information.

" } } }, "GuidString":{ "type":"string", "pattern":"[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}" }, "JoinTokenString":{ "type":"string", "max":2048, "min":2, "sensitive":true }, "LimitExceededException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The request id associated with the call responsible for the exception.

" } }, "documentation":"

The request exceeds the resource limit.

", "error":{"httpStatusCode":400}, "exception":true }, "ListAttendeesRequest":{ "type":"structure", "required":["MeetingId"], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The Amazon Chime SDK meeting ID.

", "location":"uri", "locationName":"MeetingId" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

", "location":"querystring", "locationName":"next-token" }, "MaxResults":{ "shape":"ResultMax", "documentation":"

The maximum number of results to return in a single call.

", "location":"querystring", "locationName":"max-results" } } }, "ListAttendeesResponse":{ "type":"structure", "members":{ "Attendees":{ "shape":"AttendeeList", "documentation":"

The Amazon Chime SDK attendee information.

" }, "NextToken":{ "shape":"String", "documentation":"

The token to use to retrieve the next page of results.

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["ResourceARN"], "members":{ "ResourceARN":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the resource.

", "location":"querystring", "locationName":"arn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "Tags":{ "shape":"TagList", "documentation":"

The tags requested for the specified resource.

" } } }, "MediaCapabilities":{ "type":"string", "enum":[ "SendReceive", "Send", "Receive", "None" ] }, "MediaPlacement":{ "type":"structure", "members":{ "AudioHostUrl":{ "shape":"String", "documentation":"

The audio host URL.

" }, "AudioFallbackUrl":{ "shape":"String", "documentation":"

The audio fallback URL.

" }, "SignalingUrl":{ "shape":"String", "documentation":"

The signaling URL.

" }, "TurnControlUrl":{ "shape":"String", "documentation":"

The turn control URL.

This parameter is deprecated and no longer used by the Amazon Chime SDK.

" }, "ScreenDataUrl":{ "shape":"String", "documentation":"

The screen data URL.

This parameter is deprecated and no longer used by the Amazon Chime SDK.

" }, "ScreenViewingUrl":{ "shape":"String", "documentation":"

The screen viewing URL.

This parameter is deprecated and no longer used by the Amazon Chime SDK.

" }, "ScreenSharingUrl":{ "shape":"String", "documentation":"

The screen sharing URL.

This parameter is deprecated and no longer used by the Amazon Chime SDK.

" }, "EventIngestionUrl":{ "shape":"String", "documentation":"

The event ingestion URL.

" } }, "documentation":"

A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.

" }, "MediaPlacementNetworkType":{ "type":"string", "enum":[ "Ipv4Only", "DualStack" ] }, "MediaRegion":{ "type":"string", "max":64, "min":2 }, "Meeting":{ "type":"structure", "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The Amazon Chime SDK meeting ID.

" }, "MeetingHostId":{ "shape":"ExternalUserId", "documentation":"

Reserved.

" }, "ExternalMeetingId":{ "shape":"ExternalMeetingId", "documentation":"

The external meeting ID.

Pattern: [-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

" }, "MediaRegion":{ "shape":"MediaRegion", "documentation":"

The Region in which you create the meeting. Available values: af-south-1, ap-northeast-1, ap-northeast-2, ap-south-1, ap-southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-north-1, eu-south-1, eu-west-1, eu-west-2, eu-west-3, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2.

Available values in Amazon Web Services GovCloud (US) Regions: us-gov-east-1, us-gov-west-1.

" }, "MediaPlacement":{ "shape":"MediaPlacement", "documentation":"

The media placement for the meeting.

" }, "MeetingFeatures":{ "shape":"MeetingFeaturesConfiguration", "documentation":"

The features available to a meeting, such as echo reduction.

" }, "PrimaryMeetingId":{ "shape":"PrimaryMeetingId", "documentation":"

When specified, replicates the media from the primary meeting to this meeting.

" }, "TenantIds":{ "shape":"TenantIdList", "documentation":"

Array of strings.

" }, "MeetingArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the meeting.

" } }, "documentation":"

A meeting created using the Amazon Chime SDK.

" }, "MeetingFeatureStatus":{ "type":"string", "enum":[ "AVAILABLE", "UNAVAILABLE" ] }, "MeetingFeaturesConfiguration":{ "type":"structure", "members":{ "Audio":{ "shape":"AudioFeatures", "documentation":"

The configuration settings for the audio features available to a meeting.

" }, "Video":{ "shape":"VideoFeatures", "documentation":"

The configuration settings for the video features available to a meeting.

" }, "Content":{ "shape":"ContentFeatures", "documentation":"

The configuration settings for the content features available to a meeting.

" }, "Attendee":{ "shape":"AttendeeFeatures", "documentation":"

The configuration settings for the attendee features available to a meeting.

" } }, "documentation":"

The configuration settings of the features available to a meeting.

" }, "NotFoundException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The request ID associated with the call responsible for the exception.

" } }, "documentation":"

One or more of the resources in the request does not exist in the system.

", "error":{"httpStatusCode":404}, "exception":true }, "NotificationsConfiguration":{ "type":"structure", "members":{ "LambdaFunctionArn":{ "shape":"Arn", "documentation":"

The ARN of the Amazon Web Services Lambda function in the notifications configuration.

" }, "SnsTopicArn":{ "shape":"Arn", "documentation":"

The ARN of the SNS topic.

" }, "SqsQueueArn":{ "shape":"Arn", "documentation":"

The ARN of the SQS queue.

" } }, "documentation":"

The configuration for resource targets to receive notifications when meeting and attendee events occur.

" }, "PrimaryMeetingId":{ "type":"string", "max":64, "min":2 }, "ResourceNotFoundException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The ID of the resource that couldn't be found.

" }, "ResourceName":{ "shape":"AmazonResourceName", "documentation":"

The name of the resource that couldn't be found.

" } }, "documentation":"

The resource that you want to tag couldn't be found.

", "error":{"httpStatusCode":404}, "exception":true }, "ResultMax":{ "type":"integer", "max":100, "min":1 }, "RetryAfterSeconds":{"type":"string"}, "ServiceFailureException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The ID of the failed request.

" } }, "documentation":"

The service encountered an unexpected error.

", "error":{"httpStatusCode":500}, "exception":true, "fault":true }, "ServiceUnavailableException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The request id associated with the call responsible for the exception.

" }, "RetryAfterSeconds":{ "shape":"RetryAfterSeconds", "documentation":"

The number of seconds the caller should wait before retrying.

", "location":"header", "locationName":"Retry-After" } }, "documentation":"

The service is currently unavailable.

", "error":{"httpStatusCode":503}, "exception":true, "fault":true }, "StartMeetingTranscriptionRequest":{ "type":"structure", "required":[ "MeetingId", "TranscriptionConfiguration" ], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The unique ID of the meeting being transcribed.

", "location":"uri", "locationName":"MeetingId" }, "TranscriptionConfiguration":{ "shape":"TranscriptionConfiguration", "documentation":"

The configuration for the current transcription operation. Must contain EngineTranscribeSettings or EngineTranscribeMedicalSettings.

" } } }, "StopMeetingTranscriptionRequest":{ "type":"structure", "required":["MeetingId"], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The unique ID of the meeting for which you stop transcription.

", "location":"uri", "locationName":"MeetingId" } } }, "String":{ "type":"string", "max":4096 }, "Tag":{ "type":"structure", "required":[ "Key", "Value" ], "members":{ "Key":{ "shape":"TagKey", "documentation":"

The tag's key.

" }, "Value":{ "shape":"TagValue", "documentation":"

The tag's value.

" } }, "documentation":"

A key-value pair that you define.

" }, "TagKey":{ "type":"string", "max":128, "min":1, "pattern":"^[a-zA-Z+-=._:/]+$" }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":50, "min":0 }, "TagList":{ "type":"list", "member":{"shape":"Tag"}, "max":50, "min":0 }, "TagResourceRequest":{ "type":"structure", "required":[ "ResourceARN", "Tags" ], "members":{ "ResourceARN":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the resource.

" }, "Tags":{ "shape":"TagList", "documentation":"

Lists the requested tags.

" } } }, "TagResourceResponse":{ "type":"structure", "members":{} }, "TagValue":{ "type":"string", "max":256, "min":0, "pattern":"[\\s\\w+-=\\.:/@]*" }, "TenantId":{ "type":"string", "max":256, "min":2, "pattern":"^(?!.*?(.)\\1{3})[-_!@#$a-zA-Z0-9]*$" }, "TenantIdList":{ "type":"list", "member":{"shape":"TenantId"}, "max":5, "min":1 }, "ThrottlingException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The ID of the request that exceeded the throttling limit.

" } }, "documentation":"

The number of customer requests exceeds the request rate limit.

", "error":{"httpStatusCode":429}, "exception":true }, "TooManyTagsException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The ID of the request that contains too many tags.

" }, "ResourceName":{ "shape":"AmazonResourceName", "documentation":"

The name of the resource that received too many tags.

" } }, "documentation":"

Too many tags were added to the specified resource.

", "error":{"httpStatusCode":400}, "exception":true }, "TranscribeContentIdentificationType":{ "type":"string", "enum":["PII"] }, "TranscribeContentRedactionType":{ "type":"string", "enum":["PII"] }, "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", "th-TH", "hi-IN" ] }, "TranscribeLanguageModelName":{ "type":"string", "max":200, "min":1, "pattern":"^[0-9a-zA-Z._-]+" }, "TranscribeLanguageOptions":{ "type":"string", "max":200, "min":1, "pattern":"^[a-zA-Z-,]+" }, "TranscribeMedicalContentIdentificationType":{ "type":"string", "enum":["PHI"] }, "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", "auto" ] }, "TranscribeMedicalSpecialty":{ "type":"string", "enum":[ "PRIMARYCARE", "CARDIOLOGY", "NEUROLOGY", "ONCOLOGY", "RADIOLOGY", "UROLOGY" ] }, "TranscribeMedicalType":{ "type":"string", "enum":[ "CONVERSATION", "DICTATION" ] }, "TranscribePartialResultsStability":{ "type":"string", "enum":[ "low", "medium", "high" ] }, "TranscribePiiEntityTypes":{ "type":"string", "max":300, "min":1, "pattern":"^[A-Z_, ]+" }, "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", "auto", "us-gov-west-1" ] }, "TranscribeVocabularyFilterMethod":{ "type":"string", "enum":[ "remove", "mask", "tag" ] }, "TranscribeVocabularyNamesOrFilterNamesString":{ "type":"string", "max":3000, "min":1, "pattern":"^[a-zA-Z0-9,-._]+" }, "TranscriptionConfiguration":{ "type":"structure", "members":{ "EngineTranscribeSettings":{ "shape":"EngineTranscribeSettings", "documentation":"

The transcription configuration settings passed to Amazon Transcribe.

" }, "EngineTranscribeMedicalSettings":{ "shape":"EngineTranscribeMedicalSettings", "documentation":"

The transcription configuration settings passed to Amazon Transcribe Medical.

" } }, "documentation":"

The configuration for the current transcription operation. Must contain EngineTranscribeSettings or EngineTranscribeMedicalSettings.

" }, "UnauthorizedException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The request id associated with the call responsible for the exception.

" } }, "documentation":"

The user isn't authorized to request a resource.

", "error":{"httpStatusCode":401}, "exception":true }, "UnprocessableEntityException":{ "type":"structure", "members":{ "Code":{"shape":"String"}, "Message":{"shape":"String"}, "RequestId":{ "shape":"String", "documentation":"

The request id associated with the call responsible for the exception.

" } }, "documentation":"

The request was well-formed but was unable to be followed due to semantic errors.

", "error":{"httpStatusCode":422}, "exception":true }, "UntagResourceRequest":{ "type":"structure", "required":[ "ResourceARN", "TagKeys" ], "members":{ "ResourceARN":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the resource that you're removing tags from.

" }, "TagKeys":{ "shape":"TagKeyList", "documentation":"

The tag keys being removed from the resources.

" } } }, "UntagResourceResponse":{ "type":"structure", "members":{} }, "UpdateAttendeeCapabilitiesRequest":{ "type":"structure", "required":[ "MeetingId", "AttendeeId", "Capabilities" ], "members":{ "MeetingId":{ "shape":"GuidString", "documentation":"

The ID of the meeting associated with the update request.

", "location":"uri", "locationName":"MeetingId" }, "AttendeeId":{ "shape":"GuidString", "documentation":"

The ID of the attendee associated with the update request.

", "location":"uri", "locationName":"AttendeeId" }, "Capabilities":{ "shape":"AttendeeCapabilities", "documentation":"

The capabilities that you want to update.

" } } }, "UpdateAttendeeCapabilitiesResponse":{ "type":"structure", "members":{ "Attendee":{ "shape":"Attendee", "documentation":"

The updated attendee data.

" } } }, "VideoFeatures":{ "type":"structure", "members":{ "MaxResolution":{ "shape":"VideoResolution", "documentation":"

The maximum video resolution for the meeting. Applies to all attendees.

Defaults to HD. To use FHD, you must also provide a MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.

" } }, "documentation":"

The video features set for the meeting. Applies to all attendees.

If you specify MeetingFeatures:Video:MaxResolution:None when you create a meeting, all API requests that include SendReceive, Send, or Receive for AttendeeCapabilities:Video will be rejected with ValidationError 400.

" }, "VideoResolution":{ "type":"string", "enum":[ "None", "HD", "FHD" ] } }, "documentation":"

The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for meetings, create and manage users, and send and receive meeting notifications. For more information about the meeting APIs, see Amazon Chime SDK meetings.

" }