@aws-sdk/client-m2 3.337.0 → 3.341.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/M2Client.js +2 -1
- package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +2 -1
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -1
- package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -1
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -1
- package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/GetApplicationCommand.js +2 -1
- package/dist-cjs/commands/GetApplicationVersionCommand.js +2 -1
- package/dist-cjs/commands/GetBatchJobExecutionCommand.js +2 -1
- package/dist-cjs/commands/GetDataSetDetailsCommand.js +2 -1
- package/dist-cjs/commands/GetDataSetImportTaskCommand.js +2 -1
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -1
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -1
- package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +2 -1
- package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +2 -1
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -1
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -1
- package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/StartApplicationCommand.js +2 -1
- package/dist-cjs/commands/StartBatchJobCommand.js +2 -1
- package/dist-cjs/commands/StopApplicationCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -1
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/M2ServiceException.js +2 -1
- package/dist-es/M2Client.js +1 -0
- package/dist-es/commands/CancelBatchJobExecutionCommand.js +1 -0
- package/dist-es/commands/CreateApplicationCommand.js +1 -0
- package/dist-es/commands/CreateDataSetImportTaskCommand.js +1 -0
- package/dist-es/commands/CreateDeploymentCommand.js +1 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +1 -0
- package/dist-es/commands/DeleteApplicationCommand.js +1 -0
- package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +1 -0
- package/dist-es/commands/DeleteEnvironmentCommand.js +1 -0
- package/dist-es/commands/GetApplicationCommand.js +1 -0
- package/dist-es/commands/GetApplicationVersionCommand.js +1 -0
- package/dist-es/commands/GetBatchJobExecutionCommand.js +1 -0
- package/dist-es/commands/GetDataSetDetailsCommand.js +1 -0
- package/dist-es/commands/GetDataSetImportTaskCommand.js +1 -0
- package/dist-es/commands/GetDeploymentCommand.js +1 -0
- package/dist-es/commands/GetEnvironmentCommand.js +1 -0
- package/dist-es/commands/ListApplicationVersionsCommand.js +1 -0
- package/dist-es/commands/ListApplicationsCommand.js +1 -0
- package/dist-es/commands/ListBatchJobDefinitionsCommand.js +1 -0
- package/dist-es/commands/ListBatchJobExecutionsCommand.js +1 -0
- package/dist-es/commands/ListDataSetImportHistoryCommand.js +1 -0
- package/dist-es/commands/ListDataSetsCommand.js +1 -0
- package/dist-es/commands/ListDeploymentsCommand.js +1 -0
- package/dist-es/commands/ListEngineVersionsCommand.js +1 -0
- package/dist-es/commands/ListEnvironmentsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/StartApplicationCommand.js +1 -0
- package/dist-es/commands/StartBatchJobCommand.js +1 -0
- package/dist-es/commands/StopApplicationCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateApplicationCommand.js +1 -0
- package/dist-es/commands/UpdateEnvironmentCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/M2ServiceException.js +1 -0
- package/dist-types/M2Client.d.ts +3 -3
- package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +4 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +4 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +4 -0
- package/dist-types/commands/GetApplicationVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +4 -0
- package/dist-types/commands/GetDataSetDetailsCommand.d.ts +4 -0
- package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +4 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
- package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +4 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +4 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +4 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/StartApplicationCommand.d.ts +4 -0
- package/dist-types/commands/StartBatchJobCommand.d.ts +4 -0
- package/dist-types/commands/StopApplicationCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +4 -0
- package/dist-types/index.d.ts +11 -2
- package/dist-types/models/M2ServiceException.d.ts +1 -0
- package/dist-types/ts3.4/M2Client.d.ts +5 -3
- package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/M2ServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -179,6 +179,7 @@ import {
|
|
|
179
179
|
ClientResolvedEndpointParameters,
|
|
180
180
|
EndpointParameters,
|
|
181
181
|
} from "./endpoint/EndpointParameters";
|
|
182
|
+
export { __Client };
|
|
182
183
|
export type ServiceInputTypes =
|
|
183
184
|
| CancelBatchJobExecutionCommandInput
|
|
184
185
|
| CreateApplicationCommandInput
|
|
@@ -269,7 +270,9 @@ export interface ClientDefaults
|
|
|
269
270
|
logger?: __Logger;
|
|
270
271
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
271
272
|
}
|
|
272
|
-
type M2ClientConfigType = Partial<
|
|
273
|
+
export type M2ClientConfigType = Partial<
|
|
274
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
275
|
+
> &
|
|
273
276
|
ClientDefaults &
|
|
274
277
|
RegionInputConfig &
|
|
275
278
|
EndpointInputConfig<EndpointParameters> &
|
|
@@ -279,7 +282,7 @@ type M2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
|
279
282
|
UserAgentInputConfig &
|
|
280
283
|
ClientInputEndpointParameters;
|
|
281
284
|
export interface M2ClientConfig extends M2ClientConfigType {}
|
|
282
|
-
type M2ClientResolvedConfigType =
|
|
285
|
+
export type M2ClientResolvedConfigType =
|
|
283
286
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
284
287
|
Required<ClientDefaults> &
|
|
285
288
|
RegionResolvedConfig &
|
|
@@ -300,4 +303,3 @@ export declare class M2Client extends __Client<
|
|
|
300
303
|
constructor(configuration: M2ClientConfig);
|
|
301
304
|
destroy(): void;
|
|
302
305
|
}
|
|
303
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CancelBatchJobExecutionRequest,
|
|
16
16
|
CancelBatchJobExecutionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CancelBatchJobExecutionCommandInput
|
|
19
20
|
extends CancelBatchJobExecutionRequest {}
|
|
20
21
|
export interface CancelBatchJobExecutionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateApplicationRequest,
|
|
16
16
|
CreateApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateApplicationCommandInput
|
|
19
20
|
extends CreateApplicationRequest {}
|
|
20
21
|
export interface CreateApplicationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDataSetImportTaskRequest,
|
|
16
16
|
CreateDataSetImportTaskResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDataSetImportTaskCommandInput
|
|
19
20
|
extends CreateDataSetImportTaskRequest {}
|
|
20
21
|
export interface CreateDataSetImportTaskCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDeploymentRequest,
|
|
16
16
|
CreateDeploymentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
|
|
19
20
|
export interface CreateDeploymentCommandOutput
|
|
20
21
|
extends CreateDeploymentResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateEnvironmentRequest,
|
|
16
16
|
CreateEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateEnvironmentCommandInput
|
|
19
20
|
extends CreateEnvironmentRequest {}
|
|
20
21
|
export interface CreateEnvironmentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApplicationRequest,
|
|
16
16
|
DeleteApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApplicationCommandInput
|
|
19
20
|
extends DeleteApplicationRequest {}
|
|
20
21
|
export interface DeleteApplicationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApplicationFromEnvironmentRequest,
|
|
16
16
|
DeleteApplicationFromEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApplicationFromEnvironmentCommandInput
|
|
19
20
|
extends DeleteApplicationFromEnvironmentRequest {}
|
|
20
21
|
export interface DeleteApplicationFromEnvironmentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteEnvironmentRequest,
|
|
16
16
|
DeleteEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteEnvironmentCommandInput
|
|
19
20
|
extends DeleteEnvironmentRequest {}
|
|
20
21
|
export interface DeleteEnvironmentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetApplicationRequest,
|
|
16
16
|
GetApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
19
20
|
export interface GetApplicationCommandOutput
|
|
20
21
|
extends GetApplicationResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetApplicationVersionRequest,
|
|
16
16
|
GetApplicationVersionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetApplicationVersionCommandInput
|
|
19
20
|
extends GetApplicationVersionRequest {}
|
|
20
21
|
export interface GetApplicationVersionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetBatchJobExecutionRequest,
|
|
16
16
|
GetBatchJobExecutionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetBatchJobExecutionCommandInput
|
|
19
20
|
extends GetBatchJobExecutionRequest {}
|
|
20
21
|
export interface GetBatchJobExecutionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDataSetDetailsRequest,
|
|
16
16
|
GetDataSetDetailsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDataSetDetailsCommandInput
|
|
19
20
|
extends GetDataSetDetailsRequest {}
|
|
20
21
|
export interface GetDataSetDetailsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDataSetImportTaskRequest,
|
|
16
16
|
GetDataSetImportTaskResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDataSetImportTaskCommandInput
|
|
19
20
|
extends GetDataSetImportTaskRequest {}
|
|
20
21
|
export interface GetDataSetImportTaskCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDeploymentRequest,
|
|
16
16
|
GetDeploymentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
19
20
|
export interface GetDeploymentCommandOutput
|
|
20
21
|
extends GetDeploymentResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetEnvironmentRequest,
|
|
16
16
|
GetEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
|
|
19
20
|
export interface GetEnvironmentCommandOutput
|
|
20
21
|
extends GetEnvironmentResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListApplicationVersionsRequest,
|
|
16
16
|
ListApplicationVersionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListApplicationVersionsCommandInput
|
|
19
20
|
extends ListApplicationVersionsRequest {}
|
|
20
21
|
export interface ListApplicationVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListApplicationsRequest,
|
|
16
16
|
ListApplicationsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
19
20
|
export interface ListApplicationsCommandOutput
|
|
20
21
|
extends ListApplicationsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListBatchJobDefinitionsRequest,
|
|
16
16
|
ListBatchJobDefinitionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListBatchJobDefinitionsCommandInput
|
|
19
20
|
extends ListBatchJobDefinitionsRequest {}
|
|
20
21
|
export interface ListBatchJobDefinitionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListBatchJobExecutionsRequest,
|
|
16
16
|
ListBatchJobExecutionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListBatchJobExecutionsCommandInput
|
|
19
20
|
extends ListBatchJobExecutionsRequest {}
|
|
20
21
|
export interface ListBatchJobExecutionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDataSetImportHistoryRequest,
|
|
16
16
|
ListDataSetImportHistoryResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDataSetImportHistoryCommandInput
|
|
19
20
|
extends ListDataSetImportHistoryRequest {}
|
|
20
21
|
export interface ListDataSetImportHistoryCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../M2Client";
|
|
14
14
|
import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListDataSetsCommandInput extends ListDataSetsRequest {}
|
|
16
17
|
export interface ListDataSetsCommandOutput
|
|
17
18
|
extends ListDataSetsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDeploymentsRequest,
|
|
16
16
|
ListDeploymentsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
|
|
19
20
|
export interface ListDeploymentsCommandOutput
|
|
20
21
|
extends ListDeploymentsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEngineVersionsRequest,
|
|
16
16
|
ListEngineVersionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEngineVersionsCommandInput
|
|
19
20
|
extends ListEngineVersionsRequest {}
|
|
20
21
|
export interface ListEngineVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEnvironmentsRequest,
|
|
16
16
|
ListEnvironmentsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
|
|
19
20
|
export interface ListEnvironmentsCommandOutput
|
|
20
21
|
extends ListEnvironmentsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartApplicationRequest,
|
|
16
16
|
StartApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartApplicationCommandInput extends StartApplicationRequest {}
|
|
19
20
|
export interface StartApplicationCommandOutput
|
|
20
21
|
extends StartApplicationResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartBatchJobRequest,
|
|
16
16
|
StartBatchJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartBatchJobCommandInput extends StartBatchJobRequest {}
|
|
19
20
|
export interface StartBatchJobCommandOutput
|
|
20
21
|
extends StartBatchJobResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StopApplicationRequest,
|
|
16
16
|
StopApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StopApplicationCommandInput extends StopApplicationRequest {}
|
|
19
20
|
export interface StopApplicationCommandOutput
|
|
20
21
|
extends StopApplicationResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../M2Client";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateApplicationRequest,
|
|
16
16
|
UpdateApplicationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateApplicationCommandInput
|
|
19
20
|
extends UpdateApplicationRequest {}
|
|
20
21
|
export interface UpdateApplicationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateEnvironmentRequest,
|
|
16
16
|
UpdateEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateEnvironmentCommandInput
|
|
19
20
|
extends UpdateEnvironmentRequest {}
|
|
20
21
|
export interface UpdateEnvironmentCommandOutput
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class M2ServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-m2",
|
|
3
3
|
"description": "AWS SDK for JavaScript M2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|