@aws-sdk/client-chime 3.180.0 → 3.183.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist-cjs/protocols/Aws_restJson1.js +197 -191
- package/dist-es/Chime.js +766 -773
- package/dist-es/ChimeClient.js +22 -28
- package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +21 -28
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +21 -28
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +21 -28
- package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +21 -28
- package/dist-es/commands/BatchCreateAttendeeCommand.js +21 -28
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +21 -28
- package/dist-es/commands/BatchCreateRoomMembershipCommand.js +21 -28
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js +21 -28
- package/dist-es/commands/BatchSuspendUserCommand.js +21 -28
- package/dist-es/commands/BatchUnsuspendUserCommand.js +21 -28
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +21 -28
- package/dist-es/commands/BatchUpdateUserCommand.js +21 -28
- package/dist-es/commands/CreateAccountCommand.js +21 -28
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +21 -28
- package/dist-es/commands/CreateAppInstanceCommand.js +21 -28
- package/dist-es/commands/CreateAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/CreateAttendeeCommand.js +21 -28
- package/dist-es/commands/CreateBotCommand.js +21 -28
- package/dist-es/commands/CreateChannelBanCommand.js +21 -28
- package/dist-es/commands/CreateChannelCommand.js +21 -28
- package/dist-es/commands/CreateChannelMembershipCommand.js +21 -28
- package/dist-es/commands/CreateChannelModeratorCommand.js +21 -28
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +21 -28
- package/dist-es/commands/CreateMeetingCommand.js +21 -28
- package/dist-es/commands/CreateMeetingDialOutCommand.js +21 -28
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +21 -28
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js +21 -28
- package/dist-es/commands/CreateProxySessionCommand.js +21 -28
- package/dist-es/commands/CreateRoomCommand.js +21 -28
- package/dist-es/commands/CreateRoomMembershipCommand.js +21 -28
- package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +21 -28
- package/dist-es/commands/CreateSipMediaApplicationCommand.js +21 -28
- package/dist-es/commands/CreateSipRuleCommand.js +21 -28
- package/dist-es/commands/CreateUserCommand.js +21 -28
- package/dist-es/commands/CreateVoiceConnectorCommand.js +21 -28
- package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +21 -28
- package/dist-es/commands/DeleteAccountCommand.js +21 -28
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +22 -29
- package/dist-es/commands/DeleteAppInstanceCommand.js +22 -29
- package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +22 -29
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +22 -29
- package/dist-es/commands/DeleteAttendeeCommand.js +22 -29
- package/dist-es/commands/DeleteChannelBanCommand.js +22 -29
- package/dist-es/commands/DeleteChannelCommand.js +22 -29
- package/dist-es/commands/DeleteChannelMembershipCommand.js +22 -29
- package/dist-es/commands/DeleteChannelMessageCommand.js +22 -29
- package/dist-es/commands/DeleteChannelModeratorCommand.js +22 -29
- package/dist-es/commands/DeleteEventsConfigurationCommand.js +22 -29
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +22 -29
- package/dist-es/commands/DeleteMeetingCommand.js +22 -29
- package/dist-es/commands/DeletePhoneNumberCommand.js +22 -29
- package/dist-es/commands/DeleteProxySessionCommand.js +22 -29
- package/dist-es/commands/DeleteRoomCommand.js +22 -29
- package/dist-es/commands/DeleteRoomMembershipCommand.js +22 -29
- package/dist-es/commands/DeleteSipMediaApplicationCommand.js +22 -29
- package/dist-es/commands/DeleteSipRuleCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +22 -29
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +21 -28
- package/dist-es/commands/DescribeAppInstanceCommand.js +21 -28
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/DescribeChannelBanCommand.js +21 -28
- package/dist-es/commands/DescribeChannelCommand.js +21 -28
- package/dist-es/commands/DescribeChannelMembershipCommand.js +21 -28
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/DescribeChannelModeratorCommand.js +21 -28
- package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +21 -28
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +21 -28
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +21 -28
- package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +21 -28
- package/dist-es/commands/GetAccountCommand.js +21 -28
- package/dist-es/commands/GetAccountSettingsCommand.js +21 -28
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +21 -28
- package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +21 -28
- package/dist-es/commands/GetAttendeeCommand.js +21 -28
- package/dist-es/commands/GetBotCommand.js +21 -28
- package/dist-es/commands/GetChannelMessageCommand.js +21 -28
- package/dist-es/commands/GetEventsConfigurationCommand.js +21 -28
- package/dist-es/commands/GetGlobalSettingsCommand.js +22 -29
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +21 -28
- package/dist-es/commands/GetMeetingCommand.js +21 -28
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +21 -28
- package/dist-es/commands/GetPhoneNumberCommand.js +21 -28
- package/dist-es/commands/GetPhoneNumberOrderCommand.js +21 -28
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js +22 -29
- package/dist-es/commands/GetProxySessionCommand.js +21 -28
- package/dist-es/commands/GetRetentionSettingsCommand.js +21 -28
- package/dist-es/commands/GetRoomCommand.js +21 -28
- package/dist-es/commands/GetSipMediaApplicationCommand.js +21 -28
- package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +21 -28
- package/dist-es/commands/GetSipRuleCommand.js +21 -28
- package/dist-es/commands/GetUserCommand.js +21 -28
- package/dist-es/commands/GetUserSettingsCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorGroupCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorProxyCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +21 -28
- package/dist-es/commands/InviteUsersCommand.js +21 -28
- package/dist-es/commands/ListAccountsCommand.js +21 -28
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +21 -28
- package/dist-es/commands/ListAppInstanceUsersCommand.js +21 -28
- package/dist-es/commands/ListAppInstancesCommand.js +21 -28
- package/dist-es/commands/ListAttendeeTagsCommand.js +21 -28
- package/dist-es/commands/ListAttendeesCommand.js +21 -28
- package/dist-es/commands/ListBotsCommand.js +21 -28
- package/dist-es/commands/ListChannelBansCommand.js +21 -28
- package/dist-es/commands/ListChannelMembershipsCommand.js +21 -28
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/ListChannelMessagesCommand.js +21 -28
- package/dist-es/commands/ListChannelModeratorsCommand.js +21 -28
- package/dist-es/commands/ListChannelsCommand.js +21 -28
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +21 -28
- package/dist-es/commands/ListMeetingTagsCommand.js +21 -28
- package/dist-es/commands/ListMeetingsCommand.js +21 -28
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +21 -28
- package/dist-es/commands/ListPhoneNumbersCommand.js +21 -28
- package/dist-es/commands/ListProxySessionsCommand.js +21 -28
- package/dist-es/commands/ListRoomMembershipsCommand.js +21 -28
- package/dist-es/commands/ListRoomsCommand.js +21 -28
- package/dist-es/commands/ListSipMediaApplicationsCommand.js +21 -28
- package/dist-es/commands/ListSipRulesCommand.js +21 -28
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListUsersCommand.js +21 -28
- package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +21 -28
- package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +21 -28
- package/dist-es/commands/ListVoiceConnectorsCommand.js +21 -28
- package/dist-es/commands/LogoutUserCommand.js +21 -28
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +21 -28
- package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +21 -28
- package/dist-es/commands/PutEventsConfigurationCommand.js +21 -28
- package/dist-es/commands/PutRetentionSettingsCommand.js +21 -28
- package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorProxyCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +22 -29
- package/dist-es/commands/RedactChannelMessageCommand.js +21 -28
- package/dist-es/commands/RedactConversationMessageCommand.js +21 -28
- package/dist-es/commands/RedactRoomMessageCommand.js +21 -28
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +21 -28
- package/dist-es/commands/ResetPersonalPINCommand.js +21 -28
- package/dist-es/commands/RestorePhoneNumberCommand.js +21 -28
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +21 -28
- package/dist-es/commands/SendChannelMessageCommand.js +21 -28
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +21 -28
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +21 -28
- package/dist-es/commands/TagAttendeeCommand.js +22 -29
- package/dist-es/commands/TagMeetingCommand.js +22 -29
- package/dist-es/commands/TagResourceCommand.js +22 -29
- package/dist-es/commands/UntagAttendeeCommand.js +22 -29
- package/dist-es/commands/UntagMeetingCommand.js +22 -29
- package/dist-es/commands/UntagResourceCommand.js +22 -29
- package/dist-es/commands/UpdateAccountCommand.js +21 -28
- package/dist-es/commands/UpdateAccountSettingsCommand.js +21 -28
- package/dist-es/commands/UpdateAppInstanceCommand.js +21 -28
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/UpdateBotCommand.js +21 -28
- package/dist-es/commands/UpdateChannelCommand.js +21 -28
- package/dist-es/commands/UpdateChannelMessageCommand.js +21 -28
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +21 -28
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +22 -29
- package/dist-es/commands/UpdatePhoneNumberCommand.js +21 -28
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +22 -29
- package/dist-es/commands/UpdateProxySessionCommand.js +21 -28
- package/dist-es/commands/UpdateRoomCommand.js +21 -28
- package/dist-es/commands/UpdateRoomMembershipCommand.js +21 -28
- package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +21 -28
- package/dist-es/commands/UpdateSipMediaApplicationCommand.js +21 -28
- package/dist-es/commands/UpdateSipRuleCommand.js +21 -28
- package/dist-es/commands/UpdateUserCommand.js +21 -28
- package/dist-es/commands/UpdateUserSettingsCommand.js +22 -29
- package/dist-es/commands/UpdateVoiceConnectorCommand.js +21 -28
- package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +21 -28
- package/dist-es/commands/ValidateE911AddressCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ChimeServiceException.js +5 -10
- package/dist-es/models/models_0.js +1092 -423
- package/dist-es/models/models_1.js +750 -243
- package/dist-es/pagination/ListAccountsPaginator.js +25 -68
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +25 -68
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js +25 -68
- package/dist-es/pagination/ListAppInstancesPaginator.js +25 -68
- package/dist-es/pagination/ListAttendeesPaginator.js +25 -68
- package/dist-es/pagination/ListBotsPaginator.js +25 -68
- package/dist-es/pagination/ListChannelBansPaginator.js +25 -68
- package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +25 -68
- package/dist-es/pagination/ListChannelMembershipsPaginator.js +25 -68
- package/dist-es/pagination/ListChannelMessagesPaginator.js +25 -68
- package/dist-es/pagination/ListChannelModeratorsPaginator.js +25 -68
- package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +25 -68
- package/dist-es/pagination/ListChannelsPaginator.js +25 -68
- package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +25 -68
- package/dist-es/pagination/ListMeetingsPaginator.js +25 -68
- package/dist-es/pagination/ListPhoneNumberOrdersPaginator.js +25 -68
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +25 -68
- package/dist-es/pagination/ListProxySessionsPaginator.js +25 -68
- package/dist-es/pagination/ListRoomMembershipsPaginator.js +25 -68
- package/dist-es/pagination/ListRoomsPaginator.js +25 -68
- package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +25 -68
- package/dist-es/pagination/ListSipRulesPaginator.js +25 -68
- package/dist-es/pagination/ListUsersPaginator.js +25 -68
- package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListVoiceConnectorsPaginator.js +25 -68
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +25 -68
- package/dist-es/protocols/Aws_restJson1.js +14645 -20946
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
|
@@ -4662,7 +4662,7 @@ exports.deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand =
|
|
|
4662
4662
|
const deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommandError = async (output, context) => {
|
|
4663
4663
|
const parsedOutput = {
|
|
4664
4664
|
...output,
|
|
4665
|
-
body: await
|
|
4665
|
+
body: await parseErrorBody(output.body, context),
|
|
4666
4666
|
};
|
|
4667
4667
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4668
4668
|
switch (errorCode) {
|
|
@@ -4717,7 +4717,7 @@ exports.deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupComm
|
|
|
4717
4717
|
const deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommandError = async (output, context) => {
|
|
4718
4718
|
const parsedOutput = {
|
|
4719
4719
|
...output,
|
|
4720
|
-
body: await
|
|
4720
|
+
body: await parseErrorBody(output.body, context),
|
|
4721
4721
|
};
|
|
4722
4722
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4723
4723
|
switch (errorCode) {
|
|
@@ -4769,7 +4769,7 @@ exports.deserializeAws_restJson1AssociatePhoneNumberWithUserCommand = deserializ
|
|
|
4769
4769
|
const deserializeAws_restJson1AssociatePhoneNumberWithUserCommandError = async (output, context) => {
|
|
4770
4770
|
const parsedOutput = {
|
|
4771
4771
|
...output,
|
|
4772
|
-
body: await
|
|
4772
|
+
body: await parseErrorBody(output.body, context),
|
|
4773
4773
|
};
|
|
4774
4774
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4775
4775
|
switch (errorCode) {
|
|
@@ -4821,7 +4821,7 @@ exports.deserializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand
|
|
|
4821
4821
|
const deserializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommandError = async (output, context) => {
|
|
4822
4822
|
const parsedOutput = {
|
|
4823
4823
|
...output,
|
|
4824
|
-
body: await
|
|
4824
|
+
body: await parseErrorBody(output.body, context),
|
|
4825
4825
|
};
|
|
4826
4826
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4827
4827
|
switch (errorCode) {
|
|
@@ -4876,7 +4876,7 @@ exports.deserializeAws_restJson1BatchCreateAttendeeCommand = deserializeAws_rest
|
|
|
4876
4876
|
const deserializeAws_restJson1BatchCreateAttendeeCommandError = async (output, context) => {
|
|
4877
4877
|
const parsedOutput = {
|
|
4878
4878
|
...output,
|
|
4879
|
-
body: await
|
|
4879
|
+
body: await parseErrorBody(output.body, context),
|
|
4880
4880
|
};
|
|
4881
4881
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4882
4882
|
switch (errorCode) {
|
|
@@ -4934,7 +4934,7 @@ exports.deserializeAws_restJson1BatchCreateChannelMembershipCommand = deserializ
|
|
|
4934
4934
|
const deserializeAws_restJson1BatchCreateChannelMembershipCommandError = async (output, context) => {
|
|
4935
4935
|
const parsedOutput = {
|
|
4936
4936
|
...output,
|
|
4937
|
-
body: await
|
|
4937
|
+
body: await parseErrorBody(output.body, context),
|
|
4938
4938
|
};
|
|
4939
4939
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4940
4940
|
switch (errorCode) {
|
|
@@ -4983,7 +4983,7 @@ exports.deserializeAws_restJson1BatchCreateRoomMembershipCommand = deserializeAw
|
|
|
4983
4983
|
const deserializeAws_restJson1BatchCreateRoomMembershipCommandError = async (output, context) => {
|
|
4984
4984
|
const parsedOutput = {
|
|
4985
4985
|
...output,
|
|
4986
|
-
body: await
|
|
4986
|
+
body: await parseErrorBody(output.body, context),
|
|
4987
4987
|
};
|
|
4988
4988
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4989
4989
|
switch (errorCode) {
|
|
@@ -5035,7 +5035,7 @@ exports.deserializeAws_restJson1BatchDeletePhoneNumberCommand = deserializeAws_r
|
|
|
5035
5035
|
const deserializeAws_restJson1BatchDeletePhoneNumberCommandError = async (output, context) => {
|
|
5036
5036
|
const parsedOutput = {
|
|
5037
5037
|
...output,
|
|
5038
|
-
body: await
|
|
5038
|
+
body: await parseErrorBody(output.body, context),
|
|
5039
5039
|
};
|
|
5040
5040
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5041
5041
|
switch (errorCode) {
|
|
@@ -5087,7 +5087,7 @@ exports.deserializeAws_restJson1BatchSuspendUserCommand = deserializeAws_restJso
|
|
|
5087
5087
|
const deserializeAws_restJson1BatchSuspendUserCommandError = async (output, context) => {
|
|
5088
5088
|
const parsedOutput = {
|
|
5089
5089
|
...output,
|
|
5090
|
-
body: await
|
|
5090
|
+
body: await parseErrorBody(output.body, context),
|
|
5091
5091
|
};
|
|
5092
5092
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5093
5093
|
switch (errorCode) {
|
|
@@ -5139,7 +5139,7 @@ exports.deserializeAws_restJson1BatchUnsuspendUserCommand = deserializeAws_restJ
|
|
|
5139
5139
|
const deserializeAws_restJson1BatchUnsuspendUserCommandError = async (output, context) => {
|
|
5140
5140
|
const parsedOutput = {
|
|
5141
5141
|
...output,
|
|
5142
|
-
body: await
|
|
5142
|
+
body: await parseErrorBody(output.body, context),
|
|
5143
5143
|
};
|
|
5144
5144
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5145
5145
|
switch (errorCode) {
|
|
@@ -5191,7 +5191,7 @@ exports.deserializeAws_restJson1BatchUpdatePhoneNumberCommand = deserializeAws_r
|
|
|
5191
5191
|
const deserializeAws_restJson1BatchUpdatePhoneNumberCommandError = async (output, context) => {
|
|
5192
5192
|
const parsedOutput = {
|
|
5193
5193
|
...output,
|
|
5194
|
-
body: await
|
|
5194
|
+
body: await parseErrorBody(output.body, context),
|
|
5195
5195
|
};
|
|
5196
5196
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5197
5197
|
switch (errorCode) {
|
|
@@ -5243,7 +5243,7 @@ exports.deserializeAws_restJson1BatchUpdateUserCommand = deserializeAws_restJson
|
|
|
5243
5243
|
const deserializeAws_restJson1BatchUpdateUserCommandError = async (output, context) => {
|
|
5244
5244
|
const parsedOutput = {
|
|
5245
5245
|
...output,
|
|
5246
|
-
body: await
|
|
5246
|
+
body: await parseErrorBody(output.body, context),
|
|
5247
5247
|
};
|
|
5248
5248
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5249
5249
|
switch (errorCode) {
|
|
@@ -5295,7 +5295,7 @@ exports.deserializeAws_restJson1CreateAccountCommand = deserializeAws_restJson1C
|
|
|
5295
5295
|
const deserializeAws_restJson1CreateAccountCommandError = async (output, context) => {
|
|
5296
5296
|
const parsedOutput = {
|
|
5297
5297
|
...output,
|
|
5298
|
-
body: await
|
|
5298
|
+
body: await parseErrorBody(output.body, context),
|
|
5299
5299
|
};
|
|
5300
5300
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5301
5301
|
switch (errorCode) {
|
|
@@ -5347,7 +5347,7 @@ exports.deserializeAws_restJson1CreateAppInstanceCommand = deserializeAws_restJs
|
|
|
5347
5347
|
const deserializeAws_restJson1CreateAppInstanceCommandError = async (output, context) => {
|
|
5348
5348
|
const parsedOutput = {
|
|
5349
5349
|
...output,
|
|
5350
|
-
body: await
|
|
5350
|
+
body: await parseErrorBody(output.body, context),
|
|
5351
5351
|
};
|
|
5352
5352
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5353
5353
|
switch (errorCode) {
|
|
@@ -5405,7 +5405,7 @@ exports.deserializeAws_restJson1CreateAppInstanceAdminCommand = deserializeAws_r
|
|
|
5405
5405
|
const deserializeAws_restJson1CreateAppInstanceAdminCommandError = async (output, context) => {
|
|
5406
5406
|
const parsedOutput = {
|
|
5407
5407
|
...output,
|
|
5408
|
-
body: await
|
|
5408
|
+
body: await parseErrorBody(output.body, context),
|
|
5409
5409
|
};
|
|
5410
5410
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5411
5411
|
switch (errorCode) {
|
|
@@ -5460,7 +5460,7 @@ exports.deserializeAws_restJson1CreateAppInstanceUserCommand = deserializeAws_re
|
|
|
5460
5460
|
const deserializeAws_restJson1CreateAppInstanceUserCommandError = async (output, context) => {
|
|
5461
5461
|
const parsedOutput = {
|
|
5462
5462
|
...output,
|
|
5463
|
-
body: await
|
|
5463
|
+
body: await parseErrorBody(output.body, context),
|
|
5464
5464
|
};
|
|
5465
5465
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5466
5466
|
switch (errorCode) {
|
|
@@ -5515,7 +5515,7 @@ exports.deserializeAws_restJson1CreateAttendeeCommand = deserializeAws_restJson1
|
|
|
5515
5515
|
const deserializeAws_restJson1CreateAttendeeCommandError = async (output, context) => {
|
|
5516
5516
|
const parsedOutput = {
|
|
5517
5517
|
...output,
|
|
5518
|
-
body: await
|
|
5518
|
+
body: await parseErrorBody(output.body, context),
|
|
5519
5519
|
};
|
|
5520
5520
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5521
5521
|
switch (errorCode) {
|
|
@@ -5570,7 +5570,7 @@ exports.deserializeAws_restJson1CreateBotCommand = deserializeAws_restJson1Creat
|
|
|
5570
5570
|
const deserializeAws_restJson1CreateBotCommandError = async (output, context) => {
|
|
5571
5571
|
const parsedOutput = {
|
|
5572
5572
|
...output,
|
|
5573
|
-
body: await
|
|
5573
|
+
body: await parseErrorBody(output.body, context),
|
|
5574
5574
|
};
|
|
5575
5575
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5576
5576
|
switch (errorCode) {
|
|
@@ -5625,7 +5625,7 @@ exports.deserializeAws_restJson1CreateChannelCommand = deserializeAws_restJson1C
|
|
|
5625
5625
|
const deserializeAws_restJson1CreateChannelCommandError = async (output, context) => {
|
|
5626
5626
|
const parsedOutput = {
|
|
5627
5627
|
...output,
|
|
5628
|
-
body: await
|
|
5628
|
+
body: await parseErrorBody(output.body, context),
|
|
5629
5629
|
};
|
|
5630
5630
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5631
5631
|
switch (errorCode) {
|
|
@@ -5683,7 +5683,7 @@ exports.deserializeAws_restJson1CreateChannelBanCommand = deserializeAws_restJso
|
|
|
5683
5683
|
const deserializeAws_restJson1CreateChannelBanCommandError = async (output, context) => {
|
|
5684
5684
|
const parsedOutput = {
|
|
5685
5685
|
...output,
|
|
5686
|
-
body: await
|
|
5686
|
+
body: await parseErrorBody(output.body, context),
|
|
5687
5687
|
};
|
|
5688
5688
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5689
5689
|
switch (errorCode) {
|
|
@@ -5741,7 +5741,7 @@ exports.deserializeAws_restJson1CreateChannelMembershipCommand = deserializeAws_
|
|
|
5741
5741
|
const deserializeAws_restJson1CreateChannelMembershipCommandError = async (output, context) => {
|
|
5742
5742
|
const parsedOutput = {
|
|
5743
5743
|
...output,
|
|
5744
|
-
body: await
|
|
5744
|
+
body: await parseErrorBody(output.body, context),
|
|
5745
5745
|
};
|
|
5746
5746
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5747
5747
|
switch (errorCode) {
|
|
@@ -5799,7 +5799,7 @@ exports.deserializeAws_restJson1CreateChannelModeratorCommand = deserializeAws_r
|
|
|
5799
5799
|
const deserializeAws_restJson1CreateChannelModeratorCommandError = async (output, context) => {
|
|
5800
5800
|
const parsedOutput = {
|
|
5801
5801
|
...output,
|
|
5802
|
-
body: await
|
|
5802
|
+
body: await parseErrorBody(output.body, context),
|
|
5803
5803
|
};
|
|
5804
5804
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5805
5805
|
switch (errorCode) {
|
|
@@ -5854,7 +5854,7 @@ exports.deserializeAws_restJson1CreateMediaCapturePipelineCommand = deserializeA
|
|
|
5854
5854
|
const deserializeAws_restJson1CreateMediaCapturePipelineCommandError = async (output, context) => {
|
|
5855
5855
|
const parsedOutput = {
|
|
5856
5856
|
...output,
|
|
5857
|
-
body: await
|
|
5857
|
+
body: await parseErrorBody(output.body, context),
|
|
5858
5858
|
};
|
|
5859
5859
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5860
5860
|
switch (errorCode) {
|
|
@@ -5906,7 +5906,7 @@ exports.deserializeAws_restJson1CreateMeetingCommand = deserializeAws_restJson1C
|
|
|
5906
5906
|
const deserializeAws_restJson1CreateMeetingCommandError = async (output, context) => {
|
|
5907
5907
|
const parsedOutput = {
|
|
5908
5908
|
...output,
|
|
5909
|
-
body: await
|
|
5909
|
+
body: await parseErrorBody(output.body, context),
|
|
5910
5910
|
};
|
|
5911
5911
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5912
5912
|
switch (errorCode) {
|
|
@@ -5958,7 +5958,7 @@ exports.deserializeAws_restJson1CreateMeetingDialOutCommand = deserializeAws_res
|
|
|
5958
5958
|
const deserializeAws_restJson1CreateMeetingDialOutCommandError = async (output, context) => {
|
|
5959
5959
|
const parsedOutput = {
|
|
5960
5960
|
...output,
|
|
5961
|
-
body: await
|
|
5961
|
+
body: await parseErrorBody(output.body, context),
|
|
5962
5962
|
};
|
|
5963
5963
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5964
5964
|
switch (errorCode) {
|
|
@@ -6019,7 +6019,7 @@ exports.deserializeAws_restJson1CreateMeetingWithAttendeesCommand = deserializeA
|
|
|
6019
6019
|
const deserializeAws_restJson1CreateMeetingWithAttendeesCommandError = async (output, context) => {
|
|
6020
6020
|
const parsedOutput = {
|
|
6021
6021
|
...output,
|
|
6022
|
-
body: await
|
|
6022
|
+
body: await parseErrorBody(output.body, context),
|
|
6023
6023
|
};
|
|
6024
6024
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6025
6025
|
switch (errorCode) {
|
|
@@ -6071,7 +6071,7 @@ exports.deserializeAws_restJson1CreatePhoneNumberOrderCommand = deserializeAws_r
|
|
|
6071
6071
|
const deserializeAws_restJson1CreatePhoneNumberOrderCommandError = async (output, context) => {
|
|
6072
6072
|
const parsedOutput = {
|
|
6073
6073
|
...output,
|
|
6074
|
-
body: await
|
|
6074
|
+
body: await parseErrorBody(output.body, context),
|
|
6075
6075
|
};
|
|
6076
6076
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6077
6077
|
switch (errorCode) {
|
|
@@ -6126,7 +6126,7 @@ exports.deserializeAws_restJson1CreateProxySessionCommand = deserializeAws_restJ
|
|
|
6126
6126
|
const deserializeAws_restJson1CreateProxySessionCommandError = async (output, context) => {
|
|
6127
6127
|
const parsedOutput = {
|
|
6128
6128
|
...output,
|
|
6129
|
-
body: await
|
|
6129
|
+
body: await parseErrorBody(output.body, context),
|
|
6130
6130
|
};
|
|
6131
6131
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6132
6132
|
switch (errorCode) {
|
|
@@ -6178,7 +6178,7 @@ exports.deserializeAws_restJson1CreateRoomCommand = deserializeAws_restJson1Crea
|
|
|
6178
6178
|
const deserializeAws_restJson1CreateRoomCommandError = async (output, context) => {
|
|
6179
6179
|
const parsedOutput = {
|
|
6180
6180
|
...output,
|
|
6181
|
-
body: await
|
|
6181
|
+
body: await parseErrorBody(output.body, context),
|
|
6182
6182
|
};
|
|
6183
6183
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6184
6184
|
switch (errorCode) {
|
|
@@ -6233,7 +6233,7 @@ exports.deserializeAws_restJson1CreateRoomMembershipCommand = deserializeAws_res
|
|
|
6233
6233
|
const deserializeAws_restJson1CreateRoomMembershipCommandError = async (output, context) => {
|
|
6234
6234
|
const parsedOutput = {
|
|
6235
6235
|
...output,
|
|
6236
|
-
body: await
|
|
6236
|
+
body: await parseErrorBody(output.body, context),
|
|
6237
6237
|
};
|
|
6238
6238
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6239
6239
|
switch (errorCode) {
|
|
@@ -6291,7 +6291,7 @@ exports.deserializeAws_restJson1CreateSipMediaApplicationCommand = deserializeAw
|
|
|
6291
6291
|
const deserializeAws_restJson1CreateSipMediaApplicationCommandError = async (output, context) => {
|
|
6292
6292
|
const parsedOutput = {
|
|
6293
6293
|
...output,
|
|
6294
|
-
body: await
|
|
6294
|
+
body: await parseErrorBody(output.body, context),
|
|
6295
6295
|
};
|
|
6296
6296
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6297
6297
|
switch (errorCode) {
|
|
@@ -6349,7 +6349,7 @@ exports.deserializeAws_restJson1CreateSipMediaApplicationCallCommand = deseriali
|
|
|
6349
6349
|
const deserializeAws_restJson1CreateSipMediaApplicationCallCommandError = async (output, context) => {
|
|
6350
6350
|
const parsedOutput = {
|
|
6351
6351
|
...output,
|
|
6352
|
-
body: await
|
|
6352
|
+
body: await parseErrorBody(output.body, context),
|
|
6353
6353
|
};
|
|
6354
6354
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6355
6355
|
switch (errorCode) {
|
|
@@ -6404,7 +6404,7 @@ exports.deserializeAws_restJson1CreateSipRuleCommand = deserializeAws_restJson1C
|
|
|
6404
6404
|
const deserializeAws_restJson1CreateSipRuleCommandError = async (output, context) => {
|
|
6405
6405
|
const parsedOutput = {
|
|
6406
6406
|
...output,
|
|
6407
|
-
body: await
|
|
6407
|
+
body: await parseErrorBody(output.body, context),
|
|
6408
6408
|
};
|
|
6409
6409
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6410
6410
|
switch (errorCode) {
|
|
@@ -6462,7 +6462,7 @@ exports.deserializeAws_restJson1CreateUserCommand = deserializeAws_restJson1Crea
|
|
|
6462
6462
|
const deserializeAws_restJson1CreateUserCommandError = async (output, context) => {
|
|
6463
6463
|
const parsedOutput = {
|
|
6464
6464
|
...output,
|
|
6465
|
-
body: await
|
|
6465
|
+
body: await parseErrorBody(output.body, context),
|
|
6466
6466
|
};
|
|
6467
6467
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6468
6468
|
switch (errorCode) {
|
|
@@ -6517,7 +6517,7 @@ exports.deserializeAws_restJson1CreateVoiceConnectorCommand = deserializeAws_res
|
|
|
6517
6517
|
const deserializeAws_restJson1CreateVoiceConnectorCommandError = async (output, context) => {
|
|
6518
6518
|
const parsedOutput = {
|
|
6519
6519
|
...output,
|
|
6520
|
-
body: await
|
|
6520
|
+
body: await parseErrorBody(output.body, context),
|
|
6521
6521
|
};
|
|
6522
6522
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6523
6523
|
switch (errorCode) {
|
|
@@ -6572,7 +6572,7 @@ exports.deserializeAws_restJson1CreateVoiceConnectorGroupCommand = deserializeAw
|
|
|
6572
6572
|
const deserializeAws_restJson1CreateVoiceConnectorGroupCommandError = async (output, context) => {
|
|
6573
6573
|
const parsedOutput = {
|
|
6574
6574
|
...output,
|
|
6575
|
-
body: await
|
|
6575
|
+
body: await parseErrorBody(output.body, context),
|
|
6576
6576
|
};
|
|
6577
6577
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6578
6578
|
switch (errorCode) {
|
|
@@ -6624,7 +6624,7 @@ exports.deserializeAws_restJson1DeleteAccountCommand = deserializeAws_restJson1D
|
|
|
6624
6624
|
const deserializeAws_restJson1DeleteAccountCommandError = async (output, context) => {
|
|
6625
6625
|
const parsedOutput = {
|
|
6626
6626
|
...output,
|
|
6627
|
-
body: await
|
|
6627
|
+
body: await parseErrorBody(output.body, context),
|
|
6628
6628
|
};
|
|
6629
6629
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6630
6630
|
switch (errorCode) {
|
|
@@ -6676,7 +6676,7 @@ exports.deserializeAws_restJson1DeleteAppInstanceCommand = deserializeAws_restJs
|
|
|
6676
6676
|
const deserializeAws_restJson1DeleteAppInstanceCommandError = async (output, context) => {
|
|
6677
6677
|
const parsedOutput = {
|
|
6678
6678
|
...output,
|
|
6679
|
-
body: await
|
|
6679
|
+
body: await parseErrorBody(output.body, context),
|
|
6680
6680
|
};
|
|
6681
6681
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6682
6682
|
switch (errorCode) {
|
|
@@ -6722,7 +6722,7 @@ exports.deserializeAws_restJson1DeleteAppInstanceAdminCommand = deserializeAws_r
|
|
|
6722
6722
|
const deserializeAws_restJson1DeleteAppInstanceAdminCommandError = async (output, context) => {
|
|
6723
6723
|
const parsedOutput = {
|
|
6724
6724
|
...output,
|
|
6725
|
-
body: await
|
|
6725
|
+
body: await parseErrorBody(output.body, context),
|
|
6726
6726
|
};
|
|
6727
6727
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6728
6728
|
switch (errorCode) {
|
|
@@ -6771,7 +6771,7 @@ exports.deserializeAws_restJson1DeleteAppInstanceStreamingConfigurationsCommand
|
|
|
6771
6771
|
const deserializeAws_restJson1DeleteAppInstanceStreamingConfigurationsCommandError = async (output, context) => {
|
|
6772
6772
|
const parsedOutput = {
|
|
6773
6773
|
...output,
|
|
6774
|
-
body: await
|
|
6774
|
+
body: await parseErrorBody(output.body, context),
|
|
6775
6775
|
};
|
|
6776
6776
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6777
6777
|
switch (errorCode) {
|
|
@@ -6820,7 +6820,7 @@ exports.deserializeAws_restJson1DeleteAppInstanceUserCommand = deserializeAws_re
|
|
|
6820
6820
|
const deserializeAws_restJson1DeleteAppInstanceUserCommandError = async (output, context) => {
|
|
6821
6821
|
const parsedOutput = {
|
|
6822
6822
|
...output,
|
|
6823
|
-
body: await
|
|
6823
|
+
body: await parseErrorBody(output.body, context),
|
|
6824
6824
|
};
|
|
6825
6825
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6826
6826
|
switch (errorCode) {
|
|
@@ -6866,7 +6866,7 @@ exports.deserializeAws_restJson1DeleteAttendeeCommand = deserializeAws_restJson1
|
|
|
6866
6866
|
const deserializeAws_restJson1DeleteAttendeeCommandError = async (output, context) => {
|
|
6867
6867
|
const parsedOutput = {
|
|
6868
6868
|
...output,
|
|
6869
|
-
body: await
|
|
6869
|
+
body: await parseErrorBody(output.body, context),
|
|
6870
6870
|
};
|
|
6871
6871
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6872
6872
|
switch (errorCode) {
|
|
@@ -6915,7 +6915,7 @@ exports.deserializeAws_restJson1DeleteChannelCommand = deserializeAws_restJson1D
|
|
|
6915
6915
|
const deserializeAws_restJson1DeleteChannelCommandError = async (output, context) => {
|
|
6916
6916
|
const parsedOutput = {
|
|
6917
6917
|
...output,
|
|
6918
|
-
body: await
|
|
6918
|
+
body: await parseErrorBody(output.body, context),
|
|
6919
6919
|
};
|
|
6920
6920
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6921
6921
|
switch (errorCode) {
|
|
@@ -6961,7 +6961,7 @@ exports.deserializeAws_restJson1DeleteChannelBanCommand = deserializeAws_restJso
|
|
|
6961
6961
|
const deserializeAws_restJson1DeleteChannelBanCommandError = async (output, context) => {
|
|
6962
6962
|
const parsedOutput = {
|
|
6963
6963
|
...output,
|
|
6964
|
-
body: await
|
|
6964
|
+
body: await parseErrorBody(output.body, context),
|
|
6965
6965
|
};
|
|
6966
6966
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6967
6967
|
switch (errorCode) {
|
|
@@ -7007,7 +7007,7 @@ exports.deserializeAws_restJson1DeleteChannelMembershipCommand = deserializeAws_
|
|
|
7007
7007
|
const deserializeAws_restJson1DeleteChannelMembershipCommandError = async (output, context) => {
|
|
7008
7008
|
const parsedOutput = {
|
|
7009
7009
|
...output,
|
|
7010
|
-
body: await
|
|
7010
|
+
body: await parseErrorBody(output.body, context),
|
|
7011
7011
|
};
|
|
7012
7012
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7013
7013
|
switch (errorCode) {
|
|
@@ -7056,7 +7056,7 @@ exports.deserializeAws_restJson1DeleteChannelMessageCommand = deserializeAws_res
|
|
|
7056
7056
|
const deserializeAws_restJson1DeleteChannelMessageCommandError = async (output, context) => {
|
|
7057
7057
|
const parsedOutput = {
|
|
7058
7058
|
...output,
|
|
7059
|
-
body: await
|
|
7059
|
+
body: await parseErrorBody(output.body, context),
|
|
7060
7060
|
};
|
|
7061
7061
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7062
7062
|
switch (errorCode) {
|
|
@@ -7102,7 +7102,7 @@ exports.deserializeAws_restJson1DeleteChannelModeratorCommand = deserializeAws_r
|
|
|
7102
7102
|
const deserializeAws_restJson1DeleteChannelModeratorCommandError = async (output, context) => {
|
|
7103
7103
|
const parsedOutput = {
|
|
7104
7104
|
...output,
|
|
7105
|
-
body: await
|
|
7105
|
+
body: await parseErrorBody(output.body, context),
|
|
7106
7106
|
};
|
|
7107
7107
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7108
7108
|
switch (errorCode) {
|
|
@@ -7148,7 +7148,7 @@ exports.deserializeAws_restJson1DeleteEventsConfigurationCommand = deserializeAw
|
|
|
7148
7148
|
const deserializeAws_restJson1DeleteEventsConfigurationCommandError = async (output, context) => {
|
|
7149
7149
|
const parsedOutput = {
|
|
7150
7150
|
...output,
|
|
7151
|
-
body: await
|
|
7151
|
+
body: await parseErrorBody(output.body, context),
|
|
7152
7152
|
};
|
|
7153
7153
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7154
7154
|
switch (errorCode) {
|
|
@@ -7194,7 +7194,7 @@ exports.deserializeAws_restJson1DeleteMediaCapturePipelineCommand = deserializeA
|
|
|
7194
7194
|
const deserializeAws_restJson1DeleteMediaCapturePipelineCommandError = async (output, context) => {
|
|
7195
7195
|
const parsedOutput = {
|
|
7196
7196
|
...output,
|
|
7197
|
-
body: await
|
|
7197
|
+
body: await parseErrorBody(output.body, context),
|
|
7198
7198
|
};
|
|
7199
7199
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7200
7200
|
switch (errorCode) {
|
|
@@ -7243,7 +7243,7 @@ exports.deserializeAws_restJson1DeleteMeetingCommand = deserializeAws_restJson1D
|
|
|
7243
7243
|
const deserializeAws_restJson1DeleteMeetingCommandError = async (output, context) => {
|
|
7244
7244
|
const parsedOutput = {
|
|
7245
7245
|
...output,
|
|
7246
|
-
body: await
|
|
7246
|
+
body: await parseErrorBody(output.body, context),
|
|
7247
7247
|
};
|
|
7248
7248
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7249
7249
|
switch (errorCode) {
|
|
@@ -7292,7 +7292,7 @@ exports.deserializeAws_restJson1DeletePhoneNumberCommand = deserializeAws_restJs
|
|
|
7292
7292
|
const deserializeAws_restJson1DeletePhoneNumberCommandError = async (output, context) => {
|
|
7293
7293
|
const parsedOutput = {
|
|
7294
7294
|
...output,
|
|
7295
|
-
body: await
|
|
7295
|
+
body: await parseErrorBody(output.body, context),
|
|
7296
7296
|
};
|
|
7297
7297
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7298
7298
|
switch (errorCode) {
|
|
@@ -7341,7 +7341,7 @@ exports.deserializeAws_restJson1DeleteProxySessionCommand = deserializeAws_restJ
|
|
|
7341
7341
|
const deserializeAws_restJson1DeleteProxySessionCommandError = async (output, context) => {
|
|
7342
7342
|
const parsedOutput = {
|
|
7343
7343
|
...output,
|
|
7344
|
-
body: await
|
|
7344
|
+
body: await parseErrorBody(output.body, context),
|
|
7345
7345
|
};
|
|
7346
7346
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7347
7347
|
switch (errorCode) {
|
|
@@ -7390,7 +7390,7 @@ exports.deserializeAws_restJson1DeleteRoomCommand = deserializeAws_restJson1Dele
|
|
|
7390
7390
|
const deserializeAws_restJson1DeleteRoomCommandError = async (output, context) => {
|
|
7391
7391
|
const parsedOutput = {
|
|
7392
7392
|
...output,
|
|
7393
|
-
body: await
|
|
7393
|
+
body: await parseErrorBody(output.body, context),
|
|
7394
7394
|
};
|
|
7395
7395
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7396
7396
|
switch (errorCode) {
|
|
@@ -7439,7 +7439,7 @@ exports.deserializeAws_restJson1DeleteRoomMembershipCommand = deserializeAws_res
|
|
|
7439
7439
|
const deserializeAws_restJson1DeleteRoomMembershipCommandError = async (output, context) => {
|
|
7440
7440
|
const parsedOutput = {
|
|
7441
7441
|
...output,
|
|
7442
|
-
body: await
|
|
7442
|
+
body: await parseErrorBody(output.body, context),
|
|
7443
7443
|
};
|
|
7444
7444
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7445
7445
|
switch (errorCode) {
|
|
@@ -7488,7 +7488,7 @@ exports.deserializeAws_restJson1DeleteSipMediaApplicationCommand = deserializeAw
|
|
|
7488
7488
|
const deserializeAws_restJson1DeleteSipMediaApplicationCommandError = async (output, context) => {
|
|
7489
7489
|
const parsedOutput = {
|
|
7490
7490
|
...output,
|
|
7491
|
-
body: await
|
|
7491
|
+
body: await parseErrorBody(output.body, context),
|
|
7492
7492
|
};
|
|
7493
7493
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7494
7494
|
switch (errorCode) {
|
|
@@ -7540,7 +7540,7 @@ exports.deserializeAws_restJson1DeleteSipRuleCommand = deserializeAws_restJson1D
|
|
|
7540
7540
|
const deserializeAws_restJson1DeleteSipRuleCommandError = async (output, context) => {
|
|
7541
7541
|
const parsedOutput = {
|
|
7542
7542
|
...output,
|
|
7543
|
-
body: await
|
|
7543
|
+
body: await parseErrorBody(output.body, context),
|
|
7544
7544
|
};
|
|
7545
7545
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7546
7546
|
switch (errorCode) {
|
|
@@ -7592,7 +7592,7 @@ exports.deserializeAws_restJson1DeleteVoiceConnectorCommand = deserializeAws_res
|
|
|
7592
7592
|
const deserializeAws_restJson1DeleteVoiceConnectorCommandError = async (output, context) => {
|
|
7593
7593
|
const parsedOutput = {
|
|
7594
7594
|
...output,
|
|
7595
|
-
body: await
|
|
7595
|
+
body: await parseErrorBody(output.body, context),
|
|
7596
7596
|
};
|
|
7597
7597
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7598
7598
|
switch (errorCode) {
|
|
@@ -7644,7 +7644,7 @@ exports.deserializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfiguratio
|
|
|
7644
7644
|
const deserializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommandError = async (output, context) => {
|
|
7645
7645
|
const parsedOutput = {
|
|
7646
7646
|
...output,
|
|
7647
|
-
body: await
|
|
7647
|
+
body: await parseErrorBody(output.body, context),
|
|
7648
7648
|
};
|
|
7649
7649
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7650
7650
|
switch (errorCode) {
|
|
@@ -7693,7 +7693,7 @@ exports.deserializeAws_restJson1DeleteVoiceConnectorGroupCommand = deserializeAw
|
|
|
7693
7693
|
const deserializeAws_restJson1DeleteVoiceConnectorGroupCommandError = async (output, context) => {
|
|
7694
7694
|
const parsedOutput = {
|
|
7695
7695
|
...output,
|
|
7696
|
-
body: await
|
|
7696
|
+
body: await parseErrorBody(output.body, context),
|
|
7697
7697
|
};
|
|
7698
7698
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7699
7699
|
switch (errorCode) {
|
|
@@ -7745,7 +7745,7 @@ exports.deserializeAws_restJson1DeleteVoiceConnectorOriginationCommand = deseria
|
|
|
7745
7745
|
const deserializeAws_restJson1DeleteVoiceConnectorOriginationCommandError = async (output, context) => {
|
|
7746
7746
|
const parsedOutput = {
|
|
7747
7747
|
...output,
|
|
7748
|
-
body: await
|
|
7748
|
+
body: await parseErrorBody(output.body, context),
|
|
7749
7749
|
};
|
|
7750
7750
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7751
7751
|
switch (errorCode) {
|
|
@@ -7794,7 +7794,7 @@ exports.deserializeAws_restJson1DeleteVoiceConnectorProxyCommand = deserializeAw
|
|
|
7794
7794
|
const deserializeAws_restJson1DeleteVoiceConnectorProxyCommandError = async (output, context) => {
|
|
7795
7795
|
const parsedOutput = {
|
|
7796
7796
|
...output,
|
|
7797
|
-
body: await
|
|
7797
|
+
body: await parseErrorBody(output.body, context),
|
|
7798
7798
|
};
|
|
7799
7799
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7800
7800
|
switch (errorCode) {
|
|
@@ -7843,7 +7843,7 @@ exports.deserializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationComman
|
|
|
7843
7843
|
const deserializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommandError = async (output, context) => {
|
|
7844
7844
|
const parsedOutput = {
|
|
7845
7845
|
...output,
|
|
7846
|
-
body: await
|
|
7846
|
+
body: await parseErrorBody(output.body, context),
|
|
7847
7847
|
};
|
|
7848
7848
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7849
7849
|
switch (errorCode) {
|
|
@@ -7892,7 +7892,7 @@ exports.deserializeAws_restJson1DeleteVoiceConnectorTerminationCommand = deseria
|
|
|
7892
7892
|
const deserializeAws_restJson1DeleteVoiceConnectorTerminationCommandError = async (output, context) => {
|
|
7893
7893
|
const parsedOutput = {
|
|
7894
7894
|
...output,
|
|
7895
|
-
body: await
|
|
7895
|
+
body: await parseErrorBody(output.body, context),
|
|
7896
7896
|
};
|
|
7897
7897
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7898
7898
|
switch (errorCode) {
|
|
@@ -7941,7 +7941,7 @@ exports.deserializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsComman
|
|
|
7941
7941
|
const deserializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommandError = async (output, context) => {
|
|
7942
7942
|
const parsedOutput = {
|
|
7943
7943
|
...output,
|
|
7944
|
-
body: await
|
|
7944
|
+
body: await parseErrorBody(output.body, context),
|
|
7945
7945
|
};
|
|
7946
7946
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7947
7947
|
switch (errorCode) {
|
|
@@ -7993,7 +7993,7 @@ exports.deserializeAws_restJson1DescribeAppInstanceCommand = deserializeAws_rest
|
|
|
7993
7993
|
const deserializeAws_restJson1DescribeAppInstanceCommandError = async (output, context) => {
|
|
7994
7994
|
const parsedOutput = {
|
|
7995
7995
|
...output,
|
|
7996
|
-
body: await
|
|
7996
|
+
body: await parseErrorBody(output.body, context),
|
|
7997
7997
|
};
|
|
7998
7998
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7999
7999
|
switch (errorCode) {
|
|
@@ -8042,7 +8042,7 @@ exports.deserializeAws_restJson1DescribeAppInstanceAdminCommand = deserializeAws
|
|
|
8042
8042
|
const deserializeAws_restJson1DescribeAppInstanceAdminCommandError = async (output, context) => {
|
|
8043
8043
|
const parsedOutput = {
|
|
8044
8044
|
...output,
|
|
8045
|
-
body: await
|
|
8045
|
+
body: await parseErrorBody(output.body, context),
|
|
8046
8046
|
};
|
|
8047
8047
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8048
8048
|
switch (errorCode) {
|
|
@@ -8091,7 +8091,7 @@ exports.deserializeAws_restJson1DescribeAppInstanceUserCommand = deserializeAws_
|
|
|
8091
8091
|
const deserializeAws_restJson1DescribeAppInstanceUserCommandError = async (output, context) => {
|
|
8092
8092
|
const parsedOutput = {
|
|
8093
8093
|
...output,
|
|
8094
|
-
body: await
|
|
8094
|
+
body: await parseErrorBody(output.body, context),
|
|
8095
8095
|
};
|
|
8096
8096
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8097
8097
|
switch (errorCode) {
|
|
@@ -8140,7 +8140,7 @@ exports.deserializeAws_restJson1DescribeChannelCommand = deserializeAws_restJson
|
|
|
8140
8140
|
const deserializeAws_restJson1DescribeChannelCommandError = async (output, context) => {
|
|
8141
8141
|
const parsedOutput = {
|
|
8142
8142
|
...output,
|
|
8143
|
-
body: await
|
|
8143
|
+
body: await parseErrorBody(output.body, context),
|
|
8144
8144
|
};
|
|
8145
8145
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8146
8146
|
switch (errorCode) {
|
|
@@ -8189,7 +8189,7 @@ exports.deserializeAws_restJson1DescribeChannelBanCommand = deserializeAws_restJ
|
|
|
8189
8189
|
const deserializeAws_restJson1DescribeChannelBanCommandError = async (output, context) => {
|
|
8190
8190
|
const parsedOutput = {
|
|
8191
8191
|
...output,
|
|
8192
|
-
body: await
|
|
8192
|
+
body: await parseErrorBody(output.body, context),
|
|
8193
8193
|
};
|
|
8194
8194
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8195
8195
|
switch (errorCode) {
|
|
@@ -8241,7 +8241,7 @@ exports.deserializeAws_restJson1DescribeChannelMembershipCommand = deserializeAw
|
|
|
8241
8241
|
const deserializeAws_restJson1DescribeChannelMembershipCommandError = async (output, context) => {
|
|
8242
8242
|
const parsedOutput = {
|
|
8243
8243
|
...output,
|
|
8244
|
-
body: await
|
|
8244
|
+
body: await parseErrorBody(output.body, context),
|
|
8245
8245
|
};
|
|
8246
8246
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8247
8247
|
switch (errorCode) {
|
|
@@ -8293,7 +8293,7 @@ exports.deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserComma
|
|
|
8293
8293
|
const deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommandError = async (output, context) => {
|
|
8294
8294
|
const parsedOutput = {
|
|
8295
8295
|
...output,
|
|
8296
|
-
body: await
|
|
8296
|
+
body: await parseErrorBody(output.body, context),
|
|
8297
8297
|
};
|
|
8298
8298
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8299
8299
|
switch (errorCode) {
|
|
@@ -8342,7 +8342,7 @@ exports.deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand
|
|
|
8342
8342
|
const deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommandError = async (output, context) => {
|
|
8343
8343
|
const parsedOutput = {
|
|
8344
8344
|
...output,
|
|
8345
|
-
body: await
|
|
8345
|
+
body: await parseErrorBody(output.body, context),
|
|
8346
8346
|
};
|
|
8347
8347
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8348
8348
|
switch (errorCode) {
|
|
@@ -8391,7 +8391,7 @@ exports.deserializeAws_restJson1DescribeChannelModeratorCommand = deserializeAws
|
|
|
8391
8391
|
const deserializeAws_restJson1DescribeChannelModeratorCommandError = async (output, context) => {
|
|
8392
8392
|
const parsedOutput = {
|
|
8393
8393
|
...output,
|
|
8394
|
-
body: await
|
|
8394
|
+
body: await parseErrorBody(output.body, context),
|
|
8395
8395
|
};
|
|
8396
8396
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8397
8397
|
switch (errorCode) {
|
|
@@ -8440,7 +8440,7 @@ exports.deserializeAws_restJson1DisassociatePhoneNumberFromUserCommand = deseria
|
|
|
8440
8440
|
const deserializeAws_restJson1DisassociatePhoneNumberFromUserCommandError = async (output, context) => {
|
|
8441
8441
|
const parsedOutput = {
|
|
8442
8442
|
...output,
|
|
8443
|
-
body: await
|
|
8443
|
+
body: await parseErrorBody(output.body, context),
|
|
8444
8444
|
};
|
|
8445
8445
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8446
8446
|
switch (errorCode) {
|
|
@@ -8492,7 +8492,7 @@ exports.deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorComman
|
|
|
8492
8492
|
const deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommandError = async (output, context) => {
|
|
8493
8493
|
const parsedOutput = {
|
|
8494
8494
|
...output,
|
|
8495
|
-
body: await
|
|
8495
|
+
body: await parseErrorBody(output.body, context),
|
|
8496
8496
|
};
|
|
8497
8497
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8498
8498
|
switch (errorCode) {
|
|
@@ -8544,7 +8544,7 @@ exports.deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupC
|
|
|
8544
8544
|
const deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommandError = async (output, context) => {
|
|
8545
8545
|
const parsedOutput = {
|
|
8546
8546
|
...output,
|
|
8547
|
-
body: await
|
|
8547
|
+
body: await parseErrorBody(output.body, context),
|
|
8548
8548
|
};
|
|
8549
8549
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8550
8550
|
switch (errorCode) {
|
|
@@ -8593,7 +8593,7 @@ exports.deserializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountComma
|
|
|
8593
8593
|
const deserializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommandError = async (output, context) => {
|
|
8594
8594
|
const parsedOutput = {
|
|
8595
8595
|
...output,
|
|
8596
|
-
body: await
|
|
8596
|
+
body: await parseErrorBody(output.body, context),
|
|
8597
8597
|
};
|
|
8598
8598
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8599
8599
|
switch (errorCode) {
|
|
@@ -8645,7 +8645,7 @@ exports.deserializeAws_restJson1GetAccountCommand = deserializeAws_restJson1GetA
|
|
|
8645
8645
|
const deserializeAws_restJson1GetAccountCommandError = async (output, context) => {
|
|
8646
8646
|
const parsedOutput = {
|
|
8647
8647
|
...output,
|
|
8648
|
-
body: await
|
|
8648
|
+
body: await parseErrorBody(output.body, context),
|
|
8649
8649
|
};
|
|
8650
8650
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8651
8651
|
switch (errorCode) {
|
|
@@ -8697,7 +8697,7 @@ exports.deserializeAws_restJson1GetAccountSettingsCommand = deserializeAws_restJ
|
|
|
8697
8697
|
const deserializeAws_restJson1GetAccountSettingsCommandError = async (output, context) => {
|
|
8698
8698
|
const parsedOutput = {
|
|
8699
8699
|
...output,
|
|
8700
|
-
body: await
|
|
8700
|
+
body: await parseErrorBody(output.body, context),
|
|
8701
8701
|
};
|
|
8702
8702
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8703
8703
|
switch (errorCode) {
|
|
@@ -8752,7 +8752,7 @@ exports.deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand = deseria
|
|
|
8752
8752
|
const deserializeAws_restJson1GetAppInstanceRetentionSettingsCommandError = async (output, context) => {
|
|
8753
8753
|
const parsedOutput = {
|
|
8754
8754
|
...output,
|
|
8755
|
-
body: await
|
|
8755
|
+
body: await parseErrorBody(output.body, context),
|
|
8756
8756
|
};
|
|
8757
8757
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8758
8758
|
switch (errorCode) {
|
|
@@ -8804,7 +8804,7 @@ exports.deserializeAws_restJson1GetAppInstanceStreamingConfigurationsCommand = d
|
|
|
8804
8804
|
const deserializeAws_restJson1GetAppInstanceStreamingConfigurationsCommandError = async (output, context) => {
|
|
8805
8805
|
const parsedOutput = {
|
|
8806
8806
|
...output,
|
|
8807
|
-
body: await
|
|
8807
|
+
body: await parseErrorBody(output.body, context),
|
|
8808
8808
|
};
|
|
8809
8809
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8810
8810
|
switch (errorCode) {
|
|
@@ -8856,7 +8856,7 @@ exports.deserializeAws_restJson1GetAttendeeCommand = deserializeAws_restJson1Get
|
|
|
8856
8856
|
const deserializeAws_restJson1GetAttendeeCommandError = async (output, context) => {
|
|
8857
8857
|
const parsedOutput = {
|
|
8858
8858
|
...output,
|
|
8859
|
-
body: await
|
|
8859
|
+
body: await parseErrorBody(output.body, context),
|
|
8860
8860
|
};
|
|
8861
8861
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8862
8862
|
switch (errorCode) {
|
|
@@ -8908,7 +8908,7 @@ exports.deserializeAws_restJson1GetBotCommand = deserializeAws_restJson1GetBotCo
|
|
|
8908
8908
|
const deserializeAws_restJson1GetBotCommandError = async (output, context) => {
|
|
8909
8909
|
const parsedOutput = {
|
|
8910
8910
|
...output,
|
|
8911
|
-
body: await
|
|
8911
|
+
body: await parseErrorBody(output.body, context),
|
|
8912
8912
|
};
|
|
8913
8913
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8914
8914
|
switch (errorCode) {
|
|
@@ -8960,7 +8960,7 @@ exports.deserializeAws_restJson1GetChannelMessageCommand = deserializeAws_restJs
|
|
|
8960
8960
|
const deserializeAws_restJson1GetChannelMessageCommandError = async (output, context) => {
|
|
8961
8961
|
const parsedOutput = {
|
|
8962
8962
|
...output,
|
|
8963
|
-
body: await
|
|
8963
|
+
body: await parseErrorBody(output.body, context),
|
|
8964
8964
|
};
|
|
8965
8965
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8966
8966
|
switch (errorCode) {
|
|
@@ -9012,7 +9012,7 @@ exports.deserializeAws_restJson1GetEventsConfigurationCommand = deserializeAws_r
|
|
|
9012
9012
|
const deserializeAws_restJson1GetEventsConfigurationCommandError = async (output, context) => {
|
|
9013
9013
|
const parsedOutput = {
|
|
9014
9014
|
...output,
|
|
9015
|
-
body: await
|
|
9015
|
+
body: await parseErrorBody(output.body, context),
|
|
9016
9016
|
};
|
|
9017
9017
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9018
9018
|
switch (errorCode) {
|
|
@@ -9067,7 +9067,7 @@ exports.deserializeAws_restJson1GetGlobalSettingsCommand = deserializeAws_restJs
|
|
|
9067
9067
|
const deserializeAws_restJson1GetGlobalSettingsCommandError = async (output, context) => {
|
|
9068
9068
|
const parsedOutput = {
|
|
9069
9069
|
...output,
|
|
9070
|
-
body: await
|
|
9070
|
+
body: await parseErrorBody(output.body, context),
|
|
9071
9071
|
};
|
|
9072
9072
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9073
9073
|
switch (errorCode) {
|
|
@@ -9116,7 +9116,7 @@ exports.deserializeAws_restJson1GetMediaCapturePipelineCommand = deserializeAws_
|
|
|
9116
9116
|
const deserializeAws_restJson1GetMediaCapturePipelineCommandError = async (output, context) => {
|
|
9117
9117
|
const parsedOutput = {
|
|
9118
9118
|
...output,
|
|
9119
|
-
body: await
|
|
9119
|
+
body: await parseErrorBody(output.body, context),
|
|
9120
9120
|
};
|
|
9121
9121
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9122
9122
|
switch (errorCode) {
|
|
@@ -9168,7 +9168,7 @@ exports.deserializeAws_restJson1GetMeetingCommand = deserializeAws_restJson1GetM
|
|
|
9168
9168
|
const deserializeAws_restJson1GetMeetingCommandError = async (output, context) => {
|
|
9169
9169
|
const parsedOutput = {
|
|
9170
9170
|
...output,
|
|
9171
|
-
body: await
|
|
9171
|
+
body: await parseErrorBody(output.body, context),
|
|
9172
9172
|
};
|
|
9173
9173
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9174
9174
|
switch (errorCode) {
|
|
@@ -9220,7 +9220,7 @@ exports.deserializeAws_restJson1GetMessagingSessionEndpointCommand = deserialize
|
|
|
9220
9220
|
const deserializeAws_restJson1GetMessagingSessionEndpointCommandError = async (output, context) => {
|
|
9221
9221
|
const parsedOutput = {
|
|
9222
9222
|
...output,
|
|
9223
|
-
body: await
|
|
9223
|
+
body: await parseErrorBody(output.body, context),
|
|
9224
9224
|
};
|
|
9225
9225
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9226
9226
|
switch (errorCode) {
|
|
@@ -9266,7 +9266,7 @@ exports.deserializeAws_restJson1GetPhoneNumberCommand = deserializeAws_restJson1
|
|
|
9266
9266
|
const deserializeAws_restJson1GetPhoneNumberCommandError = async (output, context) => {
|
|
9267
9267
|
const parsedOutput = {
|
|
9268
9268
|
...output,
|
|
9269
|
-
body: await
|
|
9269
|
+
body: await parseErrorBody(output.body, context),
|
|
9270
9270
|
};
|
|
9271
9271
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9272
9272
|
switch (errorCode) {
|
|
@@ -9318,7 +9318,7 @@ exports.deserializeAws_restJson1GetPhoneNumberOrderCommand = deserializeAws_rest
|
|
|
9318
9318
|
const deserializeAws_restJson1GetPhoneNumberOrderCommandError = async (output, context) => {
|
|
9319
9319
|
const parsedOutput = {
|
|
9320
9320
|
...output,
|
|
9321
|
-
body: await
|
|
9321
|
+
body: await parseErrorBody(output.body, context),
|
|
9322
9322
|
};
|
|
9323
9323
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9324
9324
|
switch (errorCode) {
|
|
@@ -9373,7 +9373,7 @@ exports.deserializeAws_restJson1GetPhoneNumberSettingsCommand = deserializeAws_r
|
|
|
9373
9373
|
const deserializeAws_restJson1GetPhoneNumberSettingsCommandError = async (output, context) => {
|
|
9374
9374
|
const parsedOutput = {
|
|
9375
9375
|
...output,
|
|
9376
|
-
body: await
|
|
9376
|
+
body: await parseErrorBody(output.body, context),
|
|
9377
9377
|
};
|
|
9378
9378
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9379
9379
|
switch (errorCode) {
|
|
@@ -9422,7 +9422,7 @@ exports.deserializeAws_restJson1GetProxySessionCommand = deserializeAws_restJson
|
|
|
9422
9422
|
const deserializeAws_restJson1GetProxySessionCommandError = async (output, context) => {
|
|
9423
9423
|
const parsedOutput = {
|
|
9424
9424
|
...output,
|
|
9425
|
-
body: await
|
|
9425
|
+
body: await parseErrorBody(output.body, context),
|
|
9426
9426
|
};
|
|
9427
9427
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9428
9428
|
switch (errorCode) {
|
|
@@ -9477,7 +9477,7 @@ exports.deserializeAws_restJson1GetRetentionSettingsCommand = deserializeAws_res
|
|
|
9477
9477
|
const deserializeAws_restJson1GetRetentionSettingsCommandError = async (output, context) => {
|
|
9478
9478
|
const parsedOutput = {
|
|
9479
9479
|
...output,
|
|
9480
|
-
body: await
|
|
9480
|
+
body: await parseErrorBody(output.body, context),
|
|
9481
9481
|
};
|
|
9482
9482
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9483
9483
|
switch (errorCode) {
|
|
@@ -9529,7 +9529,7 @@ exports.deserializeAws_restJson1GetRoomCommand = deserializeAws_restJson1GetRoom
|
|
|
9529
9529
|
const deserializeAws_restJson1GetRoomCommandError = async (output, context) => {
|
|
9530
9530
|
const parsedOutput = {
|
|
9531
9531
|
...output,
|
|
9532
|
-
body: await
|
|
9532
|
+
body: await parseErrorBody(output.body, context),
|
|
9533
9533
|
};
|
|
9534
9534
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9535
9535
|
switch (errorCode) {
|
|
@@ -9581,7 +9581,7 @@ exports.deserializeAws_restJson1GetSipMediaApplicationCommand = deserializeAws_r
|
|
|
9581
9581
|
const deserializeAws_restJson1GetSipMediaApplicationCommandError = async (output, context) => {
|
|
9582
9582
|
const parsedOutput = {
|
|
9583
9583
|
...output,
|
|
9584
|
-
body: await
|
|
9584
|
+
body: await parseErrorBody(output.body, context),
|
|
9585
9585
|
};
|
|
9586
9586
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9587
9587
|
switch (errorCode) {
|
|
@@ -9633,7 +9633,7 @@ exports.deserializeAws_restJson1GetSipMediaApplicationLoggingConfigurationComman
|
|
|
9633
9633
|
const deserializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommandError = async (output, context) => {
|
|
9634
9634
|
const parsedOutput = {
|
|
9635
9635
|
...output,
|
|
9636
|
-
body: await
|
|
9636
|
+
body: await parseErrorBody(output.body, context),
|
|
9637
9637
|
};
|
|
9638
9638
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9639
9639
|
switch (errorCode) {
|
|
@@ -9685,7 +9685,7 @@ exports.deserializeAws_restJson1GetSipRuleCommand = deserializeAws_restJson1GetS
|
|
|
9685
9685
|
const deserializeAws_restJson1GetSipRuleCommandError = async (output, context) => {
|
|
9686
9686
|
const parsedOutput = {
|
|
9687
9687
|
...output,
|
|
9688
|
-
body: await
|
|
9688
|
+
body: await parseErrorBody(output.body, context),
|
|
9689
9689
|
};
|
|
9690
9690
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9691
9691
|
switch (errorCode) {
|
|
@@ -9737,7 +9737,7 @@ exports.deserializeAws_restJson1GetUserCommand = deserializeAws_restJson1GetUser
|
|
|
9737
9737
|
const deserializeAws_restJson1GetUserCommandError = async (output, context) => {
|
|
9738
9738
|
const parsedOutput = {
|
|
9739
9739
|
...output,
|
|
9740
|
-
body: await
|
|
9740
|
+
body: await parseErrorBody(output.body, context),
|
|
9741
9741
|
};
|
|
9742
9742
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9743
9743
|
switch (errorCode) {
|
|
@@ -9789,7 +9789,7 @@ exports.deserializeAws_restJson1GetUserSettingsCommand = deserializeAws_restJson
|
|
|
9789
9789
|
const deserializeAws_restJson1GetUserSettingsCommandError = async (output, context) => {
|
|
9790
9790
|
const parsedOutput = {
|
|
9791
9791
|
...output,
|
|
9792
|
-
body: await
|
|
9792
|
+
body: await parseErrorBody(output.body, context),
|
|
9793
9793
|
};
|
|
9794
9794
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9795
9795
|
switch (errorCode) {
|
|
@@ -9841,7 +9841,7 @@ exports.deserializeAws_restJson1GetVoiceConnectorCommand = deserializeAws_restJs
|
|
|
9841
9841
|
const deserializeAws_restJson1GetVoiceConnectorCommandError = async (output, context) => {
|
|
9842
9842
|
const parsedOutput = {
|
|
9843
9843
|
...output,
|
|
9844
|
-
body: await
|
|
9844
|
+
body: await parseErrorBody(output.body, context),
|
|
9845
9845
|
};
|
|
9846
9846
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9847
9847
|
switch (errorCode) {
|
|
@@ -9893,7 +9893,7 @@ exports.deserializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCo
|
|
|
9893
9893
|
const deserializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommandError = async (output, context) => {
|
|
9894
9894
|
const parsedOutput = {
|
|
9895
9895
|
...output,
|
|
9896
|
-
body: await
|
|
9896
|
+
body: await parseErrorBody(output.body, context),
|
|
9897
9897
|
};
|
|
9898
9898
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9899
9899
|
switch (errorCode) {
|
|
@@ -9945,7 +9945,7 @@ exports.deserializeAws_restJson1GetVoiceConnectorGroupCommand = deserializeAws_r
|
|
|
9945
9945
|
const deserializeAws_restJson1GetVoiceConnectorGroupCommandError = async (output, context) => {
|
|
9946
9946
|
const parsedOutput = {
|
|
9947
9947
|
...output,
|
|
9948
|
-
body: await
|
|
9948
|
+
body: await parseErrorBody(output.body, context),
|
|
9949
9949
|
};
|
|
9950
9950
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9951
9951
|
switch (errorCode) {
|
|
@@ -9997,7 +9997,7 @@ exports.deserializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand = d
|
|
|
9997
9997
|
const deserializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommandError = async (output, context) => {
|
|
9998
9998
|
const parsedOutput = {
|
|
9999
9999
|
...output,
|
|
10000
|
-
body: await
|
|
10000
|
+
body: await parseErrorBody(output.body, context),
|
|
10001
10001
|
};
|
|
10002
10002
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10003
10003
|
switch (errorCode) {
|
|
@@ -10049,7 +10049,7 @@ exports.deserializeAws_restJson1GetVoiceConnectorOriginationCommand = deserializ
|
|
|
10049
10049
|
const deserializeAws_restJson1GetVoiceConnectorOriginationCommandError = async (output, context) => {
|
|
10050
10050
|
const parsedOutput = {
|
|
10051
10051
|
...output,
|
|
10052
|
-
body: await
|
|
10052
|
+
body: await parseErrorBody(output.body, context),
|
|
10053
10053
|
};
|
|
10054
10054
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10055
10055
|
switch (errorCode) {
|
|
@@ -10101,7 +10101,7 @@ exports.deserializeAws_restJson1GetVoiceConnectorProxyCommand = deserializeAws_r
|
|
|
10101
10101
|
const deserializeAws_restJson1GetVoiceConnectorProxyCommandError = async (output, context) => {
|
|
10102
10102
|
const parsedOutput = {
|
|
10103
10103
|
...output,
|
|
10104
|
-
body: await
|
|
10104
|
+
body: await parseErrorBody(output.body, context),
|
|
10105
10105
|
};
|
|
10106
10106
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10107
10107
|
switch (errorCode) {
|
|
@@ -10153,7 +10153,7 @@ exports.deserializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand =
|
|
|
10153
10153
|
const deserializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommandError = async (output, context) => {
|
|
10154
10154
|
const parsedOutput = {
|
|
10155
10155
|
...output,
|
|
10156
|
-
body: await
|
|
10156
|
+
body: await parseErrorBody(output.body, context),
|
|
10157
10157
|
};
|
|
10158
10158
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10159
10159
|
switch (errorCode) {
|
|
@@ -10205,7 +10205,7 @@ exports.deserializeAws_restJson1GetVoiceConnectorTerminationCommand = deserializ
|
|
|
10205
10205
|
const deserializeAws_restJson1GetVoiceConnectorTerminationCommandError = async (output, context) => {
|
|
10206
10206
|
const parsedOutput = {
|
|
10207
10207
|
...output,
|
|
10208
|
-
body: await
|
|
10208
|
+
body: await parseErrorBody(output.body, context),
|
|
10209
10209
|
};
|
|
10210
10210
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10211
10211
|
switch (errorCode) {
|
|
@@ -10257,7 +10257,7 @@ exports.deserializeAws_restJson1GetVoiceConnectorTerminationHealthCommand = dese
|
|
|
10257
10257
|
const deserializeAws_restJson1GetVoiceConnectorTerminationHealthCommandError = async (output, context) => {
|
|
10258
10258
|
const parsedOutput = {
|
|
10259
10259
|
...output,
|
|
10260
|
-
body: await
|
|
10260
|
+
body: await parseErrorBody(output.body, context),
|
|
10261
10261
|
};
|
|
10262
10262
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10263
10263
|
switch (errorCode) {
|
|
@@ -10309,7 +10309,7 @@ exports.deserializeAws_restJson1InviteUsersCommand = deserializeAws_restJson1Inv
|
|
|
10309
10309
|
const deserializeAws_restJson1InviteUsersCommandError = async (output, context) => {
|
|
10310
10310
|
const parsedOutput = {
|
|
10311
10311
|
...output,
|
|
10312
|
-
body: await
|
|
10312
|
+
body: await parseErrorBody(output.body, context),
|
|
10313
10313
|
};
|
|
10314
10314
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10315
10315
|
switch (errorCode) {
|
|
@@ -10364,7 +10364,7 @@ exports.deserializeAws_restJson1ListAccountsCommand = deserializeAws_restJson1Li
|
|
|
10364
10364
|
const deserializeAws_restJson1ListAccountsCommandError = async (output, context) => {
|
|
10365
10365
|
const parsedOutput = {
|
|
10366
10366
|
...output,
|
|
10367
|
-
body: await
|
|
10367
|
+
body: await parseErrorBody(output.body, context),
|
|
10368
10368
|
};
|
|
10369
10369
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10370
10370
|
switch (errorCode) {
|
|
@@ -10422,7 +10422,7 @@ exports.deserializeAws_restJson1ListAppInstanceAdminsCommand = deserializeAws_re
|
|
|
10422
10422
|
const deserializeAws_restJson1ListAppInstanceAdminsCommandError = async (output, context) => {
|
|
10423
10423
|
const parsedOutput = {
|
|
10424
10424
|
...output,
|
|
10425
|
-
body: await
|
|
10425
|
+
body: await parseErrorBody(output.body, context),
|
|
10426
10426
|
};
|
|
10427
10427
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10428
10428
|
switch (errorCode) {
|
|
@@ -10474,7 +10474,7 @@ exports.deserializeAws_restJson1ListAppInstancesCommand = deserializeAws_restJso
|
|
|
10474
10474
|
const deserializeAws_restJson1ListAppInstancesCommandError = async (output, context) => {
|
|
10475
10475
|
const parsedOutput = {
|
|
10476
10476
|
...output,
|
|
10477
|
-
body: await
|
|
10477
|
+
body: await parseErrorBody(output.body, context),
|
|
10478
10478
|
};
|
|
10479
10479
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10480
10480
|
switch (errorCode) {
|
|
@@ -10529,7 +10529,7 @@ exports.deserializeAws_restJson1ListAppInstanceUsersCommand = deserializeAws_res
|
|
|
10529
10529
|
const deserializeAws_restJson1ListAppInstanceUsersCommandError = async (output, context) => {
|
|
10530
10530
|
const parsedOutput = {
|
|
10531
10531
|
...output,
|
|
10532
|
-
body: await
|
|
10532
|
+
body: await parseErrorBody(output.body, context),
|
|
10533
10533
|
};
|
|
10534
10534
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10535
10535
|
switch (errorCode) {
|
|
@@ -10581,7 +10581,7 @@ exports.deserializeAws_restJson1ListAttendeesCommand = deserializeAws_restJson1L
|
|
|
10581
10581
|
const deserializeAws_restJson1ListAttendeesCommandError = async (output, context) => {
|
|
10582
10582
|
const parsedOutput = {
|
|
10583
10583
|
...output,
|
|
10584
|
-
body: await
|
|
10584
|
+
body: await parseErrorBody(output.body, context),
|
|
10585
10585
|
};
|
|
10586
10586
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10587
10587
|
switch (errorCode) {
|
|
@@ -10633,7 +10633,7 @@ exports.deserializeAws_restJson1ListAttendeeTagsCommand = deserializeAws_restJso
|
|
|
10633
10633
|
const deserializeAws_restJson1ListAttendeeTagsCommandError = async (output, context) => {
|
|
10634
10634
|
const parsedOutput = {
|
|
10635
10635
|
...output,
|
|
10636
|
-
body: await
|
|
10636
|
+
body: await parseErrorBody(output.body, context),
|
|
10637
10637
|
};
|
|
10638
10638
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10639
10639
|
switch (errorCode) {
|
|
@@ -10688,7 +10688,7 @@ exports.deserializeAws_restJson1ListBotsCommand = deserializeAws_restJson1ListBo
|
|
|
10688
10688
|
const deserializeAws_restJson1ListBotsCommandError = async (output, context) => {
|
|
10689
10689
|
const parsedOutput = {
|
|
10690
10690
|
...output,
|
|
10691
|
-
body: await
|
|
10691
|
+
body: await parseErrorBody(output.body, context),
|
|
10692
10692
|
};
|
|
10693
10693
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10694
10694
|
switch (errorCode) {
|
|
@@ -10746,7 +10746,7 @@ exports.deserializeAws_restJson1ListChannelBansCommand = deserializeAws_restJson
|
|
|
10746
10746
|
const deserializeAws_restJson1ListChannelBansCommandError = async (output, context) => {
|
|
10747
10747
|
const parsedOutput = {
|
|
10748
10748
|
...output,
|
|
10749
|
-
body: await
|
|
10749
|
+
body: await parseErrorBody(output.body, context),
|
|
10750
10750
|
};
|
|
10751
10751
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10752
10752
|
switch (errorCode) {
|
|
@@ -10801,7 +10801,7 @@ exports.deserializeAws_restJson1ListChannelMembershipsCommand = deserializeAws_r
|
|
|
10801
10801
|
const deserializeAws_restJson1ListChannelMembershipsCommandError = async (output, context) => {
|
|
10802
10802
|
const parsedOutput = {
|
|
10803
10803
|
...output,
|
|
10804
|
-
body: await
|
|
10804
|
+
body: await parseErrorBody(output.body, context),
|
|
10805
10805
|
};
|
|
10806
10806
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10807
10807
|
switch (errorCode) {
|
|
@@ -10853,7 +10853,7 @@ exports.deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand
|
|
|
10853
10853
|
const deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommandError = async (output, context) => {
|
|
10854
10854
|
const parsedOutput = {
|
|
10855
10855
|
...output,
|
|
10856
|
-
body: await
|
|
10856
|
+
body: await parseErrorBody(output.body, context),
|
|
10857
10857
|
};
|
|
10858
10858
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10859
10859
|
switch (errorCode) {
|
|
@@ -10908,7 +10908,7 @@ exports.deserializeAws_restJson1ListChannelMessagesCommand = deserializeAws_rest
|
|
|
10908
10908
|
const deserializeAws_restJson1ListChannelMessagesCommandError = async (output, context) => {
|
|
10909
10909
|
const parsedOutput = {
|
|
10910
10910
|
...output,
|
|
10911
|
-
body: await
|
|
10911
|
+
body: await parseErrorBody(output.body, context),
|
|
10912
10912
|
};
|
|
10913
10913
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10914
10914
|
switch (errorCode) {
|
|
@@ -10963,7 +10963,7 @@ exports.deserializeAws_restJson1ListChannelModeratorsCommand = deserializeAws_re
|
|
|
10963
10963
|
const deserializeAws_restJson1ListChannelModeratorsCommandError = async (output, context) => {
|
|
10964
10964
|
const parsedOutput = {
|
|
10965
10965
|
...output,
|
|
10966
|
-
body: await
|
|
10966
|
+
body: await parseErrorBody(output.body, context),
|
|
10967
10967
|
};
|
|
10968
10968
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10969
10969
|
switch (errorCode) {
|
|
@@ -11015,7 +11015,7 @@ exports.deserializeAws_restJson1ListChannelsCommand = deserializeAws_restJson1Li
|
|
|
11015
11015
|
const deserializeAws_restJson1ListChannelsCommandError = async (output, context) => {
|
|
11016
11016
|
const parsedOutput = {
|
|
11017
11017
|
...output,
|
|
11018
|
-
body: await
|
|
11018
|
+
body: await parseErrorBody(output.body, context),
|
|
11019
11019
|
};
|
|
11020
11020
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11021
11021
|
switch (errorCode) {
|
|
@@ -11067,7 +11067,7 @@ exports.deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand =
|
|
|
11067
11067
|
const deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommandError = async (output, context) => {
|
|
11068
11068
|
const parsedOutput = {
|
|
11069
11069
|
...output,
|
|
11070
|
-
body: await
|
|
11070
|
+
body: await parseErrorBody(output.body, context),
|
|
11071
11071
|
};
|
|
11072
11072
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11073
11073
|
switch (errorCode) {
|
|
@@ -11119,7 +11119,7 @@ exports.deserializeAws_restJson1ListMediaCapturePipelinesCommand = deserializeAw
|
|
|
11119
11119
|
const deserializeAws_restJson1ListMediaCapturePipelinesCommandError = async (output, context) => {
|
|
11120
11120
|
const parsedOutput = {
|
|
11121
11121
|
...output,
|
|
11122
|
-
body: await
|
|
11122
|
+
body: await parseErrorBody(output.body, context),
|
|
11123
11123
|
};
|
|
11124
11124
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11125
11125
|
switch (errorCode) {
|
|
@@ -11171,7 +11171,7 @@ exports.deserializeAws_restJson1ListMeetingsCommand = deserializeAws_restJson1Li
|
|
|
11171
11171
|
const deserializeAws_restJson1ListMeetingsCommandError = async (output, context) => {
|
|
11172
11172
|
const parsedOutput = {
|
|
11173
11173
|
...output,
|
|
11174
|
-
body: await
|
|
11174
|
+
body: await parseErrorBody(output.body, context),
|
|
11175
11175
|
};
|
|
11176
11176
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11177
11177
|
switch (errorCode) {
|
|
@@ -11220,7 +11220,7 @@ exports.deserializeAws_restJson1ListMeetingTagsCommand = deserializeAws_restJson
|
|
|
11220
11220
|
const deserializeAws_restJson1ListMeetingTagsCommandError = async (output, context) => {
|
|
11221
11221
|
const parsedOutput = {
|
|
11222
11222
|
...output,
|
|
11223
|
-
body: await
|
|
11223
|
+
body: await parseErrorBody(output.body, context),
|
|
11224
11224
|
};
|
|
11225
11225
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11226
11226
|
switch (errorCode) {
|
|
@@ -11275,7 +11275,7 @@ exports.deserializeAws_restJson1ListPhoneNumberOrdersCommand = deserializeAws_re
|
|
|
11275
11275
|
const deserializeAws_restJson1ListPhoneNumberOrdersCommandError = async (output, context) => {
|
|
11276
11276
|
const parsedOutput = {
|
|
11277
11277
|
...output,
|
|
11278
|
-
body: await
|
|
11278
|
+
body: await parseErrorBody(output.body, context),
|
|
11279
11279
|
};
|
|
11280
11280
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11281
11281
|
switch (errorCode) {
|
|
@@ -11327,7 +11327,7 @@ exports.deserializeAws_restJson1ListPhoneNumbersCommand = deserializeAws_restJso
|
|
|
11327
11327
|
const deserializeAws_restJson1ListPhoneNumbersCommandError = async (output, context) => {
|
|
11328
11328
|
const parsedOutput = {
|
|
11329
11329
|
...output,
|
|
11330
|
-
body: await
|
|
11330
|
+
body: await parseErrorBody(output.body, context),
|
|
11331
11331
|
};
|
|
11332
11332
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11333
11333
|
switch (errorCode) {
|
|
@@ -11382,7 +11382,7 @@ exports.deserializeAws_restJson1ListProxySessionsCommand = deserializeAws_restJs
|
|
|
11382
11382
|
const deserializeAws_restJson1ListProxySessionsCommandError = async (output, context) => {
|
|
11383
11383
|
const parsedOutput = {
|
|
11384
11384
|
...output,
|
|
11385
|
-
body: await
|
|
11385
|
+
body: await parseErrorBody(output.body, context),
|
|
11386
11386
|
};
|
|
11387
11387
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11388
11388
|
switch (errorCode) {
|
|
@@ -11437,7 +11437,7 @@ exports.deserializeAws_restJson1ListRoomMembershipsCommand = deserializeAws_rest
|
|
|
11437
11437
|
const deserializeAws_restJson1ListRoomMembershipsCommandError = async (output, context) => {
|
|
11438
11438
|
const parsedOutput = {
|
|
11439
11439
|
...output,
|
|
11440
|
-
body: await
|
|
11440
|
+
body: await parseErrorBody(output.body, context),
|
|
11441
11441
|
};
|
|
11442
11442
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11443
11443
|
switch (errorCode) {
|
|
@@ -11492,7 +11492,7 @@ exports.deserializeAws_restJson1ListRoomsCommand = deserializeAws_restJson1ListR
|
|
|
11492
11492
|
const deserializeAws_restJson1ListRoomsCommandError = async (output, context) => {
|
|
11493
11493
|
const parsedOutput = {
|
|
11494
11494
|
...output,
|
|
11495
|
-
body: await
|
|
11495
|
+
body: await parseErrorBody(output.body, context),
|
|
11496
11496
|
};
|
|
11497
11497
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11498
11498
|
switch (errorCode) {
|
|
@@ -11547,7 +11547,7 @@ exports.deserializeAws_restJson1ListSipMediaApplicationsCommand = deserializeAws
|
|
|
11547
11547
|
const deserializeAws_restJson1ListSipMediaApplicationsCommandError = async (output, context) => {
|
|
11548
11548
|
const parsedOutput = {
|
|
11549
11549
|
...output,
|
|
11550
|
-
body: await
|
|
11550
|
+
body: await parseErrorBody(output.body, context),
|
|
11551
11551
|
};
|
|
11552
11552
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11553
11553
|
switch (errorCode) {
|
|
@@ -11599,7 +11599,7 @@ exports.deserializeAws_restJson1ListSipRulesCommand = deserializeAws_restJson1Li
|
|
|
11599
11599
|
const deserializeAws_restJson1ListSipRulesCommandError = async (output, context) => {
|
|
11600
11600
|
const parsedOutput = {
|
|
11601
11601
|
...output,
|
|
11602
|
-
body: await
|
|
11602
|
+
body: await parseErrorBody(output.body, context),
|
|
11603
11603
|
};
|
|
11604
11604
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11605
11605
|
switch (errorCode) {
|
|
@@ -11648,7 +11648,7 @@ exports.deserializeAws_restJson1ListSupportedPhoneNumberCountriesCommand = deser
|
|
|
11648
11648
|
const deserializeAws_restJson1ListSupportedPhoneNumberCountriesCommandError = async (output, context) => {
|
|
11649
11649
|
const parsedOutput = {
|
|
11650
11650
|
...output,
|
|
11651
|
-
body: await
|
|
11651
|
+
body: await parseErrorBody(output.body, context),
|
|
11652
11652
|
};
|
|
11653
11653
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11654
11654
|
switch (errorCode) {
|
|
@@ -11700,7 +11700,7 @@ exports.deserializeAws_restJson1ListTagsForResourceCommand = deserializeAws_rest
|
|
|
11700
11700
|
const deserializeAws_restJson1ListTagsForResourceCommandError = async (output, context) => {
|
|
11701
11701
|
const parsedOutput = {
|
|
11702
11702
|
...output,
|
|
11703
|
-
body: await
|
|
11703
|
+
body: await parseErrorBody(output.body, context),
|
|
11704
11704
|
};
|
|
11705
11705
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11706
11706
|
switch (errorCode) {
|
|
@@ -11752,7 +11752,7 @@ exports.deserializeAws_restJson1ListUsersCommand = deserializeAws_restJson1ListU
|
|
|
11752
11752
|
const deserializeAws_restJson1ListUsersCommandError = async (output, context) => {
|
|
11753
11753
|
const parsedOutput = {
|
|
11754
11754
|
...output,
|
|
11755
|
-
body: await
|
|
11755
|
+
body: await parseErrorBody(output.body, context),
|
|
11756
11756
|
};
|
|
11757
11757
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11758
11758
|
switch (errorCode) {
|
|
@@ -11807,7 +11807,7 @@ exports.deserializeAws_restJson1ListVoiceConnectorGroupsCommand = deserializeAws
|
|
|
11807
11807
|
const deserializeAws_restJson1ListVoiceConnectorGroupsCommandError = async (output, context) => {
|
|
11808
11808
|
const parsedOutput = {
|
|
11809
11809
|
...output,
|
|
11810
|
-
body: await
|
|
11810
|
+
body: await parseErrorBody(output.body, context),
|
|
11811
11811
|
};
|
|
11812
11812
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11813
11813
|
switch (errorCode) {
|
|
@@ -11859,7 +11859,7 @@ exports.deserializeAws_restJson1ListVoiceConnectorsCommand = deserializeAws_rest
|
|
|
11859
11859
|
const deserializeAws_restJson1ListVoiceConnectorsCommandError = async (output, context) => {
|
|
11860
11860
|
const parsedOutput = {
|
|
11861
11861
|
...output,
|
|
11862
|
-
body: await
|
|
11862
|
+
body: await parseErrorBody(output.body, context),
|
|
11863
11863
|
};
|
|
11864
11864
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11865
11865
|
switch (errorCode) {
|
|
@@ -11908,7 +11908,7 @@ exports.deserializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand
|
|
|
11908
11908
|
const deserializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommandError = async (output, context) => {
|
|
11909
11909
|
const parsedOutput = {
|
|
11910
11910
|
...output,
|
|
11911
|
-
body: await
|
|
11911
|
+
body: await parseErrorBody(output.body, context),
|
|
11912
11912
|
};
|
|
11913
11913
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11914
11914
|
switch (errorCode) {
|
|
@@ -11957,7 +11957,7 @@ exports.deserializeAws_restJson1LogoutUserCommand = deserializeAws_restJson1Logo
|
|
|
11957
11957
|
const deserializeAws_restJson1LogoutUserCommandError = async (output, context) => {
|
|
11958
11958
|
const parsedOutput = {
|
|
11959
11959
|
...output,
|
|
11960
|
-
body: await
|
|
11960
|
+
body: await parseErrorBody(output.body, context),
|
|
11961
11961
|
};
|
|
11962
11962
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11963
11963
|
switch (errorCode) {
|
|
@@ -12012,7 +12012,7 @@ exports.deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand = deseria
|
|
|
12012
12012
|
const deserializeAws_restJson1PutAppInstanceRetentionSettingsCommandError = async (output, context) => {
|
|
12013
12013
|
const parsedOutput = {
|
|
12014
12014
|
...output,
|
|
12015
|
-
body: await
|
|
12015
|
+
body: await parseErrorBody(output.body, context),
|
|
12016
12016
|
};
|
|
12017
12017
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12018
12018
|
switch (errorCode) {
|
|
@@ -12067,7 +12067,7 @@ exports.deserializeAws_restJson1PutAppInstanceStreamingConfigurationsCommand = d
|
|
|
12067
12067
|
const deserializeAws_restJson1PutAppInstanceStreamingConfigurationsCommandError = async (output, context) => {
|
|
12068
12068
|
const parsedOutput = {
|
|
12069
12069
|
...output,
|
|
12070
|
-
body: await
|
|
12070
|
+
body: await parseErrorBody(output.body, context),
|
|
12071
12071
|
};
|
|
12072
12072
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12073
12073
|
switch (errorCode) {
|
|
@@ -12119,7 +12119,7 @@ exports.deserializeAws_restJson1PutEventsConfigurationCommand = deserializeAws_r
|
|
|
12119
12119
|
const deserializeAws_restJson1PutEventsConfigurationCommandError = async (output, context) => {
|
|
12120
12120
|
const parsedOutput = {
|
|
12121
12121
|
...output,
|
|
12122
|
-
body: await
|
|
12122
|
+
body: await parseErrorBody(output.body, context),
|
|
12123
12123
|
};
|
|
12124
12124
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12125
12125
|
switch (errorCode) {
|
|
@@ -12174,7 +12174,7 @@ exports.deserializeAws_restJson1PutRetentionSettingsCommand = deserializeAws_res
|
|
|
12174
12174
|
const deserializeAws_restJson1PutRetentionSettingsCommandError = async (output, context) => {
|
|
12175
12175
|
const parsedOutput = {
|
|
12176
12176
|
...output,
|
|
12177
|
-
body: await
|
|
12177
|
+
body: await parseErrorBody(output.body, context),
|
|
12178
12178
|
};
|
|
12179
12179
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12180
12180
|
switch (errorCode) {
|
|
@@ -12229,7 +12229,7 @@ exports.deserializeAws_restJson1PutSipMediaApplicationLoggingConfigurationComman
|
|
|
12229
12229
|
const deserializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommandError = async (output, context) => {
|
|
12230
12230
|
const parsedOutput = {
|
|
12231
12231
|
...output,
|
|
12232
|
-
body: await
|
|
12232
|
+
body: await parseErrorBody(output.body, context),
|
|
12233
12233
|
};
|
|
12234
12234
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12235
12235
|
switch (errorCode) {
|
|
@@ -12281,7 +12281,7 @@ exports.deserializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCo
|
|
|
12281
12281
|
const deserializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommandError = async (output, context) => {
|
|
12282
12282
|
const parsedOutput = {
|
|
12283
12283
|
...output,
|
|
12284
|
-
body: await
|
|
12284
|
+
body: await parseErrorBody(output.body, context),
|
|
12285
12285
|
};
|
|
12286
12286
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12287
12287
|
switch (errorCode) {
|
|
@@ -12333,7 +12333,7 @@ exports.deserializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand = d
|
|
|
12333
12333
|
const deserializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommandError = async (output, context) => {
|
|
12334
12334
|
const parsedOutput = {
|
|
12335
12335
|
...output,
|
|
12336
|
-
body: await
|
|
12336
|
+
body: await parseErrorBody(output.body, context),
|
|
12337
12337
|
};
|
|
12338
12338
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12339
12339
|
switch (errorCode) {
|
|
@@ -12385,7 +12385,7 @@ exports.deserializeAws_restJson1PutVoiceConnectorOriginationCommand = deserializ
|
|
|
12385
12385
|
const deserializeAws_restJson1PutVoiceConnectorOriginationCommandError = async (output, context) => {
|
|
12386
12386
|
const parsedOutput = {
|
|
12387
12387
|
...output,
|
|
12388
|
-
body: await
|
|
12388
|
+
body: await parseErrorBody(output.body, context),
|
|
12389
12389
|
};
|
|
12390
12390
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12391
12391
|
switch (errorCode) {
|
|
@@ -12437,7 +12437,7 @@ exports.deserializeAws_restJson1PutVoiceConnectorProxyCommand = deserializeAws_r
|
|
|
12437
12437
|
const deserializeAws_restJson1PutVoiceConnectorProxyCommandError = async (output, context) => {
|
|
12438
12438
|
const parsedOutput = {
|
|
12439
12439
|
...output,
|
|
12440
|
-
body: await
|
|
12440
|
+
body: await parseErrorBody(output.body, context),
|
|
12441
12441
|
};
|
|
12442
12442
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12443
12443
|
switch (errorCode) {
|
|
@@ -12492,7 +12492,7 @@ exports.deserializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand =
|
|
|
12492
12492
|
const deserializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommandError = async (output, context) => {
|
|
12493
12493
|
const parsedOutput = {
|
|
12494
12494
|
...output,
|
|
12495
|
-
body: await
|
|
12495
|
+
body: await parseErrorBody(output.body, context),
|
|
12496
12496
|
};
|
|
12497
12497
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12498
12498
|
switch (errorCode) {
|
|
@@ -12544,7 +12544,7 @@ exports.deserializeAws_restJson1PutVoiceConnectorTerminationCommand = deserializ
|
|
|
12544
12544
|
const deserializeAws_restJson1PutVoiceConnectorTerminationCommandError = async (output, context) => {
|
|
12545
12545
|
const parsedOutput = {
|
|
12546
12546
|
...output,
|
|
12547
|
-
body: await
|
|
12547
|
+
body: await parseErrorBody(output.body, context),
|
|
12548
12548
|
};
|
|
12549
12549
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12550
12550
|
switch (errorCode) {
|
|
@@ -12596,7 +12596,7 @@ exports.deserializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand =
|
|
|
12596
12596
|
const deserializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommandError = async (output, context) => {
|
|
12597
12597
|
const parsedOutput = {
|
|
12598
12598
|
...output,
|
|
12599
|
-
body: await
|
|
12599
|
+
body: await parseErrorBody(output.body, context),
|
|
12600
12600
|
};
|
|
12601
12601
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12602
12602
|
switch (errorCode) {
|
|
@@ -12651,7 +12651,7 @@ exports.deserializeAws_restJson1RedactChannelMessageCommand = deserializeAws_res
|
|
|
12651
12651
|
const deserializeAws_restJson1RedactChannelMessageCommandError = async (output, context) => {
|
|
12652
12652
|
const parsedOutput = {
|
|
12653
12653
|
...output,
|
|
12654
|
-
body: await
|
|
12654
|
+
body: await parseErrorBody(output.body, context),
|
|
12655
12655
|
};
|
|
12656
12656
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12657
12657
|
switch (errorCode) {
|
|
@@ -12697,7 +12697,7 @@ exports.deserializeAws_restJson1RedactConversationMessageCommand = deserializeAw
|
|
|
12697
12697
|
const deserializeAws_restJson1RedactConversationMessageCommandError = async (output, context) => {
|
|
12698
12698
|
const parsedOutput = {
|
|
12699
12699
|
...output,
|
|
12700
|
-
body: await
|
|
12700
|
+
body: await parseErrorBody(output.body, context),
|
|
12701
12701
|
};
|
|
12702
12702
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12703
12703
|
switch (errorCode) {
|
|
@@ -12746,7 +12746,7 @@ exports.deserializeAws_restJson1RedactRoomMessageCommand = deserializeAws_restJs
|
|
|
12746
12746
|
const deserializeAws_restJson1RedactRoomMessageCommandError = async (output, context) => {
|
|
12747
12747
|
const parsedOutput = {
|
|
12748
12748
|
...output,
|
|
12749
|
-
body: await
|
|
12749
|
+
body: await parseErrorBody(output.body, context),
|
|
12750
12750
|
};
|
|
12751
12751
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12752
12752
|
switch (errorCode) {
|
|
@@ -12798,7 +12798,7 @@ exports.deserializeAws_restJson1RegenerateSecurityTokenCommand = deserializeAws_
|
|
|
12798
12798
|
const deserializeAws_restJson1RegenerateSecurityTokenCommandError = async (output, context) => {
|
|
12799
12799
|
const parsedOutput = {
|
|
12800
12800
|
...output,
|
|
12801
|
-
body: await
|
|
12801
|
+
body: await parseErrorBody(output.body, context),
|
|
12802
12802
|
};
|
|
12803
12803
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12804
12804
|
switch (errorCode) {
|
|
@@ -12850,7 +12850,7 @@ exports.deserializeAws_restJson1ResetPersonalPINCommand = deserializeAws_restJso
|
|
|
12850
12850
|
const deserializeAws_restJson1ResetPersonalPINCommandError = async (output, context) => {
|
|
12851
12851
|
const parsedOutput = {
|
|
12852
12852
|
...output,
|
|
12853
|
-
body: await
|
|
12853
|
+
body: await parseErrorBody(output.body, context),
|
|
12854
12854
|
};
|
|
12855
12855
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12856
12856
|
switch (errorCode) {
|
|
@@ -12902,7 +12902,7 @@ exports.deserializeAws_restJson1RestorePhoneNumberCommand = deserializeAws_restJ
|
|
|
12902
12902
|
const deserializeAws_restJson1RestorePhoneNumberCommandError = async (output, context) => {
|
|
12903
12903
|
const parsedOutput = {
|
|
12904
12904
|
...output,
|
|
12905
|
-
body: await
|
|
12905
|
+
body: await parseErrorBody(output.body, context),
|
|
12906
12906
|
};
|
|
12907
12907
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12908
12908
|
switch (errorCode) {
|
|
@@ -12960,7 +12960,7 @@ exports.deserializeAws_restJson1SearchAvailablePhoneNumbersCommand = deserialize
|
|
|
12960
12960
|
const deserializeAws_restJson1SearchAvailablePhoneNumbersCommandError = async (output, context) => {
|
|
12961
12961
|
const parsedOutput = {
|
|
12962
12962
|
...output,
|
|
12963
|
-
body: await
|
|
12963
|
+
body: await parseErrorBody(output.body, context),
|
|
12964
12964
|
};
|
|
12965
12965
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12966
12966
|
switch (errorCode) {
|
|
@@ -13015,7 +13015,7 @@ exports.deserializeAws_restJson1SendChannelMessageCommand = deserializeAws_restJ
|
|
|
13015
13015
|
const deserializeAws_restJson1SendChannelMessageCommandError = async (output, context) => {
|
|
13016
13016
|
const parsedOutput = {
|
|
13017
13017
|
...output,
|
|
13018
|
-
body: await
|
|
13018
|
+
body: await parseErrorBody(output.body, context),
|
|
13019
13019
|
};
|
|
13020
13020
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13021
13021
|
switch (errorCode) {
|
|
@@ -13064,7 +13064,7 @@ exports.deserializeAws_restJson1StartMeetingTranscriptionCommand = deserializeAw
|
|
|
13064
13064
|
const deserializeAws_restJson1StartMeetingTranscriptionCommandError = async (output, context) => {
|
|
13065
13065
|
const parsedOutput = {
|
|
13066
13066
|
...output,
|
|
13067
|
-
body: await
|
|
13067
|
+
body: await parseErrorBody(output.body, context),
|
|
13068
13068
|
};
|
|
13069
13069
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13070
13070
|
switch (errorCode) {
|
|
@@ -13119,7 +13119,7 @@ exports.deserializeAws_restJson1StopMeetingTranscriptionCommand = deserializeAws
|
|
|
13119
13119
|
const deserializeAws_restJson1StopMeetingTranscriptionCommandError = async (output, context) => {
|
|
13120
13120
|
const parsedOutput = {
|
|
13121
13121
|
...output,
|
|
13122
|
-
body: await
|
|
13122
|
+
body: await parseErrorBody(output.body, context),
|
|
13123
13123
|
};
|
|
13124
13124
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13125
13125
|
switch (errorCode) {
|
|
@@ -13171,7 +13171,7 @@ exports.deserializeAws_restJson1TagAttendeeCommand = deserializeAws_restJson1Tag
|
|
|
13171
13171
|
const deserializeAws_restJson1TagAttendeeCommandError = async (output, context) => {
|
|
13172
13172
|
const parsedOutput = {
|
|
13173
13173
|
...output,
|
|
13174
|
-
body: await
|
|
13174
|
+
body: await parseErrorBody(output.body, context),
|
|
13175
13175
|
};
|
|
13176
13176
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13177
13177
|
switch (errorCode) {
|
|
@@ -13223,7 +13223,7 @@ exports.deserializeAws_restJson1TagMeetingCommand = deserializeAws_restJson1TagM
|
|
|
13223
13223
|
const deserializeAws_restJson1TagMeetingCommandError = async (output, context) => {
|
|
13224
13224
|
const parsedOutput = {
|
|
13225
13225
|
...output,
|
|
13226
|
-
body: await
|
|
13226
|
+
body: await parseErrorBody(output.body, context),
|
|
13227
13227
|
};
|
|
13228
13228
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13229
13229
|
switch (errorCode) {
|
|
@@ -13275,7 +13275,7 @@ exports.deserializeAws_restJson1TagResourceCommand = deserializeAws_restJson1Tag
|
|
|
13275
13275
|
const deserializeAws_restJson1TagResourceCommandError = async (output, context) => {
|
|
13276
13276
|
const parsedOutput = {
|
|
13277
13277
|
...output,
|
|
13278
|
-
body: await
|
|
13278
|
+
body: await parseErrorBody(output.body, context),
|
|
13279
13279
|
};
|
|
13280
13280
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13281
13281
|
switch (errorCode) {
|
|
@@ -13321,7 +13321,7 @@ exports.deserializeAws_restJson1UntagAttendeeCommand = deserializeAws_restJson1U
|
|
|
13321
13321
|
const deserializeAws_restJson1UntagAttendeeCommandError = async (output, context) => {
|
|
13322
13322
|
const parsedOutput = {
|
|
13323
13323
|
...output,
|
|
13324
|
-
body: await
|
|
13324
|
+
body: await parseErrorBody(output.body, context),
|
|
13325
13325
|
};
|
|
13326
13326
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13327
13327
|
switch (errorCode) {
|
|
@@ -13370,7 +13370,7 @@ exports.deserializeAws_restJson1UntagMeetingCommand = deserializeAws_restJson1Un
|
|
|
13370
13370
|
const deserializeAws_restJson1UntagMeetingCommandError = async (output, context) => {
|
|
13371
13371
|
const parsedOutput = {
|
|
13372
13372
|
...output,
|
|
13373
|
-
body: await
|
|
13373
|
+
body: await parseErrorBody(output.body, context),
|
|
13374
13374
|
};
|
|
13375
13375
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13376
13376
|
switch (errorCode) {
|
|
@@ -13419,7 +13419,7 @@ exports.deserializeAws_restJson1UntagResourceCommand = deserializeAws_restJson1U
|
|
|
13419
13419
|
const deserializeAws_restJson1UntagResourceCommandError = async (output, context) => {
|
|
13420
13420
|
const parsedOutput = {
|
|
13421
13421
|
...output,
|
|
13422
|
-
body: await
|
|
13422
|
+
body: await parseErrorBody(output.body, context),
|
|
13423
13423
|
};
|
|
13424
13424
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13425
13425
|
switch (errorCode) {
|
|
@@ -13468,7 +13468,7 @@ exports.deserializeAws_restJson1UpdateAccountCommand = deserializeAws_restJson1U
|
|
|
13468
13468
|
const deserializeAws_restJson1UpdateAccountCommandError = async (output, context) => {
|
|
13469
13469
|
const parsedOutput = {
|
|
13470
13470
|
...output,
|
|
13471
|
-
body: await
|
|
13471
|
+
body: await parseErrorBody(output.body, context),
|
|
13472
13472
|
};
|
|
13473
13473
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13474
13474
|
switch (errorCode) {
|
|
@@ -13517,7 +13517,7 @@ exports.deserializeAws_restJson1UpdateAccountSettingsCommand = deserializeAws_re
|
|
|
13517
13517
|
const deserializeAws_restJson1UpdateAccountSettingsCommandError = async (output, context) => {
|
|
13518
13518
|
const parsedOutput = {
|
|
13519
13519
|
...output,
|
|
13520
|
-
body: await
|
|
13520
|
+
body: await parseErrorBody(output.body, context),
|
|
13521
13521
|
};
|
|
13522
13522
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13523
13523
|
switch (errorCode) {
|
|
@@ -13572,7 +13572,7 @@ exports.deserializeAws_restJson1UpdateAppInstanceCommand = deserializeAws_restJs
|
|
|
13572
13572
|
const deserializeAws_restJson1UpdateAppInstanceCommandError = async (output, context) => {
|
|
13573
13573
|
const parsedOutput = {
|
|
13574
13574
|
...output,
|
|
13575
|
-
body: await
|
|
13575
|
+
body: await parseErrorBody(output.body, context),
|
|
13576
13576
|
};
|
|
13577
13577
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13578
13578
|
switch (errorCode) {
|
|
@@ -13624,7 +13624,7 @@ exports.deserializeAws_restJson1UpdateAppInstanceUserCommand = deserializeAws_re
|
|
|
13624
13624
|
const deserializeAws_restJson1UpdateAppInstanceUserCommandError = async (output, context) => {
|
|
13625
13625
|
const parsedOutput = {
|
|
13626
13626
|
...output,
|
|
13627
|
-
body: await
|
|
13627
|
+
body: await parseErrorBody(output.body, context),
|
|
13628
13628
|
};
|
|
13629
13629
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13630
13630
|
switch (errorCode) {
|
|
@@ -13676,7 +13676,7 @@ exports.deserializeAws_restJson1UpdateBotCommand = deserializeAws_restJson1Updat
|
|
|
13676
13676
|
const deserializeAws_restJson1UpdateBotCommandError = async (output, context) => {
|
|
13677
13677
|
const parsedOutput = {
|
|
13678
13678
|
...output,
|
|
13679
|
-
body: await
|
|
13679
|
+
body: await parseErrorBody(output.body, context),
|
|
13680
13680
|
};
|
|
13681
13681
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13682
13682
|
switch (errorCode) {
|
|
@@ -13728,7 +13728,7 @@ exports.deserializeAws_restJson1UpdateChannelCommand = deserializeAws_restJson1U
|
|
|
13728
13728
|
const deserializeAws_restJson1UpdateChannelCommandError = async (output, context) => {
|
|
13729
13729
|
const parsedOutput = {
|
|
13730
13730
|
...output,
|
|
13731
|
-
body: await
|
|
13731
|
+
body: await parseErrorBody(output.body, context),
|
|
13732
13732
|
};
|
|
13733
13733
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13734
13734
|
switch (errorCode) {
|
|
@@ -13783,7 +13783,7 @@ exports.deserializeAws_restJson1UpdateChannelMessageCommand = deserializeAws_res
|
|
|
13783
13783
|
const deserializeAws_restJson1UpdateChannelMessageCommandError = async (output, context) => {
|
|
13784
13784
|
const parsedOutput = {
|
|
13785
13785
|
...output,
|
|
13786
|
-
body: await
|
|
13786
|
+
body: await parseErrorBody(output.body, context),
|
|
13787
13787
|
};
|
|
13788
13788
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13789
13789
|
switch (errorCode) {
|
|
@@ -13835,7 +13835,7 @@ exports.deserializeAws_restJson1UpdateChannelReadMarkerCommand = deserializeAws_
|
|
|
13835
13835
|
const deserializeAws_restJson1UpdateChannelReadMarkerCommandError = async (output, context) => {
|
|
13836
13836
|
const parsedOutput = {
|
|
13837
13837
|
...output,
|
|
13838
|
-
body: await
|
|
13838
|
+
body: await parseErrorBody(output.body, context),
|
|
13839
13839
|
};
|
|
13840
13840
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13841
13841
|
switch (errorCode) {
|
|
@@ -13884,7 +13884,7 @@ exports.deserializeAws_restJson1UpdateGlobalSettingsCommand = deserializeAws_res
|
|
|
13884
13884
|
const deserializeAws_restJson1UpdateGlobalSettingsCommandError = async (output, context) => {
|
|
13885
13885
|
const parsedOutput = {
|
|
13886
13886
|
...output,
|
|
13887
|
-
body: await
|
|
13887
|
+
body: await parseErrorBody(output.body, context),
|
|
13888
13888
|
};
|
|
13889
13889
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13890
13890
|
switch (errorCode) {
|
|
@@ -13933,7 +13933,7 @@ exports.deserializeAws_restJson1UpdatePhoneNumberCommand = deserializeAws_restJs
|
|
|
13933
13933
|
const deserializeAws_restJson1UpdatePhoneNumberCommandError = async (output, context) => {
|
|
13934
13934
|
const parsedOutput = {
|
|
13935
13935
|
...output,
|
|
13936
|
-
body: await
|
|
13936
|
+
body: await parseErrorBody(output.body, context),
|
|
13937
13937
|
};
|
|
13938
13938
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13939
13939
|
switch (errorCode) {
|
|
@@ -13985,7 +13985,7 @@ exports.deserializeAws_restJson1UpdatePhoneNumberSettingsCommand = deserializeAw
|
|
|
13985
13985
|
const deserializeAws_restJson1UpdatePhoneNumberSettingsCommandError = async (output, context) => {
|
|
13986
13986
|
const parsedOutput = {
|
|
13987
13987
|
...output,
|
|
13988
|
-
body: await
|
|
13988
|
+
body: await parseErrorBody(output.body, context),
|
|
13989
13989
|
};
|
|
13990
13990
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13991
13991
|
switch (errorCode) {
|
|
@@ -14034,7 +14034,7 @@ exports.deserializeAws_restJson1UpdateProxySessionCommand = deserializeAws_restJ
|
|
|
14034
14034
|
const deserializeAws_restJson1UpdateProxySessionCommandError = async (output, context) => {
|
|
14035
14035
|
const parsedOutput = {
|
|
14036
14036
|
...output,
|
|
14037
|
-
body: await
|
|
14037
|
+
body: await parseErrorBody(output.body, context),
|
|
14038
14038
|
};
|
|
14039
14039
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14040
14040
|
switch (errorCode) {
|
|
@@ -14086,7 +14086,7 @@ exports.deserializeAws_restJson1UpdateRoomCommand = deserializeAws_restJson1Upda
|
|
|
14086
14086
|
const deserializeAws_restJson1UpdateRoomCommandError = async (output, context) => {
|
|
14087
14087
|
const parsedOutput = {
|
|
14088
14088
|
...output,
|
|
14089
|
-
body: await
|
|
14089
|
+
body: await parseErrorBody(output.body, context),
|
|
14090
14090
|
};
|
|
14091
14091
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14092
14092
|
switch (errorCode) {
|
|
@@ -14138,7 +14138,7 @@ exports.deserializeAws_restJson1UpdateRoomMembershipCommand = deserializeAws_res
|
|
|
14138
14138
|
const deserializeAws_restJson1UpdateRoomMembershipCommandError = async (output, context) => {
|
|
14139
14139
|
const parsedOutput = {
|
|
14140
14140
|
...output,
|
|
14141
|
-
body: await
|
|
14141
|
+
body: await parseErrorBody(output.body, context),
|
|
14142
14142
|
};
|
|
14143
14143
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14144
14144
|
switch (errorCode) {
|
|
@@ -14190,7 +14190,7 @@ exports.deserializeAws_restJson1UpdateSipMediaApplicationCommand = deserializeAw
|
|
|
14190
14190
|
const deserializeAws_restJson1UpdateSipMediaApplicationCommandError = async (output, context) => {
|
|
14191
14191
|
const parsedOutput = {
|
|
14192
14192
|
...output,
|
|
14193
|
-
body: await
|
|
14193
|
+
body: await parseErrorBody(output.body, context),
|
|
14194
14194
|
};
|
|
14195
14195
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14196
14196
|
switch (errorCode) {
|
|
@@ -14245,7 +14245,7 @@ exports.deserializeAws_restJson1UpdateSipMediaApplicationCallCommand = deseriali
|
|
|
14245
14245
|
const deserializeAws_restJson1UpdateSipMediaApplicationCallCommandError = async (output, context) => {
|
|
14246
14246
|
const parsedOutput = {
|
|
14247
14247
|
...output,
|
|
14248
|
-
body: await
|
|
14248
|
+
body: await parseErrorBody(output.body, context),
|
|
14249
14249
|
};
|
|
14250
14250
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14251
14251
|
switch (errorCode) {
|
|
@@ -14300,7 +14300,7 @@ exports.deserializeAws_restJson1UpdateSipRuleCommand = deserializeAws_restJson1U
|
|
|
14300
14300
|
const deserializeAws_restJson1UpdateSipRuleCommandError = async (output, context) => {
|
|
14301
14301
|
const parsedOutput = {
|
|
14302
14302
|
...output,
|
|
14303
|
-
body: await
|
|
14303
|
+
body: await parseErrorBody(output.body, context),
|
|
14304
14304
|
};
|
|
14305
14305
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14306
14306
|
switch (errorCode) {
|
|
@@ -14358,7 +14358,7 @@ exports.deserializeAws_restJson1UpdateUserCommand = deserializeAws_restJson1Upda
|
|
|
14358
14358
|
const deserializeAws_restJson1UpdateUserCommandError = async (output, context) => {
|
|
14359
14359
|
const parsedOutput = {
|
|
14360
14360
|
...output,
|
|
14361
|
-
body: await
|
|
14361
|
+
body: await parseErrorBody(output.body, context),
|
|
14362
14362
|
};
|
|
14363
14363
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14364
14364
|
switch (errorCode) {
|
|
@@ -14407,7 +14407,7 @@ exports.deserializeAws_restJson1UpdateUserSettingsCommand = deserializeAws_restJ
|
|
|
14407
14407
|
const deserializeAws_restJson1UpdateUserSettingsCommandError = async (output, context) => {
|
|
14408
14408
|
const parsedOutput = {
|
|
14409
14409
|
...output,
|
|
14410
|
-
body: await
|
|
14410
|
+
body: await parseErrorBody(output.body, context),
|
|
14411
14411
|
};
|
|
14412
14412
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14413
14413
|
switch (errorCode) {
|
|
@@ -14459,7 +14459,7 @@ exports.deserializeAws_restJson1UpdateVoiceConnectorCommand = deserializeAws_res
|
|
|
14459
14459
|
const deserializeAws_restJson1UpdateVoiceConnectorCommandError = async (output, context) => {
|
|
14460
14460
|
const parsedOutput = {
|
|
14461
14461
|
...output,
|
|
14462
|
-
body: await
|
|
14462
|
+
body: await parseErrorBody(output.body, context),
|
|
14463
14463
|
};
|
|
14464
14464
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14465
14465
|
switch (errorCode) {
|
|
@@ -14511,7 +14511,7 @@ exports.deserializeAws_restJson1UpdateVoiceConnectorGroupCommand = deserializeAw
|
|
|
14511
14511
|
const deserializeAws_restJson1UpdateVoiceConnectorGroupCommandError = async (output, context) => {
|
|
14512
14512
|
const parsedOutput = {
|
|
14513
14513
|
...output,
|
|
14514
|
-
body: await
|
|
14514
|
+
body: await parseErrorBody(output.body, context),
|
|
14515
14515
|
};
|
|
14516
14516
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14517
14517
|
switch (errorCode) {
|
|
@@ -14575,7 +14575,7 @@ exports.deserializeAws_restJson1ValidateE911AddressCommand = deserializeAws_rest
|
|
|
14575
14575
|
const deserializeAws_restJson1ValidateE911AddressCommandError = async (output, context) => {
|
|
14576
14576
|
const parsedOutput = {
|
|
14577
14577
|
...output,
|
|
14578
|
-
body: await
|
|
14578
|
+
body: await parseErrorBody(output.body, context),
|
|
14579
14579
|
};
|
|
14580
14580
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14581
14581
|
switch (errorCode) {
|
|
@@ -16765,6 +16765,12 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
16765
16765
|
}
|
|
16766
16766
|
return {};
|
|
16767
16767
|
});
|
|
16768
|
+
const parseErrorBody = async (errorBody, context) => {
|
|
16769
|
+
var _a;
|
|
16770
|
+
const value = await parseBody(errorBody, context);
|
|
16771
|
+
value.message = (_a = value.message) !== null && _a !== void 0 ? _a : value.Message;
|
|
16772
|
+
return value;
|
|
16773
|
+
};
|
|
16768
16774
|
const loadRestJsonErrorCode = (output, data) => {
|
|
16769
16775
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
16770
16776
|
const sanitizeErrorCode = (rawValue) => {
|