@aws-sdk/client-voice-id 3.478.0 → 3.484.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/commands/AssociateFraudsterCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainCommand.js +18 -41
- package/dist-cjs/commands/CreateWatchlistCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
- package/dist-cjs/commands/DeleteFraudsterCommand.js +18 -41
- package/dist-cjs/commands/DeleteSpeakerCommand.js +18 -41
- package/dist-cjs/commands/DeleteWatchlistCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
- package/dist-cjs/commands/DescribeFraudsterCommand.js +18 -41
- package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeSpeakerCommand.js +18 -41
- package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeWatchlistCommand.js +18 -41
- package/dist-cjs/commands/DisassociateFraudsterCommand.js +18 -41
- package/dist-cjs/commands/EvaluateSessionCommand.js +18 -41
- package/dist-cjs/commands/ListDomainsCommand.js +18 -41
- package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +18 -41
- package/dist-cjs/commands/ListFraudstersCommand.js +18 -41
- package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +18 -41
- package/dist-cjs/commands/ListSpeakersCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWatchlistsCommand.js +18 -41
- package/dist-cjs/commands/OptOutSpeakerCommand.js +18 -41
- package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js +18 -41
- package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainCommand.js +18 -41
- package/dist-cjs/commands/UpdateWatchlistCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateFraudsterCommand.js +18 -41
- package/dist-es/commands/CreateDomainCommand.js +18 -41
- package/dist-es/commands/CreateWatchlistCommand.js +18 -41
- package/dist-es/commands/DeleteDomainCommand.js +18 -41
- package/dist-es/commands/DeleteFraudsterCommand.js +18 -41
- package/dist-es/commands/DeleteSpeakerCommand.js +18 -41
- package/dist-es/commands/DeleteWatchlistCommand.js +18 -41
- package/dist-es/commands/DescribeDomainCommand.js +18 -41
- package/dist-es/commands/DescribeFraudsterCommand.js +18 -41
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +18 -41
- package/dist-es/commands/DescribeSpeakerCommand.js +18 -41
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-es/commands/DescribeWatchlistCommand.js +18 -41
- package/dist-es/commands/DisassociateFraudsterCommand.js +18 -41
- package/dist-es/commands/EvaluateSessionCommand.js +18 -41
- package/dist-es/commands/ListDomainsCommand.js +18 -41
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +18 -41
- package/dist-es/commands/ListFraudstersCommand.js +18 -41
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +18 -41
- package/dist-es/commands/ListSpeakersCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWatchlistsCommand.js +18 -41
- package/dist-es/commands/OptOutSpeakerCommand.js +18 -41
- package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +18 -41
- package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDomainCommand.js +18 -41
- package/dist-es/commands/UpdateWatchlistCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
- package/dist-types/commands/CreateWatchlistCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSpeakerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWatchlistCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSpeakerCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWatchlistCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateFraudsterCommand.d.ts +6 -21
- package/dist-types/commands/EvaluateSessionCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
- package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListFraudstersCommand.d.ts +6 -21
- package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListSpeakersCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWatchlistsCommand.d.ts +6 -21
- package/dist-types/commands/OptOutSpeakerCommand.d.ts +6 -21
- package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +6 -21
- package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -21
- package/dist-types/commands/UpdateWatchlistCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { ListFraudsterRegistrationJobsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_ListFraudsterRegistrationJobsCommand, se_ListFraudsterRegistrationJobsCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class ListFraudsterRegistrationJobsCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "VoiceIDClient";
|
|
27
|
-
const commandName = "ListFraudsterRegistrationJobsCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: ListFraudsterRegistrationJobsResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "VoiceID",
|
|
36
|
-
operation: "ListFraudsterRegistrationJobs",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_ListFraudsterRegistrationJobsCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_ListFraudsterRegistrationJobsCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class ListFraudsterRegistrationJobsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("VoiceID", "ListFraudsterRegistrationJobs", {})
|
|
20
|
+
.n("VoiceIDClient", "ListFraudsterRegistrationJobsCommand")
|
|
21
|
+
.f(void 0, ListFraudsterRegistrationJobsResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_ListFraudsterRegistrationJobsCommand)
|
|
23
|
+
.de(de_ListFraudsterRegistrationJobsCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListFraudstersCommand, se_ListFraudstersCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListFraudstersCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "VoiceIDClient";
|
|
26
|
-
const commandName = "ListFraudstersCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "VoiceID",
|
|
35
|
-
operation: "ListFraudsters",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListFraudstersCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListFraudstersCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListFraudstersCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("VoiceID", "ListFraudsters", {})
|
|
19
|
+
.n("VoiceIDClient", "ListFraudstersCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListFraudstersCommand)
|
|
22
|
+
.de(de_ListFraudstersCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { ListSpeakerEnrollmentJobsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_ListSpeakerEnrollmentJobsCommand, se_ListSpeakerEnrollmentJobsCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class ListSpeakerEnrollmentJobsCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "VoiceIDClient";
|
|
27
|
-
const commandName = "ListSpeakerEnrollmentJobsCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: ListSpeakerEnrollmentJobsResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "VoiceID",
|
|
36
|
-
operation: "ListSpeakerEnrollmentJobs",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_ListSpeakerEnrollmentJobsCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_ListSpeakerEnrollmentJobsCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class ListSpeakerEnrollmentJobsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("VoiceID", "ListSpeakerEnrollmentJobs", {})
|
|
20
|
+
.n("VoiceIDClient", "ListSpeakerEnrollmentJobsCommand")
|
|
21
|
+
.f(void 0, ListSpeakerEnrollmentJobsResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_ListSpeakerEnrollmentJobsCommand)
|
|
23
|
+
.de(de_ListSpeakerEnrollmentJobsCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { ListSpeakersResponseFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { de_ListSpeakersCommand, se_ListSpeakersCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class ListSpeakersCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "VoiceIDClient";
|
|
27
|
-
const commandName = "ListSpeakersCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: ListSpeakersResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "VoiceID",
|
|
36
|
-
operation: "ListSpeakers",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_ListSpeakersCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_ListSpeakersCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class ListSpeakersCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("VoiceID", "ListSpeakers", {})
|
|
20
|
+
.n("VoiceIDClient", "ListSpeakersCommand")
|
|
21
|
+
.f(void 0, ListSpeakersResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_ListSpeakersCommand)
|
|
23
|
+
.de(de_ListSpeakersCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class ListTagsForResourceCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "VoiceIDClient";
|
|
27
|
-
const commandName = "ListTagsForResourceCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "VoiceID",
|
|
36
|
-
operation: "ListTagsForResource",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_ListTagsForResourceCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_ListTagsForResourceCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class ListTagsForResourceCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("VoiceID", "ListTagsForResource", {})
|
|
20
|
+
.n("VoiceIDClient", "ListTagsForResourceCommand")
|
|
21
|
+
.f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_ListTagsForResourceCommand)
|
|
23
|
+
.de(de_ListTagsForResourceCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { ListWatchlistsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_ListWatchlistsCommand, se_ListWatchlistsCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class ListWatchlistsCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "VoiceIDClient";
|
|
27
|
-
const commandName = "ListWatchlistsCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: ListWatchlistsResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "VoiceID",
|
|
36
|
-
operation: "ListWatchlists",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_ListWatchlistsCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_ListWatchlistsCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class ListWatchlistsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("VoiceID", "ListWatchlists", {})
|
|
20
|
+
.n("VoiceIDClient", "ListWatchlistsCommand")
|
|
21
|
+
.f(void 0, ListWatchlistsResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_ListWatchlistsCommand)
|
|
23
|
+
.de(de_ListWatchlistsCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { OptOutSpeakerRequestFilterSensitiveLog, OptOutSpeakerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_OptOutSpeakerCommand, se_OptOutSpeakerCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class OptOutSpeakerCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "VoiceIDClient";
|
|
27
|
-
const commandName = "OptOutSpeakerCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: OptOutSpeakerRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: OptOutSpeakerResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "VoiceID",
|
|
36
|
-
operation: "OptOutSpeaker",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_OptOutSpeakerCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_OptOutSpeakerCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class OptOutSpeakerCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("VoiceID", "OptOutSpeaker", {})
|
|
20
|
+
.n("VoiceIDClient", "OptOutSpeakerCommand")
|
|
21
|
+
.f(OptOutSpeakerRequestFilterSensitiveLog, OptOutSpeakerResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_OptOutSpeakerCommand)
|
|
23
|
+
.de(de_OptOutSpeakerCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { StartFraudsterRegistrationJobRequestFilterSensitiveLog, StartFraudsterRegistrationJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_StartFraudsterRegistrationJobCommand, se_StartFraudsterRegistrationJobCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class StartFraudsterRegistrationJobCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "VoiceIDClient";
|
|
27
|
-
const commandName = "StartFraudsterRegistrationJobCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: StartFraudsterRegistrationJobRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: StartFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "VoiceID",
|
|
36
|
-
operation: "StartFraudsterRegistrationJob",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_StartFraudsterRegistrationJobCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_StartFraudsterRegistrationJobCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class StartFraudsterRegistrationJobCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("VoiceID", "StartFraudsterRegistrationJob", {})
|
|
20
|
+
.n("VoiceIDClient", "StartFraudsterRegistrationJobCommand")
|
|
21
|
+
.f(StartFraudsterRegistrationJobRequestFilterSensitiveLog, StartFraudsterRegistrationJobResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_StartFraudsterRegistrationJobCommand)
|
|
23
|
+
.de(de_StartFraudsterRegistrationJobCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { StartSpeakerEnrollmentJobRequestFilterSensitiveLog, StartSpeakerEnrollmentJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_StartSpeakerEnrollmentJobCommand, se_StartSpeakerEnrollmentJobCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class StartSpeakerEnrollmentJobCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "VoiceIDClient";
|
|
27
|
-
const commandName = "StartSpeakerEnrollmentJobCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: StartSpeakerEnrollmentJobRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: StartSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "VoiceID",
|
|
36
|
-
operation: "StartSpeakerEnrollmentJob",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_StartSpeakerEnrollmentJobCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_StartSpeakerEnrollmentJobCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class StartSpeakerEnrollmentJobCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("VoiceID", "StartSpeakerEnrollmentJob", {})
|
|
20
|
+
.n("VoiceIDClient", "StartSpeakerEnrollmentJobCommand")
|
|
21
|
+
.f(StartSpeakerEnrollmentJobRequestFilterSensitiveLog, StartSpeakerEnrollmentJobResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_StartSpeakerEnrollmentJobCommand)
|
|
23
|
+
.de(de_StartSpeakerEnrollmentJobCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|