@aws-sdk/client-cleanroomsml 3.1086.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/CleanRoomsML.d.ts +197 -250
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +7 -20
- 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/CancelTrainedModelCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTrainedModelVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +4 -6
- 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 +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +12 -36
- 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/package.json +39 -39
|
@@ -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 {
|
|
@@ -260,10 +257,7 @@ import {
|
|
|
260
257
|
StartTrainedModelInferenceJobCommandInput,
|
|
261
258
|
StartTrainedModelInferenceJobCommandOutput,
|
|
262
259
|
} from "./commands/StartTrainedModelInferenceJobCommand";
|
|
263
|
-
import {
|
|
264
|
-
TagResourceCommandInput,
|
|
265
|
-
TagResourceCommandOutput,
|
|
266
|
-
} from "./commands/TagResourceCommand";
|
|
260
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
267
261
|
import {
|
|
268
262
|
UntagResourceCommandInput,
|
|
269
263
|
UntagResourceCommandOutput,
|
|
@@ -399,8 +393,7 @@ export type ServiceOutputTypes =
|
|
|
399
393
|
| TagResourceCommandOutput
|
|
400
394
|
| UntagResourceCommandOutput
|
|
401
395
|
| UpdateConfiguredAudienceModelCommandOutput;
|
|
402
|
-
export interface ClientDefaults
|
|
403
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
396
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
404
397
|
requestHandler?: __HttpHandlerUserInput;
|
|
405
398
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
406
399
|
urlParser?: __UrlParser;
|
|
@@ -425,9 +418,7 @@ export interface ClientDefaults
|
|
|
425
418
|
extensions?: RuntimeExtension[];
|
|
426
419
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
427
420
|
}
|
|
428
|
-
export type CleanRoomsMLClientConfigType = Partial<
|
|
429
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
430
|
-
> &
|
|
421
|
+
export type CleanRoomsMLClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
431
422
|
ClientDefaults &
|
|
432
423
|
UserAgentInputConfig &
|
|
433
424
|
RetryInputConfig &
|
|
@@ -436,8 +427,7 @@ export type CleanRoomsMLClientConfigType = Partial<
|
|
|
436
427
|
EndpointInputConfig<EndpointParameters> &
|
|
437
428
|
HttpAuthSchemeInputConfig &
|
|
438
429
|
ClientInputEndpointParameters;
|
|
439
|
-
export interface CleanRoomsMLClientConfig
|
|
440
|
-
extends CleanRoomsMLClientConfigType {}
|
|
430
|
+
export interface CleanRoomsMLClientConfig extends CleanRoomsMLClientConfigType {}
|
|
441
431
|
export type CleanRoomsMLClientResolvedConfigType =
|
|
442
432
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
443
433
|
Required<ClientDefaults> &
|
|
@@ -449,8 +439,7 @@ export type CleanRoomsMLClientResolvedConfigType =
|
|
|
449
439
|
EndpointResolvedConfig<EndpointParameters> &
|
|
450
440
|
HttpAuthSchemeResolvedConfig &
|
|
451
441
|
ClientResolvedEndpointParameters;
|
|
452
|
-
export interface CleanRoomsMLClientResolvedConfig
|
|
453
|
-
extends CleanRoomsMLClientResolvedConfigType {}
|
|
442
|
+
export interface CleanRoomsMLClientResolvedConfig extends CleanRoomsMLClientResolvedConfigType {}
|
|
454
443
|
export declare class CleanRoomsMLClient extends __Client<
|
|
455
444
|
__HttpHandlerOptions,
|
|
456
445
|
ServiceInputTypes,
|
|
@@ -458,8 +447,6 @@ export declare class CleanRoomsMLClient extends __Client<
|
|
|
458
447
|
CleanRoomsMLClientResolvedConfig
|
|
459
448
|
> {
|
|
460
449
|
readonly config: CleanRoomsMLClientResolvedConfig;
|
|
461
|
-
constructor(
|
|
462
|
-
...[configuration]: __CheckOptionalClientConfig<CleanRoomsMLClientConfig>
|
|
463
|
-
);
|
|
450
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<CleanRoomsMLClientConfig>);
|
|
464
451
|
destroy(): void;
|
|
465
452
|
}
|
|
@@ -7,17 +7,10 @@ import { CleanRoomsMLHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: CleanRoomsMLHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: CleanRoomsMLHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): CleanRoomsMLHttpAuthSchemeProvider;
|
|
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 { CleanRoomsMLClientResolvedConfig } from "../CleanRoomsMLClient";
|
|
15
|
-
export interface CleanRoomsMLHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface CleanRoomsMLHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface CleanRoomsMLHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface CleanRoomsMLHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
CleanRoomsMLClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
CleanRoomsMLHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultCleanRoomsMLHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: CleanRoomsMLClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<CleanRoomsMLHttpAuthSchemeParameters>;
|
|
31
|
-
export interface CleanRoomsMLHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<CleanRoomsMLHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface CleanRoomsMLHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CleanRoomsMLHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultCleanRoomsMLHttpAuthSchemeProvider: CleanRoomsMLHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: CleanRoomsMLHttpAuthSchemeProvider;
|
|
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: CleanRoomsMLHttpAuthSchemeProvider;
|
|
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 "./CleanRoomsMLClient";
|
|
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
|
CleanRoomsMLClientResolvedConfig,
|
|
@@ -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,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { CancelTrainedModelRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface CancelTrainedModelCommandInput
|
|
5
|
-
extends CancelTrainedModelRequest {}
|
|
4
|
+
export interface CancelTrainedModelCommandInput extends CancelTrainedModelRequest {}
|
|
6
5
|
export interface CancelTrainedModelCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const CancelTrainedModelCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: CancelTrainedModelCommandInput
|
|
8
|
+
input: CancelTrainedModelCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
CancelTrainedModelCommandInput,
|
|
12
11
|
CancelTrainedModelCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const CancelTrainedModelCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: CancelTrainedModelCommandInput
|
|
17
|
+
input: CancelTrainedModelCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
CancelTrainedModelCommandInput,
|
|
21
20
|
CancelTrainedModelCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { CancelTrainedModelInferenceJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface CancelTrainedModelInferenceJobCommandInput
|
|
5
|
-
|
|
6
|
-
export interface CancelTrainedModelInferenceJobCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface CancelTrainedModelInferenceJobCommandInput extends CancelTrainedModelInferenceJobRequest {}
|
|
5
|
+
export interface CancelTrainedModelInferenceJobCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const CancelTrainedModelInferenceJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CancelTrainedModelInferenceJobCommandInput
|
|
8
|
+
input: CancelTrainedModelInferenceJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CancelTrainedModelInferenceJobCommandInput,
|
|
13
11
|
CancelTrainedModelInferenceJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CancelTrainedModelInferenceJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CancelTrainedModelInferenceJobCommandInput
|
|
17
|
+
input: CancelTrainedModelInferenceJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CancelTrainedModelInferenceJobCommandInput,
|
|
22
20
|
CancelTrainedModelInferenceJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateAudienceModelRequest,
|
|
4
|
-
CreateAudienceModelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateAudienceModelRequest, CreateAudienceModelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAudienceModelCommandInput
|
|
8
|
-
extends CreateAudienceModelRequest {}
|
|
4
|
+
export interface CreateAudienceModelCommandInput extends CreateAudienceModelRequest {}
|
|
9
5
|
export interface CreateAudienceModelCommandOutput
|
|
10
|
-
extends CreateAudienceModelResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateAudienceModelResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateAudienceModelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateAudienceModelCommandInput
|
|
9
|
+
input: CreateAudienceModelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateAudienceModelCommandInput,
|
|
17
12
|
CreateAudienceModelCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateAudienceModelCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateAudienceModelCommandInput
|
|
18
|
+
input: CreateAudienceModelCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateAudienceModelCommandInput,
|
|
26
21
|
CreateAudienceModelCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateConfiguredAudienceModelResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateConfiguredAudienceModelCommandInput
|
|
8
|
-
extends CreateConfiguredAudienceModelRequest {}
|
|
7
|
+
export interface CreateConfiguredAudienceModelCommandInput extends CreateConfiguredAudienceModelRequest {}
|
|
9
8
|
export interface CreateConfiguredAudienceModelCommandOutput
|
|
10
|
-
extends CreateConfiguredAudienceModelResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateConfiguredAudienceModelResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateConfiguredAudienceModelCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateConfiguredAudienceModelCommandInput
|
|
12
|
+
input: CreateConfiguredAudienceModelCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateConfiguredAudienceModelCommandInput,
|
|
17
15
|
CreateConfiguredAudienceModelCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateConfiguredAudienceModelCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateConfiguredAudienceModelCommandInput
|
|
21
|
+
input: CreateConfiguredAudienceModelCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateConfiguredAudienceModelCommandInput,
|
|
26
24
|
CreateConfiguredAudienceModelCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateConfiguredModelAlgorithmAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateConfiguredModelAlgorithmAssociationCommandInput
|
|
8
|
-
extends CreateConfiguredModelAlgorithmAssociationRequest {}
|
|
7
|
+
export interface CreateConfiguredModelAlgorithmAssociationCommandInput extends CreateConfiguredModelAlgorithmAssociationRequest {}
|
|
9
8
|
export interface CreateConfiguredModelAlgorithmAssociationCommandOutput
|
|
10
|
-
extends CreateConfiguredModelAlgorithmAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateConfiguredModelAlgorithmAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateConfiguredModelAlgorithmAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateConfiguredModelAlgorithmAssociationCommandInput
|
|
12
|
+
input: CreateConfiguredModelAlgorithmAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateConfiguredModelAlgorithmAssociationCommandInput,
|
|
17
15
|
CreateConfiguredModelAlgorithmAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateConfiguredModelAlgorithmAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateConfiguredModelAlgorithmAssociationCommandInput
|
|
21
|
+
input: CreateConfiguredModelAlgorithmAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateConfiguredModelAlgorithmAssociationCommandInput,
|
|
26
24
|
CreateConfiguredModelAlgorithmAssociationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateConfiguredModelAlgorithmResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateConfiguredModelAlgorithmCommandInput
|
|
8
|
-
extends CreateConfiguredModelAlgorithmRequest {}
|
|
7
|
+
export interface CreateConfiguredModelAlgorithmCommandInput extends CreateConfiguredModelAlgorithmRequest {}
|
|
9
8
|
export interface CreateConfiguredModelAlgorithmCommandOutput
|
|
10
|
-
extends CreateConfiguredModelAlgorithmResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateConfiguredModelAlgorithmResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateConfiguredModelAlgorithmCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateConfiguredModelAlgorithmCommandInput
|
|
12
|
+
input: CreateConfiguredModelAlgorithmCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateConfiguredModelAlgorithmCommandInput,
|
|
17
15
|
CreateConfiguredModelAlgorithmCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateConfiguredModelAlgorithmCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateConfiguredModelAlgorithmCommandInput
|
|
21
|
+
input: CreateConfiguredModelAlgorithmCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateConfiguredModelAlgorithmCommandInput,
|
|
26
24
|
CreateConfiguredModelAlgorithmCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateMLInputChannelRequest,
|
|
4
|
-
CreateMLInputChannelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateMLInputChannelRequest, CreateMLInputChannelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMLInputChannelCommandInput
|
|
8
|
-
extends CreateMLInputChannelRequest {}
|
|
4
|
+
export interface CreateMLInputChannelCommandInput extends CreateMLInputChannelRequest {}
|
|
9
5
|
export interface CreateMLInputChannelCommandOutput
|
|
10
|
-
extends CreateMLInputChannelResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateMLInputChannelResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateMLInputChannelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateMLInputChannelCommandInput
|
|
9
|
+
input: CreateMLInputChannelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateMLInputChannelCommandInput,
|
|
17
12
|
CreateMLInputChannelCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateMLInputChannelCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateMLInputChannelCommandInput
|
|
18
|
+
input: CreateMLInputChannelCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateMLInputChannelCommandInput,
|
|
26
21
|
CreateMLInputChannelCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateTrainedModelRequest,
|
|
4
|
-
CreateTrainedModelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateTrainedModelRequest, CreateTrainedModelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateTrainedModelCommandInput
|
|
8
|
-
extends CreateTrainedModelRequest {}
|
|
4
|
+
export interface CreateTrainedModelCommandInput extends CreateTrainedModelRequest {}
|
|
9
5
|
export interface CreateTrainedModelCommandOutput
|
|
10
|
-
extends CreateTrainedModelResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateTrainedModelResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateTrainedModelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateTrainedModelCommandInput
|
|
9
|
+
input: CreateTrainedModelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateTrainedModelCommandInput,
|
|
17
12
|
CreateTrainedModelCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateTrainedModelCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateTrainedModelCommandInput
|
|
18
|
+
input: CreateTrainedModelCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateTrainedModelCommandInput,
|
|
26
21
|
CreateTrainedModelCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateTrainingDatasetRequest,
|
|
4
|
-
CreateTrainingDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateTrainingDatasetRequest, CreateTrainingDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateTrainingDatasetCommandInput
|
|
8
|
-
extends CreateTrainingDatasetRequest {}
|
|
4
|
+
export interface CreateTrainingDatasetCommandInput extends CreateTrainingDatasetRequest {}
|
|
9
5
|
export interface CreateTrainingDatasetCommandOutput
|
|
10
|
-
extends CreateTrainingDatasetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateTrainingDatasetResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateTrainingDatasetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateTrainingDatasetCommandInput
|
|
9
|
+
input: CreateTrainingDatasetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateTrainingDatasetCommandInput,
|
|
17
12
|
CreateTrainingDatasetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateTrainingDatasetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateTrainingDatasetCommandInput
|
|
18
|
+
input: CreateTrainingDatasetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateTrainingDatasetCommandInput,
|
|
26
21
|
CreateTrainingDatasetCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteAudienceGenerationJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteAudienceGenerationJobCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteAudienceGenerationJobCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteAudienceGenerationJobCommandInput extends DeleteAudienceGenerationJobRequest {}
|
|
5
|
+
export interface DeleteAudienceGenerationJobCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteAudienceGenerationJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteAudienceGenerationJobCommandInput
|
|
8
|
+
input: DeleteAudienceGenerationJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteAudienceGenerationJobCommandInput,
|
|
13
11
|
DeleteAudienceGenerationJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteAudienceGenerationJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteAudienceGenerationJobCommandInput
|
|
17
|
+
input: DeleteAudienceGenerationJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteAudienceGenerationJobCommandInput,
|
|
22
20
|
DeleteAudienceGenerationJobCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteAudienceModelRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteAudienceModelCommandInput
|
|
5
|
-
extends DeleteAudienceModelRequest {}
|
|
4
|
+
export interface DeleteAudienceModelCommandInput extends DeleteAudienceModelRequest {}
|
|
6
5
|
export interface DeleteAudienceModelCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteAudienceModelCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteAudienceModelCommandInput
|
|
8
|
+
input: DeleteAudienceModelCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteAudienceModelCommandInput,
|
|
12
11
|
DeleteAudienceModelCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteAudienceModelCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteAudienceModelCommandInput
|
|
17
|
+
input: DeleteAudienceModelCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteAudienceModelCommandInput,
|
|
21
20
|
DeleteAudienceModelCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteConfiguredAudienceModelRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteConfiguredAudienceModelCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteConfiguredAudienceModelCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteConfiguredAudienceModelCommandInput extends DeleteConfiguredAudienceModelRequest {}
|
|
5
|
+
export interface DeleteConfiguredAudienceModelCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteConfiguredAudienceModelCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteConfiguredAudienceModelCommandInput
|
|
8
|
+
input: DeleteConfiguredAudienceModelCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteConfiguredAudienceModelCommandInput,
|
|
13
11
|
DeleteConfiguredAudienceModelCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteConfiguredAudienceModelCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteConfiguredAudienceModelCommandInput
|
|
17
|
+
input: DeleteConfiguredAudienceModelCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteConfiguredAudienceModelCommandInput,
|
|
22
20
|
DeleteConfiguredAudienceModelCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteConfiguredAudienceModelPolicyRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteConfiguredAudienceModelPolicyCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteConfiguredAudienceModelPolicyCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteConfiguredAudienceModelPolicyCommandInput extends DeleteConfiguredAudienceModelPolicyRequest {}
|
|
5
|
+
export interface DeleteConfiguredAudienceModelPolicyCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteConfiguredAudienceModelPolicyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteConfiguredAudienceModelPolicyCommandInput
|
|
8
|
+
input: DeleteConfiguredAudienceModelPolicyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteConfiguredAudienceModelPolicyCommandInput,
|
|
13
11
|
DeleteConfiguredAudienceModelPolicyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteConfiguredAudienceModelPolicyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteConfiguredAudienceModelPolicyCommandInput
|
|
17
|
+
input: DeleteConfiguredAudienceModelPolicyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteConfiguredAudienceModelPolicyCommandInput,
|
|
22
20
|
DeleteConfiguredAudienceModelPolicyCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteConfiguredModelAlgorithmAssociationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteConfiguredModelAlgorithmAssociationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteConfiguredModelAlgorithmAssociationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteConfiguredModelAlgorithmAssociationCommandInput extends DeleteConfiguredModelAlgorithmAssociationRequest {}
|
|
5
|
+
export interface DeleteConfiguredModelAlgorithmAssociationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteConfiguredModelAlgorithmAssociationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteConfiguredModelAlgorithmAssociationCommandInput
|
|
8
|
+
input: DeleteConfiguredModelAlgorithmAssociationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteConfiguredModelAlgorithmAssociationCommandInput,
|
|
13
11
|
DeleteConfiguredModelAlgorithmAssociationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteConfiguredModelAlgorithmAssociationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteConfiguredModelAlgorithmAssociationCommandInput
|
|
17
|
+
input: DeleteConfiguredModelAlgorithmAssociationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteConfiguredModelAlgorithmAssociationCommandInput,
|
|
22
20
|
DeleteConfiguredModelAlgorithmAssociationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteConfiguredModelAlgorithmRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteConfiguredModelAlgorithmCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteConfiguredModelAlgorithmCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteConfiguredModelAlgorithmCommandInput extends DeleteConfiguredModelAlgorithmRequest {}
|
|
5
|
+
export interface DeleteConfiguredModelAlgorithmCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteConfiguredModelAlgorithmCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteConfiguredModelAlgorithmCommandInput
|
|
8
|
+
input: DeleteConfiguredModelAlgorithmCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteConfiguredModelAlgorithmCommandInput,
|
|
13
11
|
DeleteConfiguredModelAlgorithmCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteConfiguredModelAlgorithmCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteConfiguredModelAlgorithmCommandInput
|
|
17
|
+
input: DeleteConfiguredModelAlgorithmCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteConfiguredModelAlgorithmCommandInput,
|
|
22
20
|
DeleteConfiguredModelAlgorithmCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteMLConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteMLConfigurationCommandInput
|
|
5
|
-
extends DeleteMLConfigurationRequest {}
|
|
4
|
+
export interface DeleteMLConfigurationCommandInput extends DeleteMLConfigurationRequest {}
|
|
6
5
|
export interface DeleteMLConfigurationCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteMLConfigurationCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteMLConfigurationCommandInput
|
|
8
|
+
input: DeleteMLConfigurationCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteMLConfigurationCommandInput,
|
|
12
11
|
DeleteMLConfigurationCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteMLConfigurationCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteMLConfigurationCommandInput
|
|
17
|
+
input: DeleteMLConfigurationCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteMLConfigurationCommandInput,
|
|
21
20
|
DeleteMLConfigurationCommandOutput,
|