@aws-sdk/client-m2 3.929.0 → 3.930.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/index.js CHANGED
@@ -221,16 +221,6 @@ let ValidationException$1 = class ValidationException extends M2ServiceException
221
221
  this.fieldList = opts.fieldList;
222
222
  }
223
223
  };
224
- exports.Definition = void 0;
225
- (function (Definition) {
226
- Definition.visit = (value, visitor) => {
227
- if (value.s3Location !== undefined)
228
- return visitor.s3Location(value.s3Location);
229
- if (value.content !== undefined)
230
- return visitor.content(value.content);
231
- return visitor._(value.$unknown[0], value.$unknown[1]);
232
- };
233
- })(exports.Definition || (exports.Definition = {}));
234
224
  const EngineType = {
235
225
  BLUAGE: "bluage",
236
226
  MICROFOCUS: "microfocus",
@@ -255,48 +245,6 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
255
245
  this.quotaCode = opts.quotaCode;
256
246
  }
257
247
  };
258
- exports.ExternalLocation = void 0;
259
- (function (ExternalLocation) {
260
- ExternalLocation.visit = (value, visitor) => {
261
- if (value.s3Location !== undefined)
262
- return visitor.s3Location(value.s3Location);
263
- return visitor._(value.$unknown[0], value.$unknown[1]);
264
- };
265
- })(exports.ExternalLocation || (exports.ExternalLocation = {}));
266
- exports.DataSetExportConfig = void 0;
267
- (function (DataSetExportConfig) {
268
- DataSetExportConfig.visit = (value, visitor) => {
269
- if (value.s3Location !== undefined)
270
- return visitor.s3Location(value.s3Location);
271
- if (value.dataSets !== undefined)
272
- return visitor.dataSets(value.dataSets);
273
- return visitor._(value.$unknown[0], value.$unknown[1]);
274
- };
275
- })(exports.DataSetExportConfig || (exports.DataSetExportConfig = {}));
276
- exports.DatasetOrgAttributes = void 0;
277
- (function (DatasetOrgAttributes) {
278
- DatasetOrgAttributes.visit = (value, visitor) => {
279
- if (value.vsam !== undefined)
280
- return visitor.vsam(value.vsam);
281
- if (value.gdg !== undefined)
282
- return visitor.gdg(value.gdg);
283
- if (value.po !== undefined)
284
- return visitor.po(value.po);
285
- if (value.ps !== undefined)
286
- return visitor.ps(value.ps);
287
- return visitor._(value.$unknown[0], value.$unknown[1]);
288
- };
289
- })(exports.DatasetOrgAttributes || (exports.DatasetOrgAttributes = {}));
290
- exports.DataSetImportConfig = void 0;
291
- (function (DataSetImportConfig) {
292
- DataSetImportConfig.visit = (value, visitor) => {
293
- if (value.s3Location !== undefined)
294
- return visitor.s3Location(value.s3Location);
295
- if (value.dataSets !== undefined)
296
- return visitor.dataSets(value.dataSets);
297
- return visitor._(value.$unknown[0], value.$unknown[1]);
298
- };
299
- })(exports.DataSetImportConfig || (exports.DataSetImportConfig = {}));
300
248
  const DeploymentLifecycle = {
301
249
  DEPLOYING: "Deploying",
302
250
  DEPLOY_UPDATE: "Updating Deployment",
@@ -321,30 +269,6 @@ const ApplicationLifecycle = {
321
269
  STOPPED: "Stopped",
322
270
  STOPPING: "Stopping",
323
271
  };
324
- exports.JobIdentifier = void 0;
325
- (function (JobIdentifier) {
326
- JobIdentifier.visit = (value, visitor) => {
327
- if (value.fileName !== undefined)
328
- return visitor.fileName(value.fileName);
329
- if (value.scriptName !== undefined)
330
- return visitor.scriptName(value.scriptName);
331
- return visitor._(value.$unknown[0], value.$unknown[1]);
332
- };
333
- })(exports.JobIdentifier || (exports.JobIdentifier = {}));
334
- exports.BatchJobIdentifier = void 0;
335
- (function (BatchJobIdentifier) {
336
- BatchJobIdentifier.visit = (value, visitor) => {
337
- if (value.fileBatchJobIdentifier !== undefined)
338
- return visitor.fileBatchJobIdentifier(value.fileBatchJobIdentifier);
339
- if (value.scriptBatchJobIdentifier !== undefined)
340
- return visitor.scriptBatchJobIdentifier(value.scriptBatchJobIdentifier);
341
- if (value.s3BatchJobIdentifier !== undefined)
342
- return visitor.s3BatchJobIdentifier(value.s3BatchJobIdentifier);
343
- if (value.restartBatchJobIdentifier !== undefined)
344
- return visitor.restartBatchJobIdentifier(value.restartBatchJobIdentifier);
345
- return visitor._(value.$unknown[0], value.$unknown[1]);
346
- };
347
- })(exports.BatchJobIdentifier || (exports.BatchJobIdentifier = {}));
348
272
  const BatchJobType = {
349
273
  JES2: "JES2",
350
274
  JES3: "JES3",
@@ -375,20 +299,6 @@ let ExecutionTimeoutException$1 = class ExecutionTimeoutException extends M2Serv
375
299
  Object.setPrototypeOf(this, ExecutionTimeoutException.prototype);
376
300
  }
377
301
  };
378
- exports.DatasetDetailOrgAttributes = void 0;
379
- (function (DatasetDetailOrgAttributes) {
380
- DatasetDetailOrgAttributes.visit = (value, visitor) => {
381
- if (value.vsam !== undefined)
382
- return visitor.vsam(value.vsam);
383
- if (value.gdg !== undefined)
384
- return visitor.gdg(value.gdg);
385
- if (value.po !== undefined)
386
- return visitor.po(value.po);
387
- if (value.ps !== undefined)
388
- return visitor.ps(value.ps);
389
- return visitor._(value.$unknown[0], value.$unknown[1]);
390
- };
391
- })(exports.DatasetDetailOrgAttributes || (exports.DatasetDetailOrgAttributes = {}));
392
302
  let ServiceUnavailableException$1 = class ServiceUnavailableException extends M2ServiceException$1 {
393
303
  name = "ServiceUnavailableException";
394
304
  $fault = "server";
@@ -412,30 +322,10 @@ const ApplicationDeploymentLifecycle = {
412
322
  DEPLOYED: "Deployed",
413
323
  DEPLOYING: "Deploying",
414
324
  };
415
- exports.BatchJobDefinition = void 0;
416
- (function (BatchJobDefinition) {
417
- BatchJobDefinition.visit = (value, visitor) => {
418
- if (value.fileBatchJobDefinition !== undefined)
419
- return visitor.fileBatchJobDefinition(value.fileBatchJobDefinition);
420
- if (value.scriptBatchJobDefinition !== undefined)
421
- return visitor.scriptBatchJobDefinition(value.scriptBatchJobDefinition);
422
- return visitor._(value.$unknown[0], value.$unknown[1]);
423
- };
424
- })(exports.BatchJobDefinition || (exports.BatchJobDefinition = {}));
425
325
  const NetworkType = {
426
326
  DUAL: "dual",
427
327
  IPV4: "ipv4",
428
328
  };
429
- exports.StorageConfiguration = void 0;
430
- (function (StorageConfiguration) {
431
- StorageConfiguration.visit = (value, visitor) => {
432
- if (value.efs !== undefined)
433
- return visitor.efs(value.efs);
434
- if (value.fsx !== undefined)
435
- return visitor.fsx(value.fsx);
436
- return visitor._(value.$unknown[0], value.$unknown[1]);
437
- };
438
- })(exports.StorageConfiguration || (exports.StorageConfiguration = {}));
439
329
  const EnvironmentLifecycle = {
440
330
  AVAILABLE: "Available",
441
331
  CREATING: "Creating",
@@ -103,16 +103,6 @@ export class ValidationException extends __BaseException {
103
103
  this.fieldList = opts.fieldList;
104
104
  }
105
105
  }
106
- export var Definition;
107
- (function (Definition) {
108
- Definition.visit = (value, visitor) => {
109
- if (value.s3Location !== undefined)
110
- return visitor.s3Location(value.s3Location);
111
- if (value.content !== undefined)
112
- return visitor.content(value.content);
113
- return visitor._(value.$unknown[0], value.$unknown[1]);
114
- };
115
- })(Definition || (Definition = {}));
116
106
  export const EngineType = {
117
107
  BLUAGE: "bluage",
118
108
  MICROFOCUS: "microfocus",
@@ -137,48 +127,6 @@ export class ServiceQuotaExceededException extends __BaseException {
137
127
  this.quotaCode = opts.quotaCode;
138
128
  }
139
129
  }
140
- export var ExternalLocation;
141
- (function (ExternalLocation) {
142
- ExternalLocation.visit = (value, visitor) => {
143
- if (value.s3Location !== undefined)
144
- return visitor.s3Location(value.s3Location);
145
- return visitor._(value.$unknown[0], value.$unknown[1]);
146
- };
147
- })(ExternalLocation || (ExternalLocation = {}));
148
- export var DataSetExportConfig;
149
- (function (DataSetExportConfig) {
150
- DataSetExportConfig.visit = (value, visitor) => {
151
- if (value.s3Location !== undefined)
152
- return visitor.s3Location(value.s3Location);
153
- if (value.dataSets !== undefined)
154
- return visitor.dataSets(value.dataSets);
155
- return visitor._(value.$unknown[0], value.$unknown[1]);
156
- };
157
- })(DataSetExportConfig || (DataSetExportConfig = {}));
158
- export var DatasetOrgAttributes;
159
- (function (DatasetOrgAttributes) {
160
- DatasetOrgAttributes.visit = (value, visitor) => {
161
- if (value.vsam !== undefined)
162
- return visitor.vsam(value.vsam);
163
- if (value.gdg !== undefined)
164
- return visitor.gdg(value.gdg);
165
- if (value.po !== undefined)
166
- return visitor.po(value.po);
167
- if (value.ps !== undefined)
168
- return visitor.ps(value.ps);
169
- return visitor._(value.$unknown[0], value.$unknown[1]);
170
- };
171
- })(DatasetOrgAttributes || (DatasetOrgAttributes = {}));
172
- export var DataSetImportConfig;
173
- (function (DataSetImportConfig) {
174
- DataSetImportConfig.visit = (value, visitor) => {
175
- if (value.s3Location !== undefined)
176
- return visitor.s3Location(value.s3Location);
177
- if (value.dataSets !== undefined)
178
- return visitor.dataSets(value.dataSets);
179
- return visitor._(value.$unknown[0], value.$unknown[1]);
180
- };
181
- })(DataSetImportConfig || (DataSetImportConfig = {}));
182
130
  export const DeploymentLifecycle = {
183
131
  DEPLOYING: "Deploying",
184
132
  DEPLOY_UPDATE: "Updating Deployment",
@@ -203,30 +151,6 @@ export const ApplicationLifecycle = {
203
151
  STOPPED: "Stopped",
204
152
  STOPPING: "Stopping",
205
153
  };
206
- export var JobIdentifier;
207
- (function (JobIdentifier) {
208
- JobIdentifier.visit = (value, visitor) => {
209
- if (value.fileName !== undefined)
210
- return visitor.fileName(value.fileName);
211
- if (value.scriptName !== undefined)
212
- return visitor.scriptName(value.scriptName);
213
- return visitor._(value.$unknown[0], value.$unknown[1]);
214
- };
215
- })(JobIdentifier || (JobIdentifier = {}));
216
- export var BatchJobIdentifier;
217
- (function (BatchJobIdentifier) {
218
- BatchJobIdentifier.visit = (value, visitor) => {
219
- if (value.fileBatchJobIdentifier !== undefined)
220
- return visitor.fileBatchJobIdentifier(value.fileBatchJobIdentifier);
221
- if (value.scriptBatchJobIdentifier !== undefined)
222
- return visitor.scriptBatchJobIdentifier(value.scriptBatchJobIdentifier);
223
- if (value.s3BatchJobIdentifier !== undefined)
224
- return visitor.s3BatchJobIdentifier(value.s3BatchJobIdentifier);
225
- if (value.restartBatchJobIdentifier !== undefined)
226
- return visitor.restartBatchJobIdentifier(value.restartBatchJobIdentifier);
227
- return visitor._(value.$unknown[0], value.$unknown[1]);
228
- };
229
- })(BatchJobIdentifier || (BatchJobIdentifier = {}));
230
154
  export const BatchJobType = {
231
155
  JES2: "JES2",
232
156
  JES3: "JES3",
@@ -257,20 +181,6 @@ export class ExecutionTimeoutException extends __BaseException {
257
181
  Object.setPrototypeOf(this, ExecutionTimeoutException.prototype);
258
182
  }
259
183
  }
260
- export var DatasetDetailOrgAttributes;
261
- (function (DatasetDetailOrgAttributes) {
262
- DatasetDetailOrgAttributes.visit = (value, visitor) => {
263
- if (value.vsam !== undefined)
264
- return visitor.vsam(value.vsam);
265
- if (value.gdg !== undefined)
266
- return visitor.gdg(value.gdg);
267
- if (value.po !== undefined)
268
- return visitor.po(value.po);
269
- if (value.ps !== undefined)
270
- return visitor.ps(value.ps);
271
- return visitor._(value.$unknown[0], value.$unknown[1]);
272
- };
273
- })(DatasetDetailOrgAttributes || (DatasetDetailOrgAttributes = {}));
274
184
  export class ServiceUnavailableException extends __BaseException {
275
185
  name = "ServiceUnavailableException";
276
186
  $fault = "server";
@@ -294,30 +204,10 @@ export const ApplicationDeploymentLifecycle = {
294
204
  DEPLOYED: "Deployed",
295
205
  DEPLOYING: "Deploying",
296
206
  };
297
- export var BatchJobDefinition;
298
- (function (BatchJobDefinition) {
299
- BatchJobDefinition.visit = (value, visitor) => {
300
- if (value.fileBatchJobDefinition !== undefined)
301
- return visitor.fileBatchJobDefinition(value.fileBatchJobDefinition);
302
- if (value.scriptBatchJobDefinition !== undefined)
303
- return visitor.scriptBatchJobDefinition(value.scriptBatchJobDefinition);
304
- return visitor._(value.$unknown[0], value.$unknown[1]);
305
- };
306
- })(BatchJobDefinition || (BatchJobDefinition = {}));
307
207
  export const NetworkType = {
308
208
  DUAL: "dual",
309
209
  IPV4: "ipv4",
310
210
  };
311
- export var StorageConfiguration;
312
- (function (StorageConfiguration) {
313
- StorageConfiguration.visit = (value, visitor) => {
314
- if (value.efs !== undefined)
315
- return visitor.efs(value.efs);
316
- if (value.fsx !== undefined)
317
- return visitor.fsx(value.fsx);
318
- return visitor._(value.$unknown[0], value.$unknown[1]);
319
- };
320
- })(StorageConfiguration || (StorageConfiguration = {}));
321
211
  export const EnvironmentLifecycle = {
322
212
  AVAILABLE: "Available",
323
213
  CREATING: "Creating",
@@ -249,12 +249,15 @@ export declare namespace Definition {
249
249
  content?: never;
250
250
  $unknown: [string, any];
251
251
  }
252
+ /**
253
+ * @deprecated unused in schema-serde mode.
254
+ *
255
+ */
252
256
  interface Visitor<T> {
253
257
  s3Location: (value: string) => T;
254
258
  content: (value: string) => T;
255
259
  _: (name: string, value: any) => T;
256
260
  }
257
- const visit: <T>(value: Definition, visitor: Visitor<T>) => T;
258
261
  }
259
262
  /**
260
263
  * @public
@@ -392,11 +395,14 @@ export declare namespace ExternalLocation {
392
395
  s3Location?: never;
393
396
  $unknown: [string, any];
394
397
  }
398
+ /**
399
+ * @deprecated unused in schema-serde mode.
400
+ *
401
+ */
395
402
  interface Visitor<T> {
396
403
  s3Location: (value: string) => T;
397
404
  _: (name: string, value: any) => T;
398
405
  }
399
- const visit: <T>(value: ExternalLocation, visitor: Visitor<T>) => T;
400
406
  }
401
407
  /**
402
408
  * <p>Identifies a specific data set to export from an external location.</p>
@@ -449,12 +455,15 @@ export declare namespace DataSetExportConfig {
449
455
  dataSets?: never;
450
456
  $unknown: [string, any];
451
457
  }
458
+ /**
459
+ * @deprecated unused in schema-serde mode.
460
+ *
461
+ */
452
462
  interface Visitor<T> {
453
463
  s3Location: (value: string) => T;
454
464
  dataSets: (value: DataSetExportItem[]) => T;
455
465
  _: (name: string, value: any) => T;
456
466
  }
457
- const visit: <T>(value: DataSetExportConfig, visitor: Visitor<T>) => T;
458
467
  }
459
468
  /**
460
469
  * @public
@@ -670,6 +679,10 @@ export declare namespace DatasetOrgAttributes {
670
679
  ps?: never;
671
680
  $unknown: [string, any];
672
681
  }
682
+ /**
683
+ * @deprecated unused in schema-serde mode.
684
+ *
685
+ */
673
686
  interface Visitor<T> {
674
687
  vsam: (value: VsamAttributes) => T;
675
688
  gdg: (value: GdgAttributes) => T;
@@ -677,7 +690,6 @@ export declare namespace DatasetOrgAttributes {
677
690
  ps: (value: PsAttributes) => T;
678
691
  _: (name: string, value: any) => T;
679
692
  }
680
- const visit: <T>(value: DatasetOrgAttributes, visitor: Visitor<T>) => T;
681
693
  }
682
694
  /**
683
695
  * <p>The length of the records in the data set.</p>
@@ -780,12 +792,15 @@ export declare namespace DataSetImportConfig {
780
792
  dataSets?: never;
781
793
  $unknown: [string, any];
782
794
  }
795
+ /**
796
+ * @deprecated unused in schema-serde mode.
797
+ *
798
+ */
783
799
  interface Visitor<T> {
784
800
  s3Location: (value: string) => T;
785
801
  dataSets: (value: DataSetImportItem[]) => T;
786
802
  _: (name: string, value: any) => T;
787
803
  }
788
- const visit: <T>(value: DataSetImportConfig, visitor: Visitor<T>) => T;
789
804
  }
790
805
  /**
791
806
  * @public
@@ -1307,12 +1322,15 @@ export declare namespace JobIdentifier {
1307
1322
  scriptName?: never;
1308
1323
  $unknown: [string, any];
1309
1324
  }
1325
+ /**
1326
+ * @deprecated unused in schema-serde mode.
1327
+ *
1328
+ */
1310
1329
  interface Visitor<T> {
1311
1330
  fileName: (value: string) => T;
1312
1331
  scriptName: (value: string) => T;
1313
1332
  _: (name: string, value: any) => T;
1314
1333
  }
1315
- const visit: <T>(value: JobIdentifier, visitor: Visitor<T>) => T;
1316
1334
  }
1317
1335
  /**
1318
1336
  * <p>A batch job identifier in which the batch jobs to run are identified by an Amazon S3 location.</p>
@@ -1411,6 +1429,10 @@ export declare namespace BatchJobIdentifier {
1411
1429
  restartBatchJobIdentifier?: never;
1412
1430
  $unknown: [string, any];
1413
1431
  }
1432
+ /**
1433
+ * @deprecated unused in schema-serde mode.
1434
+ *
1435
+ */
1414
1436
  interface Visitor<T> {
1415
1437
  fileBatchJobIdentifier: (value: FileBatchJobIdentifier) => T;
1416
1438
  scriptBatchJobIdentifier: (value: ScriptBatchJobIdentifier) => T;
@@ -1418,7 +1440,6 @@ export declare namespace BatchJobIdentifier {
1418
1440
  restartBatchJobIdentifier: (value: RestartBatchJobIdentifier) => T;
1419
1441
  _: (name: string, value: any) => T;
1420
1442
  }
1421
- const visit: <T>(value: BatchJobIdentifier, visitor: Visitor<T>) => T;
1422
1443
  }
1423
1444
  /**
1424
1445
  * @public
@@ -1711,6 +1732,10 @@ export declare namespace DatasetDetailOrgAttributes {
1711
1732
  ps?: never;
1712
1733
  $unknown: [string, any];
1713
1734
  }
1735
+ /**
1736
+ * @deprecated unused in schema-serde mode.
1737
+ *
1738
+ */
1714
1739
  interface Visitor<T> {
1715
1740
  vsam: (value: VsamDetailAttributes) => T;
1716
1741
  gdg: (value: GdgDetailAttributes) => T;
@@ -1718,7 +1743,6 @@ export declare namespace DatasetDetailOrgAttributes {
1718
1743
  ps: (value: PsDetailAttributes) => T;
1719
1744
  _: (name: string, value: any) => T;
1720
1745
  }
1721
- const visit: <T>(value: DatasetDetailOrgAttributes, visitor: Visitor<T>) => T;
1722
1746
  }
1723
1747
  /**
1724
1748
  * @public
@@ -2251,12 +2275,15 @@ export declare namespace BatchJobDefinition {
2251
2275
  scriptBatchJobDefinition?: never;
2252
2276
  $unknown: [string, any];
2253
2277
  }
2278
+ /**
2279
+ * @deprecated unused in schema-serde mode.
2280
+ *
2281
+ */
2254
2282
  interface Visitor<T> {
2255
2283
  fileBatchJobDefinition: (value: FileBatchJobDefinition) => T;
2256
2284
  scriptBatchJobDefinition: (value: ScriptBatchJobDefinition) => T;
2257
2285
  _: (name: string, value: any) => T;
2258
2286
  }
2259
- const visit: <T>(value: BatchJobDefinition, visitor: Visitor<T>) => T;
2260
2287
  }
2261
2288
  /**
2262
2289
  * @public
@@ -2970,12 +2997,15 @@ export declare namespace StorageConfiguration {
2970
2997
  fsx?: never;
2971
2998
  $unknown: [string, any];
2972
2999
  }
3000
+ /**
3001
+ * @deprecated unused in schema-serde mode.
3002
+ *
3003
+ */
2973
3004
  interface Visitor<T> {
2974
3005
  efs: (value: EfsStorageConfiguration) => T;
2975
3006
  fsx: (value: FsxStorageConfiguration) => T;
2976
3007
  _: (name: string, value: any) => T;
2977
3008
  }
2978
- const visit: <T>(value: StorageConfiguration, visitor: Visitor<T>) => T;
2979
3009
  }
2980
3010
  /**
2981
3011
  * @public
@@ -105,7 +105,6 @@ export declare namespace Definition {
105
105
  content: (value: string) => T;
106
106
  _: (name: string, value: any) => T;
107
107
  }
108
- const visit: <T>(value: Definition, visitor: Visitor<T>) => T;
109
108
  }
110
109
  export declare const EngineType: {
111
110
  readonly BLUAGE: "bluage";
@@ -154,7 +153,6 @@ export declare namespace ExternalLocation {
154
153
  s3Location: (value: string) => T;
155
154
  _: (name: string, value: any) => T;
156
155
  }
157
- const visit: <T>(value: ExternalLocation, visitor: Visitor<T>) => T;
158
156
  }
159
157
  export interface DataSetExportItem {
160
158
  datasetName: string | undefined;
@@ -185,7 +183,6 @@ export declare namespace DataSetExportConfig {
185
183
  dataSets: (value: DataSetExportItem[]) => T;
186
184
  _: (name: string, value: any) => T;
187
185
  }
188
- const visit: <T>(value: DataSetExportConfig, visitor: Visitor<T>) => T;
189
186
  }
190
187
  export interface CreateDataSetExportTaskRequest {
191
188
  applicationId: string | undefined;
@@ -270,7 +267,6 @@ export declare namespace DatasetOrgAttributes {
270
267
  ps: (value: PsAttributes) => T;
271
268
  _: (name: string, value: any) => T;
272
269
  }
273
- const visit: <T>(value: DatasetOrgAttributes, visitor: Visitor<T>) => T;
274
270
  }
275
271
  export interface RecordLength {
276
272
  min: number | undefined;
@@ -312,7 +308,6 @@ export declare namespace DataSetImportConfig {
312
308
  dataSets: (value: DataSetImportItem[]) => T;
313
309
  _: (name: string, value: any) => T;
314
310
  }
315
- const visit: <T>(value: DataSetImportConfig, visitor: Visitor<T>) => T;
316
311
  }
317
312
  export interface CreateDataSetImportTaskRequest {
318
313
  applicationId: string | undefined;
@@ -468,7 +463,6 @@ export declare namespace JobIdentifier {
468
463
  scriptName: (value: string) => T;
469
464
  _: (name: string, value: any) => T;
470
465
  }
471
- const visit: <T>(value: JobIdentifier, visitor: Visitor<T>) => T;
472
466
  }
473
467
  export interface S3BatchJobIdentifier {
474
468
  bucket: string | undefined;
@@ -527,7 +521,6 @@ export declare namespace BatchJobIdentifier {
527
521
  restartBatchJobIdentifier: (value: RestartBatchJobIdentifier) => T;
528
522
  _: (name: string, value: any) => T;
529
523
  }
530
- const visit: <T>(value: BatchJobIdentifier, visitor: Visitor<T>) => T;
531
524
  }
532
525
  export declare const BatchJobType: {
533
526
  readonly JES2: "JES2";
@@ -645,7 +638,6 @@ export declare namespace DatasetDetailOrgAttributes {
645
638
  ps: (value: PsDetailAttributes) => T;
646
639
  _: (name: string, value: any) => T;
647
640
  }
648
- const visit: <T>(value: DatasetDetailOrgAttributes, visitor: Visitor<T>) => T;
649
641
  }
650
642
  export interface GetDataSetDetailsResponse {
651
643
  dataSetName: string | undefined;
@@ -799,7 +791,6 @@ export declare namespace BatchJobDefinition {
799
791
  scriptBatchJobDefinition: (value: ScriptBatchJobDefinition) => T;
800
792
  _: (name: string, value: any) => T;
801
793
  }
802
- const visit: <T>(value: BatchJobDefinition, visitor: Visitor<T>) => T;
803
794
  }
804
795
  export interface ListBatchJobDefinitionsResponse {
805
796
  batchJobDefinitions: BatchJobDefinition[] | undefined;
@@ -985,7 +976,6 @@ export declare namespace StorageConfiguration {
985
976
  fsx: (value: FsxStorageConfiguration) => T;
986
977
  _: (name: string, value: any) => T;
987
978
  }
988
- const visit: <T>(value: StorageConfiguration, visitor: Visitor<T>) => T;
989
979
  }
990
980
  export interface CreateEnvironmentRequest {
991
981
  name: string | 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.929.0",
4
+ "version": "3.930.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-m2",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.929.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.930.0",
24
+ "@aws-sdk/credential-provider-node": "3.930.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
59
  "tslib": "^2.6.2"
60
60
  },