@aws-sdk/client-batch 3.306.0 → 3.310.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 (53) hide show
  1. package/dist-cjs/commands/CancelJobCommand.js +2 -2
  2. package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +2 -2
  3. package/dist-cjs/commands/CreateJobQueueCommand.js +2 -2
  4. package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteJobQueueCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +2 -2
  8. package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeJobQueuesCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeJobsCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +2 -2
  14. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  15. package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +2 -2
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  17. package/dist-cjs/commands/RegisterJobDefinitionCommand.js +2 -2
  18. package/dist-cjs/commands/SubmitJobCommand.js +2 -2
  19. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  20. package/dist-cjs/commands/TerminateJobCommand.js +2 -2
  21. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateJobQueueCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +2 -2
  25. package/dist-cjs/protocols/Aws_restJson1.js +649 -797
  26. package/dist-es/commands/CancelJobCommand.js +3 -3
  27. package/dist-es/commands/CreateComputeEnvironmentCommand.js +3 -3
  28. package/dist-es/commands/CreateJobQueueCommand.js +3 -3
  29. package/dist-es/commands/CreateSchedulingPolicyCommand.js +3 -3
  30. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +3 -3
  31. package/dist-es/commands/DeleteJobQueueCommand.js +3 -3
  32. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +3 -3
  33. package/dist-es/commands/DeregisterJobDefinitionCommand.js +3 -3
  34. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +3 -3
  35. package/dist-es/commands/DescribeJobDefinitionsCommand.js +3 -3
  36. package/dist-es/commands/DescribeJobQueuesCommand.js +3 -3
  37. package/dist-es/commands/DescribeJobsCommand.js +3 -3
  38. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +3 -3
  39. package/dist-es/commands/ListJobsCommand.js +3 -3
  40. package/dist-es/commands/ListSchedulingPoliciesCommand.js +3 -3
  41. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  42. package/dist-es/commands/RegisterJobDefinitionCommand.js +3 -3
  43. package/dist-es/commands/SubmitJobCommand.js +3 -3
  44. package/dist-es/commands/TagResourceCommand.js +3 -3
  45. package/dist-es/commands/TerminateJobCommand.js +3 -3
  46. package/dist-es/commands/UntagResourceCommand.js +3 -3
  47. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +3 -3
  48. package/dist-es/commands/UpdateJobQueueCommand.js +3 -3
  49. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +3 -3
  50. package/dist-es/protocols/Aws_restJson1.js +600 -748
  51. package/dist-types/protocols/Aws_restJson1.d.ts +192 -48
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -48
  53. package/package.json +35 -35
@@ -24,51 +24,195 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
24
24
  import { UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput } from "../commands/UpdateComputeEnvironmentCommand";
25
25
  import { UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput } from "../commands/UpdateJobQueueCommand";
26
26
  import { UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput } from "../commands/UpdateSchedulingPolicyCommand";
27
- export declare const serializeAws_restJson1CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1CreateComputeEnvironmentCommand: (input: CreateComputeEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1CreateJobQueueCommand: (input: CreateJobQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1CreateSchedulingPolicyCommand: (input: CreateSchedulingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1DeleteComputeEnvironmentCommand: (input: DeleteComputeEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1DeleteJobQueueCommand: (input: DeleteJobQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1DeleteSchedulingPolicyCommand: (input: DeleteSchedulingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1DeregisterJobDefinitionCommand: (input: DeregisterJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1DescribeComputeEnvironmentsCommand: (input: DescribeComputeEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1DescribeJobDefinitionsCommand: (input: DescribeJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1DescribeJobQueuesCommand: (input: DescribeJobQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1DescribeJobsCommand: (input: DescribeJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1DescribeSchedulingPoliciesCommand: (input: DescribeSchedulingPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1ListSchedulingPoliciesCommand: (input: ListSchedulingPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1RegisterJobDefinitionCommand: (input: RegisterJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1SubmitJobCommand: (input: SubmitJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1TerminateJobCommand: (input: TerminateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1UpdateComputeEnvironmentCommand: (input: UpdateComputeEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1UpdateJobQueueCommand: (input: UpdateJobQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1UpdateSchedulingPolicyCommand: (input: UpdateSchedulingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const deserializeAws_restJson1CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
52
- export declare const deserializeAws_restJson1CreateComputeEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComputeEnvironmentCommandOutput>;
53
- export declare const deserializeAws_restJson1CreateJobQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobQueueCommandOutput>;
54
- export declare const deserializeAws_restJson1CreateSchedulingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchedulingPolicyCommandOutput>;
55
- export declare const deserializeAws_restJson1DeleteComputeEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComputeEnvironmentCommandOutput>;
56
- export declare const deserializeAws_restJson1DeleteJobQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobQueueCommandOutput>;
57
- export declare const deserializeAws_restJson1DeleteSchedulingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchedulingPolicyCommandOutput>;
58
- export declare const deserializeAws_restJson1DeregisterJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterJobDefinitionCommandOutput>;
59
- export declare const deserializeAws_restJson1DescribeComputeEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeComputeEnvironmentsCommandOutput>;
60
- export declare const deserializeAws_restJson1DescribeJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobDefinitionsCommandOutput>;
61
- export declare const deserializeAws_restJson1DescribeJobQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobQueuesCommandOutput>;
62
- export declare const deserializeAws_restJson1DescribeJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobsCommandOutput>;
63
- export declare const deserializeAws_restJson1DescribeSchedulingPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSchedulingPoliciesCommandOutput>;
64
- export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
65
- export declare const deserializeAws_restJson1ListSchedulingPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchedulingPoliciesCommandOutput>;
66
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
67
- export declare const deserializeAws_restJson1RegisterJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterJobDefinitionCommandOutput>;
68
- export declare const deserializeAws_restJson1SubmitJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitJobCommandOutput>;
69
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
70
- export declare const deserializeAws_restJson1TerminateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateJobCommandOutput>;
71
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
72
- export declare const deserializeAws_restJson1UpdateComputeEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComputeEnvironmentCommandOutput>;
73
- export declare const deserializeAws_restJson1UpdateJobQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobQueueCommandOutput>;
74
- export declare const deserializeAws_restJson1UpdateSchedulingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSchedulingPolicyCommandOutput>;
27
+ /**
28
+ * serializeAws_restJson1CancelJobCommand
29
+ */
30
+ export declare const se_CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
+ /**
32
+ * serializeAws_restJson1CreateComputeEnvironmentCommand
33
+ */
34
+ export declare const se_CreateComputeEnvironmentCommand: (input: CreateComputeEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ /**
36
+ * serializeAws_restJson1CreateJobQueueCommand
37
+ */
38
+ export declare const se_CreateJobQueueCommand: (input: CreateJobQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ /**
40
+ * serializeAws_restJson1CreateSchedulingPolicyCommand
41
+ */
42
+ export declare const se_CreateSchedulingPolicyCommand: (input: CreateSchedulingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ /**
44
+ * serializeAws_restJson1DeleteComputeEnvironmentCommand
45
+ */
46
+ export declare const se_DeleteComputeEnvironmentCommand: (input: DeleteComputeEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ /**
48
+ * serializeAws_restJson1DeleteJobQueueCommand
49
+ */
50
+ export declare const se_DeleteJobQueueCommand: (input: DeleteJobQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_restJson1DeleteSchedulingPolicyCommand
53
+ */
54
+ export declare const se_DeleteSchedulingPolicyCommand: (input: DeleteSchedulingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_restJson1DeregisterJobDefinitionCommand
57
+ */
58
+ export declare const se_DeregisterJobDefinitionCommand: (input: DeregisterJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_restJson1DescribeComputeEnvironmentsCommand
61
+ */
62
+ export declare const se_DescribeComputeEnvironmentsCommand: (input: DescribeComputeEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_restJson1DescribeJobDefinitionsCommand
65
+ */
66
+ export declare const se_DescribeJobDefinitionsCommand: (input: DescribeJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_restJson1DescribeJobQueuesCommand
69
+ */
70
+ export declare const se_DescribeJobQueuesCommand: (input: DescribeJobQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_restJson1DescribeJobsCommand
73
+ */
74
+ export declare const se_DescribeJobsCommand: (input: DescribeJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_restJson1DescribeSchedulingPoliciesCommand
77
+ */
78
+ export declare const se_DescribeSchedulingPoliciesCommand: (input: DescribeSchedulingPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_restJson1ListJobsCommand
81
+ */
82
+ export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_restJson1ListSchedulingPoliciesCommand
85
+ */
86
+ export declare const se_ListSchedulingPoliciesCommand: (input: ListSchedulingPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_restJson1ListTagsForResourceCommand
89
+ */
90
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_restJson1RegisterJobDefinitionCommand
93
+ */
94
+ export declare const se_RegisterJobDefinitionCommand: (input: RegisterJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_restJson1SubmitJobCommand
97
+ */
98
+ export declare const se_SubmitJobCommand: (input: SubmitJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_restJson1TagResourceCommand
101
+ */
102
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1TerminateJobCommand
105
+ */
106
+ export declare const se_TerminateJobCommand: (input: TerminateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_restJson1UntagResourceCommand
109
+ */
110
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restJson1UpdateComputeEnvironmentCommand
113
+ */
114
+ export declare const se_UpdateComputeEnvironmentCommand: (input: UpdateComputeEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_restJson1UpdateJobQueueCommand
117
+ */
118
+ export declare const se_UpdateJobQueueCommand: (input: UpdateJobQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_restJson1UpdateSchedulingPolicyCommand
121
+ */
122
+ export declare const se_UpdateSchedulingPolicyCommand: (input: UpdateSchedulingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * deserializeAws_restJson1CancelJobCommand
125
+ */
126
+ export declare const de_CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
127
+ /**
128
+ * deserializeAws_restJson1CreateComputeEnvironmentCommand
129
+ */
130
+ export declare const de_CreateComputeEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComputeEnvironmentCommandOutput>;
131
+ /**
132
+ * deserializeAws_restJson1CreateJobQueueCommand
133
+ */
134
+ export declare const de_CreateJobQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobQueueCommandOutput>;
135
+ /**
136
+ * deserializeAws_restJson1CreateSchedulingPolicyCommand
137
+ */
138
+ export declare const de_CreateSchedulingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchedulingPolicyCommandOutput>;
139
+ /**
140
+ * deserializeAws_restJson1DeleteComputeEnvironmentCommand
141
+ */
142
+ export declare const de_DeleteComputeEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComputeEnvironmentCommandOutput>;
143
+ /**
144
+ * deserializeAws_restJson1DeleteJobQueueCommand
145
+ */
146
+ export declare const de_DeleteJobQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobQueueCommandOutput>;
147
+ /**
148
+ * deserializeAws_restJson1DeleteSchedulingPolicyCommand
149
+ */
150
+ export declare const de_DeleteSchedulingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchedulingPolicyCommandOutput>;
151
+ /**
152
+ * deserializeAws_restJson1DeregisterJobDefinitionCommand
153
+ */
154
+ export declare const de_DeregisterJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterJobDefinitionCommandOutput>;
155
+ /**
156
+ * deserializeAws_restJson1DescribeComputeEnvironmentsCommand
157
+ */
158
+ export declare const de_DescribeComputeEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeComputeEnvironmentsCommandOutput>;
159
+ /**
160
+ * deserializeAws_restJson1DescribeJobDefinitionsCommand
161
+ */
162
+ export declare const de_DescribeJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobDefinitionsCommandOutput>;
163
+ /**
164
+ * deserializeAws_restJson1DescribeJobQueuesCommand
165
+ */
166
+ export declare const de_DescribeJobQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobQueuesCommandOutput>;
167
+ /**
168
+ * deserializeAws_restJson1DescribeJobsCommand
169
+ */
170
+ export declare const de_DescribeJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobsCommandOutput>;
171
+ /**
172
+ * deserializeAws_restJson1DescribeSchedulingPoliciesCommand
173
+ */
174
+ export declare const de_DescribeSchedulingPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSchedulingPoliciesCommandOutput>;
175
+ /**
176
+ * deserializeAws_restJson1ListJobsCommand
177
+ */
178
+ export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
179
+ /**
180
+ * deserializeAws_restJson1ListSchedulingPoliciesCommand
181
+ */
182
+ export declare const de_ListSchedulingPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchedulingPoliciesCommandOutput>;
183
+ /**
184
+ * deserializeAws_restJson1ListTagsForResourceCommand
185
+ */
186
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
187
+ /**
188
+ * deserializeAws_restJson1RegisterJobDefinitionCommand
189
+ */
190
+ export declare const de_RegisterJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterJobDefinitionCommandOutput>;
191
+ /**
192
+ * deserializeAws_restJson1SubmitJobCommand
193
+ */
194
+ export declare const de_SubmitJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitJobCommandOutput>;
195
+ /**
196
+ * deserializeAws_restJson1TagResourceCommand
197
+ */
198
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
199
+ /**
200
+ * deserializeAws_restJson1TerminateJobCommand
201
+ */
202
+ export declare const de_TerminateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateJobCommandOutput>;
203
+ /**
204
+ * deserializeAws_restJson1UntagResourceCommand
205
+ */
206
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
207
+ /**
208
+ * deserializeAws_restJson1UpdateComputeEnvironmentCommand
209
+ */
210
+ export declare const de_UpdateComputeEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComputeEnvironmentCommandOutput>;
211
+ /**
212
+ * deserializeAws_restJson1UpdateJobQueueCommand
213
+ */
214
+ export declare const de_UpdateJobQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobQueueCommandOutput>;
215
+ /**
216
+ * deserializeAws_restJson1UpdateSchedulingPolicyCommand
217
+ */
218
+ export declare const de_UpdateSchedulingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSchedulingPolicyCommandOutput>;
@@ -99,195 +99,195 @@ import {
99
99
  UpdateSchedulingPolicyCommandInput,
100
100
  UpdateSchedulingPolicyCommandOutput,
101
101
  } from "../commands/UpdateSchedulingPolicyCommand";
102
- export declare const serializeAws_restJson1CancelJobCommand: (
102
+ export declare const se_CancelJobCommand: (
103
103
  input: CancelJobCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1CreateComputeEnvironmentCommand: (
106
+ export declare const se_CreateComputeEnvironmentCommand: (
107
107
  input: CreateComputeEnvironmentCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1CreateJobQueueCommand: (
110
+ export declare const se_CreateJobQueueCommand: (
111
111
  input: CreateJobQueueCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1CreateSchedulingPolicyCommand: (
114
+ export declare const se_CreateSchedulingPolicyCommand: (
115
115
  input: CreateSchedulingPolicyCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1DeleteComputeEnvironmentCommand: (
118
+ export declare const se_DeleteComputeEnvironmentCommand: (
119
119
  input: DeleteComputeEnvironmentCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1DeleteJobQueueCommand: (
122
+ export declare const se_DeleteJobQueueCommand: (
123
123
  input: DeleteJobQueueCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1DeleteSchedulingPolicyCommand: (
126
+ export declare const se_DeleteSchedulingPolicyCommand: (
127
127
  input: DeleteSchedulingPolicyCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1DeregisterJobDefinitionCommand: (
130
+ export declare const se_DeregisterJobDefinitionCommand: (
131
131
  input: DeregisterJobDefinitionCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1DescribeComputeEnvironmentsCommand: (
134
+ export declare const se_DescribeComputeEnvironmentsCommand: (
135
135
  input: DescribeComputeEnvironmentsCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1DescribeJobDefinitionsCommand: (
138
+ export declare const se_DescribeJobDefinitionsCommand: (
139
139
  input: DescribeJobDefinitionsCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1DescribeJobQueuesCommand: (
142
+ export declare const se_DescribeJobQueuesCommand: (
143
143
  input: DescribeJobQueuesCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1DescribeJobsCommand: (
146
+ export declare const se_DescribeJobsCommand: (
147
147
  input: DescribeJobsCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1DescribeSchedulingPoliciesCommand: (
150
+ export declare const se_DescribeSchedulingPoliciesCommand: (
151
151
  input: DescribeSchedulingPoliciesCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1ListJobsCommand: (
154
+ export declare const se_ListJobsCommand: (
155
155
  input: ListJobsCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1ListSchedulingPoliciesCommand: (
158
+ export declare const se_ListSchedulingPoliciesCommand: (
159
159
  input: ListSchedulingPoliciesCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
162
+ export declare const se_ListTagsForResourceCommand: (
163
163
  input: ListTagsForResourceCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1RegisterJobDefinitionCommand: (
166
+ export declare const se_RegisterJobDefinitionCommand: (
167
167
  input: RegisterJobDefinitionCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1SubmitJobCommand: (
170
+ export declare const se_SubmitJobCommand: (
171
171
  input: SubmitJobCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1TagResourceCommand: (
174
+ export declare const se_TagResourceCommand: (
175
175
  input: TagResourceCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1TerminateJobCommand: (
178
+ export declare const se_TerminateJobCommand: (
179
179
  input: TerminateJobCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1UntagResourceCommand: (
182
+ export declare const se_UntagResourceCommand: (
183
183
  input: UntagResourceCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1UpdateComputeEnvironmentCommand: (
186
+ export declare const se_UpdateComputeEnvironmentCommand: (
187
187
  input: UpdateComputeEnvironmentCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1UpdateJobQueueCommand: (
190
+ export declare const se_UpdateJobQueueCommand: (
191
191
  input: UpdateJobQueueCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1UpdateSchedulingPolicyCommand: (
194
+ export declare const se_UpdateSchedulingPolicyCommand: (
195
195
  input: UpdateSchedulingPolicyCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const deserializeAws_restJson1CancelJobCommand: (
198
+ export declare const de_CancelJobCommand: (
199
199
  output: __HttpResponse,
200
200
  context: __SerdeContext
201
201
  ) => Promise<CancelJobCommandOutput>;
202
- export declare const deserializeAws_restJson1CreateComputeEnvironmentCommand: (
202
+ export declare const de_CreateComputeEnvironmentCommand: (
203
203
  output: __HttpResponse,
204
204
  context: __SerdeContext
205
205
  ) => Promise<CreateComputeEnvironmentCommandOutput>;
206
- export declare const deserializeAws_restJson1CreateJobQueueCommand: (
206
+ export declare const de_CreateJobQueueCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<CreateJobQueueCommandOutput>;
210
- export declare const deserializeAws_restJson1CreateSchedulingPolicyCommand: (
210
+ export declare const de_CreateSchedulingPolicyCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<CreateSchedulingPolicyCommandOutput>;
214
- export declare const deserializeAws_restJson1DeleteComputeEnvironmentCommand: (
214
+ export declare const de_DeleteComputeEnvironmentCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<DeleteComputeEnvironmentCommandOutput>;
218
- export declare const deserializeAws_restJson1DeleteJobQueueCommand: (
218
+ export declare const de_DeleteJobQueueCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<DeleteJobQueueCommandOutput>;
222
- export declare const deserializeAws_restJson1DeleteSchedulingPolicyCommand: (
222
+ export declare const de_DeleteSchedulingPolicyCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<DeleteSchedulingPolicyCommandOutput>;
226
- export declare const deserializeAws_restJson1DeregisterJobDefinitionCommand: (
226
+ export declare const de_DeregisterJobDefinitionCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<DeregisterJobDefinitionCommandOutput>;
230
- export declare const deserializeAws_restJson1DescribeComputeEnvironmentsCommand: (
230
+ export declare const de_DescribeComputeEnvironmentsCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<DescribeComputeEnvironmentsCommandOutput>;
234
- export declare const deserializeAws_restJson1DescribeJobDefinitionsCommand: (
234
+ export declare const de_DescribeJobDefinitionsCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<DescribeJobDefinitionsCommandOutput>;
238
- export declare const deserializeAws_restJson1DescribeJobQueuesCommand: (
238
+ export declare const de_DescribeJobQueuesCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<DescribeJobQueuesCommandOutput>;
242
- export declare const deserializeAws_restJson1DescribeJobsCommand: (
242
+ export declare const de_DescribeJobsCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<DescribeJobsCommandOutput>;
246
- export declare const deserializeAws_restJson1DescribeSchedulingPoliciesCommand: (
246
+ export declare const de_DescribeSchedulingPoliciesCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<DescribeSchedulingPoliciesCommandOutput>;
250
- export declare const deserializeAws_restJson1ListJobsCommand: (
250
+ export declare const de_ListJobsCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<ListJobsCommandOutput>;
254
- export declare const deserializeAws_restJson1ListSchedulingPoliciesCommand: (
254
+ export declare const de_ListSchedulingPoliciesCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<ListSchedulingPoliciesCommandOutput>;
258
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
258
+ export declare const de_ListTagsForResourceCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<ListTagsForResourceCommandOutput>;
262
- export declare const deserializeAws_restJson1RegisterJobDefinitionCommand: (
262
+ export declare const de_RegisterJobDefinitionCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<RegisterJobDefinitionCommandOutput>;
266
- export declare const deserializeAws_restJson1SubmitJobCommand: (
266
+ export declare const de_SubmitJobCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<SubmitJobCommandOutput>;
270
- export declare const deserializeAws_restJson1TagResourceCommand: (
270
+ export declare const de_TagResourceCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<TagResourceCommandOutput>;
274
- export declare const deserializeAws_restJson1TerminateJobCommand: (
274
+ export declare const de_TerminateJobCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<TerminateJobCommandOutput>;
278
- export declare const deserializeAws_restJson1UntagResourceCommand: (
278
+ export declare const de_UntagResourceCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<UntagResourceCommandOutput>;
282
- export declare const deserializeAws_restJson1UpdateComputeEnvironmentCommand: (
282
+ export declare const de_UpdateComputeEnvironmentCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<UpdateComputeEnvironmentCommandOutput>;
286
- export declare const deserializeAws_restJson1UpdateJobQueueCommand: (
286
+ export declare const de_UpdateJobQueueCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<UpdateJobQueueCommandOutput>;
290
- export declare const deserializeAws_restJson1UpdateSchedulingPolicyCommand: (
290
+ export declare const de_UpdateSchedulingPolicyCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<UpdateSchedulingPolicyCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-batch",
3
3
  "description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.310.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "files": [
79
- "dist-*"
79
+ "dist-*/**"
80
80
  ],
81
81
  "author": {
82
82
  "name": "AWS SDK for JavaScript Team",