aws-sdk
Version:
AWS SDK for JavaScript
2,010 lines • 192 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2018-05-01",
"endpointPrefix": "chime",
"protocol": "rest-json",
"serviceFullName": "Amazon Chime",
"serviceId": "Chime",
"signatureVersion": "v4",
"uid": "chime-2018-05-01"
},
"operations": {
"AssociatePhoneNumberWithUser": {
"http": {
"requestUri": "/accounts/{accountId}/users/{userId}?operation=associate-phone-number",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"AccountId",
"UserId",
"E164PhoneNumber"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"UserId": {
"location": "uri",
"locationName": "userId"
},
"E164PhoneNumber": {
"shape": "S3"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"AssociatePhoneNumbersWithVoiceConnector": {
"http": {
"requestUri": "/voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"VoiceConnectorId",
"E164PhoneNumbers"
],
"members": {
"VoiceConnectorId": {
"location": "uri",
"locationName": "voiceConnectorId"
},
"E164PhoneNumbers": {
"shape": "S7"
},
"ForceAssociate": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"PhoneNumberErrors": {
"shape": "Sa"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by AssociatePhoneNumbersWithVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"AssociatePhoneNumbersWithVoiceConnectorGroup": {
"http": {
"requestUri": "/voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"VoiceConnectorGroupId",
"E164PhoneNumbers"
],
"members": {
"VoiceConnectorGroupId": {
"location": "uri",
"locationName": "voiceConnectorGroupId"
},
"E164PhoneNumbers": {
"shape": "S7"
},
"ForceAssociate": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"PhoneNumberErrors": {
"shape": "Sa"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by AssociatePhoneNumbersWithVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"AssociateSigninDelegateGroupsWithAccount": {
"http": {
"requestUri": "/accounts/{accountId}?operation=associate-signin-delegate-groups",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"AccountId",
"SigninDelegateGroups"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"SigninDelegateGroups": {
"shape": "Sg"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"BatchCreateAttendee": {
"http": {
"requestUri": "/meetings/{meetingId}/attendees?operation=batch-create",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"MeetingId",
"Attendees"
],
"members": {
"MeetingId": {
"location": "uri",
"locationName": "meetingId"
},
"Attendees": {
"type": "list",
"member": {
"shape": "Sm"
}
}
}
},
"output": {
"type": "structure",
"members": {
"Attendees": {
"shape": "St"
},
"Errors": {
"shape": "Sw"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespace"
},
"BatchCreateChannelMembership": {
"http": {
"requestUri": "/channels/{channelArn}/memberships?operation=batch-create",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"ChannelArn",
"MemberArns"
],
"members": {
"ChannelArn": {
"location": "uri",
"locationName": "channelArn"
},
"Type": {},
"MemberArns": {
"type": "list",
"member": {}
},
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
}
}
},
"output": {
"type": "structure",
"members": {
"BatchChannelMemberships": {
"type": "structure",
"members": {
"InvitedBy": {
"shape": "S14"
},
"Type": {},
"Members": {
"type": "list",
"member": {
"shape": "S14"
}
},
"ChannelArn": {}
}
},
"Errors": {
"type": "list",
"member": {
"type": "structure",
"members": {
"MemberArn": {},
"ErrorCode": {},
"ErrorMessage": {}
}
}
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by BatchCreateChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
},
"BatchCreateRoomMembership": {
"http": {
"requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships?operation=batch-create",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"AccountId",
"RoomId",
"MembershipItemList"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"RoomId": {
"location": "uri",
"locationName": "roomId"
},
"MembershipItemList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"MemberId": {},
"Role": {}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"Errors": {
"type": "list",
"member": {
"type": "structure",
"members": {
"MemberId": {},
"ErrorCode": {},
"ErrorMessage": {}
}
}
}
}
}
},
"BatchDeletePhoneNumber": {
"http": {
"requestUri": "/phone-numbers?operation=batch-delete",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"PhoneNumberIds"
],
"members": {
"PhoneNumberIds": {
"shape": "S1h"
}
}
},
"output": {
"type": "structure",
"members": {
"PhoneNumberErrors": {
"shape": "Sa"
}
}
}
},
"BatchSuspendUser": {
"http": {
"requestUri": "/accounts/{accountId}/users?operation=suspend",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"AccountId",
"UserIdList"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"UserIdList": {
"shape": "S1k"
}
}
},
"output": {
"type": "structure",
"members": {
"UserErrors": {
"shape": "S1m"
}
}
}
},
"BatchUnsuspendUser": {
"http": {
"requestUri": "/accounts/{accountId}/users?operation=unsuspend",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"AccountId",
"UserIdList"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"UserIdList": {
"shape": "S1k"
}
}
},
"output": {
"type": "structure",
"members": {
"UserErrors": {
"shape": "S1m"
}
}
}
},
"BatchUpdatePhoneNumber": {
"http": {
"requestUri": "/phone-numbers?operation=batch-update",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"UpdatePhoneNumberRequestItems"
],
"members": {
"UpdatePhoneNumberRequestItems": {
"type": "list",
"member": {
"type": "structure",
"required": [
"PhoneNumberId"
],
"members": {
"PhoneNumberId": {},
"ProductType": {},
"CallingName": {
"shape": "S1u"
}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"PhoneNumberErrors": {
"shape": "Sa"
}
}
}
},
"BatchUpdateUser": {
"http": {
"requestUri": "/accounts/{accountId}/users",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"AccountId",
"UpdateUserRequestItems"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"UpdateUserRequestItems": {
"type": "list",
"member": {
"type": "structure",
"required": [
"UserId"
],
"members": {
"UserId": {},
"LicenseType": {},
"UserType": {},
"AlexaForBusinessMetadata": {
"shape": "S21"
}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"UserErrors": {
"shape": "S1m"
}
}
}
},
"CreateAccount": {
"http": {
"requestUri": "/accounts",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {}
}
},
"output": {
"type": "structure",
"members": {
"Account": {
"shape": "S28"
}
}
}
},
"CreateAppInstance": {
"http": {
"requestUri": "/app-instances",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"Name",
"ClientRequestToken"
],
"members": {
"Name": {
"shape": "S2e"
},
"Metadata": {
"shape": "S2f"
},
"ClientRequestToken": {
"shape": "S2g",
"idempotencyToken": true
},
"Tags": {
"shape": "S2h"
}
}
},
"output": {
"type": "structure",
"members": {
"AppInstanceArn": {}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateAppInstance in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
},
"CreateAppInstanceAdmin": {
"http": {
"requestUri": "/app-instances/{appInstanceArn}/admins",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"AppInstanceAdminArn",
"AppInstanceArn"
],
"members": {
"AppInstanceAdminArn": {},
"AppInstanceArn": {
"location": "uri",
"locationName": "appInstanceArn"
}
}
},
"output": {
"type": "structure",
"members": {
"AppInstanceAdmin": {
"shape": "S14"
},
"AppInstanceArn": {}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateAppInstanceAdmin in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
},
"CreateAppInstanceUser": {
"http": {
"requestUri": "/app-instance-users",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"AppInstanceArn",
"AppInstanceUserId",
"Name",
"ClientRequestToken"
],
"members": {
"AppInstanceArn": {},
"AppInstanceUserId": {
"type": "string",
"sensitive": true
},
"Name": {
"shape": "S2n"
},
"Metadata": {
"shape": "S2f"
},
"ClientRequestToken": {
"shape": "S2g",
"idempotencyToken": true
},
"Tags": {
"shape": "S2h"
}
}
},
"output": {
"type": "structure",
"members": {
"AppInstanceUserArn": {}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateAppInstanceUser in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
},
"CreateAttendee": {
"http": {
"requestUri": "/meetings/{meetingId}/attendees",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"MeetingId",
"ExternalUserId"
],
"members": {
"MeetingId": {
"location": "uri",
"locationName": "meetingId"
},
"ExternalUserId": {
"shape": "Sn"
},
"Tags": {
"shape": "So"
}
}
},
"output": {
"type": "structure",
"members": {
"Attendee": {
"shape": "Su"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateAttendee in the Amazon Chime SDK Meetings Namespace"
},
"CreateBot": {
"http": {
"requestUri": "/accounts/{accountId}/bots",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"DisplayName",
"AccountId"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"DisplayName": {
"shape": "S23"
},
"Domain": {}
}
},
"output": {
"type": "structure",
"members": {
"Bot": {
"shape": "S2t"
}
}
}
},
"CreateChannel": {
"http": {
"requestUri": "/channels",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"AppInstanceArn",
"Name",
"ClientRequestToken"
],
"members": {
"AppInstanceArn": {},
"Name": {
"shape": "S2e"
},
"Mode": {},
"Privacy": {},
"Metadata": {
"shape": "S2f"
},
"ClientRequestToken": {
"shape": "S2g",
"idempotencyToken": true
},
"Tags": {
"shape": "S2h"
},
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
}
}
},
"output": {
"type": "structure",
"members": {
"ChannelArn": {}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
},
"CreateChannelBan": {
"http": {
"requestUri": "/channels/{channelArn}/bans",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"ChannelArn",
"MemberArn"
],
"members": {
"ChannelArn": {
"location": "uri",
"locationName": "channelArn"
},
"MemberArn": {},
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
}
}
},
"output": {
"type": "structure",
"members": {
"ChannelArn": {},
"Member": {
"shape": "S14"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateChannelBan in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
},
"CreateChannelMembership": {
"http": {
"requestUri": "/channels/{channelArn}/memberships",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"ChannelArn",
"MemberArn",
"Type"
],
"members": {
"ChannelArn": {
"location": "uri",
"locationName": "channelArn"
},
"MemberArn": {},
"Type": {},
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
}
}
},
"output": {
"type": "structure",
"members": {
"ChannelArn": {},
"Member": {
"shape": "S14"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
},
"CreateChannelModerator": {
"http": {
"requestUri": "/channels/{channelArn}/moderators",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"ChannelArn",
"ChannelModeratorArn"
],
"members": {
"ChannelArn": {
"location": "uri",
"locationName": "channelArn"
},
"ChannelModeratorArn": {},
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
}
}
},
"output": {
"type": "structure",
"members": {
"ChannelArn": {},
"ChannelModerator": {
"shape": "S14"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateChannelModerator in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
},
"CreateMediaCapturePipeline": {
"http": {
"requestUri": "/media-capture-pipelines",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"SourceType",
"SourceArn",
"SinkType",
"SinkArn"
],
"members": {
"SourceType": {},
"SourceArn": {
"shape": "S37"
},
"SinkType": {},
"SinkArn": {
"shape": "S37"
},
"ClientRequestToken": {
"shape": "S2g",
"idempotencyToken": true
},
"ChimeSdkMeetingConfiguration": {
"shape": "S39"
}
}
},
"output": {
"type": "structure",
"members": {
"MediaCapturePipeline": {
"shape": "S3n"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace"
},
"CreateMeeting": {
"http": {
"requestUri": "/meetings",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"ClientRequestToken"
],
"members": {
"ClientRequestToken": {
"shape": "S2g",
"idempotencyToken": true
},
"ExternalMeetingId": {
"shape": "S3q"
},
"MeetingHostId": {
"shape": "Sn"
},
"MediaRegion": {},
"Tags": {
"shape": "S3r"
},
"NotificationsConfiguration": {
"shape": "S3s"
}
}
},
"output": {
"type": "structure",
"members": {
"Meeting": {
"shape": "S3u"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateMeeting in the Amazon Chime SDK Meetings Namespace"
},
"CreateMeetingDialOut": {
"http": {
"requestUri": "/meetings/{meetingId}/dial-outs",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"MeetingId",
"FromPhoneNumber",
"ToPhoneNumber",
"JoinToken"
],
"members": {
"MeetingId": {
"location": "uri",
"locationName": "meetingId"
},
"FromPhoneNumber": {
"shape": "S3"
},
"ToPhoneNumber": {
"shape": "S3"
},
"JoinToken": {
"shape": "Sv"
}
}
},
"output": {
"type": "structure",
"members": {
"TransactionId": {}
}
}
},
"CreateMeetingWithAttendees": {
"http": {
"requestUri": "/meetings?operation=create-attendees",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"ClientRequestToken"
],
"members": {
"ClientRequestToken": {
"shape": "S2g",
"idempotencyToken": true
},
"ExternalMeetingId": {
"shape": "S3q"
},
"MeetingHostId": {
"shape": "Sn"
},
"MediaRegion": {},
"Tags": {
"shape": "S3r"
},
"NotificationsConfiguration": {
"shape": "S3s"
},
"Attendees": {
"type": "list",
"member": {
"shape": "Sm"
}
}
}
},
"output": {
"type": "structure",
"members": {
"Meeting": {
"shape": "S3u"
},
"Attendees": {
"shape": "St"
},
"Errors": {
"shape": "Sw"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace"
},
"CreatePhoneNumberOrder": {
"http": {
"requestUri": "/phone-number-orders",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"ProductType",
"E164PhoneNumbers"
],
"members": {
"ProductType": {},
"E164PhoneNumbers": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"PhoneNumberOrder": {
"shape": "S44"
}
}
}
},
"CreateProxySession": {
"http": {
"requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"ParticipantPhoneNumbers",
"Capabilities",
"VoiceConnectorId"
],
"members": {
"VoiceConnectorId": {
"location": "uri",
"locationName": "voiceConnectorId"
},
"ParticipantPhoneNumbers": {
"type": "list",
"member": {
"shape": "S3"
}
},
"Name": {
"type": "string",
"sensitive": true
},
"ExpiryMinutes": {
"type": "integer"
},
"Capabilities": {
"shape": "S4e"
},
"NumberSelectionBehavior": {},
"GeoMatchLevel": {},
"GeoMatchParams": {
"shape": "S4i"
}
}
},
"output": {
"type": "structure",
"members": {
"ProxySession": {
"shape": "S4m"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateProxySession in the Amazon Chime SDK Voice Namespace"
},
"CreateRoom": {
"http": {
"requestUri": "/accounts/{accountId}/rooms",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"AccountId",
"Name"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"Name": {
"shape": "S23"
},
"ClientRequestToken": {
"shape": "S2g",
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"Room": {
"shape": "S4t"
}
}
}
},
"CreateRoomMembership": {
"http": {
"requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"AccountId",
"RoomId",
"MemberId"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"RoomId": {
"location": "uri",
"locationName": "roomId"
},
"MemberId": {},
"Role": {}
}
},
"output": {
"type": "structure",
"members": {
"RoomMembership": {
"shape": "S4w"
}
}
}
},
"CreateSipMediaApplication": {
"http": {
"requestUri": "/sip-media-applications",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"AwsRegion",
"Name",
"Endpoints"
],
"members": {
"AwsRegion": {},
"Name": {},
"Endpoints": {
"shape": "S51"
}
}
},
"output": {
"type": "structure",
"members": {
"SipMediaApplication": {
"shape": "S55"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateSipMediaApplication in the Amazon Chime SDK Voice Namespace"
},
"CreateSipMediaApplicationCall": {
"http": {
"requestUri": "/sip-media-applications/{sipMediaApplicationId}/calls",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"FromPhoneNumber",
"ToPhoneNumber",
"SipMediaApplicationId"
],
"members": {
"FromPhoneNumber": {
"shape": "S3"
},
"ToPhoneNumber": {
"shape": "S3"
},
"SipMediaApplicationId": {
"location": "uri",
"locationName": "sipMediaApplicationId"
},
"SipHeaders": {
"type": "map",
"key": {
"shape": "S23"
},
"value": {
"shape": "S23"
}
}
}
},
"output": {
"type": "structure",
"members": {
"SipMediaApplicationCall": {
"shape": "S59"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace"
},
"CreateSipRule": {
"http": {
"requestUri": "/sip-rules",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"Name",
"TriggerType",
"TriggerValue",
"TargetApplications"
],
"members": {
"Name": {},
"TriggerType": {},
"TriggerValue": {},
"Disabled": {
"type": "boolean"
},
"TargetApplications": {
"shape": "S5d"
}
}
},
"output": {
"type": "structure",
"members": {
"SipRule": {
"shape": "S5h"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateSipRule in the Amazon Chime SDK Voice Namespace"
},
"CreateUser": {
"http": {
"requestUri": "/accounts/{accountId}/users?operation=create",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"AccountId"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"Username": {},
"Email": {
"shape": "S5j"
},
"UserType": {}
}
},
"output": {
"type": "structure",
"members": {
"User": {
"shape": "S5l"
}
}
}
},
"CreateVoiceConnector": {
"http": {
"requestUri": "/voice-connectors",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"Name",
"RequireEncryption"
],
"members": {
"Name": {},
"AwsRegion": {},
"RequireEncryption": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"VoiceConnector": {
"shape": "S5s"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"CreateVoiceConnectorGroup": {
"http": {
"requestUri": "/voice-connector-groups",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"VoiceConnectorItems": {
"shape": "S5v"
}
}
},
"output": {
"type": "structure",
"members": {
"VoiceConnectorGroup": {
"shape": "S5z"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by CreateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"DeleteAccount": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{accountId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"AccountId"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteAppInstance": {
"http": {
"method": "DELETE",
"requestUri": "/app-instances/{appInstanceArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"AppInstanceArn"
],
"members": {
"AppInstanceArn": {
"location": "uri",
"locationName": "appInstanceArn"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteAppInstance in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
},
"DeleteAppInstanceAdmin": {
"http": {
"method": "DELETE",
"requestUri": "/app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"AppInstanceAdminArn",
"AppInstanceArn"
],
"members": {
"AppInstanceAdminArn": {
"location": "uri",
"locationName": "appInstanceAdminArn"
},
"AppInstanceArn": {
"location": "uri",
"locationName": "appInstanceArn"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteAppInstanceAdmin in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
},
"DeleteAppInstanceStreamingConfigurations": {
"http": {
"method": "DELETE",
"requestUri": "/app-instances/{appInstanceArn}/streaming-configurations",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"AppInstanceArn"
],
"members": {
"AppInstanceArn": {
"location": "uri",
"locationName": "appInstanceArn"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace"
},
"DeleteAppInstanceUser": {
"http": {
"method": "DELETE",
"requestUri": "/app-instance-users/{appInstanceUserArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"AppInstanceUserArn"
],
"members": {
"AppInstanceUserArn": {
"location": "uri",
"locationName": "appInstanceUserArn"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteAppInstanceUser in the Amazon Chime SDK Identity Namespace",
"endpoint": {
"hostPrefix": "identity-"
}
},
"DeleteAttendee": {
"http": {
"method": "DELETE",
"requestUri": "/meetings/{meetingId}/attendees/{attendeeId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"MeetingId",
"AttendeeId"
],
"members": {
"MeetingId": {
"location": "uri",
"locationName": "meetingId"
},
"AttendeeId": {
"location": "uri",
"locationName": "attendeeId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteAttendee in the Amazon Chime SDK Meetings Namespace"
},
"DeleteChannel": {
"http": {
"method": "DELETE",
"requestUri": "/channels/{channelArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"ChannelArn"
],
"members": {
"ChannelArn": {
"location": "uri",
"locationName": "channelArn"
},
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteChannel in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
},
"DeleteChannelBan": {
"http": {
"method": "DELETE",
"requestUri": "/channels/{channelArn}/bans/{memberArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"ChannelArn",
"MemberArn"
],
"members": {
"ChannelArn": {
"location": "uri",
"locationName": "channelArn"
},
"MemberArn": {
"location": "uri",
"locationName": "memberArn"
},
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteChannelBan in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
},
"DeleteChannelMembership": {
"http": {
"method": "DELETE",
"requestUri": "/channels/{channelArn}/memberships/{memberArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"ChannelArn",
"MemberArn"
],
"members": {
"ChannelArn": {
"location": "uri",
"locationName": "channelArn"
},
"MemberArn": {
"location": "uri",
"locationName": "memberArn"
},
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteChannelMembership in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
},
"DeleteChannelMessage": {
"http": {
"method": "DELETE",
"requestUri": "/channels/{channelArn}/messages/{messageId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"ChannelArn",
"MessageId"
],
"members": {
"ChannelArn": {
"location": "uri",
"locationName": "channelArn"
},
"MessageId": {
"location": "uri",
"locationName": "messageId"
},
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteChannelMessage in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
},
"DeleteChannelModerator": {
"http": {
"method": "DELETE",
"requestUri": "/channels/{channelArn}/moderators/{channelModeratorArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"ChannelArn",
"ChannelModeratorArn"
],
"members": {
"ChannelArn": {
"location": "uri",
"locationName": "channelArn"
},
"ChannelModeratorArn": {
"location": "uri",
"locationName": "channelModeratorArn"
},
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteChannelModerator in the Amazon Chime SDK Messaging Namespace",
"endpoint": {
"hostPrefix": "messaging-"
}
},
"DeleteEventsConfiguration": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{accountId}/bots/{botId}/events-configuration",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"AccountId",
"BotId"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"BotId": {
"location": "uri",
"locationName": "botId"
}
}
}
},
"DeleteMediaCapturePipeline": {
"http": {
"method": "DELETE",
"requestUri": "/media-capture-pipelines/{mediaPipelineId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"MediaPipelineId"
],
"members": {
"MediaPipelineId": {
"location": "uri",
"locationName": "mediaPipelineId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace"
},
"DeleteMeeting": {
"http": {
"method": "DELETE",
"requestUri": "/meetings/{meetingId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"MeetingId"
],
"members": {
"MeetingId": {
"location": "uri",
"locationName": "meetingId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteMeeting in the Amazon Chime SDK Meetings Namespace"
},
"DeletePhoneNumber": {
"http": {
"method": "DELETE",
"requestUri": "/phone-numbers/{phoneNumberId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"PhoneNumberId"
],
"members": {
"PhoneNumberId": {
"location": "uri",
"locationName": "phoneNumberId"
}
}
}
},
"DeleteProxySession": {
"http": {
"method": "DELETE",
"requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"VoiceConnectorId",
"ProxySessionId"
],
"members": {
"VoiceConnectorId": {
"location": "uri",
"locationName": "voiceConnectorId"
},
"ProxySessionId": {
"location": "uri",
"locationName": "proxySessionId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespace"
},
"DeleteRoom": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{accountId}/rooms/{roomId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"AccountId",
"RoomId"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"RoomId": {
"location": "uri",
"locationName": "roomId"
}
}
}
},
"DeleteRoomMembership": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"AccountId",
"RoomId",
"MemberId"
],
"members": {
"AccountId": {
"location": "uri",
"locationName": "accountId"
},
"RoomId": {
"location": "uri",
"locationName": "roomId"
},
"MemberId": {
"location": "uri",
"locationName": "memberId"
}
}
}
},
"DeleteSipMediaApplication": {
"http": {
"method": "DELETE",
"requestUri": "/sip-media-applications/{sipMediaApplicationId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"SipMediaApplicationId"
],
"members": {
"SipMediaApplicationId": {
"location": "uri",
"locationName": "sipMediaApplicationId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteSipMediaApplication in the Amazon Chime SDK Voice Namespace"
},
"DeleteSipRule": {
"http": {
"method": "DELETE",
"requestUri": "/sip-rules/{sipRuleId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"SipRuleId"
],
"members": {
"SipRuleId": {
"location": "uri",
"locationName": "sipRuleId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteSipRule in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnector": {
"http": {
"method": "DELETE",
"requestUri": "/voice-connectors/{voiceConnectorId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"VoiceConnectorId"
],
"members": {
"VoiceConnectorId": {
"location": "uri",
"locationName": "voiceConnectorId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteVoiceConnector in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorEmergencyCallingConfiguration": {
"http": {
"method": "DELETE",
"requestUri": "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"VoiceConnectorId"
],
"members": {
"VoiceConnectorId": {
"location": "uri",
"locationName": "voiceConnectorId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorGroup": {
"http": {
"method": "DELETE",
"requestUri": "/voice-connector-groups/{voiceConnectorGroupId}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"VoiceConnectorGroupId"
],
"members": {
"VoiceConnectorGroupId": {
"location": "uri",
"locationName": "voiceConnectorGroupId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorOrigination": {
"http": {
"method": "DELETE",
"requestUri": "/voice-connectors/{voiceConnectorId}/origination",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"VoiceConnectorId"
],
"members": {
"VoiceConnectorId": {
"location": "uri",
"locationName": "voiceConnectorId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorProxy": {
"http": {
"method": "DELETE",
"requestUri": "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"VoiceConnectorId"
],
"members": {
"VoiceConnectorId": {
"location": "uri",
"locationName": "voiceConnectorId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorStreamingConfiguration": {
"http": {
"method": "DELETE",
"requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"VoiceConnectorId"
],
"members": {
"VoiceConnectorId": {
"location": "uri",
"locationName": "voiceConnectorId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace"
},
"DeleteVoiceConnectorTermination": {
"http": {
"method": "DELETE",
"requestUri": "/voice-connectors/{voiceConnectorId}/termination",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"VoiceConnectorId"
],
"members": {
"VoiceConnectorId": {
"location": "uri",
"locationName": "voiceConnectorId"
}
}
},
"deprecated": true,
"deprecatedMessage": "Replaced by DeleteVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace"
},
"Delete