@aws-sdk/client-batch 3.477.0 → 3.481.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 (121) hide show
  1. package/dist-cjs/commands/CancelJobCommand.js +18 -41
  2. package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +18 -41
  3. package/dist-cjs/commands/CreateJobQueueCommand.js +18 -41
  4. package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteJobQueueCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeJobQueuesCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeJobsCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +18 -41
  14. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  15. package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +18 -41
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  17. package/dist-cjs/commands/RegisterJobDefinitionCommand.js +18 -41
  18. package/dist-cjs/commands/SubmitJobCommand.js +18 -41
  19. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  20. package/dist-cjs/commands/TerminateJobCommand.js +18 -41
  21. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  22. package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateJobQueueCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +18 -41
  25. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  26. package/dist-cjs/pagination/DescribeComputeEnvironmentsPaginator.js +2 -24
  27. package/dist-cjs/pagination/DescribeJobDefinitionsPaginator.js +2 -24
  28. package/dist-cjs/pagination/DescribeJobQueuesPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListSchedulingPoliciesPaginator.js +2 -24
  31. package/dist-es/commands/CancelJobCommand.js +18 -41
  32. package/dist-es/commands/CreateComputeEnvironmentCommand.js +18 -41
  33. package/dist-es/commands/CreateJobQueueCommand.js +18 -41
  34. package/dist-es/commands/CreateSchedulingPolicyCommand.js +18 -41
  35. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +18 -41
  36. package/dist-es/commands/DeleteJobQueueCommand.js +18 -41
  37. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +18 -41
  38. package/dist-es/commands/DeregisterJobDefinitionCommand.js +18 -41
  39. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +18 -41
  40. package/dist-es/commands/DescribeJobDefinitionsCommand.js +18 -41
  41. package/dist-es/commands/DescribeJobQueuesCommand.js +18 -41
  42. package/dist-es/commands/DescribeJobsCommand.js +18 -41
  43. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +18 -41
  44. package/dist-es/commands/ListJobsCommand.js +18 -41
  45. package/dist-es/commands/ListSchedulingPoliciesCommand.js +18 -41
  46. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  47. package/dist-es/commands/RegisterJobDefinitionCommand.js +18 -41
  48. package/dist-es/commands/SubmitJobCommand.js +18 -41
  49. package/dist-es/commands/TagResourceCommand.js +18 -41
  50. package/dist-es/commands/TerminateJobCommand.js +18 -41
  51. package/dist-es/commands/UntagResourceCommand.js +18 -41
  52. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +18 -41
  53. package/dist-es/commands/UpdateJobQueueCommand.js +18 -41
  54. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +18 -41
  55. package/dist-es/endpoint/EndpointParameters.js +6 -0
  56. package/dist-es/pagination/DescribeComputeEnvironmentsPaginator.js +2 -23
  57. package/dist-es/pagination/DescribeJobDefinitionsPaginator.js +2 -23
  58. package/dist-es/pagination/DescribeJobQueuesPaginator.js +2 -23
  59. package/dist-es/pagination/ListJobsPaginator.js +2 -23
  60. package/dist-es/pagination/ListSchedulingPoliciesPaginator.js +2 -23
  61. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  62. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +6 -21
  63. package/dist-types/commands/CreateJobQueueCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteJobQueueCommand.d.ts +6 -21
  67. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +6 -21
  68. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +6 -21
  72. package/dist-types/commands/DescribeJobsCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +6 -21
  74. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  75. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +6 -21
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  77. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +6 -21
  78. package/dist-types/commands/SubmitJobCommand.d.ts +6 -21
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  80. package/dist-types/commands/TerminateJobCommand.d.ts +6 -21
  81. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdateJobQueueCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +6 -21
  85. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  86. package/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/DescribeJobQueuesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  116. package/dist-types/ts3.4/pagination/DescribeComputeEnvironmentsPaginator.d.ts +3 -3
  117. package/dist-types/ts3.4/pagination/DescribeJobDefinitionsPaginator.d.ts +3 -3
  118. package/dist-types/ts3.4/pagination/DescribeJobQueuesPaginator.d.ts +3 -3
  119. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
  120. package/dist-types/ts3.4/pagination/ListSchedulingPoliciesPaginator.d.ts +3 -3
  121. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
4
  import { RegisterJobDefinitionRequest, RegisterJobDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterJobDefinitionCommandInput extends RegisterJobDefinition
21
20
  */
22
21
  export interface RegisterJobDefinitionCommandOutput extends RegisterJobDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const RegisterJobDefinitionCommand_base: {
24
+ new (input: RegisterJobDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterJobDefinitionCommandInput, RegisterJobDefinitionCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Registers an Batch job definition.</p>
@@ -451,23 +454,5 @@ export interface RegisterJobDefinitionCommandOutput extends RegisterJobDefinitio
451
454
  * ```
452
455
  *
453
456
  */
454
- export declare class RegisterJobDefinitionCommand extends $Command<RegisterJobDefinitionCommandInput, RegisterJobDefinitionCommandOutput, BatchClientResolvedConfig> {
455
- readonly input: RegisterJobDefinitionCommandInput;
456
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
457
- /**
458
- * @public
459
- */
460
- constructor(input: RegisterJobDefinitionCommandInput);
461
- /**
462
- * @internal
463
- */
464
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterJobDefinitionCommandInput, RegisterJobDefinitionCommandOutput>;
465
- /**
466
- * @internal
467
- */
468
- private serialize;
469
- /**
470
- * @internal
471
- */
472
- private deserialize;
457
+ export declare class RegisterJobDefinitionCommand extends RegisterJobDefinitionCommand_base {
473
458
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
4
  import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SubmitJobCommandInput extends SubmitJobRequest {
21
20
  */
22
21
  export interface SubmitJobCommandOutput extends SubmitJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const SubmitJobCommand_base: {
24
+ new (input: SubmitJobCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitJobCommandInput, SubmitJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Submits an Batch job from a job definition. Parameters that are specified during <a>SubmitJob</a>
@@ -208,23 +211,5 @@ export interface SubmitJobCommandOutput extends SubmitJobResponse, __MetadataBea
208
211
  * ```
209
212
  *
210
213
  */
211
- export declare class SubmitJobCommand extends $Command<SubmitJobCommandInput, SubmitJobCommandOutput, BatchClientResolvedConfig> {
212
- readonly input: SubmitJobCommandInput;
213
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
214
- /**
215
- * @public
216
- */
217
- constructor(input: SubmitJobCommandInput);
218
- /**
219
- * @internal
220
- */
221
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitJobCommandInput, SubmitJobCommandOutput>;
222
- /**
223
- * @internal
224
- */
225
- private serialize;
226
- /**
227
- * @internal
228
- */
229
- private deserialize;
214
+ export declare class SubmitJobCommand extends SubmitJobCommand_base {
230
215
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags on a
@@ -77,23 +80,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
77
80
  * ```
78
81
  *
79
82
  */
80
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BatchClientResolvedConfig> {
81
- readonly input: TagResourceCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: TagResourceCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class TagResourceCommand extends TagResourceCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
4
  import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TerminateJobCommandInput extends TerminateJobRequest {
21
20
  */
22
21
  export interface TerminateJobCommandOutput extends TerminateJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const TerminateJobCommand_base: {
24
+ new (input: TerminateJobCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateJobCommandInput, TerminateJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Terminates a job in a job queue. Jobs that are in the <code>STARTING</code> or <code>RUNNING</code> state are
@@ -72,23 +75,5 @@ export interface TerminateJobCommandOutput extends TerminateJobResponse, __Metad
72
75
  * ```
73
76
  *
74
77
  */
75
- export declare class TerminateJobCommand extends $Command<TerminateJobCommandInput, TerminateJobCommandOutput, BatchClientResolvedConfig> {
76
- readonly input: TerminateJobCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: TerminateJobCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateJobCommandInput, TerminateJobCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class TerminateJobCommand extends TerminateJobCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes specified tags from an Batch resource.</p>
@@ -74,23 +77,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
74
77
  * ```
75
78
  *
76
79
  */
77
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BatchClientResolvedConfig> {
78
- readonly input: UntagResourceCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: UntagResourceCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
4
  import { UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateComputeEnvironmentCommandInput extends UpdateComputeEnvir
21
20
  */
22
21
  export interface UpdateComputeEnvironmentCommandOutput extends UpdateComputeEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateComputeEnvironmentCommand_base: {
24
+ new (input: UpdateComputeEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an Batch compute environment.</p>
@@ -122,23 +125,5 @@ export interface UpdateComputeEnvironmentCommandOutput extends UpdateComputeEnvi
122
125
  * ```
123
126
  *
124
127
  */
125
- export declare class UpdateComputeEnvironmentCommand extends $Command<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, BatchClientResolvedConfig> {
126
- readonly input: UpdateComputeEnvironmentCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: UpdateComputeEnvironmentCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class UpdateComputeEnvironmentCommand extends UpdateComputeEnvironmentCommand_base {
144
129
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
4
  import { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateJobQueueCommandInput extends UpdateJobQueueRequest {
21
20
  */
22
21
  export interface UpdateJobQueueCommandOutput extends UpdateJobQueueResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateJobQueueCommand_base: {
24
+ new (input: UpdateJobQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a job queue.</p>
@@ -87,23 +90,5 @@ export interface UpdateJobQueueCommandOutput extends UpdateJobQueueResponse, __M
87
90
  * ```
88
91
  *
89
92
  */
90
- export declare class UpdateJobQueueCommand extends $Command<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, BatchClientResolvedConfig> {
91
- readonly input: UpdateJobQueueCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: UpdateJobQueueCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class UpdateJobQueueCommand extends UpdateJobQueueCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
4
  import { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSchedulingPolicyCommandInput extends UpdateSchedulingPoli
21
20
  */
22
21
  export interface UpdateSchedulingPolicyCommandOutput extends UpdateSchedulingPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSchedulingPolicyCommand_base: {
24
+ new (input: UpdateSchedulingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a scheduling policy.</p>
@@ -67,23 +70,5 @@ export interface UpdateSchedulingPolicyCommandOutput extends UpdateSchedulingPol
67
70
  * <p>Base exception class for all service exceptions from Batch service.</p>
68
71
  *
69
72
  */
70
- export declare class UpdateSchedulingPolicyCommand extends $Command<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig> {
71
- readonly input: UpdateSchedulingPolicyCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UpdateSchedulingPolicyCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UpdateSchedulingPolicyCommand extends UpdateSchedulingPolicyCommand_base {
89
74
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { BatchPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeComputeEnvironments(config: BatchPaginationConfiguration, input: DescribeComputeEnvironmentsCommandInput, ...additionalArguments: any): Paginator<DescribeComputeEnvironmentsCommandOutput>;
7
+ export declare const paginateDescribeComputeEnvironments: (config: BatchPaginationConfiguration, input: DescribeComputeEnvironmentsCommandInput, ...rest: any[]) => Paginator<DescribeComputeEnvironmentsCommandOutput>;
@@ -4,4 +4,4 @@ import { BatchPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeJobDefinitions(config: BatchPaginationConfiguration, input: DescribeJobDefinitionsCommandInput, ...additionalArguments: any): Paginator<DescribeJobDefinitionsCommandOutput>;
7
+ export declare const paginateDescribeJobDefinitions: (config: BatchPaginationConfiguration, input: DescribeJobDefinitionsCommandInput, ...rest: any[]) => Paginator<DescribeJobDefinitionsCommandOutput>;
@@ -4,4 +4,4 @@ import { BatchPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeJobQueues(config: BatchPaginationConfiguration, input: DescribeJobQueuesCommandInput, ...additionalArguments: any): Paginator<DescribeJobQueuesCommandOutput>;
7
+ export declare const paginateDescribeJobQueues: (config: BatchPaginationConfiguration, input: DescribeJobQueuesCommandInput, ...rest: any[]) => Paginator<DescribeJobQueuesCommandOutput>;
@@ -4,4 +4,4 @@ import { BatchPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListJobs(config: BatchPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
7
+ export declare const paginateListJobs: (config: BatchPaginationConfiguration, input: ListJobsCommandInput, ...rest: any[]) => Paginator<ListJobsCommandOutput>;
@@ -4,4 +4,4 @@ import { BatchPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSchedulingPolicies(config: BatchPaginationConfiguration, input: ListSchedulingPoliciesCommandInput, ...additionalArguments: any): Paginator<ListSchedulingPoliciesCommandOutput>;
7
+ export declare const paginateListSchedulingPolicies: (config: BatchPaginationConfiguration, input: ListSchedulingPoliciesCommandInput, ...rest: any[]) => Paginator<ListSchedulingPoliciesCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CancelJobCommandInput extends CancelJobRequest {}
17
11
  export interface CancelJobCommandOutput
18
12
  extends CancelJobResponse,
19
13
  __MetadataBearer {}
20
- export declare class CancelJobCommand extends $Command<
21
- CancelJobCommandInput,
22
- CancelJobCommandOutput,
23
- BatchClientResolvedConfig
24
- > {
25
- readonly input: CancelJobCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelJobCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: BatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelJobCommand_base: {
15
+ new (
16
+ input: CancelJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelJobCommandInput,
19
+ CancelJobCommandOutput,
20
+ BatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelJobCommand extends CancelJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateComputeEnvironmentCommandInput
21
15
  export interface CreateComputeEnvironmentCommandOutput
22
16
  extends CreateComputeEnvironmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateComputeEnvironmentCommand extends $Command<
25
- CreateComputeEnvironmentCommandInput,
26
- CreateComputeEnvironmentCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: CreateComputeEnvironmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateComputeEnvironmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateComputeEnvironmentCommand_base: {
19
+ new (
20
+ input: CreateComputeEnvironmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateComputeEnvironmentCommandInput,
38
- CreateComputeEnvironmentCommandOutput
23
+ CreateComputeEnvironmentCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateComputeEnvironmentCommand extends CreateComputeEnvironmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateJobQueueCommandInput extends CreateJobQueueRequest {}
20
14
  export interface CreateJobQueueCommandOutput
21
15
  extends CreateJobQueueResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateJobQueueCommand extends $Command<
24
- CreateJobQueueCommandInput,
25
- CreateJobQueueCommandOutput,
26
- BatchClientResolvedConfig
27
- > {
28
- readonly input: CreateJobQueueCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateJobQueueCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: BatchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateJobQueueCommandInput, CreateJobQueueCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateJobQueueCommand_base: {
18
+ new (
19
+ input: CreateJobQueueCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateJobQueueCommandInput,
22
+ CreateJobQueueCommandOutput,
23
+ BatchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateJobQueueCommand extends CreateJobQueueCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateSchedulingPolicyCommandInput
21
15
  export interface CreateSchedulingPolicyCommandOutput
22
16
  extends CreateSchedulingPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateSchedulingPolicyCommand extends $Command<
25
- CreateSchedulingPolicyCommandInput,
26
- CreateSchedulingPolicyCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: CreateSchedulingPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateSchedulingPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateSchedulingPolicyCommand_base: {
19
+ new (
20
+ input: CreateSchedulingPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateSchedulingPolicyCommandInput,
38
- CreateSchedulingPolicyCommandOutput
23
+ CreateSchedulingPolicyCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateSchedulingPolicyCommand extends CreateSchedulingPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteComputeEnvironmentCommandInput
21
15
  export interface DeleteComputeEnvironmentCommandOutput
22
16
  extends DeleteComputeEnvironmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteComputeEnvironmentCommand extends $Command<
25
- DeleteComputeEnvironmentCommandInput,
26
- DeleteComputeEnvironmentCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: DeleteComputeEnvironmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteComputeEnvironmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteComputeEnvironmentCommand_base: {
19
+ new (
20
+ input: DeleteComputeEnvironmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteComputeEnvironmentCommandInput,
38
- DeleteComputeEnvironmentCommandOutput
23
+ DeleteComputeEnvironmentCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteComputeEnvironmentCommand extends DeleteComputeEnvironmentCommand_base {}