@aws-sdk/client-batch 3.306.0 → 3.309.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/dist-cjs/commands/CancelJobCommand.js +2 -2
- package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/CreateJobQueueCommand.js +2 -2
- package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteJobQueueCommand.js +2 -2
- package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobQueuesCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobsCommand.js +2 -2
- package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RegisterJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/SubmitJobCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TerminateJobCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobQueueCommand.js +2 -2
- package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +649 -797
- package/dist-es/commands/CancelJobCommand.js +3 -3
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +3 -3
- package/dist-es/commands/CreateJobQueueCommand.js +3 -3
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteJobQueueCommand.js +3 -3
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +3 -3
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +3 -3
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/DescribeJobQueuesCommand.js +3 -3
- package/dist-es/commands/DescribeJobsCommand.js +3 -3
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RegisterJobDefinitionCommand.js +3 -3
- package/dist-es/commands/SubmitJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TerminateJobCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +3 -3
- package/dist-es/commands/UpdateJobQueueCommand.js +3 -3
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +600 -748
- package/dist-types/protocols/Aws_restJson1.d.ts +192 -48
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -48
- package/package.json +6 -6
|
@@ -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
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
export declare const
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
export declare const
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
export declare const
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export declare const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
export declare const
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
export declare const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export declare const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
export declare const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export declare const
|
|
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
|
|
102
|
+
export declare const se_CancelJobCommand: (
|
|
103
103
|
input: CancelJobCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_CreateComputeEnvironmentCommand: (
|
|
107
107
|
input: CreateComputeEnvironmentCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_CreateJobQueueCommand: (
|
|
111
111
|
input: CreateJobQueueCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_CreateSchedulingPolicyCommand: (
|
|
115
115
|
input: CreateSchedulingPolicyCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_DeleteComputeEnvironmentCommand: (
|
|
119
119
|
input: DeleteComputeEnvironmentCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_DeleteJobQueueCommand: (
|
|
123
123
|
input: DeleteJobQueueCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_DeleteSchedulingPolicyCommand: (
|
|
127
127
|
input: DeleteSchedulingPolicyCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_DeregisterJobDefinitionCommand: (
|
|
131
131
|
input: DeregisterJobDefinitionCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_DescribeComputeEnvironmentsCommand: (
|
|
135
135
|
input: DescribeComputeEnvironmentsCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DescribeJobDefinitionsCommand: (
|
|
139
139
|
input: DescribeJobDefinitionsCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DescribeJobQueuesCommand: (
|
|
143
143
|
input: DescribeJobQueuesCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_DescribeJobsCommand: (
|
|
147
147
|
input: DescribeJobsCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DescribeSchedulingPoliciesCommand: (
|
|
151
151
|
input: DescribeSchedulingPoliciesCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_ListJobsCommand: (
|
|
155
155
|
input: ListJobsCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_ListSchedulingPoliciesCommand: (
|
|
159
159
|
input: ListSchedulingPoliciesCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
163
163
|
input: ListTagsForResourceCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_RegisterJobDefinitionCommand: (
|
|
167
167
|
input: RegisterJobDefinitionCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_SubmitJobCommand: (
|
|
171
171
|
input: SubmitJobCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_TagResourceCommand: (
|
|
175
175
|
input: TagResourceCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_TerminateJobCommand: (
|
|
179
179
|
input: TerminateJobCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_UntagResourceCommand: (
|
|
183
183
|
input: UntagResourceCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_UpdateComputeEnvironmentCommand: (
|
|
187
187
|
input: UpdateComputeEnvironmentCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_UpdateJobQueueCommand: (
|
|
191
191
|
input: UpdateJobQueueCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_UpdateSchedulingPolicyCommand: (
|
|
195
195
|
input: UpdateSchedulingPolicyCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_CancelJobCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<CancelJobCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_CreateComputeEnvironmentCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<CreateComputeEnvironmentCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_CreateJobQueueCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<CreateJobQueueCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_CreateSchedulingPolicyCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<CreateSchedulingPolicyCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_DeleteComputeEnvironmentCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<DeleteComputeEnvironmentCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_DeleteJobQueueCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<DeleteJobQueueCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_DeleteSchedulingPolicyCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<DeleteSchedulingPolicyCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_DeregisterJobDefinitionCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<DeregisterJobDefinitionCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_DescribeComputeEnvironmentsCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<DescribeComputeEnvironmentsCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_DescribeJobDefinitionsCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<DescribeJobDefinitionsCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_DescribeJobQueuesCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<DescribeJobQueuesCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_DescribeJobsCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<DescribeJobsCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_DescribeSchedulingPoliciesCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<DescribeSchedulingPoliciesCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_ListJobsCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<ListJobsCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_ListSchedulingPoliciesCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<ListSchedulingPoliciesCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_RegisterJobDefinitionCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<RegisterJobDefinitionCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_SubmitJobCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<SubmitJobCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_TagResourceCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<TagResourceCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_TerminateJobCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<TerminateJobCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_UntagResourceCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<UntagResourceCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_UpdateComputeEnvironmentCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<UpdateComputeEnvironmentCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_UpdateJobQueueCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<UpdateJobQueueCommandOutput>;
|
|
290
|
-
export declare const
|
|
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.
|
|
4
|
+
"version": "3.309.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|