@aws-sdk/client-chime 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/Chime.js +773 -766
- package/dist-es/ChimeClient.js +28 -22
- package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +28 -21
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +28 -21
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +28 -21
- package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +28 -21
- package/dist-es/commands/BatchCreateAttendeeCommand.js +28 -21
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +28 -21
- package/dist-es/commands/BatchCreateRoomMembershipCommand.js +28 -21
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js +28 -21
- package/dist-es/commands/BatchSuspendUserCommand.js +28 -21
- package/dist-es/commands/BatchUnsuspendUserCommand.js +28 -21
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +28 -21
- package/dist-es/commands/BatchUpdateUserCommand.js +28 -21
- package/dist-es/commands/CreateAccountCommand.js +28 -21
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +28 -21
- package/dist-es/commands/CreateAppInstanceCommand.js +28 -21
- package/dist-es/commands/CreateAppInstanceUserCommand.js +28 -21
- package/dist-es/commands/CreateAttendeeCommand.js +28 -21
- package/dist-es/commands/CreateBotCommand.js +28 -21
- package/dist-es/commands/CreateChannelBanCommand.js +28 -21
- package/dist-es/commands/CreateChannelCommand.js +28 -21
- package/dist-es/commands/CreateChannelMembershipCommand.js +28 -21
- package/dist-es/commands/CreateChannelModeratorCommand.js +28 -21
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +28 -21
- package/dist-es/commands/CreateMeetingCommand.js +28 -21
- package/dist-es/commands/CreateMeetingDialOutCommand.js +28 -21
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +28 -21
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js +28 -21
- package/dist-es/commands/CreateProxySessionCommand.js +28 -21
- package/dist-es/commands/CreateRoomCommand.js +28 -21
- package/dist-es/commands/CreateRoomMembershipCommand.js +28 -21
- package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +28 -21
- package/dist-es/commands/CreateSipMediaApplicationCommand.js +28 -21
- package/dist-es/commands/CreateSipRuleCommand.js +28 -21
- package/dist-es/commands/CreateUserCommand.js +28 -21
- package/dist-es/commands/CreateVoiceConnectorCommand.js +28 -21
- package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +28 -21
- package/dist-es/commands/DeleteAccountCommand.js +28 -21
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +29 -22
- package/dist-es/commands/DeleteAppInstanceCommand.js +29 -22
- package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +29 -22
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +29 -22
- package/dist-es/commands/DeleteAttendeeCommand.js +29 -22
- package/dist-es/commands/DeleteChannelBanCommand.js +29 -22
- package/dist-es/commands/DeleteChannelCommand.js +29 -22
- package/dist-es/commands/DeleteChannelMembershipCommand.js +29 -22
- package/dist-es/commands/DeleteChannelMessageCommand.js +29 -22
- package/dist-es/commands/DeleteChannelModeratorCommand.js +29 -22
- package/dist-es/commands/DeleteEventsConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +29 -22
- package/dist-es/commands/DeleteMeetingCommand.js +29 -22
- package/dist-es/commands/DeletePhoneNumberCommand.js +29 -22
- package/dist-es/commands/DeleteProxySessionCommand.js +29 -22
- package/dist-es/commands/DeleteRoomCommand.js +29 -22
- package/dist-es/commands/DeleteRoomMembershipCommand.js +29 -22
- package/dist-es/commands/DeleteSipMediaApplicationCommand.js +29 -22
- package/dist-es/commands/DeleteSipRuleCommand.js +29 -22
- package/dist-es/commands/DeleteVoiceConnectorCommand.js +29 -22
- package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +29 -22
- package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +29 -22
- package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +29 -22
- package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +29 -22
- package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +29 -22
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +28 -21
- package/dist-es/commands/DescribeAppInstanceCommand.js +28 -21
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +28 -21
- package/dist-es/commands/DescribeChannelBanCommand.js +28 -21
- package/dist-es/commands/DescribeChannelCommand.js +28 -21
- package/dist-es/commands/DescribeChannelMembershipCommand.js +28 -21
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +28 -21
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +28 -21
- package/dist-es/commands/DescribeChannelModeratorCommand.js +28 -21
- package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +28 -21
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +28 -21
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +28 -21
- package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +28 -21
- package/dist-es/commands/GetAccountCommand.js +28 -21
- package/dist-es/commands/GetAccountSettingsCommand.js +28 -21
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +28 -21
- package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +28 -21
- package/dist-es/commands/GetAttendeeCommand.js +28 -21
- package/dist-es/commands/GetBotCommand.js +28 -21
- package/dist-es/commands/GetChannelMessageCommand.js +28 -21
- package/dist-es/commands/GetEventsConfigurationCommand.js +28 -21
- package/dist-es/commands/GetGlobalSettingsCommand.js +29 -22
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +28 -21
- package/dist-es/commands/GetMeetingCommand.js +28 -21
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +28 -21
- package/dist-es/commands/GetPhoneNumberCommand.js +28 -21
- package/dist-es/commands/GetPhoneNumberOrderCommand.js +28 -21
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js +29 -22
- package/dist-es/commands/GetProxySessionCommand.js +28 -21
- package/dist-es/commands/GetRetentionSettingsCommand.js +28 -21
- package/dist-es/commands/GetRoomCommand.js +28 -21
- package/dist-es/commands/GetSipMediaApplicationCommand.js +28 -21
- package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +28 -21
- package/dist-es/commands/GetSipRuleCommand.js +28 -21
- package/dist-es/commands/GetUserCommand.js +28 -21
- package/dist-es/commands/GetUserSettingsCommand.js +28 -21
- package/dist-es/commands/GetVoiceConnectorCommand.js +28 -21
- package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +28 -21
- package/dist-es/commands/GetVoiceConnectorGroupCommand.js +28 -21
- package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +28 -21
- package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +28 -21
- package/dist-es/commands/GetVoiceConnectorProxyCommand.js +28 -21
- package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +28 -21
- package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +28 -21
- package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +28 -21
- package/dist-es/commands/InviteUsersCommand.js +28 -21
- package/dist-es/commands/ListAccountsCommand.js +28 -21
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +28 -21
- package/dist-es/commands/ListAppInstanceUsersCommand.js +28 -21
- package/dist-es/commands/ListAppInstancesCommand.js +28 -21
- package/dist-es/commands/ListAttendeeTagsCommand.js +28 -21
- package/dist-es/commands/ListAttendeesCommand.js +28 -21
- package/dist-es/commands/ListBotsCommand.js +28 -21
- package/dist-es/commands/ListChannelBansCommand.js +28 -21
- package/dist-es/commands/ListChannelMembershipsCommand.js +28 -21
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +28 -21
- package/dist-es/commands/ListChannelMessagesCommand.js +28 -21
- package/dist-es/commands/ListChannelModeratorsCommand.js +28 -21
- package/dist-es/commands/ListChannelsCommand.js +28 -21
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +28 -21
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +28 -21
- package/dist-es/commands/ListMeetingTagsCommand.js +28 -21
- package/dist-es/commands/ListMeetingsCommand.js +28 -21
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +28 -21
- package/dist-es/commands/ListPhoneNumbersCommand.js +28 -21
- package/dist-es/commands/ListProxySessionsCommand.js +28 -21
- package/dist-es/commands/ListRoomMembershipsCommand.js +28 -21
- package/dist-es/commands/ListRoomsCommand.js +28 -21
- package/dist-es/commands/ListSipMediaApplicationsCommand.js +28 -21
- package/dist-es/commands/ListSipRulesCommand.js +28 -21
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListUsersCommand.js +28 -21
- package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +28 -21
- package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +28 -21
- package/dist-es/commands/ListVoiceConnectorsCommand.js +28 -21
- package/dist-es/commands/LogoutUserCommand.js +28 -21
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +28 -21
- package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +28 -21
- package/dist-es/commands/PutEventsConfigurationCommand.js +28 -21
- package/dist-es/commands/PutRetentionSettingsCommand.js +28 -21
- package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +28 -21
- package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +28 -21
- package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +28 -21
- package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +28 -21
- package/dist-es/commands/PutVoiceConnectorProxyCommand.js +28 -21
- package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +28 -21
- package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +28 -21
- package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +29 -22
- package/dist-es/commands/RedactChannelMessageCommand.js +28 -21
- package/dist-es/commands/RedactConversationMessageCommand.js +28 -21
- package/dist-es/commands/RedactRoomMessageCommand.js +28 -21
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +28 -21
- package/dist-es/commands/ResetPersonalPINCommand.js +28 -21
- package/dist-es/commands/RestorePhoneNumberCommand.js +28 -21
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +28 -21
- package/dist-es/commands/SendChannelMessageCommand.js +28 -21
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +28 -21
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +28 -21
- package/dist-es/commands/TagAttendeeCommand.js +29 -22
- package/dist-es/commands/TagMeetingCommand.js +29 -22
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/UntagAttendeeCommand.js +29 -22
- package/dist-es/commands/UntagMeetingCommand.js +29 -22
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateAccountCommand.js +28 -21
- package/dist-es/commands/UpdateAccountSettingsCommand.js +28 -21
- package/dist-es/commands/UpdateAppInstanceCommand.js +28 -21
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +28 -21
- package/dist-es/commands/UpdateBotCommand.js +28 -21
- package/dist-es/commands/UpdateChannelCommand.js +28 -21
- package/dist-es/commands/UpdateChannelMessageCommand.js +28 -21
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +28 -21
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +29 -22
- package/dist-es/commands/UpdatePhoneNumberCommand.js +28 -21
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +29 -22
- package/dist-es/commands/UpdateProxySessionCommand.js +28 -21
- package/dist-es/commands/UpdateRoomCommand.js +28 -21
- package/dist-es/commands/UpdateRoomMembershipCommand.js +28 -21
- package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +28 -21
- package/dist-es/commands/UpdateSipMediaApplicationCommand.js +28 -21
- package/dist-es/commands/UpdateSipRuleCommand.js +28 -21
- package/dist-es/commands/UpdateUserCommand.js +28 -21
- package/dist-es/commands/UpdateUserSettingsCommand.js +29 -22
- package/dist-es/commands/UpdateVoiceConnectorCommand.js +28 -21
- package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +28 -21
- package/dist-es/commands/ValidateE911AddressCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ChimeServiceException.js +10 -5
- package/dist-es/models/models_0.js +423 -1092
- package/dist-es/models/models_1.js +243 -750
- package/dist-es/pagination/ListAccountsPaginator.js +68 -25
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +68 -25
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js +68 -25
- package/dist-es/pagination/ListAppInstancesPaginator.js +68 -25
- package/dist-es/pagination/ListAttendeesPaginator.js +68 -25
- package/dist-es/pagination/ListBotsPaginator.js +68 -25
- package/dist-es/pagination/ListChannelBansPaginator.js +68 -25
- package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +68 -25
- package/dist-es/pagination/ListChannelMembershipsPaginator.js +68 -25
- package/dist-es/pagination/ListChannelMessagesPaginator.js +68 -25
- package/dist-es/pagination/ListChannelModeratorsPaginator.js +68 -25
- package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +68 -25
- package/dist-es/pagination/ListChannelsPaginator.js +68 -25
- package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +68 -25
- package/dist-es/pagination/ListMeetingsPaginator.js +68 -25
- package/dist-es/pagination/ListPhoneNumberOrdersPaginator.js +68 -25
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +68 -25
- package/dist-es/pagination/ListProxySessionsPaginator.js +68 -25
- package/dist-es/pagination/ListRoomMembershipsPaginator.js +68 -25
- package/dist-es/pagination/ListRoomsPaginator.js +68 -25
- package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +68 -25
- package/dist-es/pagination/ListSipRulesPaginator.js +68 -25
- package/dist-es/pagination/ListUsersPaginator.js +68 -25
- package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListVoiceConnectorsPaginator.js +68 -25
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +20959 -14645
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { ChimeServiceException as __BaseException } from "./ChimeServiceException";
|
|
3
4
|
export var ErrorCode;
|
|
@@ -18,20 +19,20 @@ export var ErrorCode;
|
|
|
18
19
|
ErrorCode["Unprocessable"] = "Unprocessable";
|
|
19
20
|
ErrorCode["VoiceConnectorGroupAssociationsExist"] = "VoiceConnectorGroupAssociationsExist";
|
|
20
21
|
})(ErrorCode || (ErrorCode = {}));
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
this.Code = opts.Code;
|
|
32
|
-
this.Message = opts.Message;
|
|
22
|
+
var AccessDeniedException = (function (_super) {
|
|
23
|
+
__extends(AccessDeniedException, _super);
|
|
24
|
+
function AccessDeniedException(opts) {
|
|
25
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
26
|
+
_this.name = "AccessDeniedException";
|
|
27
|
+
_this.$fault = "client";
|
|
28
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
29
|
+
_this.Code = opts.Code;
|
|
30
|
+
_this.Message = opts.Message;
|
|
31
|
+
return _this;
|
|
33
32
|
}
|
|
34
|
-
|
|
33
|
+
return AccessDeniedException;
|
|
34
|
+
}(__BaseException));
|
|
35
|
+
export { AccessDeniedException };
|
|
35
36
|
export var AccountStatus;
|
|
36
37
|
(function (AccountStatus) {
|
|
37
38
|
AccountStatus["Active"] = "Active";
|
|
@@ -79,118 +80,118 @@ export var VideoMuxType;
|
|
|
79
80
|
(function (VideoMuxType) {
|
|
80
81
|
VideoMuxType["VideoOnly"] = "VideoOnly";
|
|
81
82
|
})(VideoMuxType || (VideoMuxType = {}));
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
this.Code = opts.Code;
|
|
93
|
-
this.Message = opts.Message;
|
|
83
|
+
var BadRequestException = (function (_super) {
|
|
84
|
+
__extends(BadRequestException, _super);
|
|
85
|
+
function BadRequestException(opts) {
|
|
86
|
+
var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
|
|
87
|
+
_this.name = "BadRequestException";
|
|
88
|
+
_this.$fault = "client";
|
|
89
|
+
Object.setPrototypeOf(_this, BadRequestException.prototype);
|
|
90
|
+
_this.Code = opts.Code;
|
|
91
|
+
_this.Message = opts.Message;
|
|
92
|
+
return _this;
|
|
94
93
|
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
94
|
+
return BadRequestException;
|
|
95
|
+
}(__BaseException));
|
|
96
|
+
export { BadRequestException };
|
|
97
|
+
var ForbiddenException = (function (_super) {
|
|
98
|
+
__extends(ForbiddenException, _super);
|
|
99
|
+
function ForbiddenException(opts) {
|
|
100
|
+
var _this = _super.call(this, __assign({ name: "ForbiddenException", $fault: "client" }, opts)) || this;
|
|
101
|
+
_this.name = "ForbiddenException";
|
|
102
|
+
_this.$fault = "client";
|
|
103
|
+
Object.setPrototypeOf(_this, ForbiddenException.prototype);
|
|
104
|
+
_this.Code = opts.Code;
|
|
105
|
+
_this.Message = opts.Message;
|
|
106
|
+
return _this;
|
|
108
107
|
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
108
|
+
return ForbiddenException;
|
|
109
|
+
}(__BaseException));
|
|
110
|
+
export { ForbiddenException };
|
|
111
|
+
var NotFoundException = (function (_super) {
|
|
112
|
+
__extends(NotFoundException, _super);
|
|
113
|
+
function NotFoundException(opts) {
|
|
114
|
+
var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
|
|
115
|
+
_this.name = "NotFoundException";
|
|
116
|
+
_this.$fault = "client";
|
|
117
|
+
Object.setPrototypeOf(_this, NotFoundException.prototype);
|
|
118
|
+
_this.Code = opts.Code;
|
|
119
|
+
_this.Message = opts.Message;
|
|
120
|
+
return _this;
|
|
122
121
|
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
122
|
+
return NotFoundException;
|
|
123
|
+
}(__BaseException));
|
|
124
|
+
export { NotFoundException };
|
|
125
|
+
var ServiceFailureException = (function (_super) {
|
|
126
|
+
__extends(ServiceFailureException, _super);
|
|
127
|
+
function ServiceFailureException(opts) {
|
|
128
|
+
var _this = _super.call(this, __assign({ name: "ServiceFailureException", $fault: "server" }, opts)) || this;
|
|
129
|
+
_this.name = "ServiceFailureException";
|
|
130
|
+
_this.$fault = "server";
|
|
131
|
+
Object.setPrototypeOf(_this, ServiceFailureException.prototype);
|
|
132
|
+
_this.Code = opts.Code;
|
|
133
|
+
_this.Message = opts.Message;
|
|
134
|
+
return _this;
|
|
136
135
|
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
136
|
+
return ServiceFailureException;
|
|
137
|
+
}(__BaseException));
|
|
138
|
+
export { ServiceFailureException };
|
|
139
|
+
var ServiceUnavailableException = (function (_super) {
|
|
140
|
+
__extends(ServiceUnavailableException, _super);
|
|
141
|
+
function ServiceUnavailableException(opts) {
|
|
142
|
+
var _this = _super.call(this, __assign({ name: "ServiceUnavailableException", $fault: "server" }, opts)) || this;
|
|
143
|
+
_this.name = "ServiceUnavailableException";
|
|
144
|
+
_this.$fault = "server";
|
|
145
|
+
Object.setPrototypeOf(_this, ServiceUnavailableException.prototype);
|
|
146
|
+
_this.Code = opts.Code;
|
|
147
|
+
_this.Message = opts.Message;
|
|
148
|
+
return _this;
|
|
150
149
|
}
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
150
|
+
return ServiceUnavailableException;
|
|
151
|
+
}(__BaseException));
|
|
152
|
+
export { ServiceUnavailableException };
|
|
153
|
+
var ThrottledClientException = (function (_super) {
|
|
154
|
+
__extends(ThrottledClientException, _super);
|
|
155
|
+
function ThrottledClientException(opts) {
|
|
156
|
+
var _this = _super.call(this, __assign({ name: "ThrottledClientException", $fault: "client" }, opts)) || this;
|
|
157
|
+
_this.name = "ThrottledClientException";
|
|
158
|
+
_this.$fault = "client";
|
|
159
|
+
Object.setPrototypeOf(_this, ThrottledClientException.prototype);
|
|
160
|
+
_this.Code = opts.Code;
|
|
161
|
+
_this.Message = opts.Message;
|
|
162
|
+
return _this;
|
|
164
163
|
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
164
|
+
return ThrottledClientException;
|
|
165
|
+
}(__BaseException));
|
|
166
|
+
export { ThrottledClientException };
|
|
167
|
+
var UnauthorizedClientException = (function (_super) {
|
|
168
|
+
__extends(UnauthorizedClientException, _super);
|
|
169
|
+
function UnauthorizedClientException(opts) {
|
|
170
|
+
var _this = _super.call(this, __assign({ name: "UnauthorizedClientException", $fault: "client" }, opts)) || this;
|
|
171
|
+
_this.name = "UnauthorizedClientException";
|
|
172
|
+
_this.$fault = "client";
|
|
173
|
+
Object.setPrototypeOf(_this, UnauthorizedClientException.prototype);
|
|
174
|
+
_this.Code = opts.Code;
|
|
175
|
+
_this.Message = opts.Message;
|
|
176
|
+
return _this;
|
|
178
177
|
}
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
178
|
+
return UnauthorizedClientException;
|
|
179
|
+
}(__BaseException));
|
|
180
|
+
export { UnauthorizedClientException };
|
|
181
|
+
var ResourceLimitExceededException = (function (_super) {
|
|
182
|
+
__extends(ResourceLimitExceededException, _super);
|
|
183
|
+
function ResourceLimitExceededException(opts) {
|
|
184
|
+
var _this = _super.call(this, __assign({ name: "ResourceLimitExceededException", $fault: "client" }, opts)) || this;
|
|
185
|
+
_this.name = "ResourceLimitExceededException";
|
|
186
|
+
_this.$fault = "client";
|
|
187
|
+
Object.setPrototypeOf(_this, ResourceLimitExceededException.prototype);
|
|
188
|
+
_this.Code = opts.Code;
|
|
189
|
+
_this.Message = opts.Message;
|
|
190
|
+
return _this;
|
|
192
191
|
}
|
|
193
|
-
|
|
192
|
+
return ResourceLimitExceededException;
|
|
193
|
+
}(__BaseException));
|
|
194
|
+
export { ResourceLimitExceededException };
|
|
194
195
|
export var RoomMembershipRole;
|
|
195
196
|
(function (RoomMembershipRole) {
|
|
196
197
|
RoomMembershipRole["Administrator"] = "Administrator";
|
|
@@ -243,20 +244,20 @@ export var ChannelMessageType;
|
|
|
243
244
|
ChannelMessageType["CONTROL"] = "CONTROL";
|
|
244
245
|
ChannelMessageType["STANDARD"] = "STANDARD";
|
|
245
246
|
})(ChannelMessageType || (ChannelMessageType = {}));
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
this.Code = opts.Code;
|
|
257
|
-
this.Message = opts.Message;
|
|
247
|
+
var ConflictException = (function (_super) {
|
|
248
|
+
__extends(ConflictException, _super);
|
|
249
|
+
function ConflictException(opts) {
|
|
250
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
251
|
+
_this.name = "ConflictException";
|
|
252
|
+
_this.$fault = "client";
|
|
253
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
254
|
+
_this.Code = opts.Code;
|
|
255
|
+
_this.Message = opts.Message;
|
|
256
|
+
return _this;
|
|
258
257
|
}
|
|
259
|
-
|
|
258
|
+
return ConflictException;
|
|
259
|
+
}(__BaseException));
|
|
260
|
+
export { ConflictException };
|
|
260
261
|
export var MediaPipelineSinkType;
|
|
261
262
|
(function (MediaPipelineSinkType) {
|
|
262
263
|
MediaPipelineSinkType["S3Bucket"] = "S3Bucket";
|
|
@@ -330,20 +331,20 @@ export var VoiceConnectorAwsRegion;
|
|
|
330
331
|
VoiceConnectorAwsRegion["US_EAST_1"] = "us-east-1";
|
|
331
332
|
VoiceConnectorAwsRegion["US_WEST_2"] = "us-west-2";
|
|
332
333
|
})(VoiceConnectorAwsRegion || (VoiceConnectorAwsRegion = {}));
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
this.Code = opts.Code;
|
|
344
|
-
this.Message = opts.Message;
|
|
334
|
+
var UnprocessableEntityException = (function (_super) {
|
|
335
|
+
__extends(UnprocessableEntityException, _super);
|
|
336
|
+
function UnprocessableEntityException(opts) {
|
|
337
|
+
var _this = _super.call(this, __assign({ name: "UnprocessableEntityException", $fault: "client" }, opts)) || this;
|
|
338
|
+
_this.name = "UnprocessableEntityException";
|
|
339
|
+
_this.$fault = "client";
|
|
340
|
+
Object.setPrototypeOf(_this, UnprocessableEntityException.prototype);
|
|
341
|
+
_this.Code = opts.Code;
|
|
342
|
+
_this.Message = opts.Message;
|
|
343
|
+
return _this;
|
|
345
344
|
}
|
|
346
|
-
|
|
345
|
+
return UnprocessableEntityException;
|
|
346
|
+
}(__BaseException));
|
|
347
|
+
export { UnprocessableEntityException };
|
|
347
348
|
export var EmailStatus;
|
|
348
349
|
(function (EmailStatus) {
|
|
349
350
|
EmailStatus["Failed"] = "Failed";
|
|
@@ -456,954 +457,284 @@ export var PhoneNumberType;
|
|
|
456
457
|
PhoneNumberType["Local"] = "Local";
|
|
457
458
|
PhoneNumberType["TollFree"] = "TollFree";
|
|
458
459
|
})(PhoneNumberType || (PhoneNumberType = {}));
|
|
459
|
-
export
|
|
460
|
-
|
|
461
|
-
});
|
|
462
|
-
export
|
|
463
|
-
|
|
464
|
-
});
|
|
465
|
-
export
|
|
466
|
-
|
|
467
|
-
});
|
|
468
|
-
export
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
});
|
|
481
|
-
export
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
});
|
|
485
|
-
export
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
});
|
|
490
|
-
export
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
});
|
|
494
|
-
export
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
})
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
});
|
|
502
|
-
export
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
});
|
|
507
|
-
export
|
|
508
|
-
|
|
509
|
-
});
|
|
510
|
-
export
|
|
511
|
-
|
|
512
|
-
})
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
...(obj.ResourceArn && { ResourceArn: SENSITIVE_STRING }),
|
|
516
|
-
});
|
|
517
|
-
export const AppInstanceUserFilterSensitiveLog = (obj) => ({
|
|
518
|
-
...obj,
|
|
519
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
520
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
521
|
-
});
|
|
522
|
-
export const AppInstanceUserSummaryFilterSensitiveLog = (obj) => ({
|
|
523
|
-
...obj,
|
|
524
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
525
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
526
|
-
});
|
|
527
|
-
export const AppInstanceUserMembershipSummaryFilterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
|
-
export const AudioArtifactsConfigurationFilterSensitiveLog = (obj) => ({
|
|
531
|
-
...obj,
|
|
532
|
-
});
|
|
533
|
-
export const ContentArtifactsConfigurationFilterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
export const VideoArtifactsConfigurationFilterSensitiveLog = (obj) => ({
|
|
537
|
-
...obj,
|
|
538
|
-
});
|
|
539
|
-
export const ArtifactsConfigurationFilterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
export const AssociatePhoneNumbersWithVoiceConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
543
|
-
...obj,
|
|
544
|
-
...(obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }),
|
|
545
|
-
});
|
|
546
|
-
export const PhoneNumberErrorFilterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
});
|
|
549
|
-
export const AssociatePhoneNumbersWithVoiceConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
550
|
-
...obj,
|
|
551
|
-
});
|
|
552
|
-
export const AssociatePhoneNumbersWithVoiceConnectorGroupRequestFilterSensitiveLog = (obj) => ({
|
|
553
|
-
...obj,
|
|
554
|
-
...(obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }),
|
|
555
|
-
});
|
|
556
|
-
export const AssociatePhoneNumbersWithVoiceConnectorGroupResponseFilterSensitiveLog = (obj) => ({
|
|
557
|
-
...obj,
|
|
558
|
-
});
|
|
559
|
-
export const AssociatePhoneNumberWithUserRequestFilterSensitiveLog = (obj) => ({
|
|
560
|
-
...obj,
|
|
561
|
-
...(obj.E164PhoneNumber && { E164PhoneNumber: SENSITIVE_STRING }),
|
|
562
|
-
});
|
|
563
|
-
export const AssociatePhoneNumberWithUserResponseFilterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
export const AssociateSigninDelegateGroupsWithAccountRequestFilterSensitiveLog = (obj) => ({
|
|
567
|
-
...obj,
|
|
568
|
-
});
|
|
569
|
-
export const AssociateSigninDelegateGroupsWithAccountResponseFilterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
export const AttendeeFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
...(obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }),
|
|
575
|
-
...(obj.JoinToken && { JoinToken: SENSITIVE_STRING }),
|
|
576
|
-
});
|
|
577
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
578
|
-
...obj,
|
|
579
|
-
...(obj.Key && { Key: SENSITIVE_STRING }),
|
|
580
|
-
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
581
|
-
});
|
|
582
|
-
export const BatchChannelMembershipsFilterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
...(obj.InvitedBy && { InvitedBy: IdentityFilterSensitiveLog(obj.InvitedBy) }),
|
|
585
|
-
...(obj.Members && { Members: obj.Members.map((item) => IdentityFilterSensitiveLog(item)) }),
|
|
586
|
-
});
|
|
587
|
-
export const CreateAttendeeRequestItemFilterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
...(obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }),
|
|
590
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
591
|
-
});
|
|
592
|
-
export const BatchCreateAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
593
|
-
...obj,
|
|
594
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => CreateAttendeeRequestItemFilterSensitiveLog(item)) }),
|
|
595
|
-
});
|
|
596
|
-
export const CreateAttendeeErrorFilterSensitiveLog = (obj) => ({
|
|
597
|
-
...obj,
|
|
598
|
-
...(obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }),
|
|
599
|
-
});
|
|
600
|
-
export const BatchCreateAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
601
|
-
...obj,
|
|
602
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => AttendeeFilterSensitiveLog(item)) }),
|
|
603
|
-
...(obj.Errors && { Errors: obj.Errors.map((item) => CreateAttendeeErrorFilterSensitiveLog(item)) }),
|
|
604
|
-
});
|
|
605
|
-
export const BatchCreateChannelMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
606
|
-
...obj,
|
|
607
|
-
});
|
|
608
|
-
export const BatchCreateChannelMembershipErrorFilterSensitiveLog = (obj) => ({
|
|
609
|
-
...obj,
|
|
610
|
-
});
|
|
611
|
-
export const BatchCreateChannelMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
...(obj.BatchChannelMemberships && {
|
|
614
|
-
BatchChannelMemberships: BatchChannelMembershipsFilterSensitiveLog(obj.BatchChannelMemberships),
|
|
460
|
+
export var SigninDelegateGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
export var AccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
export var AccountSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
export var AddressFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.streetName && { streetName: SENSITIVE_STRING })), (obj.streetSuffix && { streetSuffix: SENSITIVE_STRING })), (obj.postDirectional && { postDirectional: SENSITIVE_STRING })), (obj.preDirectional && { preDirectional: SENSITIVE_STRING })), (obj.streetNumber && { streetNumber: SENSITIVE_STRING })), (obj.city && { city: SENSITIVE_STRING })), (obj.state && { state: SENSITIVE_STRING })), (obj.postalCode && { postalCode: SENSITIVE_STRING })), (obj.postalCodePlus4 && { postalCodePlus4: SENSITIVE_STRING })), (obj.country && { country: SENSITIVE_STRING }))); };
|
|
464
|
+
export var AlexaForBusinessMetadataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AlexaForBusinessRoomArn && { AlexaForBusinessRoomArn: SENSITIVE_STRING }))); };
|
|
465
|
+
export var AppInstanceFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING }))); };
|
|
466
|
+
export var IdentityFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING }))); };
|
|
467
|
+
export var AppInstanceAdminFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Admin && { Admin: IdentityFilterSensitiveLog(obj.Admin) }))); };
|
|
468
|
+
export var AppInstanceAdminSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Admin && { Admin: IdentityFilterSensitiveLog(obj.Admin) }))); };
|
|
469
|
+
export var AppInstanceSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING }))); };
|
|
470
|
+
export var ChannelRetentionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var AppInstanceRetentionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var AppInstanceStreamingConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ResourceArn && { ResourceArn: SENSITIVE_STRING }))); };
|
|
473
|
+
export var AppInstanceUserFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING }))); };
|
|
474
|
+
export var AppInstanceUserSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING }))); };
|
|
475
|
+
export var AppInstanceUserMembershipSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var AudioArtifactsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var ContentArtifactsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var VideoArtifactsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var ArtifactsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var AssociatePhoneNumbersWithVoiceConnectorRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }))); };
|
|
481
|
+
export var PhoneNumberErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var AssociatePhoneNumbersWithVoiceConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var AssociatePhoneNumbersWithVoiceConnectorGroupRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }))); };
|
|
484
|
+
export var AssociatePhoneNumbersWithVoiceConnectorGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var AssociatePhoneNumberWithUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.E164PhoneNumber && { E164PhoneNumber: SENSITIVE_STRING }))); };
|
|
486
|
+
export var AssociatePhoneNumberWithUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var AssociateSigninDelegateGroupsWithAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var AssociateSigninDelegateGroupsWithAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var AttendeeFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING })), (obj.JoinToken && { JoinToken: SENSITIVE_STRING }))); };
|
|
490
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Key && { Key: SENSITIVE_STRING })), (obj.Value && { Value: SENSITIVE_STRING }))); };
|
|
491
|
+
export var BatchChannelMembershipsFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.InvitedBy && { InvitedBy: IdentityFilterSensitiveLog(obj.InvitedBy) })), (obj.Members && { Members: obj.Members.map(function (item) { return IdentityFilterSensitiveLog(item); }) }))); };
|
|
492
|
+
export var CreateAttendeeRequestItemFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING })), (obj.Tags && { Tags: obj.Tags.map(function (item) { return TagFilterSensitiveLog(item); }) }))); };
|
|
493
|
+
export var BatchCreateAttendeeRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attendees && { Attendees: obj.Attendees.map(function (item) { return CreateAttendeeRequestItemFilterSensitiveLog(item); }) }))); };
|
|
494
|
+
export var CreateAttendeeErrorFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }))); };
|
|
495
|
+
export var BatchCreateAttendeeResponseFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Attendees && { Attendees: obj.Attendees.map(function (item) { return AttendeeFilterSensitiveLog(item); }) })), (obj.Errors && { Errors: obj.Errors.map(function (item) { return CreateAttendeeErrorFilterSensitiveLog(item); }) }))); };
|
|
496
|
+
export var BatchCreateChannelMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var BatchCreateChannelMembershipErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var BatchCreateChannelMembershipResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BatchChannelMemberships && {
|
|
499
|
+
BatchChannelMemberships: BatchChannelMembershipsFilterSensitiveLog(obj.BatchChannelMemberships),
|
|
500
|
+
}))); };
|
|
501
|
+
export var MembershipItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var BatchCreateRoomMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var MemberErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var BatchCreateRoomMembershipResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var BatchDeletePhoneNumberRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var BatchDeletePhoneNumberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var BatchSuspendUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var UserErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var BatchSuspendUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var BatchUnsuspendUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var BatchUnsuspendUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var UpdatePhoneNumberRequestItemFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CallingName && { CallingName: SENSITIVE_STRING }))); };
|
|
513
|
+
export var BatchUpdatePhoneNumberRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UpdatePhoneNumberRequestItems && {
|
|
514
|
+
UpdatePhoneNumberRequestItems: obj.UpdatePhoneNumberRequestItems.map(function (item) {
|
|
515
|
+
return UpdatePhoneNumberRequestItemFilterSensitiveLog(item);
|
|
615
516
|
}),
|
|
616
|
-
});
|
|
617
|
-
export
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
})
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
});
|
|
626
|
-
export
|
|
627
|
-
|
|
628
|
-
});
|
|
629
|
-
export
|
|
630
|
-
|
|
631
|
-
});
|
|
632
|
-
export
|
|
633
|
-
|
|
634
|
-
});
|
|
635
|
-
export
|
|
636
|
-
|
|
637
|
-
});
|
|
638
|
-
export
|
|
639
|
-
|
|
640
|
-
});
|
|
641
|
-
export
|
|
642
|
-
|
|
643
|
-
});
|
|
644
|
-
export
|
|
645
|
-
|
|
646
|
-
});
|
|
647
|
-
export
|
|
648
|
-
|
|
649
|
-
});
|
|
650
|
-
export
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
});
|
|
654
|
-
export
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
517
|
+
}))); };
|
|
518
|
+
export var BatchUpdatePhoneNumberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var UpdateUserRequestItemFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AlexaForBusinessMetadata && {
|
|
520
|
+
AlexaForBusinessMetadata: AlexaForBusinessMetadataFilterSensitiveLog(obj.AlexaForBusinessMetadata),
|
|
521
|
+
}))); };
|
|
522
|
+
export var BatchUpdateUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UpdateUserRequestItems && {
|
|
523
|
+
UpdateUserRequestItems: obj.UpdateUserRequestItems.map(function (item) { return UpdateUserRequestItemFilterSensitiveLog(item); }),
|
|
524
|
+
}))); };
|
|
525
|
+
export var BatchUpdateUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var BotFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.DisplayName && { DisplayName: SENSITIVE_STRING })), (obj.BotEmail && { BotEmail: SENSITIVE_STRING })), (obj.SecurityToken && { SecurityToken: SENSITIVE_STRING }))); };
|
|
527
|
+
export var BusinessCallingSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var CandidateAddressFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.streetInfo && { streetInfo: SENSITIVE_STRING })), (obj.streetNumber && { streetNumber: SENSITIVE_STRING })), (obj.city && { city: SENSITIVE_STRING })), (obj.state && { state: SENSITIVE_STRING })), (obj.postalCode && { postalCode: SENSITIVE_STRING })), (obj.postalCodePlus4 && { postalCodePlus4: SENSITIVE_STRING })), (obj.country && { country: SENSITIVE_STRING }))); };
|
|
529
|
+
export var ChannelFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING })), (obj.CreatedBy && { CreatedBy: IdentityFilterSensitiveLog(obj.CreatedBy) }))); };
|
|
530
|
+
export var ChannelBanFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) })), (obj.CreatedBy && { CreatedBy: IdentityFilterSensitiveLog(obj.CreatedBy) }))); };
|
|
531
|
+
export var ChannelBanSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }))); };
|
|
532
|
+
export var ChannelMembershipFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.InvitedBy && { InvitedBy: IdentityFilterSensitiveLog(obj.InvitedBy) })), (obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }))); };
|
|
533
|
+
export var ChannelSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING }))); };
|
|
534
|
+
export var ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ChannelSummary && { ChannelSummary: ChannelSummaryFilterSensitiveLog(obj.ChannelSummary) }))); };
|
|
535
|
+
export var ChannelMembershipSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }))); };
|
|
536
|
+
export var ChannelMessageFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.Content && { Content: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING })), (obj.Sender && { Sender: IdentityFilterSensitiveLog(obj.Sender) }))); };
|
|
537
|
+
export var ChannelMessageSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.Content && { Content: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING })), (obj.Sender && { Sender: IdentityFilterSensitiveLog(obj.Sender) }))); };
|
|
538
|
+
export var ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ChannelSummary && { ChannelSummary: ChannelSummaryFilterSensitiveLog(obj.ChannelSummary) }))); };
|
|
539
|
+
export var ChannelModeratorFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Moderator && { Moderator: IdentityFilterSensitiveLog(obj.Moderator) })), (obj.CreatedBy && { CreatedBy: IdentityFilterSensitiveLog(obj.CreatedBy) }))); };
|
|
540
|
+
export var ChannelModeratorSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Moderator && { Moderator: IdentityFilterSensitiveLog(obj.Moderator) }))); };
|
|
541
|
+
export var SelectedVideoStreamsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ExternalUserIds && { ExternalUserIds: SENSITIVE_STRING }))); };
|
|
542
|
+
export var SourceConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelectedVideoStreams && {
|
|
543
|
+
SelectedVideoStreams: SelectedVideoStreamsFilterSensitiveLog(obj.SelectedVideoStreams),
|
|
544
|
+
}))); };
|
|
545
|
+
export var ChimeSdkMeetingConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SourceConfiguration && {
|
|
546
|
+
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration),
|
|
547
|
+
}))); };
|
|
548
|
+
export var ConversationRetentionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var CreateAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var CreateAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var CreateAppInstanceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING })), (obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING })), (obj.Tags && { Tags: obj.Tags.map(function (item) { return TagFilterSensitiveLog(item); }) }))); };
|
|
552
|
+
export var CreateAppInstanceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var CreateAppInstanceAdminRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var CreateAppInstanceAdminResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AppInstanceAdmin && { AppInstanceAdmin: IdentityFilterSensitiveLog(obj.AppInstanceAdmin) }))); };
|
|
555
|
+
export var CreateAppInstanceUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.AppInstanceUserId && { AppInstanceUserId: SENSITIVE_STRING })), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING })), (obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING })), (obj.Tags && { Tags: obj.Tags.map(function (item) { return TagFilterSensitiveLog(item); }) }))); };
|
|
556
|
+
export var CreateAppInstanceUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var CreateAttendeeRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING })), (obj.Tags && { Tags: obj.Tags.map(function (item) { return TagFilterSensitiveLog(item); }) }))); };
|
|
558
|
+
export var CreateAttendeeResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attendee && { Attendee: AttendeeFilterSensitiveLog(obj.Attendee) }))); };
|
|
559
|
+
export var CreateBotRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DisplayName && { DisplayName: SENSITIVE_STRING }))); };
|
|
560
|
+
export var CreateBotResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Bot && { Bot: BotFilterSensitiveLog(obj.Bot) }))); };
|
|
561
|
+
export var CreateChannelRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Metadata && { Metadata: SENSITIVE_STRING })), (obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING })), (obj.Tags && { Tags: obj.Tags.map(function (item) { return TagFilterSensitiveLog(item); }) }))); };
|
|
562
|
+
export var CreateChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var CreateChannelBanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var CreateChannelBanResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }))); };
|
|
565
|
+
export var CreateChannelMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var CreateChannelMembershipResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }))); };
|
|
567
|
+
export var CreateChannelModeratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var CreateChannelModeratorResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ChannelModerator && { ChannelModerator: IdentityFilterSensitiveLog(obj.ChannelModerator) }))); };
|
|
569
|
+
export var CreateMediaCapturePipelineRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.SourceArn && { SourceArn: SENSITIVE_STRING })), (obj.SinkArn && { SinkArn: SENSITIVE_STRING })), (obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING })), (obj.ChimeSdkMeetingConfiguration && {
|
|
570
|
+
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
571
|
+
}))); };
|
|
572
|
+
export var MediaCapturePipelineFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.SourceArn && { SourceArn: SENSITIVE_STRING })), (obj.SinkArn && { SinkArn: SENSITIVE_STRING })), (obj.ChimeSdkMeetingConfiguration && {
|
|
573
|
+
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
574
|
+
}))); };
|
|
575
|
+
export var CreateMediaCapturePipelineResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MediaCapturePipeline && {
|
|
576
|
+
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
577
|
+
}))); };
|
|
578
|
+
export var MeetingNotificationConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.SnsTopicArn && { SnsTopicArn: SENSITIVE_STRING })), (obj.SqsQueueArn && { SqsQueueArn: SENSITIVE_STRING }))); };
|
|
579
|
+
export var CreateMeetingRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING })), (obj.ExternalMeetingId && { ExternalMeetingId: SENSITIVE_STRING })), (obj.MeetingHostId && { MeetingHostId: SENSITIVE_STRING })), (obj.Tags && { Tags: obj.Tags.map(function (item) { return TagFilterSensitiveLog(item); }) })), (obj.NotificationsConfiguration && {
|
|
580
|
+
NotificationsConfiguration: MeetingNotificationConfigurationFilterSensitiveLog(obj.NotificationsConfiguration),
|
|
581
|
+
}))); };
|
|
582
|
+
export var MediaPlacementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var MeetingFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ExternalMeetingId && { ExternalMeetingId: SENSITIVE_STRING }))); };
|
|
584
|
+
export var CreateMeetingResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) }))); };
|
|
585
|
+
export var CreateMeetingDialOutRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.FromPhoneNumber && { FromPhoneNumber: SENSITIVE_STRING })), (obj.ToPhoneNumber && { ToPhoneNumber: SENSITIVE_STRING })), (obj.JoinToken && { JoinToken: SENSITIVE_STRING }))); };
|
|
586
|
+
export var CreateMeetingDialOutResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var CreateMeetingWithAttendeesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING })), (obj.ExternalMeetingId && { ExternalMeetingId: SENSITIVE_STRING })), (obj.MeetingHostId && { MeetingHostId: SENSITIVE_STRING })), (obj.Tags && { Tags: obj.Tags.map(function (item) { return TagFilterSensitiveLog(item); }) })), (obj.NotificationsConfiguration && {
|
|
588
|
+
NotificationsConfiguration: MeetingNotificationConfigurationFilterSensitiveLog(obj.NotificationsConfiguration),
|
|
589
|
+
})), (obj.Attendees && { Attendees: obj.Attendees.map(function (item) { return CreateAttendeeRequestItemFilterSensitiveLog(item); }) }))); };
|
|
590
|
+
export var CreateMeetingWithAttendeesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) })), (obj.Attendees && { Attendees: obj.Attendees.map(function (item) { return AttendeeFilterSensitiveLog(item); }) })), (obj.Errors && { Errors: obj.Errors.map(function (item) { return CreateAttendeeErrorFilterSensitiveLog(item); }) }))); };
|
|
591
|
+
export var CreatePhoneNumberOrderRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }))); };
|
|
592
|
+
export var OrderedPhoneNumberFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.E164PhoneNumber && { E164PhoneNumber: SENSITIVE_STRING }))); };
|
|
593
|
+
export var PhoneNumberOrderFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.OrderedPhoneNumbers && {
|
|
594
|
+
OrderedPhoneNumbers: obj.OrderedPhoneNumbers.map(function (item) { return OrderedPhoneNumberFilterSensitiveLog(item); }),
|
|
595
|
+
}))); };
|
|
596
|
+
export var CreatePhoneNumberOrderResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PhoneNumberOrder && { PhoneNumberOrder: PhoneNumberOrderFilterSensitiveLog(obj.PhoneNumberOrder) }))); };
|
|
597
|
+
export var GeoMatchParamsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var CreateProxySessionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ParticipantPhoneNumbers && { ParticipantPhoneNumbers: SENSITIVE_STRING })), (obj.Name && { Name: SENSITIVE_STRING }))); };
|
|
599
|
+
export var ParticipantFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.PhoneNumber && { PhoneNumber: SENSITIVE_STRING })), (obj.ProxyPhoneNumber && { ProxyPhoneNumber: SENSITIVE_STRING }))); };
|
|
600
|
+
export var ProxySessionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Participants && { Participants: obj.Participants.map(function (item) { return ParticipantFilterSensitiveLog(item); }) }))); };
|
|
601
|
+
export var CreateProxySessionResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ProxySession && { ProxySession: ProxySessionFilterSensitiveLog(obj.ProxySession) }))); };
|
|
602
|
+
export var CreateRoomRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }))); };
|
|
603
|
+
export var RoomFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING }))); };
|
|
604
|
+
export var CreateRoomResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Room && { Room: RoomFilterSensitiveLog(obj.Room) }))); };
|
|
605
|
+
export var CreateRoomMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var MemberFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Email && { Email: SENSITIVE_STRING })), (obj.FullName && { FullName: SENSITIVE_STRING }))); };
|
|
607
|
+
export var RoomMembershipFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Member && { Member: MemberFilterSensitiveLog(obj.Member) }))); };
|
|
608
|
+
export var CreateRoomMembershipResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RoomMembership && { RoomMembership: RoomMembershipFilterSensitiveLog(obj.RoomMembership) }))); };
|
|
609
|
+
export var SipMediaApplicationEndpointFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.LambdaArn && { LambdaArn: SENSITIVE_STRING }))); };
|
|
610
|
+
export var CreateSipMediaApplicationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Endpoints && { Endpoints: obj.Endpoints.map(function (item) { return SipMediaApplicationEndpointFilterSensitiveLog(item); }) }))); };
|
|
611
|
+
export var SipMediaApplicationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Endpoints && { Endpoints: obj.Endpoints.map(function (item) { return SipMediaApplicationEndpointFilterSensitiveLog(item); }) }))); };
|
|
612
|
+
export var CreateSipMediaApplicationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SipMediaApplication && {
|
|
613
|
+
SipMediaApplication: SipMediaApplicationFilterSensitiveLog(obj.SipMediaApplication),
|
|
614
|
+
}))); };
|
|
615
|
+
export var CreateSipMediaApplicationCallRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.FromPhoneNumber && { FromPhoneNumber: SENSITIVE_STRING })), (obj.ToPhoneNumber && { ToPhoneNumber: SENSITIVE_STRING })), (obj.SipHeaders && { SipHeaders: SENSITIVE_STRING }))); };
|
|
616
|
+
export var SipMediaApplicationCallFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var CreateSipMediaApplicationCallResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var SipRuleTargetApplicationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var CreateSipRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var SipRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var CreateSipRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var CreateUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Email && { Email: SENSITIVE_STRING }))); };
|
|
623
|
+
export var UserFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.PrimaryEmail && { PrimaryEmail: SENSITIVE_STRING })), (obj.PrimaryProvisionedNumber && { PrimaryProvisionedNumber: SENSITIVE_STRING })), (obj.DisplayName && { DisplayName: SENSITIVE_STRING })), (obj.AlexaForBusinessMetadata && {
|
|
624
|
+
AlexaForBusinessMetadata: AlexaForBusinessMetadataFilterSensitiveLog(obj.AlexaForBusinessMetadata),
|
|
625
|
+
}))); };
|
|
626
|
+
export var CreateUserResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.User && { User: UserFilterSensitiveLog(obj.User) }))); };
|
|
627
|
+
export var CreateVoiceConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var VoiceConnectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var CreateVoiceConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var VoiceConnectorItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var CreateVoiceConnectorGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var VoiceConnectorGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var CreateVoiceConnectorGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var CredentialFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
635
|
+
export var DeleteAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var DeleteAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var DeleteAppInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var DeleteAppInstanceAdminRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var DeleteAppInstanceStreamingConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var DeleteAppInstanceUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var DeleteAttendeeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var DeleteChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var DeleteChannelBanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var DeleteChannelMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var DeleteChannelMessageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var DeleteChannelModeratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var DeleteEventsConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var DeleteMediaCapturePipelineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var DeleteMeetingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var DeletePhoneNumberRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var DeleteProxySessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var DeleteRoomRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var DeleteRoomMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var DeleteSipMediaApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var DeleteSipRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var DeleteVoiceConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
export var DeleteVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
export var DeleteVoiceConnectorGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var DeleteVoiceConnectorOriginationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var DeleteVoiceConnectorProxyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var DeleteVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var DeleteVoiceConnectorTerminationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var DeleteVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Usernames && { Usernames: SENSITIVE_STRING }))); };
|
|
664
|
+
export var DescribeAppInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
export var DescribeAppInstanceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AppInstance && { AppInstance: AppInstanceFilterSensitiveLog(obj.AppInstance) }))); };
|
|
666
|
+
export var DescribeAppInstanceAdminRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var DescribeAppInstanceAdminResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AppInstanceAdmin && { AppInstanceAdmin: AppInstanceAdminFilterSensitiveLog(obj.AppInstanceAdmin) }))); };
|
|
668
|
+
export var DescribeAppInstanceUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var DescribeAppInstanceUserResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AppInstanceUser && { AppInstanceUser: AppInstanceUserFilterSensitiveLog(obj.AppInstanceUser) }))); };
|
|
670
|
+
export var DescribeChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var DescribeChannelResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Channel && { Channel: ChannelFilterSensitiveLog(obj.Channel) }))); };
|
|
672
|
+
export var DescribeChannelBanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
+
export var DescribeChannelBanResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ChannelBan && { ChannelBan: ChannelBanFilterSensitiveLog(obj.ChannelBan) }))); };
|
|
674
|
+
export var DescribeChannelMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var DescribeChannelMembershipResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ChannelMembership && { ChannelMembership: ChannelMembershipFilterSensitiveLog(obj.ChannelMembership) }))); };
|
|
676
|
+
export var DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
+
export var DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ChannelMembership && {
|
|
678
|
+
ChannelMembership: ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog(obj.ChannelMembership),
|
|
679
|
+
}))); };
|
|
680
|
+
export var DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
export var DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Channel && { Channel: ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog(obj.Channel) }))); };
|
|
682
|
+
export var DescribeChannelModeratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var DescribeChannelModeratorResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ChannelModerator && { ChannelModerator: ChannelModeratorFilterSensitiveLog(obj.ChannelModerator) }))); };
|
|
684
|
+
export var DisassociatePhoneNumberFromUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
export var DisassociatePhoneNumberFromUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
export var DisassociatePhoneNumbersFromVoiceConnectorRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }))); };
|
|
687
|
+
export var DisassociatePhoneNumbersFromVoiceConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
+
export var DisassociatePhoneNumbersFromVoiceConnectorGroupRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }))); };
|
|
689
|
+
export var DisassociatePhoneNumbersFromVoiceConnectorGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
+
export var DisassociateSigninDelegateGroupsFromAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
export var DisassociateSigninDelegateGroupsFromAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
+
export var DNISEmergencyCallingConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.EmergencyPhoneNumber && { EmergencyPhoneNumber: SENSITIVE_STRING })), (obj.TestPhoneNumber && { TestPhoneNumber: SENSITIVE_STRING }))); };
|
|
693
|
+
export var EmergencyCallingConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DNIS && { DNIS: obj.DNIS.map(function (item) { return DNISEmergencyCallingConfigurationFilterSensitiveLog(item); }) }))); };
|
|
694
|
+
export var EngineTranscribeMedicalSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
export var EngineTranscribeSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
+
export var EventsConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.OutboundEventsHTTPSEndpoint && { OutboundEventsHTTPSEndpoint: SENSITIVE_STRING })), (obj.LambdaFunctionArn && { LambdaFunctionArn: SENSITIVE_STRING }))); };
|
|
697
|
+
export var GetAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
+
export var GetAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
export var GetAccountSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
|
+
export var GetAccountSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
|
+
export var GetAppInstanceRetentionSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
+
export var GetAppInstanceRetentionSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
export var GetAppInstanceStreamingConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
|
+
export var GetAppInstanceStreamingConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AppInstanceStreamingConfigurations && {
|
|
705
|
+
AppInstanceStreamingConfigurations: obj.AppInstanceStreamingConfigurations.map(function (item) {
|
|
706
|
+
return AppInstanceStreamingConfigurationFilterSensitiveLog(item);
|
|
658
707
|
}),
|
|
659
|
-
});
|
|
660
|
-
export
|
|
661
|
-
|
|
662
|
-
});
|
|
663
|
-
export
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
});
|
|
678
|
-
export
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
});
|
|
684
|
-
export
|
|
685
|
-
|
|
686
|
-
});
|
|
687
|
-
export
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
...(obj.state && { state: SENSITIVE_STRING }),
|
|
693
|
-
...(obj.postalCode && { postalCode: SENSITIVE_STRING }),
|
|
694
|
-
...(obj.postalCodePlus4 && { postalCodePlus4: SENSITIVE_STRING }),
|
|
695
|
-
...(obj.country && { country: SENSITIVE_STRING }),
|
|
696
|
-
});
|
|
697
|
-
export const ChannelFilterSensitiveLog = (obj) => ({
|
|
698
|
-
...obj,
|
|
699
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
700
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
701
|
-
...(obj.CreatedBy && { CreatedBy: IdentityFilterSensitiveLog(obj.CreatedBy) }),
|
|
702
|
-
});
|
|
703
|
-
export const ChannelBanFilterSensitiveLog = (obj) => ({
|
|
704
|
-
...obj,
|
|
705
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
706
|
-
...(obj.CreatedBy && { CreatedBy: IdentityFilterSensitiveLog(obj.CreatedBy) }),
|
|
707
|
-
});
|
|
708
|
-
export const ChannelBanSummaryFilterSensitiveLog = (obj) => ({
|
|
709
|
-
...obj,
|
|
710
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
711
|
-
});
|
|
712
|
-
export const ChannelMembershipFilterSensitiveLog = (obj) => ({
|
|
713
|
-
...obj,
|
|
714
|
-
...(obj.InvitedBy && { InvitedBy: IdentityFilterSensitiveLog(obj.InvitedBy) }),
|
|
715
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
716
|
-
});
|
|
717
|
-
export const ChannelSummaryFilterSensitiveLog = (obj) => ({
|
|
718
|
-
...obj,
|
|
719
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
720
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
721
|
-
});
|
|
722
|
-
export const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog = (obj) => ({
|
|
723
|
-
...obj,
|
|
724
|
-
...(obj.ChannelSummary && { ChannelSummary: ChannelSummaryFilterSensitiveLog(obj.ChannelSummary) }),
|
|
725
|
-
});
|
|
726
|
-
export const ChannelMembershipSummaryFilterSensitiveLog = (obj) => ({
|
|
727
|
-
...obj,
|
|
728
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
729
|
-
});
|
|
730
|
-
export const ChannelMessageFilterSensitiveLog = (obj) => ({
|
|
731
|
-
...obj,
|
|
732
|
-
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
733
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
734
|
-
...(obj.Sender && { Sender: IdentityFilterSensitiveLog(obj.Sender) }),
|
|
735
|
-
});
|
|
736
|
-
export const ChannelMessageSummaryFilterSensitiveLog = (obj) => ({
|
|
737
|
-
...obj,
|
|
738
|
-
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
739
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
740
|
-
...(obj.Sender && { Sender: IdentityFilterSensitiveLog(obj.Sender) }),
|
|
741
|
-
});
|
|
742
|
-
export const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog = (obj) => ({
|
|
743
|
-
...obj,
|
|
744
|
-
...(obj.ChannelSummary && { ChannelSummary: ChannelSummaryFilterSensitiveLog(obj.ChannelSummary) }),
|
|
745
|
-
});
|
|
746
|
-
export const ChannelModeratorFilterSensitiveLog = (obj) => ({
|
|
747
|
-
...obj,
|
|
748
|
-
...(obj.Moderator && { Moderator: IdentityFilterSensitiveLog(obj.Moderator) }),
|
|
749
|
-
...(obj.CreatedBy && { CreatedBy: IdentityFilterSensitiveLog(obj.CreatedBy) }),
|
|
750
|
-
});
|
|
751
|
-
export const ChannelModeratorSummaryFilterSensitiveLog = (obj) => ({
|
|
752
|
-
...obj,
|
|
753
|
-
...(obj.Moderator && { Moderator: IdentityFilterSensitiveLog(obj.Moderator) }),
|
|
754
|
-
});
|
|
755
|
-
export const SelectedVideoStreamsFilterSensitiveLog = (obj) => ({
|
|
756
|
-
...obj,
|
|
757
|
-
...(obj.ExternalUserIds && { ExternalUserIds: SENSITIVE_STRING }),
|
|
758
|
-
});
|
|
759
|
-
export const SourceConfigurationFilterSensitiveLog = (obj) => ({
|
|
760
|
-
...obj,
|
|
761
|
-
...(obj.SelectedVideoStreams && {
|
|
762
|
-
SelectedVideoStreams: SelectedVideoStreamsFilterSensitiveLog(obj.SelectedVideoStreams),
|
|
763
|
-
}),
|
|
764
|
-
});
|
|
765
|
-
export const ChimeSdkMeetingConfigurationFilterSensitiveLog = (obj) => ({
|
|
766
|
-
...obj,
|
|
767
|
-
...(obj.SourceConfiguration && {
|
|
768
|
-
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration),
|
|
769
|
-
}),
|
|
770
|
-
});
|
|
771
|
-
export const ConversationRetentionSettingsFilterSensitiveLog = (obj) => ({
|
|
772
|
-
...obj,
|
|
773
|
-
});
|
|
774
|
-
export const CreateAccountRequestFilterSensitiveLog = (obj) => ({
|
|
775
|
-
...obj,
|
|
776
|
-
});
|
|
777
|
-
export const CreateAccountResponseFilterSensitiveLog = (obj) => ({
|
|
778
|
-
...obj,
|
|
779
|
-
});
|
|
780
|
-
export const CreateAppInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
781
|
-
...obj,
|
|
782
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
783
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
784
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
785
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
786
|
-
});
|
|
787
|
-
export const CreateAppInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
788
|
-
...obj,
|
|
789
|
-
});
|
|
790
|
-
export const CreateAppInstanceAdminRequestFilterSensitiveLog = (obj) => ({
|
|
791
|
-
...obj,
|
|
792
|
-
});
|
|
793
|
-
export const CreateAppInstanceAdminResponseFilterSensitiveLog = (obj) => ({
|
|
794
|
-
...obj,
|
|
795
|
-
...(obj.AppInstanceAdmin && { AppInstanceAdmin: IdentityFilterSensitiveLog(obj.AppInstanceAdmin) }),
|
|
796
|
-
});
|
|
797
|
-
export const CreateAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
|
|
798
|
-
...obj,
|
|
799
|
-
...(obj.AppInstanceUserId && { AppInstanceUserId: SENSITIVE_STRING }),
|
|
800
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
801
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
802
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
803
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
804
|
-
});
|
|
805
|
-
export const CreateAppInstanceUserResponseFilterSensitiveLog = (obj) => ({
|
|
806
|
-
...obj,
|
|
807
|
-
});
|
|
808
|
-
export const CreateAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
809
|
-
...obj,
|
|
810
|
-
...(obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }),
|
|
811
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
812
|
-
});
|
|
813
|
-
export const CreateAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
814
|
-
...obj,
|
|
815
|
-
...(obj.Attendee && { Attendee: AttendeeFilterSensitiveLog(obj.Attendee) }),
|
|
816
|
-
});
|
|
817
|
-
export const CreateBotRequestFilterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
...(obj.DisplayName && { DisplayName: SENSITIVE_STRING }),
|
|
820
|
-
});
|
|
821
|
-
export const CreateBotResponseFilterSensitiveLog = (obj) => ({
|
|
822
|
-
...obj,
|
|
823
|
-
...(obj.Bot && { Bot: BotFilterSensitiveLog(obj.Bot) }),
|
|
824
|
-
});
|
|
825
|
-
export const CreateChannelRequestFilterSensitiveLog = (obj) => ({
|
|
826
|
-
...obj,
|
|
827
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
828
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
829
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
830
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
831
|
-
});
|
|
832
|
-
export const CreateChannelResponseFilterSensitiveLog = (obj) => ({
|
|
833
|
-
...obj,
|
|
834
|
-
});
|
|
835
|
-
export const CreateChannelBanRequestFilterSensitiveLog = (obj) => ({
|
|
836
|
-
...obj,
|
|
837
|
-
});
|
|
838
|
-
export const CreateChannelBanResponseFilterSensitiveLog = (obj) => ({
|
|
839
|
-
...obj,
|
|
840
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
841
|
-
});
|
|
842
|
-
export const CreateChannelMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
843
|
-
...obj,
|
|
844
|
-
});
|
|
845
|
-
export const CreateChannelMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
846
|
-
...obj,
|
|
847
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
848
|
-
});
|
|
849
|
-
export const CreateChannelModeratorRequestFilterSensitiveLog = (obj) => ({
|
|
850
|
-
...obj,
|
|
851
|
-
});
|
|
852
|
-
export const CreateChannelModeratorResponseFilterSensitiveLog = (obj) => ({
|
|
853
|
-
...obj,
|
|
854
|
-
...(obj.ChannelModerator && { ChannelModerator: IdentityFilterSensitiveLog(obj.ChannelModerator) }),
|
|
855
|
-
});
|
|
856
|
-
export const CreateMediaCapturePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
857
|
-
...obj,
|
|
858
|
-
...(obj.SourceArn && { SourceArn: SENSITIVE_STRING }),
|
|
859
|
-
...(obj.SinkArn && { SinkArn: SENSITIVE_STRING }),
|
|
860
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
861
|
-
...(obj.ChimeSdkMeetingConfiguration && {
|
|
862
|
-
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
863
|
-
}),
|
|
864
|
-
});
|
|
865
|
-
export const MediaCapturePipelineFilterSensitiveLog = (obj) => ({
|
|
866
|
-
...obj,
|
|
867
|
-
...(obj.SourceArn && { SourceArn: SENSITIVE_STRING }),
|
|
868
|
-
...(obj.SinkArn && { SinkArn: SENSITIVE_STRING }),
|
|
869
|
-
...(obj.ChimeSdkMeetingConfiguration && {
|
|
870
|
-
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
871
|
-
}),
|
|
872
|
-
});
|
|
873
|
-
export const CreateMediaCapturePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
874
|
-
...obj,
|
|
875
|
-
...(obj.MediaCapturePipeline && {
|
|
876
|
-
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
877
|
-
}),
|
|
878
|
-
});
|
|
879
|
-
export const MeetingNotificationConfigurationFilterSensitiveLog = (obj) => ({
|
|
880
|
-
...obj,
|
|
881
|
-
...(obj.SnsTopicArn && { SnsTopicArn: SENSITIVE_STRING }),
|
|
882
|
-
...(obj.SqsQueueArn && { SqsQueueArn: SENSITIVE_STRING }),
|
|
883
|
-
});
|
|
884
|
-
export const CreateMeetingRequestFilterSensitiveLog = (obj) => ({
|
|
885
|
-
...obj,
|
|
886
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
887
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: SENSITIVE_STRING }),
|
|
888
|
-
...(obj.MeetingHostId && { MeetingHostId: SENSITIVE_STRING }),
|
|
889
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
890
|
-
...(obj.NotificationsConfiguration && {
|
|
891
|
-
NotificationsConfiguration: MeetingNotificationConfigurationFilterSensitiveLog(obj.NotificationsConfiguration),
|
|
892
|
-
}),
|
|
893
|
-
});
|
|
894
|
-
export const MediaPlacementFilterSensitiveLog = (obj) => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
export const MeetingFilterSensitiveLog = (obj) => ({
|
|
898
|
-
...obj,
|
|
899
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: SENSITIVE_STRING }),
|
|
900
|
-
});
|
|
901
|
-
export const CreateMeetingResponseFilterSensitiveLog = (obj) => ({
|
|
902
|
-
...obj,
|
|
903
|
-
...(obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) }),
|
|
904
|
-
});
|
|
905
|
-
export const CreateMeetingDialOutRequestFilterSensitiveLog = (obj) => ({
|
|
906
|
-
...obj,
|
|
907
|
-
...(obj.FromPhoneNumber && { FromPhoneNumber: SENSITIVE_STRING }),
|
|
908
|
-
...(obj.ToPhoneNumber && { ToPhoneNumber: SENSITIVE_STRING }),
|
|
909
|
-
...(obj.JoinToken && { JoinToken: SENSITIVE_STRING }),
|
|
910
|
-
});
|
|
911
|
-
export const CreateMeetingDialOutResponseFilterSensitiveLog = (obj) => ({
|
|
912
|
-
...obj,
|
|
913
|
-
});
|
|
914
|
-
export const CreateMeetingWithAttendeesRequestFilterSensitiveLog = (obj) => ({
|
|
915
|
-
...obj,
|
|
916
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
917
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: SENSITIVE_STRING }),
|
|
918
|
-
...(obj.MeetingHostId && { MeetingHostId: SENSITIVE_STRING }),
|
|
919
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
920
|
-
...(obj.NotificationsConfiguration && {
|
|
921
|
-
NotificationsConfiguration: MeetingNotificationConfigurationFilterSensitiveLog(obj.NotificationsConfiguration),
|
|
922
|
-
}),
|
|
923
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => CreateAttendeeRequestItemFilterSensitiveLog(item)) }),
|
|
924
|
-
});
|
|
925
|
-
export const CreateMeetingWithAttendeesResponseFilterSensitiveLog = (obj) => ({
|
|
926
|
-
...obj,
|
|
927
|
-
...(obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) }),
|
|
928
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => AttendeeFilterSensitiveLog(item)) }),
|
|
929
|
-
...(obj.Errors && { Errors: obj.Errors.map((item) => CreateAttendeeErrorFilterSensitiveLog(item)) }),
|
|
930
|
-
});
|
|
931
|
-
export const CreatePhoneNumberOrderRequestFilterSensitiveLog = (obj) => ({
|
|
932
|
-
...obj,
|
|
933
|
-
...(obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }),
|
|
934
|
-
});
|
|
935
|
-
export const OrderedPhoneNumberFilterSensitiveLog = (obj) => ({
|
|
936
|
-
...obj,
|
|
937
|
-
...(obj.E164PhoneNumber && { E164PhoneNumber: SENSITIVE_STRING }),
|
|
938
|
-
});
|
|
939
|
-
export const PhoneNumberOrderFilterSensitiveLog = (obj) => ({
|
|
940
|
-
...obj,
|
|
941
|
-
...(obj.OrderedPhoneNumbers && {
|
|
942
|
-
OrderedPhoneNumbers: obj.OrderedPhoneNumbers.map((item) => OrderedPhoneNumberFilterSensitiveLog(item)),
|
|
943
|
-
}),
|
|
944
|
-
});
|
|
945
|
-
export const CreatePhoneNumberOrderResponseFilterSensitiveLog = (obj) => ({
|
|
946
|
-
...obj,
|
|
947
|
-
...(obj.PhoneNumberOrder && { PhoneNumberOrder: PhoneNumberOrderFilterSensitiveLog(obj.PhoneNumberOrder) }),
|
|
948
|
-
});
|
|
949
|
-
export const GeoMatchParamsFilterSensitiveLog = (obj) => ({
|
|
950
|
-
...obj,
|
|
951
|
-
});
|
|
952
|
-
export const CreateProxySessionRequestFilterSensitiveLog = (obj) => ({
|
|
953
|
-
...obj,
|
|
954
|
-
...(obj.ParticipantPhoneNumbers && { ParticipantPhoneNumbers: SENSITIVE_STRING }),
|
|
955
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
956
|
-
});
|
|
957
|
-
export const ParticipantFilterSensitiveLog = (obj) => ({
|
|
958
|
-
...obj,
|
|
959
|
-
...(obj.PhoneNumber && { PhoneNumber: SENSITIVE_STRING }),
|
|
960
|
-
...(obj.ProxyPhoneNumber && { ProxyPhoneNumber: SENSITIVE_STRING }),
|
|
961
|
-
});
|
|
962
|
-
export const ProxySessionFilterSensitiveLog = (obj) => ({
|
|
963
|
-
...obj,
|
|
964
|
-
...(obj.Participants && { Participants: obj.Participants.map((item) => ParticipantFilterSensitiveLog(item)) }),
|
|
965
|
-
});
|
|
966
|
-
export const CreateProxySessionResponseFilterSensitiveLog = (obj) => ({
|
|
967
|
-
...obj,
|
|
968
|
-
...(obj.ProxySession && { ProxySession: ProxySessionFilterSensitiveLog(obj.ProxySession) }),
|
|
969
|
-
});
|
|
970
|
-
export const CreateRoomRequestFilterSensitiveLog = (obj) => ({
|
|
971
|
-
...obj,
|
|
972
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
973
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
974
|
-
});
|
|
975
|
-
export const RoomFilterSensitiveLog = (obj) => ({
|
|
976
|
-
...obj,
|
|
977
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
978
|
-
});
|
|
979
|
-
export const CreateRoomResponseFilterSensitiveLog = (obj) => ({
|
|
980
|
-
...obj,
|
|
981
|
-
...(obj.Room && { Room: RoomFilterSensitiveLog(obj.Room) }),
|
|
982
|
-
});
|
|
983
|
-
export const CreateRoomMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
984
|
-
...obj,
|
|
985
|
-
});
|
|
986
|
-
export const MemberFilterSensitiveLog = (obj) => ({
|
|
987
|
-
...obj,
|
|
988
|
-
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
989
|
-
...(obj.FullName && { FullName: SENSITIVE_STRING }),
|
|
990
|
-
});
|
|
991
|
-
export const RoomMembershipFilterSensitiveLog = (obj) => ({
|
|
992
|
-
...obj,
|
|
993
|
-
...(obj.Member && { Member: MemberFilterSensitiveLog(obj.Member) }),
|
|
994
|
-
});
|
|
995
|
-
export const CreateRoomMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
996
|
-
...obj,
|
|
997
|
-
...(obj.RoomMembership && { RoomMembership: RoomMembershipFilterSensitiveLog(obj.RoomMembership) }),
|
|
998
|
-
});
|
|
999
|
-
export const SipMediaApplicationEndpointFilterSensitiveLog = (obj) => ({
|
|
1000
|
-
...obj,
|
|
1001
|
-
...(obj.LambdaArn && { LambdaArn: SENSITIVE_STRING }),
|
|
1002
|
-
});
|
|
1003
|
-
export const CreateSipMediaApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
1004
|
-
...obj,
|
|
1005
|
-
...(obj.Endpoints && { Endpoints: obj.Endpoints.map((item) => SipMediaApplicationEndpointFilterSensitiveLog(item)) }),
|
|
1006
|
-
});
|
|
1007
|
-
export const SipMediaApplicationFilterSensitiveLog = (obj) => ({
|
|
1008
|
-
...obj,
|
|
1009
|
-
...(obj.Endpoints && { Endpoints: obj.Endpoints.map((item) => SipMediaApplicationEndpointFilterSensitiveLog(item)) }),
|
|
1010
|
-
});
|
|
1011
|
-
export const CreateSipMediaApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
1012
|
-
...obj,
|
|
1013
|
-
...(obj.SipMediaApplication && {
|
|
1014
|
-
SipMediaApplication: SipMediaApplicationFilterSensitiveLog(obj.SipMediaApplication),
|
|
1015
|
-
}),
|
|
1016
|
-
});
|
|
1017
|
-
export const CreateSipMediaApplicationCallRequestFilterSensitiveLog = (obj) => ({
|
|
1018
|
-
...obj,
|
|
1019
|
-
...(obj.FromPhoneNumber && { FromPhoneNumber: SENSITIVE_STRING }),
|
|
1020
|
-
...(obj.ToPhoneNumber && { ToPhoneNumber: SENSITIVE_STRING }),
|
|
1021
|
-
...(obj.SipHeaders && { SipHeaders: SENSITIVE_STRING }),
|
|
1022
|
-
});
|
|
1023
|
-
export const SipMediaApplicationCallFilterSensitiveLog = (obj) => ({
|
|
1024
|
-
...obj,
|
|
1025
|
-
});
|
|
1026
|
-
export const CreateSipMediaApplicationCallResponseFilterSensitiveLog = (obj) => ({
|
|
1027
|
-
...obj,
|
|
1028
|
-
});
|
|
1029
|
-
export const SipRuleTargetApplicationFilterSensitiveLog = (obj) => ({
|
|
1030
|
-
...obj,
|
|
1031
|
-
});
|
|
1032
|
-
export const CreateSipRuleRequestFilterSensitiveLog = (obj) => ({
|
|
1033
|
-
...obj,
|
|
1034
|
-
});
|
|
1035
|
-
export const SipRuleFilterSensitiveLog = (obj) => ({
|
|
1036
|
-
...obj,
|
|
1037
|
-
});
|
|
1038
|
-
export const CreateSipRuleResponseFilterSensitiveLog = (obj) => ({
|
|
1039
|
-
...obj,
|
|
1040
|
-
});
|
|
1041
|
-
export const CreateUserRequestFilterSensitiveLog = (obj) => ({
|
|
1042
|
-
...obj,
|
|
1043
|
-
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
1044
|
-
});
|
|
1045
|
-
export const UserFilterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
...(obj.PrimaryEmail && { PrimaryEmail: SENSITIVE_STRING }),
|
|
1048
|
-
...(obj.PrimaryProvisionedNumber && { PrimaryProvisionedNumber: SENSITIVE_STRING }),
|
|
1049
|
-
...(obj.DisplayName && { DisplayName: SENSITIVE_STRING }),
|
|
1050
|
-
...(obj.AlexaForBusinessMetadata && {
|
|
1051
|
-
AlexaForBusinessMetadata: AlexaForBusinessMetadataFilterSensitiveLog(obj.AlexaForBusinessMetadata),
|
|
1052
|
-
}),
|
|
1053
|
-
});
|
|
1054
|
-
export const CreateUserResponseFilterSensitiveLog = (obj) => ({
|
|
1055
|
-
...obj,
|
|
1056
|
-
...(obj.User && { User: UserFilterSensitiveLog(obj.User) }),
|
|
1057
|
-
});
|
|
1058
|
-
export const CreateVoiceConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
1059
|
-
...obj,
|
|
1060
|
-
});
|
|
1061
|
-
export const VoiceConnectorFilterSensitiveLog = (obj) => ({
|
|
1062
|
-
...obj,
|
|
1063
|
-
});
|
|
1064
|
-
export const CreateVoiceConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
1065
|
-
...obj,
|
|
1066
|
-
});
|
|
1067
|
-
export const VoiceConnectorItemFilterSensitiveLog = (obj) => ({
|
|
1068
|
-
...obj,
|
|
1069
|
-
});
|
|
1070
|
-
export const CreateVoiceConnectorGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1071
|
-
...obj,
|
|
1072
|
-
});
|
|
1073
|
-
export const VoiceConnectorGroupFilterSensitiveLog = (obj) => ({
|
|
1074
|
-
...obj,
|
|
1075
|
-
});
|
|
1076
|
-
export const CreateVoiceConnectorGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1077
|
-
...obj,
|
|
1078
|
-
});
|
|
1079
|
-
export const CredentialFilterSensitiveLog = (obj) => ({
|
|
1080
|
-
...obj,
|
|
1081
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
1082
|
-
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
1083
|
-
});
|
|
1084
|
-
export const DeleteAccountRequestFilterSensitiveLog = (obj) => ({
|
|
1085
|
-
...obj,
|
|
1086
|
-
});
|
|
1087
|
-
export const DeleteAccountResponseFilterSensitiveLog = (obj) => ({
|
|
1088
|
-
...obj,
|
|
1089
|
-
});
|
|
1090
|
-
export const DeleteAppInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1091
|
-
...obj,
|
|
1092
|
-
});
|
|
1093
|
-
export const DeleteAppInstanceAdminRequestFilterSensitiveLog = (obj) => ({
|
|
1094
|
-
...obj,
|
|
1095
|
-
});
|
|
1096
|
-
export const DeleteAppInstanceStreamingConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
1097
|
-
...obj,
|
|
1098
|
-
});
|
|
1099
|
-
export const DeleteAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
|
|
1100
|
-
...obj,
|
|
1101
|
-
});
|
|
1102
|
-
export const DeleteAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
1103
|
-
...obj,
|
|
1104
|
-
});
|
|
1105
|
-
export const DeleteChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1106
|
-
...obj,
|
|
1107
|
-
});
|
|
1108
|
-
export const DeleteChannelBanRequestFilterSensitiveLog = (obj) => ({
|
|
1109
|
-
...obj,
|
|
1110
|
-
});
|
|
1111
|
-
export const DeleteChannelMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
1112
|
-
...obj,
|
|
1113
|
-
});
|
|
1114
|
-
export const DeleteChannelMessageRequestFilterSensitiveLog = (obj) => ({
|
|
1115
|
-
...obj,
|
|
1116
|
-
});
|
|
1117
|
-
export const DeleteChannelModeratorRequestFilterSensitiveLog = (obj) => ({
|
|
1118
|
-
...obj,
|
|
1119
|
-
});
|
|
1120
|
-
export const DeleteEventsConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1121
|
-
...obj,
|
|
1122
|
-
});
|
|
1123
|
-
export const DeleteMediaCapturePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
1124
|
-
...obj,
|
|
1125
|
-
});
|
|
1126
|
-
export const DeleteMeetingRequestFilterSensitiveLog = (obj) => ({
|
|
1127
|
-
...obj,
|
|
1128
|
-
});
|
|
1129
|
-
export const DeletePhoneNumberRequestFilterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
export const DeleteProxySessionRequestFilterSensitiveLog = (obj) => ({
|
|
1133
|
-
...obj,
|
|
1134
|
-
});
|
|
1135
|
-
export const DeleteRoomRequestFilterSensitiveLog = (obj) => ({
|
|
1136
|
-
...obj,
|
|
1137
|
-
});
|
|
1138
|
-
export const DeleteRoomMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
1139
|
-
...obj,
|
|
1140
|
-
});
|
|
1141
|
-
export const DeleteSipMediaApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
1142
|
-
...obj,
|
|
1143
|
-
});
|
|
1144
|
-
export const DeleteSipRuleRequestFilterSensitiveLog = (obj) => ({
|
|
1145
|
-
...obj,
|
|
1146
|
-
});
|
|
1147
|
-
export const DeleteVoiceConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
1148
|
-
...obj,
|
|
1149
|
-
});
|
|
1150
|
-
export const DeleteVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1151
|
-
...obj,
|
|
1152
|
-
});
|
|
1153
|
-
export const DeleteVoiceConnectorGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1154
|
-
...obj,
|
|
1155
|
-
});
|
|
1156
|
-
export const DeleteVoiceConnectorOriginationRequestFilterSensitiveLog = (obj) => ({
|
|
1157
|
-
...obj,
|
|
1158
|
-
});
|
|
1159
|
-
export const DeleteVoiceConnectorProxyRequestFilterSensitiveLog = (obj) => ({
|
|
1160
|
-
...obj,
|
|
1161
|
-
});
|
|
1162
|
-
export const DeleteVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1163
|
-
...obj,
|
|
1164
|
-
});
|
|
1165
|
-
export const DeleteVoiceConnectorTerminationRequestFilterSensitiveLog = (obj) => ({
|
|
1166
|
-
...obj,
|
|
1167
|
-
});
|
|
1168
|
-
export const DeleteVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog = (obj) => ({
|
|
1169
|
-
...obj,
|
|
1170
|
-
...(obj.Usernames && { Usernames: SENSITIVE_STRING }),
|
|
1171
|
-
});
|
|
1172
|
-
export const DescribeAppInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1173
|
-
...obj,
|
|
1174
|
-
});
|
|
1175
|
-
export const DescribeAppInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
1176
|
-
...obj,
|
|
1177
|
-
...(obj.AppInstance && { AppInstance: AppInstanceFilterSensitiveLog(obj.AppInstance) }),
|
|
1178
|
-
});
|
|
1179
|
-
export const DescribeAppInstanceAdminRequestFilterSensitiveLog = (obj) => ({
|
|
1180
|
-
...obj,
|
|
1181
|
-
});
|
|
1182
|
-
export const DescribeAppInstanceAdminResponseFilterSensitiveLog = (obj) => ({
|
|
1183
|
-
...obj,
|
|
1184
|
-
...(obj.AppInstanceAdmin && { AppInstanceAdmin: AppInstanceAdminFilterSensitiveLog(obj.AppInstanceAdmin) }),
|
|
1185
|
-
});
|
|
1186
|
-
export const DescribeAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
|
|
1187
|
-
...obj,
|
|
1188
|
-
});
|
|
1189
|
-
export const DescribeAppInstanceUserResponseFilterSensitiveLog = (obj) => ({
|
|
1190
|
-
...obj,
|
|
1191
|
-
...(obj.AppInstanceUser && { AppInstanceUser: AppInstanceUserFilterSensitiveLog(obj.AppInstanceUser) }),
|
|
1192
|
-
});
|
|
1193
|
-
export const DescribeChannelRequestFilterSensitiveLog = (obj) => ({
|
|
1194
|
-
...obj,
|
|
1195
|
-
});
|
|
1196
|
-
export const DescribeChannelResponseFilterSensitiveLog = (obj) => ({
|
|
1197
|
-
...obj,
|
|
1198
|
-
...(obj.Channel && { Channel: ChannelFilterSensitiveLog(obj.Channel) }),
|
|
1199
|
-
});
|
|
1200
|
-
export const DescribeChannelBanRequestFilterSensitiveLog = (obj) => ({
|
|
1201
|
-
...obj,
|
|
1202
|
-
});
|
|
1203
|
-
export const DescribeChannelBanResponseFilterSensitiveLog = (obj) => ({
|
|
1204
|
-
...obj,
|
|
1205
|
-
...(obj.ChannelBan && { ChannelBan: ChannelBanFilterSensitiveLog(obj.ChannelBan) }),
|
|
1206
|
-
});
|
|
1207
|
-
export const DescribeChannelMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
1208
|
-
...obj,
|
|
1209
|
-
});
|
|
1210
|
-
export const DescribeChannelMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
1211
|
-
...obj,
|
|
1212
|
-
...(obj.ChannelMembership && { ChannelMembership: ChannelMembershipFilterSensitiveLog(obj.ChannelMembership) }),
|
|
1213
|
-
});
|
|
1214
|
-
export const DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
|
|
1215
|
-
...obj,
|
|
1216
|
-
});
|
|
1217
|
-
export const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog = (obj) => ({
|
|
1218
|
-
...obj,
|
|
1219
|
-
...(obj.ChannelMembership && {
|
|
1220
|
-
ChannelMembership: ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog(obj.ChannelMembership),
|
|
1221
|
-
}),
|
|
1222
|
-
});
|
|
1223
|
-
export const DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
|
|
1224
|
-
...obj,
|
|
1225
|
-
});
|
|
1226
|
-
export const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog = (obj) => ({
|
|
1227
|
-
...obj,
|
|
1228
|
-
...(obj.Channel && { Channel: ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog(obj.Channel) }),
|
|
1229
|
-
});
|
|
1230
|
-
export const DescribeChannelModeratorRequestFilterSensitiveLog = (obj) => ({
|
|
1231
|
-
...obj,
|
|
1232
|
-
});
|
|
1233
|
-
export const DescribeChannelModeratorResponseFilterSensitiveLog = (obj) => ({
|
|
1234
|
-
...obj,
|
|
1235
|
-
...(obj.ChannelModerator && { ChannelModerator: ChannelModeratorFilterSensitiveLog(obj.ChannelModerator) }),
|
|
1236
|
-
});
|
|
1237
|
-
export const DisassociatePhoneNumberFromUserRequestFilterSensitiveLog = (obj) => ({
|
|
1238
|
-
...obj,
|
|
1239
|
-
});
|
|
1240
|
-
export const DisassociatePhoneNumberFromUserResponseFilterSensitiveLog = (obj) => ({
|
|
1241
|
-
...obj,
|
|
1242
|
-
});
|
|
1243
|
-
export const DisassociatePhoneNumbersFromVoiceConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
1244
|
-
...obj,
|
|
1245
|
-
...(obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }),
|
|
1246
|
-
});
|
|
1247
|
-
export const DisassociatePhoneNumbersFromVoiceConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
1248
|
-
...obj,
|
|
1249
|
-
});
|
|
1250
|
-
export const DisassociatePhoneNumbersFromVoiceConnectorGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1251
|
-
...obj,
|
|
1252
|
-
...(obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }),
|
|
1253
|
-
});
|
|
1254
|
-
export const DisassociatePhoneNumbersFromVoiceConnectorGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1255
|
-
...obj,
|
|
1256
|
-
});
|
|
1257
|
-
export const DisassociateSigninDelegateGroupsFromAccountRequestFilterSensitiveLog = (obj) => ({
|
|
1258
|
-
...obj,
|
|
1259
|
-
});
|
|
1260
|
-
export const DisassociateSigninDelegateGroupsFromAccountResponseFilterSensitiveLog = (obj) => ({
|
|
1261
|
-
...obj,
|
|
1262
|
-
});
|
|
1263
|
-
export const DNISEmergencyCallingConfigurationFilterSensitiveLog = (obj) => ({
|
|
1264
|
-
...obj,
|
|
1265
|
-
...(obj.EmergencyPhoneNumber && { EmergencyPhoneNumber: SENSITIVE_STRING }),
|
|
1266
|
-
...(obj.TestPhoneNumber && { TestPhoneNumber: SENSITIVE_STRING }),
|
|
1267
|
-
});
|
|
1268
|
-
export const EmergencyCallingConfigurationFilterSensitiveLog = (obj) => ({
|
|
1269
|
-
...obj,
|
|
1270
|
-
...(obj.DNIS && { DNIS: obj.DNIS.map((item) => DNISEmergencyCallingConfigurationFilterSensitiveLog(item)) }),
|
|
1271
|
-
});
|
|
1272
|
-
export const EngineTranscribeMedicalSettingsFilterSensitiveLog = (obj) => ({
|
|
1273
|
-
...obj,
|
|
1274
|
-
});
|
|
1275
|
-
export const EngineTranscribeSettingsFilterSensitiveLog = (obj) => ({
|
|
1276
|
-
...obj,
|
|
1277
|
-
});
|
|
1278
|
-
export const EventsConfigurationFilterSensitiveLog = (obj) => ({
|
|
1279
|
-
...obj,
|
|
1280
|
-
...(obj.OutboundEventsHTTPSEndpoint && { OutboundEventsHTTPSEndpoint: SENSITIVE_STRING }),
|
|
1281
|
-
...(obj.LambdaFunctionArn && { LambdaFunctionArn: SENSITIVE_STRING }),
|
|
1282
|
-
});
|
|
1283
|
-
export const GetAccountRequestFilterSensitiveLog = (obj) => ({
|
|
1284
|
-
...obj,
|
|
1285
|
-
});
|
|
1286
|
-
export const GetAccountResponseFilterSensitiveLog = (obj) => ({
|
|
1287
|
-
...obj,
|
|
1288
|
-
});
|
|
1289
|
-
export const GetAccountSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
1290
|
-
...obj,
|
|
1291
|
-
});
|
|
1292
|
-
export const GetAccountSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
1293
|
-
...obj,
|
|
1294
|
-
});
|
|
1295
|
-
export const GetAppInstanceRetentionSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
1296
|
-
...obj,
|
|
1297
|
-
});
|
|
1298
|
-
export const GetAppInstanceRetentionSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
1299
|
-
...obj,
|
|
1300
|
-
});
|
|
1301
|
-
export const GetAppInstanceStreamingConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
1302
|
-
...obj,
|
|
1303
|
-
});
|
|
1304
|
-
export const GetAppInstanceStreamingConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
1305
|
-
...obj,
|
|
1306
|
-
...(obj.AppInstanceStreamingConfigurations && {
|
|
1307
|
-
AppInstanceStreamingConfigurations: obj.AppInstanceStreamingConfigurations.map((item) => AppInstanceStreamingConfigurationFilterSensitiveLog(item)),
|
|
1308
|
-
}),
|
|
1309
|
-
});
|
|
1310
|
-
export const GetAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
1311
|
-
...obj,
|
|
1312
|
-
});
|
|
1313
|
-
export const GetAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
1314
|
-
...obj,
|
|
1315
|
-
...(obj.Attendee && { Attendee: AttendeeFilterSensitiveLog(obj.Attendee) }),
|
|
1316
|
-
});
|
|
1317
|
-
export const GetBotRequestFilterSensitiveLog = (obj) => ({
|
|
1318
|
-
...obj,
|
|
1319
|
-
});
|
|
1320
|
-
export const GetBotResponseFilterSensitiveLog = (obj) => ({
|
|
1321
|
-
...obj,
|
|
1322
|
-
...(obj.Bot && { Bot: BotFilterSensitiveLog(obj.Bot) }),
|
|
1323
|
-
});
|
|
1324
|
-
export const GetChannelMessageRequestFilterSensitiveLog = (obj) => ({
|
|
1325
|
-
...obj,
|
|
1326
|
-
});
|
|
1327
|
-
export const GetChannelMessageResponseFilterSensitiveLog = (obj) => ({
|
|
1328
|
-
...obj,
|
|
1329
|
-
...(obj.ChannelMessage && { ChannelMessage: ChannelMessageFilterSensitiveLog(obj.ChannelMessage) }),
|
|
1330
|
-
});
|
|
1331
|
-
export const GetEventsConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1332
|
-
...obj,
|
|
1333
|
-
});
|
|
1334
|
-
export const GetEventsConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
1335
|
-
...obj,
|
|
1336
|
-
...(obj.EventsConfiguration && {
|
|
1337
|
-
EventsConfiguration: EventsConfigurationFilterSensitiveLog(obj.EventsConfiguration),
|
|
1338
|
-
}),
|
|
1339
|
-
});
|
|
1340
|
-
export const VoiceConnectorSettingsFilterSensitiveLog = (obj) => ({
|
|
1341
|
-
...obj,
|
|
1342
|
-
});
|
|
1343
|
-
export const GetGlobalSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
1344
|
-
...obj,
|
|
1345
|
-
});
|
|
1346
|
-
export const GetMediaCapturePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
1347
|
-
...obj,
|
|
1348
|
-
});
|
|
1349
|
-
export const GetMediaCapturePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
1350
|
-
...obj,
|
|
1351
|
-
...(obj.MediaCapturePipeline && {
|
|
1352
|
-
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
1353
|
-
}),
|
|
1354
|
-
});
|
|
1355
|
-
export const GetMeetingRequestFilterSensitiveLog = (obj) => ({
|
|
1356
|
-
...obj,
|
|
1357
|
-
});
|
|
1358
|
-
export const GetMeetingResponseFilterSensitiveLog = (obj) => ({
|
|
1359
|
-
...obj,
|
|
1360
|
-
...(obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) }),
|
|
1361
|
-
});
|
|
1362
|
-
export const GetMessagingSessionEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
1363
|
-
...obj,
|
|
1364
|
-
});
|
|
1365
|
-
export const MessagingSessionEndpointFilterSensitiveLog = (obj) => ({
|
|
1366
|
-
...obj,
|
|
1367
|
-
});
|
|
1368
|
-
export const GetMessagingSessionEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
1369
|
-
...obj,
|
|
1370
|
-
});
|
|
1371
|
-
export const GetPhoneNumberRequestFilterSensitiveLog = (obj) => ({
|
|
1372
|
-
...obj,
|
|
1373
|
-
});
|
|
1374
|
-
export const PhoneNumberAssociationFilterSensitiveLog = (obj) => ({
|
|
1375
|
-
...obj,
|
|
1376
|
-
});
|
|
1377
|
-
export const PhoneNumberCapabilitiesFilterSensitiveLog = (obj) => ({
|
|
1378
|
-
...obj,
|
|
1379
|
-
});
|
|
1380
|
-
export const PhoneNumberFilterSensitiveLog = (obj) => ({
|
|
1381
|
-
...obj,
|
|
1382
|
-
...(obj.E164PhoneNumber && { E164PhoneNumber: SENSITIVE_STRING }),
|
|
1383
|
-
...(obj.CallingName && { CallingName: SENSITIVE_STRING }),
|
|
1384
|
-
});
|
|
1385
|
-
export const GetPhoneNumberResponseFilterSensitiveLog = (obj) => ({
|
|
1386
|
-
...obj,
|
|
1387
|
-
...(obj.PhoneNumber && { PhoneNumber: PhoneNumberFilterSensitiveLog(obj.PhoneNumber) }),
|
|
1388
|
-
});
|
|
1389
|
-
export const GetPhoneNumberOrderRequestFilterSensitiveLog = (obj) => ({
|
|
1390
|
-
...obj,
|
|
1391
|
-
});
|
|
1392
|
-
export const GetPhoneNumberOrderResponseFilterSensitiveLog = (obj) => ({
|
|
1393
|
-
...obj,
|
|
1394
|
-
...(obj.PhoneNumberOrder && { PhoneNumberOrder: PhoneNumberOrderFilterSensitiveLog(obj.PhoneNumberOrder) }),
|
|
1395
|
-
});
|
|
1396
|
-
export const GetPhoneNumberSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
1397
|
-
...obj,
|
|
1398
|
-
...(obj.CallingName && { CallingName: SENSITIVE_STRING }),
|
|
1399
|
-
});
|
|
1400
|
-
export const GetProxySessionRequestFilterSensitiveLog = (obj) => ({
|
|
1401
|
-
...obj,
|
|
1402
|
-
});
|
|
1403
|
-
export const GetProxySessionResponseFilterSensitiveLog = (obj) => ({
|
|
1404
|
-
...obj,
|
|
1405
|
-
...(obj.ProxySession && { ProxySession: ProxySessionFilterSensitiveLog(obj.ProxySession) }),
|
|
1406
|
-
});
|
|
1407
|
-
export const GetRetentionSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
1408
|
-
...obj,
|
|
1409
|
-
});
|
|
708
|
+
}))); };
|
|
709
|
+
export var GetAttendeeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
+
export var GetAttendeeResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attendee && { Attendee: AttendeeFilterSensitiveLog(obj.Attendee) }))); };
|
|
711
|
+
export var GetBotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
+
export var GetBotResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Bot && { Bot: BotFilterSensitiveLog(obj.Bot) }))); };
|
|
713
|
+
export var GetChannelMessageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
export var GetChannelMessageResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ChannelMessage && { ChannelMessage: ChannelMessageFilterSensitiveLog(obj.ChannelMessage) }))); };
|
|
715
|
+
export var GetEventsConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var GetEventsConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EventsConfiguration && {
|
|
717
|
+
EventsConfiguration: EventsConfigurationFilterSensitiveLog(obj.EventsConfiguration),
|
|
718
|
+
}))); };
|
|
719
|
+
export var VoiceConnectorSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var GetGlobalSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var GetMediaCapturePipelineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
export var GetMediaCapturePipelineResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MediaCapturePipeline && {
|
|
723
|
+
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
724
|
+
}))); };
|
|
725
|
+
export var GetMeetingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var GetMeetingResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) }))); };
|
|
727
|
+
export var GetMessagingSessionEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var MessagingSessionEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
export var GetMessagingSessionEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
export var GetPhoneNumberRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
export var PhoneNumberAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
+
export var PhoneNumberCapabilitiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
+
export var PhoneNumberFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.E164PhoneNumber && { E164PhoneNumber: SENSITIVE_STRING })), (obj.CallingName && { CallingName: SENSITIVE_STRING }))); };
|
|
734
|
+
export var GetPhoneNumberResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PhoneNumber && { PhoneNumber: PhoneNumberFilterSensitiveLog(obj.PhoneNumber) }))); };
|
|
735
|
+
export var GetPhoneNumberOrderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
export var GetPhoneNumberOrderResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PhoneNumberOrder && { PhoneNumberOrder: PhoneNumberOrderFilterSensitiveLog(obj.PhoneNumberOrder) }))); };
|
|
737
|
+
export var GetPhoneNumberSettingsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CallingName && { CallingName: SENSITIVE_STRING }))); };
|
|
738
|
+
export var GetProxySessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
+
export var GetProxySessionResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ProxySession && { ProxySession: ProxySessionFilterSensitiveLog(obj.ProxySession) }))); };
|
|
740
|
+
export var GetRetentionSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|