@aws-sdk/client-batch 3.296.0 → 3.298.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 -3
- package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/CreateJobQueueCommand.js +2 -3
- package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobQueueCommand.js +2 -3
- package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobQueuesCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobsCommand.js +2 -3
- package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RegisterJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/SubmitJobCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/TerminateJobCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/UpdateJobQueueCommand.js +2 -3
- package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +2 -3
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +1 -479
- package/dist-cjs/protocols/Aws_restJson1.js +50 -0
- package/dist-es/commands/CancelJobCommand.js +2 -3
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +2 -3
- package/dist-es/commands/CreateJobQueueCommand.js +2 -3
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteJobQueueCommand.js +2 -3
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +2 -3
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +2 -3
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/DescribeJobQueuesCommand.js +2 -3
- package/dist-es/commands/DescribeJobsCommand.js +2 -3
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RegisterJobDefinitionCommand.js +2 -3
- package/dist-es/commands/SubmitJobCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/TerminateJobCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +2 -3
- package/dist-es/commands/UpdateJobQueueCommand.js +2 -3
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +2 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +0 -357
- package/dist-es/protocols/Aws_restJson1.js +50 -0
- package/dist-types/Batch.d.ts +38 -4
- package/dist-types/BatchClient.d.ts +24 -4
- package/dist-types/commands/CancelJobCommand.d.ts +29 -4
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobQueueCommand.d.ts +16 -0
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobQueueCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/SubmitJobCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TerminateJobCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +16 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/BatchServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +1618 -1584
- package/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeJobQueuesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +10 -321
- package/package.json +4 -3
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.