@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.
Files changed (92) hide show
  1. package/dist-cjs/commands/CancelJobCommand.js +2 -3
  2. package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateJobQueueCommand.js +2 -3
  4. package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteJobQueueCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +2 -3
  8. package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeJobQueuesCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeJobsCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +2 -3
  14. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  15. package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +2 -3
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  17. package/dist-cjs/commands/RegisterJobDefinitionCommand.js +2 -3
  18. package/dist-cjs/commands/SubmitJobCommand.js +2 -3
  19. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  20. package/dist-cjs/commands/TerminateJobCommand.js +2 -3
  21. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  22. package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateJobQueueCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +2 -3
  25. package/dist-cjs/endpoint/ruleset.js +3 -3
  26. package/dist-cjs/models/models_0.js +1 -479
  27. package/dist-cjs/protocols/Aws_restJson1.js +50 -0
  28. package/dist-es/commands/CancelJobCommand.js +2 -3
  29. package/dist-es/commands/CreateComputeEnvironmentCommand.js +2 -3
  30. package/dist-es/commands/CreateJobQueueCommand.js +2 -3
  31. package/dist-es/commands/CreateSchedulingPolicyCommand.js +2 -3
  32. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +2 -3
  33. package/dist-es/commands/DeleteJobQueueCommand.js +2 -3
  34. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +2 -3
  35. package/dist-es/commands/DeregisterJobDefinitionCommand.js +2 -3
  36. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +2 -3
  37. package/dist-es/commands/DescribeJobDefinitionsCommand.js +2 -3
  38. package/dist-es/commands/DescribeJobQueuesCommand.js +2 -3
  39. package/dist-es/commands/DescribeJobsCommand.js +2 -3
  40. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +2 -3
  41. package/dist-es/commands/ListJobsCommand.js +2 -3
  42. package/dist-es/commands/ListSchedulingPoliciesCommand.js +2 -3
  43. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  44. package/dist-es/commands/RegisterJobDefinitionCommand.js +2 -3
  45. package/dist-es/commands/SubmitJobCommand.js +2 -3
  46. package/dist-es/commands/TagResourceCommand.js +2 -3
  47. package/dist-es/commands/TerminateJobCommand.js +2 -3
  48. package/dist-es/commands/UntagResourceCommand.js +2 -3
  49. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +2 -3
  50. package/dist-es/commands/UpdateJobQueueCommand.js +2 -3
  51. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +2 -3
  52. package/dist-es/endpoint/ruleset.js +3 -3
  53. package/dist-es/models/models_0.js +0 -357
  54. package/dist-es/protocols/Aws_restJson1.js +50 -0
  55. package/dist-types/Batch.d.ts +38 -4
  56. package/dist-types/BatchClient.d.ts +24 -4
  57. package/dist-types/commands/CancelJobCommand.d.ts +29 -4
  58. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateJobQueueCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteJobQueueCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +16 -0
  64. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeJobsCommand.d.ts +16 -0
  69. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +16 -0
  70. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +16 -0
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  73. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +16 -0
  74. package/dist-types/commands/SubmitJobCommand.d.ts +16 -0
  75. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  76. package/dist-types/commands/TerminateJobCommand.d.ts +16 -0
  77. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateJobQueueCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +16 -0
  81. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  82. package/dist-types/models/BatchServiceException.d.ts +2 -0
  83. package/dist-types/models/models_0.d.ts +1618 -1584
  84. package/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/DescribeJobQueuesPaginator.d.ts +3 -0
  87. package/dist-types/pagination/Interfaces.d.ts +3 -0
  88. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts +3 -0
  90. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  91. package/dist-types/ts3.4/models/models_0.d.ts +10 -321
  92. 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.