@aws-sdk/client-batch 3.131.0 → 3.137.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 (54) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CancelJobCommand.js +2 -2
  3. package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +2 -2
  4. package/dist-cjs/commands/CreateJobQueueCommand.js +2 -2
  5. package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteJobQueueCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeJobQueuesCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeJobsCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +2 -2
  15. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  16. package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +2 -2
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  18. package/dist-cjs/commands/RegisterJobDefinitionCommand.js +2 -2
  19. package/dist-cjs/commands/SubmitJobCommand.js +2 -2
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  21. package/dist-cjs/commands/TerminateJobCommand.js +2 -2
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateJobQueueCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +2 -2
  26. package/dist-cjs/models/models_0.js +399 -597
  27. package/dist-es/commands/CancelJobCommand.js +3 -3
  28. package/dist-es/commands/CreateComputeEnvironmentCommand.js +3 -3
  29. package/dist-es/commands/CreateJobQueueCommand.js +3 -3
  30. package/dist-es/commands/CreateSchedulingPolicyCommand.js +3 -3
  31. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +3 -3
  32. package/dist-es/commands/DeleteJobQueueCommand.js +3 -3
  33. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +3 -3
  34. package/dist-es/commands/DeregisterJobDefinitionCommand.js +3 -3
  35. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +3 -3
  36. package/dist-es/commands/DescribeJobDefinitionsCommand.js +3 -3
  37. package/dist-es/commands/DescribeJobQueuesCommand.js +3 -3
  38. package/dist-es/commands/DescribeJobsCommand.js +3 -3
  39. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +3 -3
  40. package/dist-es/commands/ListJobsCommand.js +3 -3
  41. package/dist-es/commands/ListSchedulingPoliciesCommand.js +3 -3
  42. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  43. package/dist-es/commands/RegisterJobDefinitionCommand.js +3 -3
  44. package/dist-es/commands/SubmitJobCommand.js +3 -3
  45. package/dist-es/commands/TagResourceCommand.js +3 -3
  46. package/dist-es/commands/TerminateJobCommand.js +3 -3
  47. package/dist-es/commands/UntagResourceCommand.js +3 -3
  48. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +3 -3
  49. package/dist-es/commands/UpdateJobQueueCommand.js +3 -3
  50. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +3 -3
  51. package/dist-es/models/models_0.js +99 -396
  52. package/dist-types/models/models_0.d.ts +396 -594
  53. package/dist-types/ts3.4/models/models_0.d.ts +198 -396
  54. package/package.json +6 -6
@@ -9,10 +9,6 @@ export interface ArrayProperties {
9
9
 
10
10
  size?: number;
11
11
  }
12
- export declare namespace ArrayProperties {
13
-
14
- const filterSensitiveLog: (obj: ArrayProperties) => any;
15
- }
16
12
 
17
13
  export interface ArrayPropertiesDetail {
18
14
 
@@ -22,10 +18,6 @@ export interface ArrayPropertiesDetail {
22
18
 
23
19
  index?: number;
24
20
  }
25
- export declare namespace ArrayPropertiesDetail {
26
-
27
- const filterSensitiveLog: (obj: ArrayPropertiesDetail) => any;
28
- }
29
21
 
30
22
  export interface ArrayPropertiesSummary {
31
23
 
@@ -33,10 +25,6 @@ export interface ArrayPropertiesSummary {
33
25
 
34
26
  index?: number;
35
27
  }
36
- export declare namespace ArrayPropertiesSummary {
37
-
38
- const filterSensitiveLog: (obj: ArrayPropertiesSummary) => any;
39
- }
40
28
  export declare enum AssignPublicIp {
41
29
  DISABLED = "DISABLED",
42
30
  ENABLED = "ENABLED"
@@ -50,10 +38,6 @@ export interface NetworkInterface {
50
38
 
51
39
  privateIpv4Address?: string;
52
40
  }
53
- export declare namespace NetworkInterface {
54
-
55
- const filterSensitiveLog: (obj: NetworkInterface) => any;
56
- }
57
41
 
58
42
  export interface AttemptContainerDetail {
59
43
 
@@ -69,10 +53,6 @@ export interface AttemptContainerDetail {
69
53
 
70
54
  networkInterfaces?: NetworkInterface[];
71
55
  }
72
- export declare namespace AttemptContainerDetail {
73
-
74
- const filterSensitiveLog: (obj: AttemptContainerDetail) => any;
75
- }
76
56
 
77
57
  export interface AttemptDetail {
78
58
 
@@ -84,10 +64,6 @@ export interface AttemptDetail {
84
64
 
85
65
  statusReason?: string;
86
66
  }
87
- export declare namespace AttemptDetail {
88
-
89
- const filterSensitiveLog: (obj: AttemptDetail) => any;
90
- }
91
67
 
92
68
  export interface CancelJobRequest {
93
69
 
@@ -95,16 +71,8 @@ export interface CancelJobRequest {
95
71
 
96
72
  reason: string | undefined;
97
73
  }
98
- export declare namespace CancelJobRequest {
99
-
100
- const filterSensitiveLog: (obj: CancelJobRequest) => any;
101
- }
102
74
  export interface CancelJobResponse {
103
75
  }
104
- export declare namespace CancelJobResponse {
105
-
106
- const filterSensitiveLog: (obj: CancelJobResponse) => any;
107
- }
108
76
 
109
77
  export declare class ClientException extends __BaseException {
110
78
  readonly name: "ClientException";
@@ -131,10 +99,6 @@ export interface Ec2Configuration {
131
99
 
132
100
  imageIdOverride?: string;
133
101
  }
134
- export declare namespace Ec2Configuration {
135
-
136
- const filterSensitiveLog: (obj: Ec2Configuration) => any;
137
- }
138
102
 
139
103
  export interface LaunchTemplateSpecification {
140
104
 
@@ -144,10 +108,6 @@ export interface LaunchTemplateSpecification {
144
108
 
145
109
  version?: string;
146
110
  }
147
- export declare namespace LaunchTemplateSpecification {
148
-
149
- const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
150
- }
151
111
  export declare enum CRType {
152
112
  EC2 = "EC2",
153
113
  FARGATE = "FARGATE",
@@ -191,10 +151,6 @@ export interface ComputeResource {
191
151
 
192
152
  ec2Configuration?: Ec2Configuration[];
193
153
  }
194
- export declare namespace ComputeResource {
195
-
196
- const filterSensitiveLog: (obj: ComputeResource) => any;
197
- }
198
154
  export declare enum CEState {
199
155
  DISABLED = "DISABLED",
200
156
  ENABLED = "ENABLED"
@@ -220,20 +176,12 @@ export interface CreateComputeEnvironmentRequest {
220
176
 
221
177
  tags?: Record<string, string>;
222
178
  }
223
- export declare namespace CreateComputeEnvironmentRequest {
224
-
225
- const filterSensitiveLog: (obj: CreateComputeEnvironmentRequest) => any;
226
- }
227
179
  export interface CreateComputeEnvironmentResponse {
228
180
 
229
181
  computeEnvironmentName?: string;
230
182
 
231
183
  computeEnvironmentArn?: string;
232
184
  }
233
- export declare namespace CreateComputeEnvironmentResponse {
234
-
235
- const filterSensitiveLog: (obj: CreateComputeEnvironmentResponse) => any;
236
- }
237
185
 
238
186
  export interface ComputeEnvironmentOrder {
239
187
 
@@ -241,10 +189,6 @@ export interface ComputeEnvironmentOrder {
241
189
 
242
190
  computeEnvironment: string | undefined;
243
191
  }
244
- export declare namespace ComputeEnvironmentOrder {
245
-
246
- const filterSensitiveLog: (obj: ComputeEnvironmentOrder) => any;
247
- }
248
192
  export declare enum JQState {
249
193
  DISABLED = "DISABLED",
250
194
  ENABLED = "ENABLED"
@@ -264,20 +208,12 @@ export interface CreateJobQueueRequest {
264
208
 
265
209
  tags?: Record<string, string>;
266
210
  }
267
- export declare namespace CreateJobQueueRequest {
268
-
269
- const filterSensitiveLog: (obj: CreateJobQueueRequest) => any;
270
- }
271
211
  export interface CreateJobQueueResponse {
272
212
 
273
213
  jobQueueName: string | undefined;
274
214
 
275
215
  jobQueueArn: string | undefined;
276
216
  }
277
- export declare namespace CreateJobQueueResponse {
278
-
279
- const filterSensitiveLog: (obj: CreateJobQueueResponse) => any;
280
- }
281
217
 
282
218
  export interface ShareAttributes {
283
219
 
@@ -285,10 +221,6 @@ export interface ShareAttributes {
285
221
 
286
222
  weightFactor?: number;
287
223
  }
288
- export declare namespace ShareAttributes {
289
-
290
- const filterSensitiveLog: (obj: ShareAttributes) => any;
291
- }
292
224
 
293
225
  export interface FairsharePolicy {
294
226
 
@@ -298,10 +230,6 @@ export interface FairsharePolicy {
298
230
 
299
231
  shareDistribution?: ShareAttributes[];
300
232
  }
301
- export declare namespace FairsharePolicy {
302
-
303
- const filterSensitiveLog: (obj: FairsharePolicy) => any;
304
- }
305
233
 
306
234
  export interface CreateSchedulingPolicyRequest {
307
235
 
@@ -311,79 +239,39 @@ export interface CreateSchedulingPolicyRequest {
311
239
 
312
240
  tags?: Record<string, string>;
313
241
  }
314
- export declare namespace CreateSchedulingPolicyRequest {
315
-
316
- const filterSensitiveLog: (obj: CreateSchedulingPolicyRequest) => any;
317
- }
318
242
  export interface CreateSchedulingPolicyResponse {
319
243
 
320
244
  name: string | undefined;
321
245
 
322
246
  arn: string | undefined;
323
247
  }
324
- export declare namespace CreateSchedulingPolicyResponse {
325
-
326
- const filterSensitiveLog: (obj: CreateSchedulingPolicyResponse) => any;
327
- }
328
248
 
329
249
  export interface DeleteComputeEnvironmentRequest {
330
250
 
331
251
  computeEnvironment: string | undefined;
332
252
  }
333
- export declare namespace DeleteComputeEnvironmentRequest {
334
-
335
- const filterSensitiveLog: (obj: DeleteComputeEnvironmentRequest) => any;
336
- }
337
253
  export interface DeleteComputeEnvironmentResponse {
338
254
  }
339
- export declare namespace DeleteComputeEnvironmentResponse {
340
-
341
- const filterSensitiveLog: (obj: DeleteComputeEnvironmentResponse) => any;
342
- }
343
255
 
344
256
  export interface DeleteJobQueueRequest {
345
257
 
346
258
  jobQueue: string | undefined;
347
259
  }
348
- export declare namespace DeleteJobQueueRequest {
349
-
350
- const filterSensitiveLog: (obj: DeleteJobQueueRequest) => any;
351
- }
352
260
  export interface DeleteJobQueueResponse {
353
261
  }
354
- export declare namespace DeleteJobQueueResponse {
355
-
356
- const filterSensitiveLog: (obj: DeleteJobQueueResponse) => any;
357
- }
358
262
 
359
263
  export interface DeleteSchedulingPolicyRequest {
360
264
 
361
265
  arn: string | undefined;
362
266
  }
363
- export declare namespace DeleteSchedulingPolicyRequest {
364
-
365
- const filterSensitiveLog: (obj: DeleteSchedulingPolicyRequest) => any;
366
- }
367
267
  export interface DeleteSchedulingPolicyResponse {
368
268
  }
369
- export declare namespace DeleteSchedulingPolicyResponse {
370
-
371
- const filterSensitiveLog: (obj: DeleteSchedulingPolicyResponse) => any;
372
- }
373
269
  export interface DeregisterJobDefinitionRequest {
374
270
 
375
271
  jobDefinition: string | undefined;
376
272
  }
377
- export declare namespace DeregisterJobDefinitionRequest {
378
-
379
- const filterSensitiveLog: (obj: DeregisterJobDefinitionRequest) => any;
380
- }
381
273
  export interface DeregisterJobDefinitionResponse {
382
274
  }
383
- export declare namespace DeregisterJobDefinitionResponse {
384
-
385
- const filterSensitiveLog: (obj: DeregisterJobDefinitionResponse) => any;
386
- }
387
275
 
388
276
  export interface DescribeComputeEnvironmentsRequest {
389
277
 
@@ -393,10 +281,6 @@ export interface DescribeComputeEnvironmentsRequest {
393
281
 
394
282
  nextToken?: string;
395
283
  }
396
- export declare namespace DescribeComputeEnvironmentsRequest {
397
-
398
- const filterSensitiveLog: (obj: DescribeComputeEnvironmentsRequest) => any;
399
- }
400
284
  export declare enum CEStatus {
401
285
  CREATING = "CREATING",
402
286
  DELETED = "DELETED",
@@ -412,10 +296,6 @@ export interface UpdatePolicy {
412
296
 
413
297
  jobExecutionTimeoutMinutes?: number;
414
298
  }
415
- export declare namespace UpdatePolicy {
416
-
417
- const filterSensitiveLog: (obj: UpdatePolicy) => any;
418
- }
419
299
 
420
300
  export interface ComputeEnvironmentDetail {
421
301
 
@@ -443,20 +323,12 @@ export interface ComputeEnvironmentDetail {
443
323
 
444
324
  updatePolicy?: UpdatePolicy;
445
325
  }
446
- export declare namespace ComputeEnvironmentDetail {
447
-
448
- const filterSensitiveLog: (obj: ComputeEnvironmentDetail) => any;
449
- }
450
326
  export interface DescribeComputeEnvironmentsResponse {
451
327
 
452
328
  computeEnvironments?: ComputeEnvironmentDetail[];
453
329
 
454
330
  nextToken?: string;
455
331
  }
456
- export declare namespace DescribeComputeEnvironmentsResponse {
457
-
458
- const filterSensitiveLog: (obj: DescribeComputeEnvironmentsResponse) => any;
459
- }
460
332
 
461
333
  export interface DescribeJobDefinitionsRequest {
462
334
 
@@ -470,10 +342,6 @@ export interface DescribeJobDefinitionsRequest {
470
342
 
471
343
  nextToken?: string;
472
344
  }
473
- export declare namespace DescribeJobDefinitionsRequest {
474
-
475
- const filterSensitiveLog: (obj: DescribeJobDefinitionsRequest) => any;
476
- }
477
345
 
478
346
  export interface KeyValuePair {
479
347
 
@@ -481,19 +349,11 @@ export interface KeyValuePair {
481
349
 
482
350
  value?: string;
483
351
  }
484
- export declare namespace KeyValuePair {
485
-
486
- const filterSensitiveLog: (obj: KeyValuePair) => any;
487
- }
488
352
 
489
353
  export interface FargatePlatformConfiguration {
490
354
 
491
355
  platformVersion?: string;
492
356
  }
493
- export declare namespace FargatePlatformConfiguration {
494
-
495
- const filterSensitiveLog: (obj: FargatePlatformConfiguration) => any;
496
- }
497
357
  export declare enum DeviceCgroupPermission {
498
358
  MKNOD = "MKNOD",
499
359
  READ = "READ",
@@ -508,10 +368,6 @@ export interface Device {
508
368
 
509
369
  permissions?: (DeviceCgroupPermission | string)[];
510
370
  }
511
- export declare namespace Device {
512
-
513
- const filterSensitiveLog: (obj: Device) => any;
514
- }
515
371
 
516
372
  export interface Tmpfs {
517
373
 
@@ -521,10 +377,6 @@ export interface Tmpfs {
521
377
 
522
378
  mountOptions?: string[];
523
379
  }
524
- export declare namespace Tmpfs {
525
-
526
- const filterSensitiveLog: (obj: Tmpfs) => any;
527
- }
528
380
 
529
381
  export interface LinuxParameters {
530
382
 
@@ -540,10 +392,6 @@ export interface LinuxParameters {
540
392
 
541
393
  swappiness?: number;
542
394
  }
543
- export declare namespace LinuxParameters {
544
-
545
- const filterSensitiveLog: (obj: LinuxParameters) => any;
546
- }
547
395
  export declare enum LogDriver {
548
396
  AWSLOGS = "awslogs",
549
397
  FLUENTD = "fluentd",
@@ -560,10 +408,6 @@ export interface Secret {
560
408
 
561
409
  valueFrom: string | undefined;
562
410
  }
563
- export declare namespace Secret {
564
-
565
- const filterSensitiveLog: (obj: Secret) => any;
566
- }
567
411
 
568
412
  export interface LogConfiguration {
569
413
 
@@ -573,10 +417,6 @@ export interface LogConfiguration {
573
417
 
574
418
  secretOptions?: Secret[];
575
419
  }
576
- export declare namespace LogConfiguration {
577
-
578
- const filterSensitiveLog: (obj: LogConfiguration) => any;
579
- }
580
420
 
581
421
  export interface MountPoint {
582
422
 
@@ -586,19 +426,11 @@ export interface MountPoint {
586
426
 
587
427
  sourceVolume?: string;
588
428
  }
589
- export declare namespace MountPoint {
590
-
591
- const filterSensitiveLog: (obj: MountPoint) => any;
592
- }
593
429
 
594
430
  export interface NetworkConfiguration {
595
431
 
596
432
  assignPublicIp?: AssignPublicIp | string;
597
433
  }
598
- export declare namespace NetworkConfiguration {
599
-
600
- const filterSensitiveLog: (obj: NetworkConfiguration) => any;
601
- }
602
434
  export declare enum ResourceType {
603
435
  GPU = "GPU",
604
436
  MEMORY = "MEMORY",
@@ -611,10 +443,6 @@ export interface ResourceRequirement {
611
443
 
612
444
  type: ResourceType | string | undefined;
613
445
  }
614
- export declare namespace ResourceRequirement {
615
-
616
- const filterSensitiveLog: (obj: ResourceRequirement) => any;
617
- }
618
446
 
619
447
  export interface Ulimit {
620
448
 
@@ -624,10 +452,6 @@ export interface Ulimit {
624
452
 
625
453
  softLimit: number | undefined;
626
454
  }
627
- export declare namespace Ulimit {
628
-
629
- const filterSensitiveLog: (obj: Ulimit) => any;
630
- }
631
455
  export declare enum EFSAuthorizationConfigIAM {
632
456
  DISABLED = "DISABLED",
633
457
  ENABLED = "ENABLED"
@@ -639,10 +463,6 @@ export interface EFSAuthorizationConfig {
639
463
 
640
464
  iam?: EFSAuthorizationConfigIAM | string;
641
465
  }
642
- export declare namespace EFSAuthorizationConfig {
643
-
644
- const filterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
645
- }
646
466
  export declare enum EFSTransitEncryption {
647
467
  DISABLED = "DISABLED",
648
468
  ENABLED = "ENABLED"
@@ -660,19 +480,11 @@ export interface EFSVolumeConfiguration {
660
480
 
661
481
  authorizationConfig?: EFSAuthorizationConfig;
662
482
  }
663
- export declare namespace EFSVolumeConfiguration {
664
-
665
- const filterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
666
- }
667
483
 
668
484
  export interface Host {
669
485
 
670
486
  sourcePath?: string;
671
487
  }
672
- export declare namespace Host {
673
-
674
- const filterSensitiveLog: (obj: Host) => any;
675
- }
676
488
 
677
489
  export interface Volume {
678
490
 
@@ -682,10 +494,6 @@ export interface Volume {
682
494
 
683
495
  efsVolumeConfiguration?: EFSVolumeConfiguration;
684
496
  }
685
- export declare namespace Volume {
686
-
687
- const filterSensitiveLog: (obj: Volume) => any;
688
- }
689
497
 
690
498
  export interface ContainerProperties {
691
499
 
@@ -729,10 +537,6 @@ export interface ContainerProperties {
729
537
 
730
538
  fargatePlatformConfiguration?: FargatePlatformConfiguration;
731
539
  }
732
- export declare namespace ContainerProperties {
733
-
734
- const filterSensitiveLog: (obj: ContainerProperties) => any;
735
- }
736
540
 
737
541
  export interface NodeRangeProperty {
738
542
 
@@ -740,10 +544,6 @@ export interface NodeRangeProperty {
740
544
 
741
545
  container?: ContainerProperties;
742
546
  }
743
- export declare namespace NodeRangeProperty {
744
-
745
- const filterSensitiveLog: (obj: NodeRangeProperty) => any;
746
- }
747
547
 
748
548
  export interface NodeProperties {
749
549
 
@@ -753,10 +553,6 @@ export interface NodeProperties {
753
553
 
754
554
  nodeRangeProperties: NodeRangeProperty[] | undefined;
755
555
  }
756
- export declare namespace NodeProperties {
757
-
758
- const filterSensitiveLog: (obj: NodeProperties) => any;
759
- }
760
556
  export declare enum PlatformCapability {
761
557
  EC2 = "EC2",
762
558
  FARGATE = "FARGATE"
@@ -776,10 +572,6 @@ export interface EvaluateOnExit {
776
572
 
777
573
  action: RetryAction | string | undefined;
778
574
  }
779
- export declare namespace EvaluateOnExit {
780
-
781
- const filterSensitiveLog: (obj: EvaluateOnExit) => any;
782
- }
783
575
 
784
576
  export interface RetryStrategy {
785
577
 
@@ -787,19 +579,11 @@ export interface RetryStrategy {
787
579
 
788
580
  evaluateOnExit?: EvaluateOnExit[];
789
581
  }
790
- export declare namespace RetryStrategy {
791
-
792
- const filterSensitiveLog: (obj: RetryStrategy) => any;
793
- }
794
582
 
795
583
  export interface JobTimeout {
796
584
 
797
585
  attemptDurationSeconds?: number;
798
586
  }
799
- export declare namespace JobTimeout {
800
-
801
- const filterSensitiveLog: (obj: JobTimeout) => any;
802
- }
803
587
 
804
588
  export interface JobDefinition {
805
589
 
@@ -831,20 +615,12 @@ export interface JobDefinition {
831
615
 
832
616
  platformCapabilities?: (PlatformCapability | string)[];
833
617
  }
834
- export declare namespace JobDefinition {
835
-
836
- const filterSensitiveLog: (obj: JobDefinition) => any;
837
- }
838
618
  export interface DescribeJobDefinitionsResponse {
839
619
 
840
620
  jobDefinitions?: JobDefinition[];
841
621
 
842
622
  nextToken?: string;
843
623
  }
844
- export declare namespace DescribeJobDefinitionsResponse {
845
-
846
- const filterSensitiveLog: (obj: DescribeJobDefinitionsResponse) => any;
847
- }
848
624
 
849
625
  export interface DescribeJobQueuesRequest {
850
626
 
@@ -854,10 +630,6 @@ export interface DescribeJobQueuesRequest {
854
630
 
855
631
  nextToken?: string;
856
632
  }
857
- export declare namespace DescribeJobQueuesRequest {
858
-
859
- const filterSensitiveLog: (obj: DescribeJobQueuesRequest) => any;
860
- }
861
633
  export declare enum JQStatus {
862
634
  CREATING = "CREATING",
863
635
  DELETED = "DELETED",
@@ -887,29 +659,17 @@ export interface JobQueueDetail {
887
659
 
888
660
  tags?: Record<string, string>;
889
661
  }
890
- export declare namespace JobQueueDetail {
891
-
892
- const filterSensitiveLog: (obj: JobQueueDetail) => any;
893
- }
894
662
  export interface DescribeJobQueuesResponse {
895
663
 
896
664
  jobQueues?: JobQueueDetail[];
897
665
 
898
666
  nextToken?: string;
899
667
  }
900
- export declare namespace DescribeJobQueuesResponse {
901
-
902
- const filterSensitiveLog: (obj: DescribeJobQueuesResponse) => any;
903
- }
904
668
 
905
669
  export interface DescribeJobsRequest {
906
670
 
907
671
  jobs: string[] | undefined;
908
672
  }
909
- export declare namespace DescribeJobsRequest {
910
-
911
- const filterSensitiveLog: (obj: DescribeJobsRequest) => any;
912
- }
913
673
 
914
674
  export interface ContainerDetail {
915
675
 
@@ -965,10 +725,6 @@ export interface ContainerDetail {
965
725
 
966
726
  fargatePlatformConfiguration?: FargatePlatformConfiguration;
967
727
  }
968
- export declare namespace ContainerDetail {
969
-
970
- const filterSensitiveLog: (obj: ContainerDetail) => any;
971
- }
972
728
 
973
729
  export interface JobDependency {
974
730
 
@@ -976,10 +732,6 @@ export interface JobDependency {
976
732
 
977
733
  type?: ArrayJobDependency | string;
978
734
  }
979
- export declare namespace JobDependency {
980
-
981
- const filterSensitiveLog: (obj: JobDependency) => any;
982
- }
983
735
 
984
736
  export interface NodeDetails {
985
737
 
@@ -987,10 +739,6 @@ export interface NodeDetails {
987
739
 
988
740
  isMainNode?: boolean;
989
741
  }
990
- export declare namespace NodeDetails {
991
-
992
- const filterSensitiveLog: (obj: NodeDetails) => any;
993
- }
994
742
  export declare enum JobStatus {
995
743
  FAILED = "FAILED",
996
744
  PENDING = "PENDING",
@@ -1051,27 +799,15 @@ export interface JobDetail {
1051
799
 
1052
800
  platformCapabilities?: (PlatformCapability | string)[];
1053
801
  }
1054
- export declare namespace JobDetail {
1055
-
1056
- const filterSensitiveLog: (obj: JobDetail) => any;
1057
- }
1058
802
  export interface DescribeJobsResponse {
1059
803
 
1060
804
  jobs?: JobDetail[];
1061
805
  }
1062
- export declare namespace DescribeJobsResponse {
1063
-
1064
- const filterSensitiveLog: (obj: DescribeJobsResponse) => any;
1065
- }
1066
806
 
1067
807
  export interface DescribeSchedulingPoliciesRequest {
1068
808
 
1069
809
  arns: string[] | undefined;
1070
810
  }
1071
- export declare namespace DescribeSchedulingPoliciesRequest {
1072
-
1073
- const filterSensitiveLog: (obj: DescribeSchedulingPoliciesRequest) => any;
1074
- }
1075
811
 
1076
812
  export interface SchedulingPolicyDetail {
1077
813
 
@@ -1083,18 +819,10 @@ export interface SchedulingPolicyDetail {
1083
819
 
1084
820
  tags?: Record<string, string>;
1085
821
  }
1086
- export declare namespace SchedulingPolicyDetail {
1087
-
1088
- const filterSensitiveLog: (obj: SchedulingPolicyDetail) => any;
1089
- }
1090
822
  export interface DescribeSchedulingPoliciesResponse {
1091
823
 
1092
824
  schedulingPolicies?: SchedulingPolicyDetail[];
1093
825
  }
1094
- export declare namespace DescribeSchedulingPoliciesResponse {
1095
-
1096
- const filterSensitiveLog: (obj: DescribeSchedulingPoliciesResponse) => any;
1097
- }
1098
826
 
1099
827
  export interface KeyValuesPair {
1100
828
 
@@ -1102,10 +830,6 @@ export interface KeyValuesPair {
1102
830
 
1103
831
  values?: string[];
1104
832
  }
1105
- export declare namespace KeyValuesPair {
1106
-
1107
- const filterSensitiveLog: (obj: KeyValuesPair) => any;
1108
- }
1109
833
 
1110
834
  export interface ListJobsRequest {
1111
835
 
@@ -1123,10 +847,6 @@ export interface ListJobsRequest {
1123
847
 
1124
848
  filters?: KeyValuesPair[];
1125
849
  }
1126
- export declare namespace ListJobsRequest {
1127
-
1128
- const filterSensitiveLog: (obj: ListJobsRequest) => any;
1129
- }
1130
850
 
1131
851
  export interface ContainerSummary {
1132
852
 
@@ -1134,10 +854,6 @@ export interface ContainerSummary {
1134
854
 
1135
855
  reason?: string;
1136
856
  }
1137
- export declare namespace ContainerSummary {
1138
-
1139
- const filterSensitiveLog: (obj: ContainerSummary) => any;
1140
- }
1141
857
 
1142
858
  export interface NodePropertiesSummary {
1143
859
 
@@ -1147,10 +863,6 @@ export interface NodePropertiesSummary {
1147
863
 
1148
864
  nodeIndex?: number;
1149
865
  }
1150
- export declare namespace NodePropertiesSummary {
1151
-
1152
- const filterSensitiveLog: (obj: NodePropertiesSummary) => any;
1153
- }
1154
866
 
1155
867
  export interface JobSummary {
1156
868
 
@@ -1178,20 +890,12 @@ export interface JobSummary {
1178
890
 
1179
891
  jobDefinition?: string;
1180
892
  }
1181
- export declare namespace JobSummary {
1182
-
1183
- const filterSensitiveLog: (obj: JobSummary) => any;
1184
- }
1185
893
  export interface ListJobsResponse {
1186
894
 
1187
895
  jobSummaryList: JobSummary[] | undefined;
1188
896
 
1189
897
  nextToken?: string;
1190
898
  }
1191
- export declare namespace ListJobsResponse {
1192
-
1193
- const filterSensitiveLog: (obj: ListJobsResponse) => any;
1194
- }
1195
899
 
1196
900
  export interface ListSchedulingPoliciesRequest {
1197
901
 
@@ -1199,46 +903,26 @@ export interface ListSchedulingPoliciesRequest {
1199
903
 
1200
904
  nextToken?: string;
1201
905
  }
1202
- export declare namespace ListSchedulingPoliciesRequest {
1203
-
1204
- const filterSensitiveLog: (obj: ListSchedulingPoliciesRequest) => any;
1205
- }
1206
906
 
1207
907
  export interface SchedulingPolicyListingDetail {
1208
908
 
1209
909
  arn: string | undefined;
1210
910
  }
1211
- export declare namespace SchedulingPolicyListingDetail {
1212
-
1213
- const filterSensitiveLog: (obj: SchedulingPolicyListingDetail) => any;
1214
- }
1215
911
  export interface ListSchedulingPoliciesResponse {
1216
912
 
1217
913
  schedulingPolicies?: SchedulingPolicyListingDetail[];
1218
914
 
1219
915
  nextToken?: string;
1220
916
  }
1221
- export declare namespace ListSchedulingPoliciesResponse {
1222
-
1223
- const filterSensitiveLog: (obj: ListSchedulingPoliciesResponse) => any;
1224
- }
1225
917
 
1226
918
  export interface ListTagsForResourceRequest {
1227
919
 
1228
920
  resourceArn: string | undefined;
1229
921
  }
1230
- export declare namespace ListTagsForResourceRequest {
1231
-
1232
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1233
- }
1234
922
  export interface ListTagsForResourceResponse {
1235
923
 
1236
924
  tags?: Record<string, string>;
1237
925
  }
1238
- export declare namespace ListTagsForResourceResponse {
1239
-
1240
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1241
- }
1242
926
  export declare enum JobDefinitionType {
1243
927
  Container = "container",
1244
928
  Multinode = "multinode"
@@ -1268,10 +952,6 @@ export interface RegisterJobDefinitionRequest {
1268
952
 
1269
953
  platformCapabilities?: (PlatformCapability | string)[];
1270
954
  }
1271
- export declare namespace RegisterJobDefinitionRequest {
1272
-
1273
- const filterSensitiveLog: (obj: RegisterJobDefinitionRequest) => any;
1274
- }
1275
955
  export interface RegisterJobDefinitionResponse {
1276
956
 
1277
957
  jobDefinitionName: string | undefined;
@@ -1280,10 +960,6 @@ export interface RegisterJobDefinitionResponse {
1280
960
 
1281
961
  revision: number | undefined;
1282
962
  }
1283
- export declare namespace RegisterJobDefinitionResponse {
1284
-
1285
- const filterSensitiveLog: (obj: RegisterJobDefinitionResponse) => any;
1286
- }
1287
963
 
1288
964
  export interface ContainerOverrides {
1289
965
 
@@ -1299,10 +975,6 @@ export interface ContainerOverrides {
1299
975
 
1300
976
  resourceRequirements?: ResourceRequirement[];
1301
977
  }
1302
- export declare namespace ContainerOverrides {
1303
-
1304
- const filterSensitiveLog: (obj: ContainerOverrides) => any;
1305
- }
1306
978
 
1307
979
  export interface NodePropertyOverride {
1308
980
 
@@ -1310,10 +982,6 @@ export interface NodePropertyOverride {
1310
982
 
1311
983
  containerOverrides?: ContainerOverrides;
1312
984
  }
1313
- export declare namespace NodePropertyOverride {
1314
-
1315
- const filterSensitiveLog: (obj: NodePropertyOverride) => any;
1316
- }
1317
985
 
1318
986
  export interface NodeOverrides {
1319
987
 
@@ -1321,10 +989,6 @@ export interface NodeOverrides {
1321
989
 
1322
990
  nodePropertyOverrides?: NodePropertyOverride[];
1323
991
  }
1324
- export declare namespace NodeOverrides {
1325
-
1326
- const filterSensitiveLog: (obj: NodeOverrides) => any;
1327
- }
1328
992
 
1329
993
  export interface SubmitJobRequest {
1330
994
 
@@ -1356,10 +1020,6 @@ export interface SubmitJobRequest {
1356
1020
 
1357
1021
  tags?: Record<string, string>;
1358
1022
  }
1359
- export declare namespace SubmitJobRequest {
1360
-
1361
- const filterSensitiveLog: (obj: SubmitJobRequest) => any;
1362
- }
1363
1023
  export interface SubmitJobResponse {
1364
1024
 
1365
1025
  jobArn?: string;
@@ -1368,10 +1028,6 @@ export interface SubmitJobResponse {
1368
1028
 
1369
1029
  jobId: string | undefined;
1370
1030
  }
1371
- export declare namespace SubmitJobResponse {
1372
-
1373
- const filterSensitiveLog: (obj: SubmitJobResponse) => any;
1374
- }
1375
1031
 
1376
1032
  export interface TagResourceRequest {
1377
1033
 
@@ -1379,16 +1035,8 @@ export interface TagResourceRequest {
1379
1035
 
1380
1036
  tags: Record<string, string> | undefined;
1381
1037
  }
1382
- export declare namespace TagResourceRequest {
1383
-
1384
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1385
- }
1386
1038
  export interface TagResourceResponse {
1387
1039
  }
1388
- export declare namespace TagResourceResponse {
1389
-
1390
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1391
- }
1392
1040
 
1393
1041
  export interface TerminateJobRequest {
1394
1042
 
@@ -1396,16 +1044,8 @@ export interface TerminateJobRequest {
1396
1044
 
1397
1045
  reason: string | undefined;
1398
1046
  }
1399
- export declare namespace TerminateJobRequest {
1400
-
1401
- const filterSensitiveLog: (obj: TerminateJobRequest) => any;
1402
- }
1403
1047
  export interface TerminateJobResponse {
1404
1048
  }
1405
- export declare namespace TerminateJobResponse {
1406
-
1407
- const filterSensitiveLog: (obj: TerminateJobResponse) => any;
1408
- }
1409
1049
 
1410
1050
  export interface UntagResourceRequest {
1411
1051
 
@@ -1413,16 +1053,8 @@ export interface UntagResourceRequest {
1413
1053
 
1414
1054
  tagKeys: string[] | undefined;
1415
1055
  }
1416
- export declare namespace UntagResourceRequest {
1417
-
1418
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1419
- }
1420
1056
  export interface UntagResourceResponse {
1421
1057
  }
1422
- export declare namespace UntagResourceResponse {
1423
-
1424
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1425
- }
1426
1058
  export declare enum CRUpdateAllocationStrategy {
1427
1059
  BEST_FIT_PROGRESSIVE = "BEST_FIT_PROGRESSIVE",
1428
1060
  SPOT_CAPACITY_OPTIMIZED = "SPOT_CAPACITY_OPTIMIZED"
@@ -1464,10 +1096,6 @@ export interface ComputeResourceUpdate {
1464
1096
 
1465
1097
  imageId?: string;
1466
1098
  }
1467
- export declare namespace ComputeResourceUpdate {
1468
-
1469
- const filterSensitiveLog: (obj: ComputeResourceUpdate) => any;
1470
- }
1471
1099
 
1472
1100
  export interface UpdateComputeEnvironmentRequest {
1473
1101
 
@@ -1483,20 +1111,12 @@ export interface UpdateComputeEnvironmentRequest {
1483
1111
 
1484
1112
  updatePolicy?: UpdatePolicy;
1485
1113
  }
1486
- export declare namespace UpdateComputeEnvironmentRequest {
1487
-
1488
- const filterSensitiveLog: (obj: UpdateComputeEnvironmentRequest) => any;
1489
- }
1490
1114
  export interface UpdateComputeEnvironmentResponse {
1491
1115
 
1492
1116
  computeEnvironmentName?: string;
1493
1117
 
1494
1118
  computeEnvironmentArn?: string;
1495
1119
  }
1496
- export declare namespace UpdateComputeEnvironmentResponse {
1497
-
1498
- const filterSensitiveLog: (obj: UpdateComputeEnvironmentResponse) => any;
1499
- }
1500
1120
 
1501
1121
  export interface UpdateJobQueueRequest {
1502
1122
 
@@ -1510,20 +1130,12 @@ export interface UpdateJobQueueRequest {
1510
1130
 
1511
1131
  computeEnvironmentOrder?: ComputeEnvironmentOrder[];
1512
1132
  }
1513
- export declare namespace UpdateJobQueueRequest {
1514
-
1515
- const filterSensitiveLog: (obj: UpdateJobQueueRequest) => any;
1516
- }
1517
1133
  export interface UpdateJobQueueResponse {
1518
1134
 
1519
1135
  jobQueueName?: string;
1520
1136
 
1521
1137
  jobQueueArn?: string;
1522
1138
  }
1523
- export declare namespace UpdateJobQueueResponse {
1524
-
1525
- const filterSensitiveLog: (obj: UpdateJobQueueResponse) => any;
1526
- }
1527
1139
 
1528
1140
  export interface UpdateSchedulingPolicyRequest {
1529
1141
 
@@ -1531,13 +1143,203 @@ export interface UpdateSchedulingPolicyRequest {
1531
1143
 
1532
1144
  fairsharePolicy?: FairsharePolicy;
1533
1145
  }
1534
- export declare namespace UpdateSchedulingPolicyRequest {
1535
-
1536
- const filterSensitiveLog: (obj: UpdateSchedulingPolicyRequest) => any;
1537
- }
1538
1146
  export interface UpdateSchedulingPolicyResponse {
1539
1147
  }
1540
- export declare namespace UpdateSchedulingPolicyResponse {
1541
-
1542
- const filterSensitiveLog: (obj: UpdateSchedulingPolicyResponse) => any;
1543
- }
1148
+
1149
+ export declare const ArrayPropertiesFilterSensitiveLog: (obj: ArrayProperties) => any;
1150
+
1151
+ export declare const ArrayPropertiesDetailFilterSensitiveLog: (obj: ArrayPropertiesDetail) => any;
1152
+
1153
+ export declare const ArrayPropertiesSummaryFilterSensitiveLog: (obj: ArrayPropertiesSummary) => any;
1154
+
1155
+ export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
1156
+
1157
+ export declare const AttemptContainerDetailFilterSensitiveLog: (obj: AttemptContainerDetail) => any;
1158
+
1159
+ export declare const AttemptDetailFilterSensitiveLog: (obj: AttemptDetail) => any;
1160
+
1161
+ export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
1162
+
1163
+ export declare const CancelJobResponseFilterSensitiveLog: (obj: CancelJobResponse) => any;
1164
+
1165
+ export declare const Ec2ConfigurationFilterSensitiveLog: (obj: Ec2Configuration) => any;
1166
+
1167
+ export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
1168
+
1169
+ export declare const ComputeResourceFilterSensitiveLog: (obj: ComputeResource) => any;
1170
+
1171
+ export declare const CreateComputeEnvironmentRequestFilterSensitiveLog: (obj: CreateComputeEnvironmentRequest) => any;
1172
+
1173
+ export declare const CreateComputeEnvironmentResponseFilterSensitiveLog: (obj: CreateComputeEnvironmentResponse) => any;
1174
+
1175
+ export declare const ComputeEnvironmentOrderFilterSensitiveLog: (obj: ComputeEnvironmentOrder) => any;
1176
+
1177
+ export declare const CreateJobQueueRequestFilterSensitiveLog: (obj: CreateJobQueueRequest) => any;
1178
+
1179
+ export declare const CreateJobQueueResponseFilterSensitiveLog: (obj: CreateJobQueueResponse) => any;
1180
+
1181
+ export declare const ShareAttributesFilterSensitiveLog: (obj: ShareAttributes) => any;
1182
+
1183
+ export declare const FairsharePolicyFilterSensitiveLog: (obj: FairsharePolicy) => any;
1184
+
1185
+ export declare const CreateSchedulingPolicyRequestFilterSensitiveLog: (obj: CreateSchedulingPolicyRequest) => any;
1186
+
1187
+ export declare const CreateSchedulingPolicyResponseFilterSensitiveLog: (obj: CreateSchedulingPolicyResponse) => any;
1188
+
1189
+ export declare const DeleteComputeEnvironmentRequestFilterSensitiveLog: (obj: DeleteComputeEnvironmentRequest) => any;
1190
+
1191
+ export declare const DeleteComputeEnvironmentResponseFilterSensitiveLog: (obj: DeleteComputeEnvironmentResponse) => any;
1192
+
1193
+ export declare const DeleteJobQueueRequestFilterSensitiveLog: (obj: DeleteJobQueueRequest) => any;
1194
+
1195
+ export declare const DeleteJobQueueResponseFilterSensitiveLog: (obj: DeleteJobQueueResponse) => any;
1196
+
1197
+ export declare const DeleteSchedulingPolicyRequestFilterSensitiveLog: (obj: DeleteSchedulingPolicyRequest) => any;
1198
+
1199
+ export declare const DeleteSchedulingPolicyResponseFilterSensitiveLog: (obj: DeleteSchedulingPolicyResponse) => any;
1200
+
1201
+ export declare const DeregisterJobDefinitionRequestFilterSensitiveLog: (obj: DeregisterJobDefinitionRequest) => any;
1202
+
1203
+ export declare const DeregisterJobDefinitionResponseFilterSensitiveLog: (obj: DeregisterJobDefinitionResponse) => any;
1204
+
1205
+ export declare const DescribeComputeEnvironmentsRequestFilterSensitiveLog: (obj: DescribeComputeEnvironmentsRequest) => any;
1206
+
1207
+ export declare const UpdatePolicyFilterSensitiveLog: (obj: UpdatePolicy) => any;
1208
+
1209
+ export declare const ComputeEnvironmentDetailFilterSensitiveLog: (obj: ComputeEnvironmentDetail) => any;
1210
+
1211
+ export declare const DescribeComputeEnvironmentsResponseFilterSensitiveLog: (obj: DescribeComputeEnvironmentsResponse) => any;
1212
+
1213
+ export declare const DescribeJobDefinitionsRequestFilterSensitiveLog: (obj: DescribeJobDefinitionsRequest) => any;
1214
+
1215
+ export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
1216
+
1217
+ export declare const FargatePlatformConfigurationFilterSensitiveLog: (obj: FargatePlatformConfiguration) => any;
1218
+
1219
+ export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
1220
+
1221
+ export declare const TmpfsFilterSensitiveLog: (obj: Tmpfs) => any;
1222
+
1223
+ export declare const LinuxParametersFilterSensitiveLog: (obj: LinuxParameters) => any;
1224
+
1225
+ export declare const SecretFilterSensitiveLog: (obj: Secret) => any;
1226
+
1227
+ export declare const LogConfigurationFilterSensitiveLog: (obj: LogConfiguration) => any;
1228
+
1229
+ export declare const MountPointFilterSensitiveLog: (obj: MountPoint) => any;
1230
+
1231
+ export declare const NetworkConfigurationFilterSensitiveLog: (obj: NetworkConfiguration) => any;
1232
+
1233
+ export declare const ResourceRequirementFilterSensitiveLog: (obj: ResourceRequirement) => any;
1234
+
1235
+ export declare const UlimitFilterSensitiveLog: (obj: Ulimit) => any;
1236
+
1237
+ export declare const EFSAuthorizationConfigFilterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
1238
+
1239
+ export declare const EFSVolumeConfigurationFilterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
1240
+
1241
+ export declare const HostFilterSensitiveLog: (obj: Host) => any;
1242
+
1243
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
1244
+
1245
+ export declare const ContainerPropertiesFilterSensitiveLog: (obj: ContainerProperties) => any;
1246
+
1247
+ export declare const NodeRangePropertyFilterSensitiveLog: (obj: NodeRangeProperty) => any;
1248
+
1249
+ export declare const NodePropertiesFilterSensitiveLog: (obj: NodeProperties) => any;
1250
+
1251
+ export declare const EvaluateOnExitFilterSensitiveLog: (obj: EvaluateOnExit) => any;
1252
+
1253
+ export declare const RetryStrategyFilterSensitiveLog: (obj: RetryStrategy) => any;
1254
+
1255
+ export declare const JobTimeoutFilterSensitiveLog: (obj: JobTimeout) => any;
1256
+
1257
+ export declare const JobDefinitionFilterSensitiveLog: (obj: JobDefinition) => any;
1258
+
1259
+ export declare const DescribeJobDefinitionsResponseFilterSensitiveLog: (obj: DescribeJobDefinitionsResponse) => any;
1260
+
1261
+ export declare const DescribeJobQueuesRequestFilterSensitiveLog: (obj: DescribeJobQueuesRequest) => any;
1262
+
1263
+ export declare const JobQueueDetailFilterSensitiveLog: (obj: JobQueueDetail) => any;
1264
+
1265
+ export declare const DescribeJobQueuesResponseFilterSensitiveLog: (obj: DescribeJobQueuesResponse) => any;
1266
+
1267
+ export declare const DescribeJobsRequestFilterSensitiveLog: (obj: DescribeJobsRequest) => any;
1268
+
1269
+ export declare const ContainerDetailFilterSensitiveLog: (obj: ContainerDetail) => any;
1270
+
1271
+ export declare const JobDependencyFilterSensitiveLog: (obj: JobDependency) => any;
1272
+
1273
+ export declare const NodeDetailsFilterSensitiveLog: (obj: NodeDetails) => any;
1274
+
1275
+ export declare const JobDetailFilterSensitiveLog: (obj: JobDetail) => any;
1276
+
1277
+ export declare const DescribeJobsResponseFilterSensitiveLog: (obj: DescribeJobsResponse) => any;
1278
+
1279
+ export declare const DescribeSchedulingPoliciesRequestFilterSensitiveLog: (obj: DescribeSchedulingPoliciesRequest) => any;
1280
+
1281
+ export declare const SchedulingPolicyDetailFilterSensitiveLog: (obj: SchedulingPolicyDetail) => any;
1282
+
1283
+ export declare const DescribeSchedulingPoliciesResponseFilterSensitiveLog: (obj: DescribeSchedulingPoliciesResponse) => any;
1284
+
1285
+ export declare const KeyValuesPairFilterSensitiveLog: (obj: KeyValuesPair) => any;
1286
+
1287
+ export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
1288
+
1289
+ export declare const ContainerSummaryFilterSensitiveLog: (obj: ContainerSummary) => any;
1290
+
1291
+ export declare const NodePropertiesSummaryFilterSensitiveLog: (obj: NodePropertiesSummary) => any;
1292
+
1293
+ export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
1294
+
1295
+ export declare const ListJobsResponseFilterSensitiveLog: (obj: ListJobsResponse) => any;
1296
+
1297
+ export declare const ListSchedulingPoliciesRequestFilterSensitiveLog: (obj: ListSchedulingPoliciesRequest) => any;
1298
+
1299
+ export declare const SchedulingPolicyListingDetailFilterSensitiveLog: (obj: SchedulingPolicyListingDetail) => any;
1300
+
1301
+ export declare const ListSchedulingPoliciesResponseFilterSensitiveLog: (obj: ListSchedulingPoliciesResponse) => any;
1302
+
1303
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1304
+
1305
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1306
+
1307
+ export declare const RegisterJobDefinitionRequestFilterSensitiveLog: (obj: RegisterJobDefinitionRequest) => any;
1308
+
1309
+ export declare const RegisterJobDefinitionResponseFilterSensitiveLog: (obj: RegisterJobDefinitionResponse) => any;
1310
+
1311
+ export declare const ContainerOverridesFilterSensitiveLog: (obj: ContainerOverrides) => any;
1312
+
1313
+ export declare const NodePropertyOverrideFilterSensitiveLog: (obj: NodePropertyOverride) => any;
1314
+
1315
+ export declare const NodeOverridesFilterSensitiveLog: (obj: NodeOverrides) => any;
1316
+
1317
+ export declare const SubmitJobRequestFilterSensitiveLog: (obj: SubmitJobRequest) => any;
1318
+
1319
+ export declare const SubmitJobResponseFilterSensitiveLog: (obj: SubmitJobResponse) => any;
1320
+
1321
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1322
+
1323
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1324
+
1325
+ export declare const TerminateJobRequestFilterSensitiveLog: (obj: TerminateJobRequest) => any;
1326
+
1327
+ export declare const TerminateJobResponseFilterSensitiveLog: (obj: TerminateJobResponse) => any;
1328
+
1329
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1330
+
1331
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1332
+
1333
+ export declare const ComputeResourceUpdateFilterSensitiveLog: (obj: ComputeResourceUpdate) => any;
1334
+
1335
+ export declare const UpdateComputeEnvironmentRequestFilterSensitiveLog: (obj: UpdateComputeEnvironmentRequest) => any;
1336
+
1337
+ export declare const UpdateComputeEnvironmentResponseFilterSensitiveLog: (obj: UpdateComputeEnvironmentResponse) => any;
1338
+
1339
+ export declare const UpdateJobQueueRequestFilterSensitiveLog: (obj: UpdateJobQueueRequest) => any;
1340
+
1341
+ export declare const UpdateJobQueueResponseFilterSensitiveLog: (obj: UpdateJobQueueResponse) => any;
1342
+
1343
+ export declare const UpdateSchedulingPolicyRequestFilterSensitiveLog: (obj: UpdateSchedulingPolicyRequest) => any;
1344
+
1345
+ export declare const UpdateSchedulingPolicyResponseFilterSensitiveLog: (obj: UpdateSchedulingPolicyResponse) => any;