@aws-sdk/client-frauddetector 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/FraudDetector.d.ts +256 -327
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +26 -96
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateListCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +3 -9
- package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -64,22 +61,13 @@ import {
|
|
|
64
61
|
CreateDetectorVersionCommandInput,
|
|
65
62
|
CreateDetectorVersionCommandOutput,
|
|
66
63
|
} from "./commands/CreateDetectorVersionCommand";
|
|
67
|
-
import {
|
|
68
|
-
|
|
69
|
-
CreateListCommandOutput,
|
|
70
|
-
} from "./commands/CreateListCommand";
|
|
71
|
-
import {
|
|
72
|
-
CreateModelCommandInput,
|
|
73
|
-
CreateModelCommandOutput,
|
|
74
|
-
} from "./commands/CreateModelCommand";
|
|
64
|
+
import { CreateListCommandInput, CreateListCommandOutput } from "./commands/CreateListCommand";
|
|
65
|
+
import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
|
|
75
66
|
import {
|
|
76
67
|
CreateModelVersionCommandInput,
|
|
77
68
|
CreateModelVersionCommandOutput,
|
|
78
69
|
} from "./commands/CreateModelVersionCommand";
|
|
79
|
-
import {
|
|
80
|
-
CreateRuleCommandInput,
|
|
81
|
-
CreateRuleCommandOutput,
|
|
82
|
-
} from "./commands/CreateRuleCommand";
|
|
70
|
+
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
83
71
|
import {
|
|
84
72
|
CreateVariableCommandInput,
|
|
85
73
|
CreateVariableCommandOutput,
|
|
@@ -104,10 +92,7 @@ import {
|
|
|
104
92
|
DeleteEntityTypeCommandInput,
|
|
105
93
|
DeleteEntityTypeCommandOutput,
|
|
106
94
|
} from "./commands/DeleteEntityTypeCommand";
|
|
107
|
-
import {
|
|
108
|
-
DeleteEventCommandInput,
|
|
109
|
-
DeleteEventCommandOutput,
|
|
110
|
-
} from "./commands/DeleteEventCommand";
|
|
95
|
+
import { DeleteEventCommandInput, DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
|
|
111
96
|
import {
|
|
112
97
|
DeleteEventsByEventTypeCommandInput,
|
|
113
98
|
DeleteEventsByEventTypeCommandOutput,
|
|
@@ -120,18 +105,9 @@ import {
|
|
|
120
105
|
DeleteExternalModelCommandInput,
|
|
121
106
|
DeleteExternalModelCommandOutput,
|
|
122
107
|
} from "./commands/DeleteExternalModelCommand";
|
|
123
|
-
import {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
} from "./commands/DeleteLabelCommand";
|
|
127
|
-
import {
|
|
128
|
-
DeleteListCommandInput,
|
|
129
|
-
DeleteListCommandOutput,
|
|
130
|
-
} from "./commands/DeleteListCommand";
|
|
131
|
-
import {
|
|
132
|
-
DeleteModelCommandInput,
|
|
133
|
-
DeleteModelCommandOutput,
|
|
134
|
-
} from "./commands/DeleteModelCommand";
|
|
108
|
+
import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
|
|
109
|
+
import { DeleteListCommandInput, DeleteListCommandOutput } from "./commands/DeleteListCommand";
|
|
110
|
+
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
|
|
135
111
|
import {
|
|
136
112
|
DeleteModelVersionCommandInput,
|
|
137
113
|
DeleteModelVersionCommandOutput,
|
|
@@ -140,10 +116,7 @@ import {
|
|
|
140
116
|
DeleteOutcomeCommandInput,
|
|
141
117
|
DeleteOutcomeCommandOutput,
|
|
142
118
|
} from "./commands/DeleteOutcomeCommand";
|
|
143
|
-
import {
|
|
144
|
-
DeleteRuleCommandInput,
|
|
145
|
-
DeleteRuleCommandOutput,
|
|
146
|
-
} from "./commands/DeleteRuleCommand";
|
|
119
|
+
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
147
120
|
import {
|
|
148
121
|
DeleteVariableCommandInput,
|
|
149
122
|
DeleteVariableCommandOutput,
|
|
@@ -180,10 +153,7 @@ import {
|
|
|
180
153
|
GetEntityTypesCommandInput,
|
|
181
154
|
GetEntityTypesCommandOutput,
|
|
182
155
|
} from "./commands/GetEntityTypesCommand";
|
|
183
|
-
import {
|
|
184
|
-
GetEventCommandInput,
|
|
185
|
-
GetEventCommandOutput,
|
|
186
|
-
} from "./commands/GetEventCommand";
|
|
156
|
+
import { GetEventCommandInput, GetEventCommandOutput } from "./commands/GetEventCommand";
|
|
187
157
|
import {
|
|
188
158
|
GetEventPredictionCommandInput,
|
|
189
159
|
GetEventPredictionCommandOutput,
|
|
@@ -204,10 +174,7 @@ import {
|
|
|
204
174
|
GetKMSEncryptionKeyCommandInput,
|
|
205
175
|
GetKMSEncryptionKeyCommandOutput,
|
|
206
176
|
} from "./commands/GetKMSEncryptionKeyCommand";
|
|
207
|
-
import {
|
|
208
|
-
GetLabelsCommandInput,
|
|
209
|
-
GetLabelsCommandOutput,
|
|
210
|
-
} from "./commands/GetLabelsCommand";
|
|
177
|
+
import { GetLabelsCommandInput, GetLabelsCommandOutput } from "./commands/GetLabelsCommand";
|
|
211
178
|
import {
|
|
212
179
|
GetListElementsCommandInput,
|
|
213
180
|
GetListElementsCommandOutput,
|
|
@@ -216,22 +183,13 @@ import {
|
|
|
216
183
|
GetListsMetadataCommandInput,
|
|
217
184
|
GetListsMetadataCommandOutput,
|
|
218
185
|
} from "./commands/GetListsMetadataCommand";
|
|
219
|
-
import {
|
|
220
|
-
GetModelsCommandInput,
|
|
221
|
-
GetModelsCommandOutput,
|
|
222
|
-
} from "./commands/GetModelsCommand";
|
|
186
|
+
import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
|
|
223
187
|
import {
|
|
224
188
|
GetModelVersionCommandInput,
|
|
225
189
|
GetModelVersionCommandOutput,
|
|
226
190
|
} from "./commands/GetModelVersionCommand";
|
|
227
|
-
import {
|
|
228
|
-
|
|
229
|
-
GetOutcomesCommandOutput,
|
|
230
|
-
} from "./commands/GetOutcomesCommand";
|
|
231
|
-
import {
|
|
232
|
-
GetRulesCommandInput,
|
|
233
|
-
GetRulesCommandOutput,
|
|
234
|
-
} from "./commands/GetRulesCommand";
|
|
191
|
+
import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "./commands/GetOutcomesCommand";
|
|
192
|
+
import { GetRulesCommandInput, GetRulesCommandOutput } from "./commands/GetRulesCommand";
|
|
235
193
|
import {
|
|
236
194
|
GetVariablesCommandInput,
|
|
237
195
|
GetVariablesCommandOutput,
|
|
@@ -244,10 +202,7 @@ import {
|
|
|
244
202
|
ListTagsForResourceCommandInput,
|
|
245
203
|
ListTagsForResourceCommandOutput,
|
|
246
204
|
} from "./commands/ListTagsForResourceCommand";
|
|
247
|
-
import {
|
|
248
|
-
PutDetectorCommandInput,
|
|
249
|
-
PutDetectorCommandOutput,
|
|
250
|
-
} from "./commands/PutDetectorCommand";
|
|
205
|
+
import { PutDetectorCommandInput, PutDetectorCommandOutput } from "./commands/PutDetectorCommand";
|
|
251
206
|
import {
|
|
252
207
|
PutEntityTypeCommandInput,
|
|
253
208
|
PutEntityTypeCommandOutput,
|
|
@@ -264,22 +219,10 @@ import {
|
|
|
264
219
|
PutKMSEncryptionKeyCommandInput,
|
|
265
220
|
PutKMSEncryptionKeyCommandOutput,
|
|
266
221
|
} from "./commands/PutKMSEncryptionKeyCommand";
|
|
267
|
-
import {
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
} from "./commands/
|
|
271
|
-
import {
|
|
272
|
-
PutOutcomeCommandInput,
|
|
273
|
-
PutOutcomeCommandOutput,
|
|
274
|
-
} from "./commands/PutOutcomeCommand";
|
|
275
|
-
import {
|
|
276
|
-
SendEventCommandInput,
|
|
277
|
-
SendEventCommandOutput,
|
|
278
|
-
} from "./commands/SendEventCommand";
|
|
279
|
-
import {
|
|
280
|
-
TagResourceCommandInput,
|
|
281
|
-
TagResourceCommandOutput,
|
|
282
|
-
} from "./commands/TagResourceCommand";
|
|
222
|
+
import { PutLabelCommandInput, PutLabelCommandOutput } from "./commands/PutLabelCommand";
|
|
223
|
+
import { PutOutcomeCommandInput, PutOutcomeCommandOutput } from "./commands/PutOutcomeCommand";
|
|
224
|
+
import { SendEventCommandInput, SendEventCommandOutput } from "./commands/SendEventCommand";
|
|
225
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
283
226
|
import {
|
|
284
227
|
UntagResourceCommandInput,
|
|
285
228
|
UntagResourceCommandOutput,
|
|
@@ -300,14 +243,8 @@ import {
|
|
|
300
243
|
UpdateEventLabelCommandInput,
|
|
301
244
|
UpdateEventLabelCommandOutput,
|
|
302
245
|
} from "./commands/UpdateEventLabelCommand";
|
|
303
|
-
import {
|
|
304
|
-
|
|
305
|
-
UpdateListCommandOutput,
|
|
306
|
-
} from "./commands/UpdateListCommand";
|
|
307
|
-
import {
|
|
308
|
-
UpdateModelCommandInput,
|
|
309
|
-
UpdateModelCommandOutput,
|
|
310
|
-
} from "./commands/UpdateModelCommand";
|
|
246
|
+
import { UpdateListCommandInput, UpdateListCommandOutput } from "./commands/UpdateListCommand";
|
|
247
|
+
import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
|
|
311
248
|
import {
|
|
312
249
|
UpdateModelVersionCommandInput,
|
|
313
250
|
UpdateModelVersionCommandOutput,
|
|
@@ -483,8 +420,7 @@ export type ServiceOutputTypes =
|
|
|
483
420
|
| UpdateRuleMetadataCommandOutput
|
|
484
421
|
| UpdateRuleVersionCommandOutput
|
|
485
422
|
| UpdateVariableCommandOutput;
|
|
486
|
-
export interface ClientDefaults
|
|
487
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
423
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
488
424
|
requestHandler?: __HttpHandlerUserInput;
|
|
489
425
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
490
426
|
urlParser?: __UrlParser;
|
|
@@ -509,9 +445,7 @@ export interface ClientDefaults
|
|
|
509
445
|
extensions?: RuntimeExtension[];
|
|
510
446
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
511
447
|
}
|
|
512
|
-
export type FraudDetectorClientConfigType = Partial<
|
|
513
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
514
|
-
> &
|
|
448
|
+
export type FraudDetectorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
515
449
|
ClientDefaults &
|
|
516
450
|
UserAgentInputConfig &
|
|
517
451
|
RetryInputConfig &
|
|
@@ -520,8 +454,7 @@ export type FraudDetectorClientConfigType = Partial<
|
|
|
520
454
|
EndpointInputConfig<EndpointParameters> &
|
|
521
455
|
HttpAuthSchemeInputConfig &
|
|
522
456
|
ClientInputEndpointParameters;
|
|
523
|
-
export interface FraudDetectorClientConfig
|
|
524
|
-
extends FraudDetectorClientConfigType {}
|
|
457
|
+
export interface FraudDetectorClientConfig extends FraudDetectorClientConfigType {}
|
|
525
458
|
export type FraudDetectorClientResolvedConfigType =
|
|
526
459
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
527
460
|
Required<ClientDefaults> &
|
|
@@ -533,8 +466,7 @@ export type FraudDetectorClientResolvedConfigType =
|
|
|
533
466
|
EndpointResolvedConfig<EndpointParameters> &
|
|
534
467
|
HttpAuthSchemeResolvedConfig &
|
|
535
468
|
ClientResolvedEndpointParameters;
|
|
536
|
-
export interface FraudDetectorClientResolvedConfig
|
|
537
|
-
extends FraudDetectorClientResolvedConfigType {}
|
|
469
|
+
export interface FraudDetectorClientResolvedConfig extends FraudDetectorClientResolvedConfigType {}
|
|
538
470
|
export declare class FraudDetectorClient extends __Client<
|
|
539
471
|
__HttpHandlerOptions,
|
|
540
472
|
ServiceInputTypes,
|
|
@@ -542,8 +474,6 @@ export declare class FraudDetectorClient extends __Client<
|
|
|
542
474
|
FraudDetectorClientResolvedConfig
|
|
543
475
|
> {
|
|
544
476
|
readonly config: FraudDetectorClientResolvedConfig;
|
|
545
|
-
constructor(
|
|
546
|
-
...[configuration]: __CheckOptionalClientConfig<FraudDetectorClientConfig>
|
|
547
|
-
);
|
|
477
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<FraudDetectorClientConfig>);
|
|
548
478
|
destroy(): void;
|
|
549
479
|
}
|
|
@@ -7,17 +7,10 @@ import { FraudDetectorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: FraudDetectorHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: FraudDetectorHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): FraudDetectorHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { FraudDetectorClientResolvedConfig } from "../FraudDetectorClient";
|
|
15
|
-
export interface FraudDetectorHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface FraudDetectorHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface FraudDetectorHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface FraudDetectorHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
FraudDetectorClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
FraudDetectorHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultFraudDetectorHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: FraudDetectorClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<FraudDetectorHttpAuthSchemeParameters>;
|
|
31
|
-
export interface FraudDetectorHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<FraudDetectorHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface FraudDetectorHttpAuthSchemeProvider extends HttpAuthSchemeProvider<FraudDetectorHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultFraudDetectorHttpAuthSchemeProvider: FraudDetectorHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: FraudDetectorHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: FraudDetectorHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./FraudDetectorClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
FraudDetectorClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchCreateVariableRequest,
|
|
4
|
-
BatchCreateVariableResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchCreateVariableRequest, BatchCreateVariableResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchCreateVariableCommandInput
|
|
8
|
-
extends BatchCreateVariableRequest {}
|
|
4
|
+
export interface BatchCreateVariableCommandInput extends BatchCreateVariableRequest {}
|
|
9
5
|
export interface BatchCreateVariableCommandOutput
|
|
10
|
-
extends BatchCreateVariableResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchCreateVariableResult, __MetadataBearer {}
|
|
12
7
|
declare const BatchCreateVariableCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchCreateVariableCommandInput
|
|
9
|
+
input: BatchCreateVariableCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchCreateVariableCommandInput,
|
|
17
12
|
BatchCreateVariableCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchCreateVariableCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchCreateVariableCommandInput
|
|
18
|
+
input: BatchCreateVariableCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchCreateVariableCommandInput,
|
|
26
21
|
BatchCreateVariableCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetVariableRequest,
|
|
4
|
-
BatchGetVariableResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetVariableRequest, BatchGetVariableResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface BatchGetVariableCommandInput extends BatchGetVariableRequest {}
|
|
8
|
-
export interface BatchGetVariableCommandOutput
|
|
9
|
-
extends BatchGetVariableResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, __MetadataBearer {}
|
|
11
6
|
declare const BatchGetVariableCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: BatchGetVariableCommandInput
|
|
8
|
+
input: BatchGetVariableCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
BatchGetVariableCommandInput,
|
|
16
11
|
BatchGetVariableCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const BatchGetVariableCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: BatchGetVariableCommandInput
|
|
17
|
+
input: BatchGetVariableCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
BatchGetVariableCommandInput,
|
|
25
20
|
BatchGetVariableCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CancelBatchImportJobRequest,
|
|
4
|
-
CancelBatchImportJobResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CancelBatchImportJobRequest, CancelBatchImportJobResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CancelBatchImportJobCommandInput
|
|
8
|
-
extends CancelBatchImportJobRequest {}
|
|
4
|
+
export interface CancelBatchImportJobCommandInput extends CancelBatchImportJobRequest {}
|
|
9
5
|
export interface CancelBatchImportJobCommandOutput
|
|
10
|
-
extends CancelBatchImportJobResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CancelBatchImportJobResult, __MetadataBearer {}
|
|
12
7
|
declare const CancelBatchImportJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CancelBatchImportJobCommandInput
|
|
9
|
+
input: CancelBatchImportJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CancelBatchImportJobCommandInput,
|
|
17
12
|
CancelBatchImportJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CancelBatchImportJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CancelBatchImportJobCommandInput
|
|
18
|
+
input: CancelBatchImportJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CancelBatchImportJobCommandInput,
|
|
26
21
|
CancelBatchImportJobCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CancelBatchPredictionJobResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CancelBatchPredictionJobCommandInput
|
|
8
|
-
extends CancelBatchPredictionJobRequest {}
|
|
7
|
+
export interface CancelBatchPredictionJobCommandInput extends CancelBatchPredictionJobRequest {}
|
|
9
8
|
export interface CancelBatchPredictionJobCommandOutput
|
|
10
|
-
extends CancelBatchPredictionJobResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CancelBatchPredictionJobResult, __MetadataBearer {}
|
|
12
10
|
declare const CancelBatchPredictionJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CancelBatchPredictionJobCommandInput
|
|
12
|
+
input: CancelBatchPredictionJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CancelBatchPredictionJobCommandInput,
|
|
17
15
|
CancelBatchPredictionJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CancelBatchPredictionJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CancelBatchPredictionJobCommandInput
|
|
21
|
+
input: CancelBatchPredictionJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CancelBatchPredictionJobCommandInput,
|
|
26
24
|
CancelBatchPredictionJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateBatchImportJobRequest,
|
|
4
|
-
CreateBatchImportJobResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateBatchImportJobRequest, CreateBatchImportJobResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateBatchImportJobCommandInput
|
|
8
|
-
extends CreateBatchImportJobRequest {}
|
|
4
|
+
export interface CreateBatchImportJobCommandInput extends CreateBatchImportJobRequest {}
|
|
9
5
|
export interface CreateBatchImportJobCommandOutput
|
|
10
|
-
extends CreateBatchImportJobResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateBatchImportJobResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateBatchImportJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateBatchImportJobCommandInput
|
|
9
|
+
input: CreateBatchImportJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateBatchImportJobCommandInput,
|
|
17
12
|
CreateBatchImportJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateBatchImportJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateBatchImportJobCommandInput
|
|
18
|
+
input: CreateBatchImportJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateBatchImportJobCommandInput,
|
|
26
21
|
CreateBatchImportJobCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateBatchPredictionJobResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateBatchPredictionJobCommandInput
|
|
8
|
-
extends CreateBatchPredictionJobRequest {}
|
|
7
|
+
export interface CreateBatchPredictionJobCommandInput extends CreateBatchPredictionJobRequest {}
|
|
9
8
|
export interface CreateBatchPredictionJobCommandOutput
|
|
10
|
-
extends CreateBatchPredictionJobResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateBatchPredictionJobResult, __MetadataBearer {}
|
|
12
10
|
declare const CreateBatchPredictionJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateBatchPredictionJobCommandInput
|
|
12
|
+
input: CreateBatchPredictionJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateBatchPredictionJobCommandInput,
|
|
17
15
|
CreateBatchPredictionJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateBatchPredictionJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateBatchPredictionJobCommandInput
|
|
21
|
+
input: CreateBatchPredictionJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateBatchPredictionJobCommandInput,
|
|
26
24
|
CreateBatchPredictionJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDetectorVersionRequest,
|
|
4
|
-
CreateDetectorVersionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDetectorVersionRequest, CreateDetectorVersionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDetectorVersionCommandInput
|
|
8
|
-
extends CreateDetectorVersionRequest {}
|
|
4
|
+
export interface CreateDetectorVersionCommandInput extends CreateDetectorVersionRequest {}
|
|
9
5
|
export interface CreateDetectorVersionCommandOutput
|
|
10
|
-
extends CreateDetectorVersionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateDetectorVersionResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateDetectorVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateDetectorVersionCommandInput
|
|
9
|
+
input: CreateDetectorVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateDetectorVersionCommandInput,
|
|
17
12
|
CreateDetectorVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateDetectorVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateDetectorVersionCommandInput
|
|
18
|
+
input: CreateDetectorVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateDetectorVersionCommandInput,
|
|
26
21
|
CreateDetectorVersionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateListRequest, CreateListResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateListCommandInput extends CreateListRequest {}
|
|
5
|
-
export interface CreateListCommandOutput
|
|
6
|
-
extends CreateListResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateListCommandOutput extends CreateListResult, __MetadataBearer {}
|
|
8
6
|
declare const CreateListCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateListCommandInput
|
|
8
|
+
input: CreateListCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateListCommandInput,
|
|
13
11
|
CreateListCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateListCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateListCommandInput
|
|
17
|
+
input: CreateListCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateListCommandInput,
|
|
22
20
|
CreateListCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateModelRequest, CreateModelResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateModelCommandInput extends CreateModelRequest {}
|
|
5
|
-
export interface CreateModelCommandOutput
|
|
6
|
-
extends CreateModelResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateModelCommandOutput extends CreateModelResult, __MetadataBearer {}
|
|
8
6
|
declare const CreateModelCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateModelCommandInput
|
|
8
|
+
input: CreateModelCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateModelCommandInput,
|
|
13
11
|
CreateModelCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateModelCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateModelCommandInput
|
|
17
|
+
input: CreateModelCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateModelCommandInput,
|
|
22
20
|
CreateModelCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateModelVersionRequest,
|
|
4
|
-
CreateModelVersionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateModelVersionRequest, CreateModelVersionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateModelVersionCommandInput
|
|
8
|
-
extends CreateModelVersionRequest {}
|
|
4
|
+
export interface CreateModelVersionCommandInput extends CreateModelVersionRequest {}
|
|
9
5
|
export interface CreateModelVersionCommandOutput
|
|
10
|
-
extends CreateModelVersionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateModelVersionResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateModelVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateModelVersionCommandInput
|
|
9
|
+
input: CreateModelVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateModelVersionCommandInput,
|
|
17
12
|
CreateModelVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateModelVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateModelVersionCommandInput
|
|
18
|
+
input: CreateModelVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateModelVersionCommandInput,
|
|
26
21
|
CreateModelVersionCommandOutput,
|