{ "version":"2.0", "metadata":{ "apiVersion":"2021-07-15", "endpointPrefix":"meetings-chime", "protocol":"rest-json", "serviceFullName":"Amazon Chime SDK Meetings", "serviceId":"Chime SDK Meetings", "signatureVersion":"v4", "signingName":"chime", "uid":"chime-sdk-meetings-2021-07-15" }, "operations":{ "BatchCreateAttendee":{ "name":"BatchCreateAttendee", "http":{ "method":"POST", "requestUri":"/meetings/{MeetingId}/attendees?operation=batch-create" }, "input":{"shape":"BatchCreateAttendeeRequest"}, "output":{"shape":"BatchCreateAttendeeResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"UnauthorizedException"}, {"shape":"ServiceUnavailableException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, {"shape":"LimitExceededException"} ], "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.

" }, "CreateAttendee":{ "name":"CreateAttendee", "http":{ "method":"POST", "requestUri":"/meetings/{MeetingId}/attendees" }, "input":{"shape":"CreateAttendeeRequest"}, "output":{"shape":"CreateAttendeeResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ForbiddenException"}, {"shape":"UnauthorizedException"}, {"shape":"UnprocessableEntityException"}, {"shape":"ServiceUnavailableException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"} ], "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":"ServiceUnavailableException"}, {"shape":"UnauthorizedException"}, {"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 Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

" }, "CreateMeetingWithAttendees":{ "name":"CreateMeetingWithAttendees", "http":{ "method":"POST", "requestUri":"/meetings?operation=create-attendees" }, "input":{"shape":"CreateMeetingWithAttendeesRequest"}, "output":{"shape":"CreateMeetingWithAttendeesResponse"}, "errors":[ {"shape":"BadRequestException"}, {"shape":"ServiceUnavailableException"}, {"shape":"UnauthorizedException"}, {"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 Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

" }, "DeleteAttendee":{ "name":"DeleteAttendee", "http":{ "method":"DELETE", "requestUri":"/meetings/{MeetingId}/attendees/{AttendeeId}", "responseCode":204 }, "input":{"shape":"DeleteAttendeeRequest"}, "errors":[ {"shape":"ForbiddenException"}, {"shape":"NotFoundException"} ], "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"} ], "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":"NotFoundException"}, {"shape":"ForbiddenException"} ], "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"} ], "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":"NotFoundException"}, {"shape":"ForbiddenException"} ], "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.

" }, "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":"ServiceUnavailableException"} ], "documentation":"

Starts transcription for the specified meetingId.

" }, "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":"ServiceUnavailableException"} ], "documentation":"

Stops transcription for the specified meetingId.

" } }, "shapes":{ "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.

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

The Amazon Chime SDK attendee ID.

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

The join token used by the Amazon Chime SDK attendee.

" } }, "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.

" }, "AttendeeList":{ "type":"list", "member":{"shape":"Attendee"} }, "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.

" } } }, "Boolean":{"type":"boolean"}, "ClientRequestToken":{ "type":"string", "max":64, "min":2, "pattern":"[-_a-zA-Z0-9]*", "sensitive":true }, "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.

" }, "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.

" } } }, "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.

" } }, "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 .

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

Reserved.

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

The external meeting ID.

" }, "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.

" } } }, "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.

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

Reserved.

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

The external meeting ID.

" }, "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.

" } } }, "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 AWS 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", "required":["LanguageCode"], "members":{ "LanguageCode":{ "shape":"TranscribeLanguageCode", "documentation":"

The language code specified for the Amazon Transcribe engine.

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

The filtering method passed to Amazon Transcribe.

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

The name of the vocabulary filter passed to Amazon Transcribe.

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

The name of the vocabulary passed to Amazon Transcribe.

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

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

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

Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.

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

The stabity level of a partial results transcription. Determines how stable you want the transcription results to be. A higher level means the transcription results are less likely to change.

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

Set this field to PII to identify personally identifiable information in the transcription output.

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

Set this field to PII to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.

You can’t set ContentRedactionType and ContentIdentificationType in the same request. If you set both, your request returns a BadRequestException.

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

Lists the PII entity types you want to identify or redact. To specify entity types, you must enable ContentIdentificationType or ContentRedactionType.

PIIEntityTypes must be comma-separated. The available values are: BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_NUMBER, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY, PIN, EMAIL, ADDRESS, NAME, PHONE, SSN, and ALL.

PiiEntityTypes is an optional parameter with a default value of ALL.

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

The name of the language model used during transcription.

" } }, "documentation":"

Settings specific to the Amazon Transcribe engine.

" }, "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.

" } } }, "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.

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

The screen data URL.

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

The screen viewing URL.

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

The screen sharing URL.

" }, "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.

" }, "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.

" }, "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.

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

The media placement for the meeting.

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

The features available to a meeting, such as Amazon Voice Focus.

" } }, "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.

" } }, "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 AWS 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.

" }, "ResultMax":{ "type":"integer", "max":100, "min":1 }, "RetryAfterSeconds":{"type":"string"}, "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 }, "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" ] }, "TranscribeLanguageModelName":{ "type":"string", "max":200, "min":1, "pattern":"^[0-9a-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" ] }, "TranscribeVocabularyFilterMethod":{ "type":"string", "enum":[ "remove", "mask", "tag" ] }, "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 } }, "documentation":"

The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS 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.

" }