@aws-sdk/client-m2 3.341.0 → 3.343.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const q = "fn", r = "argv", s = "ref";
5
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
6
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://m2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://m2-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://m2.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://m2.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://m2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://m2-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://m2.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://m2.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -138,6 +138,10 @@ var DatasetOrgAttributes;
138
138
  return visitor.vsam(value.vsam);
139
139
  if (value.gdg !== undefined)
140
140
  return visitor.gdg(value.gdg);
141
+ if (value.po !== undefined)
142
+ return visitor.po(value.po);
143
+ if (value.ps !== undefined)
144
+ return visitor.ps(value.ps);
141
145
  return visitor._(value.$unknown[0], value.$unknown[1]);
142
146
  };
143
147
  })(DatasetOrgAttributes = exports.DatasetOrgAttributes || (exports.DatasetOrgAttributes = {}));
@@ -215,6 +219,10 @@ var DatasetDetailOrgAttributes;
215
219
  return visitor.vsam(value.vsam);
216
220
  if (value.gdg !== undefined)
217
221
  return visitor.gdg(value.gdg);
222
+ if (value.po !== undefined)
223
+ return visitor.po(value.po);
224
+ if (value.ps !== undefined)
225
+ return visitor.ps(value.ps);
218
226
  return visitor._(value.$unknown[0], value.$unknown[1]);
219
227
  };
220
228
  })(DatasetDetailOrgAttributes = exports.DatasetDetailOrgAttributes || (exports.DatasetDetailOrgAttributes = {}));
@@ -40,6 +40,7 @@ const se_CreateApplicationCommand = async (input, context) => {
40
40
  engineType: [],
41
41
  kmsKeyId: [],
42
42
  name: [],
43
+ roleArn: [],
43
44
  tags: (_) => (0, smithy_client_1._json)(_),
44
45
  }));
45
46
  return new protocol_http_1.HttpRequest({
@@ -1113,6 +1114,7 @@ const de_GetApplicationCommand = async (output, context) => {
1113
1114
  loadBalancerDnsName: smithy_client_1.expectString,
1114
1115
  logGroups: smithy_client_1._json,
1115
1116
  name: smithy_client_1.expectString,
1117
+ roleArn: smithy_client_1.expectString,
1116
1118
  status: smithy_client_1.expectString,
1117
1119
  statusReason: smithy_client_1.expectString,
1118
1120
  tags: smithy_client_1._json,
@@ -2421,6 +2423,7 @@ const de_ApplicationSummary = (output, context) => {
2421
2423
  environmentId: smithy_client_1.expectString,
2422
2424
  lastStartTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
2423
2425
  name: smithy_client_1.expectString,
2426
+ roleArn: smithy_client_1.expectString,
2424
2427
  status: smithy_client_1.expectString,
2425
2428
  versionStatus: smithy_client_1.expectString,
2426
2429
  });
@@ -1,4 +1,4 @@
1
- const q = "fn", r = "argv", s = "ref";
2
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
3
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://m2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://m2-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://m2.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://m2.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }] };
1
+ const q = "required", r = "fn", s = "argv", t = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://m2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://m2-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://m2.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://m2.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
4
4
  export const ruleSet = _data;
@@ -128,6 +128,10 @@ export var DatasetOrgAttributes;
128
128
  return visitor.vsam(value.vsam);
129
129
  if (value.gdg !== undefined)
130
130
  return visitor.gdg(value.gdg);
131
+ if (value.po !== undefined)
132
+ return visitor.po(value.po);
133
+ if (value.ps !== undefined)
134
+ return visitor.ps(value.ps);
131
135
  return visitor._(value.$unknown[0], value.$unknown[1]);
132
136
  };
133
137
  })(DatasetOrgAttributes || (DatasetOrgAttributes = {}));
@@ -205,6 +209,10 @@ export var DatasetDetailOrgAttributes;
205
209
  return visitor.vsam(value.vsam);
206
210
  if (value.gdg !== undefined)
207
211
  return visitor.gdg(value.gdg);
212
+ if (value.po !== undefined)
213
+ return visitor.po(value.po);
214
+ if (value.ps !== undefined)
215
+ return visitor.ps(value.ps);
208
216
  return visitor._(value.$unknown[0], value.$unknown[1]);
209
217
  };
210
218
  })(DatasetDetailOrgAttributes || (DatasetDetailOrgAttributes = {}));
@@ -35,6 +35,7 @@ export const se_CreateApplicationCommand = async (input, context) => {
35
35
  engineType: [],
36
36
  kmsKeyId: [],
37
37
  name: [],
38
+ roleArn: [],
38
39
  tags: (_) => _json(_),
39
40
  }));
40
41
  return new __HttpRequest({
@@ -1069,6 +1070,7 @@ export const de_GetApplicationCommand = async (output, context) => {
1069
1070
  loadBalancerDnsName: __expectString,
1070
1071
  logGroups: _json,
1071
1072
  name: __expectString,
1073
+ roleArn: __expectString,
1072
1074
  status: __expectString,
1073
1075
  statusReason: __expectString,
1074
1076
  tags: _json,
@@ -2353,6 +2355,7 @@ const de_ApplicationSummary = (output, context) => {
2353
2355
  environmentId: __expectString,
2354
2356
  lastStartTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2355
2357
  name: __expectString,
2358
+ roleArn: __expectString,
2356
2359
  status: __expectString,
2357
2360
  versionStatus: __expectString,
2358
2361
  });
@@ -23,8 +23,8 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a new application with given parameters. Requires an existing runtime environment and
27
- * application definition file.</p>
26
+ * <p>Creates a new application with given parameters. Requires an existing runtime
27
+ * environment and application definition file.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -44,6 +44,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
44
44
  * },
45
45
  * clientToken: "STRING_VALUE",
46
46
  * kmsKeyId: "STRING_VALUE",
47
+ * roleArn: "STRING_VALUE",
47
48
  * };
48
49
  * const command = new CreateApplicationCommand(input);
49
50
  * const response = await client.send(command);
@@ -62,6 +62,17 @@ export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImpor
62
62
  * limit: Number("int"),
63
63
  * rollDisposition: "STRING_VALUE",
64
64
  * },
65
+ * po: { // PoAttributes
66
+ * format: "STRING_VALUE", // required
67
+ * encoding: "STRING_VALUE",
68
+ * memberFileExtensions: [ // String20List // required
69
+ * "STRING_VALUE",
70
+ * ],
71
+ * },
72
+ * ps: { // PsAttributes
73
+ * format: "STRING_VALUE", // required
74
+ * encoding: "STRING_VALUE",
75
+ * },
65
76
  * },
66
77
  * relativePath: "STRING_VALUE",
67
78
  * recordLength: { // RecordLength
@@ -23,7 +23,8 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates and starts a deployment to deploy an application into a runtime environment.</p>
26
+ * <p>Creates and starts a deployment to deploy an application into a runtime
27
+ * environment.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,10 +23,10 @@ export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApp
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes a specific application from the specific runtime environment where it was previously
27
- * deployed. You cannot delete a runtime environment using DeleteEnvironment if any application has
28
- * ever been deployed to it. This API removes the association of the application with the
29
- * runtime environment so you can delete the environment smoothly.</p>
26
+ * <p>Deletes a specific application from the specific runtime environment where it was
27
+ * previously deployed. You cannot delete a runtime environment using DeleteEnvironment if any
28
+ * application has ever been deployed to it. This API removes the association of the
29
+ * application with the runtime environment so you can delete the environment smoothly.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -23,8 +23,9 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes a specific runtime environment. The environment cannot contain deployed applications. If
27
- * it does, you must delete those applications before you delete the environment.</p>
26
+ * <p>Deletes a specific runtime environment. The environment cannot contain deployed
27
+ * applications. If it does, you must delete those applications before you delete the
28
+ * environment.</p>
28
29
  * @example
29
30
  * Use a bare-bones client and the command you need to make an API call.
30
31
  * ```javascript
@@ -77,6 +77,7 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
77
77
  * // loadBalancerDnsName: "STRING_VALUE",
78
78
  * // statusReason: "STRING_VALUE",
79
79
  * // kmsKeyId: "STRING_VALUE",
80
+ * // roleArn: "STRING_VALUE",
80
81
  * // };
81
82
  *
82
83
  * ```
@@ -62,6 +62,14 @@ export interface GetDataSetDetailsCommandOutput extends GetDataSetDetailsRespons
62
62
  * // limit: Number("int"),
63
63
  * // rollDisposition: "STRING_VALUE",
64
64
  * // },
65
+ * // po: { // PoDetailAttributes
66
+ * // format: "STRING_VALUE", // required
67
+ * // encoding: "STRING_VALUE", // required
68
+ * // },
69
+ * // ps: { // PsDetailAttributes
70
+ * // format: "STRING_VALUE", // required
71
+ * // encoding: "STRING_VALUE", // required
72
+ * // },
65
73
  * // },
66
74
  * // recordLength: Number("int"),
67
75
  * // location: "STRING_VALUE",
@@ -24,8 +24,8 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
24
24
  /**
25
25
  * @public
26
26
  * <p>Lists the applications associated with a specific Amazon Web Services account. You can provide the
27
- * unique identifier of a specific runtime environment in a query parameter to see all applications
28
- * associated with that environment.</p>
27
+ * unique identifier of a specific runtime environment in a query parameter to see all
28
+ * applications associated with that environment.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -57,6 +57,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
57
57
  * // lastStartTime: new Date("TIMESTAMP"),
58
58
  * // versionStatus: "STRING_VALUE",
59
59
  * // deploymentStatus: "STRING_VALUE",
60
+ * // roleArn: "STRING_VALUE",
60
61
  * // },
61
62
  * // ],
62
63
  * // nextToken: "STRING_VALUE",
@@ -24,8 +24,8 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
24
24
  /**
25
25
  * @public
26
26
  * <p>Lists the data sets imported for a specific application. In Amazon Web Services Mainframe Modernization, data sets are
27
- * associated with applications deployed on runtime environments. This is known as importing data
28
- * sets. Currently, Amazon Web Services Mainframe Modernization can import data sets into catalogs using <a href="https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateDataSetImportTask.html">CreateDataSetImportTask</a>.</p>
27
+ * associated with applications deployed on runtime environments. This is known as importing
28
+ * data sets. Currently, Amazon Web Services Mainframe Modernization can import data sets into catalogs using <a href="https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateDataSetImportTask.html">CreateDataSetImportTask</a>.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -13,7 +13,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
13
13
  defaultSigningName: string;
14
14
  };
15
15
  export interface EndpointParameters extends __EndpointParameters {
16
- Region: string;
16
+ Region?: string;
17
17
  UseDualStack?: boolean;
18
18
  UseFIPS?: boolean;
19
19
  Endpoint?: string;
@@ -275,6 +275,10 @@ export interface CreateApplicationRequest {
275
275
  * <p>The identifier of a customer managed key.</p>
276
276
  */
277
277
  kmsKeyId?: string;
278
+ /**
279
+ * <p>The Amazon Resource Name (ARN) of the role associated with the application.</p>
280
+ */
281
+ roleArn?: string;
278
282
  }
279
283
  /**
280
284
  * @public
@@ -339,6 +343,38 @@ export interface GdgAttributes {
339
343
  */
340
344
  rollDisposition?: string;
341
345
  }
346
+ /**
347
+ * @public
348
+ * <p>The supported properties for a PO type data set.</p>
349
+ */
350
+ export interface PoAttributes {
351
+ /**
352
+ * <p>The format of the data set records.</p>
353
+ */
354
+ format: string | undefined;
355
+ /**
356
+ * <p>The character set encoding of the data set.</p>
357
+ */
358
+ encoding?: string;
359
+ /**
360
+ * <p>An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.</p>
361
+ */
362
+ memberFileExtensions: string[] | undefined;
363
+ }
364
+ /**
365
+ * @public
366
+ * <p>The supported properties for a PS type data set.</p>
367
+ */
368
+ export interface PsAttributes {
369
+ /**
370
+ * <p>The format of the data set records.</p>
371
+ */
372
+ format: string | undefined;
373
+ /**
374
+ * <p>The character set encoding of the data set.</p>
375
+ */
376
+ encoding?: string;
377
+ }
342
378
  /**
343
379
  * @public
344
380
  * <p>The primary key for a KSDS data set.</p>
@@ -393,7 +429,7 @@ export interface VsamAttributes {
393
429
  * set organizations. The values are populated based on datasetOrg, storageType and backend
394
430
  * (Blu Age or Micro Focus).</p>
395
431
  */
396
- export type DatasetOrgAttributes = DatasetOrgAttributes.GdgMember | DatasetOrgAttributes.VsamMember | DatasetOrgAttributes.$UnknownMember;
432
+ export type DatasetOrgAttributes = DatasetOrgAttributes.GdgMember | DatasetOrgAttributes.PoMember | DatasetOrgAttributes.PsMember | DatasetOrgAttributes.VsamMember | DatasetOrgAttributes.$UnknownMember;
397
433
  /**
398
434
  * @public
399
435
  */
@@ -404,6 +440,8 @@ export declare namespace DatasetOrgAttributes {
404
440
  interface VsamMember {
405
441
  vsam: VsamAttributes;
406
442
  gdg?: never;
443
+ po?: never;
444
+ ps?: never;
407
445
  $unknown?: never;
408
446
  }
409
447
  /**
@@ -412,16 +450,42 @@ export declare namespace DatasetOrgAttributes {
412
450
  interface GdgMember {
413
451
  vsam?: never;
414
452
  gdg: GdgAttributes;
453
+ po?: never;
454
+ ps?: never;
455
+ $unknown?: never;
456
+ }
457
+ /**
458
+ * <p>The details of a PO type data set.</p>
459
+ */
460
+ interface PoMember {
461
+ vsam?: never;
462
+ gdg?: never;
463
+ po: PoAttributes;
464
+ ps?: never;
465
+ $unknown?: never;
466
+ }
467
+ /**
468
+ * <p>The details of a PS type data set.</p>
469
+ */
470
+ interface PsMember {
471
+ vsam?: never;
472
+ gdg?: never;
473
+ po?: never;
474
+ ps: PsAttributes;
415
475
  $unknown?: never;
416
476
  }
417
477
  interface $UnknownMember {
418
478
  vsam?: never;
419
479
  gdg?: never;
480
+ po?: never;
481
+ ps?: never;
420
482
  $unknown: [string, any];
421
483
  }
422
484
  interface Visitor<T> {
423
485
  vsam: (value: VsamAttributes) => T;
424
486
  gdg: (value: GdgAttributes) => T;
487
+ po: (value: PoAttributes) => T;
488
+ ps: (value: PsAttributes) => T;
425
489
  _: (name: string, value: any) => T;
426
490
  }
427
491
  const visit: <T>(value: DatasetOrgAttributes, visitor: Visitor<T>) => T;
@@ -581,7 +645,8 @@ export interface CreateDataSetImportTaskResponse {
581
645
  */
582
646
  export interface CreateDeploymentRequest {
583
647
  /**
584
- * <p>The identifier of the runtime environment where you want to deploy this application.</p>
648
+ * <p>The identifier of the runtime environment where you want to deploy this
649
+ * application.</p>
585
650
  */
586
651
  environmentId: string | undefined;
587
652
  /**
@@ -720,8 +785,8 @@ export interface ApplicationVersionSummary {
720
785
  }
721
786
  /**
722
787
  * @public
723
- * <p>A subset of the attributes that describe a log group. In CloudWatch a log group is a group of log
724
- * streams that share the same retention, monitoring, and access control settings.</p>
788
+ * <p>A subset of the attributes that describe a log group. In CloudWatch a log group is a group of
789
+ * log streams that share the same retention, monitoring, and access control settings.</p>
725
790
  */
726
791
  export interface LogGroupSummary {
727
792
  /**
@@ -792,8 +857,8 @@ export interface GetApplicationResponse {
792
857
  engineType: EngineType | string | undefined;
793
858
  /**
794
859
  * <p>The list of log summaries. Each log summary includes the log type as well as the log
795
- * group identifier. These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch
796
- * under the customer's account.</p>
860
+ * group identifier. These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under
861
+ * the customer's account.</p>
797
862
  */
798
863
  logGroups?: LogGroupSummary[];
799
864
  /**
@@ -801,7 +866,8 @@ export interface GetApplicationResponse {
801
866
  */
802
867
  creationTime: Date | undefined;
803
868
  /**
804
- * <p>The timestamp when you last started the application. Null until the application runs for the first time.</p>
869
+ * <p>The timestamp when you last started the application. Null until the application runs for
870
+ * the first time.</p>
805
871
  */
806
872
  lastStartTime?: Date;
807
873
  /**
@@ -809,7 +875,8 @@ export interface GetApplicationResponse {
809
875
  */
810
876
  tags?: Record<string, string>;
811
877
  /**
812
- * <p>The identifier of the runtime environment where you want to deploy the application.</p>
878
+ * <p>The identifier of the runtime environment where you want to deploy the
879
+ * application.</p>
813
880
  */
814
881
  environmentId?: string;
815
882
  /**
@@ -840,6 +907,10 @@ export interface GetApplicationResponse {
840
907
  * <p>The identifier of a customer managed key.</p>
841
908
  */
842
909
  kmsKeyId?: string;
910
+ /**
911
+ * <p>The Amazon Resource Name (ARN) of the role associated with the application.</p>
912
+ */
913
+ roleArn?: string;
843
914
  }
844
915
  /**
845
916
  * @public
@@ -945,7 +1016,8 @@ export declare namespace BatchJobIdentifier {
945
1016
  $unknown?: never;
946
1017
  }
947
1018
  /**
948
- * <p>A batch job identifier in which the batch job to run is identified by the script name.</p>
1019
+ * <p>A batch job identifier in which the batch job to run is identified by the script
1020
+ * name.</p>
949
1021
  */
950
1022
  interface ScriptBatchJobIdentifierMember {
951
1023
  fileBatchJobIdentifier?: never;
@@ -1041,11 +1113,14 @@ export interface GetBatchJobExecutionResponse {
1041
1113
  */
1042
1114
  statusReason?: string;
1043
1115
  /**
1044
- * <p/>
1116
+ * <p>The batch job return code from either the Blu Age or Micro Focus runtime engines. For more
1117
+ * information, see <a href="https://www.ibm.com/docs/en/was/8.5.5?topic=model-batch-return-codes">Batch return
1118
+ * codes</a> in the <i>IBM WebSphere Application Server</i>
1119
+ * documentation.</p>
1045
1120
  */
1046
1121
  returnCode?: string;
1047
1122
  /**
1048
- * <p>Identifies a specific batch job.</p>
1123
+ * <p>The unique identifier of this batch job.</p>
1049
1124
  */
1050
1125
  batchJobIdentifier?: BatchJobIdentifier;
1051
1126
  }
@@ -1080,6 +1155,34 @@ export interface GdgDetailAttributes {
1080
1155
  */
1081
1156
  rollDisposition?: string;
1082
1157
  }
1158
+ /**
1159
+ * @public
1160
+ * <p>The supported properties for a PO type data set.</p>
1161
+ */
1162
+ export interface PoDetailAttributes {
1163
+ /**
1164
+ * <p>The format of the data set records.</p>
1165
+ */
1166
+ format: string | undefined;
1167
+ /**
1168
+ * <p>The character set encoding of the data set.</p>
1169
+ */
1170
+ encoding: string | undefined;
1171
+ }
1172
+ /**
1173
+ * @public
1174
+ * <p>The supported properties for a PS type data set.</p>
1175
+ */
1176
+ export interface PsDetailAttributes {
1177
+ /**
1178
+ * <p>The format of the data set records.</p>
1179
+ */
1180
+ format: string | undefined;
1181
+ /**
1182
+ * <p>The character set encoding of the data set.</p>
1183
+ */
1184
+ encoding: string | undefined;
1185
+ }
1083
1186
  /**
1084
1187
  * @public
1085
1188
  * <p>The attributes of a VSAM type data set.</p>
@@ -1120,7 +1223,7 @@ export interface VsamDetailAttributes {
1120
1223
  * set organizations. The values are populated based on datasetOrg, storageType and backend
1121
1224
  * (Blu Age or Micro Focus).</p>
1122
1225
  */
1123
- export type DatasetDetailOrgAttributes = DatasetDetailOrgAttributes.GdgMember | DatasetDetailOrgAttributes.VsamMember | DatasetDetailOrgAttributes.$UnknownMember;
1226
+ export type DatasetDetailOrgAttributes = DatasetDetailOrgAttributes.GdgMember | DatasetDetailOrgAttributes.PoMember | DatasetDetailOrgAttributes.PsMember | DatasetDetailOrgAttributes.VsamMember | DatasetDetailOrgAttributes.$UnknownMember;
1124
1227
  /**
1125
1228
  * @public
1126
1229
  */
@@ -1131,6 +1234,8 @@ export declare namespace DatasetDetailOrgAttributes {
1131
1234
  interface VsamMember {
1132
1235
  vsam: VsamDetailAttributes;
1133
1236
  gdg?: never;
1237
+ po?: never;
1238
+ ps?: never;
1134
1239
  $unknown?: never;
1135
1240
  }
1136
1241
  /**
@@ -1139,16 +1244,42 @@ export declare namespace DatasetDetailOrgAttributes {
1139
1244
  interface GdgMember {
1140
1245
  vsam?: never;
1141
1246
  gdg: GdgDetailAttributes;
1247
+ po?: never;
1248
+ ps?: never;
1249
+ $unknown?: never;
1250
+ }
1251
+ /**
1252
+ * <p>The details of a PO type data set.</p>
1253
+ */
1254
+ interface PoMember {
1255
+ vsam?: never;
1256
+ gdg?: never;
1257
+ po: PoDetailAttributes;
1258
+ ps?: never;
1259
+ $unknown?: never;
1260
+ }
1261
+ /**
1262
+ * <p>The details of a PS type data set.</p>
1263
+ */
1264
+ interface PsMember {
1265
+ vsam?: never;
1266
+ gdg?: never;
1267
+ po?: never;
1268
+ ps: PsDetailAttributes;
1142
1269
  $unknown?: never;
1143
1270
  }
1144
1271
  interface $UnknownMember {
1145
1272
  vsam?: never;
1146
1273
  gdg?: never;
1274
+ po?: never;
1275
+ ps?: never;
1147
1276
  $unknown: [string, any];
1148
1277
  }
1149
1278
  interface Visitor<T> {
1150
1279
  vsam: (value: VsamDetailAttributes) => T;
1151
1280
  gdg: (value: GdgDetailAttributes) => T;
1281
+ po: (value: PoDetailAttributes) => T;
1282
+ ps: (value: PsDetailAttributes) => T;
1152
1283
  _: (name: string, value: any) => T;
1153
1284
  }
1154
1285
  const visit: <T>(value: DatasetDetailOrgAttributes, visitor: Visitor<T>) => T;
@@ -1382,7 +1513,8 @@ export interface ApplicationSummary {
1382
1513
  */
1383
1514
  environmentId?: string;
1384
1515
  /**
1385
- * <p>The timestamp when you last started the application. Null until the application runs for the first time.</p>
1516
+ * <p>The timestamp when you last started the application. Null until the application runs for
1517
+ * the first time.</p>
1386
1518
  */
1387
1519
  lastStartTime?: Date;
1388
1520
  /**
@@ -1394,13 +1526,18 @@ export interface ApplicationSummary {
1394
1526
  * successfully.</p>
1395
1527
  */
1396
1528
  deploymentStatus?: ApplicationDeploymentLifecycle | string;
1529
+ /**
1530
+ * <p>The Amazon Resource Name (ARN) of the role associated with the application.</p>
1531
+ */
1532
+ roleArn?: string;
1397
1533
  }
1398
1534
  /**
1399
1535
  * @public
1400
1536
  */
1401
1537
  export interface ListApplicationsResponse {
1402
1538
  /**
1403
- * <p>Returns a list of summary details for all the applications in a runtime environment.</p>
1539
+ * <p>Returns a list of summary details for all the applications in a runtime
1540
+ * environment.</p>
1404
1541
  */
1405
1542
  applications: ApplicationSummary[] | undefined;
1406
1543
  /**
@@ -1617,11 +1754,14 @@ export interface BatchJobExecutionSummary {
1617
1754
  */
1618
1755
  endTime?: Date;
1619
1756
  /**
1620
- * <p/>
1757
+ * <p>The batch job return code from either the Blu Age or Micro Focus runtime engines. For more
1758
+ * information, see <a href="https://www.ibm.com/docs/en/was/8.5.5?topic=model-batch-return-codes">Batch return
1759
+ * codes</a> in the <i>IBM WebSphere Application Server</i>
1760
+ * documentation.</p>
1621
1761
  */
1622
1762
  returnCode?: string;
1623
1763
  /**
1624
- * <p>Identifies a specific batch job.</p>
1764
+ * <p>The unique identifier of this batch job.</p>
1625
1765
  */
1626
1766
  batchJobIdentifier?: BatchJobIdentifier;
1627
1767
  }
@@ -2044,8 +2184,8 @@ export interface CreateEnvironmentRequest {
2044
2184
  */
2045
2185
  tags?: Record<string, string>;
2046
2186
  /**
2047
- * <p>Configures the maintenance window you want for the runtime environment. If you do not provide a
2048
- * value, a random system-generated value will be assigned.</p>
2187
+ * <p>Configures the maintenance window you want for the runtime environment. If you do not
2188
+ * provide a value, a random system-generated value will be assigned.</p>
2049
2189
  */
2050
2190
  preferredMaintenanceWindow?: string;
2051
2191
  /**
@@ -2223,8 +2363,8 @@ export interface GetEnvironmentResponse {
2223
2363
  */
2224
2364
  statusReason?: string;
2225
2365
  /**
2226
- * <p>Configures the maintenance window you want for the runtime environment. If you do not provide a
2227
- * value, a random system-generated value will be assigned.</p>
2366
+ * <p>Configures the maintenance window you want for the runtime environment. If you do not
2367
+ * provide a value, a random system-generated value will be assigned.</p>
2228
2368
  */
2229
2369
  preferredMaintenanceWindow?: string;
2230
2370
  /**
@@ -2241,7 +2381,8 @@ export interface GetEnvironmentResponse {
2241
2381
  */
2242
2382
  export interface ListEnvironmentsRequest {
2243
2383
  /**
2244
- * <p>A pagination token to control the number of runtime environments displayed in the list.</p>
2384
+ * <p>A pagination token to control the number of runtime environments displayed in the
2385
+ * list.</p>
2245
2386
  */
2246
2387
  nextToken?: string;
2247
2388
  /**
@@ -2259,8 +2400,8 @@ export interface ListEnvironmentsRequest {
2259
2400
  }
2260
2401
  /**
2261
2402
  * @public
2262
- * <p>Contains a subset of the possible runtime environment attributes. Used in the environment
2263
- * list.</p>
2403
+ * <p>Contains a subset of the possible runtime environment attributes. Used in the
2404
+ * environment list.</p>
2264
2405
  */
2265
2406
  export interface EnvironmentSummary {
2266
2407
  /**
@@ -2301,12 +2442,13 @@ export interface EnvironmentSummary {
2301
2442
  */
2302
2443
  export interface ListEnvironmentsResponse {
2303
2444
  /**
2304
- * <p>Returns a list of summary details for all the runtime environments in your account. </p>
2445
+ * <p>Returns a list of summary details for all the runtime environments in your account.
2446
+ * </p>
2305
2447
  */
2306
2448
  environments: EnvironmentSummary[] | undefined;
2307
2449
  /**
2308
- * <p>A pagination token that's returned when the response doesn't contain all the
2309
- * runtime environments.</p>
2450
+ * <p>A pagination token that's returned when the response doesn't contain all the runtime
2451
+ * environments.</p>
2310
2452
  */
2311
2453
  nextToken?: string;
2312
2454
  }
@@ -2331,14 +2473,14 @@ export interface UpdateEnvironmentRequest {
2331
2473
  */
2332
2474
  engineVersion?: string;
2333
2475
  /**
2334
- * <p>Configures the maintenance window you want for the runtime environment. If you do not provide a
2335
- * value, a random system-generated value will be assigned.</p>
2476
+ * <p>Configures the maintenance window you want for the runtime environment. If you do not
2477
+ * provide a value, a random system-generated value will be assigned.</p>
2336
2478
  */
2337
2479
  preferredMaintenanceWindow?: string;
2338
2480
  /**
2339
- * <p>Indicates whether to update the runtime environment during the maintenance window. The default
2340
- * is false. Currently, Amazon Web Services Mainframe Modernization accepts the <code>engineVersion</code> parameter only if
2341
- * <code>applyDuringMaintenanceWindow</code> is true. If any parameter other than
2481
+ * <p>Indicates whether to update the runtime environment during the maintenance window. The
2482
+ * default is false. Currently, Amazon Web Services Mainframe Modernization accepts the <code>engineVersion</code> parameter
2483
+ * only if <code>applyDuringMaintenanceWindow</code> is true. If any parameter other than
2342
2484
  * <code>engineVersion</code> is provided in <code>UpdateEnvironmentRequest</code>, it will
2343
2485
  * fail if <code>applyDuringMaintenanceWindow</code> is set to true.</p>
2344
2486
  */
@@ -25,7 +25,7 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  defaultSigningName: string;
26
26
  };
27
27
  export interface EndpointParameters extends __EndpointParameters {
28
- Region: string;
28
+ Region?: string;
29
29
  UseDualStack?: boolean;
30
30
  UseFIPS?: boolean;
31
31
  Endpoint?: string;
@@ -117,6 +117,7 @@ export interface CreateApplicationRequest {
117
117
  tags?: Record<string, string>;
118
118
  clientToken?: string;
119
119
  kmsKeyId?: string;
120
+ roleArn?: string;
120
121
  }
121
122
  export interface CreateApplicationResponse {
122
123
  applicationArn: string | undefined;
@@ -138,6 +139,15 @@ export interface GdgAttributes {
138
139
  limit?: number;
139
140
  rollDisposition?: string;
140
141
  }
142
+ export interface PoAttributes {
143
+ format: string | undefined;
144
+ encoding?: string;
145
+ memberFileExtensions: string[] | undefined;
146
+ }
147
+ export interface PsAttributes {
148
+ format: string | undefined;
149
+ encoding?: string;
150
+ }
141
151
  export interface PrimaryKey {
142
152
  name?: string;
143
153
  offset: number | undefined;
@@ -152,27 +162,51 @@ export interface VsamAttributes {
152
162
  }
153
163
  export type DatasetOrgAttributes =
154
164
  | DatasetOrgAttributes.GdgMember
165
+ | DatasetOrgAttributes.PoMember
166
+ | DatasetOrgAttributes.PsMember
155
167
  | DatasetOrgAttributes.VsamMember
156
168
  | DatasetOrgAttributes.$UnknownMember;
157
169
  export declare namespace DatasetOrgAttributes {
158
170
  interface VsamMember {
159
171
  vsam: VsamAttributes;
160
172
  gdg?: never;
173
+ po?: never;
174
+ ps?: never;
161
175
  $unknown?: never;
162
176
  }
163
177
  interface GdgMember {
164
178
  vsam?: never;
165
179
  gdg: GdgAttributes;
180
+ po?: never;
181
+ ps?: never;
182
+ $unknown?: never;
183
+ }
184
+ interface PoMember {
185
+ vsam?: never;
186
+ gdg?: never;
187
+ po: PoAttributes;
188
+ ps?: never;
189
+ $unknown?: never;
190
+ }
191
+ interface PsMember {
192
+ vsam?: never;
193
+ gdg?: never;
194
+ po?: never;
195
+ ps: PsAttributes;
166
196
  $unknown?: never;
167
197
  }
168
198
  interface $UnknownMember {
169
199
  vsam?: never;
170
200
  gdg?: never;
201
+ po?: never;
202
+ ps?: never;
171
203
  $unknown: [string, any];
172
204
  }
173
205
  interface Visitor<T> {
174
206
  vsam: (value: VsamAttributes) => T;
175
207
  gdg: (value: GdgAttributes) => T;
208
+ po: (value: PoAttributes) => T;
209
+ ps: (value: PsAttributes) => T;
176
210
  _: (name: string, value: any) => T;
177
211
  }
178
212
  const visit: <T>(value: DatasetOrgAttributes, visitor: Visitor<T>) => T;
@@ -330,6 +364,7 @@ export interface GetApplicationResponse {
330
364
  loadBalancerDnsName?: string;
331
365
  statusReason?: string;
332
366
  kmsKeyId?: string;
367
+ roleArn?: string;
333
368
  }
334
369
  export interface GetApplicationVersionRequest {
335
370
  applicationId: string | undefined;
@@ -423,6 +458,14 @@ export interface GdgDetailAttributes {
423
458
  limit?: number;
424
459
  rollDisposition?: string;
425
460
  }
461
+ export interface PoDetailAttributes {
462
+ format: string | undefined;
463
+ encoding: string | undefined;
464
+ }
465
+ export interface PsDetailAttributes {
466
+ format: string | undefined;
467
+ encoding: string | undefined;
468
+ }
426
469
  export interface VsamDetailAttributes {
427
470
  encoding?: string;
428
471
  recordFormat?: string;
@@ -433,27 +476,51 @@ export interface VsamDetailAttributes {
433
476
  }
434
477
  export type DatasetDetailOrgAttributes =
435
478
  | DatasetDetailOrgAttributes.GdgMember
479
+ | DatasetDetailOrgAttributes.PoMember
480
+ | DatasetDetailOrgAttributes.PsMember
436
481
  | DatasetDetailOrgAttributes.VsamMember
437
482
  | DatasetDetailOrgAttributes.$UnknownMember;
438
483
  export declare namespace DatasetDetailOrgAttributes {
439
484
  interface VsamMember {
440
485
  vsam: VsamDetailAttributes;
441
486
  gdg?: never;
487
+ po?: never;
488
+ ps?: never;
442
489
  $unknown?: never;
443
490
  }
444
491
  interface GdgMember {
445
492
  vsam?: never;
446
493
  gdg: GdgDetailAttributes;
494
+ po?: never;
495
+ ps?: never;
496
+ $unknown?: never;
497
+ }
498
+ interface PoMember {
499
+ vsam?: never;
500
+ gdg?: never;
501
+ po: PoDetailAttributes;
502
+ ps?: never;
503
+ $unknown?: never;
504
+ }
505
+ interface PsMember {
506
+ vsam?: never;
507
+ gdg?: never;
508
+ po?: never;
509
+ ps: PsDetailAttributes;
447
510
  $unknown?: never;
448
511
  }
449
512
  interface $UnknownMember {
450
513
  vsam?: never;
451
514
  gdg?: never;
515
+ po?: never;
516
+ ps?: never;
452
517
  $unknown: [string, any];
453
518
  }
454
519
  interface Visitor<T> {
455
520
  vsam: (value: VsamDetailAttributes) => T;
456
521
  gdg: (value: GdgDetailAttributes) => T;
522
+ po: (value: PoDetailAttributes) => T;
523
+ ps: (value: PsDetailAttributes) => T;
457
524
  _: (name: string, value: any) => T;
458
525
  }
459
526
  const visit: <T>(value: DatasetDetailOrgAttributes, visitor: Visitor<T>) => T;
@@ -529,6 +596,7 @@ export interface ApplicationSummary {
529
596
  lastStartTime?: Date;
530
597
  versionStatus?: ApplicationVersionLifecycle | string;
531
598
  deploymentStatus?: ApplicationDeploymentLifecycle | string;
599
+ roleArn?: string;
532
600
  }
533
601
  export interface ListApplicationsResponse {
534
602
  applications: ApplicationSummary[] | undefined;
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.341.0",
4
+ "version": "3.343.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.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",
24
+ "@aws-sdk/client-sts": "3.342.0",
25
+ "@aws-sdk/config-resolver": "3.342.0",
26
+ "@aws-sdk/credential-provider-node": "3.342.0",
27
+ "@aws-sdk/fetch-http-handler": "3.342.0",
28
+ "@aws-sdk/hash-node": "3.342.0",
29
+ "@aws-sdk/invalid-dependency": "3.342.0",
30
+ "@aws-sdk/middleware-content-length": "3.342.0",
31
+ "@aws-sdk/middleware-endpoint": "3.342.0",
32
+ "@aws-sdk/middleware-host-header": "3.342.0",
33
+ "@aws-sdk/middleware-logger": "3.342.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.342.0",
35
+ "@aws-sdk/middleware-retry": "3.342.0",
36
+ "@aws-sdk/middleware-serde": "3.342.0",
37
+ "@aws-sdk/middleware-signing": "3.342.0",
38
+ "@aws-sdk/middleware-stack": "3.342.0",
39
+ "@aws-sdk/middleware-user-agent": "3.342.0",
40
+ "@aws-sdk/node-config-provider": "3.342.0",
41
+ "@aws-sdk/node-http-handler": "3.342.0",
42
+ "@aws-sdk/smithy-client": "3.342.0",
43
+ "@aws-sdk/types": "3.342.0",
44
+ "@aws-sdk/url-parser": "3.342.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.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",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.342.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.342.0",
50
+ "@aws-sdk/util-endpoints": "3.342.0",
51
+ "@aws-sdk/util-retry": "3.342.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.342.0",
53
+ "@aws-sdk/util-user-agent-node": "3.342.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",