@aws-sdk/client-batch 3.50.0 → 3.53.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.
Files changed (57) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/BatchServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +30 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +210 -568
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/BatchServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +26 -1
  9. package/dist-es/protocols/Aws_restJson1.js +447 -667
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/BatchServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +16 -9
  13. package/dist-types/ts3.4/Batch.d.ts +125 -0
  14. package/dist-types/ts3.4/BatchClient.d.ts +97 -0
  15. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/index.d.ts +24 -0
  40. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  41. package/dist-types/ts3.4/index.d.ts +6 -0
  42. package/dist-types/ts3.4/models/BatchServiceException.d.ts +6 -0
  43. package/dist-types/ts3.4/models/index.d.ts +1 -0
  44. package/dist-types/ts3.4/models/models_0.d.ts +1530 -0
  45. package/dist-types/ts3.4/pagination/DescribeComputeEnvironmentsPaginator.d.ts +4 -0
  46. package/dist-types/ts3.4/pagination/DescribeJobDefinitionsPaginator.d.ts +4 -0
  47. package/dist-types/ts3.4/pagination/DescribeJobQueuesPaginator.d.ts +4 -0
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  49. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
  50. package/dist-types/ts3.4/pagination/ListSchedulingPoliciesPaginator.d.ts +4 -0
  51. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -0
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  57. package/package.json +33 -33
@@ -0,0 +1,1530 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { BatchServiceException as __BaseException } from "./BatchServiceException";
3
+ export declare enum ArrayJobDependency {
4
+ N_TO_N = "N_TO_N",
5
+ SEQUENTIAL = "SEQUENTIAL"
6
+ }
7
+
8
+ export interface ArrayProperties {
9
+
10
+ size?: number;
11
+ }
12
+ export declare namespace ArrayProperties {
13
+
14
+ const filterSensitiveLog: (obj: ArrayProperties) => any;
15
+ }
16
+
17
+ export interface ArrayPropertiesDetail {
18
+
19
+ statusSummary?: {
20
+ [key: string]: number;
21
+ };
22
+
23
+ size?: number;
24
+
25
+ index?: number;
26
+ }
27
+ export declare namespace ArrayPropertiesDetail {
28
+
29
+ const filterSensitiveLog: (obj: ArrayPropertiesDetail) => any;
30
+ }
31
+
32
+ export interface ArrayPropertiesSummary {
33
+
34
+ size?: number;
35
+
36
+ index?: number;
37
+ }
38
+ export declare namespace ArrayPropertiesSummary {
39
+
40
+ const filterSensitiveLog: (obj: ArrayPropertiesSummary) => any;
41
+ }
42
+ export declare enum AssignPublicIp {
43
+ DISABLED = "DISABLED",
44
+ ENABLED = "ENABLED"
45
+ }
46
+
47
+ export interface NetworkInterface {
48
+
49
+ attachmentId?: string;
50
+
51
+ ipv6Address?: string;
52
+
53
+ privateIpv4Address?: string;
54
+ }
55
+ export declare namespace NetworkInterface {
56
+
57
+ const filterSensitiveLog: (obj: NetworkInterface) => any;
58
+ }
59
+
60
+ export interface AttemptContainerDetail {
61
+
62
+ containerInstanceArn?: string;
63
+
64
+ taskArn?: string;
65
+
66
+ exitCode?: number;
67
+
68
+ reason?: string;
69
+
70
+ logStreamName?: string;
71
+
72
+ networkInterfaces?: NetworkInterface[];
73
+ }
74
+ export declare namespace AttemptContainerDetail {
75
+
76
+ const filterSensitiveLog: (obj: AttemptContainerDetail) => any;
77
+ }
78
+
79
+ export interface AttemptDetail {
80
+
81
+ container?: AttemptContainerDetail;
82
+
83
+ startedAt?: number;
84
+
85
+ stoppedAt?: number;
86
+
87
+ statusReason?: string;
88
+ }
89
+ export declare namespace AttemptDetail {
90
+
91
+ const filterSensitiveLog: (obj: AttemptDetail) => any;
92
+ }
93
+
94
+ export interface CancelJobRequest {
95
+
96
+ jobId: string | undefined;
97
+
98
+ reason: string | undefined;
99
+ }
100
+ export declare namespace CancelJobRequest {
101
+
102
+ const filterSensitiveLog: (obj: CancelJobRequest) => any;
103
+ }
104
+ export interface CancelJobResponse {
105
+ }
106
+ export declare namespace CancelJobResponse {
107
+
108
+ const filterSensitiveLog: (obj: CancelJobResponse) => any;
109
+ }
110
+
111
+ export declare class ClientException extends __BaseException {
112
+ readonly name: "ClientException";
113
+ readonly $fault: "client";
114
+
115
+ constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
116
+ }
117
+
118
+ export declare class ServerException extends __BaseException {
119
+ readonly name: "ServerException";
120
+ readonly $fault: "server";
121
+
122
+ constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
123
+ }
124
+ export declare enum CRAllocationStrategy {
125
+ BEST_FIT = "BEST_FIT",
126
+ BEST_FIT_PROGRESSIVE = "BEST_FIT_PROGRESSIVE",
127
+ SPOT_CAPACITY_OPTIMIZED = "SPOT_CAPACITY_OPTIMIZED"
128
+ }
129
+
130
+ export interface Ec2Configuration {
131
+
132
+ imageType: string | undefined;
133
+
134
+ imageIdOverride?: string;
135
+ }
136
+ export declare namespace Ec2Configuration {
137
+
138
+ const filterSensitiveLog: (obj: Ec2Configuration) => any;
139
+ }
140
+
141
+ export interface LaunchTemplateSpecification {
142
+
143
+ launchTemplateId?: string;
144
+
145
+ launchTemplateName?: string;
146
+
147
+ version?: string;
148
+ }
149
+ export declare namespace LaunchTemplateSpecification {
150
+
151
+ const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
152
+ }
153
+ export declare enum CRType {
154
+ EC2 = "EC2",
155
+ FARGATE = "FARGATE",
156
+ FARGATE_SPOT = "FARGATE_SPOT",
157
+ SPOT = "SPOT"
158
+ }
159
+
160
+ export interface ComputeResource {
161
+
162
+ type: CRType | string | undefined;
163
+
164
+ allocationStrategy?: CRAllocationStrategy | string;
165
+
166
+ minvCpus?: number;
167
+
168
+ maxvCpus: number | undefined;
169
+
170
+ desiredvCpus?: number;
171
+
172
+ instanceTypes?: string[];
173
+
174
+ imageId?: string;
175
+
176
+ subnets: string[] | undefined;
177
+
178
+ securityGroupIds?: string[];
179
+
180
+ ec2KeyPair?: string;
181
+
182
+ instanceRole?: string;
183
+
184
+ tags?: {
185
+ [key: string]: string;
186
+ };
187
+
188
+ placementGroup?: string;
189
+
190
+ bidPercentage?: number;
191
+
192
+ spotIamFleetRole?: string;
193
+
194
+ launchTemplate?: LaunchTemplateSpecification;
195
+
196
+ ec2Configuration?: Ec2Configuration[];
197
+ }
198
+ export declare namespace ComputeResource {
199
+
200
+ const filterSensitiveLog: (obj: ComputeResource) => any;
201
+ }
202
+ export declare enum CEState {
203
+ DISABLED = "DISABLED",
204
+ ENABLED = "ENABLED"
205
+ }
206
+ export declare enum CEType {
207
+ MANAGED = "MANAGED",
208
+ UNMANAGED = "UNMANAGED"
209
+ }
210
+
211
+ export interface CreateComputeEnvironmentRequest {
212
+
213
+ computeEnvironmentName: string | undefined;
214
+
215
+ type: CEType | string | undefined;
216
+
217
+ state?: CEState | string;
218
+
219
+ unmanagedvCpus?: number;
220
+
221
+ computeResources?: ComputeResource;
222
+
223
+ serviceRole?: string;
224
+
225
+ tags?: {
226
+ [key: string]: string;
227
+ };
228
+ }
229
+ export declare namespace CreateComputeEnvironmentRequest {
230
+
231
+ const filterSensitiveLog: (obj: CreateComputeEnvironmentRequest) => any;
232
+ }
233
+ export interface CreateComputeEnvironmentResponse {
234
+
235
+ computeEnvironmentName?: string;
236
+
237
+ computeEnvironmentArn?: string;
238
+ }
239
+ export declare namespace CreateComputeEnvironmentResponse {
240
+
241
+ const filterSensitiveLog: (obj: CreateComputeEnvironmentResponse) => any;
242
+ }
243
+
244
+ export interface ComputeEnvironmentOrder {
245
+
246
+ order: number | undefined;
247
+
248
+ computeEnvironment: string | undefined;
249
+ }
250
+ export declare namespace ComputeEnvironmentOrder {
251
+
252
+ const filterSensitiveLog: (obj: ComputeEnvironmentOrder) => any;
253
+ }
254
+ export declare enum JQState {
255
+ DISABLED = "DISABLED",
256
+ ENABLED = "ENABLED"
257
+ }
258
+
259
+ export interface CreateJobQueueRequest {
260
+
261
+ jobQueueName: string | undefined;
262
+
263
+ state?: JQState | string;
264
+
265
+ schedulingPolicyArn?: string;
266
+
267
+ priority: number | undefined;
268
+
269
+ computeEnvironmentOrder: ComputeEnvironmentOrder[] | undefined;
270
+
271
+ tags?: {
272
+ [key: string]: string;
273
+ };
274
+ }
275
+ export declare namespace CreateJobQueueRequest {
276
+
277
+ const filterSensitiveLog: (obj: CreateJobQueueRequest) => any;
278
+ }
279
+ export interface CreateJobQueueResponse {
280
+
281
+ jobQueueName: string | undefined;
282
+
283
+ jobQueueArn: string | undefined;
284
+ }
285
+ export declare namespace CreateJobQueueResponse {
286
+
287
+ const filterSensitiveLog: (obj: CreateJobQueueResponse) => any;
288
+ }
289
+
290
+ export interface ShareAttributes {
291
+
292
+ shareIdentifier: string | undefined;
293
+
294
+ weightFactor?: number;
295
+ }
296
+ export declare namespace ShareAttributes {
297
+
298
+ const filterSensitiveLog: (obj: ShareAttributes) => any;
299
+ }
300
+
301
+ export interface FairsharePolicy {
302
+
303
+ shareDecaySeconds?: number;
304
+
305
+ computeReservation?: number;
306
+
307
+ shareDistribution?: ShareAttributes[];
308
+ }
309
+ export declare namespace FairsharePolicy {
310
+
311
+ const filterSensitiveLog: (obj: FairsharePolicy) => any;
312
+ }
313
+ export interface CreateSchedulingPolicyRequest {
314
+
315
+ name: string | undefined;
316
+
317
+ fairsharePolicy?: FairsharePolicy;
318
+
319
+ tags?: {
320
+ [key: string]: string;
321
+ };
322
+ }
323
+ export declare namespace CreateSchedulingPolicyRequest {
324
+
325
+ const filterSensitiveLog: (obj: CreateSchedulingPolicyRequest) => any;
326
+ }
327
+ export interface CreateSchedulingPolicyResponse {
328
+
329
+ name: string | undefined;
330
+
331
+ arn: string | undefined;
332
+ }
333
+ export declare namespace CreateSchedulingPolicyResponse {
334
+
335
+ const filterSensitiveLog: (obj: CreateSchedulingPolicyResponse) => any;
336
+ }
337
+
338
+ export interface DeleteComputeEnvironmentRequest {
339
+
340
+ computeEnvironment: string | undefined;
341
+ }
342
+ export declare namespace DeleteComputeEnvironmentRequest {
343
+
344
+ const filterSensitiveLog: (obj: DeleteComputeEnvironmentRequest) => any;
345
+ }
346
+ export interface DeleteComputeEnvironmentResponse {
347
+ }
348
+ export declare namespace DeleteComputeEnvironmentResponse {
349
+
350
+ const filterSensitiveLog: (obj: DeleteComputeEnvironmentResponse) => any;
351
+ }
352
+
353
+ export interface DeleteJobQueueRequest {
354
+
355
+ jobQueue: string | undefined;
356
+ }
357
+ export declare namespace DeleteJobQueueRequest {
358
+
359
+ const filterSensitiveLog: (obj: DeleteJobQueueRequest) => any;
360
+ }
361
+ export interface DeleteJobQueueResponse {
362
+ }
363
+ export declare namespace DeleteJobQueueResponse {
364
+
365
+ const filterSensitiveLog: (obj: DeleteJobQueueResponse) => any;
366
+ }
367
+ export interface DeleteSchedulingPolicyRequest {
368
+
369
+ arn: string | undefined;
370
+ }
371
+ export declare namespace DeleteSchedulingPolicyRequest {
372
+
373
+ const filterSensitiveLog: (obj: DeleteSchedulingPolicyRequest) => any;
374
+ }
375
+ export interface DeleteSchedulingPolicyResponse {
376
+ }
377
+ export declare namespace DeleteSchedulingPolicyResponse {
378
+
379
+ const filterSensitiveLog: (obj: DeleteSchedulingPolicyResponse) => any;
380
+ }
381
+ export interface DeregisterJobDefinitionRequest {
382
+
383
+ jobDefinition: string | undefined;
384
+ }
385
+ export declare namespace DeregisterJobDefinitionRequest {
386
+
387
+ const filterSensitiveLog: (obj: DeregisterJobDefinitionRequest) => any;
388
+ }
389
+ export interface DeregisterJobDefinitionResponse {
390
+ }
391
+ export declare namespace DeregisterJobDefinitionResponse {
392
+
393
+ const filterSensitiveLog: (obj: DeregisterJobDefinitionResponse) => any;
394
+ }
395
+
396
+ export interface DescribeComputeEnvironmentsRequest {
397
+
398
+ computeEnvironments?: string[];
399
+
400
+ maxResults?: number;
401
+
402
+ nextToken?: string;
403
+ }
404
+ export declare namespace DescribeComputeEnvironmentsRequest {
405
+
406
+ const filterSensitiveLog: (obj: DescribeComputeEnvironmentsRequest) => any;
407
+ }
408
+ export declare enum CEStatus {
409
+ CREATING = "CREATING",
410
+ DELETED = "DELETED",
411
+ DELETING = "DELETING",
412
+ INVALID = "INVALID",
413
+ UPDATING = "UPDATING",
414
+ VALID = "VALID"
415
+ }
416
+
417
+ export interface ComputeEnvironmentDetail {
418
+
419
+ computeEnvironmentName: string | undefined;
420
+
421
+ computeEnvironmentArn: string | undefined;
422
+
423
+ unmanagedvCpus?: number;
424
+
425
+ ecsClusterArn: string | undefined;
426
+
427
+ tags?: {
428
+ [key: string]: string;
429
+ };
430
+
431
+ type?: CEType | string;
432
+
433
+ state?: CEState | string;
434
+
435
+ status?: CEStatus | string;
436
+
437
+ statusReason?: string;
438
+
439
+ computeResources?: ComputeResource;
440
+
441
+ serviceRole?: string;
442
+ }
443
+ export declare namespace ComputeEnvironmentDetail {
444
+
445
+ const filterSensitiveLog: (obj: ComputeEnvironmentDetail) => any;
446
+ }
447
+ export interface DescribeComputeEnvironmentsResponse {
448
+
449
+ computeEnvironments?: ComputeEnvironmentDetail[];
450
+
451
+ nextToken?: string;
452
+ }
453
+ export declare namespace DescribeComputeEnvironmentsResponse {
454
+
455
+ const filterSensitiveLog: (obj: DescribeComputeEnvironmentsResponse) => any;
456
+ }
457
+
458
+ export interface DescribeJobDefinitionsRequest {
459
+
460
+ jobDefinitions?: string[];
461
+
462
+ maxResults?: number;
463
+
464
+ jobDefinitionName?: string;
465
+
466
+ status?: string;
467
+
468
+ nextToken?: string;
469
+ }
470
+ export declare namespace DescribeJobDefinitionsRequest {
471
+
472
+ const filterSensitiveLog: (obj: DescribeJobDefinitionsRequest) => any;
473
+ }
474
+
475
+ export interface KeyValuePair {
476
+
477
+ name?: string;
478
+
479
+ value?: string;
480
+ }
481
+ export declare namespace KeyValuePair {
482
+
483
+ const filterSensitiveLog: (obj: KeyValuePair) => any;
484
+ }
485
+
486
+ export interface FargatePlatformConfiguration {
487
+
488
+ platformVersion?: string;
489
+ }
490
+ export declare namespace FargatePlatformConfiguration {
491
+
492
+ const filterSensitiveLog: (obj: FargatePlatformConfiguration) => any;
493
+ }
494
+ export declare enum DeviceCgroupPermission {
495
+ MKNOD = "MKNOD",
496
+ READ = "READ",
497
+ WRITE = "WRITE"
498
+ }
499
+
500
+ export interface Device {
501
+
502
+ hostPath: string | undefined;
503
+
504
+ containerPath?: string;
505
+
506
+ permissions?: (DeviceCgroupPermission | string)[];
507
+ }
508
+ export declare namespace Device {
509
+
510
+ const filterSensitiveLog: (obj: Device) => any;
511
+ }
512
+
513
+ export interface Tmpfs {
514
+
515
+ containerPath: string | undefined;
516
+
517
+ size: number | undefined;
518
+
519
+ mountOptions?: string[];
520
+ }
521
+ export declare namespace Tmpfs {
522
+
523
+ const filterSensitiveLog: (obj: Tmpfs) => any;
524
+ }
525
+
526
+ export interface LinuxParameters {
527
+
528
+ devices?: Device[];
529
+
530
+ initProcessEnabled?: boolean;
531
+
532
+ sharedMemorySize?: number;
533
+
534
+ tmpfs?: Tmpfs[];
535
+
536
+ maxSwap?: number;
537
+
538
+ swappiness?: number;
539
+ }
540
+ export declare namespace LinuxParameters {
541
+
542
+ const filterSensitiveLog: (obj: LinuxParameters) => any;
543
+ }
544
+ export declare enum LogDriver {
545
+ AWSLOGS = "awslogs",
546
+ FLUENTD = "fluentd",
547
+ GELF = "gelf",
548
+ JOURNALD = "journald",
549
+ JSON_FILE = "json-file",
550
+ SPLUNK = "splunk",
551
+ SYSLOG = "syslog"
552
+ }
553
+
554
+ export interface Secret {
555
+
556
+ name: string | undefined;
557
+
558
+ valueFrom: string | undefined;
559
+ }
560
+ export declare namespace Secret {
561
+
562
+ const filterSensitiveLog: (obj: Secret) => any;
563
+ }
564
+
565
+ export interface LogConfiguration {
566
+
567
+ logDriver: LogDriver | string | undefined;
568
+
569
+ options?: {
570
+ [key: string]: string;
571
+ };
572
+
573
+ secretOptions?: Secret[];
574
+ }
575
+ export declare namespace LogConfiguration {
576
+
577
+ const filterSensitiveLog: (obj: LogConfiguration) => any;
578
+ }
579
+
580
+ export interface MountPoint {
581
+
582
+ containerPath?: string;
583
+
584
+ readOnly?: boolean;
585
+
586
+ sourceVolume?: string;
587
+ }
588
+ export declare namespace MountPoint {
589
+
590
+ const filterSensitiveLog: (obj: MountPoint) => any;
591
+ }
592
+
593
+ export interface NetworkConfiguration {
594
+
595
+ assignPublicIp?: AssignPublicIp | string;
596
+ }
597
+ export declare namespace NetworkConfiguration {
598
+
599
+ const filterSensitiveLog: (obj: NetworkConfiguration) => any;
600
+ }
601
+ export declare enum ResourceType {
602
+ GPU = "GPU",
603
+ MEMORY = "MEMORY",
604
+ VCPU = "VCPU"
605
+ }
606
+
607
+ export interface ResourceRequirement {
608
+
609
+ value: string | undefined;
610
+
611
+ type: ResourceType | string | undefined;
612
+ }
613
+ export declare namespace ResourceRequirement {
614
+
615
+ const filterSensitiveLog: (obj: ResourceRequirement) => any;
616
+ }
617
+
618
+ export interface Ulimit {
619
+
620
+ hardLimit: number | undefined;
621
+
622
+ name: string | undefined;
623
+
624
+ softLimit: number | undefined;
625
+ }
626
+ export declare namespace Ulimit {
627
+
628
+ const filterSensitiveLog: (obj: Ulimit) => any;
629
+ }
630
+ export declare enum EFSAuthorizationConfigIAM {
631
+ DISABLED = "DISABLED",
632
+ ENABLED = "ENABLED"
633
+ }
634
+
635
+ export interface EFSAuthorizationConfig {
636
+
637
+ accessPointId?: string;
638
+
639
+ iam?: EFSAuthorizationConfigIAM | string;
640
+ }
641
+ export declare namespace EFSAuthorizationConfig {
642
+
643
+ const filterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
644
+ }
645
+ export declare enum EFSTransitEncryption {
646
+ DISABLED = "DISABLED",
647
+ ENABLED = "ENABLED"
648
+ }
649
+
650
+ export interface EFSVolumeConfiguration {
651
+
652
+ fileSystemId: string | undefined;
653
+
654
+ rootDirectory?: string;
655
+
656
+ transitEncryption?: EFSTransitEncryption | string;
657
+
658
+ transitEncryptionPort?: number;
659
+
660
+ authorizationConfig?: EFSAuthorizationConfig;
661
+ }
662
+ export declare namespace EFSVolumeConfiguration {
663
+
664
+ const filterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
665
+ }
666
+
667
+ export interface Host {
668
+
669
+ sourcePath?: string;
670
+ }
671
+ export declare namespace Host {
672
+
673
+ const filterSensitiveLog: (obj: Host) => any;
674
+ }
675
+
676
+ export interface Volume {
677
+
678
+ host?: Host;
679
+
680
+ name?: string;
681
+
682
+ efsVolumeConfiguration?: EFSVolumeConfiguration;
683
+ }
684
+ export declare namespace Volume {
685
+
686
+ const filterSensitiveLog: (obj: Volume) => any;
687
+ }
688
+
689
+ export interface ContainerProperties {
690
+
691
+ image?: string;
692
+
693
+ vcpus?: number;
694
+
695
+ memory?: number;
696
+
697
+ command?: string[];
698
+
699
+ jobRoleArn?: string;
700
+
701
+ executionRoleArn?: string;
702
+
703
+ volumes?: Volume[];
704
+
705
+ environment?: KeyValuePair[];
706
+
707
+ mountPoints?: MountPoint[];
708
+
709
+ readonlyRootFilesystem?: boolean;
710
+
711
+ privileged?: boolean;
712
+
713
+ ulimits?: Ulimit[];
714
+
715
+ user?: string;
716
+
717
+ instanceType?: string;
718
+
719
+ resourceRequirements?: ResourceRequirement[];
720
+
721
+ linuxParameters?: LinuxParameters;
722
+
723
+ logConfiguration?: LogConfiguration;
724
+
725
+ secrets?: Secret[];
726
+
727
+ networkConfiguration?: NetworkConfiguration;
728
+
729
+ fargatePlatformConfiguration?: FargatePlatformConfiguration;
730
+ }
731
+ export declare namespace ContainerProperties {
732
+
733
+ const filterSensitiveLog: (obj: ContainerProperties) => any;
734
+ }
735
+
736
+ export interface NodeRangeProperty {
737
+
738
+ targetNodes: string | undefined;
739
+
740
+ container?: ContainerProperties;
741
+ }
742
+ export declare namespace NodeRangeProperty {
743
+
744
+ const filterSensitiveLog: (obj: NodeRangeProperty) => any;
745
+ }
746
+
747
+ export interface NodeProperties {
748
+
749
+ numNodes: number | undefined;
750
+
751
+ mainNode: number | undefined;
752
+
753
+ nodeRangeProperties: NodeRangeProperty[] | undefined;
754
+ }
755
+ export declare namespace NodeProperties {
756
+
757
+ const filterSensitiveLog: (obj: NodeProperties) => any;
758
+ }
759
+ export declare enum PlatformCapability {
760
+ EC2 = "EC2",
761
+ FARGATE = "FARGATE"
762
+ }
763
+ export declare enum RetryAction {
764
+ EXIT = "EXIT",
765
+ RETRY = "RETRY"
766
+ }
767
+
768
+ export interface EvaluateOnExit {
769
+
770
+ onStatusReason?: string;
771
+
772
+ onReason?: string;
773
+
774
+ onExitCode?: string;
775
+
776
+ action: RetryAction | string | undefined;
777
+ }
778
+ export declare namespace EvaluateOnExit {
779
+
780
+ const filterSensitiveLog: (obj: EvaluateOnExit) => any;
781
+ }
782
+
783
+ export interface RetryStrategy {
784
+
785
+ attempts?: number;
786
+
787
+ evaluateOnExit?: EvaluateOnExit[];
788
+ }
789
+ export declare namespace RetryStrategy {
790
+
791
+ const filterSensitiveLog: (obj: RetryStrategy) => any;
792
+ }
793
+
794
+ export interface JobTimeout {
795
+
796
+ attemptDurationSeconds?: number;
797
+ }
798
+ export declare namespace JobTimeout {
799
+
800
+ const filterSensitiveLog: (obj: JobTimeout) => any;
801
+ }
802
+
803
+ export interface JobDefinition {
804
+
805
+ jobDefinitionName: string | undefined;
806
+
807
+ jobDefinitionArn: string | undefined;
808
+
809
+ revision: number | undefined;
810
+
811
+ status?: string;
812
+
813
+ type: string | undefined;
814
+
815
+ schedulingPriority?: number;
816
+
817
+ parameters?: {
818
+ [key: string]: string;
819
+ };
820
+
821
+ retryStrategy?: RetryStrategy;
822
+
823
+ containerProperties?: ContainerProperties;
824
+
825
+ timeout?: JobTimeout;
826
+
827
+ nodeProperties?: NodeProperties;
828
+
829
+ tags?: {
830
+ [key: string]: string;
831
+ };
832
+
833
+ propagateTags?: boolean;
834
+
835
+ platformCapabilities?: (PlatformCapability | string)[];
836
+ }
837
+ export declare namespace JobDefinition {
838
+
839
+ const filterSensitiveLog: (obj: JobDefinition) => any;
840
+ }
841
+ export interface DescribeJobDefinitionsResponse {
842
+
843
+ jobDefinitions?: JobDefinition[];
844
+
845
+ nextToken?: string;
846
+ }
847
+ export declare namespace DescribeJobDefinitionsResponse {
848
+
849
+ const filterSensitiveLog: (obj: DescribeJobDefinitionsResponse) => any;
850
+ }
851
+
852
+ export interface DescribeJobQueuesRequest {
853
+
854
+ jobQueues?: string[];
855
+
856
+ maxResults?: number;
857
+
858
+ nextToken?: string;
859
+ }
860
+ export declare namespace DescribeJobQueuesRequest {
861
+
862
+ const filterSensitiveLog: (obj: DescribeJobQueuesRequest) => any;
863
+ }
864
+ export declare enum JQStatus {
865
+ CREATING = "CREATING",
866
+ DELETED = "DELETED",
867
+ DELETING = "DELETING",
868
+ INVALID = "INVALID",
869
+ UPDATING = "UPDATING",
870
+ VALID = "VALID"
871
+ }
872
+
873
+ export interface JobQueueDetail {
874
+
875
+ jobQueueName: string | undefined;
876
+
877
+ jobQueueArn: string | undefined;
878
+
879
+ state: JQState | string | undefined;
880
+
881
+ schedulingPolicyArn?: string;
882
+
883
+ status?: JQStatus | string;
884
+
885
+ statusReason?: string;
886
+
887
+ priority: number | undefined;
888
+
889
+ computeEnvironmentOrder: ComputeEnvironmentOrder[] | undefined;
890
+
891
+ tags?: {
892
+ [key: string]: string;
893
+ };
894
+ }
895
+ export declare namespace JobQueueDetail {
896
+
897
+ const filterSensitiveLog: (obj: JobQueueDetail) => any;
898
+ }
899
+ export interface DescribeJobQueuesResponse {
900
+
901
+ jobQueues?: JobQueueDetail[];
902
+
903
+ nextToken?: string;
904
+ }
905
+ export declare namespace DescribeJobQueuesResponse {
906
+
907
+ const filterSensitiveLog: (obj: DescribeJobQueuesResponse) => any;
908
+ }
909
+
910
+ export interface DescribeJobsRequest {
911
+
912
+ jobs: string[] | undefined;
913
+ }
914
+ export declare namespace DescribeJobsRequest {
915
+
916
+ const filterSensitiveLog: (obj: DescribeJobsRequest) => any;
917
+ }
918
+
919
+ export interface ContainerDetail {
920
+
921
+ image?: string;
922
+
923
+ vcpus?: number;
924
+
925
+ memory?: number;
926
+
927
+ command?: string[];
928
+
929
+ jobRoleArn?: string;
930
+
931
+ executionRoleArn?: string;
932
+
933
+ volumes?: Volume[];
934
+
935
+ environment?: KeyValuePair[];
936
+
937
+ mountPoints?: MountPoint[];
938
+
939
+ readonlyRootFilesystem?: boolean;
940
+
941
+ ulimits?: Ulimit[];
942
+
943
+ privileged?: boolean;
944
+
945
+ user?: string;
946
+
947
+ exitCode?: number;
948
+
949
+ reason?: string;
950
+
951
+ containerInstanceArn?: string;
952
+
953
+ taskArn?: string;
954
+
955
+ logStreamName?: string;
956
+
957
+ instanceType?: string;
958
+
959
+ networkInterfaces?: NetworkInterface[];
960
+
961
+ resourceRequirements?: ResourceRequirement[];
962
+
963
+ linuxParameters?: LinuxParameters;
964
+
965
+ logConfiguration?: LogConfiguration;
966
+
967
+ secrets?: Secret[];
968
+
969
+ networkConfiguration?: NetworkConfiguration;
970
+
971
+ fargatePlatformConfiguration?: FargatePlatformConfiguration;
972
+ }
973
+ export declare namespace ContainerDetail {
974
+
975
+ const filterSensitiveLog: (obj: ContainerDetail) => any;
976
+ }
977
+
978
+ export interface JobDependency {
979
+
980
+ jobId?: string;
981
+
982
+ type?: ArrayJobDependency | string;
983
+ }
984
+ export declare namespace JobDependency {
985
+
986
+ const filterSensitiveLog: (obj: JobDependency) => any;
987
+ }
988
+
989
+ export interface NodeDetails {
990
+
991
+ nodeIndex?: number;
992
+
993
+ isMainNode?: boolean;
994
+ }
995
+ export declare namespace NodeDetails {
996
+
997
+ const filterSensitiveLog: (obj: NodeDetails) => any;
998
+ }
999
+ export declare enum JobStatus {
1000
+ FAILED = "FAILED",
1001
+ PENDING = "PENDING",
1002
+ RUNNABLE = "RUNNABLE",
1003
+ RUNNING = "RUNNING",
1004
+ STARTING = "STARTING",
1005
+ SUBMITTED = "SUBMITTED",
1006
+ SUCCEEDED = "SUCCEEDED"
1007
+ }
1008
+
1009
+ export interface JobDetail {
1010
+
1011
+ jobArn?: string;
1012
+
1013
+ jobName: string | undefined;
1014
+
1015
+ jobId: string | undefined;
1016
+
1017
+ jobQueue: string | undefined;
1018
+
1019
+ status: JobStatus | string | undefined;
1020
+
1021
+ shareIdentifier?: string;
1022
+
1023
+ schedulingPriority?: number;
1024
+
1025
+ attempts?: AttemptDetail[];
1026
+
1027
+ statusReason?: string;
1028
+
1029
+ createdAt?: number;
1030
+
1031
+ retryStrategy?: RetryStrategy;
1032
+
1033
+ startedAt: number | undefined;
1034
+
1035
+ stoppedAt?: number;
1036
+
1037
+ dependsOn?: JobDependency[];
1038
+
1039
+ jobDefinition: string | undefined;
1040
+
1041
+ parameters?: {
1042
+ [key: string]: string;
1043
+ };
1044
+
1045
+ container?: ContainerDetail;
1046
+
1047
+ nodeDetails?: NodeDetails;
1048
+
1049
+ nodeProperties?: NodeProperties;
1050
+
1051
+ arrayProperties?: ArrayPropertiesDetail;
1052
+
1053
+ timeout?: JobTimeout;
1054
+
1055
+ tags?: {
1056
+ [key: string]: string;
1057
+ };
1058
+
1059
+ propagateTags?: boolean;
1060
+
1061
+ platformCapabilities?: (PlatformCapability | string)[];
1062
+ }
1063
+ export declare namespace JobDetail {
1064
+
1065
+ const filterSensitiveLog: (obj: JobDetail) => any;
1066
+ }
1067
+ export interface DescribeJobsResponse {
1068
+
1069
+ jobs?: JobDetail[];
1070
+ }
1071
+ export declare namespace DescribeJobsResponse {
1072
+
1073
+ const filterSensitiveLog: (obj: DescribeJobsResponse) => any;
1074
+ }
1075
+ export interface DescribeSchedulingPoliciesRequest {
1076
+
1077
+ arns: string[] | undefined;
1078
+ }
1079
+ export declare namespace DescribeSchedulingPoliciesRequest {
1080
+
1081
+ const filterSensitiveLog: (obj: DescribeSchedulingPoliciesRequest) => any;
1082
+ }
1083
+
1084
+ export interface SchedulingPolicyDetail {
1085
+
1086
+ name: string | undefined;
1087
+
1088
+ arn: string | undefined;
1089
+
1090
+ fairsharePolicy?: FairsharePolicy;
1091
+
1092
+ tags?: {
1093
+ [key: string]: string;
1094
+ };
1095
+ }
1096
+ export declare namespace SchedulingPolicyDetail {
1097
+
1098
+ const filterSensitiveLog: (obj: SchedulingPolicyDetail) => any;
1099
+ }
1100
+ export interface DescribeSchedulingPoliciesResponse {
1101
+
1102
+ schedulingPolicies?: SchedulingPolicyDetail[];
1103
+ }
1104
+ export declare namespace DescribeSchedulingPoliciesResponse {
1105
+
1106
+ const filterSensitiveLog: (obj: DescribeSchedulingPoliciesResponse) => any;
1107
+ }
1108
+
1109
+ export interface KeyValuesPair {
1110
+
1111
+ name?: string;
1112
+
1113
+ values?: string[];
1114
+ }
1115
+ export declare namespace KeyValuesPair {
1116
+
1117
+ const filterSensitiveLog: (obj: KeyValuesPair) => any;
1118
+ }
1119
+
1120
+ export interface ListJobsRequest {
1121
+
1122
+ jobQueue?: string;
1123
+
1124
+ arrayJobId?: string;
1125
+
1126
+ multiNodeJobId?: string;
1127
+
1128
+ jobStatus?: JobStatus | string;
1129
+
1130
+ maxResults?: number;
1131
+
1132
+ nextToken?: string;
1133
+
1134
+ filters?: KeyValuesPair[];
1135
+ }
1136
+ export declare namespace ListJobsRequest {
1137
+
1138
+ const filterSensitiveLog: (obj: ListJobsRequest) => any;
1139
+ }
1140
+
1141
+ export interface ContainerSummary {
1142
+
1143
+ exitCode?: number;
1144
+
1145
+ reason?: string;
1146
+ }
1147
+ export declare namespace ContainerSummary {
1148
+
1149
+ const filterSensitiveLog: (obj: ContainerSummary) => any;
1150
+ }
1151
+
1152
+ export interface NodePropertiesSummary {
1153
+
1154
+ isMainNode?: boolean;
1155
+
1156
+ numNodes?: number;
1157
+
1158
+ nodeIndex?: number;
1159
+ }
1160
+ export declare namespace NodePropertiesSummary {
1161
+
1162
+ const filterSensitiveLog: (obj: NodePropertiesSummary) => any;
1163
+ }
1164
+
1165
+ export interface JobSummary {
1166
+
1167
+ jobArn?: string;
1168
+
1169
+ jobId: string | undefined;
1170
+
1171
+ jobName: string | undefined;
1172
+
1173
+ createdAt?: number;
1174
+
1175
+ status?: JobStatus | string;
1176
+
1177
+ statusReason?: string;
1178
+
1179
+ startedAt?: number;
1180
+
1181
+ stoppedAt?: number;
1182
+
1183
+ container?: ContainerSummary;
1184
+
1185
+ arrayProperties?: ArrayPropertiesSummary;
1186
+
1187
+ nodeProperties?: NodePropertiesSummary;
1188
+
1189
+ jobDefinition?: string;
1190
+ }
1191
+ export declare namespace JobSummary {
1192
+
1193
+ const filterSensitiveLog: (obj: JobSummary) => any;
1194
+ }
1195
+ export interface ListJobsResponse {
1196
+
1197
+ jobSummaryList: JobSummary[] | undefined;
1198
+
1199
+ nextToken?: string;
1200
+ }
1201
+ export declare namespace ListJobsResponse {
1202
+
1203
+ const filterSensitiveLog: (obj: ListJobsResponse) => any;
1204
+ }
1205
+ export interface ListSchedulingPoliciesRequest {
1206
+
1207
+ maxResults?: number;
1208
+
1209
+ nextToken?: string;
1210
+ }
1211
+ export declare namespace ListSchedulingPoliciesRequest {
1212
+
1213
+ const filterSensitiveLog: (obj: ListSchedulingPoliciesRequest) => any;
1214
+ }
1215
+
1216
+ export interface SchedulingPolicyListingDetail {
1217
+
1218
+ arn: string | undefined;
1219
+ }
1220
+ export declare namespace SchedulingPolicyListingDetail {
1221
+
1222
+ const filterSensitiveLog: (obj: SchedulingPolicyListingDetail) => any;
1223
+ }
1224
+ export interface ListSchedulingPoliciesResponse {
1225
+
1226
+ schedulingPolicies?: SchedulingPolicyListingDetail[];
1227
+
1228
+ nextToken?: string;
1229
+ }
1230
+ export declare namespace ListSchedulingPoliciesResponse {
1231
+
1232
+ const filterSensitiveLog: (obj: ListSchedulingPoliciesResponse) => any;
1233
+ }
1234
+ export interface ListTagsForResourceRequest {
1235
+
1236
+ resourceArn: string | undefined;
1237
+ }
1238
+ export declare namespace ListTagsForResourceRequest {
1239
+
1240
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1241
+ }
1242
+ export interface ListTagsForResourceResponse {
1243
+
1244
+ tags?: {
1245
+ [key: string]: string;
1246
+ };
1247
+ }
1248
+ export declare namespace ListTagsForResourceResponse {
1249
+
1250
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1251
+ }
1252
+ export declare enum JobDefinitionType {
1253
+ Container = "container",
1254
+ Multinode = "multinode"
1255
+ }
1256
+
1257
+ export interface RegisterJobDefinitionRequest {
1258
+
1259
+ jobDefinitionName: string | undefined;
1260
+
1261
+ type: JobDefinitionType | string | undefined;
1262
+
1263
+ parameters?: {
1264
+ [key: string]: string;
1265
+ };
1266
+
1267
+ schedulingPriority?: number;
1268
+
1269
+ containerProperties?: ContainerProperties;
1270
+
1271
+ nodeProperties?: NodeProperties;
1272
+
1273
+ retryStrategy?: RetryStrategy;
1274
+
1275
+ propagateTags?: boolean;
1276
+
1277
+ timeout?: JobTimeout;
1278
+
1279
+ tags?: {
1280
+ [key: string]: string;
1281
+ };
1282
+
1283
+ platformCapabilities?: (PlatformCapability | string)[];
1284
+ }
1285
+ export declare namespace RegisterJobDefinitionRequest {
1286
+
1287
+ const filterSensitiveLog: (obj: RegisterJobDefinitionRequest) => any;
1288
+ }
1289
+ export interface RegisterJobDefinitionResponse {
1290
+
1291
+ jobDefinitionName: string | undefined;
1292
+
1293
+ jobDefinitionArn: string | undefined;
1294
+
1295
+ revision: number | undefined;
1296
+ }
1297
+ export declare namespace RegisterJobDefinitionResponse {
1298
+
1299
+ const filterSensitiveLog: (obj: RegisterJobDefinitionResponse) => any;
1300
+ }
1301
+
1302
+ export interface ContainerOverrides {
1303
+
1304
+ vcpus?: number;
1305
+
1306
+ memory?: number;
1307
+
1308
+ command?: string[];
1309
+
1310
+ instanceType?: string;
1311
+
1312
+ environment?: KeyValuePair[];
1313
+
1314
+ resourceRequirements?: ResourceRequirement[];
1315
+ }
1316
+ export declare namespace ContainerOverrides {
1317
+
1318
+ const filterSensitiveLog: (obj: ContainerOverrides) => any;
1319
+ }
1320
+
1321
+ export interface NodePropertyOverride {
1322
+
1323
+ targetNodes: string | undefined;
1324
+
1325
+ containerOverrides?: ContainerOverrides;
1326
+ }
1327
+ export declare namespace NodePropertyOverride {
1328
+
1329
+ const filterSensitiveLog: (obj: NodePropertyOverride) => any;
1330
+ }
1331
+
1332
+ export interface NodeOverrides {
1333
+
1334
+ numNodes?: number;
1335
+
1336
+ nodePropertyOverrides?: NodePropertyOverride[];
1337
+ }
1338
+ export declare namespace NodeOverrides {
1339
+
1340
+ const filterSensitiveLog: (obj: NodeOverrides) => any;
1341
+ }
1342
+
1343
+ export interface SubmitJobRequest {
1344
+
1345
+ jobName: string | undefined;
1346
+
1347
+ jobQueue: string | undefined;
1348
+
1349
+ shareIdentifier?: string;
1350
+
1351
+ schedulingPriorityOverride?: number;
1352
+
1353
+ arrayProperties?: ArrayProperties;
1354
+
1355
+ dependsOn?: JobDependency[];
1356
+
1357
+ jobDefinition: string | undefined;
1358
+
1359
+ parameters?: {
1360
+ [key: string]: string;
1361
+ };
1362
+
1363
+ containerOverrides?: ContainerOverrides;
1364
+
1365
+ nodeOverrides?: NodeOverrides;
1366
+
1367
+ retryStrategy?: RetryStrategy;
1368
+
1369
+ propagateTags?: boolean;
1370
+
1371
+ timeout?: JobTimeout;
1372
+
1373
+ tags?: {
1374
+ [key: string]: string;
1375
+ };
1376
+ }
1377
+ export declare namespace SubmitJobRequest {
1378
+
1379
+ const filterSensitiveLog: (obj: SubmitJobRequest) => any;
1380
+ }
1381
+ export interface SubmitJobResponse {
1382
+
1383
+ jobArn?: string;
1384
+
1385
+ jobName: string | undefined;
1386
+
1387
+ jobId: string | undefined;
1388
+ }
1389
+ export declare namespace SubmitJobResponse {
1390
+
1391
+ const filterSensitiveLog: (obj: SubmitJobResponse) => any;
1392
+ }
1393
+ export interface TagResourceRequest {
1394
+
1395
+ resourceArn: string | undefined;
1396
+
1397
+ tags: {
1398
+ [key: string]: string;
1399
+ } | undefined;
1400
+ }
1401
+ export declare namespace TagResourceRequest {
1402
+
1403
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
1404
+ }
1405
+ export interface TagResourceResponse {
1406
+ }
1407
+ export declare namespace TagResourceResponse {
1408
+
1409
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
1410
+ }
1411
+
1412
+ export interface TerminateJobRequest {
1413
+
1414
+ jobId: string | undefined;
1415
+
1416
+ reason: string | undefined;
1417
+ }
1418
+ export declare namespace TerminateJobRequest {
1419
+
1420
+ const filterSensitiveLog: (obj: TerminateJobRequest) => any;
1421
+ }
1422
+ export interface TerminateJobResponse {
1423
+ }
1424
+ export declare namespace TerminateJobResponse {
1425
+
1426
+ const filterSensitiveLog: (obj: TerminateJobResponse) => any;
1427
+ }
1428
+ export interface UntagResourceRequest {
1429
+
1430
+ resourceArn: string | undefined;
1431
+
1432
+ tagKeys: string[] | undefined;
1433
+ }
1434
+ export declare namespace UntagResourceRequest {
1435
+
1436
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1437
+ }
1438
+ export interface UntagResourceResponse {
1439
+ }
1440
+ export declare namespace UntagResourceResponse {
1441
+
1442
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1443
+ }
1444
+
1445
+ export interface ComputeResourceUpdate {
1446
+
1447
+ minvCpus?: number;
1448
+
1449
+ maxvCpus?: number;
1450
+
1451
+ desiredvCpus?: number;
1452
+
1453
+ subnets?: string[];
1454
+
1455
+ securityGroupIds?: string[];
1456
+ }
1457
+ export declare namespace ComputeResourceUpdate {
1458
+
1459
+ const filterSensitiveLog: (obj: ComputeResourceUpdate) => any;
1460
+ }
1461
+
1462
+ export interface UpdateComputeEnvironmentRequest {
1463
+
1464
+ computeEnvironment: string | undefined;
1465
+
1466
+ state?: CEState | string;
1467
+
1468
+ unmanagedvCpus?: number;
1469
+
1470
+ computeResources?: ComputeResourceUpdate;
1471
+
1472
+ serviceRole?: string;
1473
+ }
1474
+ export declare namespace UpdateComputeEnvironmentRequest {
1475
+
1476
+ const filterSensitiveLog: (obj: UpdateComputeEnvironmentRequest) => any;
1477
+ }
1478
+ export interface UpdateComputeEnvironmentResponse {
1479
+
1480
+ computeEnvironmentName?: string;
1481
+
1482
+ computeEnvironmentArn?: string;
1483
+ }
1484
+ export declare namespace UpdateComputeEnvironmentResponse {
1485
+
1486
+ const filterSensitiveLog: (obj: UpdateComputeEnvironmentResponse) => any;
1487
+ }
1488
+
1489
+ export interface UpdateJobQueueRequest {
1490
+
1491
+ jobQueue: string | undefined;
1492
+
1493
+ state?: JQState | string;
1494
+
1495
+ schedulingPolicyArn?: string;
1496
+
1497
+ priority?: number;
1498
+
1499
+ computeEnvironmentOrder?: ComputeEnvironmentOrder[];
1500
+ }
1501
+ export declare namespace UpdateJobQueueRequest {
1502
+
1503
+ const filterSensitiveLog: (obj: UpdateJobQueueRequest) => any;
1504
+ }
1505
+ export interface UpdateJobQueueResponse {
1506
+
1507
+ jobQueueName?: string;
1508
+
1509
+ jobQueueArn?: string;
1510
+ }
1511
+ export declare namespace UpdateJobQueueResponse {
1512
+
1513
+ const filterSensitiveLog: (obj: UpdateJobQueueResponse) => any;
1514
+ }
1515
+ export interface UpdateSchedulingPolicyRequest {
1516
+
1517
+ arn: string | undefined;
1518
+
1519
+ fairsharePolicy?: FairsharePolicy;
1520
+ }
1521
+ export declare namespace UpdateSchedulingPolicyRequest {
1522
+
1523
+ const filterSensitiveLog: (obj: UpdateSchedulingPolicyRequest) => any;
1524
+ }
1525
+ export interface UpdateSchedulingPolicyResponse {
1526
+ }
1527
+ export declare namespace UpdateSchedulingPolicyResponse {
1528
+
1529
+ const filterSensitiveLog: (obj: UpdateSchedulingPolicyResponse) => any;
1530
+ }