@aws-sdk/client-m2 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/M2.d.ts +580 -165
- package/dist-types/ts3.4/M2Client.d.ts +320 -105
- package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +32 -32
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/M2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1524 -1421
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListApplicationVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBatchJobDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBatchJobExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetImportHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
CreateDeploymentRequest,
|
|
15
|
+
CreateDeploymentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
|
|
18
|
+
export interface CreateDeploymentCommandOutput
|
|
19
|
+
extends CreateDeploymentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateDeploymentCommand extends $Command<
|
|
23
|
+
CreateDeploymentCommandInput,
|
|
24
|
+
CreateDeploymentCommandOutput,
|
|
25
|
+
M2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDeploymentCommandInput;
|
|
28
|
+
constructor(input: CreateDeploymentCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: M2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
CreateEnvironmentRequest,
|
|
15
|
+
CreateEnvironmentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateEnvironmentCommandInput
|
|
18
|
+
extends CreateEnvironmentRequest {}
|
|
19
|
+
export interface CreateEnvironmentCommandOutput
|
|
20
|
+
extends CreateEnvironmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateEnvironmentCommand extends $Command<
|
|
24
|
+
CreateEnvironmentCommandInput,
|
|
25
|
+
CreateEnvironmentCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateEnvironmentCommandInput;
|
|
29
|
+
constructor(input: CreateEnvironmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
DeleteApplicationRequest,
|
|
15
|
+
DeleteApplicationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteApplicationCommandInput
|
|
18
|
+
extends DeleteApplicationRequest {}
|
|
19
|
+
export interface DeleteApplicationCommandOutput
|
|
20
|
+
extends DeleteApplicationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteApplicationCommand extends $Command<
|
|
24
|
+
DeleteApplicationCommandInput,
|
|
25
|
+
DeleteApplicationCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteApplicationCommandInput;
|
|
29
|
+
constructor(input: DeleteApplicationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
DeleteApplicationFromEnvironmentRequest,
|
|
15
|
+
DeleteApplicationFromEnvironmentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteApplicationFromEnvironmentCommandInput
|
|
18
|
+
extends DeleteApplicationFromEnvironmentRequest {}
|
|
19
|
+
export interface DeleteApplicationFromEnvironmentCommandOutput
|
|
20
|
+
extends DeleteApplicationFromEnvironmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteApplicationFromEnvironmentCommand extends $Command<
|
|
24
|
+
DeleteApplicationFromEnvironmentCommandInput,
|
|
25
|
+
DeleteApplicationFromEnvironmentCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteApplicationFromEnvironmentCommandInput;
|
|
29
|
+
constructor(input: DeleteApplicationFromEnvironmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteApplicationFromEnvironmentCommandInput,
|
|
37
|
+
DeleteApplicationFromEnvironmentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
DeleteEnvironmentRequest,
|
|
15
|
+
DeleteEnvironmentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteEnvironmentCommandInput
|
|
18
|
+
extends DeleteEnvironmentRequest {}
|
|
19
|
+
export interface DeleteEnvironmentCommandOutput
|
|
20
|
+
extends DeleteEnvironmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteEnvironmentCommand extends $Command<
|
|
24
|
+
DeleteEnvironmentCommandInput,
|
|
25
|
+
DeleteEnvironmentCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteEnvironmentCommandInput;
|
|
29
|
+
constructor(input: DeleteEnvironmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
GetApplicationRequest,
|
|
15
|
+
GetApplicationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
18
|
+
export interface GetApplicationCommandOutput
|
|
19
|
+
extends GetApplicationResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetApplicationCommand extends $Command<
|
|
23
|
+
GetApplicationCommandInput,
|
|
24
|
+
GetApplicationCommandOutput,
|
|
25
|
+
M2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetApplicationCommandInput;
|
|
28
|
+
constructor(input: GetApplicationCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: M2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
GetApplicationVersionRequest,
|
|
15
|
+
GetApplicationVersionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetApplicationVersionCommandInput
|
|
18
|
+
extends GetApplicationVersionRequest {}
|
|
19
|
+
export interface GetApplicationVersionCommandOutput
|
|
20
|
+
extends GetApplicationVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetApplicationVersionCommand extends $Command<
|
|
24
|
+
GetApplicationVersionCommandInput,
|
|
25
|
+
GetApplicationVersionCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetApplicationVersionCommandInput;
|
|
29
|
+
constructor(input: GetApplicationVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetApplicationVersionCommandInput,
|
|
37
|
+
GetApplicationVersionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
GetBatchJobExecutionRequest,
|
|
15
|
+
GetBatchJobExecutionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetBatchJobExecutionCommandInput
|
|
18
|
+
extends GetBatchJobExecutionRequest {}
|
|
19
|
+
export interface GetBatchJobExecutionCommandOutput
|
|
20
|
+
extends GetBatchJobExecutionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetBatchJobExecutionCommand extends $Command<
|
|
24
|
+
GetBatchJobExecutionCommandInput,
|
|
25
|
+
GetBatchJobExecutionCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetBatchJobExecutionCommandInput;
|
|
29
|
+
constructor(input: GetBatchJobExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetBatchJobExecutionCommandInput,
|
|
37
|
+
GetBatchJobExecutionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
GetDataSetDetailsRequest,
|
|
15
|
+
GetDataSetDetailsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDataSetDetailsCommandInput
|
|
18
|
+
extends GetDataSetDetailsRequest {}
|
|
19
|
+
export interface GetDataSetDetailsCommandOutput
|
|
20
|
+
extends GetDataSetDetailsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDataSetDetailsCommand extends $Command<
|
|
24
|
+
GetDataSetDetailsCommandInput,
|
|
25
|
+
GetDataSetDetailsCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDataSetDetailsCommandInput;
|
|
29
|
+
constructor(input: GetDataSetDetailsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetDataSetDetailsCommandInput, GetDataSetDetailsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
GetDataSetImportTaskRequest,
|
|
15
|
+
GetDataSetImportTaskResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDataSetImportTaskCommandInput
|
|
18
|
+
extends GetDataSetImportTaskRequest {}
|
|
19
|
+
export interface GetDataSetImportTaskCommandOutput
|
|
20
|
+
extends GetDataSetImportTaskResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDataSetImportTaskCommand extends $Command<
|
|
24
|
+
GetDataSetImportTaskCommandInput,
|
|
25
|
+
GetDataSetImportTaskCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDataSetImportTaskCommandInput;
|
|
29
|
+
constructor(input: GetDataSetImportTaskCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDataSetImportTaskCommandInput,
|
|
37
|
+
GetDataSetImportTaskCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
GetDeploymentRequest,
|
|
15
|
+
GetDeploymentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
18
|
+
export interface GetDeploymentCommandOutput
|
|
19
|
+
extends GetDeploymentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetDeploymentCommand extends $Command<
|
|
23
|
+
GetDeploymentCommandInput,
|
|
24
|
+
GetDeploymentCommandOutput,
|
|
25
|
+
M2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDeploymentCommandInput;
|
|
28
|
+
constructor(input: GetDeploymentCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: M2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|