@aws-sdk/client-m2 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/M2.d.ts +0 -32
- package/dist-types/ts3.4/M2Client.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/M2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -400
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface ListBatchJobExecutionsCommandInput
|
|
|
19
19
|
export interface ListBatchJobExecutionsCommandOutput
|
|
20
20
|
extends ListBatchJobExecutionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListBatchJobExecutionsCommand extends $Command<
|
|
24
23
|
ListBatchJobExecutionsCommandInput,
|
|
25
24
|
ListBatchJobExecutionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListBatchJobExecutionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListBatchJobExecutionsCommandInput;
|
|
29
28
|
constructor(input: ListBatchJobExecutionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDataSetImportHistoryCommandInput
|
|
|
19
19
|
export interface ListDataSetImportHistoryCommandOutput
|
|
20
20
|
extends ListDataSetImportHistoryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDataSetImportHistoryCommand extends $Command<
|
|
24
23
|
ListDataSetImportHistoryCommandInput,
|
|
25
24
|
ListDataSetImportHistoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDataSetImportHistoryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDataSetImportHistoryCommandInput;
|
|
29
28
|
constructor(input: ListDataSetImportHistoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListDataSetsCommandInput extends ListDataSetsRequest {}
|
|
|
15
15
|
export interface ListDataSetsCommandOutput
|
|
16
16
|
extends ListDataSetsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListDataSetsCommand extends $Command<
|
|
20
19
|
ListDataSetsCommandInput,
|
|
21
20
|
ListDataSetsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListDataSetsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListDataSetsCommandInput;
|
|
25
24
|
constructor(input: ListDataSetsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
|
|
|
18
18
|
export interface ListDeploymentsCommandOutput
|
|
19
19
|
extends ListDeploymentsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListDeploymentsCommand extends $Command<
|
|
23
22
|
ListDeploymentsCommandInput,
|
|
24
23
|
ListDeploymentsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListDeploymentsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListDeploymentsCommandInput;
|
|
28
27
|
constructor(input: ListDeploymentsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListEngineVersionsCommandInput
|
|
|
19
19
|
export interface ListEngineVersionsCommandOutput
|
|
20
20
|
extends ListEngineVersionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListEngineVersionsCommand extends $Command<
|
|
24
23
|
ListEngineVersionsCommandInput,
|
|
25
24
|
ListEngineVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListEngineVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListEngineVersionsCommandInput;
|
|
29
28
|
constructor(input: ListEngineVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
|
|
|
18
18
|
export interface ListEnvironmentsCommandOutput
|
|
19
19
|
extends ListEnvironmentsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListEnvironmentsCommand extends $Command<
|
|
23
22
|
ListEnvironmentsCommandInput,
|
|
24
23
|
ListEnvironmentsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListEnvironmentsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListEnvironmentsCommandInput;
|
|
28
27
|
constructor(input: ListEnvironmentsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartApplicationCommandInput extends StartApplicationRequest {}
|
|
|
18
18
|
export interface StartApplicationCommandOutput
|
|
19
19
|
extends StartApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartApplicationCommand extends $Command<
|
|
23
22
|
StartApplicationCommandInput,
|
|
24
23
|
StartApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartApplicationCommandInput;
|
|
28
27
|
constructor(input: StartApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartBatchJobCommandInput extends StartBatchJobRequest {}
|
|
|
18
18
|
export interface StartBatchJobCommandOutput
|
|
19
19
|
extends StartBatchJobResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartBatchJobCommand extends $Command<
|
|
23
22
|
StartBatchJobCommandInput,
|
|
24
23
|
StartBatchJobCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartBatchJobCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartBatchJobCommandInput;
|
|
28
27
|
constructor(input: StartBatchJobCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StopApplicationCommandInput extends StopApplicationRequest {}
|
|
|
18
18
|
export interface StopApplicationCommandOutput
|
|
19
19
|
extends StopApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StopApplicationCommand extends $Command<
|
|
23
22
|
StopApplicationCommandInput,
|
|
24
23
|
StopApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StopApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StopApplicationCommandInput;
|
|
28
27
|
constructor(input: StopApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationCommandInput
|
|
|
19
19
|
export interface UpdateApplicationCommandOutput
|
|
20
20
|
extends UpdateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationCommand extends $Command<
|
|
24
23
|
UpdateApplicationCommandInput,
|
|
25
24
|
UpdateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateEnvironmentCommandInput
|
|
|
19
19
|
export interface UpdateEnvironmentCommandOutput
|
|
20
20
|
extends UpdateEnvironmentResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateEnvironmentCommand extends $Command<
|
|
24
23
|
UpdateEnvironmentCommandInput,
|
|
25
24
|
UpdateEnvironmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateEnvironmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateEnvironmentCommandInput;
|
|
29
28
|
constructor(input: UpdateEnvironmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|