@aws-sdk/client-batch 3.613.0 → 3.616.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 +5 -5
- package/dist-es/BatchClient.js +5 -5
- package/dist-types/BatchClient.d.ts +2 -2
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +131 -21
- package/dist-types/commands/DescribeJobsCommand.d.ts +128 -17
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +131 -21
- package/dist-types/commands/SubmitJobCommand.d.ts +64 -11
- package/dist-types/models/models_0.d.ts +15 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/BatchClient.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +24 -24
package/dist-cjs/index.js
CHANGED
|
@@ -184,19 +184,19 @@ var _BatchClient = class _BatchClient extends import_smithy_client.Client {
|
|
|
184
184
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
185
185
|
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
186
186
|
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
187
|
-
const _config_4 = (0,
|
|
188
|
-
const _config_5 = (0,
|
|
189
|
-
const _config_6 = (0,
|
|
187
|
+
const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
|
|
188
|
+
const _config_5 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_4);
|
|
189
|
+
const _config_6 = (0, import_middleware_retry.resolveRetryConfig)(_config_5);
|
|
190
190
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
191
191
|
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
192
192
|
super(_config_8);
|
|
193
193
|
this.config = _config_8;
|
|
194
|
-
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
195
|
-
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
196
194
|
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
197
195
|
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
198
196
|
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
199
197
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
198
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
199
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
200
200
|
this.middlewareStack.use(
|
|
201
201
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
202
202
|
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
|
package/dist-es/BatchClient.js
CHANGED
|
@@ -19,19 +19,19 @@ export class BatchClient extends __Client {
|
|
|
19
19
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
20
20
|
const _config_2 = resolveRegionConfig(_config_1);
|
|
21
21
|
const _config_3 = resolveEndpointConfig(_config_2);
|
|
22
|
-
const _config_4 =
|
|
23
|
-
const _config_5 =
|
|
24
|
-
const _config_6 =
|
|
22
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
23
|
+
const _config_5 = resolveUserAgentConfig(_config_4);
|
|
24
|
+
const _config_6 = resolveRetryConfig(_config_5);
|
|
25
25
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
26
26
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
27
27
|
super(_config_8);
|
|
28
28
|
this.config = _config_8;
|
|
29
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
30
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
31
29
|
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
32
30
|
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
33
31
|
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
34
32
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
33
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
34
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
35
35
|
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
36
36
|
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
|
|
37
37
|
identityProviderConfigProvider: this.getIdentityProviderConfigProvider(),
|
|
@@ -156,7 +156,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
156
156
|
/**
|
|
157
157
|
* @public
|
|
158
158
|
*/
|
|
159
|
-
export type BatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> &
|
|
159
|
+
export type BatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & HostHeaderInputConfig & UserAgentInputConfig & RetryInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
|
160
160
|
/**
|
|
161
161
|
* @public
|
|
162
162
|
*
|
|
@@ -167,7 +167,7 @@ export interface BatchClientConfig extends BatchClientConfigType {
|
|
|
167
167
|
/**
|
|
168
168
|
* @public
|
|
169
169
|
*/
|
|
170
|
-
export type BatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> &
|
|
170
|
+
export type BatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HostHeaderResolvedConfig & UserAgentResolvedConfig & RetryResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
|
171
171
|
/**
|
|
172
172
|
* @public
|
|
173
173
|
*
|
|
@@ -339,6 +339,116 @@ declare const DescribeJobDefinitionsCommand_base: {
|
|
|
339
339
|
* // },
|
|
340
340
|
* // ],
|
|
341
341
|
* // },
|
|
342
|
+
* // eksProperties: { // EksProperties
|
|
343
|
+
* // podProperties: { // EksPodProperties
|
|
344
|
+
* // serviceAccountName: "STRING_VALUE",
|
|
345
|
+
* // hostNetwork: true || false,
|
|
346
|
+
* // dnsPolicy: "STRING_VALUE",
|
|
347
|
+
* // imagePullSecrets: [ // ImagePullSecrets
|
|
348
|
+
* // { // ImagePullSecret
|
|
349
|
+
* // name: "STRING_VALUE", // required
|
|
350
|
+
* // },
|
|
351
|
+
* // ],
|
|
352
|
+
* // containers: [ // EksContainers
|
|
353
|
+
* // { // EksContainer
|
|
354
|
+
* // name: "STRING_VALUE",
|
|
355
|
+
* // image: "STRING_VALUE", // required
|
|
356
|
+
* // imagePullPolicy: "STRING_VALUE",
|
|
357
|
+
* // command: "<StringList>",
|
|
358
|
+
* // args: "<StringList>",
|
|
359
|
+
* // env: [ // EksContainerEnvironmentVariables
|
|
360
|
+
* // { // EksContainerEnvironmentVariable
|
|
361
|
+
* // name: "STRING_VALUE", // required
|
|
362
|
+
* // value: "STRING_VALUE",
|
|
363
|
+
* // },
|
|
364
|
+
* // ],
|
|
365
|
+
* // resources: { // EksContainerResourceRequirements
|
|
366
|
+
* // limits: { // EksLimits
|
|
367
|
+
* // "<keys>": "STRING_VALUE",
|
|
368
|
+
* // },
|
|
369
|
+
* // requests: { // EksRequests
|
|
370
|
+
* // "<keys>": "STRING_VALUE",
|
|
371
|
+
* // },
|
|
372
|
+
* // },
|
|
373
|
+
* // volumeMounts: [ // EksContainerVolumeMounts
|
|
374
|
+
* // { // EksContainerVolumeMount
|
|
375
|
+
* // name: "STRING_VALUE",
|
|
376
|
+
* // mountPath: "STRING_VALUE",
|
|
377
|
+
* // readOnly: true || false,
|
|
378
|
+
* // },
|
|
379
|
+
* // ],
|
|
380
|
+
* // securityContext: { // EksContainerSecurityContext
|
|
381
|
+
* // runAsUser: Number("long"),
|
|
382
|
+
* // runAsGroup: Number("long"),
|
|
383
|
+
* // privileged: true || false,
|
|
384
|
+
* // allowPrivilegeEscalation: true || false,
|
|
385
|
+
* // readOnlyRootFilesystem: true || false,
|
|
386
|
+
* // runAsNonRoot: true || false,
|
|
387
|
+
* // },
|
|
388
|
+
* // },
|
|
389
|
+
* // ],
|
|
390
|
+
* // initContainers: [
|
|
391
|
+
* // {
|
|
392
|
+
* // name: "STRING_VALUE",
|
|
393
|
+
* // image: "STRING_VALUE", // required
|
|
394
|
+
* // imagePullPolicy: "STRING_VALUE",
|
|
395
|
+
* // command: "<StringList>",
|
|
396
|
+
* // args: "<StringList>",
|
|
397
|
+
* // env: [
|
|
398
|
+
* // {
|
|
399
|
+
* // name: "STRING_VALUE", // required
|
|
400
|
+
* // value: "STRING_VALUE",
|
|
401
|
+
* // },
|
|
402
|
+
* // ],
|
|
403
|
+
* // resources: {
|
|
404
|
+
* // limits: {
|
|
405
|
+
* // "<keys>": "STRING_VALUE",
|
|
406
|
+
* // },
|
|
407
|
+
* // requests: {
|
|
408
|
+
* // "<keys>": "STRING_VALUE",
|
|
409
|
+
* // },
|
|
410
|
+
* // },
|
|
411
|
+
* // volumeMounts: [
|
|
412
|
+
* // {
|
|
413
|
+
* // name: "STRING_VALUE",
|
|
414
|
+
* // mountPath: "STRING_VALUE",
|
|
415
|
+
* // readOnly: true || false,
|
|
416
|
+
* // },
|
|
417
|
+
* // ],
|
|
418
|
+
* // securityContext: {
|
|
419
|
+
* // runAsUser: Number("long"),
|
|
420
|
+
* // runAsGroup: Number("long"),
|
|
421
|
+
* // privileged: true || false,
|
|
422
|
+
* // allowPrivilegeEscalation: true || false,
|
|
423
|
+
* // readOnlyRootFilesystem: true || false,
|
|
424
|
+
* // runAsNonRoot: true || false,
|
|
425
|
+
* // },
|
|
426
|
+
* // },
|
|
427
|
+
* // ],
|
|
428
|
+
* // volumes: [ // EksVolumes
|
|
429
|
+
* // { // EksVolume
|
|
430
|
+
* // name: "STRING_VALUE", // required
|
|
431
|
+
* // hostPath: { // EksHostPath
|
|
432
|
+
* // path: "STRING_VALUE",
|
|
433
|
+
* // },
|
|
434
|
+
* // emptyDir: { // EksEmptyDir
|
|
435
|
+
* // medium: "STRING_VALUE",
|
|
436
|
+
* // sizeLimit: "STRING_VALUE",
|
|
437
|
+
* // },
|
|
438
|
+
* // secret: { // EksSecret
|
|
439
|
+
* // secretName: "STRING_VALUE", // required
|
|
440
|
+
* // optional: true || false,
|
|
441
|
+
* // },
|
|
442
|
+
* // },
|
|
443
|
+
* // ],
|
|
444
|
+
* // metadata: { // EksMetadata
|
|
445
|
+
* // labels: { // EksLabelsMap
|
|
446
|
+
* // "<keys>": "STRING_VALUE",
|
|
447
|
+
* // },
|
|
448
|
+
* // },
|
|
449
|
+
* // shareProcessNamespace: true || false,
|
|
450
|
+
* // },
|
|
451
|
+
* // },
|
|
342
452
|
* // },
|
|
343
453
|
* // ],
|
|
344
454
|
* // },
|
|
@@ -389,45 +499,45 @@ declare const DescribeJobDefinitionsCommand_base: {
|
|
|
389
499
|
* // },
|
|
390
500
|
* // ],
|
|
391
501
|
* // },
|
|
392
|
-
* // eksProperties: {
|
|
393
|
-
* // podProperties: {
|
|
502
|
+
* // eksProperties: {
|
|
503
|
+
* // podProperties: {
|
|
394
504
|
* // serviceAccountName: "STRING_VALUE",
|
|
395
505
|
* // hostNetwork: true || false,
|
|
396
506
|
* // dnsPolicy: "STRING_VALUE",
|
|
397
|
-
* // imagePullSecrets: [
|
|
398
|
-
* // {
|
|
507
|
+
* // imagePullSecrets: [
|
|
508
|
+
* // {
|
|
399
509
|
* // name: "STRING_VALUE", // required
|
|
400
510
|
* // },
|
|
401
511
|
* // ],
|
|
402
|
-
* // containers: [
|
|
403
|
-
* // {
|
|
512
|
+
* // containers: [
|
|
513
|
+
* // {
|
|
404
514
|
* // name: "STRING_VALUE",
|
|
405
515
|
* // image: "STRING_VALUE", // required
|
|
406
516
|
* // imagePullPolicy: "STRING_VALUE",
|
|
407
517
|
* // command: "<StringList>",
|
|
408
518
|
* // args: "<StringList>",
|
|
409
|
-
* // env: [
|
|
410
|
-
* // {
|
|
519
|
+
* // env: [
|
|
520
|
+
* // {
|
|
411
521
|
* // name: "STRING_VALUE", // required
|
|
412
522
|
* // value: "STRING_VALUE",
|
|
413
523
|
* // },
|
|
414
524
|
* // ],
|
|
415
|
-
* // resources: {
|
|
416
|
-
* // limits: {
|
|
525
|
+
* // resources: {
|
|
526
|
+
* // limits: {
|
|
417
527
|
* // "<keys>": "STRING_VALUE",
|
|
418
528
|
* // },
|
|
419
|
-
* // requests: {
|
|
529
|
+
* // requests: {
|
|
420
530
|
* // "<keys>": "STRING_VALUE",
|
|
421
531
|
* // },
|
|
422
532
|
* // },
|
|
423
|
-
* // volumeMounts: [
|
|
424
|
-
* // {
|
|
533
|
+
* // volumeMounts: [
|
|
534
|
+
* // {
|
|
425
535
|
* // name: "STRING_VALUE",
|
|
426
536
|
* // mountPath: "STRING_VALUE",
|
|
427
537
|
* // readOnly: true || false,
|
|
428
538
|
* // },
|
|
429
539
|
* // ],
|
|
430
|
-
* // securityContext: {
|
|
540
|
+
* // securityContext: {
|
|
431
541
|
* // runAsUser: Number("long"),
|
|
432
542
|
* // runAsGroup: Number("long"),
|
|
433
543
|
* // privileged: true || false,
|
|
@@ -475,24 +585,24 @@ declare const DescribeJobDefinitionsCommand_base: {
|
|
|
475
585
|
* // },
|
|
476
586
|
* // },
|
|
477
587
|
* // ],
|
|
478
|
-
* // volumes: [
|
|
479
|
-
* // {
|
|
588
|
+
* // volumes: [
|
|
589
|
+
* // {
|
|
480
590
|
* // name: "STRING_VALUE", // required
|
|
481
|
-
* // hostPath: {
|
|
591
|
+
* // hostPath: {
|
|
482
592
|
* // path: "STRING_VALUE",
|
|
483
593
|
* // },
|
|
484
|
-
* // emptyDir: {
|
|
594
|
+
* // emptyDir: {
|
|
485
595
|
* // medium: "STRING_VALUE",
|
|
486
596
|
* // sizeLimit: "STRING_VALUE",
|
|
487
597
|
* // },
|
|
488
|
-
* // secret: {
|
|
598
|
+
* // secret: {
|
|
489
599
|
* // secretName: "STRING_VALUE", // required
|
|
490
600
|
* // optional: true || false,
|
|
491
601
|
* // },
|
|
492
602
|
* // },
|
|
493
603
|
* // ],
|
|
494
|
-
* // metadata: {
|
|
495
|
-
* // labels: {
|
|
604
|
+
* // metadata: {
|
|
605
|
+
* // labels: {
|
|
496
606
|
* // "<keys>": "STRING_VALUE",
|
|
497
607
|
* // },
|
|
498
608
|
* // },
|
|
@@ -395,6 +395,116 @@ declare const DescribeJobsCommand_base: {
|
|
|
395
395
|
* // },
|
|
396
396
|
* // ],
|
|
397
397
|
* // },
|
|
398
|
+
* // eksProperties: { // EksProperties
|
|
399
|
+
* // podProperties: { // EksPodProperties
|
|
400
|
+
* // serviceAccountName: "STRING_VALUE",
|
|
401
|
+
* // hostNetwork: true || false,
|
|
402
|
+
* // dnsPolicy: "STRING_VALUE",
|
|
403
|
+
* // imagePullSecrets: [ // ImagePullSecrets
|
|
404
|
+
* // { // ImagePullSecret
|
|
405
|
+
* // name: "STRING_VALUE", // required
|
|
406
|
+
* // },
|
|
407
|
+
* // ],
|
|
408
|
+
* // containers: [ // EksContainers
|
|
409
|
+
* // { // EksContainer
|
|
410
|
+
* // name: "STRING_VALUE",
|
|
411
|
+
* // image: "STRING_VALUE", // required
|
|
412
|
+
* // imagePullPolicy: "STRING_VALUE",
|
|
413
|
+
* // command: "<StringList>",
|
|
414
|
+
* // args: "<StringList>",
|
|
415
|
+
* // env: [ // EksContainerEnvironmentVariables
|
|
416
|
+
* // { // EksContainerEnvironmentVariable
|
|
417
|
+
* // name: "STRING_VALUE", // required
|
|
418
|
+
* // value: "STRING_VALUE",
|
|
419
|
+
* // },
|
|
420
|
+
* // ],
|
|
421
|
+
* // resources: { // EksContainerResourceRequirements
|
|
422
|
+
* // limits: { // EksLimits
|
|
423
|
+
* // "<keys>": "STRING_VALUE",
|
|
424
|
+
* // },
|
|
425
|
+
* // requests: { // EksRequests
|
|
426
|
+
* // "<keys>": "STRING_VALUE",
|
|
427
|
+
* // },
|
|
428
|
+
* // },
|
|
429
|
+
* // volumeMounts: [ // EksContainerVolumeMounts
|
|
430
|
+
* // { // EksContainerVolumeMount
|
|
431
|
+
* // name: "STRING_VALUE",
|
|
432
|
+
* // mountPath: "STRING_VALUE",
|
|
433
|
+
* // readOnly: true || false,
|
|
434
|
+
* // },
|
|
435
|
+
* // ],
|
|
436
|
+
* // securityContext: { // EksContainerSecurityContext
|
|
437
|
+
* // runAsUser: Number("long"),
|
|
438
|
+
* // runAsGroup: Number("long"),
|
|
439
|
+
* // privileged: true || false,
|
|
440
|
+
* // allowPrivilegeEscalation: true || false,
|
|
441
|
+
* // readOnlyRootFilesystem: true || false,
|
|
442
|
+
* // runAsNonRoot: true || false,
|
|
443
|
+
* // },
|
|
444
|
+
* // },
|
|
445
|
+
* // ],
|
|
446
|
+
* // initContainers: [
|
|
447
|
+
* // {
|
|
448
|
+
* // name: "STRING_VALUE",
|
|
449
|
+
* // image: "STRING_VALUE", // required
|
|
450
|
+
* // imagePullPolicy: "STRING_VALUE",
|
|
451
|
+
* // command: "<StringList>",
|
|
452
|
+
* // args: "<StringList>",
|
|
453
|
+
* // env: [
|
|
454
|
+
* // {
|
|
455
|
+
* // name: "STRING_VALUE", // required
|
|
456
|
+
* // value: "STRING_VALUE",
|
|
457
|
+
* // },
|
|
458
|
+
* // ],
|
|
459
|
+
* // resources: {
|
|
460
|
+
* // limits: {
|
|
461
|
+
* // "<keys>": "STRING_VALUE",
|
|
462
|
+
* // },
|
|
463
|
+
* // requests: {
|
|
464
|
+
* // "<keys>": "STRING_VALUE",
|
|
465
|
+
* // },
|
|
466
|
+
* // },
|
|
467
|
+
* // volumeMounts: [
|
|
468
|
+
* // {
|
|
469
|
+
* // name: "STRING_VALUE",
|
|
470
|
+
* // mountPath: "STRING_VALUE",
|
|
471
|
+
* // readOnly: true || false,
|
|
472
|
+
* // },
|
|
473
|
+
* // ],
|
|
474
|
+
* // securityContext: {
|
|
475
|
+
* // runAsUser: Number("long"),
|
|
476
|
+
* // runAsGroup: Number("long"),
|
|
477
|
+
* // privileged: true || false,
|
|
478
|
+
* // allowPrivilegeEscalation: true || false,
|
|
479
|
+
* // readOnlyRootFilesystem: true || false,
|
|
480
|
+
* // runAsNonRoot: true || false,
|
|
481
|
+
* // },
|
|
482
|
+
* // },
|
|
483
|
+
* // ],
|
|
484
|
+
* // volumes: [ // EksVolumes
|
|
485
|
+
* // { // EksVolume
|
|
486
|
+
* // name: "STRING_VALUE", // required
|
|
487
|
+
* // hostPath: { // EksHostPath
|
|
488
|
+
* // path: "STRING_VALUE",
|
|
489
|
+
* // },
|
|
490
|
+
* // emptyDir: { // EksEmptyDir
|
|
491
|
+
* // medium: "STRING_VALUE",
|
|
492
|
+
* // sizeLimit: "STRING_VALUE",
|
|
493
|
+
* // },
|
|
494
|
+
* // secret: { // EksSecret
|
|
495
|
+
* // secretName: "STRING_VALUE", // required
|
|
496
|
+
* // optional: true || false,
|
|
497
|
+
* // },
|
|
498
|
+
* // },
|
|
499
|
+
* // ],
|
|
500
|
+
* // metadata: { // EksMetadata
|
|
501
|
+
* // labels: { // EksLabelsMap
|
|
502
|
+
* // "<keys>": "STRING_VALUE",
|
|
503
|
+
* // },
|
|
504
|
+
* // },
|
|
505
|
+
* // shareProcessNamespace: true || false,
|
|
506
|
+
* // },
|
|
507
|
+
* // },
|
|
398
508
|
* // },
|
|
399
509
|
* // ],
|
|
400
510
|
* // },
|
|
@@ -420,8 +530,8 @@ declare const DescribeJobsCommand_base: {
|
|
|
420
530
|
* // serviceAccountName: "STRING_VALUE",
|
|
421
531
|
* // hostNetwork: true || false,
|
|
422
532
|
* // dnsPolicy: "STRING_VALUE",
|
|
423
|
-
* // imagePullSecrets: [
|
|
424
|
-
* // {
|
|
533
|
+
* // imagePullSecrets: [
|
|
534
|
+
* // {
|
|
425
535
|
* // name: "STRING_VALUE", // required
|
|
426
536
|
* // },
|
|
427
537
|
* // ],
|
|
@@ -432,30 +542,30 @@ declare const DescribeJobsCommand_base: {
|
|
|
432
542
|
* // imagePullPolicy: "STRING_VALUE",
|
|
433
543
|
* // command: "<StringList>",
|
|
434
544
|
* // args: "<StringList>",
|
|
435
|
-
* // env: [
|
|
436
|
-
* // {
|
|
545
|
+
* // env: [
|
|
546
|
+
* // {
|
|
437
547
|
* // name: "STRING_VALUE", // required
|
|
438
548
|
* // value: "STRING_VALUE",
|
|
439
549
|
* // },
|
|
440
550
|
* // ],
|
|
441
|
-
* // resources: {
|
|
442
|
-
* // limits: {
|
|
551
|
+
* // resources: {
|
|
552
|
+
* // limits: {
|
|
443
553
|
* // "<keys>": "STRING_VALUE",
|
|
444
554
|
* // },
|
|
445
|
-
* // requests: {
|
|
555
|
+
* // requests: {
|
|
446
556
|
* // "<keys>": "STRING_VALUE",
|
|
447
557
|
* // },
|
|
448
558
|
* // },
|
|
449
559
|
* // exitCode: Number("int"),
|
|
450
560
|
* // reason: "STRING_VALUE",
|
|
451
|
-
* // volumeMounts: [
|
|
452
|
-
* // {
|
|
561
|
+
* // volumeMounts: [
|
|
562
|
+
* // {
|
|
453
563
|
* // name: "STRING_VALUE",
|
|
454
564
|
* // mountPath: "STRING_VALUE",
|
|
455
565
|
* // readOnly: true || false,
|
|
456
566
|
* // },
|
|
457
567
|
* // ],
|
|
458
|
-
* // securityContext: {
|
|
568
|
+
* // securityContext: {
|
|
459
569
|
* // runAsUser: Number("long"),
|
|
460
570
|
* // runAsGroup: Number("long"),
|
|
461
571
|
* // privileged: true || false,
|
|
@@ -505,17 +615,17 @@ declare const DescribeJobsCommand_base: {
|
|
|
505
615
|
* // },
|
|
506
616
|
* // },
|
|
507
617
|
* // ],
|
|
508
|
-
* // volumes: [
|
|
509
|
-
* // {
|
|
618
|
+
* // volumes: [
|
|
619
|
+
* // {
|
|
510
620
|
* // name: "STRING_VALUE", // required
|
|
511
|
-
* // hostPath: {
|
|
621
|
+
* // hostPath: {
|
|
512
622
|
* // path: "STRING_VALUE",
|
|
513
623
|
* // },
|
|
514
|
-
* // emptyDir: {
|
|
624
|
+
* // emptyDir: {
|
|
515
625
|
* // medium: "STRING_VALUE",
|
|
516
626
|
* // sizeLimit: "STRING_VALUE",
|
|
517
627
|
* // },
|
|
518
|
-
* // secret: {
|
|
628
|
+
* // secret: {
|
|
519
629
|
* // secretName: "STRING_VALUE", // required
|
|
520
630
|
* // optional: true || false,
|
|
521
631
|
* // },
|
|
@@ -523,8 +633,8 @@ declare const DescribeJobsCommand_base: {
|
|
|
523
633
|
* // ],
|
|
524
634
|
* // podName: "STRING_VALUE",
|
|
525
635
|
* // nodeName: "STRING_VALUE",
|
|
526
|
-
* // metadata: {
|
|
527
|
-
* // labels: {
|
|
636
|
+
* // metadata: {
|
|
637
|
+
* // labels: {
|
|
528
638
|
* // "<keys>": "STRING_VALUE",
|
|
529
639
|
* // },
|
|
530
640
|
* // },
|
|
@@ -547,6 +657,7 @@ declare const DescribeJobsCommand_base: {
|
|
|
547
657
|
* // reason: "STRING_VALUE",
|
|
548
658
|
* // },
|
|
549
659
|
* // ],
|
|
660
|
+
* // eksClusterArn: "STRING_VALUE",
|
|
550
661
|
* // podName: "STRING_VALUE",
|
|
551
662
|
* // nodeName: "STRING_VALUE",
|
|
552
663
|
* // startedAt: Number("long"),
|
|
@@ -308,6 +308,116 @@ declare const RegisterJobDefinitionCommand_base: {
|
|
|
308
308
|
* },
|
|
309
309
|
* ],
|
|
310
310
|
* },
|
|
311
|
+
* eksProperties: { // EksProperties
|
|
312
|
+
* podProperties: { // EksPodProperties
|
|
313
|
+
* serviceAccountName: "STRING_VALUE",
|
|
314
|
+
* hostNetwork: true || false,
|
|
315
|
+
* dnsPolicy: "STRING_VALUE",
|
|
316
|
+
* imagePullSecrets: [ // ImagePullSecrets
|
|
317
|
+
* { // ImagePullSecret
|
|
318
|
+
* name: "STRING_VALUE", // required
|
|
319
|
+
* },
|
|
320
|
+
* ],
|
|
321
|
+
* containers: [ // EksContainers
|
|
322
|
+
* { // EksContainer
|
|
323
|
+
* name: "STRING_VALUE",
|
|
324
|
+
* image: "STRING_VALUE", // required
|
|
325
|
+
* imagePullPolicy: "STRING_VALUE",
|
|
326
|
+
* command: "<StringList>",
|
|
327
|
+
* args: "<StringList>",
|
|
328
|
+
* env: [ // EksContainerEnvironmentVariables
|
|
329
|
+
* { // EksContainerEnvironmentVariable
|
|
330
|
+
* name: "STRING_VALUE", // required
|
|
331
|
+
* value: "STRING_VALUE",
|
|
332
|
+
* },
|
|
333
|
+
* ],
|
|
334
|
+
* resources: { // EksContainerResourceRequirements
|
|
335
|
+
* limits: { // EksLimits
|
|
336
|
+
* "<keys>": "STRING_VALUE",
|
|
337
|
+
* },
|
|
338
|
+
* requests: { // EksRequests
|
|
339
|
+
* "<keys>": "STRING_VALUE",
|
|
340
|
+
* },
|
|
341
|
+
* },
|
|
342
|
+
* volumeMounts: [ // EksContainerVolumeMounts
|
|
343
|
+
* { // EksContainerVolumeMount
|
|
344
|
+
* name: "STRING_VALUE",
|
|
345
|
+
* mountPath: "STRING_VALUE",
|
|
346
|
+
* readOnly: true || false,
|
|
347
|
+
* },
|
|
348
|
+
* ],
|
|
349
|
+
* securityContext: { // EksContainerSecurityContext
|
|
350
|
+
* runAsUser: Number("long"),
|
|
351
|
+
* runAsGroup: Number("long"),
|
|
352
|
+
* privileged: true || false,
|
|
353
|
+
* allowPrivilegeEscalation: true || false,
|
|
354
|
+
* readOnlyRootFilesystem: true || false,
|
|
355
|
+
* runAsNonRoot: true || false,
|
|
356
|
+
* },
|
|
357
|
+
* },
|
|
358
|
+
* ],
|
|
359
|
+
* initContainers: [
|
|
360
|
+
* {
|
|
361
|
+
* name: "STRING_VALUE",
|
|
362
|
+
* image: "STRING_VALUE", // required
|
|
363
|
+
* imagePullPolicy: "STRING_VALUE",
|
|
364
|
+
* command: "<StringList>",
|
|
365
|
+
* args: "<StringList>",
|
|
366
|
+
* env: [
|
|
367
|
+
* {
|
|
368
|
+
* name: "STRING_VALUE", // required
|
|
369
|
+
* value: "STRING_VALUE",
|
|
370
|
+
* },
|
|
371
|
+
* ],
|
|
372
|
+
* resources: {
|
|
373
|
+
* limits: {
|
|
374
|
+
* "<keys>": "STRING_VALUE",
|
|
375
|
+
* },
|
|
376
|
+
* requests: {
|
|
377
|
+
* "<keys>": "STRING_VALUE",
|
|
378
|
+
* },
|
|
379
|
+
* },
|
|
380
|
+
* volumeMounts: [
|
|
381
|
+
* {
|
|
382
|
+
* name: "STRING_VALUE",
|
|
383
|
+
* mountPath: "STRING_VALUE",
|
|
384
|
+
* readOnly: true || false,
|
|
385
|
+
* },
|
|
386
|
+
* ],
|
|
387
|
+
* securityContext: {
|
|
388
|
+
* runAsUser: Number("long"),
|
|
389
|
+
* runAsGroup: Number("long"),
|
|
390
|
+
* privileged: true || false,
|
|
391
|
+
* allowPrivilegeEscalation: true || false,
|
|
392
|
+
* readOnlyRootFilesystem: true || false,
|
|
393
|
+
* runAsNonRoot: true || false,
|
|
394
|
+
* },
|
|
395
|
+
* },
|
|
396
|
+
* ],
|
|
397
|
+
* volumes: [ // EksVolumes
|
|
398
|
+
* { // EksVolume
|
|
399
|
+
* name: "STRING_VALUE", // required
|
|
400
|
+
* hostPath: { // EksHostPath
|
|
401
|
+
* path: "STRING_VALUE",
|
|
402
|
+
* },
|
|
403
|
+
* emptyDir: { // EksEmptyDir
|
|
404
|
+
* medium: "STRING_VALUE",
|
|
405
|
+
* sizeLimit: "STRING_VALUE",
|
|
406
|
+
* },
|
|
407
|
+
* secret: { // EksSecret
|
|
408
|
+
* secretName: "STRING_VALUE", // required
|
|
409
|
+
* optional: true || false,
|
|
410
|
+
* },
|
|
411
|
+
* },
|
|
412
|
+
* ],
|
|
413
|
+
* metadata: { // EksMetadata
|
|
414
|
+
* labels: { // EksLabelsMap
|
|
415
|
+
* "<keys>": "STRING_VALUE",
|
|
416
|
+
* },
|
|
417
|
+
* },
|
|
418
|
+
* shareProcessNamespace: true || false,
|
|
419
|
+
* },
|
|
420
|
+
* },
|
|
311
421
|
* },
|
|
312
422
|
* ],
|
|
313
423
|
* },
|
|
@@ -332,45 +442,45 @@ declare const RegisterJobDefinitionCommand_base: {
|
|
|
332
442
|
* platformCapabilities: [ // PlatformCapabilityList
|
|
333
443
|
* "EC2" || "FARGATE",
|
|
334
444
|
* ],
|
|
335
|
-
* eksProperties: {
|
|
336
|
-
* podProperties: {
|
|
445
|
+
* eksProperties: {
|
|
446
|
+
* podProperties: {
|
|
337
447
|
* serviceAccountName: "STRING_VALUE",
|
|
338
448
|
* hostNetwork: true || false,
|
|
339
449
|
* dnsPolicy: "STRING_VALUE",
|
|
340
|
-
* imagePullSecrets: [
|
|
341
|
-
* {
|
|
450
|
+
* imagePullSecrets: [
|
|
451
|
+
* {
|
|
342
452
|
* name: "STRING_VALUE", // required
|
|
343
453
|
* },
|
|
344
454
|
* ],
|
|
345
|
-
* containers: [
|
|
346
|
-
* {
|
|
455
|
+
* containers: [
|
|
456
|
+
* {
|
|
347
457
|
* name: "STRING_VALUE",
|
|
348
458
|
* image: "STRING_VALUE", // required
|
|
349
459
|
* imagePullPolicy: "STRING_VALUE",
|
|
350
460
|
* command: "<StringList>",
|
|
351
461
|
* args: "<StringList>",
|
|
352
|
-
* env: [
|
|
353
|
-
* {
|
|
462
|
+
* env: [
|
|
463
|
+
* {
|
|
354
464
|
* name: "STRING_VALUE", // required
|
|
355
465
|
* value: "STRING_VALUE",
|
|
356
466
|
* },
|
|
357
467
|
* ],
|
|
358
|
-
* resources: {
|
|
359
|
-
* limits: {
|
|
468
|
+
* resources: {
|
|
469
|
+
* limits: {
|
|
360
470
|
* "<keys>": "STRING_VALUE",
|
|
361
471
|
* },
|
|
362
|
-
* requests: {
|
|
472
|
+
* requests: {
|
|
363
473
|
* "<keys>": "STRING_VALUE",
|
|
364
474
|
* },
|
|
365
475
|
* },
|
|
366
|
-
* volumeMounts: [
|
|
367
|
-
* {
|
|
476
|
+
* volumeMounts: [
|
|
477
|
+
* {
|
|
368
478
|
* name: "STRING_VALUE",
|
|
369
479
|
* mountPath: "STRING_VALUE",
|
|
370
480
|
* readOnly: true || false,
|
|
371
481
|
* },
|
|
372
482
|
* ],
|
|
373
|
-
* securityContext: {
|
|
483
|
+
* securityContext: {
|
|
374
484
|
* runAsUser: Number("long"),
|
|
375
485
|
* runAsGroup: Number("long"),
|
|
376
486
|
* privileged: true || false,
|
|
@@ -418,24 +528,24 @@ declare const RegisterJobDefinitionCommand_base: {
|
|
|
418
528
|
* },
|
|
419
529
|
* },
|
|
420
530
|
* ],
|
|
421
|
-
* volumes: [
|
|
422
|
-
* {
|
|
531
|
+
* volumes: [
|
|
532
|
+
* {
|
|
423
533
|
* name: "STRING_VALUE", // required
|
|
424
|
-
* hostPath: {
|
|
534
|
+
* hostPath: {
|
|
425
535
|
* path: "STRING_VALUE",
|
|
426
536
|
* },
|
|
427
|
-
* emptyDir: {
|
|
537
|
+
* emptyDir: {
|
|
428
538
|
* medium: "STRING_VALUE",
|
|
429
539
|
* sizeLimit: "STRING_VALUE",
|
|
430
540
|
* },
|
|
431
|
-
* secret: {
|
|
541
|
+
* secret: {
|
|
432
542
|
* secretName: "STRING_VALUE", // required
|
|
433
543
|
* optional: true || false,
|
|
434
544
|
* },
|
|
435
545
|
* },
|
|
436
546
|
* ],
|
|
437
|
-
* metadata: {
|
|
438
|
-
* labels: {
|
|
547
|
+
* metadata: {
|
|
548
|
+
* labels: {
|
|
439
549
|
* "<keys>": "STRING_VALUE",
|
|
440
550
|
* },
|
|
441
551
|
* },
|
|
@@ -126,6 +126,59 @@ declare const SubmitJobCommand_base: {
|
|
|
126
126
|
* ],
|
|
127
127
|
* },
|
|
128
128
|
* instanceTypes: "<StringList>",
|
|
129
|
+
* eksPropertiesOverride: { // EksPropertiesOverride
|
|
130
|
+
* podProperties: { // EksPodPropertiesOverride
|
|
131
|
+
* containers: [ // EksContainerOverrideList
|
|
132
|
+
* { // EksContainerOverride
|
|
133
|
+
* name: "STRING_VALUE",
|
|
134
|
+
* image: "STRING_VALUE",
|
|
135
|
+
* command: "<StringList>",
|
|
136
|
+
* args: "<StringList>",
|
|
137
|
+
* env: [ // EksContainerEnvironmentVariables
|
|
138
|
+
* { // EksContainerEnvironmentVariable
|
|
139
|
+
* name: "STRING_VALUE", // required
|
|
140
|
+
* value: "STRING_VALUE",
|
|
141
|
+
* },
|
|
142
|
+
* ],
|
|
143
|
+
* resources: { // EksContainerResourceRequirements
|
|
144
|
+
* limits: { // EksLimits
|
|
145
|
+
* "<keys>": "STRING_VALUE",
|
|
146
|
+
* },
|
|
147
|
+
* requests: { // EksRequests
|
|
148
|
+
* "<keys>": "STRING_VALUE",
|
|
149
|
+
* },
|
|
150
|
+
* },
|
|
151
|
+
* },
|
|
152
|
+
* ],
|
|
153
|
+
* initContainers: [
|
|
154
|
+
* {
|
|
155
|
+
* name: "STRING_VALUE",
|
|
156
|
+
* image: "STRING_VALUE",
|
|
157
|
+
* command: "<StringList>",
|
|
158
|
+
* args: "<StringList>",
|
|
159
|
+
* env: [
|
|
160
|
+
* {
|
|
161
|
+
* name: "STRING_VALUE", // required
|
|
162
|
+
* value: "STRING_VALUE",
|
|
163
|
+
* },
|
|
164
|
+
* ],
|
|
165
|
+
* resources: {
|
|
166
|
+
* limits: {
|
|
167
|
+
* "<keys>": "STRING_VALUE",
|
|
168
|
+
* },
|
|
169
|
+
* requests: {
|
|
170
|
+
* "<keys>": "STRING_VALUE",
|
|
171
|
+
* },
|
|
172
|
+
* },
|
|
173
|
+
* },
|
|
174
|
+
* ],
|
|
175
|
+
* metadata: { // EksMetadata
|
|
176
|
+
* labels: { // EksLabelsMap
|
|
177
|
+
* "<keys>": "STRING_VALUE",
|
|
178
|
+
* },
|
|
179
|
+
* },
|
|
180
|
+
* },
|
|
181
|
+
* },
|
|
129
182
|
* },
|
|
130
183
|
* ],
|
|
131
184
|
* },
|
|
@@ -147,25 +200,25 @@ declare const SubmitJobCommand_base: {
|
|
|
147
200
|
* tags: { // TagrisTagsMap
|
|
148
201
|
* "<keys>": "STRING_VALUE",
|
|
149
202
|
* },
|
|
150
|
-
* eksPropertiesOverride: {
|
|
151
|
-
* podProperties: {
|
|
152
|
-
* containers: [
|
|
153
|
-
* {
|
|
203
|
+
* eksPropertiesOverride: {
|
|
204
|
+
* podProperties: {
|
|
205
|
+
* containers: [
|
|
206
|
+
* {
|
|
154
207
|
* name: "STRING_VALUE",
|
|
155
208
|
* image: "STRING_VALUE",
|
|
156
209
|
* command: "<StringList>",
|
|
157
210
|
* args: "<StringList>",
|
|
158
|
-
* env: [
|
|
159
|
-
* {
|
|
211
|
+
* env: [
|
|
212
|
+
* {
|
|
160
213
|
* name: "STRING_VALUE", // required
|
|
161
214
|
* value: "STRING_VALUE",
|
|
162
215
|
* },
|
|
163
216
|
* ],
|
|
164
|
-
* resources: {
|
|
165
|
-
* limits: {
|
|
217
|
+
* resources: {
|
|
218
|
+
* limits: {
|
|
166
219
|
* "<keys>": "STRING_VALUE",
|
|
167
220
|
* },
|
|
168
|
-
* requests: {
|
|
221
|
+
* requests: {
|
|
169
222
|
* "<keys>": "STRING_VALUE",
|
|
170
223
|
* },
|
|
171
224
|
* },
|
|
@@ -193,8 +246,8 @@ declare const SubmitJobCommand_base: {
|
|
|
193
246
|
* },
|
|
194
247
|
* },
|
|
195
248
|
* ],
|
|
196
|
-
* metadata: {
|
|
197
|
-
* labels: {
|
|
249
|
+
* metadata: {
|
|
250
|
+
* labels: {
|
|
198
251
|
* "<keys>": "STRING_VALUE",
|
|
199
252
|
* },
|
|
200
253
|
* },
|
|
@@ -3549,6 +3549,11 @@ export interface NodeRangeProperty {
|
|
|
3549
3549
|
* @public
|
|
3550
3550
|
*/
|
|
3551
3551
|
ecsProperties?: EcsProperties;
|
|
3552
|
+
/**
|
|
3553
|
+
* <p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>
|
|
3554
|
+
* @public
|
|
3555
|
+
*/
|
|
3556
|
+
eksProperties?: EksProperties;
|
|
3552
3557
|
}
|
|
3553
3558
|
/**
|
|
3554
3559
|
* <p>An object that represents the node properties of a multi-node parallel job.</p>
|
|
@@ -4610,6 +4615,11 @@ export interface EksAttemptDetail {
|
|
|
4610
4615
|
* @public
|
|
4611
4616
|
*/
|
|
4612
4617
|
initContainers?: EksAttemptContainerDetail[];
|
|
4618
|
+
/**
|
|
4619
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon EKS cluster.</p>
|
|
4620
|
+
* @public
|
|
4621
|
+
*/
|
|
4622
|
+
eksClusterArn?: string;
|
|
4613
4623
|
/**
|
|
4614
4624
|
* <p>The name of the pod for this job attempt.</p>
|
|
4615
4625
|
* @public
|
|
@@ -5955,6 +5965,11 @@ export interface NodePropertyOverride {
|
|
|
5955
5965
|
* @public
|
|
5956
5966
|
*/
|
|
5957
5967
|
instanceTypes?: string[];
|
|
5968
|
+
/**
|
|
5969
|
+
* <p>An object that contains the properties that you want to replace for the existing Amazon EKS resources of a job.</p>
|
|
5970
|
+
* @public
|
|
5971
|
+
*/
|
|
5972
|
+
eksPropertiesOverride?: EksPropertiesOverride;
|
|
5958
5973
|
}
|
|
5959
5974
|
/**
|
|
5960
5975
|
* <p>An object that represents any node overrides to a job definition that's used in a <a href="https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html">SubmitJob</a> API
|
|
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
32
32
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
33
|
}) => import("@smithy/types").EndpointV2;
|
|
34
34
|
tls?: boolean | undefined;
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
35
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
36
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
37
37
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
38
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BatchHttpAuthSchemeProvider;
|
|
39
39
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
32
32
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
33
|
}) => import("@smithy/types").EndpointV2;
|
|
34
34
|
tls?: boolean | undefined;
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
35
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
36
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
37
37
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
38
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BatchHttpAuthSchemeProvider;
|
|
39
39
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -31,8 +31,8 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
31
31
|
logger?: import("@smithy/types").Logger | undefined;
|
|
32
32
|
}) => import("@smithy/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
35
34
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
35
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
36
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
37
37
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BatchHttpAuthSchemeProvider;
|
|
38
38
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -235,9 +235,9 @@ export type BatchClientConfigType = Partial<
|
|
|
235
235
|
ClientDefaults &
|
|
236
236
|
RegionInputConfig &
|
|
237
237
|
EndpointInputConfig<EndpointParameters> &
|
|
238
|
-
RetryInputConfig &
|
|
239
238
|
HostHeaderInputConfig &
|
|
240
239
|
UserAgentInputConfig &
|
|
240
|
+
RetryInputConfig &
|
|
241
241
|
HttpAuthSchemeInputConfig &
|
|
242
242
|
ClientInputEndpointParameters;
|
|
243
243
|
export interface BatchClientConfig extends BatchClientConfigType {}
|
|
@@ -247,9 +247,9 @@ export type BatchClientResolvedConfigType =
|
|
|
247
247
|
RuntimeExtensionsConfig &
|
|
248
248
|
RegionResolvedConfig &
|
|
249
249
|
EndpointResolvedConfig<EndpointParameters> &
|
|
250
|
-
RetryResolvedConfig &
|
|
251
250
|
HostHeaderResolvedConfig &
|
|
252
251
|
UserAgentResolvedConfig &
|
|
252
|
+
RetryResolvedConfig &
|
|
253
253
|
HttpAuthSchemeResolvedConfig &
|
|
254
254
|
ClientResolvedEndpointParameters;
|
|
255
255
|
export interface BatchClientResolvedConfig
|
|
@@ -518,6 +518,7 @@ export interface NodeRangeProperty {
|
|
|
518
518
|
container?: ContainerProperties;
|
|
519
519
|
instanceTypes?: string[];
|
|
520
520
|
ecsProperties?: EcsProperties;
|
|
521
|
+
eksProperties?: EksProperties;
|
|
521
522
|
}
|
|
522
523
|
export interface NodeProperties {
|
|
523
524
|
numNodes: number | undefined;
|
|
@@ -686,6 +687,7 @@ export interface EksAttemptContainerDetail {
|
|
|
686
687
|
export interface EksAttemptDetail {
|
|
687
688
|
containers?: EksAttemptContainerDetail[];
|
|
688
689
|
initContainers?: EksAttemptContainerDetail[];
|
|
690
|
+
eksClusterArn?: string;
|
|
689
691
|
podName?: string;
|
|
690
692
|
nodeName?: string;
|
|
691
693
|
startedAt?: number;
|
|
@@ -919,6 +921,7 @@ export interface NodePropertyOverride {
|
|
|
919
921
|
containerOverrides?: ContainerOverrides;
|
|
920
922
|
ecsPropertiesOverride?: EcsPropertiesOverride;
|
|
921
923
|
instanceTypes?: string[];
|
|
924
|
+
eksPropertiesOverride?: EksPropertiesOverride;
|
|
922
925
|
}
|
|
923
926
|
export interface NodeOverrides {
|
|
924
927
|
numNodes?: number;
|
|
@@ -56,11 +56,11 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
56
56
|
}
|
|
57
57
|
) => import("@smithy/types").EndpointV2;
|
|
58
58
|
tls?: boolean | undefined;
|
|
59
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
59
60
|
retryStrategy?:
|
|
60
61
|
| import("@smithy/types").RetryStrategy
|
|
61
62
|
| import("@smithy/types").RetryStrategyV2
|
|
62
63
|
| undefined;
|
|
63
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
64
64
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
65
65
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BatchHttpAuthSchemeProvider;
|
|
66
66
|
credentials?:
|
|
@@ -60,11 +60,11 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
60
60
|
}
|
|
61
61
|
) => import("@smithy/types").EndpointV2;
|
|
62
62
|
tls?: boolean | undefined;
|
|
63
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
63
64
|
retryStrategy?:
|
|
64
65
|
| import("@smithy/types").RetryStrategy
|
|
65
66
|
| import("@smithy/types").RetryStrategyV2
|
|
66
67
|
| undefined;
|
|
67
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
68
68
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
69
69
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BatchHttpAuthSchemeProvider;
|
|
70
70
|
credentials?:
|
|
@@ -50,11 +50,11 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
50
50
|
}
|
|
51
51
|
) => import("@smithy/types").EndpointV2;
|
|
52
52
|
tls?: boolean | undefined;
|
|
53
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
53
54
|
retryStrategy?:
|
|
54
55
|
| import("@smithy/types").RetryStrategy
|
|
55
56
|
| import("@smithy/types").RetryStrategyV2
|
|
56
57
|
| undefined;
|
|
57
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
58
58
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
59
59
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BatchHttpAuthSchemeProvider;
|
|
60
60
|
credentials?:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-batch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.616.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-batch",
|
|
@@ -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/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.616.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.616.0",
|
|
25
|
+
"@aws-sdk/core": "3.616.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.616.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.616.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.616.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.616.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
32
32
|
"@aws-sdk/types": "3.609.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.614.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.2.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.5",
|
|
37
|
+
"@smithy/core": "^2.2.7",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.2",
|
|
39
39
|
"@smithy/hash-node": "^3.0.3",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.4",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.0.5",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.10",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.3",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.3",
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.1.
|
|
48
|
-
"@smithy/protocol-http": "^4.0.
|
|
49
|
-
"@smithy/smithy-client": "^3.1.
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.4",
|
|
47
|
+
"@smithy/node-http-handler": "^3.1.3",
|
|
48
|
+
"@smithy/protocol-http": "^4.0.4",
|
|
49
|
+
"@smithy/smithy-client": "^3.1.8",
|
|
50
50
|
"@smithy/types": "^3.3.0",
|
|
51
51
|
"@smithy/url-parser": "^3.0.3",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.10",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.10",
|
|
57
|
+
"@smithy/util-endpoints": "^2.0.5",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.3",
|
|
59
59
|
"@smithy/util-retry": "^3.0.3",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|