@aws-sdk/client-batch 3.651.1 → 3.658.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-types/commands/CancelJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/CreateJobQueueCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobQueueCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/GetJobQueueSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/ListJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/SubmitJobCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TerminateJobCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -88,4 +88,15 @@ declare const CancelJobCommand_base: {
|
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
export declare class CancelJobCommand extends CancelJobCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CancelJobRequest;
|
|
95
|
+
output: {};
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CancelJobCommandInput;
|
|
99
|
+
output: CancelJobCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -301,4 +301,15 @@ declare const CreateComputeEnvironmentCommand_base: {
|
|
|
301
301
|
*
|
|
302
302
|
*/
|
|
303
303
|
export declare class CreateComputeEnvironmentCommand extends CreateComputeEnvironmentCommand_base {
|
|
304
|
+
/** @internal type navigation helper, not in runtime. */
|
|
305
|
+
protected static __types: {
|
|
306
|
+
api: {
|
|
307
|
+
input: CreateComputeEnvironmentRequest;
|
|
308
|
+
output: CreateComputeEnvironmentResponse;
|
|
309
|
+
};
|
|
310
|
+
sdk: {
|
|
311
|
+
input: CreateComputeEnvironmentCommandInput;
|
|
312
|
+
output: CreateComputeEnvironmentCommandOutput;
|
|
313
|
+
};
|
|
314
|
+
};
|
|
304
315
|
}
|
|
@@ -146,4 +146,15 @@ declare const CreateJobQueueCommand_base: {
|
|
|
146
146
|
*
|
|
147
147
|
*/
|
|
148
148
|
export declare class CreateJobQueueCommand extends CreateJobQueueCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: CreateJobQueueRequest;
|
|
153
|
+
output: CreateJobQueueResponse;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: CreateJobQueueCommandInput;
|
|
157
|
+
output: CreateJobQueueCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -79,4 +79,15 @@ declare const CreateSchedulingPolicyCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class CreateSchedulingPolicyCommand extends CreateSchedulingPolicyCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: CreateSchedulingPolicyRequest;
|
|
86
|
+
output: CreateSchedulingPolicyResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: CreateSchedulingPolicyCommandInput;
|
|
90
|
+
output: CreateSchedulingPolicyCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteComputeEnvironmentCommand_base: {
|
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteComputeEnvironmentCommand extends DeleteComputeEnvironmentCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteComputeEnvironmentRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteComputeEnvironmentCommandInput;
|
|
91
|
+
output: DeleteComputeEnvironmentCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteJobQueueCommand_base: {
|
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteJobQueueCommand extends DeleteJobQueueCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteJobQueueRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteJobQueueCommandInput;
|
|
90
|
+
output: DeleteJobQueueCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -64,4 +64,15 @@ declare const DeleteSchedulingPolicyCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class DeleteSchedulingPolicyCommand extends DeleteSchedulingPolicyCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: DeleteSchedulingPolicyRequest;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: DeleteSchedulingPolicyCommandInput;
|
|
75
|
+
output: DeleteSchedulingPolicyCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeregisterJobDefinitionCommand_base: {
|
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeregisterJobDefinitionCommand extends DeregisterJobDefinitionCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeregisterJobDefinitionRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeregisterJobDefinitionCommandInput;
|
|
86
|
+
output: DeregisterJobDefinitionCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -187,4 +187,15 @@ declare const DescribeComputeEnvironmentsCommand_base: {
|
|
|
187
187
|
*
|
|
188
188
|
*/
|
|
189
189
|
export declare class DescribeComputeEnvironmentsCommand extends DescribeComputeEnvironmentsCommand_base {
|
|
190
|
+
/** @internal type navigation helper, not in runtime. */
|
|
191
|
+
protected static __types: {
|
|
192
|
+
api: {
|
|
193
|
+
input: DescribeComputeEnvironmentsRequest;
|
|
194
|
+
output: DescribeComputeEnvironmentsResponse;
|
|
195
|
+
};
|
|
196
|
+
sdk: {
|
|
197
|
+
input: DescribeComputeEnvironmentsCommandInput;
|
|
198
|
+
output: DescribeComputeEnvironmentsCommandOutput;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
190
201
|
}
|
|
@@ -682,4 +682,15 @@ declare const DescribeJobDefinitionsCommand_base: {
|
|
|
682
682
|
*
|
|
683
683
|
*/
|
|
684
684
|
export declare class DescribeJobDefinitionsCommand extends DescribeJobDefinitionsCommand_base {
|
|
685
|
+
/** @internal type navigation helper, not in runtime. */
|
|
686
|
+
protected static __types: {
|
|
687
|
+
api: {
|
|
688
|
+
input: DescribeJobDefinitionsRequest;
|
|
689
|
+
output: DescribeJobDefinitionsResponse;
|
|
690
|
+
};
|
|
691
|
+
sdk: {
|
|
692
|
+
input: DescribeJobDefinitionsCommandInput;
|
|
693
|
+
output: DescribeJobDefinitionsCommandOutput;
|
|
694
|
+
};
|
|
695
|
+
};
|
|
685
696
|
}
|
|
@@ -130,4 +130,15 @@ declare const DescribeJobQueuesCommand_base: {
|
|
|
130
130
|
*
|
|
131
131
|
*/
|
|
132
132
|
export declare class DescribeJobQueuesCommand extends DescribeJobQueuesCommand_base {
|
|
133
|
+
/** @internal type navigation helper, not in runtime. */
|
|
134
|
+
protected static __types: {
|
|
135
|
+
api: {
|
|
136
|
+
input: DescribeJobQueuesRequest;
|
|
137
|
+
output: DescribeJobQueuesResponse;
|
|
138
|
+
};
|
|
139
|
+
sdk: {
|
|
140
|
+
input: DescribeJobQueuesCommandInput;
|
|
141
|
+
output: DescribeJobQueuesCommandOutput;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
133
144
|
}
|
|
@@ -785,4 +785,15 @@ declare const DescribeJobsCommand_base: {
|
|
|
785
785
|
*
|
|
786
786
|
*/
|
|
787
787
|
export declare class DescribeJobsCommand extends DescribeJobsCommand_base {
|
|
788
|
+
/** @internal type navigation helper, not in runtime. */
|
|
789
|
+
protected static __types: {
|
|
790
|
+
api: {
|
|
791
|
+
input: DescribeJobsRequest;
|
|
792
|
+
output: DescribeJobsResponse;
|
|
793
|
+
};
|
|
794
|
+
sdk: {
|
|
795
|
+
input: DescribeJobsCommandInput;
|
|
796
|
+
output: DescribeJobsCommandOutput;
|
|
797
|
+
};
|
|
798
|
+
};
|
|
788
799
|
}
|
|
@@ -85,4 +85,15 @@ declare const DescribeSchedulingPoliciesCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DescribeSchedulingPoliciesCommand extends DescribeSchedulingPoliciesCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DescribeSchedulingPoliciesRequest;
|
|
92
|
+
output: DescribeSchedulingPoliciesResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DescribeSchedulingPoliciesCommandInput;
|
|
96
|
+
output: DescribeSchedulingPoliciesCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -73,4 +73,15 @@ declare const GetJobQueueSnapshotCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class GetJobQueueSnapshotCommand extends GetJobQueueSnapshotCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: GetJobQueueSnapshotRequest;
|
|
80
|
+
output: GetJobQueueSnapshotResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: GetJobQueueSnapshotCommandInput;
|
|
84
|
+
output: GetJobQueueSnapshotCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -161,4 +161,15 @@ declare const ListJobsCommand_base: {
|
|
|
161
161
|
*
|
|
162
162
|
*/
|
|
163
163
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
164
|
+
/** @internal type navigation helper, not in runtime. */
|
|
165
|
+
protected static __types: {
|
|
166
|
+
api: {
|
|
167
|
+
input: ListJobsRequest;
|
|
168
|
+
output: ListJobsResponse;
|
|
169
|
+
};
|
|
170
|
+
sdk: {
|
|
171
|
+
input: ListJobsCommandInput;
|
|
172
|
+
output: ListJobsCommandOutput;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
164
175
|
}
|
|
@@ -71,4 +71,15 @@ declare const ListSchedulingPoliciesCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class ListSchedulingPoliciesCommand extends ListSchedulingPoliciesCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: ListSchedulingPoliciesRequest;
|
|
78
|
+
output: ListSchedulingPoliciesResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: ListSchedulingPoliciesCommandInput;
|
|
82
|
+
output: ListSchedulingPoliciesCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListTagsForResourceRequest;
|
|
95
|
+
output: ListTagsForResourceResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListTagsForResourceCommandInput;
|
|
99
|
+
output: ListTagsForResourceCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -699,4 +699,15 @@ declare const RegisterJobDefinitionCommand_base: {
|
|
|
699
699
|
*
|
|
700
700
|
*/
|
|
701
701
|
export declare class RegisterJobDefinitionCommand extends RegisterJobDefinitionCommand_base {
|
|
702
|
+
/** @internal type navigation helper, not in runtime. */
|
|
703
|
+
protected static __types: {
|
|
704
|
+
api: {
|
|
705
|
+
input: RegisterJobDefinitionRequest;
|
|
706
|
+
output: RegisterJobDefinitionResponse;
|
|
707
|
+
};
|
|
708
|
+
sdk: {
|
|
709
|
+
input: RegisterJobDefinitionCommandInput;
|
|
710
|
+
output: RegisterJobDefinitionCommandOutput;
|
|
711
|
+
};
|
|
712
|
+
};
|
|
702
713
|
}
|
|
@@ -317,4 +317,15 @@ declare const SubmitJobCommand_base: {
|
|
|
317
317
|
*
|
|
318
318
|
*/
|
|
319
319
|
export declare class SubmitJobCommand extends SubmitJobCommand_base {
|
|
320
|
+
/** @internal type navigation helper, not in runtime. */
|
|
321
|
+
protected static __types: {
|
|
322
|
+
api: {
|
|
323
|
+
input: SubmitJobRequest;
|
|
324
|
+
output: SubmitJobResponse;
|
|
325
|
+
};
|
|
326
|
+
sdk: {
|
|
327
|
+
input: SubmitJobCommandInput;
|
|
328
|
+
output: SubmitJobCommandOutput;
|
|
329
|
+
};
|
|
330
|
+
};
|
|
320
331
|
}
|
|
@@ -84,4 +84,15 @@ declare const TagResourceCommand_base: {
|
|
|
84
84
|
*
|
|
85
85
|
*/
|
|
86
86
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: TagResourceRequest;
|
|
91
|
+
output: {};
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: TagResourceCommandInput;
|
|
95
|
+
output: TagResourceCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -79,4 +79,15 @@ declare const TerminateJobCommand_base: {
|
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
export declare class TerminateJobCommand extends TerminateJobCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: TerminateJobRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: TerminateJobCommandInput;
|
|
90
|
+
output: TerminateJobCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -80,4 +80,15 @@ declare const UntagResourceCommand_base: {
|
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UntagResourceRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UntagResourceCommandInput;
|
|
91
|
+
output: UntagResourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -129,4 +129,15 @@ declare const UpdateComputeEnvironmentCommand_base: {
|
|
|
129
129
|
*
|
|
130
130
|
*/
|
|
131
131
|
export declare class UpdateComputeEnvironmentCommand extends UpdateComputeEnvironmentCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: UpdateComputeEnvironmentRequest;
|
|
136
|
+
output: UpdateComputeEnvironmentResponse;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: UpdateComputeEnvironmentCommandInput;
|
|
140
|
+
output: UpdateComputeEnvironmentCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -101,4 +101,15 @@ declare const UpdateJobQueueCommand_base: {
|
|
|
101
101
|
*
|
|
102
102
|
*/
|
|
103
103
|
export declare class UpdateJobQueueCommand extends UpdateJobQueueCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: UpdateJobQueueRequest;
|
|
108
|
+
output: UpdateJobQueueResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: UpdateJobQueueCommandInput;
|
|
112
|
+
output: UpdateJobQueueCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -73,4 +73,15 @@ declare const UpdateSchedulingPolicyCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UpdateSchedulingPolicyCommand extends UpdateSchedulingPolicyCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UpdateSchedulingPolicyRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UpdateSchedulingPolicyCommandInput;
|
|
84
|
+
output: UpdateSchedulingPolicyCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -33,4 +33,15 @@ declare const CancelJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CancelJobCommand extends CancelJobCommand_base {
|
|
36
|
+
export declare class CancelJobCommand extends CancelJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CancelJobRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CancelJobCommandInput;
|
|
44
|
+
output: CancelJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateComputeEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateComputeEnvironmentCommand extends CreateComputeEnvironmentCommand_base {
|
|
40
|
+
export declare class CreateComputeEnvironmentCommand extends CreateComputeEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateComputeEnvironmentRequest;
|
|
44
|
+
output: CreateComputeEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateComputeEnvironmentCommandInput;
|
|
48
|
+
output: CreateComputeEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateJobQueueCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateJobQueueCommand extends CreateJobQueueCommand_base {
|
|
39
|
+
export declare class CreateJobQueueCommand extends CreateJobQueueCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateJobQueueRequest;
|
|
43
|
+
output: CreateJobQueueResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateJobQueueCommandInput;
|
|
47
|
+
output: CreateJobQueueCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateSchedulingPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateSchedulingPolicyCommand extends CreateSchedulingPolicyCommand_base {
|
|
40
|
+
export declare class CreateSchedulingPolicyCommand extends CreateSchedulingPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSchedulingPolicyRequest;
|
|
44
|
+
output: CreateSchedulingPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSchedulingPolicyCommandInput;
|
|
48
|
+
output: CreateSchedulingPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteComputeEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteComputeEnvironmentCommand extends DeleteComputeEnvironmentCommand_base {
|
|
40
|
+
export declare class DeleteComputeEnvironmentCommand extends DeleteComputeEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteComputeEnvironmentRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteComputeEnvironmentCommandInput;
|
|
48
|
+
output: DeleteComputeEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteJobQueueCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteJobQueueCommand extends DeleteJobQueueCommand_base {
|
|
39
|
+
export declare class DeleteJobQueueCommand extends DeleteJobQueueCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteJobQueueRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteJobQueueCommandInput;
|
|
47
|
+
output: DeleteJobQueueCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteSchedulingPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteSchedulingPolicyCommand extends DeleteSchedulingPolicyCommand_base {
|
|
40
|
+
export declare class DeleteSchedulingPolicyCommand extends DeleteSchedulingPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteSchedulingPolicyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSchedulingPolicyCommandInput;
|
|
48
|
+
output: DeleteSchedulingPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeregisterJobDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeregisterJobDefinitionCommand extends DeregisterJobDefinitionCommand_base {
|
|
40
|
+
export declare class DeregisterJobDefinitionCommand extends DeregisterJobDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeregisterJobDefinitionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeregisterJobDefinitionCommandInput;
|
|
48
|
+
output: DeregisterJobDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeComputeEnvironmentsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeComputeEnvironmentsCommand extends DescribeComputeEnvironmentsCommand_base {
|
|
40
|
+
export declare class DescribeComputeEnvironmentsCommand extends DescribeComputeEnvironmentsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeComputeEnvironmentsRequest;
|
|
44
|
+
output: DescribeComputeEnvironmentsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeComputeEnvironmentsCommandInput;
|
|
48
|
+
output: DescribeComputeEnvironmentsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeJobDefinitionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeJobDefinitionsCommand extends DescribeJobDefinitionsCommand_base {
|
|
40
|
+
export declare class DescribeJobDefinitionsCommand extends DescribeJobDefinitionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeJobDefinitionsRequest;
|
|
44
|
+
output: DescribeJobDefinitionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeJobDefinitionsCommandInput;
|
|
48
|
+
output: DescribeJobDefinitionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeJobQueuesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeJobQueuesCommand extends DescribeJobQueuesCommand_base {
|
|
40
|
+
export declare class DescribeJobQueuesCommand extends DescribeJobQueuesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeJobQueuesRequest;
|
|
44
|
+
output: DescribeJobQueuesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeJobQueuesCommandInput;
|
|
48
|
+
output: DescribeJobQueuesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeJobsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeJobsCommand extends DescribeJobsCommand_base {
|
|
36
|
+
export declare class DescribeJobsCommand extends DescribeJobsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeJobsRequest;
|
|
40
|
+
output: DescribeJobsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeJobsCommandInput;
|
|
44
|
+
output: DescribeJobsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSchedulingPoliciesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSchedulingPoliciesCommand extends DescribeSchedulingPoliciesCommand_base {
|
|
40
|
+
export declare class DescribeSchedulingPoliciesCommand extends DescribeSchedulingPoliciesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSchedulingPoliciesRequest;
|
|
44
|
+
output: DescribeSchedulingPoliciesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSchedulingPoliciesCommandInput;
|
|
48
|
+
output: DescribeSchedulingPoliciesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetJobQueueSnapshotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetJobQueueSnapshotCommand extends GetJobQueueSnapshotCommand_base {
|
|
40
|
+
export declare class GetJobQueueSnapshotCommand extends GetJobQueueSnapshotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetJobQueueSnapshotRequest;
|
|
44
|
+
output: GetJobQueueSnapshotResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetJobQueueSnapshotCommandInput;
|
|
48
|
+
output: GetJobQueueSnapshotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListJobsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
36
|
+
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListJobsRequest;
|
|
40
|
+
output: ListJobsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListJobsCommandInput;
|
|
44
|
+
output: ListJobsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSchedulingPoliciesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSchedulingPoliciesCommand extends ListSchedulingPoliciesCommand_base {
|
|
40
|
+
export declare class ListSchedulingPoliciesCommand extends ListSchedulingPoliciesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSchedulingPoliciesRequest;
|
|
44
|
+
output: ListSchedulingPoliciesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSchedulingPoliciesCommandInput;
|
|
48
|
+
output: ListSchedulingPoliciesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RegisterJobDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RegisterJobDefinitionCommand extends RegisterJobDefinitionCommand_base {
|
|
40
|
+
export declare class RegisterJobDefinitionCommand extends RegisterJobDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RegisterJobDefinitionRequest;
|
|
44
|
+
output: RegisterJobDefinitionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RegisterJobDefinitionCommandInput;
|
|
48
|
+
output: RegisterJobDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const SubmitJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class SubmitJobCommand extends SubmitJobCommand_base {
|
|
36
|
+
export declare class SubmitJobCommand extends SubmitJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: SubmitJobRequest;
|
|
40
|
+
output: SubmitJobResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: SubmitJobCommandInput;
|
|
44
|
+
output: SubmitJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TerminateJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TerminateJobCommand extends TerminateJobCommand_base {
|
|
36
|
+
export declare class TerminateJobCommand extends TerminateJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TerminateJobRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TerminateJobCommandInput;
|
|
44
|
+
output: TerminateJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateComputeEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateComputeEnvironmentCommand extends UpdateComputeEnvironmentCommand_base {
|
|
40
|
+
export declare class UpdateComputeEnvironmentCommand extends UpdateComputeEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateComputeEnvironmentRequest;
|
|
44
|
+
output: UpdateComputeEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateComputeEnvironmentCommandInput;
|
|
48
|
+
output: UpdateComputeEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateJobQueueCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateJobQueueCommand extends UpdateJobQueueCommand_base {
|
|
39
|
+
export declare class UpdateJobQueueCommand extends UpdateJobQueueCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateJobQueueRequest;
|
|
43
|
+
output: UpdateJobQueueResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateJobQueueCommandInput;
|
|
47
|
+
output: UpdateJobQueueCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateSchedulingPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateSchedulingPolicyCommand extends UpdateSchedulingPolicyCommand_base {
|
|
40
|
+
export declare class UpdateSchedulingPolicyCommand extends UpdateSchedulingPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateSchedulingPolicyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateSchedulingPolicyCommandInput;
|
|
48
|
+
output: UpdateSchedulingPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
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.658.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-batch",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|