@aws-sdk/client-batch 3.170.0 → 3.178.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 (37) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/Batch.d.ts +0 -24
  6. package/dist-types/ts3.4/BatchClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/models/BatchServiceException.d.ts +0 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +0 -467
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  37. package/package.json +26 -26
@@ -19,7 +19,6 @@ export interface UpdateComputeEnvironmentCommandInput
19
19
  export interface UpdateComputeEnvironmentCommandOutput
20
20
  extends UpdateComputeEnvironmentResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateComputeEnvironmentCommand extends $Command<
24
23
  UpdateComputeEnvironmentCommandInput,
25
24
  UpdateComputeEnvironmentCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateComputeEnvironmentCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateComputeEnvironmentCommandInput;
29
28
  constructor(input: UpdateComputeEnvironmentCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: BatchClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateJobQueueCommandInput extends UpdateJobQueueRequest {}
18
18
  export interface UpdateJobQueueCommandOutput
19
19
  extends UpdateJobQueueResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateJobQueueCommand extends $Command<
23
22
  UpdateJobQueueCommandInput,
24
23
  UpdateJobQueueCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateJobQueueCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateJobQueueCommandInput;
28
27
  constructor(input: UpdateJobQueueCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: BatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateSchedulingPolicyCommandInput
19
19
  export interface UpdateSchedulingPolicyCommandOutput
20
20
  extends UpdateSchedulingPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateSchedulingPolicyCommand extends $Command<
24
23
  UpdateSchedulingPolicyCommandInput,
25
24
  UpdateSchedulingPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateSchedulingPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateSchedulingPolicyCommandInput;
29
28
  constructor(input: UpdateSchedulingPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: BatchClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class BatchServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }