@aws-sdk/client-batch 3.940.0 → 3.946.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 (75) 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 -145
  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 -1
  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/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, [], []];
@@ -1848,9 +1823,7 @@ export var CancelJob = [
1848
1823
  9,
1849
1824
  n0,
1850
1825
  _CJ,
1851
- {
1852
- [_ht]: ["POST", "/v1/canceljob", 200],
1853
- },
1826
+ { [_ht]: ["POST", "/v1/canceljob", 200] },
1854
1827
  () => CancelJobRequest,
1855
1828
  () => CancelJobResponse,
1856
1829
  ];
@@ -1858,9 +1831,7 @@ export var CreateComputeEnvironment = [
1858
1831
  9,
1859
1832
  n0,
1860
1833
  _CCE,
1861
- {
1862
- [_ht]: ["POST", "/v1/createcomputeenvironment", 200],
1863
- },
1834
+ { [_ht]: ["POST", "/v1/createcomputeenvironment", 200] },
1864
1835
  () => CreateComputeEnvironmentRequest,
1865
1836
  () => CreateComputeEnvironmentResponse,
1866
1837
  ];
@@ -1868,9 +1839,7 @@ export var CreateConsumableResource = [
1868
1839
  9,
1869
1840
  n0,
1870
1841
  _CCR,
1871
- {
1872
- [_ht]: ["POST", "/v1/createconsumableresource", 200],
1873
- },
1842
+ { [_ht]: ["POST", "/v1/createconsumableresource", 200] },
1874
1843
  () => CreateConsumableResourceRequest,
1875
1844
  () => CreateConsumableResourceResponse,
1876
1845
  ];
@@ -1878,9 +1847,7 @@ export var CreateJobQueue = [
1878
1847
  9,
1879
1848
  n0,
1880
1849
  _CJQ,
1881
- {
1882
- [_ht]: ["POST", "/v1/createjobqueue", 200],
1883
- },
1850
+ { [_ht]: ["POST", "/v1/createjobqueue", 200] },
1884
1851
  () => CreateJobQueueRequest,
1885
1852
  () => CreateJobQueueResponse,
1886
1853
  ];
@@ -1888,9 +1855,7 @@ export var CreateSchedulingPolicy = [
1888
1855
  9,
1889
1856
  n0,
1890
1857
  _CSP,
1891
- {
1892
- [_ht]: ["POST", "/v1/createschedulingpolicy", 200],
1893
- },
1858
+ { [_ht]: ["POST", "/v1/createschedulingpolicy", 200] },
1894
1859
  () => CreateSchedulingPolicyRequest,
1895
1860
  () => CreateSchedulingPolicyResponse,
1896
1861
  ];
@@ -1898,9 +1863,7 @@ export var CreateServiceEnvironment = [
1898
1863
  9,
1899
1864
  n0,
1900
1865
  _CSE,
1901
- {
1902
- [_ht]: ["POST", "/v1/createserviceenvironment", 200],
1903
- },
1866
+ { [_ht]: ["POST", "/v1/createserviceenvironment", 200] },
1904
1867
  () => CreateServiceEnvironmentRequest,
1905
1868
  () => CreateServiceEnvironmentResponse,
1906
1869
  ];
@@ -1908,9 +1871,7 @@ export var DeleteComputeEnvironment = [
1908
1871
  9,
1909
1872
  n0,
1910
1873
  _DCE,
1911
- {
1912
- [_ht]: ["POST", "/v1/deletecomputeenvironment", 200],
1913
- },
1874
+ { [_ht]: ["POST", "/v1/deletecomputeenvironment", 200] },
1914
1875
  () => DeleteComputeEnvironmentRequest,
1915
1876
  () => DeleteComputeEnvironmentResponse,
1916
1877
  ];
@@ -1918,9 +1879,7 @@ export var DeleteConsumableResource = [
1918
1879
  9,
1919
1880
  n0,
1920
1881
  _DCR,
1921
- {
1922
- [_ht]: ["POST", "/v1/deleteconsumableresource", 200],
1923
- },
1882
+ { [_ht]: ["POST", "/v1/deleteconsumableresource", 200] },
1924
1883
  () => DeleteConsumableResourceRequest,
1925
1884
  () => DeleteConsumableResourceResponse,
1926
1885
  ];
@@ -1928,9 +1887,7 @@ export var DeleteJobQueue = [
1928
1887
  9,
1929
1888
  n0,
1930
1889
  _DJQ,
1931
- {
1932
- [_ht]: ["POST", "/v1/deletejobqueue", 200],
1933
- },
1890
+ { [_ht]: ["POST", "/v1/deletejobqueue", 200] },
1934
1891
  () => DeleteJobQueueRequest,
1935
1892
  () => DeleteJobQueueResponse,
1936
1893
  ];
@@ -1938,9 +1895,7 @@ export var DeleteSchedulingPolicy = [
1938
1895
  9,
1939
1896
  n0,
1940
1897
  _DSP,
1941
- {
1942
- [_ht]: ["POST", "/v1/deleteschedulingpolicy", 200],
1943
- },
1898
+ { [_ht]: ["POST", "/v1/deleteschedulingpolicy", 200] },
1944
1899
  () => DeleteSchedulingPolicyRequest,
1945
1900
  () => DeleteSchedulingPolicyResponse,
1946
1901
  ];
@@ -1948,9 +1903,7 @@ export var DeleteServiceEnvironment = [
1948
1903
  9,
1949
1904
  n0,
1950
1905
  _DSE,
1951
- {
1952
- [_ht]: ["POST", "/v1/deleteserviceenvironment", 200],
1953
- },
1906
+ { [_ht]: ["POST", "/v1/deleteserviceenvironment", 200] },
1954
1907
  () => DeleteServiceEnvironmentRequest,
1955
1908
  () => DeleteServiceEnvironmentResponse,
1956
1909
  ];
@@ -1958,9 +1911,7 @@ export var DeregisterJobDefinition = [
1958
1911
  9,
1959
1912
  n0,
1960
1913
  _DJD,
1961
- {
1962
- [_ht]: ["POST", "/v1/deregisterjobdefinition", 200],
1963
- },
1914
+ { [_ht]: ["POST", "/v1/deregisterjobdefinition", 200] },
1964
1915
  () => DeregisterJobDefinitionRequest,
1965
1916
  () => DeregisterJobDefinitionResponse,
1966
1917
  ];
@@ -1968,9 +1919,7 @@ export var DescribeComputeEnvironments = [
1968
1919
  9,
1969
1920
  n0,
1970
1921
  _DCEe,
1971
- {
1972
- [_ht]: ["POST", "/v1/describecomputeenvironments", 200],
1973
- },
1922
+ { [_ht]: ["POST", "/v1/describecomputeenvironments", 200] },
1974
1923
  () => DescribeComputeEnvironmentsRequest,
1975
1924
  () => DescribeComputeEnvironmentsResponse,
1976
1925
  ];
@@ -1978,9 +1927,7 @@ export var DescribeConsumableResource = [
1978
1927
  9,
1979
1928
  n0,
1980
1929
  _DCRe,
1981
- {
1982
- [_ht]: ["POST", "/v1/describeconsumableresource", 200],
1983
- },
1930
+ { [_ht]: ["POST", "/v1/describeconsumableresource", 200] },
1984
1931
  () => DescribeConsumableResourceRequest,
1985
1932
  () => DescribeConsumableResourceResponse,
1986
1933
  ];
@@ -1988,9 +1935,7 @@ export var DescribeJobDefinitions = [
1988
1935
  9,
1989
1936
  n0,
1990
1937
  _DJDe,
1991
- {
1992
- [_ht]: ["POST", "/v1/describejobdefinitions", 200],
1993
- },
1938
+ { [_ht]: ["POST", "/v1/describejobdefinitions", 200] },
1994
1939
  () => DescribeJobDefinitionsRequest,
1995
1940
  () => DescribeJobDefinitionsResponse,
1996
1941
  ];
@@ -1998,9 +1943,7 @@ export var DescribeJobQueues = [
1998
1943
  9,
1999
1944
  n0,
2000
1945
  _DJQe,
2001
- {
2002
- [_ht]: ["POST", "/v1/describejobqueues", 200],
2003
- },
1946
+ { [_ht]: ["POST", "/v1/describejobqueues", 200] },
2004
1947
  () => DescribeJobQueuesRequest,
2005
1948
  () => DescribeJobQueuesResponse,
2006
1949
  ];
@@ -2008,9 +1951,7 @@ export var DescribeJobs = [
2008
1951
  9,
2009
1952
  n0,
2010
1953
  _DJ,
2011
- {
2012
- [_ht]: ["POST", "/v1/describejobs", 200],
2013
- },
1954
+ { [_ht]: ["POST", "/v1/describejobs", 200] },
2014
1955
  () => DescribeJobsRequest,
2015
1956
  () => DescribeJobsResponse,
2016
1957
  ];
@@ -2018,9 +1959,7 @@ export var DescribeSchedulingPolicies = [
2018
1959
  9,
2019
1960
  n0,
2020
1961
  _DSPe,
2021
- {
2022
- [_ht]: ["POST", "/v1/describeschedulingpolicies", 200],
2023
- },
1962
+ { [_ht]: ["POST", "/v1/describeschedulingpolicies", 200] },
2024
1963
  () => DescribeSchedulingPoliciesRequest,
2025
1964
  () => DescribeSchedulingPoliciesResponse,
2026
1965
  ];
@@ -2028,9 +1967,7 @@ export var DescribeServiceEnvironments = [
2028
1967
  9,
2029
1968
  n0,
2030
1969
  _DSEe,
2031
- {
2032
- [_ht]: ["POST", "/v1/describeserviceenvironments", 200],
2033
- },
1970
+ { [_ht]: ["POST", "/v1/describeserviceenvironments", 200] },
2034
1971
  () => DescribeServiceEnvironmentsRequest,
2035
1972
  () => DescribeServiceEnvironmentsResponse,
2036
1973
  ];
@@ -2038,9 +1975,7 @@ export var DescribeServiceJob = [
2038
1975
  9,
2039
1976
  n0,
2040
1977
  _DSJ,
2041
- {
2042
- [_ht]: ["POST", "/v1/describeservicejob", 200],
2043
- },
1978
+ { [_ht]: ["POST", "/v1/describeservicejob", 200] },
2044
1979
  () => DescribeServiceJobRequest,
2045
1980
  () => DescribeServiceJobResponse,
2046
1981
  ];
@@ -2048,9 +1983,7 @@ export var GetJobQueueSnapshot = [
2048
1983
  9,
2049
1984
  n0,
2050
1985
  _GJQS,
2051
- {
2052
- [_ht]: ["POST", "/v1/getjobqueuesnapshot", 200],
2053
- },
1986
+ { [_ht]: ["POST", "/v1/getjobqueuesnapshot", 200] },
2054
1987
  () => GetJobQueueSnapshotRequest,
2055
1988
  () => GetJobQueueSnapshotResponse,
2056
1989
  ];
@@ -2058,9 +1991,7 @@ export var ListConsumableResources = [
2058
1991
  9,
2059
1992
  n0,
2060
1993
  _LCR,
2061
- {
2062
- [_ht]: ["POST", "/v1/listconsumableresources", 200],
2063
- },
1994
+ { [_ht]: ["POST", "/v1/listconsumableresources", 200] },
2064
1995
  () => ListConsumableResourcesRequest,
2065
1996
  () => ListConsumableResourcesResponse,
2066
1997
  ];
@@ -2068,9 +1999,7 @@ export var ListJobs = [
2068
1999
  9,
2069
2000
  n0,
2070
2001
  _LJ,
2071
- {
2072
- [_ht]: ["POST", "/v1/listjobs", 200],
2073
- },
2002
+ { [_ht]: ["POST", "/v1/listjobs", 200] },
2074
2003
  () => ListJobsRequest,
2075
2004
  () => ListJobsResponse,
2076
2005
  ];
@@ -2078,9 +2007,7 @@ export var ListJobsByConsumableResource = [
2078
2007
  9,
2079
2008
  n0,
2080
2009
  _LJBCR,
2081
- {
2082
- [_ht]: ["POST", "/v1/listjobsbyconsumableresource", 200],
2083
- },
2010
+ { [_ht]: ["POST", "/v1/listjobsbyconsumableresource", 200] },
2084
2011
  () => ListJobsByConsumableResourceRequest,
2085
2012
  () => ListJobsByConsumableResourceResponse,
2086
2013
  ];
@@ -2088,9 +2015,7 @@ export var ListSchedulingPolicies = [
2088
2015
  9,
2089
2016
  n0,
2090
2017
  _LSP,
2091
- {
2092
- [_ht]: ["POST", "/v1/listschedulingpolicies", 200],
2093
- },
2018
+ { [_ht]: ["POST", "/v1/listschedulingpolicies", 200] },
2094
2019
  () => ListSchedulingPoliciesRequest,
2095
2020
  () => ListSchedulingPoliciesResponse,
2096
2021
  ];
@@ -2098,9 +2023,7 @@ export var ListServiceJobs = [
2098
2023
  9,
2099
2024
  n0,
2100
2025
  _LSJ,
2101
- {
2102
- [_ht]: ["POST", "/v1/listservicejobs", 200],
2103
- },
2026
+ { [_ht]: ["POST", "/v1/listservicejobs", 200] },
2104
2027
  () => ListServiceJobsRequest,
2105
2028
  () => ListServiceJobsResponse,
2106
2029
  ];
@@ -2108,9 +2031,7 @@ export var ListTagsForResource = [
2108
2031
  9,
2109
2032
  n0,
2110
2033
  _LTFR,
2111
- {
2112
- [_ht]: ["GET", "/v1/tags/{resourceArn}", 200],
2113
- },
2034
+ { [_ht]: ["GET", "/v1/tags/{resourceArn}", 200] },
2114
2035
  () => ListTagsForResourceRequest,
2115
2036
  () => ListTagsForResourceResponse,
2116
2037
  ];
@@ -2118,9 +2039,7 @@ export var RegisterJobDefinition = [
2118
2039
  9,
2119
2040
  n0,
2120
2041
  _RJD,
2121
- {
2122
- [_ht]: ["POST", "/v1/registerjobdefinition", 200],
2123
- },
2042
+ { [_ht]: ["POST", "/v1/registerjobdefinition", 200] },
2124
2043
  () => RegisterJobDefinitionRequest,
2125
2044
  () => RegisterJobDefinitionResponse,
2126
2045
  ];
@@ -2128,9 +2047,7 @@ export var SubmitJob = [
2128
2047
  9,
2129
2048
  n0,
2130
2049
  _SJ,
2131
- {
2132
- [_ht]: ["POST", "/v1/submitjob", 200],
2133
- },
2050
+ { [_ht]: ["POST", "/v1/submitjob", 200] },
2134
2051
  () => SubmitJobRequest,
2135
2052
  () => SubmitJobResponse,
2136
2053
  ];
@@ -2138,9 +2055,7 @@ export var SubmitServiceJob = [
2138
2055
  9,
2139
2056
  n0,
2140
2057
  _SSJ,
2141
- {
2142
- [_ht]: ["POST", "/v1/submitservicejob", 200],
2143
- },
2058
+ { [_ht]: ["POST", "/v1/submitservicejob", 200] },
2144
2059
  () => SubmitServiceJobRequest,
2145
2060
  () => SubmitServiceJobResponse,
2146
2061
  ];
@@ -2148,9 +2063,7 @@ export var TagResource = [
2148
2063
  9,
2149
2064
  n0,
2150
2065
  _TR,
2151
- {
2152
- [_ht]: ["POST", "/v1/tags/{resourceArn}", 200],
2153
- },
2066
+ { [_ht]: ["POST", "/v1/tags/{resourceArn}", 200] },
2154
2067
  () => TagResourceRequest,
2155
2068
  () => TagResourceResponse,
2156
2069
  ];
@@ -2158,9 +2071,7 @@ export var TerminateJob = [
2158
2071
  9,
2159
2072
  n0,
2160
2073
  _TJ,
2161
- {
2162
- [_ht]: ["POST", "/v1/terminatejob", 200],
2163
- },
2074
+ { [_ht]: ["POST", "/v1/terminatejob", 200] },
2164
2075
  () => TerminateJobRequest,
2165
2076
  () => TerminateJobResponse,
2166
2077
  ];
@@ -2168,9 +2079,7 @@ export var TerminateServiceJob = [
2168
2079
  9,
2169
2080
  n0,
2170
2081
  _TSJ,
2171
- {
2172
- [_ht]: ["POST", "/v1/terminateservicejob", 200],
2173
- },
2082
+ { [_ht]: ["POST", "/v1/terminateservicejob", 200] },
2174
2083
  () => TerminateServiceJobRequest,
2175
2084
  () => TerminateServiceJobResponse,
2176
2085
  ];
@@ -2178,9 +2087,7 @@ export var UntagResource = [
2178
2087
  9,
2179
2088
  n0,
2180
2089
  _UR,
2181
- {
2182
- [_ht]: ["DELETE", "/v1/tags/{resourceArn}", 200],
2183
- },
2090
+ { [_ht]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
2184
2091
  () => UntagResourceRequest,
2185
2092
  () => UntagResourceResponse,
2186
2093
  ];
@@ -2188,9 +2095,7 @@ export var UpdateComputeEnvironment = [
2188
2095
  9,
2189
2096
  n0,
2190
2097
  _UCE,
2191
- {
2192
- [_ht]: ["POST", "/v1/updatecomputeenvironment", 200],
2193
- },
2098
+ { [_ht]: ["POST", "/v1/updatecomputeenvironment", 200] },
2194
2099
  () => UpdateComputeEnvironmentRequest,
2195
2100
  () => UpdateComputeEnvironmentResponse,
2196
2101
  ];
@@ -2198,9 +2103,7 @@ export var UpdateConsumableResource = [
2198
2103
  9,
2199
2104
  n0,
2200
2105
  _UCR,
2201
- {
2202
- [_ht]: ["POST", "/v1/updateconsumableresource", 200],
2203
- },
2106
+ { [_ht]: ["POST", "/v1/updateconsumableresource", 200] },
2204
2107
  () => UpdateConsumableResourceRequest,
2205
2108
  () => UpdateConsumableResourceResponse,
2206
2109
  ];
@@ -2208,9 +2111,7 @@ export var UpdateJobQueue = [
2208
2111
  9,
2209
2112
  n0,
2210
2113
  _UJQ,
2211
- {
2212
- [_ht]: ["POST", "/v1/updatejobqueue", 200],
2213
- },
2114
+ { [_ht]: ["POST", "/v1/updatejobqueue", 200] },
2214
2115
  () => UpdateJobQueueRequest,
2215
2116
  () => UpdateJobQueueResponse,
2216
2117
  ];
@@ -2218,9 +2119,7 @@ export var UpdateSchedulingPolicy = [
2218
2119
  9,
2219
2120
  n0,
2220
2121
  _USP,
2221
- {
2222
- [_ht]: ["POST", "/v1/updateschedulingpolicy", 200],
2223
- },
2122
+ { [_ht]: ["POST", "/v1/updateschedulingpolicy", 200] },
2224
2123
  () => UpdateSchedulingPolicyRequest,
2225
2124
  () => UpdateSchedulingPolicyResponse,
2226
2125
  ];
@@ -2228,9 +2127,7 @@ export var UpdateServiceEnvironment = [
2228
2127
  9,
2229
2128
  n0,
2230
2129
  _USE,
2231
- {
2232
- [_ht]: ["POST", "/v1/updateserviceenvironment", 200],
2233
- },
2130
+ { [_ht]: ["POST", "/v1/updateserviceenvironment", 200] },
2234
2131
  () => UpdateServiceEnvironmentRequest,
2235
2132
  () => UpdateServiceEnvironmentResponse,
2236
2133
  ];
@@ -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
  */