@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
@@ -13,12 +13,6 @@ export interface ArrayProperties {
13
13
  */
14
14
  size?: number;
15
15
  }
16
- export declare namespace ArrayProperties {
17
- /**
18
- * @internal
19
- */
20
- const filterSensitiveLog: (obj: ArrayProperties) => any;
21
- }
22
16
  /**
23
17
  * <p>An object representing the array properties of a job.</p>
24
18
  */
@@ -38,12 +32,6 @@ export interface ArrayPropertiesDetail {
38
32
  */
39
33
  index?: number;
40
34
  }
41
- export declare namespace ArrayPropertiesDetail {
42
- /**
43
- * @internal
44
- */
45
- const filterSensitiveLog: (obj: ArrayPropertiesDetail) => any;
46
- }
47
35
  /**
48
36
  * <p>An object representing the array properties of a job.</p>
49
37
  */
@@ -58,12 +46,6 @@ export interface ArrayPropertiesSummary {
58
46
  */
59
47
  index?: number;
60
48
  }
61
- export declare namespace ArrayPropertiesSummary {
62
- /**
63
- * @internal
64
- */
65
- const filterSensitiveLog: (obj: ArrayPropertiesSummary) => any;
66
- }
67
49
  export declare enum AssignPublicIp {
68
50
  DISABLED = "DISABLED",
69
51
  ENABLED = "ENABLED"
@@ -85,12 +67,6 @@ export interface NetworkInterface {
85
67
  */
86
68
  privateIpv4Address?: string;
87
69
  }
88
- export declare namespace NetworkInterface {
89
- /**
90
- * @internal
91
- */
92
- const filterSensitiveLog: (obj: NetworkInterface) => any;
93
- }
94
70
  /**
95
71
  * <p>An object representing the details of a container that's part of a job attempt.</p>
96
72
  */
@@ -124,12 +100,6 @@ export interface AttemptContainerDetail {
124
100
  */
125
101
  networkInterfaces?: NetworkInterface[];
126
102
  }
127
- export declare namespace AttemptContainerDetail {
128
- /**
129
- * @internal
130
- */
131
- const filterSensitiveLog: (obj: AttemptContainerDetail) => any;
132
- }
133
103
  /**
134
104
  * <p>An object representing a job attempt.</p>
135
105
  */
@@ -153,12 +123,6 @@ export interface AttemptDetail {
153
123
  */
154
124
  statusReason?: string;
155
125
  }
156
- export declare namespace AttemptDetail {
157
- /**
158
- * @internal
159
- */
160
- const filterSensitiveLog: (obj: AttemptDetail) => any;
161
- }
162
126
  /**
163
127
  * <p>Contains the parameters for <code>CancelJob</code>.</p>
164
128
  */
@@ -174,20 +138,8 @@ export interface CancelJobRequest {
174
138
  */
175
139
  reason: string | undefined;
176
140
  }
177
- export declare namespace CancelJobRequest {
178
- /**
179
- * @internal
180
- */
181
- const filterSensitiveLog: (obj: CancelJobRequest) => any;
182
- }
183
141
  export interface CancelJobResponse {
184
142
  }
185
- export declare namespace CancelJobResponse {
186
- /**
187
- * @internal
188
- */
189
- const filterSensitiveLog: (obj: CancelJobResponse) => any;
190
- }
191
143
  /**
192
144
  * <p>These errors are usually caused by a client action, such as using an action or resource on behalf of a user that
193
145
  * doesn't have permissions to use the action or resource, or specifying an identifier that's not valid.</p>
@@ -266,12 +218,6 @@ export interface Ec2Configuration {
266
218
  */
267
219
  imageIdOverride?: string;
268
220
  }
269
- export declare namespace Ec2Configuration {
270
- /**
271
- * @internal
272
- */
273
- const filterSensitiveLog: (obj: Ec2Configuration) => any;
274
- }
275
221
  /**
276
222
  * <p>An object representing a launch template associated with a compute resource. You must specify either the launch
277
223
  * template ID or launch template name in the request, but not both.</p>
@@ -309,12 +255,6 @@ export interface LaunchTemplateSpecification {
309
255
  */
310
256
  version?: string;
311
257
  }
312
- export declare namespace LaunchTemplateSpecification {
313
- /**
314
- * @internal
315
- */
316
- const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
317
- }
318
258
  export declare enum CRType {
319
259
  EC2 = "EC2",
320
260
  FARGATE = "FARGATE",
@@ -560,12 +500,6 @@ export interface ComputeResource {
560
500
  */
561
501
  ec2Configuration?: Ec2Configuration[];
562
502
  }
563
- export declare namespace ComputeResource {
564
- /**
565
- * @internal
566
- */
567
- const filterSensitiveLog: (obj: ComputeResource) => any;
568
- }
569
503
  export declare enum CEState {
570
504
  DISABLED = "DISABLED",
571
505
  ENABLED = "ENABLED"
@@ -646,12 +580,6 @@ export interface CreateComputeEnvironmentRequest {
646
580
  */
647
581
  tags?: Record<string, string>;
648
582
  }
649
- export declare namespace CreateComputeEnvironmentRequest {
650
- /**
651
- * @internal
652
- */
653
- const filterSensitiveLog: (obj: CreateComputeEnvironmentRequest) => any;
654
- }
655
583
  export interface CreateComputeEnvironmentResponse {
656
584
  /**
657
585
  * <p>The name of the compute environment. It can be up to 128 letters long. It can contain uppercase and
@@ -663,12 +591,6 @@ export interface CreateComputeEnvironmentResponse {
663
591
  */
664
592
  computeEnvironmentArn?: string;
665
593
  }
666
- export declare namespace CreateComputeEnvironmentResponse {
667
- /**
668
- * @internal
669
- */
670
- const filterSensitiveLog: (obj: CreateComputeEnvironmentResponse) => any;
671
- }
672
594
  /**
673
595
  * <p>The order in which compute environments are tried for job placement within a queue. Compute environments are
674
596
  * tried in ascending order. For example, if two compute environments are associated with a job queue, the compute
@@ -693,12 +615,6 @@ export interface ComputeEnvironmentOrder {
693
615
  */
694
616
  computeEnvironment: string | undefined;
695
617
  }
696
- export declare namespace ComputeEnvironmentOrder {
697
- /**
698
- * @internal
699
- */
700
- const filterSensitiveLog: (obj: ComputeEnvironmentOrder) => any;
701
- }
702
618
  export declare enum JQState {
703
619
  DISABLED = "DISABLED",
704
620
  ENABLED = "ENABLED"
@@ -757,12 +673,6 @@ export interface CreateJobQueueRequest {
757
673
  */
758
674
  tags?: Record<string, string>;
759
675
  }
760
- export declare namespace CreateJobQueueRequest {
761
- /**
762
- * @internal
763
- */
764
- const filterSensitiveLog: (obj: CreateJobQueueRequest) => any;
765
- }
766
676
  export interface CreateJobQueueResponse {
767
677
  /**
768
678
  * <p>The name of the job queue.</p>
@@ -773,12 +683,6 @@ export interface CreateJobQueueResponse {
773
683
  */
774
684
  jobQueueArn: string | undefined;
775
685
  }
776
- export declare namespace CreateJobQueueResponse {
777
- /**
778
- * @internal
779
- */
780
- const filterSensitiveLog: (obj: CreateJobQueueResponse) => any;
781
- }
782
686
  /**
783
687
  * <p>Specifies the weights for the fair share identifiers for the fair share policy. Fair share identifiers that
784
688
  * aren't included have a default weight of <code>1.0</code>.</p>
@@ -802,12 +706,6 @@ export interface ShareAttributes {
802
706
  */
803
707
  weightFactor?: number;
804
708
  }
805
- export declare namespace ShareAttributes {
806
- /**
807
- * @internal
808
- */
809
- const filterSensitiveLog: (obj: ShareAttributes) => any;
810
- }
811
709
  /**
812
710
  * <p>The fair share policy for a scheduling policy.</p>
813
711
  */
@@ -841,12 +739,6 @@ export interface FairsharePolicy {
841
739
  */
842
740
  shareDistribution?: ShareAttributes[];
843
741
  }
844
- export declare namespace FairsharePolicy {
845
- /**
846
- * @internal
847
- */
848
- const filterSensitiveLog: (obj: FairsharePolicy) => any;
849
- }
850
742
  /**
851
743
  * <p>Contains the parameters for <code>CreateSchedulingPolicy</code>.</p>
852
744
  */
@@ -868,12 +760,6 @@ export interface CreateSchedulingPolicyRequest {
868
760
  */
869
761
  tags?: Record<string, string>;
870
762
  }
871
- export declare namespace CreateSchedulingPolicyRequest {
872
- /**
873
- * @internal
874
- */
875
- const filterSensitiveLog: (obj: CreateSchedulingPolicyRequest) => any;
876
- }
877
763
  export interface CreateSchedulingPolicyResponse {
878
764
  /**
879
765
  * <p>The name of the scheduling policy.</p>
@@ -888,12 +774,6 @@ export interface CreateSchedulingPolicyResponse {
888
774
  */
889
775
  arn: string | undefined;
890
776
  }
891
- export declare namespace CreateSchedulingPolicyResponse {
892
- /**
893
- * @internal
894
- */
895
- const filterSensitiveLog: (obj: CreateSchedulingPolicyResponse) => any;
896
- }
897
777
  /**
898
778
  * <p>Contains the parameters for <code>DeleteComputeEnvironment</code>.</p>
899
779
  */
@@ -903,20 +783,8 @@ export interface DeleteComputeEnvironmentRequest {
903
783
  */
904
784
  computeEnvironment: string | undefined;
905
785
  }
906
- export declare namespace DeleteComputeEnvironmentRequest {
907
- /**
908
- * @internal
909
- */
910
- const filterSensitiveLog: (obj: DeleteComputeEnvironmentRequest) => any;
911
- }
912
786
  export interface DeleteComputeEnvironmentResponse {
913
787
  }
914
- export declare namespace DeleteComputeEnvironmentResponse {
915
- /**
916
- * @internal
917
- */
918
- const filterSensitiveLog: (obj: DeleteComputeEnvironmentResponse) => any;
919
- }
920
788
  /**
921
789
  * <p>Contains the parameters for <code>DeleteJobQueue</code>.</p>
922
790
  */
@@ -926,20 +794,8 @@ export interface DeleteJobQueueRequest {
926
794
  */
927
795
  jobQueue: string | undefined;
928
796
  }
929
- export declare namespace DeleteJobQueueRequest {
930
- /**
931
- * @internal
932
- */
933
- const filterSensitiveLog: (obj: DeleteJobQueueRequest) => any;
934
- }
935
797
  export interface DeleteJobQueueResponse {
936
798
  }
937
- export declare namespace DeleteJobQueueResponse {
938
- /**
939
- * @internal
940
- */
941
- const filterSensitiveLog: (obj: DeleteJobQueueResponse) => any;
942
- }
943
799
  /**
944
800
  * <p>Contains the parameters for <code>DeleteSchedulingPolicy</code>.</p>
945
801
  */
@@ -949,40 +805,16 @@ export interface DeleteSchedulingPolicyRequest {
949
805
  */
950
806
  arn: string | undefined;
951
807
  }
952
- export declare namespace DeleteSchedulingPolicyRequest {
953
- /**
954
- * @internal
955
- */
956
- const filterSensitiveLog: (obj: DeleteSchedulingPolicyRequest) => any;
957
- }
958
808
  export interface DeleteSchedulingPolicyResponse {
959
809
  }
960
- export declare namespace DeleteSchedulingPolicyResponse {
961
- /**
962
- * @internal
963
- */
964
- const filterSensitiveLog: (obj: DeleteSchedulingPolicyResponse) => any;
965
- }
966
810
  export interface DeregisterJobDefinitionRequest {
967
811
  /**
968
812
  * <p>The name and revision (<code>name:revision</code>) or full Amazon Resource Name (ARN) of the job definition to deregister.</p>
969
813
  */
970
814
  jobDefinition: string | undefined;
971
815
  }
972
- export declare namespace DeregisterJobDefinitionRequest {
973
- /**
974
- * @internal
975
- */
976
- const filterSensitiveLog: (obj: DeregisterJobDefinitionRequest) => any;
977
- }
978
816
  export interface DeregisterJobDefinitionResponse {
979
817
  }
980
- export declare namespace DeregisterJobDefinitionResponse {
981
- /**
982
- * @internal
983
- */
984
- const filterSensitiveLog: (obj: DeregisterJobDefinitionResponse) => any;
985
- }
986
818
  /**
987
819
  * <p>Contains the parameters for <code>DescribeComputeEnvironments</code>.</p>
988
820
  */
@@ -1013,12 +845,6 @@ export interface DescribeComputeEnvironmentsRequest {
1013
845
  */
1014
846
  nextToken?: string;
1015
847
  }
1016
- export declare namespace DescribeComputeEnvironmentsRequest {
1017
- /**
1018
- * @internal
1019
- */
1020
- const filterSensitiveLog: (obj: DescribeComputeEnvironmentsRequest) => any;
1021
- }
1022
848
  export declare enum CEStatus {
1023
849
  CREATING = "CREATING",
1024
850
  DELETED = "DELETED",
@@ -1044,12 +870,6 @@ export interface UpdatePolicy {
1044
870
  */
1045
871
  jobExecutionTimeoutMinutes?: number;
1046
872
  }
1047
- export declare namespace UpdatePolicy {
1048
- /**
1049
- * @internal
1050
- */
1051
- const filterSensitiveLog: (obj: UpdatePolicy) => any;
1052
- }
1053
873
  /**
1054
874
  * <p>An object representing an Batch compute environment.</p>
1055
875
  */
@@ -1119,12 +939,6 @@ export interface ComputeEnvironmentDetail {
1119
939
  */
1120
940
  updatePolicy?: UpdatePolicy;
1121
941
  }
1122
- export declare namespace ComputeEnvironmentDetail {
1123
- /**
1124
- * @internal
1125
- */
1126
- const filterSensitiveLog: (obj: ComputeEnvironmentDetail) => any;
1127
- }
1128
942
  export interface DescribeComputeEnvironmentsResponse {
1129
943
  /**
1130
944
  * <p>The list of compute environments.</p>
@@ -1138,12 +952,6 @@ export interface DescribeComputeEnvironmentsResponse {
1138
952
  */
1139
953
  nextToken?: string;
1140
954
  }
1141
- export declare namespace DescribeComputeEnvironmentsResponse {
1142
- /**
1143
- * @internal
1144
- */
1145
- const filterSensitiveLog: (obj: DescribeComputeEnvironmentsResponse) => any;
1146
- }
1147
955
  /**
1148
956
  * <p>Contains the parameters for <code>DescribeJobDefinitions</code>.</p>
1149
957
  */
@@ -1184,12 +992,6 @@ export interface DescribeJobDefinitionsRequest {
1184
992
  */
1185
993
  nextToken?: string;
1186
994
  }
1187
- export declare namespace DescribeJobDefinitionsRequest {
1188
- /**
1189
- * @internal
1190
- */
1191
- const filterSensitiveLog: (obj: DescribeJobDefinitionsRequest) => any;
1192
- }
1193
995
  /**
1194
996
  * <p>A key-value pair object.</p>
1195
997
  */
@@ -1204,12 +1006,6 @@ export interface KeyValuePair {
1204
1006
  */
1205
1007
  value?: string;
1206
1008
  }
1207
- export declare namespace KeyValuePair {
1208
- /**
1209
- * @internal
1210
- */
1211
- const filterSensitiveLog: (obj: KeyValuePair) => any;
1212
- }
1213
1009
  /**
1214
1010
  * <p>The platform configuration for jobs that are running on Fargate resources. Jobs that run on EC2 resources must
1215
1011
  * not specify this parameter.</p>
@@ -1223,12 +1019,6 @@ export interface FargatePlatformConfiguration {
1223
1019
  */
1224
1020
  platformVersion?: string;
1225
1021
  }
1226
- export declare namespace FargatePlatformConfiguration {
1227
- /**
1228
- * @internal
1229
- */
1230
- const filterSensitiveLog: (obj: FargatePlatformConfiguration) => any;
1231
- }
1232
1022
  export declare enum DeviceCgroupPermission {
1233
1023
  MKNOD = "MKNOD",
1234
1024
  READ = "READ",
@@ -1256,12 +1046,6 @@ export interface Device {
1256
1046
  */
1257
1047
  permissions?: (DeviceCgroupPermission | string)[];
1258
1048
  }
1259
- export declare namespace Device {
1260
- /**
1261
- * @internal
1262
- */
1263
- const filterSensitiveLog: (obj: Device) => any;
1264
- }
1265
1049
  /**
1266
1050
  * <p>The container path, mount options, and size of the tmpfs mount.</p>
1267
1051
  * <note>
@@ -1290,12 +1074,6 @@ export interface Tmpfs {
1290
1074
  */
1291
1075
  mountOptions?: string[];
1292
1076
  }
1293
- export declare namespace Tmpfs {
1294
- /**
1295
- * @internal
1296
- */
1297
- const filterSensitiveLog: (obj: Tmpfs) => any;
1298
- }
1299
1077
  /**
1300
1078
  * <p>Linux-specific modifications that are applied to the container, such as details for device mappings.</p>
1301
1079
  */
@@ -1387,12 +1165,6 @@ export interface LinuxParameters {
1387
1165
  */
1388
1166
  swappiness?: number;
1389
1167
  }
1390
- export declare namespace LinuxParameters {
1391
- /**
1392
- * @internal
1393
- */
1394
- const filterSensitiveLog: (obj: LinuxParameters) => any;
1395
- }
1396
1168
  export declare enum LogDriver {
1397
1169
  AWSLOGS = "awslogs",
1398
1170
  FLUENTD = "fluentd",
@@ -1434,12 +1206,6 @@ export interface Secret {
1434
1206
  */
1435
1207
  valueFrom: string | undefined;
1436
1208
  }
1437
- export declare namespace Secret {
1438
- /**
1439
- * @internal
1440
- */
1441
- const filterSensitiveLog: (obj: Secret) => any;
1442
- }
1443
1209
  /**
1444
1210
  * <p>Log configuration options to send to a custom log driver for the container.</p>
1445
1211
  */
@@ -1518,12 +1284,6 @@ export interface LogConfiguration {
1518
1284
  */
1519
1285
  secretOptions?: Secret[];
1520
1286
  }
1521
- export declare namespace LogConfiguration {
1522
- /**
1523
- * @internal
1524
- */
1525
- const filterSensitiveLog: (obj: LogConfiguration) => any;
1526
- }
1527
1287
  /**
1528
1288
  * <p>Details on a Docker volume mount point that's used in a job's container properties. This parameter maps to
1529
1289
  * <code>Volumes</code> in the <a href="https://docs.docker.com/engine/reference/api/docker_remote_api_v1.19/#create-a-container">Create a
@@ -1544,12 +1304,6 @@ export interface MountPoint {
1544
1304
  */
1545
1305
  sourceVolume?: string;
1546
1306
  }
1547
- export declare namespace MountPoint {
1548
- /**
1549
- * @internal
1550
- */
1551
- const filterSensitiveLog: (obj: MountPoint) => any;
1552
- }
1553
1307
  /**
1554
1308
  * <p>The network configuration for jobs that are running on Fargate resources. Jobs that are running on EC2
1555
1309
  * resources must not specify this parameter.</p>
@@ -1563,12 +1317,6 @@ export interface NetworkConfiguration {
1563
1317
  */
1564
1318
  assignPublicIp?: AssignPublicIp | string;
1565
1319
  }
1566
- export declare namespace NetworkConfiguration {
1567
- /**
1568
- * @internal
1569
- */
1570
- const filterSensitiveLog: (obj: NetworkConfiguration) => any;
1571
- }
1572
1320
  export declare enum ResourceType {
1573
1321
  GPU = "GPU",
1574
1322
  MEMORY = "MEMORY",
@@ -1705,12 +1453,6 @@ export interface ResourceRequirement {
1705
1453
  */
1706
1454
  type: ResourceType | string | undefined;
1707
1455
  }
1708
- export declare namespace ResourceRequirement {
1709
- /**
1710
- * @internal
1711
- */
1712
- const filterSensitiveLog: (obj: ResourceRequirement) => any;
1713
- }
1714
1456
  /**
1715
1457
  * <p>The <code>ulimit</code> settings to pass to the container.</p>
1716
1458
  * <note>
@@ -1731,12 +1473,6 @@ export interface Ulimit {
1731
1473
  */
1732
1474
  softLimit: number | undefined;
1733
1475
  }
1734
- export declare namespace Ulimit {
1735
- /**
1736
- * @internal
1737
- */
1738
- const filterSensitiveLog: (obj: Ulimit) => any;
1739
- }
1740
1476
  export declare enum EFSAuthorizationConfigIAM {
1741
1477
  DISABLED = "DISABLED",
1742
1478
  ENABLED = "ENABLED"
@@ -1762,12 +1498,6 @@ export interface EFSAuthorizationConfig {
1762
1498
  */
1763
1499
  iam?: EFSAuthorizationConfigIAM | string;
1764
1500
  }
1765
- export declare namespace EFSAuthorizationConfig {
1766
- /**
1767
- * @internal
1768
- */
1769
- const filterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
1770
- }
1771
1501
  export declare enum EFSTransitEncryption {
1772
1502
  DISABLED = "DISABLED",
1773
1503
  ENABLED = "ENABLED"
@@ -1809,12 +1539,6 @@ export interface EFSVolumeConfiguration {
1809
1539
  */
1810
1540
  authorizationConfig?: EFSAuthorizationConfig;
1811
1541
  }
1812
- export declare namespace EFSVolumeConfiguration {
1813
- /**
1814
- * @internal
1815
- */
1816
- const filterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
1817
- }
1818
1542
  /**
1819
1543
  * <p>Determine whether your data volume persists on the host container instance and where it is stored. If this
1820
1544
  * parameter is empty, then the Docker daemon assigns a host path for your data volume, but the data isn't guaranteed to
@@ -1833,12 +1557,6 @@ export interface Host {
1833
1557
  */
1834
1558
  sourcePath?: string;
1835
1559
  }
1836
- export declare namespace Host {
1837
- /**
1838
- * @internal
1839
- */
1840
- const filterSensitiveLog: (obj: Host) => any;
1841
- }
1842
1560
  /**
1843
1561
  * <p>A data volume used in a job's container properties.</p>
1844
1562
  */
@@ -1866,12 +1584,6 @@ export interface Volume {
1866
1584
  */
1867
1585
  efsVolumeConfiguration?: EFSVolumeConfiguration;
1868
1586
  }
1869
- export declare namespace Volume {
1870
- /**
1871
- * @internal
1872
- */
1873
- const filterSensitiveLog: (obj: Volume) => any;
1874
- }
1875
1587
  /**
1876
1588
  * <p>Container properties are used in job definitions to describe the container that's launched as part of a
1877
1589
  * job.</p>
@@ -2068,12 +1780,6 @@ export interface ContainerProperties {
2068
1780
  */
2069
1781
  fargatePlatformConfiguration?: FargatePlatformConfiguration;
2070
1782
  }
2071
- export declare namespace ContainerProperties {
2072
- /**
2073
- * @internal
2074
- */
2075
- const filterSensitiveLog: (obj: ContainerProperties) => any;
2076
- }
2077
1783
  /**
2078
1784
  * <p>An object representing the properties of the node range for a multi-node parallel job.</p>
2079
1785
  */
@@ -2092,12 +1798,6 @@ export interface NodeRangeProperty {
2092
1798
  */
2093
1799
  container?: ContainerProperties;
2094
1800
  }
2095
- export declare namespace NodeRangeProperty {
2096
- /**
2097
- * @internal
2098
- */
2099
- const filterSensitiveLog: (obj: NodeRangeProperty) => any;
2100
- }
2101
1801
  /**
2102
1802
  * <p>An object representing the node properties of a multi-node parallel job.</p>
2103
1803
  */
@@ -2116,12 +1816,6 @@ export interface NodeProperties {
2116
1816
  */
2117
1817
  nodeRangeProperties: NodeRangeProperty[] | undefined;
2118
1818
  }
2119
- export declare namespace NodeProperties {
2120
- /**
2121
- * @internal
2122
- */
2123
- const filterSensitiveLog: (obj: NodeProperties) => any;
2124
- }
2125
1819
  export declare enum PlatformCapability {
2126
1820
  EC2 = "EC2",
2127
1821
  FARGATE = "FARGATE"
@@ -2165,12 +1859,6 @@ export interface EvaluateOnExit {
2165
1859
  */
2166
1860
  action: RetryAction | string | undefined;
2167
1861
  }
2168
- export declare namespace EvaluateOnExit {
2169
- /**
2170
- * @internal
2171
- */
2172
- const filterSensitiveLog: (obj: EvaluateOnExit) => any;
2173
- }
2174
1862
  /**
2175
1863
  * <p>The retry strategy associated with a job. For more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/job_retries.html">Automated job retries</a> in the <i>Batch User Guide</i>.</p>
2176
1864
  */
@@ -2187,12 +1875,6 @@ export interface RetryStrategy {
2187
1875
  */
2188
1876
  evaluateOnExit?: EvaluateOnExit[];
2189
1877
  }
2190
- export declare namespace RetryStrategy {
2191
- /**
2192
- * @internal
2193
- */
2194
- const filterSensitiveLog: (obj: RetryStrategy) => any;
2195
- }
2196
1878
  /**
2197
1879
  * <p>An object representing a job timeout configuration.</p>
2198
1880
  */
@@ -2203,12 +1885,6 @@ export interface JobTimeout {
2203
1885
  */
2204
1886
  attemptDurationSeconds?: number;
2205
1887
  }
2206
- export declare namespace JobTimeout {
2207
- /**
2208
- * @internal
2209
- */
2210
- const filterSensitiveLog: (obj: JobTimeout) => any;
2211
- }
2212
1888
  /**
2213
1889
  * <p>An object representing an Batch job definition.</p>
2214
1890
  */
@@ -2286,12 +1962,6 @@ export interface JobDefinition {
2286
1962
  */
2287
1963
  platformCapabilities?: (PlatformCapability | string)[];
2288
1964
  }
2289
- export declare namespace JobDefinition {
2290
- /**
2291
- * @internal
2292
- */
2293
- const filterSensitiveLog: (obj: JobDefinition) => any;
2294
- }
2295
1965
  export interface DescribeJobDefinitionsResponse {
2296
1966
  /**
2297
1967
  * <p>The list of job definitions.</p>
@@ -2304,12 +1974,6 @@ export interface DescribeJobDefinitionsResponse {
2304
1974
  */
2305
1975
  nextToken?: string;
2306
1976
  }
2307
- export declare namespace DescribeJobDefinitionsResponse {
2308
- /**
2309
- * @internal
2310
- */
2311
- const filterSensitiveLog: (obj: DescribeJobDefinitionsResponse) => any;
2312
- }
2313
1977
  /**
2314
1978
  * <p>Contains the parameters for <code>DescribeJobQueues</code>.</p>
2315
1979
  */
@@ -2339,12 +2003,6 @@ export interface DescribeJobQueuesRequest {
2339
2003
  */
2340
2004
  nextToken?: string;
2341
2005
  }
2342
- export declare namespace DescribeJobQueuesRequest {
2343
- /**
2344
- * @internal
2345
- */
2346
- const filterSensitiveLog: (obj: DescribeJobQueuesRequest) => any;
2347
- }
2348
2006
  export declare enum JQStatus {
2349
2007
  CREATING = "CREATING",
2350
2008
  DELETED = "DELETED",
@@ -2407,12 +2065,6 @@ export interface JobQueueDetail {
2407
2065
  */
2408
2066
  tags?: Record<string, string>;
2409
2067
  }
2410
- export declare namespace JobQueueDetail {
2411
- /**
2412
- * @internal
2413
- */
2414
- const filterSensitiveLog: (obj: JobQueueDetail) => any;
2415
- }
2416
2068
  export interface DescribeJobQueuesResponse {
2417
2069
  /**
2418
2070
  * <p>The list of job queues.</p>
@@ -2425,12 +2077,6 @@ export interface DescribeJobQueuesResponse {
2425
2077
  */
2426
2078
  nextToken?: string;
2427
2079
  }
2428
- export declare namespace DescribeJobQueuesResponse {
2429
- /**
2430
- * @internal
2431
- */
2432
- const filterSensitiveLog: (obj: DescribeJobQueuesResponse) => any;
2433
- }
2434
2080
  /**
2435
2081
  * <p>Contains the parameters for <code>DescribeJobs</code>.</p>
2436
2082
  */
@@ -2440,12 +2086,6 @@ export interface DescribeJobsRequest {
2440
2086
  */
2441
2087
  jobs: string[] | undefined;
2442
2088
  }
2443
- export declare namespace DescribeJobsRequest {
2444
- /**
2445
- * @internal
2446
- */
2447
- const filterSensitiveLog: (obj: DescribeJobsRequest) => any;
2448
- }
2449
2089
  /**
2450
2090
  * <p>An object representing the details of a container that's part of a job.</p>
2451
2091
  */
@@ -2619,12 +2259,6 @@ export interface ContainerDetail {
2619
2259
  */
2620
2260
  fargatePlatformConfiguration?: FargatePlatformConfiguration;
2621
2261
  }
2622
- export declare namespace ContainerDetail {
2623
- /**
2624
- * @internal
2625
- */
2626
- const filterSensitiveLog: (obj: ContainerDetail) => any;
2627
- }
2628
2262
  /**
2629
2263
  * <p>An object representing an Batch job dependency.</p>
2630
2264
  */
@@ -2638,12 +2272,6 @@ export interface JobDependency {
2638
2272
  */
2639
2273
  type?: ArrayJobDependency | string;
2640
2274
  }
2641
- export declare namespace JobDependency {
2642
- /**
2643
- * @internal
2644
- */
2645
- const filterSensitiveLog: (obj: JobDependency) => any;
2646
- }
2647
2275
  /**
2648
2276
  * <p>An object representing the details of a multi-node parallel job node.</p>
2649
2277
  */
@@ -2658,12 +2286,6 @@ export interface NodeDetails {
2658
2286
  */
2659
2287
  isMainNode?: boolean;
2660
2288
  }
2661
- export declare namespace NodeDetails {
2662
- /**
2663
- * @internal
2664
- */
2665
- const filterSensitiveLog: (obj: NodeDetails) => any;
2666
- }
2667
2289
  export declare enum JobStatus {
2668
2290
  FAILED = "FAILED",
2669
2291
  PENDING = "PENDING",
@@ -2793,24 +2415,12 @@ export interface JobDetail {
2793
2415
  */
2794
2416
  platformCapabilities?: (PlatformCapability | string)[];
2795
2417
  }
2796
- export declare namespace JobDetail {
2797
- /**
2798
- * @internal
2799
- */
2800
- const filterSensitiveLog: (obj: JobDetail) => any;
2801
- }
2802
2418
  export interface DescribeJobsResponse {
2803
2419
  /**
2804
2420
  * <p>The list of jobs.</p>
2805
2421
  */
2806
2422
  jobs?: JobDetail[];
2807
2423
  }
2808
- export declare namespace DescribeJobsResponse {
2809
- /**
2810
- * @internal
2811
- */
2812
- const filterSensitiveLog: (obj: DescribeJobsResponse) => any;
2813
- }
2814
2424
  /**
2815
2425
  * <p>Contains the parameters for <code>DescribeSchedulingPolicies</code>.</p>
2816
2426
  */
@@ -2820,12 +2430,6 @@ export interface DescribeSchedulingPoliciesRequest {
2820
2430
  */
2821
2431
  arns: string[] | undefined;
2822
2432
  }
2823
- export declare namespace DescribeSchedulingPoliciesRequest {
2824
- /**
2825
- * @internal
2826
- */
2827
- const filterSensitiveLog: (obj: DescribeSchedulingPoliciesRequest) => any;
2828
- }
2829
2433
  /**
2830
2434
  * <p>An object that represents a scheduling policy.</p>
2831
2435
  */
@@ -2851,24 +2455,12 @@ export interface SchedulingPolicyDetail {
2851
2455
  */
2852
2456
  tags?: Record<string, string>;
2853
2457
  }
2854
- export declare namespace SchedulingPolicyDetail {
2855
- /**
2856
- * @internal
2857
- */
2858
- const filterSensitiveLog: (obj: SchedulingPolicyDetail) => any;
2859
- }
2860
2458
  export interface DescribeSchedulingPoliciesResponse {
2861
2459
  /**
2862
2460
  * <p>The list of scheduling policies.</p>
2863
2461
  */
2864
2462
  schedulingPolicies?: SchedulingPolicyDetail[];
2865
2463
  }
2866
- export declare namespace DescribeSchedulingPoliciesResponse {
2867
- /**
2868
- * @internal
2869
- */
2870
- const filterSensitiveLog: (obj: DescribeSchedulingPoliciesResponse) => any;
2871
- }
2872
2464
  /**
2873
2465
  * <p>A filter name and value pair that's used to return a more specific list of results from a <code>ListJobs</code>
2874
2466
  * API operation.</p>
@@ -2883,12 +2475,6 @@ export interface KeyValuesPair {
2883
2475
  */
2884
2476
  values?: string[];
2885
2477
  }
2886
- export declare namespace KeyValuesPair {
2887
- /**
2888
- * @internal
2889
- */
2890
- const filterSensitiveLog: (obj: KeyValuesPair) => any;
2891
- }
2892
2478
  /**
2893
2479
  * <p>Contains the parameters for <code>ListJobs</code>.</p>
2894
2480
  */
@@ -2975,12 +2561,6 @@ export interface ListJobsRequest {
2975
2561
  */
2976
2562
  filters?: KeyValuesPair[];
2977
2563
  }
2978
- export declare namespace ListJobsRequest {
2979
- /**
2980
- * @internal
2981
- */
2982
- const filterSensitiveLog: (obj: ListJobsRequest) => any;
2983
- }
2984
2564
  /**
2985
2565
  * <p>An object representing summary details of a container within a job.</p>
2986
2566
  */
@@ -2995,12 +2575,6 @@ export interface ContainerSummary {
2995
2575
  */
2996
2576
  reason?: string;
2997
2577
  }
2998
- export declare namespace ContainerSummary {
2999
- /**
3000
- * @internal
3001
- */
3002
- const filterSensitiveLog: (obj: ContainerSummary) => any;
3003
- }
3004
2578
  /**
3005
2579
  * <p>An object representing the properties of a node that's associated with a multi-node parallel job.</p>
3006
2580
  */
@@ -3019,12 +2593,6 @@ export interface NodePropertiesSummary {
3019
2593
  */
3020
2594
  nodeIndex?: number;
3021
2595
  }
3022
- export declare namespace NodePropertiesSummary {
3023
- /**
3024
- * @internal
3025
- */
3026
- const filterSensitiveLog: (obj: NodePropertiesSummary) => any;
3027
- }
3028
2596
  /**
3029
2597
  * <p>An object representing summary details of a job.</p>
3030
2598
  */
@@ -3086,12 +2654,6 @@ export interface JobSummary {
3086
2654
  */
3087
2655
  jobDefinition?: string;
3088
2656
  }
3089
- export declare namespace JobSummary {
3090
- /**
3091
- * @internal
3092
- */
3093
- const filterSensitiveLog: (obj: JobSummary) => any;
3094
- }
3095
2657
  export interface ListJobsResponse {
3096
2658
  /**
3097
2659
  * <p>A list of job summaries that match the request.</p>
@@ -3104,12 +2666,6 @@ export interface ListJobsResponse {
3104
2666
  */
3105
2667
  nextToken?: string;
3106
2668
  }
3107
- export declare namespace ListJobsResponse {
3108
- /**
3109
- * @internal
3110
- */
3111
- const filterSensitiveLog: (obj: ListJobsResponse) => any;
3112
- }
3113
2669
  /**
3114
2670
  * <p>Contains the parameters for <code>ListSchedulingPolicies</code>.</p>
3115
2671
  */
@@ -3137,12 +2693,6 @@ export interface ListSchedulingPoliciesRequest {
3137
2693
  */
3138
2694
  nextToken?: string;
3139
2695
  }
3140
- export declare namespace ListSchedulingPoliciesRequest {
3141
- /**
3142
- * @internal
3143
- */
3144
- const filterSensitiveLog: (obj: ListSchedulingPoliciesRequest) => any;
3145
- }
3146
2696
  /**
3147
2697
  * <p>An object that contains the details of a scheduling policy that's returned in a
3148
2698
  * <code>ListSchedulingPolicy</code> action.</p>
@@ -3153,12 +2703,6 @@ export interface SchedulingPolicyListingDetail {
3153
2703
  */
3154
2704
  arn: string | undefined;
3155
2705
  }
3156
- export declare namespace SchedulingPolicyListingDetail {
3157
- /**
3158
- * @internal
3159
- */
3160
- const filterSensitiveLog: (obj: SchedulingPolicyListingDetail) => any;
3161
- }
3162
2706
  export interface ListSchedulingPoliciesResponse {
3163
2707
  /**
3164
2708
  * <p>A list of scheduling policies that match the request.</p>
@@ -3171,12 +2715,6 @@ export interface ListSchedulingPoliciesResponse {
3171
2715
  */
3172
2716
  nextToken?: string;
3173
2717
  }
3174
- export declare namespace ListSchedulingPoliciesResponse {
3175
- /**
3176
- * @internal
3177
- */
3178
- const filterSensitiveLog: (obj: ListSchedulingPoliciesResponse) => any;
3179
- }
3180
2718
  /**
3181
2719
  * <p>Contains the parameters for <code>ListTagsForResource</code>.</p>
3182
2720
  */
@@ -3187,24 +2725,12 @@ export interface ListTagsForResourceRequest {
3187
2725
  */
3188
2726
  resourceArn: string | undefined;
3189
2727
  }
3190
- export declare namespace ListTagsForResourceRequest {
3191
- /**
3192
- * @internal
3193
- */
3194
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3195
- }
3196
2728
  export interface ListTagsForResourceResponse {
3197
2729
  /**
3198
2730
  * <p>The tags for the resource.</p>
3199
2731
  */
3200
2732
  tags?: Record<string, string>;
3201
2733
  }
3202
- export declare namespace ListTagsForResourceResponse {
3203
- /**
3204
- * @internal
3205
- */
3206
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3207
- }
3208
2734
  export declare enum JobDefinitionType {
3209
2735
  Container = "container",
3210
2736
  Multinode = "multinode"
@@ -3292,12 +2818,6 @@ export interface RegisterJobDefinitionRequest {
3292
2818
  */
3293
2819
  platformCapabilities?: (PlatformCapability | string)[];
3294
2820
  }
3295
- export declare namespace RegisterJobDefinitionRequest {
3296
- /**
3297
- * @internal
3298
- */
3299
- const filterSensitiveLog: (obj: RegisterJobDefinitionRequest) => any;
3300
- }
3301
2821
  export interface RegisterJobDefinitionResponse {
3302
2822
  /**
3303
2823
  * <p>The name of the job definition.</p>
@@ -3312,12 +2832,6 @@ export interface RegisterJobDefinitionResponse {
3312
2832
  */
3313
2833
  revision: number | undefined;
3314
2834
  }
3315
- export declare namespace RegisterJobDefinitionResponse {
3316
- /**
3317
- * @internal
3318
- */
3319
- const filterSensitiveLog: (obj: RegisterJobDefinitionResponse) => any;
3320
- }
3321
2835
  /**
3322
2836
  * <p>The overrides that should be sent to a container.</p>
3323
2837
  */
@@ -3377,12 +2891,6 @@ export interface ContainerOverrides {
3377
2891
  */
3378
2892
  resourceRequirements?: ResourceRequirement[];
3379
2893
  }
3380
- export declare namespace ContainerOverrides {
3381
- /**
3382
- * @internal
3383
- */
3384
- const filterSensitiveLog: (obj: ContainerOverrides) => any;
3385
- }
3386
2894
  /**
3387
2895
  * <p>Object representing any node overrides to a job definition that's used in a <a>SubmitJob</a> API
3388
2896
  * operation.</p>
@@ -3400,12 +2908,6 @@ export interface NodePropertyOverride {
3400
2908
  */
3401
2909
  containerOverrides?: ContainerOverrides;
3402
2910
  }
3403
- export declare namespace NodePropertyOverride {
3404
- /**
3405
- * @internal
3406
- */
3407
- const filterSensitiveLog: (obj: NodePropertyOverride) => any;
3408
- }
3409
2911
  /**
3410
2912
  * <p>Object representing any node overrides to a job definition that's used in a <a>SubmitJob</a> API
3411
2913
  * operation.</p>
@@ -3439,12 +2941,6 @@ export interface NodeOverrides {
3439
2941
  */
3440
2942
  nodePropertyOverrides?: NodePropertyOverride[];
3441
2943
  }
3442
- export declare namespace NodeOverrides {
3443
- /**
3444
- * @internal
3445
- */
3446
- const filterSensitiveLog: (obj: NodeOverrides) => any;
3447
- }
3448
2944
  /**
3449
2945
  * <p>Contains the parameters for <code>SubmitJob</code>.</p>
3450
2946
  */
@@ -3542,12 +3038,6 @@ export interface SubmitJobRequest {
3542
3038
  */
3543
3039
  tags?: Record<string, string>;
3544
3040
  }
3545
- export declare namespace SubmitJobRequest {
3546
- /**
3547
- * @internal
3548
- */
3549
- const filterSensitiveLog: (obj: SubmitJobRequest) => any;
3550
- }
3551
3041
  export interface SubmitJobResponse {
3552
3042
  /**
3553
3043
  * <p>The Amazon Resource Name (ARN) for the job.</p>
@@ -3562,12 +3052,6 @@ export interface SubmitJobResponse {
3562
3052
  */
3563
3053
  jobId: string | undefined;
3564
3054
  }
3565
- export declare namespace SubmitJobResponse {
3566
- /**
3567
- * @internal
3568
- */
3569
- const filterSensitiveLog: (obj: SubmitJobResponse) => any;
3570
- }
3571
3055
  /**
3572
3056
  * <p>Contains the parameters for <code>TagResource</code>.</p>
3573
3057
  */
@@ -3584,20 +3068,8 @@ export interface TagResourceRequest {
3584
3068
  */
3585
3069
  tags: Record<string, string> | undefined;
3586
3070
  }
3587
- export declare namespace TagResourceRequest {
3588
- /**
3589
- * @internal
3590
- */
3591
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3592
- }
3593
3071
  export interface TagResourceResponse {
3594
3072
  }
3595
- export declare namespace TagResourceResponse {
3596
- /**
3597
- * @internal
3598
- */
3599
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3600
- }
3601
3073
  /**
3602
3074
  * <p>Contains the parameters for <code>TerminateJob</code>.</p>
3603
3075
  */
@@ -3613,20 +3085,8 @@ export interface TerminateJobRequest {
3613
3085
  */
3614
3086
  reason: string | undefined;
3615
3087
  }
3616
- export declare namespace TerminateJobRequest {
3617
- /**
3618
- * @internal
3619
- */
3620
- const filterSensitiveLog: (obj: TerminateJobRequest) => any;
3621
- }
3622
3088
  export interface TerminateJobResponse {
3623
3089
  }
3624
- export declare namespace TerminateJobResponse {
3625
- /**
3626
- * @internal
3627
- */
3628
- const filterSensitiveLog: (obj: TerminateJobResponse) => any;
3629
- }
3630
3090
  /**
3631
3091
  * <p>Contains the parameters for <code>UntagResource</code>.</p>
3632
3092
  */
@@ -3641,20 +3101,8 @@ export interface UntagResourceRequest {
3641
3101
  */
3642
3102
  tagKeys: string[] | undefined;
3643
3103
  }
3644
- export declare namespace UntagResourceRequest {
3645
- /**
3646
- * @internal
3647
- */
3648
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3649
- }
3650
3104
  export interface UntagResourceResponse {
3651
3105
  }
3652
- export declare namespace UntagResourceResponse {
3653
- /**
3654
- * @internal
3655
- */
3656
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3657
- }
3658
3106
  export declare enum CRUpdateAllocationStrategy {
3659
3107
  BEST_FIT_PROGRESSIVE = "BEST_FIT_PROGRESSIVE",
3660
3108
  SPOT_CAPACITY_OPTIMIZED = "SPOT_CAPACITY_OPTIMIZED"
@@ -3917,12 +3365,6 @@ export interface ComputeResourceUpdate {
3917
3365
  */
3918
3366
  imageId?: string;
3919
3367
  }
3920
- export declare namespace ComputeResourceUpdate {
3921
- /**
3922
- * @internal
3923
- */
3924
- const filterSensitiveLog: (obj: ComputeResourceUpdate) => any;
3925
- }
3926
3368
  /**
3927
3369
  * <p>Contains the parameters for <code>UpdateComputeEnvironment</code>.</p>
3928
3370
  */
@@ -3984,12 +3426,6 @@ export interface UpdateComputeEnvironmentRequest {
3984
3426
  */
3985
3427
  updatePolicy?: UpdatePolicy;
3986
3428
  }
3987
- export declare namespace UpdateComputeEnvironmentRequest {
3988
- /**
3989
- * @internal
3990
- */
3991
- const filterSensitiveLog: (obj: UpdateComputeEnvironmentRequest) => any;
3992
- }
3993
3429
  export interface UpdateComputeEnvironmentResponse {
3994
3430
  /**
3995
3431
  * <p>The name of the compute environment. It can be up to 128 letters long. It can contain uppercase and
@@ -4001,12 +3437,6 @@ export interface UpdateComputeEnvironmentResponse {
4001
3437
  */
4002
3438
  computeEnvironmentArn?: string;
4003
3439
  }
4004
- export declare namespace UpdateComputeEnvironmentResponse {
4005
- /**
4006
- * @internal
4007
- */
4008
- const filterSensitiveLog: (obj: UpdateComputeEnvironmentResponse) => any;
4009
- }
4010
3440
  /**
4011
3441
  * <p>Contains the parameters for <code>UpdateJobQueue</code>.</p>
4012
3442
  */
@@ -4052,12 +3482,6 @@ export interface UpdateJobQueueRequest {
4052
3482
  */
4053
3483
  computeEnvironmentOrder?: ComputeEnvironmentOrder[];
4054
3484
  }
4055
- export declare namespace UpdateJobQueueRequest {
4056
- /**
4057
- * @internal
4058
- */
4059
- const filterSensitiveLog: (obj: UpdateJobQueueRequest) => any;
4060
- }
4061
3485
  export interface UpdateJobQueueResponse {
4062
3486
  /**
4063
3487
  * <p>The name of the job queue.</p>
@@ -4068,12 +3492,6 @@ export interface UpdateJobQueueResponse {
4068
3492
  */
4069
3493
  jobQueueArn?: string;
4070
3494
  }
4071
- export declare namespace UpdateJobQueueResponse {
4072
- /**
4073
- * @internal
4074
- */
4075
- const filterSensitiveLog: (obj: UpdateJobQueueResponse) => any;
4076
- }
4077
3495
  /**
4078
3496
  * <p>Contains the parameters for <code>UpdateSchedulingPolicy</code>.</p>
4079
3497
  */
@@ -4087,17 +3505,401 @@ export interface UpdateSchedulingPolicyRequest {
4087
3505
  */
4088
3506
  fairsharePolicy?: FairsharePolicy;
4089
3507
  }
4090
- export declare namespace UpdateSchedulingPolicyRequest {
4091
- /**
4092
- * @internal
4093
- */
4094
- const filterSensitiveLog: (obj: UpdateSchedulingPolicyRequest) => any;
4095
- }
4096
3508
  export interface UpdateSchedulingPolicyResponse {
4097
3509
  }
4098
- export declare namespace UpdateSchedulingPolicyResponse {
4099
- /**
4100
- * @internal
4101
- */
4102
- const filterSensitiveLog: (obj: UpdateSchedulingPolicyResponse) => any;
4103
- }
3510
+ /**
3511
+ * @internal
3512
+ */
3513
+ export declare const ArrayPropertiesFilterSensitiveLog: (obj: ArrayProperties) => any;
3514
+ /**
3515
+ * @internal
3516
+ */
3517
+ export declare const ArrayPropertiesDetailFilterSensitiveLog: (obj: ArrayPropertiesDetail) => any;
3518
+ /**
3519
+ * @internal
3520
+ */
3521
+ export declare const ArrayPropertiesSummaryFilterSensitiveLog: (obj: ArrayPropertiesSummary) => any;
3522
+ /**
3523
+ * @internal
3524
+ */
3525
+ export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
3526
+ /**
3527
+ * @internal
3528
+ */
3529
+ export declare const AttemptContainerDetailFilterSensitiveLog: (obj: AttemptContainerDetail) => any;
3530
+ /**
3531
+ * @internal
3532
+ */
3533
+ export declare const AttemptDetailFilterSensitiveLog: (obj: AttemptDetail) => any;
3534
+ /**
3535
+ * @internal
3536
+ */
3537
+ export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
3538
+ /**
3539
+ * @internal
3540
+ */
3541
+ export declare const CancelJobResponseFilterSensitiveLog: (obj: CancelJobResponse) => any;
3542
+ /**
3543
+ * @internal
3544
+ */
3545
+ export declare const Ec2ConfigurationFilterSensitiveLog: (obj: Ec2Configuration) => any;
3546
+ /**
3547
+ * @internal
3548
+ */
3549
+ export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
3550
+ /**
3551
+ * @internal
3552
+ */
3553
+ export declare const ComputeResourceFilterSensitiveLog: (obj: ComputeResource) => any;
3554
+ /**
3555
+ * @internal
3556
+ */
3557
+ export declare const CreateComputeEnvironmentRequestFilterSensitiveLog: (obj: CreateComputeEnvironmentRequest) => any;
3558
+ /**
3559
+ * @internal
3560
+ */
3561
+ export declare const CreateComputeEnvironmentResponseFilterSensitiveLog: (obj: CreateComputeEnvironmentResponse) => any;
3562
+ /**
3563
+ * @internal
3564
+ */
3565
+ export declare const ComputeEnvironmentOrderFilterSensitiveLog: (obj: ComputeEnvironmentOrder) => any;
3566
+ /**
3567
+ * @internal
3568
+ */
3569
+ export declare const CreateJobQueueRequestFilterSensitiveLog: (obj: CreateJobQueueRequest) => any;
3570
+ /**
3571
+ * @internal
3572
+ */
3573
+ export declare const CreateJobQueueResponseFilterSensitiveLog: (obj: CreateJobQueueResponse) => any;
3574
+ /**
3575
+ * @internal
3576
+ */
3577
+ export declare const ShareAttributesFilterSensitiveLog: (obj: ShareAttributes) => any;
3578
+ /**
3579
+ * @internal
3580
+ */
3581
+ export declare const FairsharePolicyFilterSensitiveLog: (obj: FairsharePolicy) => any;
3582
+ /**
3583
+ * @internal
3584
+ */
3585
+ export declare const CreateSchedulingPolicyRequestFilterSensitiveLog: (obj: CreateSchedulingPolicyRequest) => any;
3586
+ /**
3587
+ * @internal
3588
+ */
3589
+ export declare const CreateSchedulingPolicyResponseFilterSensitiveLog: (obj: CreateSchedulingPolicyResponse) => any;
3590
+ /**
3591
+ * @internal
3592
+ */
3593
+ export declare const DeleteComputeEnvironmentRequestFilterSensitiveLog: (obj: DeleteComputeEnvironmentRequest) => any;
3594
+ /**
3595
+ * @internal
3596
+ */
3597
+ export declare const DeleteComputeEnvironmentResponseFilterSensitiveLog: (obj: DeleteComputeEnvironmentResponse) => any;
3598
+ /**
3599
+ * @internal
3600
+ */
3601
+ export declare const DeleteJobQueueRequestFilterSensitiveLog: (obj: DeleteJobQueueRequest) => any;
3602
+ /**
3603
+ * @internal
3604
+ */
3605
+ export declare const DeleteJobQueueResponseFilterSensitiveLog: (obj: DeleteJobQueueResponse) => any;
3606
+ /**
3607
+ * @internal
3608
+ */
3609
+ export declare const DeleteSchedulingPolicyRequestFilterSensitiveLog: (obj: DeleteSchedulingPolicyRequest) => any;
3610
+ /**
3611
+ * @internal
3612
+ */
3613
+ export declare const DeleteSchedulingPolicyResponseFilterSensitiveLog: (obj: DeleteSchedulingPolicyResponse) => any;
3614
+ /**
3615
+ * @internal
3616
+ */
3617
+ export declare const DeregisterJobDefinitionRequestFilterSensitiveLog: (obj: DeregisterJobDefinitionRequest) => any;
3618
+ /**
3619
+ * @internal
3620
+ */
3621
+ export declare const DeregisterJobDefinitionResponseFilterSensitiveLog: (obj: DeregisterJobDefinitionResponse) => any;
3622
+ /**
3623
+ * @internal
3624
+ */
3625
+ export declare const DescribeComputeEnvironmentsRequestFilterSensitiveLog: (obj: DescribeComputeEnvironmentsRequest) => any;
3626
+ /**
3627
+ * @internal
3628
+ */
3629
+ export declare const UpdatePolicyFilterSensitiveLog: (obj: UpdatePolicy) => any;
3630
+ /**
3631
+ * @internal
3632
+ */
3633
+ export declare const ComputeEnvironmentDetailFilterSensitiveLog: (obj: ComputeEnvironmentDetail) => any;
3634
+ /**
3635
+ * @internal
3636
+ */
3637
+ export declare const DescribeComputeEnvironmentsResponseFilterSensitiveLog: (obj: DescribeComputeEnvironmentsResponse) => any;
3638
+ /**
3639
+ * @internal
3640
+ */
3641
+ export declare const DescribeJobDefinitionsRequestFilterSensitiveLog: (obj: DescribeJobDefinitionsRequest) => any;
3642
+ /**
3643
+ * @internal
3644
+ */
3645
+ export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
3646
+ /**
3647
+ * @internal
3648
+ */
3649
+ export declare const FargatePlatformConfigurationFilterSensitiveLog: (obj: FargatePlatformConfiguration) => any;
3650
+ /**
3651
+ * @internal
3652
+ */
3653
+ export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
3654
+ /**
3655
+ * @internal
3656
+ */
3657
+ export declare const TmpfsFilterSensitiveLog: (obj: Tmpfs) => any;
3658
+ /**
3659
+ * @internal
3660
+ */
3661
+ export declare const LinuxParametersFilterSensitiveLog: (obj: LinuxParameters) => any;
3662
+ /**
3663
+ * @internal
3664
+ */
3665
+ export declare const SecretFilterSensitiveLog: (obj: Secret) => any;
3666
+ /**
3667
+ * @internal
3668
+ */
3669
+ export declare const LogConfigurationFilterSensitiveLog: (obj: LogConfiguration) => any;
3670
+ /**
3671
+ * @internal
3672
+ */
3673
+ export declare const MountPointFilterSensitiveLog: (obj: MountPoint) => any;
3674
+ /**
3675
+ * @internal
3676
+ */
3677
+ export declare const NetworkConfigurationFilterSensitiveLog: (obj: NetworkConfiguration) => any;
3678
+ /**
3679
+ * @internal
3680
+ */
3681
+ export declare const ResourceRequirementFilterSensitiveLog: (obj: ResourceRequirement) => any;
3682
+ /**
3683
+ * @internal
3684
+ */
3685
+ export declare const UlimitFilterSensitiveLog: (obj: Ulimit) => any;
3686
+ /**
3687
+ * @internal
3688
+ */
3689
+ export declare const EFSAuthorizationConfigFilterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
3690
+ /**
3691
+ * @internal
3692
+ */
3693
+ export declare const EFSVolumeConfigurationFilterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
3694
+ /**
3695
+ * @internal
3696
+ */
3697
+ export declare const HostFilterSensitiveLog: (obj: Host) => any;
3698
+ /**
3699
+ * @internal
3700
+ */
3701
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
3702
+ /**
3703
+ * @internal
3704
+ */
3705
+ export declare const ContainerPropertiesFilterSensitiveLog: (obj: ContainerProperties) => any;
3706
+ /**
3707
+ * @internal
3708
+ */
3709
+ export declare const NodeRangePropertyFilterSensitiveLog: (obj: NodeRangeProperty) => any;
3710
+ /**
3711
+ * @internal
3712
+ */
3713
+ export declare const NodePropertiesFilterSensitiveLog: (obj: NodeProperties) => any;
3714
+ /**
3715
+ * @internal
3716
+ */
3717
+ export declare const EvaluateOnExitFilterSensitiveLog: (obj: EvaluateOnExit) => any;
3718
+ /**
3719
+ * @internal
3720
+ */
3721
+ export declare const RetryStrategyFilterSensitiveLog: (obj: RetryStrategy) => any;
3722
+ /**
3723
+ * @internal
3724
+ */
3725
+ export declare const JobTimeoutFilterSensitiveLog: (obj: JobTimeout) => any;
3726
+ /**
3727
+ * @internal
3728
+ */
3729
+ export declare const JobDefinitionFilterSensitiveLog: (obj: JobDefinition) => any;
3730
+ /**
3731
+ * @internal
3732
+ */
3733
+ export declare const DescribeJobDefinitionsResponseFilterSensitiveLog: (obj: DescribeJobDefinitionsResponse) => any;
3734
+ /**
3735
+ * @internal
3736
+ */
3737
+ export declare const DescribeJobQueuesRequestFilterSensitiveLog: (obj: DescribeJobQueuesRequest) => any;
3738
+ /**
3739
+ * @internal
3740
+ */
3741
+ export declare const JobQueueDetailFilterSensitiveLog: (obj: JobQueueDetail) => any;
3742
+ /**
3743
+ * @internal
3744
+ */
3745
+ export declare const DescribeJobQueuesResponseFilterSensitiveLog: (obj: DescribeJobQueuesResponse) => any;
3746
+ /**
3747
+ * @internal
3748
+ */
3749
+ export declare const DescribeJobsRequestFilterSensitiveLog: (obj: DescribeJobsRequest) => any;
3750
+ /**
3751
+ * @internal
3752
+ */
3753
+ export declare const ContainerDetailFilterSensitiveLog: (obj: ContainerDetail) => any;
3754
+ /**
3755
+ * @internal
3756
+ */
3757
+ export declare const JobDependencyFilterSensitiveLog: (obj: JobDependency) => any;
3758
+ /**
3759
+ * @internal
3760
+ */
3761
+ export declare const NodeDetailsFilterSensitiveLog: (obj: NodeDetails) => any;
3762
+ /**
3763
+ * @internal
3764
+ */
3765
+ export declare const JobDetailFilterSensitiveLog: (obj: JobDetail) => any;
3766
+ /**
3767
+ * @internal
3768
+ */
3769
+ export declare const DescribeJobsResponseFilterSensitiveLog: (obj: DescribeJobsResponse) => any;
3770
+ /**
3771
+ * @internal
3772
+ */
3773
+ export declare const DescribeSchedulingPoliciesRequestFilterSensitiveLog: (obj: DescribeSchedulingPoliciesRequest) => any;
3774
+ /**
3775
+ * @internal
3776
+ */
3777
+ export declare const SchedulingPolicyDetailFilterSensitiveLog: (obj: SchedulingPolicyDetail) => any;
3778
+ /**
3779
+ * @internal
3780
+ */
3781
+ export declare const DescribeSchedulingPoliciesResponseFilterSensitiveLog: (obj: DescribeSchedulingPoliciesResponse) => any;
3782
+ /**
3783
+ * @internal
3784
+ */
3785
+ export declare const KeyValuesPairFilterSensitiveLog: (obj: KeyValuesPair) => any;
3786
+ /**
3787
+ * @internal
3788
+ */
3789
+ export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
3790
+ /**
3791
+ * @internal
3792
+ */
3793
+ export declare const ContainerSummaryFilterSensitiveLog: (obj: ContainerSummary) => any;
3794
+ /**
3795
+ * @internal
3796
+ */
3797
+ export declare const NodePropertiesSummaryFilterSensitiveLog: (obj: NodePropertiesSummary) => any;
3798
+ /**
3799
+ * @internal
3800
+ */
3801
+ export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
3802
+ /**
3803
+ * @internal
3804
+ */
3805
+ export declare const ListJobsResponseFilterSensitiveLog: (obj: ListJobsResponse) => any;
3806
+ /**
3807
+ * @internal
3808
+ */
3809
+ export declare const ListSchedulingPoliciesRequestFilterSensitiveLog: (obj: ListSchedulingPoliciesRequest) => any;
3810
+ /**
3811
+ * @internal
3812
+ */
3813
+ export declare const SchedulingPolicyListingDetailFilterSensitiveLog: (obj: SchedulingPolicyListingDetail) => any;
3814
+ /**
3815
+ * @internal
3816
+ */
3817
+ export declare const ListSchedulingPoliciesResponseFilterSensitiveLog: (obj: ListSchedulingPoliciesResponse) => any;
3818
+ /**
3819
+ * @internal
3820
+ */
3821
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3822
+ /**
3823
+ * @internal
3824
+ */
3825
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3826
+ /**
3827
+ * @internal
3828
+ */
3829
+ export declare const RegisterJobDefinitionRequestFilterSensitiveLog: (obj: RegisterJobDefinitionRequest) => any;
3830
+ /**
3831
+ * @internal
3832
+ */
3833
+ export declare const RegisterJobDefinitionResponseFilterSensitiveLog: (obj: RegisterJobDefinitionResponse) => any;
3834
+ /**
3835
+ * @internal
3836
+ */
3837
+ export declare const ContainerOverridesFilterSensitiveLog: (obj: ContainerOverrides) => any;
3838
+ /**
3839
+ * @internal
3840
+ */
3841
+ export declare const NodePropertyOverrideFilterSensitiveLog: (obj: NodePropertyOverride) => any;
3842
+ /**
3843
+ * @internal
3844
+ */
3845
+ export declare const NodeOverridesFilterSensitiveLog: (obj: NodeOverrides) => any;
3846
+ /**
3847
+ * @internal
3848
+ */
3849
+ export declare const SubmitJobRequestFilterSensitiveLog: (obj: SubmitJobRequest) => any;
3850
+ /**
3851
+ * @internal
3852
+ */
3853
+ export declare const SubmitJobResponseFilterSensitiveLog: (obj: SubmitJobResponse) => any;
3854
+ /**
3855
+ * @internal
3856
+ */
3857
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3858
+ /**
3859
+ * @internal
3860
+ */
3861
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3862
+ /**
3863
+ * @internal
3864
+ */
3865
+ export declare const TerminateJobRequestFilterSensitiveLog: (obj: TerminateJobRequest) => any;
3866
+ /**
3867
+ * @internal
3868
+ */
3869
+ export declare const TerminateJobResponseFilterSensitiveLog: (obj: TerminateJobResponse) => any;
3870
+ /**
3871
+ * @internal
3872
+ */
3873
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3874
+ /**
3875
+ * @internal
3876
+ */
3877
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3878
+ /**
3879
+ * @internal
3880
+ */
3881
+ export declare const ComputeResourceUpdateFilterSensitiveLog: (obj: ComputeResourceUpdate) => any;
3882
+ /**
3883
+ * @internal
3884
+ */
3885
+ export declare const UpdateComputeEnvironmentRequestFilterSensitiveLog: (obj: UpdateComputeEnvironmentRequest) => any;
3886
+ /**
3887
+ * @internal
3888
+ */
3889
+ export declare const UpdateComputeEnvironmentResponseFilterSensitiveLog: (obj: UpdateComputeEnvironmentResponse) => any;
3890
+ /**
3891
+ * @internal
3892
+ */
3893
+ export declare const UpdateJobQueueRequestFilterSensitiveLog: (obj: UpdateJobQueueRequest) => any;
3894
+ /**
3895
+ * @internal
3896
+ */
3897
+ export declare const UpdateJobQueueResponseFilterSensitiveLog: (obj: UpdateJobQueueResponse) => any;
3898
+ /**
3899
+ * @internal
3900
+ */
3901
+ export declare const UpdateSchedulingPolicyRequestFilterSensitiveLog: (obj: UpdateSchedulingPolicyRequest) => any;
3902
+ /**
3903
+ * @internal
3904
+ */
3905
+ export declare const UpdateSchedulingPolicyResponseFilterSensitiveLog: (obj: UpdateSchedulingPolicyResponse) => any;