@aws-sdk/client-batch 3.1087.0 → 3.1089.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/index.js +1 -1
- package/dist-types/ts3.4/Batch.d.ts +149 -164
- package/dist-types/ts3.4/BatchClient.d.ts +19 -41
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeServiceJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListConsumableResourcesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListJobsByConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListServiceJobsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SubmitServiceJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateServiceJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +11 -22
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38