@aws-sdk/client-voice-id 3.651.1 → 3.658.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-types/commands/AssociateFraudsterCommand.d.ts +11 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +11 -0
- package/dist-types/commands/CreateWatchlistCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFraudsterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSpeakerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWatchlistCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFraudsterCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSpeakerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeWatchlistCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateFraudsterCommand.d.ts +11 -0
- package/dist-types/commands/EvaluateSessionCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +11 -0
- package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListFraudstersCommand.d.ts +11 -0
- package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListSpeakersCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListWatchlistsCommand.d.ts +11 -0
- package/dist-types/commands/OptOutSpeakerCommand.d.ts +11 -0
- package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +11 -0
- package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +11 -0
- package/dist-types/commands/UpdateWatchlistCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFraudsterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSpeakerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFraudsterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFraudsterRegistrationJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSpeakerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EvaluateSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFraudsterRegistrationJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSpeakerEnrollmentJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSpeakersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/OptOutSpeakerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartFraudsterRegistrationJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSpeakerEnrollmentJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -94,4 +94,15 @@ declare const AssociateFraudsterCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class AssociateFraudsterCommand extends AssociateFraudsterCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: AssociateFraudsterRequest;
|
|
101
|
+
output: AssociateFraudsterResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: AssociateFraudsterCommandInput;
|
|
105
|
+
output: AssociateFraudsterCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -116,4 +116,15 @@ declare const CreateDomainCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: CreateDomainRequest;
|
|
123
|
+
output: CreateDomainResponse;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: CreateDomainCommandInput;
|
|
127
|
+
output: CreateDomainCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -96,4 +96,15 @@ declare const CreateWatchlistCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class CreateWatchlistCommand extends CreateWatchlistCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: CreateWatchlistRequest;
|
|
103
|
+
output: CreateWatchlistResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: CreateWatchlistCommandInput;
|
|
107
|
+
output: CreateWatchlistCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteDomainCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteDomainRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteDomainCommandInput;
|
|
91
|
+
output: DeleteDomainCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -81,4 +81,15 @@ declare const DeleteFraudsterCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DeleteFraudsterCommand extends DeleteFraudsterCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DeleteFraudsterRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DeleteFraudsterCommandInput;
|
|
92
|
+
output: DeleteFraudsterCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -81,4 +81,15 @@ declare const DeleteSpeakerCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DeleteSpeakerCommand extends DeleteSpeakerCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DeleteSpeakerRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DeleteSpeakerCommandInput;
|
|
92
|
+
output: DeleteSpeakerCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteWatchlistCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteWatchlistCommand extends DeleteWatchlistCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteWatchlistRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteWatchlistCommandInput;
|
|
94
|
+
output: DeleteWatchlistCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -97,4 +97,15 @@ declare const DescribeDomainCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: DescribeDomainRequest;
|
|
104
|
+
output: DescribeDomainResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: DescribeDomainCommandInput;
|
|
108
|
+
output: DescribeDomainCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -86,4 +86,15 @@ declare const DescribeFraudsterCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DescribeFraudsterCommand extends DescribeFraudsterCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DescribeFraudsterRequest;
|
|
93
|
+
output: DescribeFraudsterResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DescribeFraudsterCommandInput;
|
|
97
|
+
output: DescribeFraudsterCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -108,4 +108,15 @@ declare const DescribeFraudsterRegistrationJobCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class DescribeFraudsterRegistrationJobCommand extends DescribeFraudsterRegistrationJobCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: DescribeFraudsterRegistrationJobRequest;
|
|
115
|
+
output: DescribeFraudsterRegistrationJobResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: DescribeFraudsterRegistrationJobCommandInput;
|
|
119
|
+
output: DescribeFraudsterRegistrationJobCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeSpeakerCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeSpeakerCommand extends DescribeSpeakerCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeSpeakerRequest;
|
|
94
|
+
output: DescribeSpeakerResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeSpeakerCommandInput;
|
|
98
|
+
output: DescribeSpeakerCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -111,4 +111,15 @@ declare const DescribeSpeakerEnrollmentJobCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class DescribeSpeakerEnrollmentJobCommand extends DescribeSpeakerEnrollmentJobCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: DescribeSpeakerEnrollmentJobRequest;
|
|
118
|
+
output: DescribeSpeakerEnrollmentJobResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: DescribeSpeakerEnrollmentJobCommandInput;
|
|
122
|
+
output: DescribeSpeakerEnrollmentJobCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeWatchlistCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeWatchlistCommand extends DescribeWatchlistCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeWatchlistRequest;
|
|
94
|
+
output: DescribeWatchlistResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeWatchlistCommandInput;
|
|
98
|
+
output: DescribeWatchlistCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -94,4 +94,15 @@ declare const DisassociateFraudsterCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DisassociateFraudsterCommand extends DisassociateFraudsterCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DisassociateFraudsterRequest;
|
|
101
|
+
output: DisassociateFraudsterResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DisassociateFraudsterCommandInput;
|
|
105
|
+
output: DisassociateFraudsterCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -121,4 +121,15 @@ declare const EvaluateSessionCommand_base: {
|
|
|
121
121
|
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class EvaluateSessionCommand extends EvaluateSessionCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: EvaluateSessionRequest;
|
|
128
|
+
output: EvaluateSessionResponse;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: EvaluateSessionCommandInput;
|
|
132
|
+
output: EvaluateSessionCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListDomainsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListDomainsRequest;
|
|
104
|
+
output: ListDomainsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListDomainsCommandInput;
|
|
108
|
+
output: ListDomainsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListFraudsterRegistrationJobsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListFraudsterRegistrationJobsCommand extends ListFraudsterRegistrationJobsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListFraudsterRegistrationJobsRequest;
|
|
107
|
+
output: ListFraudsterRegistrationJobsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListFraudsterRegistrationJobsCommandInput;
|
|
111
|
+
output: ListFraudsterRegistrationJobsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListFraudstersCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListFraudstersCommand extends ListFraudstersCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListFraudstersRequest;
|
|
98
|
+
output: ListFraudstersResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListFraudstersCommandInput;
|
|
102
|
+
output: ListFraudstersCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListSpeakerEnrollmentJobsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListSpeakerEnrollmentJobsCommand extends ListSpeakerEnrollmentJobsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListSpeakerEnrollmentJobsRequest;
|
|
107
|
+
output: ListSpeakerEnrollmentJobsResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListSpeakerEnrollmentJobsCommandInput;
|
|
111
|
+
output: ListSpeakerEnrollmentJobsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListSpeakersCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListSpeakersCommand extends ListSpeakersCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListSpeakersRequest;
|
|
98
|
+
output: ListSpeakersResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListSpeakersCommandInput;
|
|
102
|
+
output: ListSpeakersCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListTagsForResourceRequest;
|
|
90
|
+
output: ListTagsForResourceResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListTagsForResourceCommandInput;
|
|
94
|
+
output: ListTagsForResourceCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListWatchlistsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListWatchlistsCommand extends ListWatchlistsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListWatchlistsRequest;
|
|
98
|
+
output: ListWatchlistsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListWatchlistsCommandInput;
|
|
102
|
+
output: ListWatchlistsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -99,4 +99,15 @@ declare const OptOutSpeakerCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class OptOutSpeakerCommand extends OptOutSpeakerCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: OptOutSpeakerRequest;
|
|
106
|
+
output: OptOutSpeakerResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: OptOutSpeakerCommandInput;
|
|
110
|
+
output: OptOutSpeakerCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -131,4 +131,15 @@ declare const StartFraudsterRegistrationJobCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class StartFraudsterRegistrationJobCommand extends StartFraudsterRegistrationJobCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: StartFraudsterRegistrationJobRequest;
|
|
138
|
+
output: StartFraudsterRegistrationJobResponse;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: StartFraudsterRegistrationJobCommandInput;
|
|
142
|
+
output: StartFraudsterRegistrationJobCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -137,4 +137,15 @@ declare const StartSpeakerEnrollmentJobCommand_base: {
|
|
|
137
137
|
* @public
|
|
138
138
|
*/
|
|
139
139
|
export declare class StartSpeakerEnrollmentJobCommand extends StartSpeakerEnrollmentJobCommand_base {
|
|
140
|
+
/** @internal type navigation helper, not in runtime. */
|
|
141
|
+
protected static __types: {
|
|
142
|
+
api: {
|
|
143
|
+
input: StartSpeakerEnrollmentJobRequest;
|
|
144
|
+
output: StartSpeakerEnrollmentJobResponse;
|
|
145
|
+
};
|
|
146
|
+
sdk: {
|
|
147
|
+
input: StartSpeakerEnrollmentJobCommandInput;
|
|
148
|
+
output: StartSpeakerEnrollmentJobCommandOutput;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
140
151
|
}
|
|
@@ -86,4 +86,15 @@ declare const TagResourceCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: TagResourceRequest;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: TagResourceCommandInput;
|
|
97
|
+
output: TagResourceCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -83,4 +83,15 @@ declare const UntagResourceCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UntagResourceRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UntagResourceCommandInput;
|
|
94
|
+
output: UntagResourceCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -108,4 +108,15 @@ declare const UpdateDomainCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class UpdateDomainCommand extends UpdateDomainCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: UpdateDomainRequest;
|
|
115
|
+
output: UpdateDomainResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: UpdateDomainCommandInput;
|
|
119
|
+
output: UpdateDomainCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -94,4 +94,15 @@ declare const UpdateWatchlistCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class UpdateWatchlistCommand extends UpdateWatchlistCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: UpdateWatchlistRequest;
|
|
101
|
+
output: UpdateWatchlistResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: UpdateWatchlistCommandInput;
|
|
105
|
+
output: UpdateWatchlistCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateFraudsterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateFraudsterCommand extends AssociateFraudsterCommand_base {
|
|
40
|
+
export declare class AssociateFraudsterCommand extends AssociateFraudsterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateFraudsterRequest;
|
|
44
|
+
output: AssociateFraudsterResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateFraudsterCommandInput;
|
|
48
|
+
output: AssociateFraudsterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateDomainCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
36
|
+
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateDomainRequest;
|
|
40
|
+
output: CreateDomainResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateDomainCommandInput;
|
|
44
|
+
output: CreateDomainCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateWatchlistCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateWatchlistCommand extends CreateWatchlistCommand_base {
|
|
39
|
+
export declare class CreateWatchlistCommand extends CreateWatchlistCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateWatchlistRequest;
|
|
43
|
+
output: CreateWatchlistResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateWatchlistCommandInput;
|
|
47
|
+
output: CreateWatchlistCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteDomainCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
34
|
+
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteDomainRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteDomainCommandInput;
|
|
42
|
+
output: DeleteDomainCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteFraudsterCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteFraudsterCommand extends DeleteFraudsterCommand_base {
|
|
34
|
+
export declare class DeleteFraudsterCommand extends DeleteFraudsterCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteFraudsterRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteFraudsterCommandInput;
|
|
42
|
+
output: DeleteFraudsterCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteSpeakerCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteSpeakerCommand extends DeleteSpeakerCommand_base {
|
|
34
|
+
export declare class DeleteSpeakerCommand extends DeleteSpeakerCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteSpeakerRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteSpeakerCommandInput;
|
|
42
|
+
output: DeleteSpeakerCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteWatchlistCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteWatchlistCommand extends DeleteWatchlistCommand_base {
|
|
34
|
+
export declare class DeleteWatchlistCommand extends DeleteWatchlistCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteWatchlistRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteWatchlistCommandInput;
|
|
42
|
+
output: DeleteWatchlistCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeDomainCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
|
|
39
|
+
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeDomainRequest;
|
|
43
|
+
output: DescribeDomainResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeDomainCommandInput;
|
|
47
|
+
output: DescribeDomainCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeFraudsterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeFraudsterCommand extends DescribeFraudsterCommand_base {
|
|
40
|
+
export declare class DescribeFraudsterCommand extends DescribeFraudsterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeFraudsterRequest;
|
|
44
|
+
output: DescribeFraudsterResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeFraudsterCommandInput;
|
|
48
|
+
output: DescribeFraudsterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeFraudsterRegistrationJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeFraudsterRegistrationJobCommand extends DescribeFraudsterRegistrationJobCommand_base {
|
|
40
|
+
export declare class DescribeFraudsterRegistrationJobCommand extends DescribeFraudsterRegistrationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeFraudsterRegistrationJobRequest;
|
|
44
|
+
output: DescribeFraudsterRegistrationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeFraudsterRegistrationJobCommandInput;
|
|
48
|
+
output: DescribeFraudsterRegistrationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeSpeakerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeSpeakerCommand extends DescribeSpeakerCommand_base {
|
|
39
|
+
export declare class DescribeSpeakerCommand extends DescribeSpeakerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeSpeakerRequest;
|
|
43
|
+
output: DescribeSpeakerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeSpeakerCommandInput;
|
|
47
|
+
output: DescribeSpeakerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSpeakerEnrollmentJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSpeakerEnrollmentJobCommand extends DescribeSpeakerEnrollmentJobCommand_base {
|
|
40
|
+
export declare class DescribeSpeakerEnrollmentJobCommand extends DescribeSpeakerEnrollmentJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSpeakerEnrollmentJobRequest;
|
|
44
|
+
output: DescribeSpeakerEnrollmentJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSpeakerEnrollmentJobCommandInput;
|
|
48
|
+
output: DescribeSpeakerEnrollmentJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeWatchlistCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeWatchlistCommand extends DescribeWatchlistCommand_base {
|
|
40
|
+
export declare class DescribeWatchlistCommand extends DescribeWatchlistCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeWatchlistRequest;
|
|
44
|
+
output: DescribeWatchlistResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeWatchlistCommandInput;
|
|
48
|
+
output: DescribeWatchlistCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisassociateFraudsterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisassociateFraudsterCommand extends DisassociateFraudsterCommand_base {
|
|
40
|
+
export declare class DisassociateFraudsterCommand extends DisassociateFraudsterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateFraudsterRequest;
|
|
44
|
+
output: DisassociateFraudsterResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateFraudsterCommandInput;
|
|
48
|
+
output: DisassociateFraudsterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const EvaluateSessionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class EvaluateSessionCommand extends EvaluateSessionCommand_base {
|
|
39
|
+
export declare class EvaluateSessionCommand extends EvaluateSessionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: EvaluateSessionRequest;
|
|
43
|
+
output: EvaluateSessionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: EvaluateSessionCommandInput;
|
|
47
|
+
output: EvaluateSessionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListDomainsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
36
|
+
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListDomainsRequest;
|
|
40
|
+
output: ListDomainsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListDomainsCommandInput;
|
|
44
|
+
output: ListDomainsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListFraudsterRegistrationJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListFraudsterRegistrationJobsCommand extends ListFraudsterRegistrationJobsCommand_base {
|
|
40
|
+
export declare class ListFraudsterRegistrationJobsCommand extends ListFraudsterRegistrationJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListFraudsterRegistrationJobsRequest;
|
|
44
|
+
output: ListFraudsterRegistrationJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListFraudsterRegistrationJobsCommandInput;
|
|
48
|
+
output: ListFraudsterRegistrationJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListFraudstersCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListFraudstersCommand extends ListFraudstersCommand_base {
|
|
39
|
+
export declare class ListFraudstersCommand extends ListFraudstersCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListFraudstersRequest;
|
|
43
|
+
output: ListFraudstersResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListFraudstersCommandInput;
|
|
47
|
+
output: ListFraudstersCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSpeakerEnrollmentJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSpeakerEnrollmentJobsCommand extends ListSpeakerEnrollmentJobsCommand_base {
|
|
40
|
+
export declare class ListSpeakerEnrollmentJobsCommand extends ListSpeakerEnrollmentJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSpeakerEnrollmentJobsRequest;
|
|
44
|
+
output: ListSpeakerEnrollmentJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSpeakerEnrollmentJobsCommandInput;
|
|
48
|
+
output: ListSpeakerEnrollmentJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListSpeakersCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListSpeakersCommand extends ListSpeakersCommand_base {
|
|
36
|
+
export declare class ListSpeakersCommand extends ListSpeakersCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListSpeakersRequest;
|
|
40
|
+
output: ListSpeakersResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListSpeakersCommandInput;
|
|
44
|
+
output: ListSpeakersCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListWatchlistsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListWatchlistsCommand extends ListWatchlistsCommand_base {
|
|
39
|
+
export declare class ListWatchlistsCommand extends ListWatchlistsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListWatchlistsRequest;
|
|
43
|
+
output: ListWatchlistsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListWatchlistsCommandInput;
|
|
47
|
+
output: ListWatchlistsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const OptOutSpeakerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class OptOutSpeakerCommand extends OptOutSpeakerCommand_base {
|
|
39
|
+
export declare class OptOutSpeakerCommand extends OptOutSpeakerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: OptOutSpeakerRequest;
|
|
43
|
+
output: OptOutSpeakerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: OptOutSpeakerCommandInput;
|
|
47
|
+
output: OptOutSpeakerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartFraudsterRegistrationJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartFraudsterRegistrationJobCommand extends StartFraudsterRegistrationJobCommand_base {
|
|
40
|
+
export declare class StartFraudsterRegistrationJobCommand extends StartFraudsterRegistrationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartFraudsterRegistrationJobRequest;
|
|
44
|
+
output: StartFraudsterRegistrationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartFraudsterRegistrationJobCommandInput;
|
|
48
|
+
output: StartFraudsterRegistrationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartSpeakerEnrollmentJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartSpeakerEnrollmentJobCommand extends StartSpeakerEnrollmentJobCommand_base {
|
|
40
|
+
export declare class StartSpeakerEnrollmentJobCommand extends StartSpeakerEnrollmentJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartSpeakerEnrollmentJobRequest;
|
|
44
|
+
output: StartSpeakerEnrollmentJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartSpeakerEnrollmentJobCommandInput;
|
|
48
|
+
output: StartSpeakerEnrollmentJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateDomainCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateDomainCommand extends UpdateDomainCommand_base {
|
|
36
|
+
export declare class UpdateDomainCommand extends UpdateDomainCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateDomainRequest;
|
|
40
|
+
output: UpdateDomainResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateDomainCommandInput;
|
|
44
|
+
output: UpdateDomainCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateWatchlistCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateWatchlistCommand extends UpdateWatchlistCommand_base {
|
|
39
|
+
export declare class UpdateWatchlistCommand extends UpdateWatchlistCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateWatchlistRequest;
|
|
43
|
+
output: UpdateWatchlistResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateWatchlistCommandInput;
|
|
47
|
+
output: UpdateWatchlistCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-voice-id",
|
|
3
3
|
"description": "AWS SDK for JavaScript Voice Id Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.658.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-voice-id",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|