@aws-sdk/client-chime 3.181.0 → 3.183.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-es/Chime.js +766 -773
- package/dist-es/ChimeClient.js +22 -28
- package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +21 -28
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +21 -28
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +21 -28
- package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +21 -28
- package/dist-es/commands/BatchCreateAttendeeCommand.js +21 -28
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +21 -28
- package/dist-es/commands/BatchCreateRoomMembershipCommand.js +21 -28
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js +21 -28
- package/dist-es/commands/BatchSuspendUserCommand.js +21 -28
- package/dist-es/commands/BatchUnsuspendUserCommand.js +21 -28
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +21 -28
- package/dist-es/commands/BatchUpdateUserCommand.js +21 -28
- package/dist-es/commands/CreateAccountCommand.js +21 -28
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +21 -28
- package/dist-es/commands/CreateAppInstanceCommand.js +21 -28
- package/dist-es/commands/CreateAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/CreateAttendeeCommand.js +21 -28
- package/dist-es/commands/CreateBotCommand.js +21 -28
- package/dist-es/commands/CreateChannelBanCommand.js +21 -28
- package/dist-es/commands/CreateChannelCommand.js +21 -28
- package/dist-es/commands/CreateChannelMembershipCommand.js +21 -28
- package/dist-es/commands/CreateChannelModeratorCommand.js +21 -28
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +21 -28
- package/dist-es/commands/CreateMeetingCommand.js +21 -28
- package/dist-es/commands/CreateMeetingDialOutCommand.js +21 -28
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +21 -28
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js +21 -28
- package/dist-es/commands/CreateProxySessionCommand.js +21 -28
- package/dist-es/commands/CreateRoomCommand.js +21 -28
- package/dist-es/commands/CreateRoomMembershipCommand.js +21 -28
- package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +21 -28
- package/dist-es/commands/CreateSipMediaApplicationCommand.js +21 -28
- package/dist-es/commands/CreateSipRuleCommand.js +21 -28
- package/dist-es/commands/CreateUserCommand.js +21 -28
- package/dist-es/commands/CreateVoiceConnectorCommand.js +21 -28
- package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +21 -28
- package/dist-es/commands/DeleteAccountCommand.js +21 -28
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +22 -29
- package/dist-es/commands/DeleteAppInstanceCommand.js +22 -29
- package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +22 -29
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +22 -29
- package/dist-es/commands/DeleteAttendeeCommand.js +22 -29
- package/dist-es/commands/DeleteChannelBanCommand.js +22 -29
- package/dist-es/commands/DeleteChannelCommand.js +22 -29
- package/dist-es/commands/DeleteChannelMembershipCommand.js +22 -29
- package/dist-es/commands/DeleteChannelMessageCommand.js +22 -29
- package/dist-es/commands/DeleteChannelModeratorCommand.js +22 -29
- package/dist-es/commands/DeleteEventsConfigurationCommand.js +22 -29
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +22 -29
- package/dist-es/commands/DeleteMeetingCommand.js +22 -29
- package/dist-es/commands/DeletePhoneNumberCommand.js +22 -29
- package/dist-es/commands/DeleteProxySessionCommand.js +22 -29
- package/dist-es/commands/DeleteRoomCommand.js +22 -29
- package/dist-es/commands/DeleteRoomMembershipCommand.js +22 -29
- package/dist-es/commands/DeleteSipMediaApplicationCommand.js +22 -29
- package/dist-es/commands/DeleteSipRuleCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +22 -29
- package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +22 -29
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +21 -28
- package/dist-es/commands/DescribeAppInstanceCommand.js +21 -28
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/DescribeChannelBanCommand.js +21 -28
- package/dist-es/commands/DescribeChannelCommand.js +21 -28
- package/dist-es/commands/DescribeChannelMembershipCommand.js +21 -28
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/DescribeChannelModeratorCommand.js +21 -28
- package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +21 -28
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +21 -28
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +21 -28
- package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +21 -28
- package/dist-es/commands/GetAccountCommand.js +21 -28
- package/dist-es/commands/GetAccountSettingsCommand.js +21 -28
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +21 -28
- package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +21 -28
- package/dist-es/commands/GetAttendeeCommand.js +21 -28
- package/dist-es/commands/GetBotCommand.js +21 -28
- package/dist-es/commands/GetChannelMessageCommand.js +21 -28
- package/dist-es/commands/GetEventsConfigurationCommand.js +21 -28
- package/dist-es/commands/GetGlobalSettingsCommand.js +22 -29
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +21 -28
- package/dist-es/commands/GetMeetingCommand.js +21 -28
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +21 -28
- package/dist-es/commands/GetPhoneNumberCommand.js +21 -28
- package/dist-es/commands/GetPhoneNumberOrderCommand.js +21 -28
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js +22 -29
- package/dist-es/commands/GetProxySessionCommand.js +21 -28
- package/dist-es/commands/GetRetentionSettingsCommand.js +21 -28
- package/dist-es/commands/GetRoomCommand.js +21 -28
- package/dist-es/commands/GetSipMediaApplicationCommand.js +21 -28
- package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +21 -28
- package/dist-es/commands/GetSipRuleCommand.js +21 -28
- package/dist-es/commands/GetUserCommand.js +21 -28
- package/dist-es/commands/GetUserSettingsCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorGroupCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorProxyCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +21 -28
- package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +21 -28
- package/dist-es/commands/InviteUsersCommand.js +21 -28
- package/dist-es/commands/ListAccountsCommand.js +21 -28
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +21 -28
- package/dist-es/commands/ListAppInstanceUsersCommand.js +21 -28
- package/dist-es/commands/ListAppInstancesCommand.js +21 -28
- package/dist-es/commands/ListAttendeeTagsCommand.js +21 -28
- package/dist-es/commands/ListAttendeesCommand.js +21 -28
- package/dist-es/commands/ListBotsCommand.js +21 -28
- package/dist-es/commands/ListChannelBansCommand.js +21 -28
- package/dist-es/commands/ListChannelMembershipsCommand.js +21 -28
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/ListChannelMessagesCommand.js +21 -28
- package/dist-es/commands/ListChannelModeratorsCommand.js +21 -28
- package/dist-es/commands/ListChannelsCommand.js +21 -28
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +21 -28
- package/dist-es/commands/ListMeetingTagsCommand.js +21 -28
- package/dist-es/commands/ListMeetingsCommand.js +21 -28
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +21 -28
- package/dist-es/commands/ListPhoneNumbersCommand.js +21 -28
- package/dist-es/commands/ListProxySessionsCommand.js +21 -28
- package/dist-es/commands/ListRoomMembershipsCommand.js +21 -28
- package/dist-es/commands/ListRoomsCommand.js +21 -28
- package/dist-es/commands/ListSipMediaApplicationsCommand.js +21 -28
- package/dist-es/commands/ListSipRulesCommand.js +21 -28
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListUsersCommand.js +21 -28
- package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +21 -28
- package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +21 -28
- package/dist-es/commands/ListVoiceConnectorsCommand.js +21 -28
- package/dist-es/commands/LogoutUserCommand.js +21 -28
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +21 -28
- package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +21 -28
- package/dist-es/commands/PutEventsConfigurationCommand.js +21 -28
- package/dist-es/commands/PutRetentionSettingsCommand.js +21 -28
- package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorProxyCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +21 -28
- package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +22 -29
- package/dist-es/commands/RedactChannelMessageCommand.js +21 -28
- package/dist-es/commands/RedactConversationMessageCommand.js +21 -28
- package/dist-es/commands/RedactRoomMessageCommand.js +21 -28
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +21 -28
- package/dist-es/commands/ResetPersonalPINCommand.js +21 -28
- package/dist-es/commands/RestorePhoneNumberCommand.js +21 -28
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +21 -28
- package/dist-es/commands/SendChannelMessageCommand.js +21 -28
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +21 -28
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +21 -28
- package/dist-es/commands/TagAttendeeCommand.js +22 -29
- package/dist-es/commands/TagMeetingCommand.js +22 -29
- package/dist-es/commands/TagResourceCommand.js +22 -29
- package/dist-es/commands/UntagAttendeeCommand.js +22 -29
- package/dist-es/commands/UntagMeetingCommand.js +22 -29
- package/dist-es/commands/UntagResourceCommand.js +22 -29
- package/dist-es/commands/UpdateAccountCommand.js +21 -28
- package/dist-es/commands/UpdateAccountSettingsCommand.js +21 -28
- package/dist-es/commands/UpdateAppInstanceCommand.js +21 -28
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +21 -28
- package/dist-es/commands/UpdateBotCommand.js +21 -28
- package/dist-es/commands/UpdateChannelCommand.js +21 -28
- package/dist-es/commands/UpdateChannelMessageCommand.js +21 -28
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +21 -28
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +22 -29
- package/dist-es/commands/UpdatePhoneNumberCommand.js +21 -28
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +22 -29
- package/dist-es/commands/UpdateProxySessionCommand.js +21 -28
- package/dist-es/commands/UpdateRoomCommand.js +21 -28
- package/dist-es/commands/UpdateRoomMembershipCommand.js +21 -28
- package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +21 -28
- package/dist-es/commands/UpdateSipMediaApplicationCommand.js +21 -28
- package/dist-es/commands/UpdateSipRuleCommand.js +21 -28
- package/dist-es/commands/UpdateUserCommand.js +21 -28
- package/dist-es/commands/UpdateUserSettingsCommand.js +22 -29
- package/dist-es/commands/UpdateVoiceConnectorCommand.js +21 -28
- package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +21 -28
- package/dist-es/commands/ValidateE911AddressCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ChimeServiceException.js +5 -10
- package/dist-es/models/models_0.js +1092 -423
- package/dist-es/models/models_1.js +750 -243
- package/dist-es/pagination/ListAccountsPaginator.js +25 -68
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +25 -68
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js +25 -68
- package/dist-es/pagination/ListAppInstancesPaginator.js +25 -68
- package/dist-es/pagination/ListAttendeesPaginator.js +25 -68
- package/dist-es/pagination/ListBotsPaginator.js +25 -68
- package/dist-es/pagination/ListChannelBansPaginator.js +25 -68
- package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +25 -68
- package/dist-es/pagination/ListChannelMembershipsPaginator.js +25 -68
- package/dist-es/pagination/ListChannelMessagesPaginator.js +25 -68
- package/dist-es/pagination/ListChannelModeratorsPaginator.js +25 -68
- package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +25 -68
- package/dist-es/pagination/ListChannelsPaginator.js +25 -68
- package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +25 -68
- package/dist-es/pagination/ListMeetingsPaginator.js +25 -68
- package/dist-es/pagination/ListPhoneNumberOrdersPaginator.js +25 -68
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +25 -68
- package/dist-es/pagination/ListProxySessionsPaginator.js +25 -68
- package/dist-es/pagination/ListRoomMembershipsPaginator.js +25 -68
- package/dist-es/pagination/ListRoomsPaginator.js +25 -68
- package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +25 -68
- package/dist-es/pagination/ListSipRulesPaginator.js +25 -68
- package/dist-es/pagination/ListUsersPaginator.js +25 -68
- package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListVoiceConnectorsPaginator.js +25 -68
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +25 -68
- package/dist-es/protocols/Aws_restJson1.js +14645 -20959
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
import { ChimeServiceException as __BaseException } from "./ChimeServiceException";
|
|
4
3
|
export var ErrorCode;
|
|
@@ -19,20 +18,20 @@ export var ErrorCode;
|
|
|
19
18
|
ErrorCode["Unprocessable"] = "Unprocessable";
|
|
20
19
|
ErrorCode["VoiceConnectorGroupAssociationsExist"] = "VoiceConnectorGroupAssociationsExist";
|
|
21
20
|
})(ErrorCode || (ErrorCode = {}));
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
21
|
+
export class AccessDeniedException extends __BaseException {
|
|
22
|
+
constructor(opts) {
|
|
23
|
+
super({
|
|
24
|
+
name: "AccessDeniedException",
|
|
25
|
+
$fault: "client",
|
|
26
|
+
...opts,
|
|
27
|
+
});
|
|
28
|
+
this.name = "AccessDeniedException";
|
|
29
|
+
this.$fault = "client";
|
|
30
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
31
|
+
this.Code = opts.Code;
|
|
32
|
+
this.Message = opts.Message;
|
|
32
33
|
}
|
|
33
|
-
|
|
34
|
-
}(__BaseException));
|
|
35
|
-
export { AccessDeniedException };
|
|
34
|
+
}
|
|
36
35
|
export var AccountStatus;
|
|
37
36
|
(function (AccountStatus) {
|
|
38
37
|
AccountStatus["Active"] = "Active";
|
|
@@ -80,118 +79,118 @@ export var VideoMuxType;
|
|
|
80
79
|
(function (VideoMuxType) {
|
|
81
80
|
VideoMuxType["VideoOnly"] = "VideoOnly";
|
|
82
81
|
})(VideoMuxType || (VideoMuxType = {}));
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
82
|
+
export class BadRequestException extends __BaseException {
|
|
83
|
+
constructor(opts) {
|
|
84
|
+
super({
|
|
85
|
+
name: "BadRequestException",
|
|
86
|
+
$fault: "client",
|
|
87
|
+
...opts,
|
|
88
|
+
});
|
|
89
|
+
this.name = "BadRequestException";
|
|
90
|
+
this.$fault = "client";
|
|
91
|
+
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
92
|
+
this.Code = opts.Code;
|
|
93
|
+
this.Message = opts.Message;
|
|
93
94
|
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
95
|
+
}
|
|
96
|
+
export class ForbiddenException extends __BaseException {
|
|
97
|
+
constructor(opts) {
|
|
98
|
+
super({
|
|
99
|
+
name: "ForbiddenException",
|
|
100
|
+
$fault: "client",
|
|
101
|
+
...opts,
|
|
102
|
+
});
|
|
103
|
+
this.name = "ForbiddenException";
|
|
104
|
+
this.$fault = "client";
|
|
105
|
+
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
106
|
+
this.Code = opts.Code;
|
|
107
|
+
this.Message = opts.Message;
|
|
107
108
|
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
109
|
+
}
|
|
110
|
+
export class NotFoundException extends __BaseException {
|
|
111
|
+
constructor(opts) {
|
|
112
|
+
super({
|
|
113
|
+
name: "NotFoundException",
|
|
114
|
+
$fault: "client",
|
|
115
|
+
...opts,
|
|
116
|
+
});
|
|
117
|
+
this.name = "NotFoundException";
|
|
118
|
+
this.$fault = "client";
|
|
119
|
+
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
120
|
+
this.Code = opts.Code;
|
|
121
|
+
this.Message = opts.Message;
|
|
121
122
|
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
123
|
+
}
|
|
124
|
+
export class ServiceFailureException extends __BaseException {
|
|
125
|
+
constructor(opts) {
|
|
126
|
+
super({
|
|
127
|
+
name: "ServiceFailureException",
|
|
128
|
+
$fault: "server",
|
|
129
|
+
...opts,
|
|
130
|
+
});
|
|
131
|
+
this.name = "ServiceFailureException";
|
|
132
|
+
this.$fault = "server";
|
|
133
|
+
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
134
|
+
this.Code = opts.Code;
|
|
135
|
+
this.Message = opts.Message;
|
|
135
136
|
}
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
137
|
+
}
|
|
138
|
+
export class ServiceUnavailableException extends __BaseException {
|
|
139
|
+
constructor(opts) {
|
|
140
|
+
super({
|
|
141
|
+
name: "ServiceUnavailableException",
|
|
142
|
+
$fault: "server",
|
|
143
|
+
...opts,
|
|
144
|
+
});
|
|
145
|
+
this.name = "ServiceUnavailableException";
|
|
146
|
+
this.$fault = "server";
|
|
147
|
+
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
148
|
+
this.Code = opts.Code;
|
|
149
|
+
this.Message = opts.Message;
|
|
149
150
|
}
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
151
|
+
}
|
|
152
|
+
export class ThrottledClientException extends __BaseException {
|
|
153
|
+
constructor(opts) {
|
|
154
|
+
super({
|
|
155
|
+
name: "ThrottledClientException",
|
|
156
|
+
$fault: "client",
|
|
157
|
+
...opts,
|
|
158
|
+
});
|
|
159
|
+
this.name = "ThrottledClientException";
|
|
160
|
+
this.$fault = "client";
|
|
161
|
+
Object.setPrototypeOf(this, ThrottledClientException.prototype);
|
|
162
|
+
this.Code = opts.Code;
|
|
163
|
+
this.Message = opts.Message;
|
|
163
164
|
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
165
|
+
}
|
|
166
|
+
export class UnauthorizedClientException extends __BaseException {
|
|
167
|
+
constructor(opts) {
|
|
168
|
+
super({
|
|
169
|
+
name: "UnauthorizedClientException",
|
|
170
|
+
$fault: "client",
|
|
171
|
+
...opts,
|
|
172
|
+
});
|
|
173
|
+
this.name = "UnauthorizedClientException";
|
|
174
|
+
this.$fault = "client";
|
|
175
|
+
Object.setPrototypeOf(this, UnauthorizedClientException.prototype);
|
|
176
|
+
this.Code = opts.Code;
|
|
177
|
+
this.Message = opts.Message;
|
|
177
178
|
}
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
179
|
+
}
|
|
180
|
+
export class ResourceLimitExceededException extends __BaseException {
|
|
181
|
+
constructor(opts) {
|
|
182
|
+
super({
|
|
183
|
+
name: "ResourceLimitExceededException",
|
|
184
|
+
$fault: "client",
|
|
185
|
+
...opts,
|
|
186
|
+
});
|
|
187
|
+
this.name = "ResourceLimitExceededException";
|
|
188
|
+
this.$fault = "client";
|
|
189
|
+
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
190
|
+
this.Code = opts.Code;
|
|
191
|
+
this.Message = opts.Message;
|
|
191
192
|
}
|
|
192
|
-
|
|
193
|
-
}(__BaseException));
|
|
194
|
-
export { ResourceLimitExceededException };
|
|
193
|
+
}
|
|
195
194
|
export var RoomMembershipRole;
|
|
196
195
|
(function (RoomMembershipRole) {
|
|
197
196
|
RoomMembershipRole["Administrator"] = "Administrator";
|
|
@@ -244,20 +243,20 @@ export var ChannelMessageType;
|
|
|
244
243
|
ChannelMessageType["CONTROL"] = "CONTROL";
|
|
245
244
|
ChannelMessageType["STANDARD"] = "STANDARD";
|
|
246
245
|
})(ChannelMessageType || (ChannelMessageType = {}));
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
246
|
+
export class ConflictException extends __BaseException {
|
|
247
|
+
constructor(opts) {
|
|
248
|
+
super({
|
|
249
|
+
name: "ConflictException",
|
|
250
|
+
$fault: "client",
|
|
251
|
+
...opts,
|
|
252
|
+
});
|
|
253
|
+
this.name = "ConflictException";
|
|
254
|
+
this.$fault = "client";
|
|
255
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
256
|
+
this.Code = opts.Code;
|
|
257
|
+
this.Message = opts.Message;
|
|
257
258
|
}
|
|
258
|
-
|
|
259
|
-
}(__BaseException));
|
|
260
|
-
export { ConflictException };
|
|
259
|
+
}
|
|
261
260
|
export var MediaPipelineSinkType;
|
|
262
261
|
(function (MediaPipelineSinkType) {
|
|
263
262
|
MediaPipelineSinkType["S3Bucket"] = "S3Bucket";
|
|
@@ -331,20 +330,20 @@ export var VoiceConnectorAwsRegion;
|
|
|
331
330
|
VoiceConnectorAwsRegion["US_EAST_1"] = "us-east-1";
|
|
332
331
|
VoiceConnectorAwsRegion["US_WEST_2"] = "us-west-2";
|
|
333
332
|
})(VoiceConnectorAwsRegion || (VoiceConnectorAwsRegion = {}));
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
333
|
+
export class UnprocessableEntityException extends __BaseException {
|
|
334
|
+
constructor(opts) {
|
|
335
|
+
super({
|
|
336
|
+
name: "UnprocessableEntityException",
|
|
337
|
+
$fault: "client",
|
|
338
|
+
...opts,
|
|
339
|
+
});
|
|
340
|
+
this.name = "UnprocessableEntityException";
|
|
341
|
+
this.$fault = "client";
|
|
342
|
+
Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
|
|
343
|
+
this.Code = opts.Code;
|
|
344
|
+
this.Message = opts.Message;
|
|
344
345
|
}
|
|
345
|
-
|
|
346
|
-
}(__BaseException));
|
|
347
|
-
export { UnprocessableEntityException };
|
|
346
|
+
}
|
|
348
347
|
export var EmailStatus;
|
|
349
348
|
(function (EmailStatus) {
|
|
350
349
|
EmailStatus["Failed"] = "Failed";
|
|
@@ -457,284 +456,954 @@ export var PhoneNumberType;
|
|
|
457
456
|
PhoneNumberType["Local"] = "Local";
|
|
458
457
|
PhoneNumberType["TollFree"] = "TollFree";
|
|
459
458
|
})(PhoneNumberType || (PhoneNumberType = {}));
|
|
460
|
-
export
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
export
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
export
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
export
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
export
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
export
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
export
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
export
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
export
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
export
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
export
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
459
|
+
export const SigninDelegateGroupFilterSensitiveLog = (obj) => ({
|
|
460
|
+
...obj,
|
|
461
|
+
});
|
|
462
|
+
export const AccountFilterSensitiveLog = (obj) => ({
|
|
463
|
+
...obj,
|
|
464
|
+
});
|
|
465
|
+
export const AccountSettingsFilterSensitiveLog = (obj) => ({
|
|
466
|
+
...obj,
|
|
467
|
+
});
|
|
468
|
+
export const AddressFilterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
...(obj.streetName && { streetName: SENSITIVE_STRING }),
|
|
471
|
+
...(obj.streetSuffix && { streetSuffix: SENSITIVE_STRING }),
|
|
472
|
+
...(obj.postDirectional && { postDirectional: SENSITIVE_STRING }),
|
|
473
|
+
...(obj.preDirectional && { preDirectional: SENSITIVE_STRING }),
|
|
474
|
+
...(obj.streetNumber && { streetNumber: SENSITIVE_STRING }),
|
|
475
|
+
...(obj.city && { city: SENSITIVE_STRING }),
|
|
476
|
+
...(obj.state && { state: SENSITIVE_STRING }),
|
|
477
|
+
...(obj.postalCode && { postalCode: SENSITIVE_STRING }),
|
|
478
|
+
...(obj.postalCodePlus4 && { postalCodePlus4: SENSITIVE_STRING }),
|
|
479
|
+
...(obj.country && { country: SENSITIVE_STRING }),
|
|
480
|
+
});
|
|
481
|
+
export const AlexaForBusinessMetadataFilterSensitiveLog = (obj) => ({
|
|
482
|
+
...obj,
|
|
483
|
+
...(obj.AlexaForBusinessRoomArn && { AlexaForBusinessRoomArn: SENSITIVE_STRING }),
|
|
484
|
+
});
|
|
485
|
+
export const AppInstanceFilterSensitiveLog = (obj) => ({
|
|
486
|
+
...obj,
|
|
487
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
488
|
+
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
489
|
+
});
|
|
490
|
+
export const IdentityFilterSensitiveLog = (obj) => ({
|
|
491
|
+
...obj,
|
|
492
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
493
|
+
});
|
|
494
|
+
export const AppInstanceAdminFilterSensitiveLog = (obj) => ({
|
|
495
|
+
...obj,
|
|
496
|
+
...(obj.Admin && { Admin: IdentityFilterSensitiveLog(obj.Admin) }),
|
|
497
|
+
});
|
|
498
|
+
export const AppInstanceAdminSummaryFilterSensitiveLog = (obj) => ({
|
|
499
|
+
...obj,
|
|
500
|
+
...(obj.Admin && { Admin: IdentityFilterSensitiveLog(obj.Admin) }),
|
|
501
|
+
});
|
|
502
|
+
export const AppInstanceSummaryFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
505
|
+
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
506
|
+
});
|
|
507
|
+
export const ChannelRetentionSettingsFilterSensitiveLog = (obj) => ({
|
|
508
|
+
...obj,
|
|
509
|
+
});
|
|
510
|
+
export const AppInstanceRetentionSettingsFilterSensitiveLog = (obj) => ({
|
|
511
|
+
...obj,
|
|
512
|
+
});
|
|
513
|
+
export const AppInstanceStreamingConfigurationFilterSensitiveLog = (obj) => ({
|
|
514
|
+
...obj,
|
|
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),
|
|
516
615
|
}),
|
|
517
|
-
})
|
|
518
|
-
export
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
export
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
export
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
export
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
export
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
export
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
export
|
|
543
|
-
|
|
544
|
-
})
|
|
545
|
-
export
|
|
546
|
-
|
|
547
|
-
})
|
|
548
|
-
export
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
export
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
export
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
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);
|
|
616
|
+
});
|
|
617
|
+
export const MembershipItemFilterSensitiveLog = (obj) => ({
|
|
618
|
+
...obj,
|
|
619
|
+
});
|
|
620
|
+
export const BatchCreateRoomMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
621
|
+
...obj,
|
|
622
|
+
});
|
|
623
|
+
export const MemberErrorFilterSensitiveLog = (obj) => ({
|
|
624
|
+
...obj,
|
|
625
|
+
});
|
|
626
|
+
export const BatchCreateRoomMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
627
|
+
...obj,
|
|
628
|
+
});
|
|
629
|
+
export const BatchDeletePhoneNumberRequestFilterSensitiveLog = (obj) => ({
|
|
630
|
+
...obj,
|
|
631
|
+
});
|
|
632
|
+
export const BatchDeletePhoneNumberResponseFilterSensitiveLog = (obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
});
|
|
635
|
+
export const BatchSuspendUserRequestFilterSensitiveLog = (obj) => ({
|
|
636
|
+
...obj,
|
|
637
|
+
});
|
|
638
|
+
export const UserErrorFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
});
|
|
641
|
+
export const BatchSuspendUserResponseFilterSensitiveLog = (obj) => ({
|
|
642
|
+
...obj,
|
|
643
|
+
});
|
|
644
|
+
export const BatchUnsuspendUserRequestFilterSensitiveLog = (obj) => ({
|
|
645
|
+
...obj,
|
|
646
|
+
});
|
|
647
|
+
export const BatchUnsuspendUserResponseFilterSensitiveLog = (obj) => ({
|
|
648
|
+
...obj,
|
|
649
|
+
});
|
|
650
|
+
export const UpdatePhoneNumberRequestItemFilterSensitiveLog = (obj) => ({
|
|
651
|
+
...obj,
|
|
652
|
+
...(obj.CallingName && { CallingName: SENSITIVE_STRING }),
|
|
653
|
+
});
|
|
654
|
+
export const BatchUpdatePhoneNumberRequestFilterSensitiveLog = (obj) => ({
|
|
655
|
+
...obj,
|
|
656
|
+
...(obj.UpdatePhoneNumberRequestItems && {
|
|
657
|
+
UpdatePhoneNumberRequestItems: obj.UpdatePhoneNumberRequestItems.map((item) => UpdatePhoneNumberRequestItemFilterSensitiveLog(item)),
|
|
707
658
|
}),
|
|
708
|
-
})
|
|
709
|
-
export
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
export
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
export
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
export
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
export
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
659
|
+
});
|
|
660
|
+
export const BatchUpdatePhoneNumberResponseFilterSensitiveLog = (obj) => ({
|
|
661
|
+
...obj,
|
|
662
|
+
});
|
|
663
|
+
export const UpdateUserRequestItemFilterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
...(obj.AlexaForBusinessMetadata && {
|
|
666
|
+
AlexaForBusinessMetadata: AlexaForBusinessMetadataFilterSensitiveLog(obj.AlexaForBusinessMetadata),
|
|
667
|
+
}),
|
|
668
|
+
});
|
|
669
|
+
export const BatchUpdateUserRequestFilterSensitiveLog = (obj) => ({
|
|
670
|
+
...obj,
|
|
671
|
+
...(obj.UpdateUserRequestItems && {
|
|
672
|
+
UpdateUserRequestItems: obj.UpdateUserRequestItems.map((item) => UpdateUserRequestItemFilterSensitiveLog(item)),
|
|
673
|
+
}),
|
|
674
|
+
});
|
|
675
|
+
export const BatchUpdateUserResponseFilterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
export const BotFilterSensitiveLog = (obj) => ({
|
|
679
|
+
...obj,
|
|
680
|
+
...(obj.DisplayName && { DisplayName: SENSITIVE_STRING }),
|
|
681
|
+
...(obj.BotEmail && { BotEmail: SENSITIVE_STRING }),
|
|
682
|
+
...(obj.SecurityToken && { SecurityToken: SENSITIVE_STRING }),
|
|
683
|
+
});
|
|
684
|
+
export const BusinessCallingSettingsFilterSensitiveLog = (obj) => ({
|
|
685
|
+
...obj,
|
|
686
|
+
});
|
|
687
|
+
export const CandidateAddressFilterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
...(obj.streetInfo && { streetInfo: SENSITIVE_STRING }),
|
|
690
|
+
...(obj.streetNumber && { streetNumber: SENSITIVE_STRING }),
|
|
691
|
+
...(obj.city && { city: SENSITIVE_STRING }),
|
|
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
|
+
});
|