@aws-sdk/client-voice-id 3.490.0 → 3.496.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/dist-cjs/VoiceID.js +1 -69
- package/dist-cjs/VoiceIDClient.js +1 -43
- package/dist-cjs/commands/AssociateFraudsterCommand.js +1 -29
- package/dist-cjs/commands/CreateDomainCommand.js +1 -29
- package/dist-cjs/commands/CreateWatchlistCommand.js +1 -29
- package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
- package/dist-cjs/commands/DeleteFraudsterCommand.js +1 -29
- package/dist-cjs/commands/DeleteSpeakerCommand.js +1 -29
- package/dist-cjs/commands/DeleteWatchlistCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainCommand.js +1 -29
- package/dist-cjs/commands/DescribeFraudsterCommand.js +1 -29
- package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +1 -29
- package/dist-cjs/commands/DescribeSpeakerCommand.js +1 -29
- package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +1 -29
- package/dist-cjs/commands/DescribeWatchlistCommand.js +1 -29
- package/dist-cjs/commands/DisassociateFraudsterCommand.js +1 -29
- package/dist-cjs/commands/EvaluateSessionCommand.js +1 -29
- package/dist-cjs/commands/ListDomainsCommand.js +1 -29
- package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +1 -29
- package/dist-cjs/commands/ListFraudstersCommand.js +1 -28
- package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +1 -29
- package/dist-cjs/commands/ListSpeakersCommand.js +1 -29
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
- package/dist-cjs/commands/ListWatchlistsCommand.js +1 -29
- package/dist-cjs/commands/OptOutSpeakerCommand.js +1 -29
- package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js +1 -29
- package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -29
- package/dist-cjs/commands/UpdateDomainCommand.js +1 -29
- package/dist-cjs/commands/UpdateWatchlistCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -32
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3333 -11
- package/dist-cjs/models/VoiceIDServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -444
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDomainsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFraudsterRegistrationJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFraudstersPaginator.js +1 -7
- package/dist-cjs/pagination/ListSpeakerEnrollmentJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSpeakersPaginator.js +1 -7
- package/dist-cjs/pagination/ListWatchlistsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_json1_0.js +1 -2078
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -1,12 +1,3334 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
var
|
|
12
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var src_exports = {};
|
|
23
|
+
__export(src_exports, {
|
|
24
|
+
AccessDeniedException: () => AccessDeniedException,
|
|
25
|
+
AssociateFraudsterCommand: () => AssociateFraudsterCommand,
|
|
26
|
+
AssociateFraudsterRequestFilterSensitiveLog: () => AssociateFraudsterRequestFilterSensitiveLog,
|
|
27
|
+
AuthenticationDecision: () => AuthenticationDecision,
|
|
28
|
+
AuthenticationResultFilterSensitiveLog: () => AuthenticationResultFilterSensitiveLog,
|
|
29
|
+
ConflictException: () => ConflictException,
|
|
30
|
+
ConflictType: () => ConflictType,
|
|
31
|
+
CreateDomainCommand: () => CreateDomainCommand,
|
|
32
|
+
CreateDomainRequestFilterSensitiveLog: () => CreateDomainRequestFilterSensitiveLog,
|
|
33
|
+
CreateDomainResponseFilterSensitiveLog: () => CreateDomainResponseFilterSensitiveLog,
|
|
34
|
+
CreateWatchlistCommand: () => CreateWatchlistCommand,
|
|
35
|
+
CreateWatchlistRequestFilterSensitiveLog: () => CreateWatchlistRequestFilterSensitiveLog,
|
|
36
|
+
CreateWatchlistResponseFilterSensitiveLog: () => CreateWatchlistResponseFilterSensitiveLog,
|
|
37
|
+
DeleteDomainCommand: () => DeleteDomainCommand,
|
|
38
|
+
DeleteFraudsterCommand: () => DeleteFraudsterCommand,
|
|
39
|
+
DeleteFraudsterRequestFilterSensitiveLog: () => DeleteFraudsterRequestFilterSensitiveLog,
|
|
40
|
+
DeleteSpeakerCommand: () => DeleteSpeakerCommand,
|
|
41
|
+
DeleteSpeakerRequestFilterSensitiveLog: () => DeleteSpeakerRequestFilterSensitiveLog,
|
|
42
|
+
DeleteWatchlistCommand: () => DeleteWatchlistCommand,
|
|
43
|
+
DescribeDomainCommand: () => DescribeDomainCommand,
|
|
44
|
+
DescribeDomainResponseFilterSensitiveLog: () => DescribeDomainResponseFilterSensitiveLog,
|
|
45
|
+
DescribeFraudsterCommand: () => DescribeFraudsterCommand,
|
|
46
|
+
DescribeFraudsterRegistrationJobCommand: () => DescribeFraudsterRegistrationJobCommand,
|
|
47
|
+
DescribeFraudsterRegistrationJobResponseFilterSensitiveLog: () => DescribeFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
48
|
+
DescribeFraudsterRequestFilterSensitiveLog: () => DescribeFraudsterRequestFilterSensitiveLog,
|
|
49
|
+
DescribeSpeakerCommand: () => DescribeSpeakerCommand,
|
|
50
|
+
DescribeSpeakerEnrollmentJobCommand: () => DescribeSpeakerEnrollmentJobCommand,
|
|
51
|
+
DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog: () => DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
52
|
+
DescribeSpeakerRequestFilterSensitiveLog: () => DescribeSpeakerRequestFilterSensitiveLog,
|
|
53
|
+
DescribeSpeakerResponseFilterSensitiveLog: () => DescribeSpeakerResponseFilterSensitiveLog,
|
|
54
|
+
DescribeWatchlistCommand: () => DescribeWatchlistCommand,
|
|
55
|
+
DescribeWatchlistResponseFilterSensitiveLog: () => DescribeWatchlistResponseFilterSensitiveLog,
|
|
56
|
+
DisassociateFraudsterCommand: () => DisassociateFraudsterCommand,
|
|
57
|
+
DisassociateFraudsterRequestFilterSensitiveLog: () => DisassociateFraudsterRequestFilterSensitiveLog,
|
|
58
|
+
DomainFilterSensitiveLog: () => DomainFilterSensitiveLog,
|
|
59
|
+
DomainStatus: () => DomainStatus,
|
|
60
|
+
DomainSummaryFilterSensitiveLog: () => DomainSummaryFilterSensitiveLog,
|
|
61
|
+
DuplicateRegistrationAction: () => DuplicateRegistrationAction,
|
|
62
|
+
EvaluateSessionCommand: () => EvaluateSessionCommand,
|
|
63
|
+
EvaluateSessionResponseFilterSensitiveLog: () => EvaluateSessionResponseFilterSensitiveLog,
|
|
64
|
+
ExistingEnrollmentAction: () => ExistingEnrollmentAction,
|
|
65
|
+
FraudDetectionAction: () => FraudDetectionAction,
|
|
66
|
+
FraudDetectionDecision: () => FraudDetectionDecision,
|
|
67
|
+
FraudDetectionReason: () => FraudDetectionReason,
|
|
68
|
+
FraudsterRegistrationJobFilterSensitiveLog: () => FraudsterRegistrationJobFilterSensitiveLog,
|
|
69
|
+
FraudsterRegistrationJobStatus: () => FraudsterRegistrationJobStatus,
|
|
70
|
+
FraudsterRegistrationJobSummaryFilterSensitiveLog: () => FraudsterRegistrationJobSummaryFilterSensitiveLog,
|
|
71
|
+
InternalServerException: () => InternalServerException,
|
|
72
|
+
ListDomainsCommand: () => ListDomainsCommand,
|
|
73
|
+
ListDomainsResponseFilterSensitiveLog: () => ListDomainsResponseFilterSensitiveLog,
|
|
74
|
+
ListFraudsterRegistrationJobsCommand: () => ListFraudsterRegistrationJobsCommand,
|
|
75
|
+
ListFraudsterRegistrationJobsResponseFilterSensitiveLog: () => ListFraudsterRegistrationJobsResponseFilterSensitiveLog,
|
|
76
|
+
ListFraudstersCommand: () => ListFraudstersCommand,
|
|
77
|
+
ListSpeakerEnrollmentJobsCommand: () => ListSpeakerEnrollmentJobsCommand,
|
|
78
|
+
ListSpeakerEnrollmentJobsResponseFilterSensitiveLog: () => ListSpeakerEnrollmentJobsResponseFilterSensitiveLog,
|
|
79
|
+
ListSpeakersCommand: () => ListSpeakersCommand,
|
|
80
|
+
ListSpeakersResponseFilterSensitiveLog: () => ListSpeakersResponseFilterSensitiveLog,
|
|
81
|
+
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
82
|
+
ListTagsForResourceResponseFilterSensitiveLog: () => ListTagsForResourceResponseFilterSensitiveLog,
|
|
83
|
+
ListWatchlistsCommand: () => ListWatchlistsCommand,
|
|
84
|
+
ListWatchlistsResponseFilterSensitiveLog: () => ListWatchlistsResponseFilterSensitiveLog,
|
|
85
|
+
OptOutSpeakerCommand: () => OptOutSpeakerCommand,
|
|
86
|
+
OptOutSpeakerRequestFilterSensitiveLog: () => OptOutSpeakerRequestFilterSensitiveLog,
|
|
87
|
+
OptOutSpeakerResponseFilterSensitiveLog: () => OptOutSpeakerResponseFilterSensitiveLog,
|
|
88
|
+
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
89
|
+
ResourceType: () => ResourceType,
|
|
90
|
+
ServerSideEncryptionUpdateStatus: () => ServerSideEncryptionUpdateStatus,
|
|
91
|
+
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
92
|
+
SpeakerEnrollmentJobFilterSensitiveLog: () => SpeakerEnrollmentJobFilterSensitiveLog,
|
|
93
|
+
SpeakerEnrollmentJobStatus: () => SpeakerEnrollmentJobStatus,
|
|
94
|
+
SpeakerEnrollmentJobSummaryFilterSensitiveLog: () => SpeakerEnrollmentJobSummaryFilterSensitiveLog,
|
|
95
|
+
SpeakerFilterSensitiveLog: () => SpeakerFilterSensitiveLog,
|
|
96
|
+
SpeakerStatus: () => SpeakerStatus,
|
|
97
|
+
SpeakerSummaryFilterSensitiveLog: () => SpeakerSummaryFilterSensitiveLog,
|
|
98
|
+
StartFraudsterRegistrationJobCommand: () => StartFraudsterRegistrationJobCommand,
|
|
99
|
+
StartFraudsterRegistrationJobRequestFilterSensitiveLog: () => StartFraudsterRegistrationJobRequestFilterSensitiveLog,
|
|
100
|
+
StartFraudsterRegistrationJobResponseFilterSensitiveLog: () => StartFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
101
|
+
StartSpeakerEnrollmentJobCommand: () => StartSpeakerEnrollmentJobCommand,
|
|
102
|
+
StartSpeakerEnrollmentJobRequestFilterSensitiveLog: () => StartSpeakerEnrollmentJobRequestFilterSensitiveLog,
|
|
103
|
+
StartSpeakerEnrollmentJobResponseFilterSensitiveLog: () => StartSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
104
|
+
StreamingStatus: () => StreamingStatus,
|
|
105
|
+
TagFilterSensitiveLog: () => TagFilterSensitiveLog,
|
|
106
|
+
TagResourceCommand: () => TagResourceCommand,
|
|
107
|
+
TagResourceRequestFilterSensitiveLog: () => TagResourceRequestFilterSensitiveLog,
|
|
108
|
+
ThrottlingException: () => ThrottlingException,
|
|
109
|
+
UntagResourceCommand: () => UntagResourceCommand,
|
|
110
|
+
UntagResourceRequestFilterSensitiveLog: () => UntagResourceRequestFilterSensitiveLog,
|
|
111
|
+
UpdateDomainCommand: () => UpdateDomainCommand,
|
|
112
|
+
UpdateDomainRequestFilterSensitiveLog: () => UpdateDomainRequestFilterSensitiveLog,
|
|
113
|
+
UpdateDomainResponseFilterSensitiveLog: () => UpdateDomainResponseFilterSensitiveLog,
|
|
114
|
+
UpdateWatchlistCommand: () => UpdateWatchlistCommand,
|
|
115
|
+
UpdateWatchlistRequestFilterSensitiveLog: () => UpdateWatchlistRequestFilterSensitiveLog,
|
|
116
|
+
UpdateWatchlistResponseFilterSensitiveLog: () => UpdateWatchlistResponseFilterSensitiveLog,
|
|
117
|
+
ValidationException: () => ValidationException,
|
|
118
|
+
VoiceID: () => VoiceID,
|
|
119
|
+
VoiceIDClient: () => VoiceIDClient,
|
|
120
|
+
VoiceIDServiceException: () => VoiceIDServiceException,
|
|
121
|
+
WatchlistFilterSensitiveLog: () => WatchlistFilterSensitiveLog,
|
|
122
|
+
WatchlistSummaryFilterSensitiveLog: () => WatchlistSummaryFilterSensitiveLog,
|
|
123
|
+
__Client: () => import_smithy_client.Client,
|
|
124
|
+
paginateListDomains: () => paginateListDomains,
|
|
125
|
+
paginateListFraudsterRegistrationJobs: () => paginateListFraudsterRegistrationJobs,
|
|
126
|
+
paginateListFraudsters: () => paginateListFraudsters,
|
|
127
|
+
paginateListSpeakerEnrollmentJobs: () => paginateListSpeakerEnrollmentJobs,
|
|
128
|
+
paginateListSpeakers: () => paginateListSpeakers,
|
|
129
|
+
paginateListWatchlists: () => paginateListWatchlists
|
|
130
|
+
});
|
|
131
|
+
module.exports = __toCommonJS(src_exports);
|
|
132
|
+
|
|
133
|
+
// src/VoiceIDClient.ts
|
|
134
|
+
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
135
|
+
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
136
|
+
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
137
|
+
var import_middleware_signing = require("@aws-sdk/middleware-signing");
|
|
138
|
+
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
139
|
+
var import_config_resolver = require("@smithy/config-resolver");
|
|
140
|
+
var import_middleware_content_length = require("@smithy/middleware-content-length");
|
|
141
|
+
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
142
|
+
var import_middleware_retry = require("@smithy/middleware-retry");
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
// src/endpoint/EndpointParameters.ts
|
|
146
|
+
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
147
|
+
return {
|
|
148
|
+
...options,
|
|
149
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
150
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
151
|
+
defaultSigningName: "voiceid"
|
|
152
|
+
};
|
|
153
|
+
}, "resolveClientEndpointParameters");
|
|
154
|
+
var commonParams = {
|
|
155
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
156
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
157
|
+
Region: { type: "builtInParams", name: "region" },
|
|
158
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
// src/VoiceIDClient.ts
|
|
162
|
+
var import_runtimeConfig = require("././runtimeConfig");
|
|
163
|
+
|
|
164
|
+
// src/runtimeExtensions.ts
|
|
165
|
+
var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
|
|
166
|
+
var import_protocol_http = require("@smithy/protocol-http");
|
|
167
|
+
var import_smithy_client = require("@smithy/smithy-client");
|
|
168
|
+
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
169
|
+
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
170
|
+
const extensionConfiguration = {
|
|
171
|
+
...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
172
|
+
...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
173
|
+
...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig))
|
|
174
|
+
};
|
|
175
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
176
|
+
return {
|
|
177
|
+
...runtimeConfig,
|
|
178
|
+
...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
179
|
+
...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
180
|
+
...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration)
|
|
181
|
+
};
|
|
182
|
+
}, "resolveRuntimeExtensions");
|
|
183
|
+
|
|
184
|
+
// src/VoiceIDClient.ts
|
|
185
|
+
var _VoiceIDClient = class _VoiceIDClient extends import_smithy_client.Client {
|
|
186
|
+
constructor(...[configuration]) {
|
|
187
|
+
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
188
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
189
|
+
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
190
|
+
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
191
|
+
const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
|
|
192
|
+
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
193
|
+
const _config_6 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_5);
|
|
194
|
+
const _config_7 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_6);
|
|
195
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
196
|
+
super(_config_8);
|
|
197
|
+
this.config = _config_8;
|
|
198
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
199
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
200
|
+
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
201
|
+
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
202
|
+
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
203
|
+
this.middlewareStack.use((0, import_middleware_signing.getAwsAuthPlugin)(this.config));
|
|
204
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
208
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
209
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
210
|
+
*/
|
|
211
|
+
destroy() {
|
|
212
|
+
super.destroy();
|
|
213
|
+
}
|
|
214
|
+
};
|
|
215
|
+
__name(_VoiceIDClient, "VoiceIDClient");
|
|
216
|
+
var VoiceIDClient = _VoiceIDClient;
|
|
217
|
+
|
|
218
|
+
// src/VoiceID.ts
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
// src/commands/AssociateFraudsterCommand.ts
|
|
222
|
+
|
|
223
|
+
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
224
|
+
|
|
225
|
+
var import_types = require("@smithy/types");
|
|
226
|
+
|
|
227
|
+
// src/models/models_0.ts
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
// src/models/VoiceIDServiceException.ts
|
|
231
|
+
|
|
232
|
+
var _VoiceIDServiceException = class _VoiceIDServiceException extends import_smithy_client.ServiceException {
|
|
233
|
+
/**
|
|
234
|
+
* @internal
|
|
235
|
+
*/
|
|
236
|
+
constructor(options) {
|
|
237
|
+
super(options);
|
|
238
|
+
Object.setPrototypeOf(this, _VoiceIDServiceException.prototype);
|
|
239
|
+
}
|
|
240
|
+
};
|
|
241
|
+
__name(_VoiceIDServiceException, "VoiceIDServiceException");
|
|
242
|
+
var VoiceIDServiceException = _VoiceIDServiceException;
|
|
243
|
+
|
|
244
|
+
// src/models/models_0.ts
|
|
245
|
+
var _AccessDeniedException = class _AccessDeniedException extends VoiceIDServiceException {
|
|
246
|
+
/**
|
|
247
|
+
* @internal
|
|
248
|
+
*/
|
|
249
|
+
constructor(opts) {
|
|
250
|
+
super({
|
|
251
|
+
name: "AccessDeniedException",
|
|
252
|
+
$fault: "client",
|
|
253
|
+
...opts
|
|
254
|
+
});
|
|
255
|
+
this.name = "AccessDeniedException";
|
|
256
|
+
this.$fault = "client";
|
|
257
|
+
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
258
|
+
this.Message = opts.Message;
|
|
259
|
+
}
|
|
260
|
+
};
|
|
261
|
+
__name(_AccessDeniedException, "AccessDeniedException");
|
|
262
|
+
var AccessDeniedException = _AccessDeniedException;
|
|
263
|
+
var ConflictType = {
|
|
264
|
+
ANOTHER_ACTIVE_STREAM: "ANOTHER_ACTIVE_STREAM",
|
|
265
|
+
CANNOT_CHANGE_SPEAKER_AFTER_ENROLLMENT: "CANNOT_CHANGE_SPEAKER_AFTER_ENROLLMENT",
|
|
266
|
+
CANNOT_DELETE_NON_EMPTY_WATCHLIST: "CANNOT_DELETE_NON_EMPTY_WATCHLIST",
|
|
267
|
+
CONCURRENT_CHANGES: "CONCURRENT_CHANGES",
|
|
268
|
+
DOMAIN_LOCKED_FROM_ENCRYPTION_UPDATES: "DOMAIN_LOCKED_FROM_ENCRYPTION_UPDATES",
|
|
269
|
+
DOMAIN_NOT_ACTIVE: "DOMAIN_NOT_ACTIVE",
|
|
270
|
+
ENROLLMENT_ALREADY_EXISTS: "ENROLLMENT_ALREADY_EXISTS",
|
|
271
|
+
FRAUDSTER_MUST_BELONG_TO_AT_LEAST_ONE_WATCHLIST: "FRAUDSTER_MUST_BELONG_TO_AT_LEAST_ONE_WATCHLIST",
|
|
272
|
+
SPEAKER_NOT_SET: "SPEAKER_NOT_SET",
|
|
273
|
+
SPEAKER_OPTED_OUT: "SPEAKER_OPTED_OUT"
|
|
274
|
+
};
|
|
275
|
+
var _ConflictException = class _ConflictException extends VoiceIDServiceException {
|
|
276
|
+
/**
|
|
277
|
+
* @internal
|
|
278
|
+
*/
|
|
279
|
+
constructor(opts) {
|
|
280
|
+
super({
|
|
281
|
+
name: "ConflictException",
|
|
282
|
+
$fault: "client",
|
|
283
|
+
...opts
|
|
284
|
+
});
|
|
285
|
+
this.name = "ConflictException";
|
|
286
|
+
this.$fault = "client";
|
|
287
|
+
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
288
|
+
this.Message = opts.Message;
|
|
289
|
+
this.ConflictType = opts.ConflictType;
|
|
290
|
+
}
|
|
291
|
+
};
|
|
292
|
+
__name(_ConflictException, "ConflictException");
|
|
293
|
+
var ConflictException = _ConflictException;
|
|
294
|
+
var _InternalServerException = class _InternalServerException extends VoiceIDServiceException {
|
|
295
|
+
/**
|
|
296
|
+
* @internal
|
|
297
|
+
*/
|
|
298
|
+
constructor(opts) {
|
|
299
|
+
super({
|
|
300
|
+
name: "InternalServerException",
|
|
301
|
+
$fault: "server",
|
|
302
|
+
...opts
|
|
303
|
+
});
|
|
304
|
+
this.name = "InternalServerException";
|
|
305
|
+
this.$fault = "server";
|
|
306
|
+
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
307
|
+
this.Message = opts.Message;
|
|
308
|
+
}
|
|
309
|
+
};
|
|
310
|
+
__name(_InternalServerException, "InternalServerException");
|
|
311
|
+
var InternalServerException = _InternalServerException;
|
|
312
|
+
var ResourceType = {
|
|
313
|
+
BATCH_JOB: "BATCH_JOB",
|
|
314
|
+
COMPLIANCE_CONSENT: "COMPLIANCE_CONSENT",
|
|
315
|
+
DOMAIN: "DOMAIN",
|
|
316
|
+
FRAUDSTER: "FRAUDSTER",
|
|
317
|
+
SESSION: "SESSION",
|
|
318
|
+
SPEAKER: "SPEAKER",
|
|
319
|
+
WATCHLIST: "WATCHLIST"
|
|
320
|
+
};
|
|
321
|
+
var _ResourceNotFoundException = class _ResourceNotFoundException extends VoiceIDServiceException {
|
|
322
|
+
/**
|
|
323
|
+
* @internal
|
|
324
|
+
*/
|
|
325
|
+
constructor(opts) {
|
|
326
|
+
super({
|
|
327
|
+
name: "ResourceNotFoundException",
|
|
328
|
+
$fault: "client",
|
|
329
|
+
...opts
|
|
330
|
+
});
|
|
331
|
+
this.name = "ResourceNotFoundException";
|
|
332
|
+
this.$fault = "client";
|
|
333
|
+
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
334
|
+
this.Message = opts.Message;
|
|
335
|
+
this.ResourceType = opts.ResourceType;
|
|
336
|
+
}
|
|
337
|
+
};
|
|
338
|
+
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
339
|
+
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
340
|
+
var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends VoiceIDServiceException {
|
|
341
|
+
/**
|
|
342
|
+
* @internal
|
|
343
|
+
*/
|
|
344
|
+
constructor(opts) {
|
|
345
|
+
super({
|
|
346
|
+
name: "ServiceQuotaExceededException",
|
|
347
|
+
$fault: "client",
|
|
348
|
+
...opts
|
|
349
|
+
});
|
|
350
|
+
this.name = "ServiceQuotaExceededException";
|
|
351
|
+
this.$fault = "client";
|
|
352
|
+
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
353
|
+
this.Message = opts.Message;
|
|
354
|
+
}
|
|
355
|
+
};
|
|
356
|
+
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
357
|
+
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
358
|
+
var _ThrottlingException = class _ThrottlingException extends VoiceIDServiceException {
|
|
359
|
+
/**
|
|
360
|
+
* @internal
|
|
361
|
+
*/
|
|
362
|
+
constructor(opts) {
|
|
363
|
+
super({
|
|
364
|
+
name: "ThrottlingException",
|
|
365
|
+
$fault: "client",
|
|
366
|
+
...opts
|
|
367
|
+
});
|
|
368
|
+
this.name = "ThrottlingException";
|
|
369
|
+
this.$fault = "client";
|
|
370
|
+
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
371
|
+
this.Message = opts.Message;
|
|
372
|
+
}
|
|
373
|
+
};
|
|
374
|
+
__name(_ThrottlingException, "ThrottlingException");
|
|
375
|
+
var ThrottlingException = _ThrottlingException;
|
|
376
|
+
var _ValidationException = class _ValidationException extends VoiceIDServiceException {
|
|
377
|
+
/**
|
|
378
|
+
* @internal
|
|
379
|
+
*/
|
|
380
|
+
constructor(opts) {
|
|
381
|
+
super({
|
|
382
|
+
name: "ValidationException",
|
|
383
|
+
$fault: "client",
|
|
384
|
+
...opts
|
|
385
|
+
});
|
|
386
|
+
this.name = "ValidationException";
|
|
387
|
+
this.$fault = "client";
|
|
388
|
+
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
389
|
+
this.Message = opts.Message;
|
|
390
|
+
}
|
|
391
|
+
};
|
|
392
|
+
__name(_ValidationException, "ValidationException");
|
|
393
|
+
var ValidationException = _ValidationException;
|
|
394
|
+
var AuthenticationDecision = {
|
|
395
|
+
ACCEPT: "ACCEPT",
|
|
396
|
+
NOT_ENOUGH_SPEECH: "NOT_ENOUGH_SPEECH",
|
|
397
|
+
REJECT: "REJECT",
|
|
398
|
+
SPEAKER_EXPIRED: "SPEAKER_EXPIRED",
|
|
399
|
+
SPEAKER_ID_NOT_PROVIDED: "SPEAKER_ID_NOT_PROVIDED",
|
|
400
|
+
SPEAKER_NOT_ENROLLED: "SPEAKER_NOT_ENROLLED",
|
|
401
|
+
SPEAKER_OPTED_OUT: "SPEAKER_OPTED_OUT"
|
|
402
|
+
};
|
|
403
|
+
var DomainStatus = {
|
|
404
|
+
ACTIVE: "ACTIVE",
|
|
405
|
+
PENDING: "PENDING",
|
|
406
|
+
SUSPENDED: "SUSPENDED"
|
|
407
|
+
};
|
|
408
|
+
var ServerSideEncryptionUpdateStatus = {
|
|
409
|
+
COMPLETED: "COMPLETED",
|
|
410
|
+
FAILED: "FAILED",
|
|
411
|
+
IN_PROGRESS: "IN_PROGRESS"
|
|
412
|
+
};
|
|
413
|
+
var FraudsterRegistrationJobStatus = {
|
|
414
|
+
COMPLETED: "COMPLETED",
|
|
415
|
+
COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS",
|
|
416
|
+
FAILED: "FAILED",
|
|
417
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
418
|
+
SUBMITTED: "SUBMITTED"
|
|
419
|
+
};
|
|
420
|
+
var DuplicateRegistrationAction = {
|
|
421
|
+
REGISTER_AS_NEW: "REGISTER_AS_NEW",
|
|
422
|
+
SKIP: "SKIP"
|
|
423
|
+
};
|
|
424
|
+
var SpeakerStatus = {
|
|
425
|
+
ENROLLED: "ENROLLED",
|
|
426
|
+
EXPIRED: "EXPIRED",
|
|
427
|
+
OPTED_OUT: "OPTED_OUT",
|
|
428
|
+
PENDING: "PENDING"
|
|
429
|
+
};
|
|
430
|
+
var ExistingEnrollmentAction = {
|
|
431
|
+
OVERWRITE: "OVERWRITE",
|
|
432
|
+
SKIP: "SKIP"
|
|
433
|
+
};
|
|
434
|
+
var FraudDetectionAction = {
|
|
435
|
+
FAIL: "FAIL",
|
|
436
|
+
IGNORE: "IGNORE"
|
|
437
|
+
};
|
|
438
|
+
var SpeakerEnrollmentJobStatus = {
|
|
439
|
+
COMPLETED: "COMPLETED",
|
|
440
|
+
COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS",
|
|
441
|
+
FAILED: "FAILED",
|
|
442
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
443
|
+
SUBMITTED: "SUBMITTED"
|
|
444
|
+
};
|
|
445
|
+
var FraudDetectionDecision = {
|
|
446
|
+
HIGH_RISK: "HIGH_RISK",
|
|
447
|
+
LOW_RISK: "LOW_RISK",
|
|
448
|
+
NOT_ENOUGH_SPEECH: "NOT_ENOUGH_SPEECH"
|
|
449
|
+
};
|
|
450
|
+
var FraudDetectionReason = {
|
|
451
|
+
KNOWN_FRAUDSTER: "KNOWN_FRAUDSTER",
|
|
452
|
+
VOICE_SPOOFING: "VOICE_SPOOFING"
|
|
453
|
+
};
|
|
454
|
+
var StreamingStatus = {
|
|
455
|
+
ENDED: "ENDED",
|
|
456
|
+
ONGOING: "ONGOING",
|
|
457
|
+
PENDING_CONFIGURATION: "PENDING_CONFIGURATION"
|
|
458
|
+
};
|
|
459
|
+
var AssociateFraudsterRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
460
|
+
...obj,
|
|
461
|
+
...obj.FraudsterId && { FraudsterId: import_smithy_client.SENSITIVE_STRING }
|
|
462
|
+
}), "AssociateFraudsterRequestFilterSensitiveLog");
|
|
463
|
+
var AuthenticationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
...obj.CustomerSpeakerId && { CustomerSpeakerId: import_smithy_client.SENSITIVE_STRING }
|
|
466
|
+
}), "AuthenticationResultFilterSensitiveLog");
|
|
467
|
+
var TagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
468
|
+
...obj,
|
|
469
|
+
...obj.Key && { Key: import_smithy_client.SENSITIVE_STRING },
|
|
470
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
471
|
+
}), "TagFilterSensitiveLog");
|
|
472
|
+
var CreateDomainRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
475
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
476
|
+
...obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }
|
|
477
|
+
}), "CreateDomainRequestFilterSensitiveLog");
|
|
478
|
+
var DomainFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
481
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
482
|
+
}), "DomainFilterSensitiveLog");
|
|
483
|
+
var CreateDomainResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
484
|
+
...obj,
|
|
485
|
+
...obj.Domain && { Domain: DomainFilterSensitiveLog(obj.Domain) }
|
|
486
|
+
}), "CreateDomainResponseFilterSensitiveLog");
|
|
487
|
+
var CreateWatchlistRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
488
|
+
...obj,
|
|
489
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
490
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
491
|
+
}), "CreateWatchlistRequestFilterSensitiveLog");
|
|
492
|
+
var WatchlistFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
493
|
+
...obj,
|
|
494
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
495
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
496
|
+
}), "WatchlistFilterSensitiveLog");
|
|
497
|
+
var CreateWatchlistResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
498
|
+
...obj,
|
|
499
|
+
...obj.Watchlist && { Watchlist: WatchlistFilterSensitiveLog(obj.Watchlist) }
|
|
500
|
+
}), "CreateWatchlistResponseFilterSensitiveLog");
|
|
501
|
+
var DeleteFraudsterRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
502
|
+
...obj,
|
|
503
|
+
...obj.FraudsterId && { FraudsterId: import_smithy_client.SENSITIVE_STRING }
|
|
504
|
+
}), "DeleteFraudsterRequestFilterSensitiveLog");
|
|
505
|
+
var DeleteSpeakerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
506
|
+
...obj,
|
|
507
|
+
...obj.SpeakerId && { SpeakerId: import_smithy_client.SENSITIVE_STRING }
|
|
508
|
+
}), "DeleteSpeakerRequestFilterSensitiveLog");
|
|
509
|
+
var DescribeDomainResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
...obj.Domain && { Domain: DomainFilterSensitiveLog(obj.Domain) }
|
|
512
|
+
}), "DescribeDomainResponseFilterSensitiveLog");
|
|
513
|
+
var DescribeFraudsterRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
514
|
+
...obj,
|
|
515
|
+
...obj.FraudsterId && { FraudsterId: import_smithy_client.SENSITIVE_STRING }
|
|
516
|
+
}), "DescribeFraudsterRequestFilterSensitiveLog");
|
|
517
|
+
var FraudsterRegistrationJobFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
518
|
+
...obj,
|
|
519
|
+
...obj.JobName && { JobName: import_smithy_client.SENSITIVE_STRING }
|
|
520
|
+
}), "FraudsterRegistrationJobFilterSensitiveLog");
|
|
521
|
+
var DescribeFraudsterRegistrationJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
522
|
+
...obj,
|
|
523
|
+
...obj.Job && { Job: FraudsterRegistrationJobFilterSensitiveLog(obj.Job) }
|
|
524
|
+
}), "DescribeFraudsterRegistrationJobResponseFilterSensitiveLog");
|
|
525
|
+
var DescribeSpeakerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
526
|
+
...obj,
|
|
527
|
+
...obj.SpeakerId && { SpeakerId: import_smithy_client.SENSITIVE_STRING }
|
|
528
|
+
}), "DescribeSpeakerRequestFilterSensitiveLog");
|
|
529
|
+
var SpeakerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
530
|
+
...obj,
|
|
531
|
+
...obj.CustomerSpeakerId && { CustomerSpeakerId: import_smithy_client.SENSITIVE_STRING }
|
|
532
|
+
}), "SpeakerFilterSensitiveLog");
|
|
533
|
+
var DescribeSpeakerResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
534
|
+
...obj,
|
|
535
|
+
...obj.Speaker && { Speaker: SpeakerFilterSensitiveLog(obj.Speaker) }
|
|
536
|
+
}), "DescribeSpeakerResponseFilterSensitiveLog");
|
|
537
|
+
var SpeakerEnrollmentJobFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
538
|
+
...obj,
|
|
539
|
+
...obj.JobName && { JobName: import_smithy_client.SENSITIVE_STRING }
|
|
540
|
+
}), "SpeakerEnrollmentJobFilterSensitiveLog");
|
|
541
|
+
var DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
542
|
+
...obj,
|
|
543
|
+
...obj.Job && { Job: SpeakerEnrollmentJobFilterSensitiveLog(obj.Job) }
|
|
544
|
+
}), "DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog");
|
|
545
|
+
var DescribeWatchlistResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
546
|
+
...obj,
|
|
547
|
+
...obj.Watchlist && { Watchlist: WatchlistFilterSensitiveLog(obj.Watchlist) }
|
|
548
|
+
}), "DescribeWatchlistResponseFilterSensitiveLog");
|
|
549
|
+
var DisassociateFraudsterRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
550
|
+
...obj,
|
|
551
|
+
...obj.FraudsterId && { FraudsterId: import_smithy_client.SENSITIVE_STRING }
|
|
552
|
+
}), "DisassociateFraudsterRequestFilterSensitiveLog");
|
|
553
|
+
var DomainSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
554
|
+
...obj,
|
|
555
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
556
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
557
|
+
}), "DomainSummaryFilterSensitiveLog");
|
|
558
|
+
var ListDomainsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
...obj.DomainSummaries && {
|
|
561
|
+
DomainSummaries: obj.DomainSummaries.map((item) => DomainSummaryFilterSensitiveLog(item))
|
|
562
|
+
}
|
|
563
|
+
}), "ListDomainsResponseFilterSensitiveLog");
|
|
564
|
+
var UpdateDomainRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
565
|
+
...obj,
|
|
566
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
567
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
568
|
+
}), "UpdateDomainRequestFilterSensitiveLog");
|
|
569
|
+
var UpdateDomainResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
570
|
+
...obj,
|
|
571
|
+
...obj.Domain && { Domain: DomainFilterSensitiveLog(obj.Domain) }
|
|
572
|
+
}), "UpdateDomainResponseFilterSensitiveLog");
|
|
573
|
+
var EvaluateSessionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
574
|
+
...obj,
|
|
575
|
+
...obj.AuthenticationResult && {
|
|
576
|
+
AuthenticationResult: AuthenticationResultFilterSensitiveLog(obj.AuthenticationResult)
|
|
577
|
+
}
|
|
578
|
+
}), "EvaluateSessionResponseFilterSensitiveLog");
|
|
579
|
+
var FraudsterRegistrationJobSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
580
|
+
...obj,
|
|
581
|
+
...obj.JobName && { JobName: import_smithy_client.SENSITIVE_STRING }
|
|
582
|
+
}), "FraudsterRegistrationJobSummaryFilterSensitiveLog");
|
|
583
|
+
var ListFraudsterRegistrationJobsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
584
|
+
...obj,
|
|
585
|
+
...obj.JobSummaries && {
|
|
586
|
+
JobSummaries: obj.JobSummaries.map((item) => FraudsterRegistrationJobSummaryFilterSensitiveLog(item))
|
|
587
|
+
}
|
|
588
|
+
}), "ListFraudsterRegistrationJobsResponseFilterSensitiveLog");
|
|
589
|
+
var SpeakerEnrollmentJobSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
590
|
+
...obj,
|
|
591
|
+
...obj.JobName && { JobName: import_smithy_client.SENSITIVE_STRING }
|
|
592
|
+
}), "SpeakerEnrollmentJobSummaryFilterSensitiveLog");
|
|
593
|
+
var ListSpeakerEnrollmentJobsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
594
|
+
...obj,
|
|
595
|
+
...obj.JobSummaries && {
|
|
596
|
+
JobSummaries: obj.JobSummaries.map((item) => SpeakerEnrollmentJobSummaryFilterSensitiveLog(item))
|
|
597
|
+
}
|
|
598
|
+
}), "ListSpeakerEnrollmentJobsResponseFilterSensitiveLog");
|
|
599
|
+
var SpeakerSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
600
|
+
...obj,
|
|
601
|
+
...obj.CustomerSpeakerId && { CustomerSpeakerId: import_smithy_client.SENSITIVE_STRING }
|
|
602
|
+
}), "SpeakerSummaryFilterSensitiveLog");
|
|
603
|
+
var ListSpeakersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
604
|
+
...obj,
|
|
605
|
+
...obj.SpeakerSummaries && {
|
|
606
|
+
SpeakerSummaries: obj.SpeakerSummaries.map((item) => SpeakerSummaryFilterSensitiveLog(item))
|
|
607
|
+
}
|
|
608
|
+
}), "ListSpeakersResponseFilterSensitiveLog");
|
|
609
|
+
var ListTagsForResourceResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
610
|
+
...obj,
|
|
611
|
+
...obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }
|
|
612
|
+
}), "ListTagsForResourceResponseFilterSensitiveLog");
|
|
613
|
+
var WatchlistSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
614
|
+
...obj,
|
|
615
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
616
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
617
|
+
}), "WatchlistSummaryFilterSensitiveLog");
|
|
618
|
+
var ListWatchlistsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
619
|
+
...obj,
|
|
620
|
+
...obj.WatchlistSummaries && {
|
|
621
|
+
WatchlistSummaries: obj.WatchlistSummaries.map((item) => WatchlistSummaryFilterSensitiveLog(item))
|
|
622
|
+
}
|
|
623
|
+
}), "ListWatchlistsResponseFilterSensitiveLog");
|
|
624
|
+
var OptOutSpeakerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
625
|
+
...obj,
|
|
626
|
+
...obj.SpeakerId && { SpeakerId: import_smithy_client.SENSITIVE_STRING }
|
|
627
|
+
}), "OptOutSpeakerRequestFilterSensitiveLog");
|
|
628
|
+
var OptOutSpeakerResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
629
|
+
...obj,
|
|
630
|
+
...obj.Speaker && { Speaker: SpeakerFilterSensitiveLog(obj.Speaker) }
|
|
631
|
+
}), "OptOutSpeakerResponseFilterSensitiveLog");
|
|
632
|
+
var StartFraudsterRegistrationJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
...obj.JobName && { JobName: import_smithy_client.SENSITIVE_STRING }
|
|
635
|
+
}), "StartFraudsterRegistrationJobRequestFilterSensitiveLog");
|
|
636
|
+
var StartFraudsterRegistrationJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
637
|
+
...obj,
|
|
638
|
+
...obj.Job && { Job: FraudsterRegistrationJobFilterSensitiveLog(obj.Job) }
|
|
639
|
+
}), "StartFraudsterRegistrationJobResponseFilterSensitiveLog");
|
|
640
|
+
var StartSpeakerEnrollmentJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
641
|
+
...obj,
|
|
642
|
+
...obj.JobName && { JobName: import_smithy_client.SENSITIVE_STRING }
|
|
643
|
+
}), "StartSpeakerEnrollmentJobRequestFilterSensitiveLog");
|
|
644
|
+
var StartSpeakerEnrollmentJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
645
|
+
...obj,
|
|
646
|
+
...obj.Job && { Job: SpeakerEnrollmentJobFilterSensitiveLog(obj.Job) }
|
|
647
|
+
}), "StartSpeakerEnrollmentJobResponseFilterSensitiveLog");
|
|
648
|
+
var TagResourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
649
|
+
...obj,
|
|
650
|
+
...obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }
|
|
651
|
+
}), "TagResourceRequestFilterSensitiveLog");
|
|
652
|
+
var UntagResourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
653
|
+
...obj,
|
|
654
|
+
...obj.TagKeys && { TagKeys: import_smithy_client.SENSITIVE_STRING }
|
|
655
|
+
}), "UntagResourceRequestFilterSensitiveLog");
|
|
656
|
+
var UpdateWatchlistRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
657
|
+
...obj,
|
|
658
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
659
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
660
|
+
}), "UpdateWatchlistRequestFilterSensitiveLog");
|
|
661
|
+
var UpdateWatchlistResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
662
|
+
...obj,
|
|
663
|
+
...obj.Watchlist && { Watchlist: WatchlistFilterSensitiveLog(obj.Watchlist) }
|
|
664
|
+
}), "UpdateWatchlistResponseFilterSensitiveLog");
|
|
665
|
+
|
|
666
|
+
// src/protocols/Aws_json1_0.ts
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
var import_uuid = require("uuid");
|
|
670
|
+
var se_AssociateFraudsterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
671
|
+
const headers = sharedHeaders("AssociateFraudster");
|
|
672
|
+
let body;
|
|
673
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
674
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
675
|
+
}, "se_AssociateFraudsterCommand");
|
|
676
|
+
var se_CreateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
677
|
+
const headers = sharedHeaders("CreateDomain");
|
|
678
|
+
let body;
|
|
679
|
+
body = JSON.stringify(se_CreateDomainRequest(input, context));
|
|
680
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
681
|
+
}, "se_CreateDomainCommand");
|
|
682
|
+
var se_CreateWatchlistCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
683
|
+
const headers = sharedHeaders("CreateWatchlist");
|
|
684
|
+
let body;
|
|
685
|
+
body = JSON.stringify(se_CreateWatchlistRequest(input, context));
|
|
686
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
687
|
+
}, "se_CreateWatchlistCommand");
|
|
688
|
+
var se_DeleteDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
689
|
+
const headers = sharedHeaders("DeleteDomain");
|
|
690
|
+
let body;
|
|
691
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
692
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
693
|
+
}, "se_DeleteDomainCommand");
|
|
694
|
+
var se_DeleteFraudsterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
695
|
+
const headers = sharedHeaders("DeleteFraudster");
|
|
696
|
+
let body;
|
|
697
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
698
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
699
|
+
}, "se_DeleteFraudsterCommand");
|
|
700
|
+
var se_DeleteSpeakerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
701
|
+
const headers = sharedHeaders("DeleteSpeaker");
|
|
702
|
+
let body;
|
|
703
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
704
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
705
|
+
}, "se_DeleteSpeakerCommand");
|
|
706
|
+
var se_DeleteWatchlistCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
707
|
+
const headers = sharedHeaders("DeleteWatchlist");
|
|
708
|
+
let body;
|
|
709
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
710
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
711
|
+
}, "se_DeleteWatchlistCommand");
|
|
712
|
+
var se_DescribeDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
713
|
+
const headers = sharedHeaders("DescribeDomain");
|
|
714
|
+
let body;
|
|
715
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
716
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
717
|
+
}, "se_DescribeDomainCommand");
|
|
718
|
+
var se_DescribeFraudsterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
719
|
+
const headers = sharedHeaders("DescribeFraudster");
|
|
720
|
+
let body;
|
|
721
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
722
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
723
|
+
}, "se_DescribeFraudsterCommand");
|
|
724
|
+
var se_DescribeFraudsterRegistrationJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
725
|
+
const headers = sharedHeaders("DescribeFraudsterRegistrationJob");
|
|
726
|
+
let body;
|
|
727
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
728
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
729
|
+
}, "se_DescribeFraudsterRegistrationJobCommand");
|
|
730
|
+
var se_DescribeSpeakerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
731
|
+
const headers = sharedHeaders("DescribeSpeaker");
|
|
732
|
+
let body;
|
|
733
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
734
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
735
|
+
}, "se_DescribeSpeakerCommand");
|
|
736
|
+
var se_DescribeSpeakerEnrollmentJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
737
|
+
const headers = sharedHeaders("DescribeSpeakerEnrollmentJob");
|
|
738
|
+
let body;
|
|
739
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
740
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
741
|
+
}, "se_DescribeSpeakerEnrollmentJobCommand");
|
|
742
|
+
var se_DescribeWatchlistCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
743
|
+
const headers = sharedHeaders("DescribeWatchlist");
|
|
744
|
+
let body;
|
|
745
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
746
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
747
|
+
}, "se_DescribeWatchlistCommand");
|
|
748
|
+
var se_DisassociateFraudsterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
749
|
+
const headers = sharedHeaders("DisassociateFraudster");
|
|
750
|
+
let body;
|
|
751
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
752
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
753
|
+
}, "se_DisassociateFraudsterCommand");
|
|
754
|
+
var se_EvaluateSessionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
755
|
+
const headers = sharedHeaders("EvaluateSession");
|
|
756
|
+
let body;
|
|
757
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
758
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
759
|
+
}, "se_EvaluateSessionCommand");
|
|
760
|
+
var se_ListDomainsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
761
|
+
const headers = sharedHeaders("ListDomains");
|
|
762
|
+
let body;
|
|
763
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
764
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
765
|
+
}, "se_ListDomainsCommand");
|
|
766
|
+
var se_ListFraudsterRegistrationJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
767
|
+
const headers = sharedHeaders("ListFraudsterRegistrationJobs");
|
|
768
|
+
let body;
|
|
769
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
770
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
771
|
+
}, "se_ListFraudsterRegistrationJobsCommand");
|
|
772
|
+
var se_ListFraudstersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
773
|
+
const headers = sharedHeaders("ListFraudsters");
|
|
774
|
+
let body;
|
|
775
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
776
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
777
|
+
}, "se_ListFraudstersCommand");
|
|
778
|
+
var se_ListSpeakerEnrollmentJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
779
|
+
const headers = sharedHeaders("ListSpeakerEnrollmentJobs");
|
|
780
|
+
let body;
|
|
781
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
782
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
783
|
+
}, "se_ListSpeakerEnrollmentJobsCommand");
|
|
784
|
+
var se_ListSpeakersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
785
|
+
const headers = sharedHeaders("ListSpeakers");
|
|
786
|
+
let body;
|
|
787
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
788
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
789
|
+
}, "se_ListSpeakersCommand");
|
|
790
|
+
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
791
|
+
const headers = sharedHeaders("ListTagsForResource");
|
|
792
|
+
let body;
|
|
793
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
794
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
795
|
+
}, "se_ListTagsForResourceCommand");
|
|
796
|
+
var se_ListWatchlistsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
797
|
+
const headers = sharedHeaders("ListWatchlists");
|
|
798
|
+
let body;
|
|
799
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
800
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
801
|
+
}, "se_ListWatchlistsCommand");
|
|
802
|
+
var se_OptOutSpeakerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
803
|
+
const headers = sharedHeaders("OptOutSpeaker");
|
|
804
|
+
let body;
|
|
805
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
806
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
807
|
+
}, "se_OptOutSpeakerCommand");
|
|
808
|
+
var se_StartFraudsterRegistrationJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
809
|
+
const headers = sharedHeaders("StartFraudsterRegistrationJob");
|
|
810
|
+
let body;
|
|
811
|
+
body = JSON.stringify(se_StartFraudsterRegistrationJobRequest(input, context));
|
|
812
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
813
|
+
}, "se_StartFraudsterRegistrationJobCommand");
|
|
814
|
+
var se_StartSpeakerEnrollmentJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
815
|
+
const headers = sharedHeaders("StartSpeakerEnrollmentJob");
|
|
816
|
+
let body;
|
|
817
|
+
body = JSON.stringify(se_StartSpeakerEnrollmentJobRequest(input, context));
|
|
818
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
819
|
+
}, "se_StartSpeakerEnrollmentJobCommand");
|
|
820
|
+
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
821
|
+
const headers = sharedHeaders("TagResource");
|
|
822
|
+
let body;
|
|
823
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
824
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
825
|
+
}, "se_TagResourceCommand");
|
|
826
|
+
var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
827
|
+
const headers = sharedHeaders("UntagResource");
|
|
828
|
+
let body;
|
|
829
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
830
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
831
|
+
}, "se_UntagResourceCommand");
|
|
832
|
+
var se_UpdateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
833
|
+
const headers = sharedHeaders("UpdateDomain");
|
|
834
|
+
let body;
|
|
835
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
836
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
837
|
+
}, "se_UpdateDomainCommand");
|
|
838
|
+
var se_UpdateWatchlistCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
839
|
+
const headers = sharedHeaders("UpdateWatchlist");
|
|
840
|
+
let body;
|
|
841
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
842
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
843
|
+
}, "se_UpdateWatchlistCommand");
|
|
844
|
+
var de_AssociateFraudsterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
845
|
+
if (output.statusCode >= 300) {
|
|
846
|
+
return de_AssociateFraudsterCommandError(output, context);
|
|
847
|
+
}
|
|
848
|
+
const data = await parseBody(output.body, context);
|
|
849
|
+
let contents = {};
|
|
850
|
+
contents = de_AssociateFraudsterResponse(data, context);
|
|
851
|
+
const response = {
|
|
852
|
+
$metadata: deserializeMetadata(output),
|
|
853
|
+
...contents
|
|
854
|
+
};
|
|
855
|
+
return response;
|
|
856
|
+
}, "de_AssociateFraudsterCommand");
|
|
857
|
+
var de_AssociateFraudsterCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
858
|
+
const parsedOutput = {
|
|
859
|
+
...output,
|
|
860
|
+
body: await parseErrorBody(output.body, context)
|
|
861
|
+
};
|
|
862
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
863
|
+
switch (errorCode) {
|
|
864
|
+
case "AccessDeniedException":
|
|
865
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
866
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
867
|
+
case "ConflictException":
|
|
868
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
869
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
870
|
+
case "InternalServerException":
|
|
871
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
872
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
873
|
+
case "ResourceNotFoundException":
|
|
874
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
875
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
876
|
+
case "ServiceQuotaExceededException":
|
|
877
|
+
case "com.amazonaws.voiceid#ServiceQuotaExceededException":
|
|
878
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
879
|
+
case "ThrottlingException":
|
|
880
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
881
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
882
|
+
case "ValidationException":
|
|
883
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
884
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
885
|
+
default:
|
|
886
|
+
const parsedBody = parsedOutput.body;
|
|
887
|
+
return throwDefaultError({
|
|
888
|
+
output,
|
|
889
|
+
parsedBody,
|
|
890
|
+
errorCode
|
|
891
|
+
});
|
|
892
|
+
}
|
|
893
|
+
}, "de_AssociateFraudsterCommandError");
|
|
894
|
+
var de_CreateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
895
|
+
if (output.statusCode >= 300) {
|
|
896
|
+
return de_CreateDomainCommandError(output, context);
|
|
897
|
+
}
|
|
898
|
+
const data = await parseBody(output.body, context);
|
|
899
|
+
let contents = {};
|
|
900
|
+
contents = de_CreateDomainResponse(data, context);
|
|
901
|
+
const response = {
|
|
902
|
+
$metadata: deserializeMetadata(output),
|
|
903
|
+
...contents
|
|
904
|
+
};
|
|
905
|
+
return response;
|
|
906
|
+
}, "de_CreateDomainCommand");
|
|
907
|
+
var de_CreateDomainCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
908
|
+
const parsedOutput = {
|
|
909
|
+
...output,
|
|
910
|
+
body: await parseErrorBody(output.body, context)
|
|
911
|
+
};
|
|
912
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
913
|
+
switch (errorCode) {
|
|
914
|
+
case "AccessDeniedException":
|
|
915
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
916
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
917
|
+
case "ConflictException":
|
|
918
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
919
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
920
|
+
case "InternalServerException":
|
|
921
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
922
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
923
|
+
case "ResourceNotFoundException":
|
|
924
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
925
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
926
|
+
case "ServiceQuotaExceededException":
|
|
927
|
+
case "com.amazonaws.voiceid#ServiceQuotaExceededException":
|
|
928
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
929
|
+
case "ThrottlingException":
|
|
930
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
931
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
932
|
+
case "ValidationException":
|
|
933
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
934
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
935
|
+
default:
|
|
936
|
+
const parsedBody = parsedOutput.body;
|
|
937
|
+
return throwDefaultError({
|
|
938
|
+
output,
|
|
939
|
+
parsedBody,
|
|
940
|
+
errorCode
|
|
941
|
+
});
|
|
942
|
+
}
|
|
943
|
+
}, "de_CreateDomainCommandError");
|
|
944
|
+
var de_CreateWatchlistCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
945
|
+
if (output.statusCode >= 300) {
|
|
946
|
+
return de_CreateWatchlistCommandError(output, context);
|
|
947
|
+
}
|
|
948
|
+
const data = await parseBody(output.body, context);
|
|
949
|
+
let contents = {};
|
|
950
|
+
contents = de_CreateWatchlistResponse(data, context);
|
|
951
|
+
const response = {
|
|
952
|
+
$metadata: deserializeMetadata(output),
|
|
953
|
+
...contents
|
|
954
|
+
};
|
|
955
|
+
return response;
|
|
956
|
+
}, "de_CreateWatchlistCommand");
|
|
957
|
+
var de_CreateWatchlistCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
958
|
+
const parsedOutput = {
|
|
959
|
+
...output,
|
|
960
|
+
body: await parseErrorBody(output.body, context)
|
|
961
|
+
};
|
|
962
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
963
|
+
switch (errorCode) {
|
|
964
|
+
case "AccessDeniedException":
|
|
965
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
966
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
967
|
+
case "ConflictException":
|
|
968
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
969
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
970
|
+
case "InternalServerException":
|
|
971
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
972
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
973
|
+
case "ResourceNotFoundException":
|
|
974
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
975
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
976
|
+
case "ServiceQuotaExceededException":
|
|
977
|
+
case "com.amazonaws.voiceid#ServiceQuotaExceededException":
|
|
978
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
979
|
+
case "ThrottlingException":
|
|
980
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
981
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
982
|
+
case "ValidationException":
|
|
983
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
984
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
985
|
+
default:
|
|
986
|
+
const parsedBody = parsedOutput.body;
|
|
987
|
+
return throwDefaultError({
|
|
988
|
+
output,
|
|
989
|
+
parsedBody,
|
|
990
|
+
errorCode
|
|
991
|
+
});
|
|
992
|
+
}
|
|
993
|
+
}, "de_CreateWatchlistCommandError");
|
|
994
|
+
var de_DeleteDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
995
|
+
if (output.statusCode >= 300) {
|
|
996
|
+
return de_DeleteDomainCommandError(output, context);
|
|
997
|
+
}
|
|
998
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
999
|
+
const response = {
|
|
1000
|
+
$metadata: deserializeMetadata(output)
|
|
1001
|
+
};
|
|
1002
|
+
return response;
|
|
1003
|
+
}, "de_DeleteDomainCommand");
|
|
1004
|
+
var de_DeleteDomainCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1005
|
+
const parsedOutput = {
|
|
1006
|
+
...output,
|
|
1007
|
+
body: await parseErrorBody(output.body, context)
|
|
1008
|
+
};
|
|
1009
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1010
|
+
switch (errorCode) {
|
|
1011
|
+
case "AccessDeniedException":
|
|
1012
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1013
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1014
|
+
case "ConflictException":
|
|
1015
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
1016
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1017
|
+
case "InternalServerException":
|
|
1018
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1019
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1020
|
+
case "ResourceNotFoundException":
|
|
1021
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1022
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1023
|
+
case "ThrottlingException":
|
|
1024
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1025
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1026
|
+
case "ValidationException":
|
|
1027
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1028
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1029
|
+
default:
|
|
1030
|
+
const parsedBody = parsedOutput.body;
|
|
1031
|
+
return throwDefaultError({
|
|
1032
|
+
output,
|
|
1033
|
+
parsedBody,
|
|
1034
|
+
errorCode
|
|
1035
|
+
});
|
|
1036
|
+
}
|
|
1037
|
+
}, "de_DeleteDomainCommandError");
|
|
1038
|
+
var de_DeleteFraudsterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1039
|
+
if (output.statusCode >= 300) {
|
|
1040
|
+
return de_DeleteFraudsterCommandError(output, context);
|
|
1041
|
+
}
|
|
1042
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1043
|
+
const response = {
|
|
1044
|
+
$metadata: deserializeMetadata(output)
|
|
1045
|
+
};
|
|
1046
|
+
return response;
|
|
1047
|
+
}, "de_DeleteFraudsterCommand");
|
|
1048
|
+
var de_DeleteFraudsterCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1049
|
+
const parsedOutput = {
|
|
1050
|
+
...output,
|
|
1051
|
+
body: await parseErrorBody(output.body, context)
|
|
1052
|
+
};
|
|
1053
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1054
|
+
switch (errorCode) {
|
|
1055
|
+
case "AccessDeniedException":
|
|
1056
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1057
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1058
|
+
case "ConflictException":
|
|
1059
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
1060
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1061
|
+
case "InternalServerException":
|
|
1062
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1063
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1064
|
+
case "ResourceNotFoundException":
|
|
1065
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1066
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1067
|
+
case "ThrottlingException":
|
|
1068
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1069
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1070
|
+
case "ValidationException":
|
|
1071
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1072
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1073
|
+
default:
|
|
1074
|
+
const parsedBody = parsedOutput.body;
|
|
1075
|
+
return throwDefaultError({
|
|
1076
|
+
output,
|
|
1077
|
+
parsedBody,
|
|
1078
|
+
errorCode
|
|
1079
|
+
});
|
|
1080
|
+
}
|
|
1081
|
+
}, "de_DeleteFraudsterCommandError");
|
|
1082
|
+
var de_DeleteSpeakerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1083
|
+
if (output.statusCode >= 300) {
|
|
1084
|
+
return de_DeleteSpeakerCommandError(output, context);
|
|
1085
|
+
}
|
|
1086
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1087
|
+
const response = {
|
|
1088
|
+
$metadata: deserializeMetadata(output)
|
|
1089
|
+
};
|
|
1090
|
+
return response;
|
|
1091
|
+
}, "de_DeleteSpeakerCommand");
|
|
1092
|
+
var de_DeleteSpeakerCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1093
|
+
const parsedOutput = {
|
|
1094
|
+
...output,
|
|
1095
|
+
body: await parseErrorBody(output.body, context)
|
|
1096
|
+
};
|
|
1097
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1098
|
+
switch (errorCode) {
|
|
1099
|
+
case "AccessDeniedException":
|
|
1100
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1101
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1102
|
+
case "ConflictException":
|
|
1103
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
1104
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1105
|
+
case "InternalServerException":
|
|
1106
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1107
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1108
|
+
case "ResourceNotFoundException":
|
|
1109
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1110
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1111
|
+
case "ThrottlingException":
|
|
1112
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1113
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1114
|
+
case "ValidationException":
|
|
1115
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1116
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1117
|
+
default:
|
|
1118
|
+
const parsedBody = parsedOutput.body;
|
|
1119
|
+
return throwDefaultError({
|
|
1120
|
+
output,
|
|
1121
|
+
parsedBody,
|
|
1122
|
+
errorCode
|
|
1123
|
+
});
|
|
1124
|
+
}
|
|
1125
|
+
}, "de_DeleteSpeakerCommandError");
|
|
1126
|
+
var de_DeleteWatchlistCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1127
|
+
if (output.statusCode >= 300) {
|
|
1128
|
+
return de_DeleteWatchlistCommandError(output, context);
|
|
1129
|
+
}
|
|
1130
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1131
|
+
const response = {
|
|
1132
|
+
$metadata: deserializeMetadata(output)
|
|
1133
|
+
};
|
|
1134
|
+
return response;
|
|
1135
|
+
}, "de_DeleteWatchlistCommand");
|
|
1136
|
+
var de_DeleteWatchlistCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1137
|
+
const parsedOutput = {
|
|
1138
|
+
...output,
|
|
1139
|
+
body: await parseErrorBody(output.body, context)
|
|
1140
|
+
};
|
|
1141
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1142
|
+
switch (errorCode) {
|
|
1143
|
+
case "AccessDeniedException":
|
|
1144
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1145
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1146
|
+
case "ConflictException":
|
|
1147
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
1148
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1149
|
+
case "InternalServerException":
|
|
1150
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1151
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1152
|
+
case "ResourceNotFoundException":
|
|
1153
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1154
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1155
|
+
case "ThrottlingException":
|
|
1156
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1157
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1158
|
+
case "ValidationException":
|
|
1159
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1160
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1161
|
+
default:
|
|
1162
|
+
const parsedBody = parsedOutput.body;
|
|
1163
|
+
return throwDefaultError({
|
|
1164
|
+
output,
|
|
1165
|
+
parsedBody,
|
|
1166
|
+
errorCode
|
|
1167
|
+
});
|
|
1168
|
+
}
|
|
1169
|
+
}, "de_DeleteWatchlistCommandError");
|
|
1170
|
+
var de_DescribeDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1171
|
+
if (output.statusCode >= 300) {
|
|
1172
|
+
return de_DescribeDomainCommandError(output, context);
|
|
1173
|
+
}
|
|
1174
|
+
const data = await parseBody(output.body, context);
|
|
1175
|
+
let contents = {};
|
|
1176
|
+
contents = de_DescribeDomainResponse(data, context);
|
|
1177
|
+
const response = {
|
|
1178
|
+
$metadata: deserializeMetadata(output),
|
|
1179
|
+
...contents
|
|
1180
|
+
};
|
|
1181
|
+
return response;
|
|
1182
|
+
}, "de_DescribeDomainCommand");
|
|
1183
|
+
var de_DescribeDomainCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1184
|
+
const parsedOutput = {
|
|
1185
|
+
...output,
|
|
1186
|
+
body: await parseErrorBody(output.body, context)
|
|
1187
|
+
};
|
|
1188
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1189
|
+
switch (errorCode) {
|
|
1190
|
+
case "AccessDeniedException":
|
|
1191
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1192
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1193
|
+
case "InternalServerException":
|
|
1194
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1195
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1196
|
+
case "ResourceNotFoundException":
|
|
1197
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1198
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1199
|
+
case "ThrottlingException":
|
|
1200
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1201
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1202
|
+
case "ValidationException":
|
|
1203
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1204
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1205
|
+
default:
|
|
1206
|
+
const parsedBody = parsedOutput.body;
|
|
1207
|
+
return throwDefaultError({
|
|
1208
|
+
output,
|
|
1209
|
+
parsedBody,
|
|
1210
|
+
errorCode
|
|
1211
|
+
});
|
|
1212
|
+
}
|
|
1213
|
+
}, "de_DescribeDomainCommandError");
|
|
1214
|
+
var de_DescribeFraudsterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1215
|
+
if (output.statusCode >= 300) {
|
|
1216
|
+
return de_DescribeFraudsterCommandError(output, context);
|
|
1217
|
+
}
|
|
1218
|
+
const data = await parseBody(output.body, context);
|
|
1219
|
+
let contents = {};
|
|
1220
|
+
contents = de_DescribeFraudsterResponse(data, context);
|
|
1221
|
+
const response = {
|
|
1222
|
+
$metadata: deserializeMetadata(output),
|
|
1223
|
+
...contents
|
|
1224
|
+
};
|
|
1225
|
+
return response;
|
|
1226
|
+
}, "de_DescribeFraudsterCommand");
|
|
1227
|
+
var de_DescribeFraudsterCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1228
|
+
const parsedOutput = {
|
|
1229
|
+
...output,
|
|
1230
|
+
body: await parseErrorBody(output.body, context)
|
|
1231
|
+
};
|
|
1232
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1233
|
+
switch (errorCode) {
|
|
1234
|
+
case "AccessDeniedException":
|
|
1235
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1236
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1237
|
+
case "InternalServerException":
|
|
1238
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1239
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1240
|
+
case "ResourceNotFoundException":
|
|
1241
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1242
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1243
|
+
case "ThrottlingException":
|
|
1244
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1245
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1246
|
+
case "ValidationException":
|
|
1247
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1248
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1249
|
+
default:
|
|
1250
|
+
const parsedBody = parsedOutput.body;
|
|
1251
|
+
return throwDefaultError({
|
|
1252
|
+
output,
|
|
1253
|
+
parsedBody,
|
|
1254
|
+
errorCode
|
|
1255
|
+
});
|
|
1256
|
+
}
|
|
1257
|
+
}, "de_DescribeFraudsterCommandError");
|
|
1258
|
+
var de_DescribeFraudsterRegistrationJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1259
|
+
if (output.statusCode >= 300) {
|
|
1260
|
+
return de_DescribeFraudsterRegistrationJobCommandError(output, context);
|
|
1261
|
+
}
|
|
1262
|
+
const data = await parseBody(output.body, context);
|
|
1263
|
+
let contents = {};
|
|
1264
|
+
contents = de_DescribeFraudsterRegistrationJobResponse(data, context);
|
|
1265
|
+
const response = {
|
|
1266
|
+
$metadata: deserializeMetadata(output),
|
|
1267
|
+
...contents
|
|
1268
|
+
};
|
|
1269
|
+
return response;
|
|
1270
|
+
}, "de_DescribeFraudsterRegistrationJobCommand");
|
|
1271
|
+
var de_DescribeFraudsterRegistrationJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1272
|
+
const parsedOutput = {
|
|
1273
|
+
...output,
|
|
1274
|
+
body: await parseErrorBody(output.body, context)
|
|
1275
|
+
};
|
|
1276
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1277
|
+
switch (errorCode) {
|
|
1278
|
+
case "AccessDeniedException":
|
|
1279
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1280
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1281
|
+
case "InternalServerException":
|
|
1282
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1283
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1284
|
+
case "ResourceNotFoundException":
|
|
1285
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1286
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1287
|
+
case "ThrottlingException":
|
|
1288
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1289
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1290
|
+
case "ValidationException":
|
|
1291
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1292
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1293
|
+
default:
|
|
1294
|
+
const parsedBody = parsedOutput.body;
|
|
1295
|
+
return throwDefaultError({
|
|
1296
|
+
output,
|
|
1297
|
+
parsedBody,
|
|
1298
|
+
errorCode
|
|
1299
|
+
});
|
|
1300
|
+
}
|
|
1301
|
+
}, "de_DescribeFraudsterRegistrationJobCommandError");
|
|
1302
|
+
var de_DescribeSpeakerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1303
|
+
if (output.statusCode >= 300) {
|
|
1304
|
+
return de_DescribeSpeakerCommandError(output, context);
|
|
1305
|
+
}
|
|
1306
|
+
const data = await parseBody(output.body, context);
|
|
1307
|
+
let contents = {};
|
|
1308
|
+
contents = de_DescribeSpeakerResponse(data, context);
|
|
1309
|
+
const response = {
|
|
1310
|
+
$metadata: deserializeMetadata(output),
|
|
1311
|
+
...contents
|
|
1312
|
+
};
|
|
1313
|
+
return response;
|
|
1314
|
+
}, "de_DescribeSpeakerCommand");
|
|
1315
|
+
var de_DescribeSpeakerCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1316
|
+
const parsedOutput = {
|
|
1317
|
+
...output,
|
|
1318
|
+
body: await parseErrorBody(output.body, context)
|
|
1319
|
+
};
|
|
1320
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1321
|
+
switch (errorCode) {
|
|
1322
|
+
case "AccessDeniedException":
|
|
1323
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1324
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1325
|
+
case "InternalServerException":
|
|
1326
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1327
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1328
|
+
case "ResourceNotFoundException":
|
|
1329
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1330
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1331
|
+
case "ThrottlingException":
|
|
1332
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1333
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1334
|
+
case "ValidationException":
|
|
1335
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1336
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1337
|
+
default:
|
|
1338
|
+
const parsedBody = parsedOutput.body;
|
|
1339
|
+
return throwDefaultError({
|
|
1340
|
+
output,
|
|
1341
|
+
parsedBody,
|
|
1342
|
+
errorCode
|
|
1343
|
+
});
|
|
1344
|
+
}
|
|
1345
|
+
}, "de_DescribeSpeakerCommandError");
|
|
1346
|
+
var de_DescribeSpeakerEnrollmentJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1347
|
+
if (output.statusCode >= 300) {
|
|
1348
|
+
return de_DescribeSpeakerEnrollmentJobCommandError(output, context);
|
|
1349
|
+
}
|
|
1350
|
+
const data = await parseBody(output.body, context);
|
|
1351
|
+
let contents = {};
|
|
1352
|
+
contents = de_DescribeSpeakerEnrollmentJobResponse(data, context);
|
|
1353
|
+
const response = {
|
|
1354
|
+
$metadata: deserializeMetadata(output),
|
|
1355
|
+
...contents
|
|
1356
|
+
};
|
|
1357
|
+
return response;
|
|
1358
|
+
}, "de_DescribeSpeakerEnrollmentJobCommand");
|
|
1359
|
+
var de_DescribeSpeakerEnrollmentJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1360
|
+
const parsedOutput = {
|
|
1361
|
+
...output,
|
|
1362
|
+
body: await parseErrorBody(output.body, context)
|
|
1363
|
+
};
|
|
1364
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1365
|
+
switch (errorCode) {
|
|
1366
|
+
case "AccessDeniedException":
|
|
1367
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1368
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1369
|
+
case "InternalServerException":
|
|
1370
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1371
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1372
|
+
case "ResourceNotFoundException":
|
|
1373
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1374
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1375
|
+
case "ThrottlingException":
|
|
1376
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1377
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1378
|
+
case "ValidationException":
|
|
1379
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1380
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1381
|
+
default:
|
|
1382
|
+
const parsedBody = parsedOutput.body;
|
|
1383
|
+
return throwDefaultError({
|
|
1384
|
+
output,
|
|
1385
|
+
parsedBody,
|
|
1386
|
+
errorCode
|
|
1387
|
+
});
|
|
1388
|
+
}
|
|
1389
|
+
}, "de_DescribeSpeakerEnrollmentJobCommandError");
|
|
1390
|
+
var de_DescribeWatchlistCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1391
|
+
if (output.statusCode >= 300) {
|
|
1392
|
+
return de_DescribeWatchlistCommandError(output, context);
|
|
1393
|
+
}
|
|
1394
|
+
const data = await parseBody(output.body, context);
|
|
1395
|
+
let contents = {};
|
|
1396
|
+
contents = de_DescribeWatchlistResponse(data, context);
|
|
1397
|
+
const response = {
|
|
1398
|
+
$metadata: deserializeMetadata(output),
|
|
1399
|
+
...contents
|
|
1400
|
+
};
|
|
1401
|
+
return response;
|
|
1402
|
+
}, "de_DescribeWatchlistCommand");
|
|
1403
|
+
var de_DescribeWatchlistCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1404
|
+
const parsedOutput = {
|
|
1405
|
+
...output,
|
|
1406
|
+
body: await parseErrorBody(output.body, context)
|
|
1407
|
+
};
|
|
1408
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1409
|
+
switch (errorCode) {
|
|
1410
|
+
case "AccessDeniedException":
|
|
1411
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1412
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1413
|
+
case "InternalServerException":
|
|
1414
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1415
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1416
|
+
case "ResourceNotFoundException":
|
|
1417
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1418
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1419
|
+
case "ThrottlingException":
|
|
1420
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1421
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1422
|
+
case "ValidationException":
|
|
1423
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1424
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1425
|
+
default:
|
|
1426
|
+
const parsedBody = parsedOutput.body;
|
|
1427
|
+
return throwDefaultError({
|
|
1428
|
+
output,
|
|
1429
|
+
parsedBody,
|
|
1430
|
+
errorCode
|
|
1431
|
+
});
|
|
1432
|
+
}
|
|
1433
|
+
}, "de_DescribeWatchlistCommandError");
|
|
1434
|
+
var de_DisassociateFraudsterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1435
|
+
if (output.statusCode >= 300) {
|
|
1436
|
+
return de_DisassociateFraudsterCommandError(output, context);
|
|
1437
|
+
}
|
|
1438
|
+
const data = await parseBody(output.body, context);
|
|
1439
|
+
let contents = {};
|
|
1440
|
+
contents = de_DisassociateFraudsterResponse(data, context);
|
|
1441
|
+
const response = {
|
|
1442
|
+
$metadata: deserializeMetadata(output),
|
|
1443
|
+
...contents
|
|
1444
|
+
};
|
|
1445
|
+
return response;
|
|
1446
|
+
}, "de_DisassociateFraudsterCommand");
|
|
1447
|
+
var de_DisassociateFraudsterCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1448
|
+
const parsedOutput = {
|
|
1449
|
+
...output,
|
|
1450
|
+
body: await parseErrorBody(output.body, context)
|
|
1451
|
+
};
|
|
1452
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1453
|
+
switch (errorCode) {
|
|
1454
|
+
case "AccessDeniedException":
|
|
1455
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1456
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1457
|
+
case "ConflictException":
|
|
1458
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
1459
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1460
|
+
case "InternalServerException":
|
|
1461
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1462
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1463
|
+
case "ResourceNotFoundException":
|
|
1464
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1465
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1466
|
+
case "ThrottlingException":
|
|
1467
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1468
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1469
|
+
case "ValidationException":
|
|
1470
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1471
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1472
|
+
default:
|
|
1473
|
+
const parsedBody = parsedOutput.body;
|
|
1474
|
+
return throwDefaultError({
|
|
1475
|
+
output,
|
|
1476
|
+
parsedBody,
|
|
1477
|
+
errorCode
|
|
1478
|
+
});
|
|
1479
|
+
}
|
|
1480
|
+
}, "de_DisassociateFraudsterCommandError");
|
|
1481
|
+
var de_EvaluateSessionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1482
|
+
if (output.statusCode >= 300) {
|
|
1483
|
+
return de_EvaluateSessionCommandError(output, context);
|
|
1484
|
+
}
|
|
1485
|
+
const data = await parseBody(output.body, context);
|
|
1486
|
+
let contents = {};
|
|
1487
|
+
contents = de_EvaluateSessionResponse(data, context);
|
|
1488
|
+
const response = {
|
|
1489
|
+
$metadata: deserializeMetadata(output),
|
|
1490
|
+
...contents
|
|
1491
|
+
};
|
|
1492
|
+
return response;
|
|
1493
|
+
}, "de_EvaluateSessionCommand");
|
|
1494
|
+
var de_EvaluateSessionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1495
|
+
const parsedOutput = {
|
|
1496
|
+
...output,
|
|
1497
|
+
body: await parseErrorBody(output.body, context)
|
|
1498
|
+
};
|
|
1499
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1500
|
+
switch (errorCode) {
|
|
1501
|
+
case "AccessDeniedException":
|
|
1502
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1503
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1504
|
+
case "ConflictException":
|
|
1505
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
1506
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1507
|
+
case "InternalServerException":
|
|
1508
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1509
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1510
|
+
case "ResourceNotFoundException":
|
|
1511
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1512
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1513
|
+
case "ThrottlingException":
|
|
1514
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1515
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1516
|
+
case "ValidationException":
|
|
1517
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1518
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1519
|
+
default:
|
|
1520
|
+
const parsedBody = parsedOutput.body;
|
|
1521
|
+
return throwDefaultError({
|
|
1522
|
+
output,
|
|
1523
|
+
parsedBody,
|
|
1524
|
+
errorCode
|
|
1525
|
+
});
|
|
1526
|
+
}
|
|
1527
|
+
}, "de_EvaluateSessionCommandError");
|
|
1528
|
+
var de_ListDomainsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1529
|
+
if (output.statusCode >= 300) {
|
|
1530
|
+
return de_ListDomainsCommandError(output, context);
|
|
1531
|
+
}
|
|
1532
|
+
const data = await parseBody(output.body, context);
|
|
1533
|
+
let contents = {};
|
|
1534
|
+
contents = de_ListDomainsResponse(data, context);
|
|
1535
|
+
const response = {
|
|
1536
|
+
$metadata: deserializeMetadata(output),
|
|
1537
|
+
...contents
|
|
1538
|
+
};
|
|
1539
|
+
return response;
|
|
1540
|
+
}, "de_ListDomainsCommand");
|
|
1541
|
+
var de_ListDomainsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1542
|
+
const parsedOutput = {
|
|
1543
|
+
...output,
|
|
1544
|
+
body: await parseErrorBody(output.body, context)
|
|
1545
|
+
};
|
|
1546
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1547
|
+
switch (errorCode) {
|
|
1548
|
+
case "AccessDeniedException":
|
|
1549
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1550
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1551
|
+
case "InternalServerException":
|
|
1552
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1553
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1554
|
+
case "ThrottlingException":
|
|
1555
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1556
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1557
|
+
case "ValidationException":
|
|
1558
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1559
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1560
|
+
default:
|
|
1561
|
+
const parsedBody = parsedOutput.body;
|
|
1562
|
+
return throwDefaultError({
|
|
1563
|
+
output,
|
|
1564
|
+
parsedBody,
|
|
1565
|
+
errorCode
|
|
1566
|
+
});
|
|
1567
|
+
}
|
|
1568
|
+
}, "de_ListDomainsCommandError");
|
|
1569
|
+
var de_ListFraudsterRegistrationJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1570
|
+
if (output.statusCode >= 300) {
|
|
1571
|
+
return de_ListFraudsterRegistrationJobsCommandError(output, context);
|
|
1572
|
+
}
|
|
1573
|
+
const data = await parseBody(output.body, context);
|
|
1574
|
+
let contents = {};
|
|
1575
|
+
contents = de_ListFraudsterRegistrationJobsResponse(data, context);
|
|
1576
|
+
const response = {
|
|
1577
|
+
$metadata: deserializeMetadata(output),
|
|
1578
|
+
...contents
|
|
1579
|
+
};
|
|
1580
|
+
return response;
|
|
1581
|
+
}, "de_ListFraudsterRegistrationJobsCommand");
|
|
1582
|
+
var de_ListFraudsterRegistrationJobsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1583
|
+
const parsedOutput = {
|
|
1584
|
+
...output,
|
|
1585
|
+
body: await parseErrorBody(output.body, context)
|
|
1586
|
+
};
|
|
1587
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1588
|
+
switch (errorCode) {
|
|
1589
|
+
case "AccessDeniedException":
|
|
1590
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1591
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1592
|
+
case "InternalServerException":
|
|
1593
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1594
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1595
|
+
case "ResourceNotFoundException":
|
|
1596
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1597
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1598
|
+
case "ThrottlingException":
|
|
1599
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1600
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1601
|
+
case "ValidationException":
|
|
1602
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1603
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1604
|
+
default:
|
|
1605
|
+
const parsedBody = parsedOutput.body;
|
|
1606
|
+
return throwDefaultError({
|
|
1607
|
+
output,
|
|
1608
|
+
parsedBody,
|
|
1609
|
+
errorCode
|
|
1610
|
+
});
|
|
1611
|
+
}
|
|
1612
|
+
}, "de_ListFraudsterRegistrationJobsCommandError");
|
|
1613
|
+
var de_ListFraudstersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1614
|
+
if (output.statusCode >= 300) {
|
|
1615
|
+
return de_ListFraudstersCommandError(output, context);
|
|
1616
|
+
}
|
|
1617
|
+
const data = await parseBody(output.body, context);
|
|
1618
|
+
let contents = {};
|
|
1619
|
+
contents = de_ListFraudstersResponse(data, context);
|
|
1620
|
+
const response = {
|
|
1621
|
+
$metadata: deserializeMetadata(output),
|
|
1622
|
+
...contents
|
|
1623
|
+
};
|
|
1624
|
+
return response;
|
|
1625
|
+
}, "de_ListFraudstersCommand");
|
|
1626
|
+
var de_ListFraudstersCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1627
|
+
const parsedOutput = {
|
|
1628
|
+
...output,
|
|
1629
|
+
body: await parseErrorBody(output.body, context)
|
|
1630
|
+
};
|
|
1631
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1632
|
+
switch (errorCode) {
|
|
1633
|
+
case "AccessDeniedException":
|
|
1634
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1635
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1636
|
+
case "InternalServerException":
|
|
1637
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1638
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1639
|
+
case "ResourceNotFoundException":
|
|
1640
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1641
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1642
|
+
case "ThrottlingException":
|
|
1643
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1644
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1645
|
+
case "ValidationException":
|
|
1646
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1647
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1648
|
+
default:
|
|
1649
|
+
const parsedBody = parsedOutput.body;
|
|
1650
|
+
return throwDefaultError({
|
|
1651
|
+
output,
|
|
1652
|
+
parsedBody,
|
|
1653
|
+
errorCode
|
|
1654
|
+
});
|
|
1655
|
+
}
|
|
1656
|
+
}, "de_ListFraudstersCommandError");
|
|
1657
|
+
var de_ListSpeakerEnrollmentJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1658
|
+
if (output.statusCode >= 300) {
|
|
1659
|
+
return de_ListSpeakerEnrollmentJobsCommandError(output, context);
|
|
1660
|
+
}
|
|
1661
|
+
const data = await parseBody(output.body, context);
|
|
1662
|
+
let contents = {};
|
|
1663
|
+
contents = de_ListSpeakerEnrollmentJobsResponse(data, context);
|
|
1664
|
+
const response = {
|
|
1665
|
+
$metadata: deserializeMetadata(output),
|
|
1666
|
+
...contents
|
|
1667
|
+
};
|
|
1668
|
+
return response;
|
|
1669
|
+
}, "de_ListSpeakerEnrollmentJobsCommand");
|
|
1670
|
+
var de_ListSpeakerEnrollmentJobsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1671
|
+
const parsedOutput = {
|
|
1672
|
+
...output,
|
|
1673
|
+
body: await parseErrorBody(output.body, context)
|
|
1674
|
+
};
|
|
1675
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1676
|
+
switch (errorCode) {
|
|
1677
|
+
case "AccessDeniedException":
|
|
1678
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1679
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1680
|
+
case "InternalServerException":
|
|
1681
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1682
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1683
|
+
case "ResourceNotFoundException":
|
|
1684
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1685
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1686
|
+
case "ThrottlingException":
|
|
1687
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1688
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1689
|
+
case "ValidationException":
|
|
1690
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1691
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1692
|
+
default:
|
|
1693
|
+
const parsedBody = parsedOutput.body;
|
|
1694
|
+
return throwDefaultError({
|
|
1695
|
+
output,
|
|
1696
|
+
parsedBody,
|
|
1697
|
+
errorCode
|
|
1698
|
+
});
|
|
1699
|
+
}
|
|
1700
|
+
}, "de_ListSpeakerEnrollmentJobsCommandError");
|
|
1701
|
+
var de_ListSpeakersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1702
|
+
if (output.statusCode >= 300) {
|
|
1703
|
+
return de_ListSpeakersCommandError(output, context);
|
|
1704
|
+
}
|
|
1705
|
+
const data = await parseBody(output.body, context);
|
|
1706
|
+
let contents = {};
|
|
1707
|
+
contents = de_ListSpeakersResponse(data, context);
|
|
1708
|
+
const response = {
|
|
1709
|
+
$metadata: deserializeMetadata(output),
|
|
1710
|
+
...contents
|
|
1711
|
+
};
|
|
1712
|
+
return response;
|
|
1713
|
+
}, "de_ListSpeakersCommand");
|
|
1714
|
+
var de_ListSpeakersCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1715
|
+
const parsedOutput = {
|
|
1716
|
+
...output,
|
|
1717
|
+
body: await parseErrorBody(output.body, context)
|
|
1718
|
+
};
|
|
1719
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1720
|
+
switch (errorCode) {
|
|
1721
|
+
case "AccessDeniedException":
|
|
1722
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1723
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1724
|
+
case "InternalServerException":
|
|
1725
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1726
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1727
|
+
case "ResourceNotFoundException":
|
|
1728
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1729
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1730
|
+
case "ThrottlingException":
|
|
1731
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1732
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1733
|
+
case "ValidationException":
|
|
1734
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1735
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1736
|
+
default:
|
|
1737
|
+
const parsedBody = parsedOutput.body;
|
|
1738
|
+
return throwDefaultError({
|
|
1739
|
+
output,
|
|
1740
|
+
parsedBody,
|
|
1741
|
+
errorCode
|
|
1742
|
+
});
|
|
1743
|
+
}
|
|
1744
|
+
}, "de_ListSpeakersCommandError");
|
|
1745
|
+
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1746
|
+
if (output.statusCode >= 300) {
|
|
1747
|
+
return de_ListTagsForResourceCommandError(output, context);
|
|
1748
|
+
}
|
|
1749
|
+
const data = await parseBody(output.body, context);
|
|
1750
|
+
let contents = {};
|
|
1751
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1752
|
+
const response = {
|
|
1753
|
+
$metadata: deserializeMetadata(output),
|
|
1754
|
+
...contents
|
|
1755
|
+
};
|
|
1756
|
+
return response;
|
|
1757
|
+
}, "de_ListTagsForResourceCommand");
|
|
1758
|
+
var de_ListTagsForResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1759
|
+
const parsedOutput = {
|
|
1760
|
+
...output,
|
|
1761
|
+
body: await parseErrorBody(output.body, context)
|
|
1762
|
+
};
|
|
1763
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1764
|
+
switch (errorCode) {
|
|
1765
|
+
case "AccessDeniedException":
|
|
1766
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1767
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1768
|
+
case "InternalServerException":
|
|
1769
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1770
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1771
|
+
case "ResourceNotFoundException":
|
|
1772
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1773
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1774
|
+
case "ThrottlingException":
|
|
1775
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1776
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1777
|
+
case "ValidationException":
|
|
1778
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1779
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1780
|
+
default:
|
|
1781
|
+
const parsedBody = parsedOutput.body;
|
|
1782
|
+
return throwDefaultError({
|
|
1783
|
+
output,
|
|
1784
|
+
parsedBody,
|
|
1785
|
+
errorCode
|
|
1786
|
+
});
|
|
1787
|
+
}
|
|
1788
|
+
}, "de_ListTagsForResourceCommandError");
|
|
1789
|
+
var de_ListWatchlistsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1790
|
+
if (output.statusCode >= 300) {
|
|
1791
|
+
return de_ListWatchlistsCommandError(output, context);
|
|
1792
|
+
}
|
|
1793
|
+
const data = await parseBody(output.body, context);
|
|
1794
|
+
let contents = {};
|
|
1795
|
+
contents = de_ListWatchlistsResponse(data, context);
|
|
1796
|
+
const response = {
|
|
1797
|
+
$metadata: deserializeMetadata(output),
|
|
1798
|
+
...contents
|
|
1799
|
+
};
|
|
1800
|
+
return response;
|
|
1801
|
+
}, "de_ListWatchlistsCommand");
|
|
1802
|
+
var de_ListWatchlistsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1803
|
+
const parsedOutput = {
|
|
1804
|
+
...output,
|
|
1805
|
+
body: await parseErrorBody(output.body, context)
|
|
1806
|
+
};
|
|
1807
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1808
|
+
switch (errorCode) {
|
|
1809
|
+
case "AccessDeniedException":
|
|
1810
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1811
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1812
|
+
case "InternalServerException":
|
|
1813
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1814
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1815
|
+
case "ResourceNotFoundException":
|
|
1816
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1817
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1818
|
+
case "ThrottlingException":
|
|
1819
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1820
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1821
|
+
case "ValidationException":
|
|
1822
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1823
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1824
|
+
default:
|
|
1825
|
+
const parsedBody = parsedOutput.body;
|
|
1826
|
+
return throwDefaultError({
|
|
1827
|
+
output,
|
|
1828
|
+
parsedBody,
|
|
1829
|
+
errorCode
|
|
1830
|
+
});
|
|
1831
|
+
}
|
|
1832
|
+
}, "de_ListWatchlistsCommandError");
|
|
1833
|
+
var de_OptOutSpeakerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1834
|
+
if (output.statusCode >= 300) {
|
|
1835
|
+
return de_OptOutSpeakerCommandError(output, context);
|
|
1836
|
+
}
|
|
1837
|
+
const data = await parseBody(output.body, context);
|
|
1838
|
+
let contents = {};
|
|
1839
|
+
contents = de_OptOutSpeakerResponse(data, context);
|
|
1840
|
+
const response = {
|
|
1841
|
+
$metadata: deserializeMetadata(output),
|
|
1842
|
+
...contents
|
|
1843
|
+
};
|
|
1844
|
+
return response;
|
|
1845
|
+
}, "de_OptOutSpeakerCommand");
|
|
1846
|
+
var de_OptOutSpeakerCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1847
|
+
const parsedOutput = {
|
|
1848
|
+
...output,
|
|
1849
|
+
body: await parseErrorBody(output.body, context)
|
|
1850
|
+
};
|
|
1851
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1852
|
+
switch (errorCode) {
|
|
1853
|
+
case "AccessDeniedException":
|
|
1854
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1855
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1856
|
+
case "ConflictException":
|
|
1857
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
1858
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1859
|
+
case "InternalServerException":
|
|
1860
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1861
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1862
|
+
case "ResourceNotFoundException":
|
|
1863
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1864
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1865
|
+
case "ServiceQuotaExceededException":
|
|
1866
|
+
case "com.amazonaws.voiceid#ServiceQuotaExceededException":
|
|
1867
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1868
|
+
case "ThrottlingException":
|
|
1869
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1870
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1871
|
+
case "ValidationException":
|
|
1872
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1873
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1874
|
+
default:
|
|
1875
|
+
const parsedBody = parsedOutput.body;
|
|
1876
|
+
return throwDefaultError({
|
|
1877
|
+
output,
|
|
1878
|
+
parsedBody,
|
|
1879
|
+
errorCode
|
|
1880
|
+
});
|
|
1881
|
+
}
|
|
1882
|
+
}, "de_OptOutSpeakerCommandError");
|
|
1883
|
+
var de_StartFraudsterRegistrationJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1884
|
+
if (output.statusCode >= 300) {
|
|
1885
|
+
return de_StartFraudsterRegistrationJobCommandError(output, context);
|
|
1886
|
+
}
|
|
1887
|
+
const data = await parseBody(output.body, context);
|
|
1888
|
+
let contents = {};
|
|
1889
|
+
contents = de_StartFraudsterRegistrationJobResponse(data, context);
|
|
1890
|
+
const response = {
|
|
1891
|
+
$metadata: deserializeMetadata(output),
|
|
1892
|
+
...contents
|
|
1893
|
+
};
|
|
1894
|
+
return response;
|
|
1895
|
+
}, "de_StartFraudsterRegistrationJobCommand");
|
|
1896
|
+
var de_StartFraudsterRegistrationJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1897
|
+
const parsedOutput = {
|
|
1898
|
+
...output,
|
|
1899
|
+
body: await parseErrorBody(output.body, context)
|
|
1900
|
+
};
|
|
1901
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1902
|
+
switch (errorCode) {
|
|
1903
|
+
case "AccessDeniedException":
|
|
1904
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1905
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1906
|
+
case "ConflictException":
|
|
1907
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
1908
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1909
|
+
case "InternalServerException":
|
|
1910
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1911
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1912
|
+
case "ResourceNotFoundException":
|
|
1913
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1914
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1915
|
+
case "ServiceQuotaExceededException":
|
|
1916
|
+
case "com.amazonaws.voiceid#ServiceQuotaExceededException":
|
|
1917
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1918
|
+
case "ThrottlingException":
|
|
1919
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1920
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1921
|
+
case "ValidationException":
|
|
1922
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1923
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1924
|
+
default:
|
|
1925
|
+
const parsedBody = parsedOutput.body;
|
|
1926
|
+
return throwDefaultError({
|
|
1927
|
+
output,
|
|
1928
|
+
parsedBody,
|
|
1929
|
+
errorCode
|
|
1930
|
+
});
|
|
1931
|
+
}
|
|
1932
|
+
}, "de_StartFraudsterRegistrationJobCommandError");
|
|
1933
|
+
var de_StartSpeakerEnrollmentJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1934
|
+
if (output.statusCode >= 300) {
|
|
1935
|
+
return de_StartSpeakerEnrollmentJobCommandError(output, context);
|
|
1936
|
+
}
|
|
1937
|
+
const data = await parseBody(output.body, context);
|
|
1938
|
+
let contents = {};
|
|
1939
|
+
contents = de_StartSpeakerEnrollmentJobResponse(data, context);
|
|
1940
|
+
const response = {
|
|
1941
|
+
$metadata: deserializeMetadata(output),
|
|
1942
|
+
...contents
|
|
1943
|
+
};
|
|
1944
|
+
return response;
|
|
1945
|
+
}, "de_StartSpeakerEnrollmentJobCommand");
|
|
1946
|
+
var de_StartSpeakerEnrollmentJobCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1947
|
+
const parsedOutput = {
|
|
1948
|
+
...output,
|
|
1949
|
+
body: await parseErrorBody(output.body, context)
|
|
1950
|
+
};
|
|
1951
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1952
|
+
switch (errorCode) {
|
|
1953
|
+
case "AccessDeniedException":
|
|
1954
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
1955
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
1956
|
+
case "ConflictException":
|
|
1957
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
1958
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
1959
|
+
case "InternalServerException":
|
|
1960
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
1961
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1962
|
+
case "ResourceNotFoundException":
|
|
1963
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
1964
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1965
|
+
case "ServiceQuotaExceededException":
|
|
1966
|
+
case "com.amazonaws.voiceid#ServiceQuotaExceededException":
|
|
1967
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1968
|
+
case "ThrottlingException":
|
|
1969
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
1970
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1971
|
+
case "ValidationException":
|
|
1972
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
1973
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
1974
|
+
default:
|
|
1975
|
+
const parsedBody = parsedOutput.body;
|
|
1976
|
+
return throwDefaultError({
|
|
1977
|
+
output,
|
|
1978
|
+
parsedBody,
|
|
1979
|
+
errorCode
|
|
1980
|
+
});
|
|
1981
|
+
}
|
|
1982
|
+
}, "de_StartSpeakerEnrollmentJobCommandError");
|
|
1983
|
+
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1984
|
+
if (output.statusCode >= 300) {
|
|
1985
|
+
return de_TagResourceCommandError(output, context);
|
|
1986
|
+
}
|
|
1987
|
+
const data = await parseBody(output.body, context);
|
|
1988
|
+
let contents = {};
|
|
1989
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1990
|
+
const response = {
|
|
1991
|
+
$metadata: deserializeMetadata(output),
|
|
1992
|
+
...contents
|
|
1993
|
+
};
|
|
1994
|
+
return response;
|
|
1995
|
+
}, "de_TagResourceCommand");
|
|
1996
|
+
var de_TagResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1997
|
+
const parsedOutput = {
|
|
1998
|
+
...output,
|
|
1999
|
+
body: await parseErrorBody(output.body, context)
|
|
2000
|
+
};
|
|
2001
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2002
|
+
switch (errorCode) {
|
|
2003
|
+
case "AccessDeniedException":
|
|
2004
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
2005
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
2006
|
+
case "ConflictException":
|
|
2007
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
2008
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2009
|
+
case "InternalServerException":
|
|
2010
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
2011
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
2012
|
+
case "ResourceNotFoundException":
|
|
2013
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
2014
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2015
|
+
case "ThrottlingException":
|
|
2016
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
2017
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
2018
|
+
case "ValidationException":
|
|
2019
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
2020
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2021
|
+
default:
|
|
2022
|
+
const parsedBody = parsedOutput.body;
|
|
2023
|
+
return throwDefaultError({
|
|
2024
|
+
output,
|
|
2025
|
+
parsedBody,
|
|
2026
|
+
errorCode
|
|
2027
|
+
});
|
|
2028
|
+
}
|
|
2029
|
+
}, "de_TagResourceCommandError");
|
|
2030
|
+
var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2031
|
+
if (output.statusCode >= 300) {
|
|
2032
|
+
return de_UntagResourceCommandError(output, context);
|
|
2033
|
+
}
|
|
2034
|
+
const data = await parseBody(output.body, context);
|
|
2035
|
+
let contents = {};
|
|
2036
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2037
|
+
const response = {
|
|
2038
|
+
$metadata: deserializeMetadata(output),
|
|
2039
|
+
...contents
|
|
2040
|
+
};
|
|
2041
|
+
return response;
|
|
2042
|
+
}, "de_UntagResourceCommand");
|
|
2043
|
+
var de_UntagResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2044
|
+
const parsedOutput = {
|
|
2045
|
+
...output,
|
|
2046
|
+
body: await parseErrorBody(output.body, context)
|
|
2047
|
+
};
|
|
2048
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2049
|
+
switch (errorCode) {
|
|
2050
|
+
case "AccessDeniedException":
|
|
2051
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
2052
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
2053
|
+
case "ConflictException":
|
|
2054
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
2055
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2056
|
+
case "InternalServerException":
|
|
2057
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
2058
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
2059
|
+
case "ResourceNotFoundException":
|
|
2060
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
2061
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2062
|
+
case "ThrottlingException":
|
|
2063
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
2064
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
2065
|
+
case "ValidationException":
|
|
2066
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
2067
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2068
|
+
default:
|
|
2069
|
+
const parsedBody = parsedOutput.body;
|
|
2070
|
+
return throwDefaultError({
|
|
2071
|
+
output,
|
|
2072
|
+
parsedBody,
|
|
2073
|
+
errorCode
|
|
2074
|
+
});
|
|
2075
|
+
}
|
|
2076
|
+
}, "de_UntagResourceCommandError");
|
|
2077
|
+
var de_UpdateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2078
|
+
if (output.statusCode >= 300) {
|
|
2079
|
+
return de_UpdateDomainCommandError(output, context);
|
|
2080
|
+
}
|
|
2081
|
+
const data = await parseBody(output.body, context);
|
|
2082
|
+
let contents = {};
|
|
2083
|
+
contents = de_UpdateDomainResponse(data, context);
|
|
2084
|
+
const response = {
|
|
2085
|
+
$metadata: deserializeMetadata(output),
|
|
2086
|
+
...contents
|
|
2087
|
+
};
|
|
2088
|
+
return response;
|
|
2089
|
+
}, "de_UpdateDomainCommand");
|
|
2090
|
+
var de_UpdateDomainCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2091
|
+
const parsedOutput = {
|
|
2092
|
+
...output,
|
|
2093
|
+
body: await parseErrorBody(output.body, context)
|
|
2094
|
+
};
|
|
2095
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2096
|
+
switch (errorCode) {
|
|
2097
|
+
case "AccessDeniedException":
|
|
2098
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
2099
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
2100
|
+
case "ConflictException":
|
|
2101
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
2102
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2103
|
+
case "InternalServerException":
|
|
2104
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
2105
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
2106
|
+
case "ResourceNotFoundException":
|
|
2107
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
2108
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2109
|
+
case "ThrottlingException":
|
|
2110
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
2111
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
2112
|
+
case "ValidationException":
|
|
2113
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
2114
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2115
|
+
default:
|
|
2116
|
+
const parsedBody = parsedOutput.body;
|
|
2117
|
+
return throwDefaultError({
|
|
2118
|
+
output,
|
|
2119
|
+
parsedBody,
|
|
2120
|
+
errorCode
|
|
2121
|
+
});
|
|
2122
|
+
}
|
|
2123
|
+
}, "de_UpdateDomainCommandError");
|
|
2124
|
+
var de_UpdateWatchlistCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2125
|
+
if (output.statusCode >= 300) {
|
|
2126
|
+
return de_UpdateWatchlistCommandError(output, context);
|
|
2127
|
+
}
|
|
2128
|
+
const data = await parseBody(output.body, context);
|
|
2129
|
+
let contents = {};
|
|
2130
|
+
contents = de_UpdateWatchlistResponse(data, context);
|
|
2131
|
+
const response = {
|
|
2132
|
+
$metadata: deserializeMetadata(output),
|
|
2133
|
+
...contents
|
|
2134
|
+
};
|
|
2135
|
+
return response;
|
|
2136
|
+
}, "de_UpdateWatchlistCommand");
|
|
2137
|
+
var de_UpdateWatchlistCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2138
|
+
const parsedOutput = {
|
|
2139
|
+
...output,
|
|
2140
|
+
body: await parseErrorBody(output.body, context)
|
|
2141
|
+
};
|
|
2142
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2143
|
+
switch (errorCode) {
|
|
2144
|
+
case "AccessDeniedException":
|
|
2145
|
+
case "com.amazonaws.voiceid#AccessDeniedException":
|
|
2146
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
2147
|
+
case "ConflictException":
|
|
2148
|
+
case "com.amazonaws.voiceid#ConflictException":
|
|
2149
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
2150
|
+
case "InternalServerException":
|
|
2151
|
+
case "com.amazonaws.voiceid#InternalServerException":
|
|
2152
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
2153
|
+
case "ResourceNotFoundException":
|
|
2154
|
+
case "com.amazonaws.voiceid#ResourceNotFoundException":
|
|
2155
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2156
|
+
case "ThrottlingException":
|
|
2157
|
+
case "com.amazonaws.voiceid#ThrottlingException":
|
|
2158
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
2159
|
+
case "ValidationException":
|
|
2160
|
+
case "com.amazonaws.voiceid#ValidationException":
|
|
2161
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2162
|
+
default:
|
|
2163
|
+
const parsedBody = parsedOutput.body;
|
|
2164
|
+
return throwDefaultError({
|
|
2165
|
+
output,
|
|
2166
|
+
parsedBody,
|
|
2167
|
+
errorCode
|
|
2168
|
+
});
|
|
2169
|
+
}
|
|
2170
|
+
}, "de_UpdateWatchlistCommandError");
|
|
2171
|
+
var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2172
|
+
const body = parsedOutput.body;
|
|
2173
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2174
|
+
const exception = new AccessDeniedException({
|
|
2175
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2176
|
+
...deserialized
|
|
2177
|
+
});
|
|
2178
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2179
|
+
}, "de_AccessDeniedExceptionRes");
|
|
2180
|
+
var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2181
|
+
const body = parsedOutput.body;
|
|
2182
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2183
|
+
const exception = new ConflictException({
|
|
2184
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2185
|
+
...deserialized
|
|
2186
|
+
});
|
|
2187
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2188
|
+
}, "de_ConflictExceptionRes");
|
|
2189
|
+
var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2190
|
+
const body = parsedOutput.body;
|
|
2191
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2192
|
+
const exception = new InternalServerException({
|
|
2193
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2194
|
+
...deserialized
|
|
2195
|
+
});
|
|
2196
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2197
|
+
}, "de_InternalServerExceptionRes");
|
|
2198
|
+
var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2199
|
+
const body = parsedOutput.body;
|
|
2200
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2201
|
+
const exception = new ResourceNotFoundException({
|
|
2202
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2203
|
+
...deserialized
|
|
2204
|
+
});
|
|
2205
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2206
|
+
}, "de_ResourceNotFoundExceptionRes");
|
|
2207
|
+
var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2208
|
+
const body = parsedOutput.body;
|
|
2209
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2210
|
+
const exception = new ServiceQuotaExceededException({
|
|
2211
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2212
|
+
...deserialized
|
|
2213
|
+
});
|
|
2214
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2215
|
+
}, "de_ServiceQuotaExceededExceptionRes");
|
|
2216
|
+
var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2217
|
+
const body = parsedOutput.body;
|
|
2218
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2219
|
+
const exception = new ThrottlingException({
|
|
2220
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2221
|
+
...deserialized
|
|
2222
|
+
});
|
|
2223
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2224
|
+
}, "de_ThrottlingExceptionRes");
|
|
2225
|
+
var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2226
|
+
const body = parsedOutput.body;
|
|
2227
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2228
|
+
const exception = new ValidationException({
|
|
2229
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2230
|
+
...deserialized
|
|
2231
|
+
});
|
|
2232
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2233
|
+
}, "de_ValidationExceptionRes");
|
|
2234
|
+
var se_CreateDomainRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2235
|
+
return (0, import_smithy_client.take)(input, {
|
|
2236
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2237
|
+
Description: [],
|
|
2238
|
+
Name: [],
|
|
2239
|
+
ServerSideEncryptionConfiguration: import_smithy_client._json,
|
|
2240
|
+
Tags: import_smithy_client._json
|
|
2241
|
+
});
|
|
2242
|
+
}, "se_CreateDomainRequest");
|
|
2243
|
+
var se_CreateWatchlistRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2244
|
+
return (0, import_smithy_client.take)(input, {
|
|
2245
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2246
|
+
Description: [],
|
|
2247
|
+
DomainId: [],
|
|
2248
|
+
Name: []
|
|
2249
|
+
});
|
|
2250
|
+
}, "se_CreateWatchlistRequest");
|
|
2251
|
+
var se_StartFraudsterRegistrationJobRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2252
|
+
return (0, import_smithy_client.take)(input, {
|
|
2253
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2254
|
+
DataAccessRoleArn: [],
|
|
2255
|
+
DomainId: [],
|
|
2256
|
+
InputDataConfig: import_smithy_client._json,
|
|
2257
|
+
JobName: [],
|
|
2258
|
+
OutputDataConfig: import_smithy_client._json,
|
|
2259
|
+
RegistrationConfig: import_smithy_client._json
|
|
2260
|
+
});
|
|
2261
|
+
}, "se_StartFraudsterRegistrationJobRequest");
|
|
2262
|
+
var se_StartSpeakerEnrollmentJobRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2263
|
+
return (0, import_smithy_client.take)(input, {
|
|
2264
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2265
|
+
DataAccessRoleArn: [],
|
|
2266
|
+
DomainId: [],
|
|
2267
|
+
EnrollmentConfig: import_smithy_client._json,
|
|
2268
|
+
InputDataConfig: import_smithy_client._json,
|
|
2269
|
+
JobName: [],
|
|
2270
|
+
OutputDataConfig: import_smithy_client._json
|
|
2271
|
+
});
|
|
2272
|
+
}, "se_StartSpeakerEnrollmentJobRequest");
|
|
2273
|
+
var de_AssociateFraudsterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2274
|
+
return (0, import_smithy_client.take)(output, {
|
|
2275
|
+
Fraudster: (_) => de_Fraudster(_, context)
|
|
2276
|
+
});
|
|
2277
|
+
}, "de_AssociateFraudsterResponse");
|
|
2278
|
+
var de_AuthenticationResult = /* @__PURE__ */ __name((output, context) => {
|
|
2279
|
+
return (0, import_smithy_client.take)(output, {
|
|
2280
|
+
AudioAggregationEndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2281
|
+
AudioAggregationStartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2282
|
+
AuthenticationResultId: import_smithy_client.expectString,
|
|
2283
|
+
Configuration: import_smithy_client._json,
|
|
2284
|
+
CustomerSpeakerId: import_smithy_client.expectString,
|
|
2285
|
+
Decision: import_smithy_client.expectString,
|
|
2286
|
+
GeneratedSpeakerId: import_smithy_client.expectString,
|
|
2287
|
+
Score: import_smithy_client.expectInt32
|
|
2288
|
+
});
|
|
2289
|
+
}, "de_AuthenticationResult");
|
|
2290
|
+
var de_CreateDomainResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2291
|
+
return (0, import_smithy_client.take)(output, {
|
|
2292
|
+
Domain: (_) => de_Domain(_, context)
|
|
2293
|
+
});
|
|
2294
|
+
}, "de_CreateDomainResponse");
|
|
2295
|
+
var de_CreateWatchlistResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2296
|
+
return (0, import_smithy_client.take)(output, {
|
|
2297
|
+
Watchlist: (_) => de_Watchlist(_, context)
|
|
2298
|
+
});
|
|
2299
|
+
}, "de_CreateWatchlistResponse");
|
|
2300
|
+
var de_DescribeDomainResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2301
|
+
return (0, import_smithy_client.take)(output, {
|
|
2302
|
+
Domain: (_) => de_Domain(_, context)
|
|
2303
|
+
});
|
|
2304
|
+
}, "de_DescribeDomainResponse");
|
|
2305
|
+
var de_DescribeFraudsterRegistrationJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2306
|
+
return (0, import_smithy_client.take)(output, {
|
|
2307
|
+
Job: (_) => de_FraudsterRegistrationJob(_, context)
|
|
2308
|
+
});
|
|
2309
|
+
}, "de_DescribeFraudsterRegistrationJobResponse");
|
|
2310
|
+
var de_DescribeFraudsterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2311
|
+
return (0, import_smithy_client.take)(output, {
|
|
2312
|
+
Fraudster: (_) => de_Fraudster(_, context)
|
|
2313
|
+
});
|
|
2314
|
+
}, "de_DescribeFraudsterResponse");
|
|
2315
|
+
var de_DescribeSpeakerEnrollmentJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2316
|
+
return (0, import_smithy_client.take)(output, {
|
|
2317
|
+
Job: (_) => de_SpeakerEnrollmentJob(_, context)
|
|
2318
|
+
});
|
|
2319
|
+
}, "de_DescribeSpeakerEnrollmentJobResponse");
|
|
2320
|
+
var de_DescribeSpeakerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2321
|
+
return (0, import_smithy_client.take)(output, {
|
|
2322
|
+
Speaker: (_) => de_Speaker(_, context)
|
|
2323
|
+
});
|
|
2324
|
+
}, "de_DescribeSpeakerResponse");
|
|
2325
|
+
var de_DescribeWatchlistResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2326
|
+
return (0, import_smithy_client.take)(output, {
|
|
2327
|
+
Watchlist: (_) => de_Watchlist(_, context)
|
|
2328
|
+
});
|
|
2329
|
+
}, "de_DescribeWatchlistResponse");
|
|
2330
|
+
var de_DisassociateFraudsterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2331
|
+
return (0, import_smithy_client.take)(output, {
|
|
2332
|
+
Fraudster: (_) => de_Fraudster(_, context)
|
|
2333
|
+
});
|
|
2334
|
+
}, "de_DisassociateFraudsterResponse");
|
|
2335
|
+
var de_Domain = /* @__PURE__ */ __name((output, context) => {
|
|
2336
|
+
return (0, import_smithy_client.take)(output, {
|
|
2337
|
+
Arn: import_smithy_client.expectString,
|
|
2338
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2339
|
+
Description: import_smithy_client.expectString,
|
|
2340
|
+
DomainId: import_smithy_client.expectString,
|
|
2341
|
+
DomainStatus: import_smithy_client.expectString,
|
|
2342
|
+
Name: import_smithy_client.expectString,
|
|
2343
|
+
ServerSideEncryptionConfiguration: import_smithy_client._json,
|
|
2344
|
+
ServerSideEncryptionUpdateDetails: import_smithy_client._json,
|
|
2345
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2346
|
+
WatchlistDetails: import_smithy_client._json
|
|
2347
|
+
});
|
|
2348
|
+
}, "de_Domain");
|
|
2349
|
+
var de_DomainSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2350
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2351
|
+
return de_DomainSummary(entry, context);
|
|
2352
|
+
});
|
|
2353
|
+
return retVal;
|
|
2354
|
+
}, "de_DomainSummaries");
|
|
2355
|
+
var de_DomainSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2356
|
+
return (0, import_smithy_client.take)(output, {
|
|
2357
|
+
Arn: import_smithy_client.expectString,
|
|
2358
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2359
|
+
Description: import_smithy_client.expectString,
|
|
2360
|
+
DomainId: import_smithy_client.expectString,
|
|
2361
|
+
DomainStatus: import_smithy_client.expectString,
|
|
2362
|
+
Name: import_smithy_client.expectString,
|
|
2363
|
+
ServerSideEncryptionConfiguration: import_smithy_client._json,
|
|
2364
|
+
ServerSideEncryptionUpdateDetails: import_smithy_client._json,
|
|
2365
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2366
|
+
WatchlistDetails: import_smithy_client._json
|
|
2367
|
+
});
|
|
2368
|
+
}, "de_DomainSummary");
|
|
2369
|
+
var de_EvaluateSessionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2370
|
+
return (0, import_smithy_client.take)(output, {
|
|
2371
|
+
AuthenticationResult: (_) => de_AuthenticationResult(_, context),
|
|
2372
|
+
DomainId: import_smithy_client.expectString,
|
|
2373
|
+
FraudDetectionResult: (_) => de_FraudDetectionResult(_, context),
|
|
2374
|
+
SessionId: import_smithy_client.expectString,
|
|
2375
|
+
SessionName: import_smithy_client.expectString,
|
|
2376
|
+
StreamingStatus: import_smithy_client.expectString
|
|
2377
|
+
});
|
|
2378
|
+
}, "de_EvaluateSessionResponse");
|
|
2379
|
+
var de_FraudDetectionResult = /* @__PURE__ */ __name((output, context) => {
|
|
2380
|
+
return (0, import_smithy_client.take)(output, {
|
|
2381
|
+
AudioAggregationEndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2382
|
+
AudioAggregationStartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2383
|
+
Configuration: import_smithy_client._json,
|
|
2384
|
+
Decision: import_smithy_client.expectString,
|
|
2385
|
+
FraudDetectionResultId: import_smithy_client.expectString,
|
|
2386
|
+
Reasons: import_smithy_client._json,
|
|
2387
|
+
RiskDetails: import_smithy_client._json
|
|
2388
|
+
});
|
|
2389
|
+
}, "de_FraudDetectionResult");
|
|
2390
|
+
var de_Fraudster = /* @__PURE__ */ __name((output, context) => {
|
|
2391
|
+
return (0, import_smithy_client.take)(output, {
|
|
2392
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2393
|
+
DomainId: import_smithy_client.expectString,
|
|
2394
|
+
GeneratedFraudsterId: import_smithy_client.expectString,
|
|
2395
|
+
WatchlistIds: import_smithy_client._json
|
|
2396
|
+
});
|
|
2397
|
+
}, "de_Fraudster");
|
|
2398
|
+
var de_FraudsterRegistrationJob = /* @__PURE__ */ __name((output, context) => {
|
|
2399
|
+
return (0, import_smithy_client.take)(output, {
|
|
2400
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2401
|
+
DataAccessRoleArn: import_smithy_client.expectString,
|
|
2402
|
+
DomainId: import_smithy_client.expectString,
|
|
2403
|
+
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2404
|
+
FailureDetails: import_smithy_client._json,
|
|
2405
|
+
InputDataConfig: import_smithy_client._json,
|
|
2406
|
+
JobId: import_smithy_client.expectString,
|
|
2407
|
+
JobName: import_smithy_client.expectString,
|
|
2408
|
+
JobProgress: import_smithy_client._json,
|
|
2409
|
+
JobStatus: import_smithy_client.expectString,
|
|
2410
|
+
OutputDataConfig: import_smithy_client._json,
|
|
2411
|
+
RegistrationConfig: import_smithy_client._json
|
|
2412
|
+
});
|
|
2413
|
+
}, "de_FraudsterRegistrationJob");
|
|
2414
|
+
var de_FraudsterRegistrationJobSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2415
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2416
|
+
return de_FraudsterRegistrationJobSummary(entry, context);
|
|
2417
|
+
});
|
|
2418
|
+
return retVal;
|
|
2419
|
+
}, "de_FraudsterRegistrationJobSummaries");
|
|
2420
|
+
var de_FraudsterRegistrationJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2421
|
+
return (0, import_smithy_client.take)(output, {
|
|
2422
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2423
|
+
DomainId: import_smithy_client.expectString,
|
|
2424
|
+
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2425
|
+
FailureDetails: import_smithy_client._json,
|
|
2426
|
+
JobId: import_smithy_client.expectString,
|
|
2427
|
+
JobName: import_smithy_client.expectString,
|
|
2428
|
+
JobProgress: import_smithy_client._json,
|
|
2429
|
+
JobStatus: import_smithy_client.expectString
|
|
2430
|
+
});
|
|
2431
|
+
}, "de_FraudsterRegistrationJobSummary");
|
|
2432
|
+
var de_FraudsterSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2433
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2434
|
+
return de_FraudsterSummary(entry, context);
|
|
2435
|
+
});
|
|
2436
|
+
return retVal;
|
|
2437
|
+
}, "de_FraudsterSummaries");
|
|
2438
|
+
var de_FraudsterSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2439
|
+
return (0, import_smithy_client.take)(output, {
|
|
2440
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2441
|
+
DomainId: import_smithy_client.expectString,
|
|
2442
|
+
GeneratedFraudsterId: import_smithy_client.expectString,
|
|
2443
|
+
WatchlistIds: import_smithy_client._json
|
|
2444
|
+
});
|
|
2445
|
+
}, "de_FraudsterSummary");
|
|
2446
|
+
var de_ListDomainsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2447
|
+
return (0, import_smithy_client.take)(output, {
|
|
2448
|
+
DomainSummaries: (_) => de_DomainSummaries(_, context),
|
|
2449
|
+
NextToken: import_smithy_client.expectString
|
|
2450
|
+
});
|
|
2451
|
+
}, "de_ListDomainsResponse");
|
|
2452
|
+
var de_ListFraudsterRegistrationJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2453
|
+
return (0, import_smithy_client.take)(output, {
|
|
2454
|
+
JobSummaries: (_) => de_FraudsterRegistrationJobSummaries(_, context),
|
|
2455
|
+
NextToken: import_smithy_client.expectString
|
|
2456
|
+
});
|
|
2457
|
+
}, "de_ListFraudsterRegistrationJobsResponse");
|
|
2458
|
+
var de_ListFraudstersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2459
|
+
return (0, import_smithy_client.take)(output, {
|
|
2460
|
+
FraudsterSummaries: (_) => de_FraudsterSummaries(_, context),
|
|
2461
|
+
NextToken: import_smithy_client.expectString
|
|
2462
|
+
});
|
|
2463
|
+
}, "de_ListFraudstersResponse");
|
|
2464
|
+
var de_ListSpeakerEnrollmentJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2465
|
+
return (0, import_smithy_client.take)(output, {
|
|
2466
|
+
JobSummaries: (_) => de_SpeakerEnrollmentJobSummaries(_, context),
|
|
2467
|
+
NextToken: import_smithy_client.expectString
|
|
2468
|
+
});
|
|
2469
|
+
}, "de_ListSpeakerEnrollmentJobsResponse");
|
|
2470
|
+
var de_ListSpeakersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2471
|
+
return (0, import_smithy_client.take)(output, {
|
|
2472
|
+
NextToken: import_smithy_client.expectString,
|
|
2473
|
+
SpeakerSummaries: (_) => de_SpeakerSummaries(_, context)
|
|
2474
|
+
});
|
|
2475
|
+
}, "de_ListSpeakersResponse");
|
|
2476
|
+
var de_ListWatchlistsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2477
|
+
return (0, import_smithy_client.take)(output, {
|
|
2478
|
+
NextToken: import_smithy_client.expectString,
|
|
2479
|
+
WatchlistSummaries: (_) => de_WatchlistSummaries(_, context)
|
|
2480
|
+
});
|
|
2481
|
+
}, "de_ListWatchlistsResponse");
|
|
2482
|
+
var de_OptOutSpeakerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2483
|
+
return (0, import_smithy_client.take)(output, {
|
|
2484
|
+
Speaker: (_) => de_Speaker(_, context)
|
|
2485
|
+
});
|
|
2486
|
+
}, "de_OptOutSpeakerResponse");
|
|
2487
|
+
var de_Speaker = /* @__PURE__ */ __name((output, context) => {
|
|
2488
|
+
return (0, import_smithy_client.take)(output, {
|
|
2489
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2490
|
+
CustomerSpeakerId: import_smithy_client.expectString,
|
|
2491
|
+
DomainId: import_smithy_client.expectString,
|
|
2492
|
+
GeneratedSpeakerId: import_smithy_client.expectString,
|
|
2493
|
+
LastAccessedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2494
|
+
Status: import_smithy_client.expectString,
|
|
2495
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2496
|
+
});
|
|
2497
|
+
}, "de_Speaker");
|
|
2498
|
+
var de_SpeakerEnrollmentJob = /* @__PURE__ */ __name((output, context) => {
|
|
2499
|
+
return (0, import_smithy_client.take)(output, {
|
|
2500
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2501
|
+
DataAccessRoleArn: import_smithy_client.expectString,
|
|
2502
|
+
DomainId: import_smithy_client.expectString,
|
|
2503
|
+
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2504
|
+
EnrollmentConfig: import_smithy_client._json,
|
|
2505
|
+
FailureDetails: import_smithy_client._json,
|
|
2506
|
+
InputDataConfig: import_smithy_client._json,
|
|
2507
|
+
JobId: import_smithy_client.expectString,
|
|
2508
|
+
JobName: import_smithy_client.expectString,
|
|
2509
|
+
JobProgress: import_smithy_client._json,
|
|
2510
|
+
JobStatus: import_smithy_client.expectString,
|
|
2511
|
+
OutputDataConfig: import_smithy_client._json
|
|
2512
|
+
});
|
|
2513
|
+
}, "de_SpeakerEnrollmentJob");
|
|
2514
|
+
var de_SpeakerEnrollmentJobSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2515
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2516
|
+
return de_SpeakerEnrollmentJobSummary(entry, context);
|
|
2517
|
+
});
|
|
2518
|
+
return retVal;
|
|
2519
|
+
}, "de_SpeakerEnrollmentJobSummaries");
|
|
2520
|
+
var de_SpeakerEnrollmentJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2521
|
+
return (0, import_smithy_client.take)(output, {
|
|
2522
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2523
|
+
DomainId: import_smithy_client.expectString,
|
|
2524
|
+
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2525
|
+
FailureDetails: import_smithy_client._json,
|
|
2526
|
+
JobId: import_smithy_client.expectString,
|
|
2527
|
+
JobName: import_smithy_client.expectString,
|
|
2528
|
+
JobProgress: import_smithy_client._json,
|
|
2529
|
+
JobStatus: import_smithy_client.expectString
|
|
2530
|
+
});
|
|
2531
|
+
}, "de_SpeakerEnrollmentJobSummary");
|
|
2532
|
+
var de_SpeakerSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2533
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2534
|
+
return de_SpeakerSummary(entry, context);
|
|
2535
|
+
});
|
|
2536
|
+
return retVal;
|
|
2537
|
+
}, "de_SpeakerSummaries");
|
|
2538
|
+
var de_SpeakerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2539
|
+
return (0, import_smithy_client.take)(output, {
|
|
2540
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2541
|
+
CustomerSpeakerId: import_smithy_client.expectString,
|
|
2542
|
+
DomainId: import_smithy_client.expectString,
|
|
2543
|
+
GeneratedSpeakerId: import_smithy_client.expectString,
|
|
2544
|
+
LastAccessedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2545
|
+
Status: import_smithy_client.expectString,
|
|
2546
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2547
|
+
});
|
|
2548
|
+
}, "de_SpeakerSummary");
|
|
2549
|
+
var de_StartFraudsterRegistrationJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2550
|
+
return (0, import_smithy_client.take)(output, {
|
|
2551
|
+
Job: (_) => de_FraudsterRegistrationJob(_, context)
|
|
2552
|
+
});
|
|
2553
|
+
}, "de_StartFraudsterRegistrationJobResponse");
|
|
2554
|
+
var de_StartSpeakerEnrollmentJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2555
|
+
return (0, import_smithy_client.take)(output, {
|
|
2556
|
+
Job: (_) => de_SpeakerEnrollmentJob(_, context)
|
|
2557
|
+
});
|
|
2558
|
+
}, "de_StartSpeakerEnrollmentJobResponse");
|
|
2559
|
+
var de_UpdateDomainResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2560
|
+
return (0, import_smithy_client.take)(output, {
|
|
2561
|
+
Domain: (_) => de_Domain(_, context)
|
|
2562
|
+
});
|
|
2563
|
+
}, "de_UpdateDomainResponse");
|
|
2564
|
+
var de_UpdateWatchlistResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2565
|
+
return (0, import_smithy_client.take)(output, {
|
|
2566
|
+
Watchlist: (_) => de_Watchlist(_, context)
|
|
2567
|
+
});
|
|
2568
|
+
}, "de_UpdateWatchlistResponse");
|
|
2569
|
+
var de_Watchlist = /* @__PURE__ */ __name((output, context) => {
|
|
2570
|
+
return (0, import_smithy_client.take)(output, {
|
|
2571
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2572
|
+
DefaultWatchlist: import_smithy_client.expectBoolean,
|
|
2573
|
+
Description: import_smithy_client.expectString,
|
|
2574
|
+
DomainId: import_smithy_client.expectString,
|
|
2575
|
+
Name: import_smithy_client.expectString,
|
|
2576
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2577
|
+
WatchlistId: import_smithy_client.expectString
|
|
2578
|
+
});
|
|
2579
|
+
}, "de_Watchlist");
|
|
2580
|
+
var de_WatchlistSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2581
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2582
|
+
return de_WatchlistSummary(entry, context);
|
|
2583
|
+
});
|
|
2584
|
+
return retVal;
|
|
2585
|
+
}, "de_WatchlistSummaries");
|
|
2586
|
+
var de_WatchlistSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2587
|
+
return (0, import_smithy_client.take)(output, {
|
|
2588
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2589
|
+
DefaultWatchlist: import_smithy_client.expectBoolean,
|
|
2590
|
+
Description: import_smithy_client.expectString,
|
|
2591
|
+
DomainId: import_smithy_client.expectString,
|
|
2592
|
+
Name: import_smithy_client.expectString,
|
|
2593
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2594
|
+
WatchlistId: import_smithy_client.expectString
|
|
2595
|
+
});
|
|
2596
|
+
}, "de_WatchlistSummary");
|
|
2597
|
+
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
2598
|
+
httpStatusCode: output.statusCode,
|
|
2599
|
+
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
2600
|
+
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2601
|
+
cfId: output.headers["x-amz-cf-id"]
|
|
2602
|
+
}), "deserializeMetadata");
|
|
2603
|
+
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
2604
|
+
var throwDefaultError = (0, import_smithy_client.withBaseException)(VoiceIDServiceException);
|
|
2605
|
+
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
2606
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
2607
|
+
const contents = {
|
|
2608
|
+
protocol,
|
|
2609
|
+
hostname,
|
|
2610
|
+
port,
|
|
2611
|
+
method: "POST",
|
|
2612
|
+
path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
|
|
2613
|
+
headers
|
|
2614
|
+
};
|
|
2615
|
+
if (resolvedHostname !== void 0) {
|
|
2616
|
+
contents.hostname = resolvedHostname;
|
|
2617
|
+
}
|
|
2618
|
+
if (body !== void 0) {
|
|
2619
|
+
contents.body = body;
|
|
2620
|
+
}
|
|
2621
|
+
return new import_protocol_http.HttpRequest(contents);
|
|
2622
|
+
}, "buildHttpRpcRequest");
|
|
2623
|
+
function sharedHeaders(operation) {
|
|
2624
|
+
return {
|
|
2625
|
+
"content-type": "application/x-amz-json-1.0",
|
|
2626
|
+
"x-amz-target": `VoiceID.${operation}`
|
|
2627
|
+
};
|
|
2628
|
+
}
|
|
2629
|
+
__name(sharedHeaders, "sharedHeaders");
|
|
2630
|
+
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
2631
|
+
if (encoded.length) {
|
|
2632
|
+
return JSON.parse(encoded);
|
|
2633
|
+
}
|
|
2634
|
+
return {};
|
|
2635
|
+
}), "parseBody");
|
|
2636
|
+
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
2637
|
+
const value = await parseBody(errorBody, context);
|
|
2638
|
+
value.message = value.message ?? value.Message;
|
|
2639
|
+
return value;
|
|
2640
|
+
}, "parseErrorBody");
|
|
2641
|
+
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
2642
|
+
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
2643
|
+
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
2644
|
+
let cleanValue = rawValue;
|
|
2645
|
+
if (typeof cleanValue === "number") {
|
|
2646
|
+
cleanValue = cleanValue.toString();
|
|
2647
|
+
}
|
|
2648
|
+
if (cleanValue.indexOf(",") >= 0) {
|
|
2649
|
+
cleanValue = cleanValue.split(",")[0];
|
|
2650
|
+
}
|
|
2651
|
+
if (cleanValue.indexOf(":") >= 0) {
|
|
2652
|
+
cleanValue = cleanValue.split(":")[0];
|
|
2653
|
+
}
|
|
2654
|
+
if (cleanValue.indexOf("#") >= 0) {
|
|
2655
|
+
cleanValue = cleanValue.split("#")[1];
|
|
2656
|
+
}
|
|
2657
|
+
return cleanValue;
|
|
2658
|
+
}, "sanitizeErrorCode");
|
|
2659
|
+
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
2660
|
+
if (headerKey !== void 0) {
|
|
2661
|
+
return sanitizeErrorCode(output.headers[headerKey]);
|
|
2662
|
+
}
|
|
2663
|
+
if (data.code !== void 0) {
|
|
2664
|
+
return sanitizeErrorCode(data.code);
|
|
2665
|
+
}
|
|
2666
|
+
if (data["__type"] !== void 0) {
|
|
2667
|
+
return sanitizeErrorCode(data["__type"]);
|
|
2668
|
+
}
|
|
2669
|
+
}, "loadRestJsonErrorCode");
|
|
2670
|
+
|
|
2671
|
+
// src/commands/AssociateFraudsterCommand.ts
|
|
2672
|
+
var _AssociateFraudsterCommand = class _AssociateFraudsterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2673
|
+
...commonParams
|
|
2674
|
+
}).m(function(Command, cs, config, o) {
|
|
2675
|
+
return [
|
|
2676
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2677
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2678
|
+
];
|
|
2679
|
+
}).s("VoiceID", "AssociateFraudster", {}).n("VoiceIDClient", "AssociateFraudsterCommand").f(AssociateFraudsterRequestFilterSensitiveLog, void 0).ser(se_AssociateFraudsterCommand).de(de_AssociateFraudsterCommand).build() {
|
|
2680
|
+
};
|
|
2681
|
+
__name(_AssociateFraudsterCommand, "AssociateFraudsterCommand");
|
|
2682
|
+
var AssociateFraudsterCommand = _AssociateFraudsterCommand;
|
|
2683
|
+
|
|
2684
|
+
// src/commands/CreateDomainCommand.ts
|
|
2685
|
+
|
|
2686
|
+
|
|
2687
|
+
|
|
2688
|
+
|
|
2689
|
+
var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2690
|
+
...commonParams
|
|
2691
|
+
}).m(function(Command, cs, config, o) {
|
|
2692
|
+
return [
|
|
2693
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2694
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2695
|
+
];
|
|
2696
|
+
}).s("VoiceID", "CreateDomain", {}).n("VoiceIDClient", "CreateDomainCommand").f(CreateDomainRequestFilterSensitiveLog, CreateDomainResponseFilterSensitiveLog).ser(se_CreateDomainCommand).de(de_CreateDomainCommand).build() {
|
|
2697
|
+
};
|
|
2698
|
+
__name(_CreateDomainCommand, "CreateDomainCommand");
|
|
2699
|
+
var CreateDomainCommand = _CreateDomainCommand;
|
|
2700
|
+
|
|
2701
|
+
// src/commands/CreateWatchlistCommand.ts
|
|
2702
|
+
|
|
2703
|
+
|
|
2704
|
+
|
|
2705
|
+
|
|
2706
|
+
var _CreateWatchlistCommand = class _CreateWatchlistCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2707
|
+
...commonParams
|
|
2708
|
+
}).m(function(Command, cs, config, o) {
|
|
2709
|
+
return [
|
|
2710
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2711
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2712
|
+
];
|
|
2713
|
+
}).s("VoiceID", "CreateWatchlist", {}).n("VoiceIDClient", "CreateWatchlistCommand").f(CreateWatchlistRequestFilterSensitiveLog, CreateWatchlistResponseFilterSensitiveLog).ser(se_CreateWatchlistCommand).de(de_CreateWatchlistCommand).build() {
|
|
2714
|
+
};
|
|
2715
|
+
__name(_CreateWatchlistCommand, "CreateWatchlistCommand");
|
|
2716
|
+
var CreateWatchlistCommand = _CreateWatchlistCommand;
|
|
2717
|
+
|
|
2718
|
+
// src/commands/DeleteDomainCommand.ts
|
|
2719
|
+
|
|
2720
|
+
|
|
2721
|
+
|
|
2722
|
+
|
|
2723
|
+
var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2724
|
+
...commonParams
|
|
2725
|
+
}).m(function(Command, cs, config, o) {
|
|
2726
|
+
return [
|
|
2727
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2728
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2729
|
+
];
|
|
2730
|
+
}).s("VoiceID", "DeleteDomain", {}).n("VoiceIDClient", "DeleteDomainCommand").f(void 0, void 0).ser(se_DeleteDomainCommand).de(de_DeleteDomainCommand).build() {
|
|
2731
|
+
};
|
|
2732
|
+
__name(_DeleteDomainCommand, "DeleteDomainCommand");
|
|
2733
|
+
var DeleteDomainCommand = _DeleteDomainCommand;
|
|
2734
|
+
|
|
2735
|
+
// src/commands/DeleteFraudsterCommand.ts
|
|
2736
|
+
|
|
2737
|
+
|
|
2738
|
+
|
|
2739
|
+
|
|
2740
|
+
var _DeleteFraudsterCommand = class _DeleteFraudsterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2741
|
+
...commonParams
|
|
2742
|
+
}).m(function(Command, cs, config, o) {
|
|
2743
|
+
return [
|
|
2744
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2745
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2746
|
+
];
|
|
2747
|
+
}).s("VoiceID", "DeleteFraudster", {}).n("VoiceIDClient", "DeleteFraudsterCommand").f(DeleteFraudsterRequestFilterSensitiveLog, void 0).ser(se_DeleteFraudsterCommand).de(de_DeleteFraudsterCommand).build() {
|
|
2748
|
+
};
|
|
2749
|
+
__name(_DeleteFraudsterCommand, "DeleteFraudsterCommand");
|
|
2750
|
+
var DeleteFraudsterCommand = _DeleteFraudsterCommand;
|
|
2751
|
+
|
|
2752
|
+
// src/commands/DeleteSpeakerCommand.ts
|
|
2753
|
+
|
|
2754
|
+
|
|
2755
|
+
|
|
2756
|
+
|
|
2757
|
+
var _DeleteSpeakerCommand = class _DeleteSpeakerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2758
|
+
...commonParams
|
|
2759
|
+
}).m(function(Command, cs, config, o) {
|
|
2760
|
+
return [
|
|
2761
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2762
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2763
|
+
];
|
|
2764
|
+
}).s("VoiceID", "DeleteSpeaker", {}).n("VoiceIDClient", "DeleteSpeakerCommand").f(DeleteSpeakerRequestFilterSensitiveLog, void 0).ser(se_DeleteSpeakerCommand).de(de_DeleteSpeakerCommand).build() {
|
|
2765
|
+
};
|
|
2766
|
+
__name(_DeleteSpeakerCommand, "DeleteSpeakerCommand");
|
|
2767
|
+
var DeleteSpeakerCommand = _DeleteSpeakerCommand;
|
|
2768
|
+
|
|
2769
|
+
// src/commands/DeleteWatchlistCommand.ts
|
|
2770
|
+
|
|
2771
|
+
|
|
2772
|
+
|
|
2773
|
+
|
|
2774
|
+
var _DeleteWatchlistCommand = class _DeleteWatchlistCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2775
|
+
...commonParams
|
|
2776
|
+
}).m(function(Command, cs, config, o) {
|
|
2777
|
+
return [
|
|
2778
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2779
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2780
|
+
];
|
|
2781
|
+
}).s("VoiceID", "DeleteWatchlist", {}).n("VoiceIDClient", "DeleteWatchlistCommand").f(void 0, void 0).ser(se_DeleteWatchlistCommand).de(de_DeleteWatchlistCommand).build() {
|
|
2782
|
+
};
|
|
2783
|
+
__name(_DeleteWatchlistCommand, "DeleteWatchlistCommand");
|
|
2784
|
+
var DeleteWatchlistCommand = _DeleteWatchlistCommand;
|
|
2785
|
+
|
|
2786
|
+
// src/commands/DescribeDomainCommand.ts
|
|
2787
|
+
|
|
2788
|
+
|
|
2789
|
+
|
|
2790
|
+
|
|
2791
|
+
var _DescribeDomainCommand = class _DescribeDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2792
|
+
...commonParams
|
|
2793
|
+
}).m(function(Command, cs, config, o) {
|
|
2794
|
+
return [
|
|
2795
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2796
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2797
|
+
];
|
|
2798
|
+
}).s("VoiceID", "DescribeDomain", {}).n("VoiceIDClient", "DescribeDomainCommand").f(void 0, DescribeDomainResponseFilterSensitiveLog).ser(se_DescribeDomainCommand).de(de_DescribeDomainCommand).build() {
|
|
2799
|
+
};
|
|
2800
|
+
__name(_DescribeDomainCommand, "DescribeDomainCommand");
|
|
2801
|
+
var DescribeDomainCommand = _DescribeDomainCommand;
|
|
2802
|
+
|
|
2803
|
+
// src/commands/DescribeFraudsterCommand.ts
|
|
2804
|
+
|
|
2805
|
+
|
|
2806
|
+
|
|
2807
|
+
|
|
2808
|
+
var _DescribeFraudsterCommand = class _DescribeFraudsterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2809
|
+
...commonParams
|
|
2810
|
+
}).m(function(Command, cs, config, o) {
|
|
2811
|
+
return [
|
|
2812
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2813
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2814
|
+
];
|
|
2815
|
+
}).s("VoiceID", "DescribeFraudster", {}).n("VoiceIDClient", "DescribeFraudsterCommand").f(DescribeFraudsterRequestFilterSensitiveLog, void 0).ser(se_DescribeFraudsterCommand).de(de_DescribeFraudsterCommand).build() {
|
|
2816
|
+
};
|
|
2817
|
+
__name(_DescribeFraudsterCommand, "DescribeFraudsterCommand");
|
|
2818
|
+
var DescribeFraudsterCommand = _DescribeFraudsterCommand;
|
|
2819
|
+
|
|
2820
|
+
// src/commands/DescribeFraudsterRegistrationJobCommand.ts
|
|
2821
|
+
|
|
2822
|
+
|
|
2823
|
+
|
|
2824
|
+
|
|
2825
|
+
var _DescribeFraudsterRegistrationJobCommand = class _DescribeFraudsterRegistrationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2826
|
+
...commonParams
|
|
2827
|
+
}).m(function(Command, cs, config, o) {
|
|
2828
|
+
return [
|
|
2829
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2830
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2831
|
+
];
|
|
2832
|
+
}).s("VoiceID", "DescribeFraudsterRegistrationJob", {}).n("VoiceIDClient", "DescribeFraudsterRegistrationJobCommand").f(void 0, DescribeFraudsterRegistrationJobResponseFilterSensitiveLog).ser(se_DescribeFraudsterRegistrationJobCommand).de(de_DescribeFraudsterRegistrationJobCommand).build() {
|
|
2833
|
+
};
|
|
2834
|
+
__name(_DescribeFraudsterRegistrationJobCommand, "DescribeFraudsterRegistrationJobCommand");
|
|
2835
|
+
var DescribeFraudsterRegistrationJobCommand = _DescribeFraudsterRegistrationJobCommand;
|
|
2836
|
+
|
|
2837
|
+
// src/commands/DescribeSpeakerCommand.ts
|
|
2838
|
+
|
|
2839
|
+
|
|
2840
|
+
|
|
2841
|
+
|
|
2842
|
+
var _DescribeSpeakerCommand = class _DescribeSpeakerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2843
|
+
...commonParams
|
|
2844
|
+
}).m(function(Command, cs, config, o) {
|
|
2845
|
+
return [
|
|
2846
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2847
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2848
|
+
];
|
|
2849
|
+
}).s("VoiceID", "DescribeSpeaker", {}).n("VoiceIDClient", "DescribeSpeakerCommand").f(DescribeSpeakerRequestFilterSensitiveLog, DescribeSpeakerResponseFilterSensitiveLog).ser(se_DescribeSpeakerCommand).de(de_DescribeSpeakerCommand).build() {
|
|
2850
|
+
};
|
|
2851
|
+
__name(_DescribeSpeakerCommand, "DescribeSpeakerCommand");
|
|
2852
|
+
var DescribeSpeakerCommand = _DescribeSpeakerCommand;
|
|
2853
|
+
|
|
2854
|
+
// src/commands/DescribeSpeakerEnrollmentJobCommand.ts
|
|
2855
|
+
|
|
2856
|
+
|
|
2857
|
+
|
|
2858
|
+
|
|
2859
|
+
var _DescribeSpeakerEnrollmentJobCommand = class _DescribeSpeakerEnrollmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2860
|
+
...commonParams
|
|
2861
|
+
}).m(function(Command, cs, config, o) {
|
|
2862
|
+
return [
|
|
2863
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2864
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2865
|
+
];
|
|
2866
|
+
}).s("VoiceID", "DescribeSpeakerEnrollmentJob", {}).n("VoiceIDClient", "DescribeSpeakerEnrollmentJobCommand").f(void 0, DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog).ser(se_DescribeSpeakerEnrollmentJobCommand).de(de_DescribeSpeakerEnrollmentJobCommand).build() {
|
|
2867
|
+
};
|
|
2868
|
+
__name(_DescribeSpeakerEnrollmentJobCommand, "DescribeSpeakerEnrollmentJobCommand");
|
|
2869
|
+
var DescribeSpeakerEnrollmentJobCommand = _DescribeSpeakerEnrollmentJobCommand;
|
|
2870
|
+
|
|
2871
|
+
// src/commands/DescribeWatchlistCommand.ts
|
|
2872
|
+
|
|
2873
|
+
|
|
2874
|
+
|
|
2875
|
+
|
|
2876
|
+
var _DescribeWatchlistCommand = class _DescribeWatchlistCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2877
|
+
...commonParams
|
|
2878
|
+
}).m(function(Command, cs, config, o) {
|
|
2879
|
+
return [
|
|
2880
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2881
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2882
|
+
];
|
|
2883
|
+
}).s("VoiceID", "DescribeWatchlist", {}).n("VoiceIDClient", "DescribeWatchlistCommand").f(void 0, DescribeWatchlistResponseFilterSensitiveLog).ser(se_DescribeWatchlistCommand).de(de_DescribeWatchlistCommand).build() {
|
|
2884
|
+
};
|
|
2885
|
+
__name(_DescribeWatchlistCommand, "DescribeWatchlistCommand");
|
|
2886
|
+
var DescribeWatchlistCommand = _DescribeWatchlistCommand;
|
|
2887
|
+
|
|
2888
|
+
// src/commands/DisassociateFraudsterCommand.ts
|
|
2889
|
+
|
|
2890
|
+
|
|
2891
|
+
|
|
2892
|
+
|
|
2893
|
+
var _DisassociateFraudsterCommand = class _DisassociateFraudsterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2894
|
+
...commonParams
|
|
2895
|
+
}).m(function(Command, cs, config, o) {
|
|
2896
|
+
return [
|
|
2897
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2898
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2899
|
+
];
|
|
2900
|
+
}).s("VoiceID", "DisassociateFraudster", {}).n("VoiceIDClient", "DisassociateFraudsterCommand").f(DisassociateFraudsterRequestFilterSensitiveLog, void 0).ser(se_DisassociateFraudsterCommand).de(de_DisassociateFraudsterCommand).build() {
|
|
2901
|
+
};
|
|
2902
|
+
__name(_DisassociateFraudsterCommand, "DisassociateFraudsterCommand");
|
|
2903
|
+
var DisassociateFraudsterCommand = _DisassociateFraudsterCommand;
|
|
2904
|
+
|
|
2905
|
+
// src/commands/EvaluateSessionCommand.ts
|
|
2906
|
+
|
|
2907
|
+
|
|
2908
|
+
|
|
2909
|
+
|
|
2910
|
+
var _EvaluateSessionCommand = class _EvaluateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2911
|
+
...commonParams
|
|
2912
|
+
}).m(function(Command, cs, config, o) {
|
|
2913
|
+
return [
|
|
2914
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2915
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2916
|
+
];
|
|
2917
|
+
}).s("VoiceID", "EvaluateSession", {}).n("VoiceIDClient", "EvaluateSessionCommand").f(void 0, EvaluateSessionResponseFilterSensitiveLog).ser(se_EvaluateSessionCommand).de(de_EvaluateSessionCommand).build() {
|
|
2918
|
+
};
|
|
2919
|
+
__name(_EvaluateSessionCommand, "EvaluateSessionCommand");
|
|
2920
|
+
var EvaluateSessionCommand = _EvaluateSessionCommand;
|
|
2921
|
+
|
|
2922
|
+
// src/commands/ListDomainsCommand.ts
|
|
2923
|
+
|
|
2924
|
+
|
|
2925
|
+
|
|
2926
|
+
|
|
2927
|
+
var _ListDomainsCommand = class _ListDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2928
|
+
...commonParams
|
|
2929
|
+
}).m(function(Command, cs, config, o) {
|
|
2930
|
+
return [
|
|
2931
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2932
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2933
|
+
];
|
|
2934
|
+
}).s("VoiceID", "ListDomains", {}).n("VoiceIDClient", "ListDomainsCommand").f(void 0, ListDomainsResponseFilterSensitiveLog).ser(se_ListDomainsCommand).de(de_ListDomainsCommand).build() {
|
|
2935
|
+
};
|
|
2936
|
+
__name(_ListDomainsCommand, "ListDomainsCommand");
|
|
2937
|
+
var ListDomainsCommand = _ListDomainsCommand;
|
|
2938
|
+
|
|
2939
|
+
// src/commands/ListFraudsterRegistrationJobsCommand.ts
|
|
2940
|
+
|
|
2941
|
+
|
|
2942
|
+
|
|
2943
|
+
|
|
2944
|
+
var _ListFraudsterRegistrationJobsCommand = class _ListFraudsterRegistrationJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2945
|
+
...commonParams
|
|
2946
|
+
}).m(function(Command, cs, config, o) {
|
|
2947
|
+
return [
|
|
2948
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2949
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2950
|
+
];
|
|
2951
|
+
}).s("VoiceID", "ListFraudsterRegistrationJobs", {}).n("VoiceIDClient", "ListFraudsterRegistrationJobsCommand").f(void 0, ListFraudsterRegistrationJobsResponseFilterSensitiveLog).ser(se_ListFraudsterRegistrationJobsCommand).de(de_ListFraudsterRegistrationJobsCommand).build() {
|
|
2952
|
+
};
|
|
2953
|
+
__name(_ListFraudsterRegistrationJobsCommand, "ListFraudsterRegistrationJobsCommand");
|
|
2954
|
+
var ListFraudsterRegistrationJobsCommand = _ListFraudsterRegistrationJobsCommand;
|
|
2955
|
+
|
|
2956
|
+
// src/commands/ListFraudstersCommand.ts
|
|
2957
|
+
|
|
2958
|
+
|
|
2959
|
+
|
|
2960
|
+
|
|
2961
|
+
var _ListFraudstersCommand = class _ListFraudstersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2962
|
+
...commonParams
|
|
2963
|
+
}).m(function(Command, cs, config, o) {
|
|
2964
|
+
return [
|
|
2965
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2966
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2967
|
+
];
|
|
2968
|
+
}).s("VoiceID", "ListFraudsters", {}).n("VoiceIDClient", "ListFraudstersCommand").f(void 0, void 0).ser(se_ListFraudstersCommand).de(de_ListFraudstersCommand).build() {
|
|
2969
|
+
};
|
|
2970
|
+
__name(_ListFraudstersCommand, "ListFraudstersCommand");
|
|
2971
|
+
var ListFraudstersCommand = _ListFraudstersCommand;
|
|
2972
|
+
|
|
2973
|
+
// src/commands/ListSpeakerEnrollmentJobsCommand.ts
|
|
2974
|
+
|
|
2975
|
+
|
|
2976
|
+
|
|
2977
|
+
|
|
2978
|
+
var _ListSpeakerEnrollmentJobsCommand = class _ListSpeakerEnrollmentJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2979
|
+
...commonParams
|
|
2980
|
+
}).m(function(Command, cs, config, o) {
|
|
2981
|
+
return [
|
|
2982
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2983
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2984
|
+
];
|
|
2985
|
+
}).s("VoiceID", "ListSpeakerEnrollmentJobs", {}).n("VoiceIDClient", "ListSpeakerEnrollmentJobsCommand").f(void 0, ListSpeakerEnrollmentJobsResponseFilterSensitiveLog).ser(se_ListSpeakerEnrollmentJobsCommand).de(de_ListSpeakerEnrollmentJobsCommand).build() {
|
|
2986
|
+
};
|
|
2987
|
+
__name(_ListSpeakerEnrollmentJobsCommand, "ListSpeakerEnrollmentJobsCommand");
|
|
2988
|
+
var ListSpeakerEnrollmentJobsCommand = _ListSpeakerEnrollmentJobsCommand;
|
|
2989
|
+
|
|
2990
|
+
// src/commands/ListSpeakersCommand.ts
|
|
2991
|
+
|
|
2992
|
+
|
|
2993
|
+
|
|
2994
|
+
|
|
2995
|
+
var _ListSpeakersCommand = class _ListSpeakersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2996
|
+
...commonParams
|
|
2997
|
+
}).m(function(Command, cs, config, o) {
|
|
2998
|
+
return [
|
|
2999
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3000
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3001
|
+
];
|
|
3002
|
+
}).s("VoiceID", "ListSpeakers", {}).n("VoiceIDClient", "ListSpeakersCommand").f(void 0, ListSpeakersResponseFilterSensitiveLog).ser(se_ListSpeakersCommand).de(de_ListSpeakersCommand).build() {
|
|
3003
|
+
};
|
|
3004
|
+
__name(_ListSpeakersCommand, "ListSpeakersCommand");
|
|
3005
|
+
var ListSpeakersCommand = _ListSpeakersCommand;
|
|
3006
|
+
|
|
3007
|
+
// src/commands/ListTagsForResourceCommand.ts
|
|
3008
|
+
|
|
3009
|
+
|
|
3010
|
+
|
|
3011
|
+
|
|
3012
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3013
|
+
...commonParams
|
|
3014
|
+
}).m(function(Command, cs, config, o) {
|
|
3015
|
+
return [
|
|
3016
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3017
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3018
|
+
];
|
|
3019
|
+
}).s("VoiceID", "ListTagsForResource", {}).n("VoiceIDClient", "ListTagsForResourceCommand").f(void 0, ListTagsForResourceResponseFilterSensitiveLog).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3020
|
+
};
|
|
3021
|
+
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3022
|
+
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3023
|
+
|
|
3024
|
+
// src/commands/ListWatchlistsCommand.ts
|
|
3025
|
+
|
|
3026
|
+
|
|
3027
|
+
|
|
3028
|
+
|
|
3029
|
+
var _ListWatchlistsCommand = class _ListWatchlistsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3030
|
+
...commonParams
|
|
3031
|
+
}).m(function(Command, cs, config, o) {
|
|
3032
|
+
return [
|
|
3033
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3034
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3035
|
+
];
|
|
3036
|
+
}).s("VoiceID", "ListWatchlists", {}).n("VoiceIDClient", "ListWatchlistsCommand").f(void 0, ListWatchlistsResponseFilterSensitiveLog).ser(se_ListWatchlistsCommand).de(de_ListWatchlistsCommand).build() {
|
|
3037
|
+
};
|
|
3038
|
+
__name(_ListWatchlistsCommand, "ListWatchlistsCommand");
|
|
3039
|
+
var ListWatchlistsCommand = _ListWatchlistsCommand;
|
|
3040
|
+
|
|
3041
|
+
// src/commands/OptOutSpeakerCommand.ts
|
|
3042
|
+
|
|
3043
|
+
|
|
3044
|
+
|
|
3045
|
+
|
|
3046
|
+
var _OptOutSpeakerCommand = class _OptOutSpeakerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3047
|
+
...commonParams
|
|
3048
|
+
}).m(function(Command, cs, config, o) {
|
|
3049
|
+
return [
|
|
3050
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3051
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3052
|
+
];
|
|
3053
|
+
}).s("VoiceID", "OptOutSpeaker", {}).n("VoiceIDClient", "OptOutSpeakerCommand").f(OptOutSpeakerRequestFilterSensitiveLog, OptOutSpeakerResponseFilterSensitiveLog).ser(se_OptOutSpeakerCommand).de(de_OptOutSpeakerCommand).build() {
|
|
3054
|
+
};
|
|
3055
|
+
__name(_OptOutSpeakerCommand, "OptOutSpeakerCommand");
|
|
3056
|
+
var OptOutSpeakerCommand = _OptOutSpeakerCommand;
|
|
3057
|
+
|
|
3058
|
+
// src/commands/StartFraudsterRegistrationJobCommand.ts
|
|
3059
|
+
|
|
3060
|
+
|
|
3061
|
+
|
|
3062
|
+
|
|
3063
|
+
var _StartFraudsterRegistrationJobCommand = class _StartFraudsterRegistrationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3064
|
+
...commonParams
|
|
3065
|
+
}).m(function(Command, cs, config, o) {
|
|
3066
|
+
return [
|
|
3067
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3068
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3069
|
+
];
|
|
3070
|
+
}).s("VoiceID", "StartFraudsterRegistrationJob", {}).n("VoiceIDClient", "StartFraudsterRegistrationJobCommand").f(StartFraudsterRegistrationJobRequestFilterSensitiveLog, StartFraudsterRegistrationJobResponseFilterSensitiveLog).ser(se_StartFraudsterRegistrationJobCommand).de(de_StartFraudsterRegistrationJobCommand).build() {
|
|
3071
|
+
};
|
|
3072
|
+
__name(_StartFraudsterRegistrationJobCommand, "StartFraudsterRegistrationJobCommand");
|
|
3073
|
+
var StartFraudsterRegistrationJobCommand = _StartFraudsterRegistrationJobCommand;
|
|
3074
|
+
|
|
3075
|
+
// src/commands/StartSpeakerEnrollmentJobCommand.ts
|
|
3076
|
+
|
|
3077
|
+
|
|
3078
|
+
|
|
3079
|
+
|
|
3080
|
+
var _StartSpeakerEnrollmentJobCommand = class _StartSpeakerEnrollmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3081
|
+
...commonParams
|
|
3082
|
+
}).m(function(Command, cs, config, o) {
|
|
3083
|
+
return [
|
|
3084
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3085
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3086
|
+
];
|
|
3087
|
+
}).s("VoiceID", "StartSpeakerEnrollmentJob", {}).n("VoiceIDClient", "StartSpeakerEnrollmentJobCommand").f(StartSpeakerEnrollmentJobRequestFilterSensitiveLog, StartSpeakerEnrollmentJobResponseFilterSensitiveLog).ser(se_StartSpeakerEnrollmentJobCommand).de(de_StartSpeakerEnrollmentJobCommand).build() {
|
|
3088
|
+
};
|
|
3089
|
+
__name(_StartSpeakerEnrollmentJobCommand, "StartSpeakerEnrollmentJobCommand");
|
|
3090
|
+
var StartSpeakerEnrollmentJobCommand = _StartSpeakerEnrollmentJobCommand;
|
|
3091
|
+
|
|
3092
|
+
// src/commands/TagResourceCommand.ts
|
|
3093
|
+
|
|
3094
|
+
|
|
3095
|
+
|
|
3096
|
+
|
|
3097
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3098
|
+
...commonParams
|
|
3099
|
+
}).m(function(Command, cs, config, o) {
|
|
3100
|
+
return [
|
|
3101
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3102
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3103
|
+
];
|
|
3104
|
+
}).s("VoiceID", "TagResource", {}).n("VoiceIDClient", "TagResourceCommand").f(TagResourceRequestFilterSensitiveLog, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
3105
|
+
};
|
|
3106
|
+
__name(_TagResourceCommand, "TagResourceCommand");
|
|
3107
|
+
var TagResourceCommand = _TagResourceCommand;
|
|
3108
|
+
|
|
3109
|
+
// src/commands/UntagResourceCommand.ts
|
|
3110
|
+
|
|
3111
|
+
|
|
3112
|
+
|
|
3113
|
+
|
|
3114
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3115
|
+
...commonParams
|
|
3116
|
+
}).m(function(Command, cs, config, o) {
|
|
3117
|
+
return [
|
|
3118
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3119
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3120
|
+
];
|
|
3121
|
+
}).s("VoiceID", "UntagResource", {}).n("VoiceIDClient", "UntagResourceCommand").f(UntagResourceRequestFilterSensitiveLog, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
3122
|
+
};
|
|
3123
|
+
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
3124
|
+
var UntagResourceCommand = _UntagResourceCommand;
|
|
3125
|
+
|
|
3126
|
+
// src/commands/UpdateDomainCommand.ts
|
|
3127
|
+
|
|
3128
|
+
|
|
3129
|
+
|
|
3130
|
+
|
|
3131
|
+
var _UpdateDomainCommand = class _UpdateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3132
|
+
...commonParams
|
|
3133
|
+
}).m(function(Command, cs, config, o) {
|
|
3134
|
+
return [
|
|
3135
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3136
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3137
|
+
];
|
|
3138
|
+
}).s("VoiceID", "UpdateDomain", {}).n("VoiceIDClient", "UpdateDomainCommand").f(UpdateDomainRequestFilterSensitiveLog, UpdateDomainResponseFilterSensitiveLog).ser(se_UpdateDomainCommand).de(de_UpdateDomainCommand).build() {
|
|
3139
|
+
};
|
|
3140
|
+
__name(_UpdateDomainCommand, "UpdateDomainCommand");
|
|
3141
|
+
var UpdateDomainCommand = _UpdateDomainCommand;
|
|
3142
|
+
|
|
3143
|
+
// src/commands/UpdateWatchlistCommand.ts
|
|
3144
|
+
|
|
3145
|
+
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
var _UpdateWatchlistCommand = class _UpdateWatchlistCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3149
|
+
...commonParams
|
|
3150
|
+
}).m(function(Command, cs, config, o) {
|
|
3151
|
+
return [
|
|
3152
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3153
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3154
|
+
];
|
|
3155
|
+
}).s("VoiceID", "UpdateWatchlist", {}).n("VoiceIDClient", "UpdateWatchlistCommand").f(UpdateWatchlistRequestFilterSensitiveLog, UpdateWatchlistResponseFilterSensitiveLog).ser(se_UpdateWatchlistCommand).de(de_UpdateWatchlistCommand).build() {
|
|
3156
|
+
};
|
|
3157
|
+
__name(_UpdateWatchlistCommand, "UpdateWatchlistCommand");
|
|
3158
|
+
var UpdateWatchlistCommand = _UpdateWatchlistCommand;
|
|
3159
|
+
|
|
3160
|
+
// src/VoiceID.ts
|
|
3161
|
+
var commands = {
|
|
3162
|
+
AssociateFraudsterCommand,
|
|
3163
|
+
CreateDomainCommand,
|
|
3164
|
+
CreateWatchlistCommand,
|
|
3165
|
+
DeleteDomainCommand,
|
|
3166
|
+
DeleteFraudsterCommand,
|
|
3167
|
+
DeleteSpeakerCommand,
|
|
3168
|
+
DeleteWatchlistCommand,
|
|
3169
|
+
DescribeDomainCommand,
|
|
3170
|
+
DescribeFraudsterCommand,
|
|
3171
|
+
DescribeFraudsterRegistrationJobCommand,
|
|
3172
|
+
DescribeSpeakerCommand,
|
|
3173
|
+
DescribeSpeakerEnrollmentJobCommand,
|
|
3174
|
+
DescribeWatchlistCommand,
|
|
3175
|
+
DisassociateFraudsterCommand,
|
|
3176
|
+
EvaluateSessionCommand,
|
|
3177
|
+
ListDomainsCommand,
|
|
3178
|
+
ListFraudsterRegistrationJobsCommand,
|
|
3179
|
+
ListFraudstersCommand,
|
|
3180
|
+
ListSpeakerEnrollmentJobsCommand,
|
|
3181
|
+
ListSpeakersCommand,
|
|
3182
|
+
ListTagsForResourceCommand,
|
|
3183
|
+
ListWatchlistsCommand,
|
|
3184
|
+
OptOutSpeakerCommand,
|
|
3185
|
+
StartFraudsterRegistrationJobCommand,
|
|
3186
|
+
StartSpeakerEnrollmentJobCommand,
|
|
3187
|
+
TagResourceCommand,
|
|
3188
|
+
UntagResourceCommand,
|
|
3189
|
+
UpdateDomainCommand,
|
|
3190
|
+
UpdateWatchlistCommand
|
|
3191
|
+
};
|
|
3192
|
+
var _VoiceID = class _VoiceID extends VoiceIDClient {
|
|
3193
|
+
};
|
|
3194
|
+
__name(_VoiceID, "VoiceID");
|
|
3195
|
+
var VoiceID = _VoiceID;
|
|
3196
|
+
(0, import_smithy_client.createAggregatedClient)(commands, VoiceID);
|
|
3197
|
+
|
|
3198
|
+
// src/pagination/ListDomainsPaginator.ts
|
|
3199
|
+
var import_core = require("@smithy/core");
|
|
3200
|
+
var paginateListDomains = (0, import_core.createPaginator)(VoiceIDClient, ListDomainsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3201
|
+
|
|
3202
|
+
// src/pagination/ListFraudsterRegistrationJobsPaginator.ts
|
|
3203
|
+
|
|
3204
|
+
var paginateListFraudsterRegistrationJobs = (0, import_core.createPaginator)(VoiceIDClient, ListFraudsterRegistrationJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3205
|
+
|
|
3206
|
+
// src/pagination/ListFraudstersPaginator.ts
|
|
3207
|
+
|
|
3208
|
+
var paginateListFraudsters = (0, import_core.createPaginator)(VoiceIDClient, ListFraudstersCommand, "NextToken", "NextToken", "MaxResults");
|
|
3209
|
+
|
|
3210
|
+
// src/pagination/ListSpeakerEnrollmentJobsPaginator.ts
|
|
3211
|
+
|
|
3212
|
+
var paginateListSpeakerEnrollmentJobs = (0, import_core.createPaginator)(VoiceIDClient, ListSpeakerEnrollmentJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3213
|
+
|
|
3214
|
+
// src/pagination/ListSpeakersPaginator.ts
|
|
3215
|
+
|
|
3216
|
+
var paginateListSpeakers = (0, import_core.createPaginator)(VoiceIDClient, ListSpeakersCommand, "NextToken", "NextToken", "MaxResults");
|
|
3217
|
+
|
|
3218
|
+
// src/pagination/ListWatchlistsPaginator.ts
|
|
3219
|
+
|
|
3220
|
+
var paginateListWatchlists = (0, import_core.createPaginator)(VoiceIDClient, ListWatchlistsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3221
|
+
|
|
3222
|
+
// src/index.ts
|
|
3223
|
+
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3224
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
3225
|
+
|
|
3226
|
+
0 && (module.exports = {
|
|
3227
|
+
AccessDeniedException,
|
|
3228
|
+
AssociateFraudsterCommand,
|
|
3229
|
+
AssociateFraudsterRequestFilterSensitiveLog,
|
|
3230
|
+
AuthenticationDecision,
|
|
3231
|
+
AuthenticationResultFilterSensitiveLog,
|
|
3232
|
+
ConflictException,
|
|
3233
|
+
ConflictType,
|
|
3234
|
+
CreateDomainCommand,
|
|
3235
|
+
CreateDomainRequestFilterSensitiveLog,
|
|
3236
|
+
CreateDomainResponseFilterSensitiveLog,
|
|
3237
|
+
CreateWatchlistCommand,
|
|
3238
|
+
CreateWatchlistRequestFilterSensitiveLog,
|
|
3239
|
+
CreateWatchlistResponseFilterSensitiveLog,
|
|
3240
|
+
DeleteDomainCommand,
|
|
3241
|
+
DeleteFraudsterCommand,
|
|
3242
|
+
DeleteFraudsterRequestFilterSensitiveLog,
|
|
3243
|
+
DeleteSpeakerCommand,
|
|
3244
|
+
DeleteSpeakerRequestFilterSensitiveLog,
|
|
3245
|
+
DeleteWatchlistCommand,
|
|
3246
|
+
DescribeDomainCommand,
|
|
3247
|
+
DescribeDomainResponseFilterSensitiveLog,
|
|
3248
|
+
DescribeFraudsterCommand,
|
|
3249
|
+
DescribeFraudsterRegistrationJobCommand,
|
|
3250
|
+
DescribeFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
3251
|
+
DescribeFraudsterRequestFilterSensitiveLog,
|
|
3252
|
+
DescribeSpeakerCommand,
|
|
3253
|
+
DescribeSpeakerEnrollmentJobCommand,
|
|
3254
|
+
DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
3255
|
+
DescribeSpeakerRequestFilterSensitiveLog,
|
|
3256
|
+
DescribeSpeakerResponseFilterSensitiveLog,
|
|
3257
|
+
DescribeWatchlistCommand,
|
|
3258
|
+
DescribeWatchlistResponseFilterSensitiveLog,
|
|
3259
|
+
DisassociateFraudsterCommand,
|
|
3260
|
+
DisassociateFraudsterRequestFilterSensitiveLog,
|
|
3261
|
+
DomainFilterSensitiveLog,
|
|
3262
|
+
DomainStatus,
|
|
3263
|
+
DomainSummaryFilterSensitiveLog,
|
|
3264
|
+
DuplicateRegistrationAction,
|
|
3265
|
+
EvaluateSessionCommand,
|
|
3266
|
+
EvaluateSessionResponseFilterSensitiveLog,
|
|
3267
|
+
ExistingEnrollmentAction,
|
|
3268
|
+
FraudDetectionAction,
|
|
3269
|
+
FraudDetectionDecision,
|
|
3270
|
+
FraudDetectionReason,
|
|
3271
|
+
FraudsterRegistrationJobFilterSensitiveLog,
|
|
3272
|
+
FraudsterRegistrationJobStatus,
|
|
3273
|
+
FraudsterRegistrationJobSummaryFilterSensitiveLog,
|
|
3274
|
+
InternalServerException,
|
|
3275
|
+
ListDomainsCommand,
|
|
3276
|
+
ListDomainsResponseFilterSensitiveLog,
|
|
3277
|
+
ListFraudsterRegistrationJobsCommand,
|
|
3278
|
+
ListFraudsterRegistrationJobsResponseFilterSensitiveLog,
|
|
3279
|
+
ListFraudstersCommand,
|
|
3280
|
+
ListSpeakerEnrollmentJobsCommand,
|
|
3281
|
+
ListSpeakerEnrollmentJobsResponseFilterSensitiveLog,
|
|
3282
|
+
ListSpeakersCommand,
|
|
3283
|
+
ListSpeakersResponseFilterSensitiveLog,
|
|
3284
|
+
ListTagsForResourceCommand,
|
|
3285
|
+
ListTagsForResourceResponseFilterSensitiveLog,
|
|
3286
|
+
ListWatchlistsCommand,
|
|
3287
|
+
ListWatchlistsResponseFilterSensitiveLog,
|
|
3288
|
+
OptOutSpeakerCommand,
|
|
3289
|
+
OptOutSpeakerRequestFilterSensitiveLog,
|
|
3290
|
+
OptOutSpeakerResponseFilterSensitiveLog,
|
|
3291
|
+
ResourceNotFoundException,
|
|
3292
|
+
ResourceType,
|
|
3293
|
+
ServerSideEncryptionUpdateStatus,
|
|
3294
|
+
ServiceQuotaExceededException,
|
|
3295
|
+
SpeakerEnrollmentJobFilterSensitiveLog,
|
|
3296
|
+
SpeakerEnrollmentJobStatus,
|
|
3297
|
+
SpeakerEnrollmentJobSummaryFilterSensitiveLog,
|
|
3298
|
+
SpeakerFilterSensitiveLog,
|
|
3299
|
+
SpeakerStatus,
|
|
3300
|
+
SpeakerSummaryFilterSensitiveLog,
|
|
3301
|
+
StartFraudsterRegistrationJobCommand,
|
|
3302
|
+
StartFraudsterRegistrationJobRequestFilterSensitiveLog,
|
|
3303
|
+
StartFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
3304
|
+
StartSpeakerEnrollmentJobCommand,
|
|
3305
|
+
StartSpeakerEnrollmentJobRequestFilterSensitiveLog,
|
|
3306
|
+
StartSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
3307
|
+
StreamingStatus,
|
|
3308
|
+
TagFilterSensitiveLog,
|
|
3309
|
+
TagResourceCommand,
|
|
3310
|
+
TagResourceRequestFilterSensitiveLog,
|
|
3311
|
+
ThrottlingException,
|
|
3312
|
+
UntagResourceCommand,
|
|
3313
|
+
UntagResourceRequestFilterSensitiveLog,
|
|
3314
|
+
UpdateDomainCommand,
|
|
3315
|
+
UpdateDomainRequestFilterSensitiveLog,
|
|
3316
|
+
UpdateDomainResponseFilterSensitiveLog,
|
|
3317
|
+
UpdateWatchlistCommand,
|
|
3318
|
+
UpdateWatchlistRequestFilterSensitiveLog,
|
|
3319
|
+
UpdateWatchlistResponseFilterSensitiveLog,
|
|
3320
|
+
ValidationException,
|
|
3321
|
+
VoiceID,
|
|
3322
|
+
VoiceIDClient,
|
|
3323
|
+
VoiceIDServiceException,
|
|
3324
|
+
WatchlistFilterSensitiveLog,
|
|
3325
|
+
WatchlistSummaryFilterSensitiveLog,
|
|
3326
|
+
__Client,
|
|
3327
|
+
paginateListDomains,
|
|
3328
|
+
paginateListFraudsterRegistrationJobs,
|
|
3329
|
+
paginateListFraudsters,
|
|
3330
|
+
paginateListSpeakerEnrollmentJobs,
|
|
3331
|
+
paginateListSpeakers,
|
|
3332
|
+
paginateListWatchlists
|
|
3333
|
+
});
|
|
3334
|
+
|