@aws-sdk/client-m2 3.293.0 → 3.295.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/commands/CancelBatchJobExecutionCommand.js +4 -4
- package/dist-cjs/commands/CreateApplicationCommand.js +4 -4
- package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +4 -4
- package/dist-cjs/commands/CreateDeploymentCommand.js +4 -4
- package/dist-cjs/commands/CreateEnvironmentCommand.js +4 -4
- package/dist-cjs/commands/DeleteApplicationCommand.js +4 -4
- package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +4 -4
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +4 -4
- package/dist-cjs/commands/GetApplicationCommand.js +4 -4
- package/dist-cjs/commands/GetApplicationVersionCommand.js +4 -4
- package/dist-cjs/commands/GetBatchJobExecutionCommand.js +4 -4
- package/dist-cjs/commands/GetDataSetDetailsCommand.js +4 -4
- package/dist-cjs/commands/GetDataSetImportTaskCommand.js +4 -4
- package/dist-cjs/commands/GetDeploymentCommand.js +4 -4
- package/dist-cjs/commands/GetEnvironmentCommand.js +4 -4
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +4 -4
- package/dist-cjs/commands/ListApplicationsCommand.js +4 -4
- package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +4 -4
- package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +4 -4
- package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +4 -4
- package/dist-cjs/commands/ListDataSetsCommand.js +4 -4
- package/dist-cjs/commands/ListDeploymentsCommand.js +4 -4
- package/dist-cjs/commands/ListEngineVersionsCommand.js +4 -4
- package/dist-cjs/commands/ListEnvironmentsCommand.js +4 -4
- package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-cjs/commands/StartApplicationCommand.js +4 -4
- package/dist-cjs/commands/StartBatchJobCommand.js +4 -4
- package/dist-cjs/commands/StopApplicationCommand.js +4 -4
- package/dist-cjs/commands/TagResourceCommand.js +4 -4
- package/dist-cjs/commands/UntagResourceCommand.js +4 -4
- package/dist-cjs/commands/UpdateApplicationCommand.js +4 -4
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +4 -4
- package/dist-es/commands/CancelBatchJobExecutionCommand.js +4 -4
- package/dist-es/commands/CreateApplicationCommand.js +4 -4
- package/dist-es/commands/CreateDataSetImportTaskCommand.js +4 -4
- package/dist-es/commands/CreateDeploymentCommand.js +4 -4
- package/dist-es/commands/CreateEnvironmentCommand.js +4 -4
- package/dist-es/commands/DeleteApplicationCommand.js +4 -4
- package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +4 -4
- package/dist-es/commands/DeleteEnvironmentCommand.js +4 -4
- package/dist-es/commands/GetApplicationCommand.js +4 -4
- package/dist-es/commands/GetApplicationVersionCommand.js +4 -4
- package/dist-es/commands/GetBatchJobExecutionCommand.js +4 -4
- package/dist-es/commands/GetDataSetDetailsCommand.js +4 -4
- package/dist-es/commands/GetDataSetImportTaskCommand.js +4 -4
- package/dist-es/commands/GetDeploymentCommand.js +4 -4
- package/dist-es/commands/GetEnvironmentCommand.js +4 -4
- package/dist-es/commands/ListApplicationVersionsCommand.js +4 -4
- package/dist-es/commands/ListApplicationsCommand.js +4 -4
- package/dist-es/commands/ListBatchJobDefinitionsCommand.js +4 -4
- package/dist-es/commands/ListBatchJobExecutionsCommand.js +4 -4
- package/dist-es/commands/ListDataSetImportHistoryCommand.js +4 -4
- package/dist-es/commands/ListDataSetsCommand.js +4 -4
- package/dist-es/commands/ListDeploymentsCommand.js +4 -4
- package/dist-es/commands/ListEngineVersionsCommand.js +4 -4
- package/dist-es/commands/ListEnvironmentsCommand.js +4 -4
- package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-es/commands/StartApplicationCommand.js +4 -4
- package/dist-es/commands/StartBatchJobCommand.js +4 -4
- package/dist-es/commands/StopApplicationCommand.js +4 -4
- package/dist-es/commands/TagResourceCommand.js +4 -4
- package/dist-es/commands/UntagResourceCommand.js +4 -4
- package/dist-es/commands/UpdateApplicationCommand.js +4 -4
- package/dist-es/commands/UpdateEnvironmentCommand.js +4 -4
- package/dist-types/M2Client.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +8 -8
- package/dist-types/ts3.4/M2Client.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/dist-types/ts3.4/models/models_0.d.ts +8 -8
- package/package.json +36 -36
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { StartApplicationRequestFilterSensitiveLog, StartApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartApplicationCommand, serializeAws_restJson1StartApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StartApplicationCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class StartApplicationCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, StartApplicationCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { StartBatchJobRequestFilterSensitiveLog, StartBatchJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartBatchJobCommand, serializeAws_restJson1StartBatchJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StartBatchJobCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class StartBatchJobCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, StartBatchJobCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { StopApplicationRequestFilterSensitiveLog, StopApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StopApplicationCommand, serializeAws_restJson1StopApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StopApplicationCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class StopApplicationCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, StopApplicationCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class TagResourceCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class TagResourceCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UntagResourceCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UpdateApplicationRequestFilterSensitiveLog, UpdateApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateApplicationCommand, serializeAws_restJson1UpdateApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateApplicationCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateApplicationCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateApplicationCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { UpdateEnvironmentRequestFilterSensitiveLog, UpdateEnvironmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateEnvironmentCommand, serializeAws_restJson1UpdateEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateEnvironmentCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class UpdateEnvironmentCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateEnvironmentCommand.getEndpointParameterInstructions()));
|
package/dist-types/M2Client.d.ts
CHANGED
|
@@ -40,8 +40,8 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
40
40
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
41
41
|
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
42
42
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
43
|
-
export
|
|
44
|
-
export
|
|
43
|
+
export type ServiceInputTypes = CancelBatchJobExecutionCommandInput | CreateApplicationCommandInput | CreateDataSetImportTaskCommandInput | CreateDeploymentCommandInput | CreateEnvironmentCommandInput | DeleteApplicationCommandInput | DeleteApplicationFromEnvironmentCommandInput | DeleteEnvironmentCommandInput | GetApplicationCommandInput | GetApplicationVersionCommandInput | GetBatchJobExecutionCommandInput | GetDataSetDetailsCommandInput | GetDataSetImportTaskCommandInput | GetDeploymentCommandInput | GetEnvironmentCommandInput | ListApplicationVersionsCommandInput | ListApplicationsCommandInput | ListBatchJobDefinitionsCommandInput | ListBatchJobExecutionsCommandInput | ListDataSetImportHistoryCommandInput | ListDataSetsCommandInput | ListDeploymentsCommandInput | ListEngineVersionsCommandInput | ListEnvironmentsCommandInput | ListTagsForResourceCommandInput | StartApplicationCommandInput | StartBatchJobCommandInput | StopApplicationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateEnvironmentCommandInput;
|
|
44
|
+
export type ServiceOutputTypes = CancelBatchJobExecutionCommandOutput | CreateApplicationCommandOutput | CreateDataSetImportTaskCommandOutput | CreateDeploymentCommandOutput | CreateEnvironmentCommandOutput | DeleteApplicationCommandOutput | DeleteApplicationFromEnvironmentCommandOutput | DeleteEnvironmentCommandOutput | GetApplicationCommandOutput | GetApplicationVersionCommandOutput | GetBatchJobExecutionCommandOutput | GetDataSetDetailsCommandOutput | GetDataSetImportTaskCommandOutput | GetDeploymentCommandOutput | GetEnvironmentCommandOutput | ListApplicationVersionsCommandOutput | ListApplicationsCommandOutput | ListBatchJobDefinitionsCommandOutput | ListBatchJobExecutionsCommandOutput | ListDataSetImportHistoryCommandOutput | ListDataSetsCommandOutput | ListDeploymentsCommandOutput | ListEngineVersionsCommandOutput | ListEnvironmentsCommandOutput | ListTagsForResourceCommandOutput | StartApplicationCommandOutput | StartBatchJobCommandOutput | StopApplicationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateEnvironmentCommandOutput;
|
|
45
45
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
46
46
|
/**
|
|
47
47
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -142,13 +142,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
142
142
|
*/
|
|
143
143
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
144
144
|
}
|
|
145
|
-
|
|
145
|
+
type M2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
146
146
|
/**
|
|
147
147
|
* The configuration interface of M2Client class constructor that set the region, credentials and other options.
|
|
148
148
|
*/
|
|
149
149
|
export interface M2ClientConfig extends M2ClientConfigType {
|
|
150
150
|
}
|
|
151
|
-
|
|
151
|
+
type M2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
152
152
|
/**
|
|
153
153
|
* The resolved configuration interface of M2Client class. This is resolved and normalized from the {@link M2ClientConfig | constructor configuration interface}.
|
|
154
154
|
*/
|
|
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
|
|
|
5
5
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
6
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
7
|
}
|
|
8
|
-
export
|
|
8
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
9
|
defaultSigningName: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
@@ -169,7 +169,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
169
169
|
/**
|
|
170
170
|
* <p>The application definition for a particular application. </p>
|
|
171
171
|
*/
|
|
172
|
-
export
|
|
172
|
+
export type Definition = Definition.ContentMember | Definition.S3LocationMember | Definition.$UnknownMember;
|
|
173
173
|
export declare namespace Definition {
|
|
174
174
|
/**
|
|
175
175
|
* <p>The S3 bucket that contains the application definition.</p>
|
|
@@ -348,7 +348,7 @@ export interface VsamAttributes {
|
|
|
348
348
|
* set organizations. The values are populated based on datasetOrg, storageType and backend
|
|
349
349
|
* (Blu Age or Micro Focus).</p>
|
|
350
350
|
*/
|
|
351
|
-
export
|
|
351
|
+
export type DatasetOrgAttributes = DatasetOrgAttributes.GdgMember | DatasetOrgAttributes.VsamMember | DatasetOrgAttributes.$UnknownMember;
|
|
352
352
|
export declare namespace DatasetOrgAttributes {
|
|
353
353
|
/**
|
|
354
354
|
* <p>The details of a VSAM data set.</p>
|
|
@@ -422,7 +422,7 @@ export interface DataSet {
|
|
|
422
422
|
/**
|
|
423
423
|
* <p>Defines an external storage location.</p>
|
|
424
424
|
*/
|
|
425
|
-
export
|
|
425
|
+
export type ExternalLocation = ExternalLocation.S3LocationMember | ExternalLocation.$UnknownMember;
|
|
426
426
|
export declare namespace ExternalLocation {
|
|
427
427
|
/**
|
|
428
428
|
* <p>The URI of the Amazon S3 bucket.</p>
|
|
@@ -457,7 +457,7 @@ export interface DataSetImportItem {
|
|
|
457
457
|
/**
|
|
458
458
|
* <p>Identifies one or more data sets you want to import with the <a>CreateDataSetImportTask</a> operation.</p>
|
|
459
459
|
*/
|
|
460
|
-
export
|
|
460
|
+
export type DataSetImportConfig = DataSetImportConfig.DataSetsMember | DataSetImportConfig.S3LocationMember | DataSetImportConfig.$UnknownMember;
|
|
461
461
|
export declare namespace DataSetImportConfig {
|
|
462
462
|
/**
|
|
463
463
|
* <p>The Amazon S3 location of the data sets.</p>
|
|
@@ -803,7 +803,7 @@ export interface ScriptBatchJobIdentifier {
|
|
|
803
803
|
/**
|
|
804
804
|
* <p>Identifies a specific batch job.</p>
|
|
805
805
|
*/
|
|
806
|
-
export
|
|
806
|
+
export type BatchJobIdentifier = BatchJobIdentifier.FileBatchJobIdentifierMember | BatchJobIdentifier.ScriptBatchJobIdentifierMember | BatchJobIdentifier.$UnknownMember;
|
|
807
807
|
export declare namespace BatchJobIdentifier {
|
|
808
808
|
/**
|
|
809
809
|
* <p>Specifies a file associated with a specific batch job.</p>
|
|
@@ -964,7 +964,7 @@ export interface VsamDetailAttributes {
|
|
|
964
964
|
* set organizations. The values are populated based on datasetOrg, storageType and backend
|
|
965
965
|
* (Blu Age or Micro Focus).</p>
|
|
966
966
|
*/
|
|
967
|
-
export
|
|
967
|
+
export type DatasetDetailOrgAttributes = DatasetDetailOrgAttributes.GdgMember | DatasetDetailOrgAttributes.VsamMember | DatasetDetailOrgAttributes.$UnknownMember;
|
|
968
968
|
export declare namespace DatasetDetailOrgAttributes {
|
|
969
969
|
/**
|
|
970
970
|
* <p>The details of a VSAM data set.</p>
|
|
@@ -1284,7 +1284,7 @@ export interface ScriptBatchJobDefinition {
|
|
|
1284
1284
|
/**
|
|
1285
1285
|
* <p>Defines the details of a batch job.</p>
|
|
1286
1286
|
*/
|
|
1287
|
-
export
|
|
1287
|
+
export type BatchJobDefinition = BatchJobDefinition.FileBatchJobDefinitionMember | BatchJobDefinition.ScriptBatchJobDefinitionMember | BatchJobDefinition.$UnknownMember;
|
|
1288
1288
|
export declare namespace BatchJobDefinition {
|
|
1289
1289
|
/**
|
|
1290
1290
|
* <p>Specifies a file containing a batch job definition.</p>
|
|
@@ -1690,7 +1690,7 @@ export interface FsxStorageConfiguration {
|
|
|
1690
1690
|
/**
|
|
1691
1691
|
* <p>Defines the storage configuration for a runtime environment.</p>
|
|
1692
1692
|
*/
|
|
1693
|
-
export
|
|
1693
|
+
export type StorageConfiguration = StorageConfiguration.EfsMember | StorageConfiguration.FsxMember | StorageConfiguration.$UnknownMember;
|
|
1694
1694
|
export declare namespace StorageConfiguration {
|
|
1695
1695
|
/**
|
|
1696
1696
|
* <p>Defines the storage configuration for an Amazon EFS file system.</p>
|
|
@@ -177,7 +177,7 @@ import {
|
|
|
177
177
|
ClientResolvedEndpointParameters,
|
|
178
178
|
EndpointParameters,
|
|
179
179
|
} from "./endpoint/EndpointParameters";
|
|
180
|
-
export
|
|
180
|
+
export type ServiceInputTypes =
|
|
181
181
|
| CancelBatchJobExecutionCommandInput
|
|
182
182
|
| CreateApplicationCommandInput
|
|
183
183
|
| CreateDataSetImportTaskCommandInput
|
|
@@ -210,7 +210,7 @@ export declare type ServiceInputTypes =
|
|
|
210
210
|
| UntagResourceCommandInput
|
|
211
211
|
| UpdateApplicationCommandInput
|
|
212
212
|
| UpdateEnvironmentCommandInput;
|
|
213
|
-
export
|
|
213
|
+
export type ServiceOutputTypes =
|
|
214
214
|
| CancelBatchJobExecutionCommandOutput
|
|
215
215
|
| CreateApplicationCommandOutput
|
|
216
216
|
| CreateDataSetImportTaskCommandOutput
|
|
@@ -267,9 +267,7 @@ export interface ClientDefaults
|
|
|
267
267
|
logger?: __Logger;
|
|
268
268
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
269
269
|
}
|
|
270
|
-
|
|
271
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
272
|
-
> &
|
|
270
|
+
type M2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
273
271
|
ClientDefaults &
|
|
274
272
|
RegionInputConfig &
|
|
275
273
|
EndpointInputConfig<EndpointParameters> &
|
|
@@ -279,7 +277,7 @@ declare type M2ClientConfigType = Partial<
|
|
|
279
277
|
UserAgentInputConfig &
|
|
280
278
|
ClientInputEndpointParameters;
|
|
281
279
|
export interface M2ClientConfig extends M2ClientConfigType {}
|
|
282
|
-
|
|
280
|
+
type M2ClientResolvedConfigType =
|
|
283
281
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
284
282
|
Required<ClientDefaults> &
|
|
285
283
|
RegionResolvedConfig &
|
|
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
19
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
20
|
+
defaultSigningName: string;
|
|
21
|
+
};
|
|
23
22
|
export declare const resolveClientEndpointParameters: <T>(
|
|
24
23
|
options: T & ClientInputEndpointParameters
|
|
25
24
|
) => T &
|
|
@@ -75,7 +75,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
75
75
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
76
76
|
);
|
|
77
77
|
}
|
|
78
|
-
export
|
|
78
|
+
export type Definition =
|
|
79
79
|
| Definition.ContentMember
|
|
80
80
|
| Definition.S3LocationMember
|
|
81
81
|
| Definition.$UnknownMember;
|
|
@@ -147,7 +147,7 @@ export interface VsamAttributes {
|
|
|
147
147
|
primaryKey?: PrimaryKey;
|
|
148
148
|
alternateKeys?: AlternateKey[];
|
|
149
149
|
}
|
|
150
|
-
export
|
|
150
|
+
export type DatasetOrgAttributes =
|
|
151
151
|
| DatasetOrgAttributes.GdgMember
|
|
152
152
|
| DatasetOrgAttributes.VsamMember
|
|
153
153
|
| DatasetOrgAttributes.$UnknownMember;
|
|
@@ -185,7 +185,7 @@ export interface DataSet {
|
|
|
185
185
|
relativePath?: string;
|
|
186
186
|
recordLength: RecordLength | undefined;
|
|
187
187
|
}
|
|
188
|
-
export
|
|
188
|
+
export type ExternalLocation =
|
|
189
189
|
| ExternalLocation.S3LocationMember
|
|
190
190
|
| ExternalLocation.$UnknownMember;
|
|
191
191
|
export declare namespace ExternalLocation {
|
|
@@ -207,7 +207,7 @@ export interface DataSetImportItem {
|
|
|
207
207
|
dataSet: DataSet | undefined;
|
|
208
208
|
externalLocation: ExternalLocation | undefined;
|
|
209
209
|
}
|
|
210
|
-
export
|
|
210
|
+
export type DataSetImportConfig =
|
|
211
211
|
| DataSetImportConfig.DataSetsMember
|
|
212
212
|
| DataSetImportConfig.S3LocationMember
|
|
213
213
|
| DataSetImportConfig.$UnknownMember;
|
|
@@ -346,7 +346,7 @@ export interface FileBatchJobIdentifier {
|
|
|
346
346
|
export interface ScriptBatchJobIdentifier {
|
|
347
347
|
scriptName: string | undefined;
|
|
348
348
|
}
|
|
349
|
-
export
|
|
349
|
+
export type BatchJobIdentifier =
|
|
350
350
|
| BatchJobIdentifier.FileBatchJobIdentifierMember
|
|
351
351
|
| BatchJobIdentifier.ScriptBatchJobIdentifierMember
|
|
352
352
|
| BatchJobIdentifier.$UnknownMember;
|
|
@@ -419,7 +419,7 @@ export interface VsamDetailAttributes {
|
|
|
419
419
|
primaryKey?: PrimaryKey;
|
|
420
420
|
alternateKeys?: AlternateKey[];
|
|
421
421
|
}
|
|
422
|
-
export
|
|
422
|
+
export type DatasetDetailOrgAttributes =
|
|
423
423
|
| DatasetDetailOrgAttributes.GdgMember
|
|
424
424
|
| DatasetDetailOrgAttributes.VsamMember
|
|
425
425
|
| DatasetDetailOrgAttributes.$UnknownMember;
|
|
@@ -540,7 +540,7 @@ export interface FileBatchJobDefinition {
|
|
|
540
540
|
export interface ScriptBatchJobDefinition {
|
|
541
541
|
scriptName: string | undefined;
|
|
542
542
|
}
|
|
543
|
-
export
|
|
543
|
+
export type BatchJobDefinition =
|
|
544
544
|
| BatchJobDefinition.FileBatchJobDefinitionMember
|
|
545
545
|
| BatchJobDefinition.ScriptBatchJobDefinitionMember
|
|
546
546
|
| BatchJobDefinition.$UnknownMember;
|
|
@@ -684,7 +684,7 @@ export interface FsxStorageConfiguration {
|
|
|
684
684
|
fileSystemId: string | undefined;
|
|
685
685
|
mountPoint: string | undefined;
|
|
686
686
|
}
|
|
687
|
-
export
|
|
687
|
+
export type StorageConfiguration =
|
|
688
688
|
| StorageConfiguration.EfsMember
|
|
689
689
|
| StorageConfiguration.FsxMember
|
|
690
690
|
| StorageConfiguration.$UnknownMember;
|
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.295.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",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
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.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
55
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.295.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.295.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.295.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.295.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.295.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.295.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.295.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.295.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.295.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.295.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.295.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.295.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.295.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.295.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.295.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.295.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.295.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.295.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.295.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.295.0",
|
|
43
|
+
"@aws-sdk/types": "3.295.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.295.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.295.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.295.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.295.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.295.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.295.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.295.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.295.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
|
+
"tslib": "^2.5.0",
|
|
56
56
|
"uuid": "^8.3.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.295.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"@types/uuid": "^8.3.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"downlevel-dts": "0.10.1",
|
|
65
65
|
"rimraf": "3.0.2",
|
|
66
66
|
"typedoc": "0.23.23",
|
|
67
|
-
"typescript": "~4.
|
|
67
|
+
"typescript": "~4.9.5"
|
|
68
68
|
},
|
|
69
69
|
"engines": {
|
|
70
70
|
"node": ">=14.0.0"
|