@aws-sdk/client-batch 3.943.0 → 3.947.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 (76) hide show
  1. package/dist-cjs/index.js +42 -145
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/BatchClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +42 -146
  8. package/dist-types/Batch.d.ts +1 -1
  9. package/dist-types/BatchClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CancelJobCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateConsumableResourceCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateJobQueueCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateServiceEnvironmentCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteConsumableResourceCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteJobQueueCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteServiceEnvironmentCommand.d.ts +3 -3
  23. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -3
  25. package/dist-types/commands/DescribeConsumableResourceCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +3 -3
  27. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +3 -3
  28. package/dist-types/commands/DescribeJobsCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +3 -3
  30. package/dist-types/commands/DescribeServiceEnvironmentsCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeServiceJobCommand.d.ts +3 -3
  32. package/dist-types/commands/GetJobQueueSnapshotCommand.d.ts +3 -3
  33. package/dist-types/commands/ListConsumableResourcesCommand.d.ts +3 -3
  34. package/dist-types/commands/ListJobsByConsumableResourceCommand.d.ts +3 -3
  35. package/dist-types/commands/ListJobsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +3 -3
  37. package/dist-types/commands/ListServiceJobsCommand.d.ts +3 -3
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  39. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +3 -3
  40. package/dist-types/commands/SubmitJobCommand.d.ts +3 -3
  41. package/dist-types/commands/SubmitServiceJobCommand.d.ts +3 -3
  42. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  43. package/dist-types/commands/TerminateJobCommand.d.ts +3 -3
  44. package/dist-types/commands/TerminateServiceJobCommand.d.ts +3 -3
  45. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  46. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +3 -3
  47. package/dist-types/commands/UpdateConsumableResourceCommand.d.ts +3 -3
  48. package/dist-types/commands/UpdateJobQueueCommand.d.ts +3 -3
  49. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +3 -3
  50. package/dist-types/commands/UpdateServiceEnvironmentCommand.d.ts +3 -3
  51. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  52. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  53. package/dist-types/extensionConfiguration.d.ts +4 -4
  54. package/dist-types/models/BatchServiceException.d.ts +1 -1
  55. package/dist-types/models/errors.d.ts +1 -1
  56. package/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/DescribeJobQueuesPaginator.d.ts +1 -1
  59. package/dist-types/pagination/DescribeServiceEnvironmentsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/Interfaces.d.ts +1 -1
  61. package/dist-types/pagination/ListConsumableResourcesPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListJobsByConsumableResourcePaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListServiceJobsPaginator.d.ts +1 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  67. package/dist-types/runtimeConfig.d.ts +1 -1
  68. package/dist-types/runtimeConfig.native.d.ts +1 -1
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  70. package/dist-types/runtimeExtensions.d.ts +1 -1
  71. package/dist-types/schemas/schemas_0.d.ts +1 -2
  72. package/dist-types/ts3.4/BatchClient.d.ts +3 -3
  73. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  74. package/dist-types/ts3.4/models/BatchServiceException.d.ts +1 -1
  75. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  76. package/package.json +13 -12
@@ -608,17 +608,7 @@ export var AttemptTaskContainerDetails = [
608
608
  export var CancelJobRequest = [3, n0, _CJR, 0, [_jI, _r], [0, 0]];
609
609
  export var CancelJobResponse = [3, n0, _CJRa, 0, [], []];
610
610
  export var CapacityLimit = [3, n0, _CL, 0, [_mC, _cU], [1, 0]];
611
- export var ClientException = [
612
- -3,
613
- n0,
614
- _CE,
615
- {
616
- [_e]: _cl,
617
- [_hE]: 400,
618
- },
619
- [_m],
620
- [0],
621
- ];
611
+ export var ClientException = [-3, n0, _CE, { [_e]: _cl, [_hE]: 400 }, [_m], [0]];
622
612
  TypeRegistry.for(n0).registerError(ClientException, __ClientException);
623
613
  export var ComputeEnvironmentDetail = [
624
614
  3,
@@ -1516,17 +1506,7 @@ export var SchedulingPolicyDetail = [
1516
1506
  ];
1517
1507
  export var SchedulingPolicyListingDetail = [3, n0, _SPLD, 0, [_a], [0]];
1518
1508
  export var Secret = [3, n0, _S, 0, [_n, _vF], [0, 0]];
1519
- export var ServerException = [
1520
- -3,
1521
- n0,
1522
- _SE,
1523
- {
1524
- [_e]: _ser,
1525
- [_hE]: 500,
1526
- },
1527
- [_m],
1528
- [0],
1529
- ];
1509
+ export var ServerException = [-3, n0, _SE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
1530
1510
  TypeRegistry.for(n0).registerError(ServerException, __ServerException);
1531
1511
  export var ServiceEnvironmentDetail = [
1532
1512
  3,
@@ -1683,12 +1663,7 @@ export var UntagResourceRequest = [
1683
1663
  [_rA, _tK],
1684
1664
  [
1685
1665
  [0, 1],
1686
- [
1687
- 64 | 0,
1688
- {
1689
- [_hQ]: _tK,
1690
- },
1691
- ],
1666
+ [64 | 0, { [_hQ]: _tK }],
1692
1667
  ],
1693
1668
  ];
1694
1669
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1746,7 +1721,6 @@ export var Volume = [
1746
1721
  [_h, _n, _eVC],
1747
1722
  [() => Host, 0, () => EFSVolumeConfiguration],
1748
1723
  ];
1749
- export var __Unit = "unit";
1750
1724
  export var BatchServiceException = [-3, _sm, "BatchServiceException", 0, [], []];
1751
1725
  TypeRegistry.for(_sm).registerError(BatchServiceException, __BatchServiceException);
1752
1726
  export var AttemptDetails = [1, n0, _ADt, 0, () => AttemptDetail];
@@ -1848,9 +1822,7 @@ export var CancelJob = [
1848
1822
  9,
1849
1823
  n0,
1850
1824
  _CJ,
1851
- {
1852
- [_ht]: ["POST", "/v1/canceljob", 200],
1853
- },
1825
+ { [_ht]: ["POST", "/v1/canceljob", 200] },
1854
1826
  () => CancelJobRequest,
1855
1827
  () => CancelJobResponse,
1856
1828
  ];
@@ -1858,9 +1830,7 @@ export var CreateComputeEnvironment = [
1858
1830
  9,
1859
1831
  n0,
1860
1832
  _CCE,
1861
- {
1862
- [_ht]: ["POST", "/v1/createcomputeenvironment", 200],
1863
- },
1833
+ { [_ht]: ["POST", "/v1/createcomputeenvironment", 200] },
1864
1834
  () => CreateComputeEnvironmentRequest,
1865
1835
  () => CreateComputeEnvironmentResponse,
1866
1836
  ];
@@ -1868,9 +1838,7 @@ export var CreateConsumableResource = [
1868
1838
  9,
1869
1839
  n0,
1870
1840
  _CCR,
1871
- {
1872
- [_ht]: ["POST", "/v1/createconsumableresource", 200],
1873
- },
1841
+ { [_ht]: ["POST", "/v1/createconsumableresource", 200] },
1874
1842
  () => CreateConsumableResourceRequest,
1875
1843
  () => CreateConsumableResourceResponse,
1876
1844
  ];
@@ -1878,9 +1846,7 @@ export var CreateJobQueue = [
1878
1846
  9,
1879
1847
  n0,
1880
1848
  _CJQ,
1881
- {
1882
- [_ht]: ["POST", "/v1/createjobqueue", 200],
1883
- },
1849
+ { [_ht]: ["POST", "/v1/createjobqueue", 200] },
1884
1850
  () => CreateJobQueueRequest,
1885
1851
  () => CreateJobQueueResponse,
1886
1852
  ];
@@ -1888,9 +1854,7 @@ export var CreateSchedulingPolicy = [
1888
1854
  9,
1889
1855
  n0,
1890
1856
  _CSP,
1891
- {
1892
- [_ht]: ["POST", "/v1/createschedulingpolicy", 200],
1893
- },
1857
+ { [_ht]: ["POST", "/v1/createschedulingpolicy", 200] },
1894
1858
  () => CreateSchedulingPolicyRequest,
1895
1859
  () => CreateSchedulingPolicyResponse,
1896
1860
  ];
@@ -1898,9 +1862,7 @@ export var CreateServiceEnvironment = [
1898
1862
  9,
1899
1863
  n0,
1900
1864
  _CSE,
1901
- {
1902
- [_ht]: ["POST", "/v1/createserviceenvironment", 200],
1903
- },
1865
+ { [_ht]: ["POST", "/v1/createserviceenvironment", 200] },
1904
1866
  () => CreateServiceEnvironmentRequest,
1905
1867
  () => CreateServiceEnvironmentResponse,
1906
1868
  ];
@@ -1908,9 +1870,7 @@ export var DeleteComputeEnvironment = [
1908
1870
  9,
1909
1871
  n0,
1910
1872
  _DCE,
1911
- {
1912
- [_ht]: ["POST", "/v1/deletecomputeenvironment", 200],
1913
- },
1873
+ { [_ht]: ["POST", "/v1/deletecomputeenvironment", 200] },
1914
1874
  () => DeleteComputeEnvironmentRequest,
1915
1875
  () => DeleteComputeEnvironmentResponse,
1916
1876
  ];
@@ -1918,9 +1878,7 @@ export var DeleteConsumableResource = [
1918
1878
  9,
1919
1879
  n0,
1920
1880
  _DCR,
1921
- {
1922
- [_ht]: ["POST", "/v1/deleteconsumableresource", 200],
1923
- },
1881
+ { [_ht]: ["POST", "/v1/deleteconsumableresource", 200] },
1924
1882
  () => DeleteConsumableResourceRequest,
1925
1883
  () => DeleteConsumableResourceResponse,
1926
1884
  ];
@@ -1928,9 +1886,7 @@ export var DeleteJobQueue = [
1928
1886
  9,
1929
1887
  n0,
1930
1888
  _DJQ,
1931
- {
1932
- [_ht]: ["POST", "/v1/deletejobqueue", 200],
1933
- },
1889
+ { [_ht]: ["POST", "/v1/deletejobqueue", 200] },
1934
1890
  () => DeleteJobQueueRequest,
1935
1891
  () => DeleteJobQueueResponse,
1936
1892
  ];
@@ -1938,9 +1894,7 @@ export var DeleteSchedulingPolicy = [
1938
1894
  9,
1939
1895
  n0,
1940
1896
  _DSP,
1941
- {
1942
- [_ht]: ["POST", "/v1/deleteschedulingpolicy", 200],
1943
- },
1897
+ { [_ht]: ["POST", "/v1/deleteschedulingpolicy", 200] },
1944
1898
  () => DeleteSchedulingPolicyRequest,
1945
1899
  () => DeleteSchedulingPolicyResponse,
1946
1900
  ];
@@ -1948,9 +1902,7 @@ export var DeleteServiceEnvironment = [
1948
1902
  9,
1949
1903
  n0,
1950
1904
  _DSE,
1951
- {
1952
- [_ht]: ["POST", "/v1/deleteserviceenvironment", 200],
1953
- },
1905
+ { [_ht]: ["POST", "/v1/deleteserviceenvironment", 200] },
1954
1906
  () => DeleteServiceEnvironmentRequest,
1955
1907
  () => DeleteServiceEnvironmentResponse,
1956
1908
  ];
@@ -1958,9 +1910,7 @@ export var DeregisterJobDefinition = [
1958
1910
  9,
1959
1911
  n0,
1960
1912
  _DJD,
1961
- {
1962
- [_ht]: ["POST", "/v1/deregisterjobdefinition", 200],
1963
- },
1913
+ { [_ht]: ["POST", "/v1/deregisterjobdefinition", 200] },
1964
1914
  () => DeregisterJobDefinitionRequest,
1965
1915
  () => DeregisterJobDefinitionResponse,
1966
1916
  ];
@@ -1968,9 +1918,7 @@ export var DescribeComputeEnvironments = [
1968
1918
  9,
1969
1919
  n0,
1970
1920
  _DCEe,
1971
- {
1972
- [_ht]: ["POST", "/v1/describecomputeenvironments", 200],
1973
- },
1921
+ { [_ht]: ["POST", "/v1/describecomputeenvironments", 200] },
1974
1922
  () => DescribeComputeEnvironmentsRequest,
1975
1923
  () => DescribeComputeEnvironmentsResponse,
1976
1924
  ];
@@ -1978,9 +1926,7 @@ export var DescribeConsumableResource = [
1978
1926
  9,
1979
1927
  n0,
1980
1928
  _DCRe,
1981
- {
1982
- [_ht]: ["POST", "/v1/describeconsumableresource", 200],
1983
- },
1929
+ { [_ht]: ["POST", "/v1/describeconsumableresource", 200] },
1984
1930
  () => DescribeConsumableResourceRequest,
1985
1931
  () => DescribeConsumableResourceResponse,
1986
1932
  ];
@@ -1988,9 +1934,7 @@ export var DescribeJobDefinitions = [
1988
1934
  9,
1989
1935
  n0,
1990
1936
  _DJDe,
1991
- {
1992
- [_ht]: ["POST", "/v1/describejobdefinitions", 200],
1993
- },
1937
+ { [_ht]: ["POST", "/v1/describejobdefinitions", 200] },
1994
1938
  () => DescribeJobDefinitionsRequest,
1995
1939
  () => DescribeJobDefinitionsResponse,
1996
1940
  ];
@@ -1998,9 +1942,7 @@ export var DescribeJobQueues = [
1998
1942
  9,
1999
1943
  n0,
2000
1944
  _DJQe,
2001
- {
2002
- [_ht]: ["POST", "/v1/describejobqueues", 200],
2003
- },
1945
+ { [_ht]: ["POST", "/v1/describejobqueues", 200] },
2004
1946
  () => DescribeJobQueuesRequest,
2005
1947
  () => DescribeJobQueuesResponse,
2006
1948
  ];
@@ -2008,9 +1950,7 @@ export var DescribeJobs = [
2008
1950
  9,
2009
1951
  n0,
2010
1952
  _DJ,
2011
- {
2012
- [_ht]: ["POST", "/v1/describejobs", 200],
2013
- },
1953
+ { [_ht]: ["POST", "/v1/describejobs", 200] },
2014
1954
  () => DescribeJobsRequest,
2015
1955
  () => DescribeJobsResponse,
2016
1956
  ];
@@ -2018,9 +1958,7 @@ export var DescribeSchedulingPolicies = [
2018
1958
  9,
2019
1959
  n0,
2020
1960
  _DSPe,
2021
- {
2022
- [_ht]: ["POST", "/v1/describeschedulingpolicies", 200],
2023
- },
1961
+ { [_ht]: ["POST", "/v1/describeschedulingpolicies", 200] },
2024
1962
  () => DescribeSchedulingPoliciesRequest,
2025
1963
  () => DescribeSchedulingPoliciesResponse,
2026
1964
  ];
@@ -2028,9 +1966,7 @@ export var DescribeServiceEnvironments = [
2028
1966
  9,
2029
1967
  n0,
2030
1968
  _DSEe,
2031
- {
2032
- [_ht]: ["POST", "/v1/describeserviceenvironments", 200],
2033
- },
1969
+ { [_ht]: ["POST", "/v1/describeserviceenvironments", 200] },
2034
1970
  () => DescribeServiceEnvironmentsRequest,
2035
1971
  () => DescribeServiceEnvironmentsResponse,
2036
1972
  ];
@@ -2038,9 +1974,7 @@ export var DescribeServiceJob = [
2038
1974
  9,
2039
1975
  n0,
2040
1976
  _DSJ,
2041
- {
2042
- [_ht]: ["POST", "/v1/describeservicejob", 200],
2043
- },
1977
+ { [_ht]: ["POST", "/v1/describeservicejob", 200] },
2044
1978
  () => DescribeServiceJobRequest,
2045
1979
  () => DescribeServiceJobResponse,
2046
1980
  ];
@@ -2048,9 +1982,7 @@ export var GetJobQueueSnapshot = [
2048
1982
  9,
2049
1983
  n0,
2050
1984
  _GJQS,
2051
- {
2052
- [_ht]: ["POST", "/v1/getjobqueuesnapshot", 200],
2053
- },
1985
+ { [_ht]: ["POST", "/v1/getjobqueuesnapshot", 200] },
2054
1986
  () => GetJobQueueSnapshotRequest,
2055
1987
  () => GetJobQueueSnapshotResponse,
2056
1988
  ];
@@ -2058,9 +1990,7 @@ export var ListConsumableResources = [
2058
1990
  9,
2059
1991
  n0,
2060
1992
  _LCR,
2061
- {
2062
- [_ht]: ["POST", "/v1/listconsumableresources", 200],
2063
- },
1993
+ { [_ht]: ["POST", "/v1/listconsumableresources", 200] },
2064
1994
  () => ListConsumableResourcesRequest,
2065
1995
  () => ListConsumableResourcesResponse,
2066
1996
  ];
@@ -2068,9 +1998,7 @@ export var ListJobs = [
2068
1998
  9,
2069
1999
  n0,
2070
2000
  _LJ,
2071
- {
2072
- [_ht]: ["POST", "/v1/listjobs", 200],
2073
- },
2001
+ { [_ht]: ["POST", "/v1/listjobs", 200] },
2074
2002
  () => ListJobsRequest,
2075
2003
  () => ListJobsResponse,
2076
2004
  ];
@@ -2078,9 +2006,7 @@ export var ListJobsByConsumableResource = [
2078
2006
  9,
2079
2007
  n0,
2080
2008
  _LJBCR,
2081
- {
2082
- [_ht]: ["POST", "/v1/listjobsbyconsumableresource", 200],
2083
- },
2009
+ { [_ht]: ["POST", "/v1/listjobsbyconsumableresource", 200] },
2084
2010
  () => ListJobsByConsumableResourceRequest,
2085
2011
  () => ListJobsByConsumableResourceResponse,
2086
2012
  ];
@@ -2088,9 +2014,7 @@ export var ListSchedulingPolicies = [
2088
2014
  9,
2089
2015
  n0,
2090
2016
  _LSP,
2091
- {
2092
- [_ht]: ["POST", "/v1/listschedulingpolicies", 200],
2093
- },
2017
+ { [_ht]: ["POST", "/v1/listschedulingpolicies", 200] },
2094
2018
  () => ListSchedulingPoliciesRequest,
2095
2019
  () => ListSchedulingPoliciesResponse,
2096
2020
  ];
@@ -2098,9 +2022,7 @@ export var ListServiceJobs = [
2098
2022
  9,
2099
2023
  n0,
2100
2024
  _LSJ,
2101
- {
2102
- [_ht]: ["POST", "/v1/listservicejobs", 200],
2103
- },
2025
+ { [_ht]: ["POST", "/v1/listservicejobs", 200] },
2104
2026
  () => ListServiceJobsRequest,
2105
2027
  () => ListServiceJobsResponse,
2106
2028
  ];
@@ -2108,9 +2030,7 @@ export var ListTagsForResource = [
2108
2030
  9,
2109
2031
  n0,
2110
2032
  _LTFR,
2111
- {
2112
- [_ht]: ["GET", "/v1/tags/{resourceArn}", 200],
2113
- },
2033
+ { [_ht]: ["GET", "/v1/tags/{resourceArn}", 200] },
2114
2034
  () => ListTagsForResourceRequest,
2115
2035
  () => ListTagsForResourceResponse,
2116
2036
  ];
@@ -2118,9 +2038,7 @@ export var RegisterJobDefinition = [
2118
2038
  9,
2119
2039
  n0,
2120
2040
  _RJD,
2121
- {
2122
- [_ht]: ["POST", "/v1/registerjobdefinition", 200],
2123
- },
2041
+ { [_ht]: ["POST", "/v1/registerjobdefinition", 200] },
2124
2042
  () => RegisterJobDefinitionRequest,
2125
2043
  () => RegisterJobDefinitionResponse,
2126
2044
  ];
@@ -2128,9 +2046,7 @@ export var SubmitJob = [
2128
2046
  9,
2129
2047
  n0,
2130
2048
  _SJ,
2131
- {
2132
- [_ht]: ["POST", "/v1/submitjob", 200],
2133
- },
2049
+ { [_ht]: ["POST", "/v1/submitjob", 200] },
2134
2050
  () => SubmitJobRequest,
2135
2051
  () => SubmitJobResponse,
2136
2052
  ];
@@ -2138,9 +2054,7 @@ export var SubmitServiceJob = [
2138
2054
  9,
2139
2055
  n0,
2140
2056
  _SSJ,
2141
- {
2142
- [_ht]: ["POST", "/v1/submitservicejob", 200],
2143
- },
2057
+ { [_ht]: ["POST", "/v1/submitservicejob", 200] },
2144
2058
  () => SubmitServiceJobRequest,
2145
2059
  () => SubmitServiceJobResponse,
2146
2060
  ];
@@ -2148,9 +2062,7 @@ export var TagResource = [
2148
2062
  9,
2149
2063
  n0,
2150
2064
  _TR,
2151
- {
2152
- [_ht]: ["POST", "/v1/tags/{resourceArn}", 200],
2153
- },
2065
+ { [_ht]: ["POST", "/v1/tags/{resourceArn}", 200] },
2154
2066
  () => TagResourceRequest,
2155
2067
  () => TagResourceResponse,
2156
2068
  ];
@@ -2158,9 +2070,7 @@ export var TerminateJob = [
2158
2070
  9,
2159
2071
  n0,
2160
2072
  _TJ,
2161
- {
2162
- [_ht]: ["POST", "/v1/terminatejob", 200],
2163
- },
2073
+ { [_ht]: ["POST", "/v1/terminatejob", 200] },
2164
2074
  () => TerminateJobRequest,
2165
2075
  () => TerminateJobResponse,
2166
2076
  ];
@@ -2168,9 +2078,7 @@ export var TerminateServiceJob = [
2168
2078
  9,
2169
2079
  n0,
2170
2080
  _TSJ,
2171
- {
2172
- [_ht]: ["POST", "/v1/terminateservicejob", 200],
2173
- },
2081
+ { [_ht]: ["POST", "/v1/terminateservicejob", 200] },
2174
2082
  () => TerminateServiceJobRequest,
2175
2083
  () => TerminateServiceJobResponse,
2176
2084
  ];
@@ -2178,9 +2086,7 @@ export var UntagResource = [
2178
2086
  9,
2179
2087
  n0,
2180
2088
  _UR,
2181
- {
2182
- [_ht]: ["DELETE", "/v1/tags/{resourceArn}", 200],
2183
- },
2089
+ { [_ht]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
2184
2090
  () => UntagResourceRequest,
2185
2091
  () => UntagResourceResponse,
2186
2092
  ];
@@ -2188,9 +2094,7 @@ export var UpdateComputeEnvironment = [
2188
2094
  9,
2189
2095
  n0,
2190
2096
  _UCE,
2191
- {
2192
- [_ht]: ["POST", "/v1/updatecomputeenvironment", 200],
2193
- },
2097
+ { [_ht]: ["POST", "/v1/updatecomputeenvironment", 200] },
2194
2098
  () => UpdateComputeEnvironmentRequest,
2195
2099
  () => UpdateComputeEnvironmentResponse,
2196
2100
  ];
@@ -2198,9 +2102,7 @@ export var UpdateConsumableResource = [
2198
2102
  9,
2199
2103
  n0,
2200
2104
  _UCR,
2201
- {
2202
- [_ht]: ["POST", "/v1/updateconsumableresource", 200],
2203
- },
2105
+ { [_ht]: ["POST", "/v1/updateconsumableresource", 200] },
2204
2106
  () => UpdateConsumableResourceRequest,
2205
2107
  () => UpdateConsumableResourceResponse,
2206
2108
  ];
@@ -2208,9 +2110,7 @@ export var UpdateJobQueue = [
2208
2110
  9,
2209
2111
  n0,
2210
2112
  _UJQ,
2211
- {
2212
- [_ht]: ["POST", "/v1/updatejobqueue", 200],
2213
- },
2113
+ { [_ht]: ["POST", "/v1/updatejobqueue", 200] },
2214
2114
  () => UpdateJobQueueRequest,
2215
2115
  () => UpdateJobQueueResponse,
2216
2116
  ];
@@ -2218,9 +2118,7 @@ export var UpdateSchedulingPolicy = [
2218
2118
  9,
2219
2119
  n0,
2220
2120
  _USP,
2221
- {
2222
- [_ht]: ["POST", "/v1/updateschedulingpolicy", 200],
2223
- },
2121
+ { [_ht]: ["POST", "/v1/updateschedulingpolicy", 200] },
2224
2122
  () => UpdateSchedulingPolicyRequest,
2225
2123
  () => UpdateSchedulingPolicyResponse,
2226
2124
  ];
@@ -2228,9 +2126,7 @@ export var UpdateServiceEnvironment = [
2228
2126
  9,
2229
2127
  n0,
2230
2128
  _USE,
2231
- {
2232
- [_ht]: ["POST", "/v1/updateserviceenvironment", 200],
2233
- },
2129
+ { [_ht]: ["POST", "/v1/updateserviceenvironment", 200] },
2234
2130
  () => UpdateServiceEnvironmentRequest,
2235
2131
  () => UpdateServiceEnvironmentResponse,
2236
2132
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { BatchClient } from "./BatchClient";
3
3
  import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
4
4
  import { CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput } from "./commands/CreateComputeEnvironmentCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
11
11
  import { CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput } from "./commands/CreateComputeEnvironmentCommand";
12
12
  import { CreateConsumableResourceCommandInput, CreateConsumableResourceCommandOutput } from "./commands/CreateConsumableResourceCommand";
@@ -47,7 +47,7 @@ import { UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput } from "./comma
47
47
  import { UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput } from "./commands/UpdateSchedulingPolicyCommand";
48
48
  import { UpdateServiceEnvironmentCommandInput, UpdateServiceEnvironmentCommandOutput } from "./commands/UpdateServiceEnvironmentCommand";
49
49
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
50
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
50
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
51
51
  export { __Client };
52
52
  /**
53
53
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { BatchHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { BatchHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { BatchClientResolvedConfig } from "../BatchClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type BatchClientResolvedConfig } from "../BatchClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { CancelJobRequest, CancelJobResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { CreateComputeEnvironmentRequest, CreateComputeEnvironmentResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { CreateComputeEnvironmentRequest, CreateComputeEnvironmentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { CreateConsumableResourceRequest, CreateConsumableResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { CreateConsumableResourceRequest, CreateConsumableResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { CreateJobQueueRequest, CreateJobQueueResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { CreateJobQueueRequest, CreateJobQueueResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { CreateSchedulingPolicyRequest, CreateSchedulingPolicyResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { CreateSchedulingPolicyRequest, CreateSchedulingPolicyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { CreateServiceEnvironmentRequest, CreateServiceEnvironmentResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { CreateServiceEnvironmentRequest, CreateServiceEnvironmentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { DeleteComputeEnvironmentRequest, DeleteComputeEnvironmentResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { DeleteComputeEnvironmentRequest, DeleteComputeEnvironmentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { DeleteConsumableResourceRequest, DeleteConsumableResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { DeleteConsumableResourceRequest, DeleteConsumableResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { DeleteJobQueueRequest, DeleteJobQueueResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { DeleteJobQueueRequest, DeleteJobQueueResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { DeleteSchedulingPolicyRequest, DeleteSchedulingPolicyResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { DeleteSchedulingPolicyRequest, DeleteSchedulingPolicyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
- import { DeleteServiceEnvironmentRequest, DeleteServiceEnvironmentResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
+ import type { DeleteServiceEnvironmentRequest, DeleteServiceEnvironmentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */