@aws-sdk/client-batch 3.30.0 → 3.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/dist/cjs/BatchClient.js +13 -13
- package/dist/cjs/BatchClient.js.map +1 -1
- package/dist/cjs/commands/CancelJobCommand.js +3 -3
- package/dist/cjs/commands/CancelJobCommand.js.map +1 -1
- package/dist/cjs/commands/CreateComputeEnvironmentCommand.js +3 -3
- package/dist/cjs/commands/CreateComputeEnvironmentCommand.js.map +1 -1
- package/dist/cjs/commands/CreateJobQueueCommand.js +3 -3
- package/dist/cjs/commands/CreateJobQueueCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteComputeEnvironmentCommand.js +3 -3
- package/dist/cjs/commands/DeleteComputeEnvironmentCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteJobQueueCommand.js +3 -3
- package/dist/cjs/commands/DeleteJobQueueCommand.js.map +1 -1
- package/dist/cjs/commands/DeregisterJobDefinitionCommand.js +3 -3
- package/dist/cjs/commands/DeregisterJobDefinitionCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeComputeEnvironmentsCommand.js +3 -3
- package/dist/cjs/commands/DescribeComputeEnvironmentsCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeJobDefinitionsCommand.js +3 -3
- package/dist/cjs/commands/DescribeJobDefinitionsCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeJobQueuesCommand.js +3 -3
- package/dist/cjs/commands/DescribeJobQueuesCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeJobsCommand.js +3 -3
- package/dist/cjs/commands/DescribeJobsCommand.js.map +1 -1
- package/dist/cjs/commands/ListJobsCommand.js +3 -3
- package/dist/cjs/commands/ListJobsCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/RegisterJobDefinitionCommand.js +3 -3
- package/dist/cjs/commands/RegisterJobDefinitionCommand.js.map +1 -1
- package/dist/cjs/commands/SubmitJobCommand.js +3 -3
- package/dist/cjs/commands/SubmitJobCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/TerminateJobCommand.js +3 -3
- package/dist/cjs/commands/TerminateJobCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateComputeEnvironmentCommand.js +3 -3
- package/dist/cjs/commands/UpdateComputeEnvironmentCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateJobQueueCommand.js +3 -3
- package/dist/cjs/commands/UpdateJobQueueCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +27 -27
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +39 -39
- package/dist/cjs/protocols/Aws_restJson1.js +188 -188
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/Batch.js +1 -14
- package/dist/es/Batch.js.map +1 -1
- package/dist/es/BatchClient.js +1 -19
- package/dist/es/BatchClient.js.map +1 -1
- package/dist/es/commands/CancelJobCommand.js +2 -30
- package/dist/es/commands/CancelJobCommand.js.map +1 -1
- package/dist/es/commands/CreateComputeEnvironmentCommand.js +2 -66
- package/dist/es/commands/CreateComputeEnvironmentCommand.js.map +1 -1
- package/dist/es/commands/CreateJobQueueCommand.js +2 -32
- package/dist/es/commands/CreateJobQueueCommand.js.map +1 -1
- package/dist/es/commands/DeleteComputeEnvironmentCommand.js +2 -30
- package/dist/es/commands/DeleteComputeEnvironmentCommand.js.map +1 -1
- package/dist/es/commands/DeleteJobQueueCommand.js +2 -30
- package/dist/es/commands/DeleteJobQueueCommand.js.map +1 -1
- package/dist/es/commands/DeregisterJobDefinitionCommand.js +2 -27
- package/dist/es/commands/DeregisterJobDefinitionCommand.js.map +1 -1
- package/dist/es/commands/DescribeComputeEnvironmentsCommand.js +2 -30
- package/dist/es/commands/DescribeComputeEnvironmentsCommand.js.map +1 -1
- package/dist/es/commands/DescribeJobDefinitionsCommand.js +2 -28
- package/dist/es/commands/DescribeJobDefinitionsCommand.js.map +1 -1
- package/dist/es/commands/DescribeJobQueuesCommand.js +2 -27
- package/dist/es/commands/DescribeJobQueuesCommand.js.map +1 -1
- package/dist/es/commands/DescribeJobsCommand.js +2 -27
- package/dist/es/commands/DescribeJobsCommand.js.map +1 -1
- package/dist/es/commands/ListJobsCommand.js +2 -41
- package/dist/es/commands/ListJobsCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -28
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/RegisterJobDefinitionCommand.js +2 -27
- package/dist/es/commands/RegisterJobDefinitionCommand.js.map +1 -1
- package/dist/es/commands/SubmitJobCommand.js +2 -36
- package/dist/es/commands/SubmitJobCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -30
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/TerminateJobCommand.js +2 -29
- package/dist/es/commands/TerminateJobCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateComputeEnvironmentCommand.js +2 -27
- package/dist/es/commands/UpdateComputeEnvironmentCommand.js.map +1 -1
- package/dist/es/commands/UpdateJobQueueCommand.js +2 -27
- package/dist/es/commands/UpdateJobQueueCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -258
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/DescribeComputeEnvironmentsPaginator.js +16 -28
- package/dist/es/pagination/DescribeComputeEnvironmentsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeJobDefinitionsPaginator.js +16 -28
- package/dist/es/pagination/DescribeJobDefinitionsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeJobQueuesPaginator.js +16 -28
- package/dist/es/pagination/DescribeJobQueuesPaginator.js.map +1 -1
- package/dist/es/pagination/ListJobsPaginator.js +16 -28
- package/dist/es/pagination/ListJobsPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_restJson1.js +306 -311
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -39
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
|
@@ -6,23 +6,14 @@ export var ArrayJobDependency;
|
|
|
6
6
|
})(ArrayJobDependency || (ArrayJobDependency = {}));
|
|
7
7
|
export var ArrayProperties;
|
|
8
8
|
(function (ArrayProperties) {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
9
|
ArrayProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
10
|
})(ArrayProperties || (ArrayProperties = {}));
|
|
14
11
|
export var ArrayPropertiesDetail;
|
|
15
12
|
(function (ArrayPropertiesDetail) {
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
13
|
ArrayPropertiesDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
20
14
|
})(ArrayPropertiesDetail || (ArrayPropertiesDetail = {}));
|
|
21
15
|
export var ArrayPropertiesSummary;
|
|
22
16
|
(function (ArrayPropertiesSummary) {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
17
|
ArrayPropertiesSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
18
|
})(ArrayPropertiesSummary || (ArrayPropertiesSummary = {}));
|
|
28
19
|
export var AssignPublicIp;
|
|
@@ -32,51 +23,30 @@ export var AssignPublicIp;
|
|
|
32
23
|
})(AssignPublicIp || (AssignPublicIp = {}));
|
|
33
24
|
export var NetworkInterface;
|
|
34
25
|
(function (NetworkInterface) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
26
|
NetworkInterface.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
27
|
})(NetworkInterface || (NetworkInterface = {}));
|
|
40
28
|
export var AttemptContainerDetail;
|
|
41
29
|
(function (AttemptContainerDetail) {
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
30
|
AttemptContainerDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
31
|
})(AttemptContainerDetail || (AttemptContainerDetail = {}));
|
|
47
32
|
export var AttemptDetail;
|
|
48
33
|
(function (AttemptDetail) {
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
34
|
AttemptDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
35
|
})(AttemptDetail || (AttemptDetail = {}));
|
|
54
36
|
export var CancelJobRequest;
|
|
55
37
|
(function (CancelJobRequest) {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
38
|
CancelJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
39
|
})(CancelJobRequest || (CancelJobRequest = {}));
|
|
61
40
|
export var CancelJobResponse;
|
|
62
41
|
(function (CancelJobResponse) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
42
|
CancelJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
43
|
})(CancelJobResponse || (CancelJobResponse = {}));
|
|
68
44
|
export var ClientException;
|
|
69
45
|
(function (ClientException) {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
46
|
ClientException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
47
|
})(ClientException || (ClientException = {}));
|
|
75
48
|
export var ServerException;
|
|
76
49
|
(function (ServerException) {
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
50
|
ServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
51
|
})(ServerException || (ServerException = {}));
|
|
82
52
|
export var CRAllocationStrategy;
|
|
@@ -87,16 +57,10 @@ export var CRAllocationStrategy;
|
|
|
87
57
|
})(CRAllocationStrategy || (CRAllocationStrategy = {}));
|
|
88
58
|
export var Ec2Configuration;
|
|
89
59
|
(function (Ec2Configuration) {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
60
|
Ec2Configuration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
61
|
})(Ec2Configuration || (Ec2Configuration = {}));
|
|
95
62
|
export var LaunchTemplateSpecification;
|
|
96
63
|
(function (LaunchTemplateSpecification) {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
64
|
LaunchTemplateSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
65
|
})(LaunchTemplateSpecification || (LaunchTemplateSpecification = {}));
|
|
102
66
|
export var CRType;
|
|
@@ -108,9 +72,6 @@ export var CRType;
|
|
|
108
72
|
})(CRType || (CRType = {}));
|
|
109
73
|
export var ComputeResource;
|
|
110
74
|
(function (ComputeResource) {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
75
|
ComputeResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
76
|
})(ComputeResource || (ComputeResource = {}));
|
|
116
77
|
export var CEState;
|
|
@@ -125,23 +86,14 @@ export var CEType;
|
|
|
125
86
|
})(CEType || (CEType = {}));
|
|
126
87
|
export var CreateComputeEnvironmentRequest;
|
|
127
88
|
(function (CreateComputeEnvironmentRequest) {
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
89
|
CreateComputeEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
90
|
})(CreateComputeEnvironmentRequest || (CreateComputeEnvironmentRequest = {}));
|
|
133
91
|
export var CreateComputeEnvironmentResponse;
|
|
134
92
|
(function (CreateComputeEnvironmentResponse) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
93
|
CreateComputeEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
94
|
})(CreateComputeEnvironmentResponse || (CreateComputeEnvironmentResponse = {}));
|
|
140
95
|
export var ComputeEnvironmentOrder;
|
|
141
96
|
(function (ComputeEnvironmentOrder) {
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
97
|
ComputeEnvironmentOrder.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
98
|
})(ComputeEnvironmentOrder || (ComputeEnvironmentOrder = {}));
|
|
147
99
|
export var JQState;
|
|
@@ -151,65 +103,38 @@ export var JQState;
|
|
|
151
103
|
})(JQState || (JQState = {}));
|
|
152
104
|
export var CreateJobQueueRequest;
|
|
153
105
|
(function (CreateJobQueueRequest) {
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
106
|
CreateJobQueueRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
107
|
})(CreateJobQueueRequest || (CreateJobQueueRequest = {}));
|
|
159
108
|
export var CreateJobQueueResponse;
|
|
160
109
|
(function (CreateJobQueueResponse) {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
110
|
CreateJobQueueResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
111
|
})(CreateJobQueueResponse || (CreateJobQueueResponse = {}));
|
|
166
112
|
export var DeleteComputeEnvironmentRequest;
|
|
167
113
|
(function (DeleteComputeEnvironmentRequest) {
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
114
|
DeleteComputeEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
115
|
})(DeleteComputeEnvironmentRequest || (DeleteComputeEnvironmentRequest = {}));
|
|
173
116
|
export var DeleteComputeEnvironmentResponse;
|
|
174
117
|
(function (DeleteComputeEnvironmentResponse) {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
118
|
DeleteComputeEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
119
|
})(DeleteComputeEnvironmentResponse || (DeleteComputeEnvironmentResponse = {}));
|
|
180
120
|
export var DeleteJobQueueRequest;
|
|
181
121
|
(function (DeleteJobQueueRequest) {
|
|
182
|
-
/**
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
122
|
DeleteJobQueueRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
123
|
})(DeleteJobQueueRequest || (DeleteJobQueueRequest = {}));
|
|
187
124
|
export var DeleteJobQueueResponse;
|
|
188
125
|
(function (DeleteJobQueueResponse) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
126
|
DeleteJobQueueResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
127
|
})(DeleteJobQueueResponse || (DeleteJobQueueResponse = {}));
|
|
194
128
|
export var DeregisterJobDefinitionRequest;
|
|
195
129
|
(function (DeregisterJobDefinitionRequest) {
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
130
|
DeregisterJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
131
|
})(DeregisterJobDefinitionRequest || (DeregisterJobDefinitionRequest = {}));
|
|
201
132
|
export var DeregisterJobDefinitionResponse;
|
|
202
133
|
(function (DeregisterJobDefinitionResponse) {
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
134
|
DeregisterJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
135
|
})(DeregisterJobDefinitionResponse || (DeregisterJobDefinitionResponse = {}));
|
|
208
136
|
export var DescribeComputeEnvironmentsRequest;
|
|
209
137
|
(function (DescribeComputeEnvironmentsRequest) {
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
138
|
DescribeComputeEnvironmentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
139
|
})(DescribeComputeEnvironmentsRequest || (DescribeComputeEnvironmentsRequest = {}));
|
|
215
140
|
export var CEStatus;
|
|
@@ -223,37 +148,22 @@ export var CEStatus;
|
|
|
223
148
|
})(CEStatus || (CEStatus = {}));
|
|
224
149
|
export var ComputeEnvironmentDetail;
|
|
225
150
|
(function (ComputeEnvironmentDetail) {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
151
|
ComputeEnvironmentDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
152
|
})(ComputeEnvironmentDetail || (ComputeEnvironmentDetail = {}));
|
|
231
153
|
export var DescribeComputeEnvironmentsResponse;
|
|
232
154
|
(function (DescribeComputeEnvironmentsResponse) {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
155
|
DescribeComputeEnvironmentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
156
|
})(DescribeComputeEnvironmentsResponse || (DescribeComputeEnvironmentsResponse = {}));
|
|
238
157
|
export var DescribeJobDefinitionsRequest;
|
|
239
158
|
(function (DescribeJobDefinitionsRequest) {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
159
|
DescribeJobDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
160
|
})(DescribeJobDefinitionsRequest || (DescribeJobDefinitionsRequest = {}));
|
|
245
161
|
export var KeyValuePair;
|
|
246
162
|
(function (KeyValuePair) {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
163
|
KeyValuePair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
164
|
})(KeyValuePair || (KeyValuePair = {}));
|
|
252
165
|
export var FargatePlatformConfiguration;
|
|
253
166
|
(function (FargatePlatformConfiguration) {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
167
|
FargatePlatformConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
168
|
})(FargatePlatformConfiguration || (FargatePlatformConfiguration = {}));
|
|
259
169
|
export var DeviceCgroupPermission;
|
|
@@ -264,23 +174,14 @@ export var DeviceCgroupPermission;
|
|
|
264
174
|
})(DeviceCgroupPermission || (DeviceCgroupPermission = {}));
|
|
265
175
|
export var Device;
|
|
266
176
|
(function (Device) {
|
|
267
|
-
/**
|
|
268
|
-
* @internal
|
|
269
|
-
*/
|
|
270
177
|
Device.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
178
|
})(Device || (Device = {}));
|
|
272
179
|
export var Tmpfs;
|
|
273
180
|
(function (Tmpfs) {
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
181
|
Tmpfs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
182
|
})(Tmpfs || (Tmpfs = {}));
|
|
279
183
|
export var LinuxParameters;
|
|
280
184
|
(function (LinuxParameters) {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
185
|
LinuxParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
186
|
})(LinuxParameters || (LinuxParameters = {}));
|
|
286
187
|
export var LogDriver;
|
|
@@ -295,30 +196,18 @@ export var LogDriver;
|
|
|
295
196
|
})(LogDriver || (LogDriver = {}));
|
|
296
197
|
export var Secret;
|
|
297
198
|
(function (Secret) {
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
199
|
Secret.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
200
|
})(Secret || (Secret = {}));
|
|
303
201
|
export var LogConfiguration;
|
|
304
202
|
(function (LogConfiguration) {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
203
|
LogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
204
|
})(LogConfiguration || (LogConfiguration = {}));
|
|
310
205
|
export var MountPoint;
|
|
311
206
|
(function (MountPoint) {
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
207
|
MountPoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
208
|
})(MountPoint || (MountPoint = {}));
|
|
317
209
|
export var NetworkConfiguration;
|
|
318
210
|
(function (NetworkConfiguration) {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
211
|
NetworkConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
212
|
})(NetworkConfiguration || (NetworkConfiguration = {}));
|
|
324
213
|
export var ResourceType;
|
|
@@ -329,16 +218,10 @@ export var ResourceType;
|
|
|
329
218
|
})(ResourceType || (ResourceType = {}));
|
|
330
219
|
export var ResourceRequirement;
|
|
331
220
|
(function (ResourceRequirement) {
|
|
332
|
-
/**
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
221
|
ResourceRequirement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
222
|
})(ResourceRequirement || (ResourceRequirement = {}));
|
|
337
223
|
export var Ulimit;
|
|
338
224
|
(function (Ulimit) {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
225
|
Ulimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
226
|
})(Ulimit || (Ulimit = {}));
|
|
344
227
|
export var EFSAuthorizationConfigIAM;
|
|
@@ -348,9 +231,6 @@ export var EFSAuthorizationConfigIAM;
|
|
|
348
231
|
})(EFSAuthorizationConfigIAM || (EFSAuthorizationConfigIAM = {}));
|
|
349
232
|
export var EFSAuthorizationConfig;
|
|
350
233
|
(function (EFSAuthorizationConfig) {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
234
|
EFSAuthorizationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
235
|
})(EFSAuthorizationConfig || (EFSAuthorizationConfig = {}));
|
|
356
236
|
export var EFSTransitEncryption;
|
|
@@ -360,44 +240,26 @@ export var EFSTransitEncryption;
|
|
|
360
240
|
})(EFSTransitEncryption || (EFSTransitEncryption = {}));
|
|
361
241
|
export var EFSVolumeConfiguration;
|
|
362
242
|
(function (EFSVolumeConfiguration) {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
243
|
EFSVolumeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
244
|
})(EFSVolumeConfiguration || (EFSVolumeConfiguration = {}));
|
|
368
245
|
export var Host;
|
|
369
246
|
(function (Host) {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
247
|
Host.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
248
|
})(Host || (Host = {}));
|
|
375
249
|
export var Volume;
|
|
376
250
|
(function (Volume) {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
251
|
Volume.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
252
|
})(Volume || (Volume = {}));
|
|
382
253
|
export var ContainerProperties;
|
|
383
254
|
(function (ContainerProperties) {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
255
|
ContainerProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
256
|
})(ContainerProperties || (ContainerProperties = {}));
|
|
389
257
|
export var NodeRangeProperty;
|
|
390
258
|
(function (NodeRangeProperty) {
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
259
|
NodeRangeProperty.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
260
|
})(NodeRangeProperty || (NodeRangeProperty = {}));
|
|
396
261
|
export var NodeProperties;
|
|
397
262
|
(function (NodeProperties) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
263
|
NodeProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
264
|
})(NodeProperties || (NodeProperties = {}));
|
|
403
265
|
export var PlatformCapability;
|
|
@@ -412,44 +274,26 @@ export var RetryAction;
|
|
|
412
274
|
})(RetryAction || (RetryAction = {}));
|
|
413
275
|
export var EvaluateOnExit;
|
|
414
276
|
(function (EvaluateOnExit) {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
277
|
EvaluateOnExit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
278
|
})(EvaluateOnExit || (EvaluateOnExit = {}));
|
|
420
279
|
export var RetryStrategy;
|
|
421
280
|
(function (RetryStrategy) {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
281
|
RetryStrategy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
282
|
})(RetryStrategy || (RetryStrategy = {}));
|
|
427
283
|
export var JobTimeout;
|
|
428
284
|
(function (JobTimeout) {
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
285
|
JobTimeout.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
286
|
})(JobTimeout || (JobTimeout = {}));
|
|
434
287
|
export var JobDefinition;
|
|
435
288
|
(function (JobDefinition) {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
289
|
JobDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
290
|
})(JobDefinition || (JobDefinition = {}));
|
|
441
291
|
export var DescribeJobDefinitionsResponse;
|
|
442
292
|
(function (DescribeJobDefinitionsResponse) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
293
|
DescribeJobDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
294
|
})(DescribeJobDefinitionsResponse || (DescribeJobDefinitionsResponse = {}));
|
|
448
295
|
export var DescribeJobQueuesRequest;
|
|
449
296
|
(function (DescribeJobQueuesRequest) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
297
|
DescribeJobQueuesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
298
|
})(DescribeJobQueuesRequest || (DescribeJobQueuesRequest = {}));
|
|
455
299
|
export var JQStatus;
|
|
@@ -463,44 +307,26 @@ export var JQStatus;
|
|
|
463
307
|
})(JQStatus || (JQStatus = {}));
|
|
464
308
|
export var JobQueueDetail;
|
|
465
309
|
(function (JobQueueDetail) {
|
|
466
|
-
/**
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
310
|
JobQueueDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
311
|
})(JobQueueDetail || (JobQueueDetail = {}));
|
|
471
312
|
export var DescribeJobQueuesResponse;
|
|
472
313
|
(function (DescribeJobQueuesResponse) {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
314
|
DescribeJobQueuesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
315
|
})(DescribeJobQueuesResponse || (DescribeJobQueuesResponse = {}));
|
|
478
316
|
export var DescribeJobsRequest;
|
|
479
317
|
(function (DescribeJobsRequest) {
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
318
|
DescribeJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
319
|
})(DescribeJobsRequest || (DescribeJobsRequest = {}));
|
|
485
320
|
export var ContainerDetail;
|
|
486
321
|
(function (ContainerDetail) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
322
|
ContainerDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
323
|
})(ContainerDetail || (ContainerDetail = {}));
|
|
492
324
|
export var JobDependency;
|
|
493
325
|
(function (JobDependency) {
|
|
494
|
-
/**
|
|
495
|
-
* @internal
|
|
496
|
-
*/
|
|
497
326
|
JobDependency.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
327
|
})(JobDependency || (JobDependency = {}));
|
|
499
328
|
export var NodeDetails;
|
|
500
329
|
(function (NodeDetails) {
|
|
501
|
-
/**
|
|
502
|
-
* @internal
|
|
503
|
-
*/
|
|
504
330
|
NodeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
331
|
})(NodeDetails || (NodeDetails = {}));
|
|
506
332
|
export var JobStatus;
|
|
@@ -515,72 +341,42 @@ export var JobStatus;
|
|
|
515
341
|
})(JobStatus || (JobStatus = {}));
|
|
516
342
|
export var JobDetail;
|
|
517
343
|
(function (JobDetail) {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
344
|
JobDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
345
|
})(JobDetail || (JobDetail = {}));
|
|
523
346
|
export var DescribeJobsResponse;
|
|
524
347
|
(function (DescribeJobsResponse) {
|
|
525
|
-
/**
|
|
526
|
-
* @internal
|
|
527
|
-
*/
|
|
528
348
|
DescribeJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
349
|
})(DescribeJobsResponse || (DescribeJobsResponse = {}));
|
|
530
350
|
export var KeyValuesPair;
|
|
531
351
|
(function (KeyValuesPair) {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
352
|
KeyValuesPair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
353
|
})(KeyValuesPair || (KeyValuesPair = {}));
|
|
537
354
|
export var ListJobsRequest;
|
|
538
355
|
(function (ListJobsRequest) {
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
356
|
ListJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
357
|
})(ListJobsRequest || (ListJobsRequest = {}));
|
|
544
358
|
export var ContainerSummary;
|
|
545
359
|
(function (ContainerSummary) {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
360
|
ContainerSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
361
|
})(ContainerSummary || (ContainerSummary = {}));
|
|
551
362
|
export var NodePropertiesSummary;
|
|
552
363
|
(function (NodePropertiesSummary) {
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
364
|
NodePropertiesSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
365
|
})(NodePropertiesSummary || (NodePropertiesSummary = {}));
|
|
558
366
|
export var JobSummary;
|
|
559
367
|
(function (JobSummary) {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
368
|
JobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
369
|
})(JobSummary || (JobSummary = {}));
|
|
565
370
|
export var ListJobsResponse;
|
|
566
371
|
(function (ListJobsResponse) {
|
|
567
|
-
/**
|
|
568
|
-
* @internal
|
|
569
|
-
*/
|
|
570
372
|
ListJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
373
|
})(ListJobsResponse || (ListJobsResponse = {}));
|
|
572
374
|
export var ListTagsForResourceRequest;
|
|
573
375
|
(function (ListTagsForResourceRequest) {
|
|
574
|
-
/**
|
|
575
|
-
* @internal
|
|
576
|
-
*/
|
|
577
376
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
377
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
579
378
|
export var ListTagsForResourceResponse;
|
|
580
379
|
(function (ListTagsForResourceResponse) {
|
|
581
|
-
/**
|
|
582
|
-
* @internal
|
|
583
|
-
*/
|
|
584
380
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
381
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
586
382
|
export var JobDefinitionType;
|
|
@@ -590,128 +386,74 @@ export var JobDefinitionType;
|
|
|
590
386
|
})(JobDefinitionType || (JobDefinitionType = {}));
|
|
591
387
|
export var RegisterJobDefinitionRequest;
|
|
592
388
|
(function (RegisterJobDefinitionRequest) {
|
|
593
|
-
/**
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
596
389
|
RegisterJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
390
|
})(RegisterJobDefinitionRequest || (RegisterJobDefinitionRequest = {}));
|
|
598
391
|
export var RegisterJobDefinitionResponse;
|
|
599
392
|
(function (RegisterJobDefinitionResponse) {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
393
|
RegisterJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
394
|
})(RegisterJobDefinitionResponse || (RegisterJobDefinitionResponse = {}));
|
|
605
395
|
export var ContainerOverrides;
|
|
606
396
|
(function (ContainerOverrides) {
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
397
|
ContainerOverrides.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
398
|
})(ContainerOverrides || (ContainerOverrides = {}));
|
|
612
399
|
export var NodePropertyOverride;
|
|
613
400
|
(function (NodePropertyOverride) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
401
|
NodePropertyOverride.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
402
|
})(NodePropertyOverride || (NodePropertyOverride = {}));
|
|
619
403
|
export var NodeOverrides;
|
|
620
404
|
(function (NodeOverrides) {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
405
|
NodeOverrides.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
406
|
})(NodeOverrides || (NodeOverrides = {}));
|
|
626
407
|
export var SubmitJobRequest;
|
|
627
408
|
(function (SubmitJobRequest) {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
409
|
SubmitJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
410
|
})(SubmitJobRequest || (SubmitJobRequest = {}));
|
|
633
411
|
export var SubmitJobResponse;
|
|
634
412
|
(function (SubmitJobResponse) {
|
|
635
|
-
/**
|
|
636
|
-
* @internal
|
|
637
|
-
*/
|
|
638
413
|
SubmitJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
414
|
})(SubmitJobResponse || (SubmitJobResponse = {}));
|
|
640
415
|
export var TagResourceRequest;
|
|
641
416
|
(function (TagResourceRequest) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
417
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
418
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
647
419
|
export var TagResourceResponse;
|
|
648
420
|
(function (TagResourceResponse) {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
421
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
422
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
654
423
|
export var TerminateJobRequest;
|
|
655
424
|
(function (TerminateJobRequest) {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
425
|
TerminateJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
426
|
})(TerminateJobRequest || (TerminateJobRequest = {}));
|
|
661
427
|
export var TerminateJobResponse;
|
|
662
428
|
(function (TerminateJobResponse) {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
429
|
TerminateJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
430
|
})(TerminateJobResponse || (TerminateJobResponse = {}));
|
|
668
431
|
export var UntagResourceRequest;
|
|
669
432
|
(function (UntagResourceRequest) {
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
433
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
434
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
675
435
|
export var UntagResourceResponse;
|
|
676
436
|
(function (UntagResourceResponse) {
|
|
677
|
-
/**
|
|
678
|
-
* @internal
|
|
679
|
-
*/
|
|
680
437
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
438
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
682
439
|
export var ComputeResourceUpdate;
|
|
683
440
|
(function (ComputeResourceUpdate) {
|
|
684
|
-
/**
|
|
685
|
-
* @internal
|
|
686
|
-
*/
|
|
687
441
|
ComputeResourceUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
442
|
})(ComputeResourceUpdate || (ComputeResourceUpdate = {}));
|
|
689
443
|
export var UpdateComputeEnvironmentRequest;
|
|
690
444
|
(function (UpdateComputeEnvironmentRequest) {
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
694
445
|
UpdateComputeEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
446
|
})(UpdateComputeEnvironmentRequest || (UpdateComputeEnvironmentRequest = {}));
|
|
696
447
|
export var UpdateComputeEnvironmentResponse;
|
|
697
448
|
(function (UpdateComputeEnvironmentResponse) {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
449
|
UpdateComputeEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
450
|
})(UpdateComputeEnvironmentResponse || (UpdateComputeEnvironmentResponse = {}));
|
|
703
451
|
export var UpdateJobQueueRequest;
|
|
704
452
|
(function (UpdateJobQueueRequest) {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
453
|
UpdateJobQueueRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
454
|
})(UpdateJobQueueRequest || (UpdateJobQueueRequest = {}));
|
|
710
455
|
export var UpdateJobQueueResponse;
|
|
711
456
|
(function (UpdateJobQueueResponse) {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
457
|
UpdateJobQueueResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
458
|
})(UpdateJobQueueResponse || (UpdateJobQueueResponse = {}));
|
|
717
459
|
//# sourceMappingURL=models_0.js.map
|