@aws-sdk/client-voice-id 3.1076.0 → 3.1078.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/index.js +40 -295
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateFraudsterCommand.js +2 -14
- package/dist-es/commands/CreateDomainCommand.js +2 -14
- package/dist-es/commands/CreateWatchlistCommand.js +2 -14
- package/dist-es/commands/DeleteDomainCommand.js +2 -14
- package/dist-es/commands/DeleteFraudsterCommand.js +2 -14
- package/dist-es/commands/DeleteSpeakerCommand.js +2 -14
- package/dist-es/commands/DeleteWatchlistCommand.js +2 -14
- package/dist-es/commands/DescribeDomainCommand.js +2 -14
- package/dist-es/commands/DescribeFraudsterCommand.js +2 -14
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +2 -14
- package/dist-es/commands/DescribeSpeakerCommand.js +2 -14
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +2 -14
- package/dist-es/commands/DescribeWatchlistCommand.js +2 -14
- package/dist-es/commands/DisassociateFraudsterCommand.js +2 -14
- package/dist-es/commands/EvaluateSessionCommand.js +2 -14
- package/dist-es/commands/ListDomainsCommand.js +2 -14
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +2 -14
- package/dist-es/commands/ListFraudstersCommand.js +2 -14
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +2 -14
- package/dist-es/commands/ListSpeakersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWatchlistsCommand.js +2 -14
- package/dist-es/commands/OptOutSpeakerCommand.js +2 -14
- package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +2 -14
- package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDomainCommand.js +2 -14
- package/dist-es/commands/UpdateWatchlistCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateFraudsterCommand.d.ts +3 -8
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreateWatchlistCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFraudsterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSpeakerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWatchlistCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFraudsterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSpeakerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWatchlistCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateFraudsterCommand.d.ts +3 -8
- package/dist-types/commands/EvaluateSessionCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListFraudstersCommand.d.ts +3 -8
- package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListSpeakersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWatchlistsCommand.d.ts +3 -8
- package/dist-types/commands/OptOutSpeakerCommand.d.ts +3 -8
- package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +3 -8
- package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDomainCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWatchlistCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultVoiceIDHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1066,6 +1068,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1066
1068
|
serviceTarget: "VoiceID",
|
|
1067
1069
|
},
|
|
1068
1070
|
serviceId: config?.serviceId ?? "Voice ID",
|
|
1071
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1069
1072
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1070
1073
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1071
1074
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1099,7 +1102,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1099
1102
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1100
1103
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1101
1104
|
}, config),
|
|
1102
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1103
1105
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1104
1106
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1105
1107
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1187,352 +1189,95 @@ class VoiceIDClient extends Client {
|
|
|
1187
1189
|
}
|
|
1188
1190
|
}
|
|
1189
1191
|
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
})
|
|
1196
|
-
.s("VoiceID", "AssociateFraudster", {})
|
|
1197
|
-
.n("VoiceIDClient", "AssociateFraudsterCommand")
|
|
1198
|
-
.sc(AssociateFraudster$)
|
|
1199
|
-
.build() {
|
|
1192
|
+
const command = makeBuilder(commonParams, "VoiceID", "VoiceIDClient", getEndpointPlugin);
|
|
1193
|
+
const _ep0 = {};
|
|
1194
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1195
|
+
|
|
1196
|
+
class AssociateFraudsterCommand extends command(_ep0, _mw0, "AssociateFraudster", AssociateFraudster$) {
|
|
1200
1197
|
}
|
|
1201
1198
|
|
|
1202
|
-
class CreateDomainCommand extends
|
|
1203
|
-
.classBuilder()
|
|
1204
|
-
.ep(commonParams)
|
|
1205
|
-
.m(function (Command, cs, config, o) {
|
|
1206
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1207
|
-
})
|
|
1208
|
-
.s("VoiceID", "CreateDomain", {})
|
|
1209
|
-
.n("VoiceIDClient", "CreateDomainCommand")
|
|
1210
|
-
.sc(CreateDomain$)
|
|
1211
|
-
.build() {
|
|
1199
|
+
class CreateDomainCommand extends command(_ep0, _mw0, "CreateDomain", CreateDomain$) {
|
|
1212
1200
|
}
|
|
1213
1201
|
|
|
1214
|
-
class CreateWatchlistCommand extends
|
|
1215
|
-
.classBuilder()
|
|
1216
|
-
.ep(commonParams)
|
|
1217
|
-
.m(function (Command, cs, config, o) {
|
|
1218
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1219
|
-
})
|
|
1220
|
-
.s("VoiceID", "CreateWatchlist", {})
|
|
1221
|
-
.n("VoiceIDClient", "CreateWatchlistCommand")
|
|
1222
|
-
.sc(CreateWatchlist$)
|
|
1223
|
-
.build() {
|
|
1202
|
+
class CreateWatchlistCommand extends command(_ep0, _mw0, "CreateWatchlist", CreateWatchlist$) {
|
|
1224
1203
|
}
|
|
1225
1204
|
|
|
1226
|
-
class DeleteDomainCommand extends
|
|
1227
|
-
.classBuilder()
|
|
1228
|
-
.ep(commonParams)
|
|
1229
|
-
.m(function (Command, cs, config, o) {
|
|
1230
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1231
|
-
})
|
|
1232
|
-
.s("VoiceID", "DeleteDomain", {})
|
|
1233
|
-
.n("VoiceIDClient", "DeleteDomainCommand")
|
|
1234
|
-
.sc(DeleteDomain$)
|
|
1235
|
-
.build() {
|
|
1205
|
+
class DeleteDomainCommand extends command(_ep0, _mw0, "DeleteDomain", DeleteDomain$) {
|
|
1236
1206
|
}
|
|
1237
1207
|
|
|
1238
|
-
class DeleteFraudsterCommand extends
|
|
1239
|
-
.classBuilder()
|
|
1240
|
-
.ep(commonParams)
|
|
1241
|
-
.m(function (Command, cs, config, o) {
|
|
1242
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1243
|
-
})
|
|
1244
|
-
.s("VoiceID", "DeleteFraudster", {})
|
|
1245
|
-
.n("VoiceIDClient", "DeleteFraudsterCommand")
|
|
1246
|
-
.sc(DeleteFraudster$)
|
|
1247
|
-
.build() {
|
|
1208
|
+
class DeleteFraudsterCommand extends command(_ep0, _mw0, "DeleteFraudster", DeleteFraudster$) {
|
|
1248
1209
|
}
|
|
1249
1210
|
|
|
1250
|
-
class DeleteSpeakerCommand extends
|
|
1251
|
-
.classBuilder()
|
|
1252
|
-
.ep(commonParams)
|
|
1253
|
-
.m(function (Command, cs, config, o) {
|
|
1254
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1255
|
-
})
|
|
1256
|
-
.s("VoiceID", "DeleteSpeaker", {})
|
|
1257
|
-
.n("VoiceIDClient", "DeleteSpeakerCommand")
|
|
1258
|
-
.sc(DeleteSpeaker$)
|
|
1259
|
-
.build() {
|
|
1211
|
+
class DeleteSpeakerCommand extends command(_ep0, _mw0, "DeleteSpeaker", DeleteSpeaker$) {
|
|
1260
1212
|
}
|
|
1261
1213
|
|
|
1262
|
-
class DeleteWatchlistCommand extends
|
|
1263
|
-
.classBuilder()
|
|
1264
|
-
.ep(commonParams)
|
|
1265
|
-
.m(function (Command, cs, config, o) {
|
|
1266
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1267
|
-
})
|
|
1268
|
-
.s("VoiceID", "DeleteWatchlist", {})
|
|
1269
|
-
.n("VoiceIDClient", "DeleteWatchlistCommand")
|
|
1270
|
-
.sc(DeleteWatchlist$)
|
|
1271
|
-
.build() {
|
|
1214
|
+
class DeleteWatchlistCommand extends command(_ep0, _mw0, "DeleteWatchlist", DeleteWatchlist$) {
|
|
1272
1215
|
}
|
|
1273
1216
|
|
|
1274
|
-
class DescribeDomainCommand extends
|
|
1275
|
-
.classBuilder()
|
|
1276
|
-
.ep(commonParams)
|
|
1277
|
-
.m(function (Command, cs, config, o) {
|
|
1278
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1279
|
-
})
|
|
1280
|
-
.s("VoiceID", "DescribeDomain", {})
|
|
1281
|
-
.n("VoiceIDClient", "DescribeDomainCommand")
|
|
1282
|
-
.sc(DescribeDomain$)
|
|
1283
|
-
.build() {
|
|
1217
|
+
class DescribeDomainCommand extends command(_ep0, _mw0, "DescribeDomain", DescribeDomain$) {
|
|
1284
1218
|
}
|
|
1285
1219
|
|
|
1286
|
-
class DescribeFraudsterCommand extends
|
|
1287
|
-
.classBuilder()
|
|
1288
|
-
.ep(commonParams)
|
|
1289
|
-
.m(function (Command, cs, config, o) {
|
|
1290
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1291
|
-
})
|
|
1292
|
-
.s("VoiceID", "DescribeFraudster", {})
|
|
1293
|
-
.n("VoiceIDClient", "DescribeFraudsterCommand")
|
|
1294
|
-
.sc(DescribeFraudster$)
|
|
1295
|
-
.build() {
|
|
1220
|
+
class DescribeFraudsterCommand extends command(_ep0, _mw0, "DescribeFraudster", DescribeFraudster$) {
|
|
1296
1221
|
}
|
|
1297
1222
|
|
|
1298
|
-
class DescribeFraudsterRegistrationJobCommand extends
|
|
1299
|
-
.classBuilder()
|
|
1300
|
-
.ep(commonParams)
|
|
1301
|
-
.m(function (Command, cs, config, o) {
|
|
1302
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1303
|
-
})
|
|
1304
|
-
.s("VoiceID", "DescribeFraudsterRegistrationJob", {})
|
|
1305
|
-
.n("VoiceIDClient", "DescribeFraudsterRegistrationJobCommand")
|
|
1306
|
-
.sc(DescribeFraudsterRegistrationJob$)
|
|
1307
|
-
.build() {
|
|
1223
|
+
class DescribeFraudsterRegistrationJobCommand extends command(_ep0, _mw0, "DescribeFraudsterRegistrationJob", DescribeFraudsterRegistrationJob$) {
|
|
1308
1224
|
}
|
|
1309
1225
|
|
|
1310
|
-
class DescribeSpeakerCommand extends
|
|
1311
|
-
.classBuilder()
|
|
1312
|
-
.ep(commonParams)
|
|
1313
|
-
.m(function (Command, cs, config, o) {
|
|
1314
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1315
|
-
})
|
|
1316
|
-
.s("VoiceID", "DescribeSpeaker", {})
|
|
1317
|
-
.n("VoiceIDClient", "DescribeSpeakerCommand")
|
|
1318
|
-
.sc(DescribeSpeaker$)
|
|
1319
|
-
.build() {
|
|
1226
|
+
class DescribeSpeakerCommand extends command(_ep0, _mw0, "DescribeSpeaker", DescribeSpeaker$) {
|
|
1320
1227
|
}
|
|
1321
1228
|
|
|
1322
|
-
class DescribeSpeakerEnrollmentJobCommand extends
|
|
1323
|
-
.classBuilder()
|
|
1324
|
-
.ep(commonParams)
|
|
1325
|
-
.m(function (Command, cs, config, o) {
|
|
1326
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1327
|
-
})
|
|
1328
|
-
.s("VoiceID", "DescribeSpeakerEnrollmentJob", {})
|
|
1329
|
-
.n("VoiceIDClient", "DescribeSpeakerEnrollmentJobCommand")
|
|
1330
|
-
.sc(DescribeSpeakerEnrollmentJob$)
|
|
1331
|
-
.build() {
|
|
1229
|
+
class DescribeSpeakerEnrollmentJobCommand extends command(_ep0, _mw0, "DescribeSpeakerEnrollmentJob", DescribeSpeakerEnrollmentJob$) {
|
|
1332
1230
|
}
|
|
1333
1231
|
|
|
1334
|
-
class DescribeWatchlistCommand extends
|
|
1335
|
-
.classBuilder()
|
|
1336
|
-
.ep(commonParams)
|
|
1337
|
-
.m(function (Command, cs, config, o) {
|
|
1338
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1339
|
-
})
|
|
1340
|
-
.s("VoiceID", "DescribeWatchlist", {})
|
|
1341
|
-
.n("VoiceIDClient", "DescribeWatchlistCommand")
|
|
1342
|
-
.sc(DescribeWatchlist$)
|
|
1343
|
-
.build() {
|
|
1232
|
+
class DescribeWatchlistCommand extends command(_ep0, _mw0, "DescribeWatchlist", DescribeWatchlist$) {
|
|
1344
1233
|
}
|
|
1345
1234
|
|
|
1346
|
-
class DisassociateFraudsterCommand extends
|
|
1347
|
-
.classBuilder()
|
|
1348
|
-
.ep(commonParams)
|
|
1349
|
-
.m(function (Command, cs, config, o) {
|
|
1350
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1351
|
-
})
|
|
1352
|
-
.s("VoiceID", "DisassociateFraudster", {})
|
|
1353
|
-
.n("VoiceIDClient", "DisassociateFraudsterCommand")
|
|
1354
|
-
.sc(DisassociateFraudster$)
|
|
1355
|
-
.build() {
|
|
1235
|
+
class DisassociateFraudsterCommand extends command(_ep0, _mw0, "DisassociateFraudster", DisassociateFraudster$) {
|
|
1356
1236
|
}
|
|
1357
1237
|
|
|
1358
|
-
class EvaluateSessionCommand extends
|
|
1359
|
-
.classBuilder()
|
|
1360
|
-
.ep(commonParams)
|
|
1361
|
-
.m(function (Command, cs, config, o) {
|
|
1362
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1363
|
-
})
|
|
1364
|
-
.s("VoiceID", "EvaluateSession", {})
|
|
1365
|
-
.n("VoiceIDClient", "EvaluateSessionCommand")
|
|
1366
|
-
.sc(EvaluateSession$)
|
|
1367
|
-
.build() {
|
|
1238
|
+
class EvaluateSessionCommand extends command(_ep0, _mw0, "EvaluateSession", EvaluateSession$) {
|
|
1368
1239
|
}
|
|
1369
1240
|
|
|
1370
|
-
class ListDomainsCommand extends
|
|
1371
|
-
.classBuilder()
|
|
1372
|
-
.ep(commonParams)
|
|
1373
|
-
.m(function (Command, cs, config, o) {
|
|
1374
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1375
|
-
})
|
|
1376
|
-
.s("VoiceID", "ListDomains", {})
|
|
1377
|
-
.n("VoiceIDClient", "ListDomainsCommand")
|
|
1378
|
-
.sc(ListDomains$)
|
|
1379
|
-
.build() {
|
|
1241
|
+
class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
|
|
1380
1242
|
}
|
|
1381
1243
|
|
|
1382
|
-
class ListFraudsterRegistrationJobsCommand extends
|
|
1383
|
-
.classBuilder()
|
|
1384
|
-
.ep(commonParams)
|
|
1385
|
-
.m(function (Command, cs, config, o) {
|
|
1386
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1387
|
-
})
|
|
1388
|
-
.s("VoiceID", "ListFraudsterRegistrationJobs", {})
|
|
1389
|
-
.n("VoiceIDClient", "ListFraudsterRegistrationJobsCommand")
|
|
1390
|
-
.sc(ListFraudsterRegistrationJobs$)
|
|
1391
|
-
.build() {
|
|
1244
|
+
class ListFraudsterRegistrationJobsCommand extends command(_ep0, _mw0, "ListFraudsterRegistrationJobs", ListFraudsterRegistrationJobs$) {
|
|
1392
1245
|
}
|
|
1393
1246
|
|
|
1394
|
-
class ListFraudstersCommand extends
|
|
1395
|
-
.classBuilder()
|
|
1396
|
-
.ep(commonParams)
|
|
1397
|
-
.m(function (Command, cs, config, o) {
|
|
1398
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1399
|
-
})
|
|
1400
|
-
.s("VoiceID", "ListFraudsters", {})
|
|
1401
|
-
.n("VoiceIDClient", "ListFraudstersCommand")
|
|
1402
|
-
.sc(ListFraudsters$)
|
|
1403
|
-
.build() {
|
|
1247
|
+
class ListFraudstersCommand extends command(_ep0, _mw0, "ListFraudsters", ListFraudsters$) {
|
|
1404
1248
|
}
|
|
1405
1249
|
|
|
1406
|
-
class ListSpeakerEnrollmentJobsCommand extends
|
|
1407
|
-
.classBuilder()
|
|
1408
|
-
.ep(commonParams)
|
|
1409
|
-
.m(function (Command, cs, config, o) {
|
|
1410
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1411
|
-
})
|
|
1412
|
-
.s("VoiceID", "ListSpeakerEnrollmentJobs", {})
|
|
1413
|
-
.n("VoiceIDClient", "ListSpeakerEnrollmentJobsCommand")
|
|
1414
|
-
.sc(ListSpeakerEnrollmentJobs$)
|
|
1415
|
-
.build() {
|
|
1250
|
+
class ListSpeakerEnrollmentJobsCommand extends command(_ep0, _mw0, "ListSpeakerEnrollmentJobs", ListSpeakerEnrollmentJobs$) {
|
|
1416
1251
|
}
|
|
1417
1252
|
|
|
1418
|
-
class ListSpeakersCommand extends
|
|
1419
|
-
.classBuilder()
|
|
1420
|
-
.ep(commonParams)
|
|
1421
|
-
.m(function (Command, cs, config, o) {
|
|
1422
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1423
|
-
})
|
|
1424
|
-
.s("VoiceID", "ListSpeakers", {})
|
|
1425
|
-
.n("VoiceIDClient", "ListSpeakersCommand")
|
|
1426
|
-
.sc(ListSpeakers$)
|
|
1427
|
-
.build() {
|
|
1253
|
+
class ListSpeakersCommand extends command(_ep0, _mw0, "ListSpeakers", ListSpeakers$) {
|
|
1428
1254
|
}
|
|
1429
1255
|
|
|
1430
|
-
class ListTagsForResourceCommand extends
|
|
1431
|
-
.classBuilder()
|
|
1432
|
-
.ep(commonParams)
|
|
1433
|
-
.m(function (Command, cs, config, o) {
|
|
1434
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1435
|
-
})
|
|
1436
|
-
.s("VoiceID", "ListTagsForResource", {})
|
|
1437
|
-
.n("VoiceIDClient", "ListTagsForResourceCommand")
|
|
1438
|
-
.sc(ListTagsForResource$)
|
|
1439
|
-
.build() {
|
|
1256
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1440
1257
|
}
|
|
1441
1258
|
|
|
1442
|
-
class ListWatchlistsCommand extends
|
|
1443
|
-
.classBuilder()
|
|
1444
|
-
.ep(commonParams)
|
|
1445
|
-
.m(function (Command, cs, config, o) {
|
|
1446
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1447
|
-
})
|
|
1448
|
-
.s("VoiceID", "ListWatchlists", {})
|
|
1449
|
-
.n("VoiceIDClient", "ListWatchlistsCommand")
|
|
1450
|
-
.sc(ListWatchlists$)
|
|
1451
|
-
.build() {
|
|
1259
|
+
class ListWatchlistsCommand extends command(_ep0, _mw0, "ListWatchlists", ListWatchlists$) {
|
|
1452
1260
|
}
|
|
1453
1261
|
|
|
1454
|
-
class OptOutSpeakerCommand extends
|
|
1455
|
-
.classBuilder()
|
|
1456
|
-
.ep(commonParams)
|
|
1457
|
-
.m(function (Command, cs, config, o) {
|
|
1458
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1459
|
-
})
|
|
1460
|
-
.s("VoiceID", "OptOutSpeaker", {})
|
|
1461
|
-
.n("VoiceIDClient", "OptOutSpeakerCommand")
|
|
1462
|
-
.sc(OptOutSpeaker$)
|
|
1463
|
-
.build() {
|
|
1262
|
+
class OptOutSpeakerCommand extends command(_ep0, _mw0, "OptOutSpeaker", OptOutSpeaker$) {
|
|
1464
1263
|
}
|
|
1465
1264
|
|
|
1466
|
-
class StartFraudsterRegistrationJobCommand extends
|
|
1467
|
-
.classBuilder()
|
|
1468
|
-
.ep(commonParams)
|
|
1469
|
-
.m(function (Command, cs, config, o) {
|
|
1470
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1471
|
-
})
|
|
1472
|
-
.s("VoiceID", "StartFraudsterRegistrationJob", {})
|
|
1473
|
-
.n("VoiceIDClient", "StartFraudsterRegistrationJobCommand")
|
|
1474
|
-
.sc(StartFraudsterRegistrationJob$)
|
|
1475
|
-
.build() {
|
|
1265
|
+
class StartFraudsterRegistrationJobCommand extends command(_ep0, _mw0, "StartFraudsterRegistrationJob", StartFraudsterRegistrationJob$) {
|
|
1476
1266
|
}
|
|
1477
1267
|
|
|
1478
|
-
class StartSpeakerEnrollmentJobCommand extends
|
|
1479
|
-
.classBuilder()
|
|
1480
|
-
.ep(commonParams)
|
|
1481
|
-
.m(function (Command, cs, config, o) {
|
|
1482
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1483
|
-
})
|
|
1484
|
-
.s("VoiceID", "StartSpeakerEnrollmentJob", {})
|
|
1485
|
-
.n("VoiceIDClient", "StartSpeakerEnrollmentJobCommand")
|
|
1486
|
-
.sc(StartSpeakerEnrollmentJob$)
|
|
1487
|
-
.build() {
|
|
1268
|
+
class StartSpeakerEnrollmentJobCommand extends command(_ep0, _mw0, "StartSpeakerEnrollmentJob", StartSpeakerEnrollmentJob$) {
|
|
1488
1269
|
}
|
|
1489
1270
|
|
|
1490
|
-
class TagResourceCommand extends
|
|
1491
|
-
.classBuilder()
|
|
1492
|
-
.ep(commonParams)
|
|
1493
|
-
.m(function (Command, cs, config, o) {
|
|
1494
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1495
|
-
})
|
|
1496
|
-
.s("VoiceID", "TagResource", {})
|
|
1497
|
-
.n("VoiceIDClient", "TagResourceCommand")
|
|
1498
|
-
.sc(TagResource$)
|
|
1499
|
-
.build() {
|
|
1271
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1500
1272
|
}
|
|
1501
1273
|
|
|
1502
|
-
class UntagResourceCommand extends
|
|
1503
|
-
.classBuilder()
|
|
1504
|
-
.ep(commonParams)
|
|
1505
|
-
.m(function (Command, cs, config, o) {
|
|
1506
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1507
|
-
})
|
|
1508
|
-
.s("VoiceID", "UntagResource", {})
|
|
1509
|
-
.n("VoiceIDClient", "UntagResourceCommand")
|
|
1510
|
-
.sc(UntagResource$)
|
|
1511
|
-
.build() {
|
|
1274
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1512
1275
|
}
|
|
1513
1276
|
|
|
1514
|
-
class UpdateDomainCommand extends
|
|
1515
|
-
.classBuilder()
|
|
1516
|
-
.ep(commonParams)
|
|
1517
|
-
.m(function (Command, cs, config, o) {
|
|
1518
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1519
|
-
})
|
|
1520
|
-
.s("VoiceID", "UpdateDomain", {})
|
|
1521
|
-
.n("VoiceIDClient", "UpdateDomainCommand")
|
|
1522
|
-
.sc(UpdateDomain$)
|
|
1523
|
-
.build() {
|
|
1277
|
+
class UpdateDomainCommand extends command(_ep0, _mw0, "UpdateDomain", UpdateDomain$) {
|
|
1524
1278
|
}
|
|
1525
1279
|
|
|
1526
|
-
class UpdateWatchlistCommand extends
|
|
1527
|
-
.classBuilder()
|
|
1528
|
-
.ep(commonParams)
|
|
1529
|
-
.m(function (Command, cs, config, o) {
|
|
1530
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1531
|
-
})
|
|
1532
|
-
.s("VoiceID", "UpdateWatchlist", {})
|
|
1533
|
-
.n("VoiceIDClient", "UpdateWatchlistCommand")
|
|
1534
|
-
.sc(UpdateWatchlist$)
|
|
1535
|
-
.build() {
|
|
1280
|
+
class UpdateWatchlistCommand extends command(_ep0, _mw0, "UpdateWatchlist", UpdateWatchlist$) {
|
|
1536
1281
|
}
|
|
1537
1282
|
|
|
1538
1283
|
const paginateListDomains = createPaginator(VoiceIDClient, ListDomainsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "VoiceID", "VoiceIDClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateFraudster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateFraudsterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "AssociateFraudster", {})
|
|
13
|
-
.n("VoiceIDClient", "AssociateFraudsterCommand")
|
|
14
|
-
.sc(AssociateFraudster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateFraudsterCommand extends command(_ep0, _mw0, "AssociateFraudster", AssociateFraudster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "CreateDomain", {})
|
|
13
|
-
.n("VoiceIDClient", "CreateDomainCommand")
|
|
14
|
-
.sc(CreateDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDomainCommand extends command(_ep0, _mw0, "CreateDomain", CreateDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateWatchlist$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateWatchlistCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "CreateWatchlist", {})
|
|
13
|
-
.n("VoiceIDClient", "CreateWatchlistCommand")
|
|
14
|
-
.sc(CreateWatchlist$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateWatchlistCommand extends command(_ep0, _mw0, "CreateWatchlist", CreateWatchlist$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "DeleteDomain", {})
|
|
13
|
-
.n("VoiceIDClient", "DeleteDomainCommand")
|
|
14
|
-
.sc(DeleteDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDomainCommand extends command(_ep0, _mw0, "DeleteDomain", DeleteDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteFraudster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFraudsterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "DeleteFraudster", {})
|
|
13
|
-
.n("VoiceIDClient", "DeleteFraudsterCommand")
|
|
14
|
-
.sc(DeleteFraudster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFraudsterCommand extends command(_ep0, _mw0, "DeleteFraudster", DeleteFraudster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSpeaker$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSpeakerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "DeleteSpeaker", {})
|
|
13
|
-
.n("VoiceIDClient", "DeleteSpeakerCommand")
|
|
14
|
-
.sc(DeleteSpeaker$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSpeakerCommand extends command(_ep0, _mw0, "DeleteSpeaker", DeleteSpeaker$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteWatchlist$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWatchlistCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "DeleteWatchlist", {})
|
|
13
|
-
.n("VoiceIDClient", "DeleteWatchlistCommand")
|
|
14
|
-
.sc(DeleteWatchlist$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWatchlistCommand extends command(_ep0, _mw0, "DeleteWatchlist", DeleteWatchlist$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "DescribeDomain", {})
|
|
13
|
-
.n("VoiceIDClient", "DescribeDomainCommand")
|
|
14
|
-
.sc(DescribeDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDomainCommand extends command(_ep0, _mw0, "DescribeDomain", DescribeDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeFraudster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFraudsterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "DescribeFraudster", {})
|
|
13
|
-
.n("VoiceIDClient", "DescribeFraudsterCommand")
|
|
14
|
-
.sc(DescribeFraudster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFraudsterCommand extends command(_ep0, _mw0, "DescribeFraudster", DescribeFraudster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeFraudsterRegistrationJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFraudsterRegistrationJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "DescribeFraudsterRegistrationJob", {})
|
|
13
|
-
.n("VoiceIDClient", "DescribeFraudsterRegistrationJobCommand")
|
|
14
|
-
.sc(DescribeFraudsterRegistrationJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFraudsterRegistrationJobCommand extends command(_ep0, _mw0, "DescribeFraudsterRegistrationJob", DescribeFraudsterRegistrationJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeSpeaker$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSpeakerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VoiceID", "DescribeSpeaker", {})
|
|
13
|
-
.n("VoiceIDClient", "DescribeSpeakerCommand")
|
|
14
|
-
.sc(DescribeSpeaker$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSpeakerCommand extends command(_ep0, _mw0, "DescribeSpeaker", DescribeSpeaker$) {
|
|
16
4
|
}
|