@aws-sdk/client-greengrassv2 3.649.0 → 3.650.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 (31) hide show
  1. package/dist-cjs/index.js +29 -87
  2. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +1 -3
  3. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +1 -3
  4. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +1 -3
  5. package/dist-es/commands/CancelDeploymentCommand.js +1 -3
  6. package/dist-es/commands/CreateComponentVersionCommand.js +1 -3
  7. package/dist-es/commands/CreateDeploymentCommand.js +1 -3
  8. package/dist-es/commands/DeleteComponentCommand.js +1 -3
  9. package/dist-es/commands/DeleteCoreDeviceCommand.js +1 -3
  10. package/dist-es/commands/DeleteDeploymentCommand.js +1 -3
  11. package/dist-es/commands/DescribeComponentCommand.js +1 -3
  12. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +1 -3
  13. package/dist-es/commands/GetComponentCommand.js +1 -3
  14. package/dist-es/commands/GetComponentVersionArtifactCommand.js +1 -3
  15. package/dist-es/commands/GetConnectivityInfoCommand.js +1 -3
  16. package/dist-es/commands/GetCoreDeviceCommand.js +1 -3
  17. package/dist-es/commands/GetDeploymentCommand.js +1 -3
  18. package/dist-es/commands/GetServiceRoleForAccountCommand.js +1 -3
  19. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +1 -3
  20. package/dist-es/commands/ListComponentVersionsCommand.js +1 -3
  21. package/dist-es/commands/ListComponentsCommand.js +1 -3
  22. package/dist-es/commands/ListCoreDevicesCommand.js +1 -3
  23. package/dist-es/commands/ListDeploymentsCommand.js +1 -3
  24. package/dist-es/commands/ListEffectiveDeploymentsCommand.js +1 -3
  25. package/dist-es/commands/ListInstalledComponentsCommand.js +1 -3
  26. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  27. package/dist-es/commands/ResolveComponentCandidatesCommand.js +1 -3
  28. package/dist-es/commands/TagResourceCommand.js +1 -3
  29. package/dist-es/commands/UntagResourceCommand.js +1 -3
  30. package/dist-es/commands/UpdateConnectivityInfoCommand.js +1 -3
  31. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -1795,9 +1795,7 @@ var _tK = "tagKeys";
1795
1795
  var _xaiet = "x-amz-iot-endpoint-type";
1796
1796
 
1797
1797
  // src/commands/AssociateServiceRoleToAccountCommand.ts
1798
- var _AssociateServiceRoleToAccountCommand = class _AssociateServiceRoleToAccountCommand extends import_smithy_client.Command.classBuilder().ep({
1799
- ...commonParams
1800
- }).m(function(Command, cs, config, o) {
1798
+ var _AssociateServiceRoleToAccountCommand = class _AssociateServiceRoleToAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1801
1799
  return [
1802
1800
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1803
1801
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1811,9 +1809,7 @@ var AssociateServiceRoleToAccountCommand = _AssociateServiceRoleToAccountCommand
1811
1809
 
1812
1810
 
1813
1811
 
1814
- var _BatchAssociateClientDeviceWithCoreDeviceCommand = class _BatchAssociateClientDeviceWithCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
1815
- ...commonParams
1816
- }).m(function(Command, cs, config, o) {
1812
+ var _BatchAssociateClientDeviceWithCoreDeviceCommand = class _BatchAssociateClientDeviceWithCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1817
1813
  return [
1818
1814
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1819
1815
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1827,9 +1823,7 @@ var BatchAssociateClientDeviceWithCoreDeviceCommand = _BatchAssociateClientDevic
1827
1823
 
1828
1824
 
1829
1825
 
1830
- var _BatchDisassociateClientDeviceFromCoreDeviceCommand = class _BatchDisassociateClientDeviceFromCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
1831
- ...commonParams
1832
- }).m(function(Command, cs, config, o) {
1826
+ var _BatchDisassociateClientDeviceFromCoreDeviceCommand = class _BatchDisassociateClientDeviceFromCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1833
1827
  return [
1834
1828
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1835
1829
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1843,9 +1837,7 @@ var BatchDisassociateClientDeviceFromCoreDeviceCommand = _BatchDisassociateClien
1843
1837
 
1844
1838
 
1845
1839
 
1846
- var _CancelDeploymentCommand = class _CancelDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
1847
- ...commonParams
1848
- }).m(function(Command, cs, config, o) {
1840
+ var _CancelDeploymentCommand = class _CancelDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1849
1841
  return [
1850
1842
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1851
1843
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1859,9 +1851,7 @@ var CancelDeploymentCommand = _CancelDeploymentCommand;
1859
1851
 
1860
1852
 
1861
1853
 
1862
- var _CreateComponentVersionCommand = class _CreateComponentVersionCommand extends import_smithy_client.Command.classBuilder().ep({
1863
- ...commonParams
1864
- }).m(function(Command, cs, config, o) {
1854
+ var _CreateComponentVersionCommand = class _CreateComponentVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1865
1855
  return [
1866
1856
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1867
1857
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1875,9 +1865,7 @@ var CreateComponentVersionCommand = _CreateComponentVersionCommand;
1875
1865
 
1876
1866
 
1877
1867
 
1878
- var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
1879
- ...commonParams
1880
- }).m(function(Command, cs, config, o) {
1868
+ var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1881
1869
  return [
1882
1870
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1883
1871
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1891,9 +1879,7 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
1891
1879
 
1892
1880
 
1893
1881
 
1894
- var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1895
- ...commonParams
1896
- }).m(function(Command, cs, config, o) {
1882
+ var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1897
1883
  return [
1898
1884
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1899
1885
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1907,9 +1893,7 @@ var DeleteComponentCommand = _DeleteComponentCommand;
1907
1893
 
1908
1894
 
1909
1895
 
1910
- var _DeleteCoreDeviceCommand = class _DeleteCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
1911
- ...commonParams
1912
- }).m(function(Command, cs, config, o) {
1896
+ var _DeleteCoreDeviceCommand = class _DeleteCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1913
1897
  return [
1914
1898
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1915
1899
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1923,9 +1907,7 @@ var DeleteCoreDeviceCommand = _DeleteCoreDeviceCommand;
1923
1907
 
1924
1908
 
1925
1909
 
1926
- var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
1927
- ...commonParams
1928
- }).m(function(Command, cs, config, o) {
1910
+ var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1929
1911
  return [
1930
1912
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1931
1913
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1939,9 +1921,7 @@ var DeleteDeploymentCommand = _DeleteDeploymentCommand;
1939
1921
 
1940
1922
 
1941
1923
 
1942
- var _DescribeComponentCommand = class _DescribeComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1943
- ...commonParams
1944
- }).m(function(Command, cs, config, o) {
1924
+ var _DescribeComponentCommand = class _DescribeComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1945
1925
  return [
1946
1926
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1947
1927
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1955,9 +1935,7 @@ var DescribeComponentCommand = _DescribeComponentCommand;
1955
1935
 
1956
1936
 
1957
1937
 
1958
- var _DisassociateServiceRoleFromAccountCommand = class _DisassociateServiceRoleFromAccountCommand extends import_smithy_client.Command.classBuilder().ep({
1959
- ...commonParams
1960
- }).m(function(Command, cs, config, o) {
1938
+ var _DisassociateServiceRoleFromAccountCommand = class _DisassociateServiceRoleFromAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1961
1939
  return [
1962
1940
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1963
1941
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1971,9 +1949,7 @@ var DisassociateServiceRoleFromAccountCommand = _DisassociateServiceRoleFromAcco
1971
1949
 
1972
1950
 
1973
1951
 
1974
- var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1975
- ...commonParams
1976
- }).m(function(Command, cs, config, o) {
1952
+ var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1977
1953
  return [
1978
1954
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1979
1955
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1987,9 +1963,7 @@ var GetComponentCommand = _GetComponentCommand;
1987
1963
 
1988
1964
 
1989
1965
 
1990
- var _GetComponentVersionArtifactCommand = class _GetComponentVersionArtifactCommand extends import_smithy_client.Command.classBuilder().ep({
1991
- ...commonParams
1992
- }).m(function(Command, cs, config, o) {
1966
+ var _GetComponentVersionArtifactCommand = class _GetComponentVersionArtifactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1993
1967
  return [
1994
1968
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1995
1969
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2003,9 +1977,7 @@ var GetComponentVersionArtifactCommand = _GetComponentVersionArtifactCommand;
2003
1977
 
2004
1978
 
2005
1979
 
2006
- var _GetConnectivityInfoCommand = class _GetConnectivityInfoCommand extends import_smithy_client.Command.classBuilder().ep({
2007
- ...commonParams
2008
- }).m(function(Command, cs, config, o) {
1980
+ var _GetConnectivityInfoCommand = class _GetConnectivityInfoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2009
1981
  return [
2010
1982
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2011
1983
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2019,9 +1991,7 @@ var GetConnectivityInfoCommand = _GetConnectivityInfoCommand;
2019
1991
 
2020
1992
 
2021
1993
 
2022
- var _GetCoreDeviceCommand = class _GetCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
2023
- ...commonParams
2024
- }).m(function(Command, cs, config, o) {
1994
+ var _GetCoreDeviceCommand = class _GetCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2025
1995
  return [
2026
1996
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2027
1997
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2035,9 +2005,7 @@ var GetCoreDeviceCommand = _GetCoreDeviceCommand;
2035
2005
 
2036
2006
 
2037
2007
 
2038
- var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
2039
- ...commonParams
2040
- }).m(function(Command, cs, config, o) {
2008
+ var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2041
2009
  return [
2042
2010
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2043
2011
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2051,9 +2019,7 @@ var GetDeploymentCommand = _GetDeploymentCommand;
2051
2019
 
2052
2020
 
2053
2021
 
2054
- var _GetServiceRoleForAccountCommand = class _GetServiceRoleForAccountCommand extends import_smithy_client.Command.classBuilder().ep({
2055
- ...commonParams
2056
- }).m(function(Command, cs, config, o) {
2022
+ var _GetServiceRoleForAccountCommand = class _GetServiceRoleForAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2057
2023
  return [
2058
2024
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2059
2025
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2067,9 +2033,7 @@ var GetServiceRoleForAccountCommand = _GetServiceRoleForAccountCommand;
2067
2033
 
2068
2034
 
2069
2035
 
2070
- var _ListClientDevicesAssociatedWithCoreDeviceCommand = class _ListClientDevicesAssociatedWithCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
2071
- ...commonParams
2072
- }).m(function(Command, cs, config, o) {
2036
+ var _ListClientDevicesAssociatedWithCoreDeviceCommand = class _ListClientDevicesAssociatedWithCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2073
2037
  return [
2074
2038
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2075
2039
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2083,9 +2047,7 @@ var ListClientDevicesAssociatedWithCoreDeviceCommand = _ListClientDevicesAssocia
2083
2047
 
2084
2048
 
2085
2049
 
2086
- var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
2087
- ...commonParams
2088
- }).m(function(Command, cs, config, o) {
2050
+ var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2089
2051
  return [
2090
2052
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2091
2053
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2099,9 +2061,7 @@ var ListComponentsCommand = _ListComponentsCommand;
2099
2061
 
2100
2062
 
2101
2063
 
2102
- var _ListComponentVersionsCommand = class _ListComponentVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
2103
- ...commonParams
2104
- }).m(function(Command, cs, config, o) {
2064
+ var _ListComponentVersionsCommand = class _ListComponentVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2105
2065
  return [
2106
2066
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2107
2067
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2115,9 +2075,7 @@ var ListComponentVersionsCommand = _ListComponentVersionsCommand;
2115
2075
 
2116
2076
 
2117
2077
 
2118
- var _ListCoreDevicesCommand = class _ListCoreDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
2119
- ...commonParams
2120
- }).m(function(Command, cs, config, o) {
2078
+ var _ListCoreDevicesCommand = class _ListCoreDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2121
2079
  return [
2122
2080
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2123
2081
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2131,9 +2089,7 @@ var ListCoreDevicesCommand = _ListCoreDevicesCommand;
2131
2089
 
2132
2090
 
2133
2091
 
2134
- var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
2135
- ...commonParams
2136
- }).m(function(Command, cs, config, o) {
2092
+ var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2137
2093
  return [
2138
2094
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2139
2095
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2147,9 +2103,7 @@ var ListDeploymentsCommand = _ListDeploymentsCommand;
2147
2103
 
2148
2104
 
2149
2105
 
2150
- var _ListEffectiveDeploymentsCommand = class _ListEffectiveDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
2151
- ...commonParams
2152
- }).m(function(Command, cs, config, o) {
2106
+ var _ListEffectiveDeploymentsCommand = class _ListEffectiveDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2153
2107
  return [
2154
2108
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2155
2109
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2163,9 +2117,7 @@ var ListEffectiveDeploymentsCommand = _ListEffectiveDeploymentsCommand;
2163
2117
 
2164
2118
 
2165
2119
 
2166
- var _ListInstalledComponentsCommand = class _ListInstalledComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
2167
- ...commonParams
2168
- }).m(function(Command, cs, config, o) {
2120
+ var _ListInstalledComponentsCommand = class _ListInstalledComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2169
2121
  return [
2170
2122
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2171
2123
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2179,9 +2131,7 @@ var ListInstalledComponentsCommand = _ListInstalledComponentsCommand;
2179
2131
 
2180
2132
 
2181
2133
 
2182
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2183
- ...commonParams
2184
- }).m(function(Command, cs, config, o) {
2134
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2185
2135
  return [
2186
2136
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2187
2137
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2195,9 +2145,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2195
2145
 
2196
2146
 
2197
2147
 
2198
- var _ResolveComponentCandidatesCommand = class _ResolveComponentCandidatesCommand extends import_smithy_client.Command.classBuilder().ep({
2199
- ...commonParams
2200
- }).m(function(Command, cs, config, o) {
2148
+ var _ResolveComponentCandidatesCommand = class _ResolveComponentCandidatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2201
2149
  return [
2202
2150
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2203
2151
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2211,9 +2159,7 @@ var ResolveComponentCandidatesCommand = _ResolveComponentCandidatesCommand;
2211
2159
 
2212
2160
 
2213
2161
 
2214
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2215
- ...commonParams
2216
- }).m(function(Command, cs, config, o) {
2162
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2217
2163
  return [
2218
2164
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2219
2165
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2227,9 +2173,7 @@ var TagResourceCommand = _TagResourceCommand;
2227
2173
 
2228
2174
 
2229
2175
 
2230
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2231
- ...commonParams
2232
- }).m(function(Command, cs, config, o) {
2176
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2233
2177
  return [
2234
2178
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2235
2179
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2243,9 +2187,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2243
2187
 
2244
2188
 
2245
2189
 
2246
- var _UpdateConnectivityInfoCommand = class _UpdateConnectivityInfoCommand extends import_smithy_client.Command.classBuilder().ep({
2247
- ...commonParams
2248
- }).m(function(Command, cs, config, o) {
2190
+ var _UpdateConnectivityInfoCommand = class _UpdateConnectivityInfoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2249
2191
  return [
2250
2192
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2251
2193
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AssociateServiceRoleToAccountCommand, se_AssociateServiceRoleToAccou
6
6
  export { $Command };
7
7
  export class AssociateServiceRoleToAccountCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchAssociateClientDeviceWithCoreDeviceCommand, se_BatchAssociateCl
6
6
  export { $Command };
7
7
  export class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchDisassociateClientDeviceFromCoreDeviceCommand, se_BatchDisassoc
6
6
  export { $Command };
7
7
  export class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelDeploymentCommand, se_CancelDeploymentCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CancelDeploymentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateComponentVersionCommand, se_CreateComponentVersionCommand } fr
6
6
  export { $Command };
7
7
  export class CreateComponentVersionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateDeploymentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteCoreDeviceCommand, se_DeleteCoreDeviceCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteCoreDeviceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDeploymentCommand, se_DeleteDeploymentCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteDeploymentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeComponentCommand, se_DescribeComponentCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisassociateServiceRoleFromAccountCommand, se_DisassociateServiceRol
6
6
  export { $Command };
7
7
  export class DisassociateServiceRoleFromAccountCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetComponentVersionArtifactCommand, se_GetComponentVersionArtifactCo
6
6
  export { $Command };
7
7
  export class GetComponentVersionArtifactCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetConnectivityInfoCommand, se_GetConnectivityInfoCommand } from "..
6
6
  export { $Command };
7
7
  export class GetConnectivityInfoCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetCoreDeviceCommand, se_GetCoreDeviceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetCoreDeviceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetDeploymentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetServiceRoleForAccountCommand, se_GetServiceRoleForAccountCommand
6
6
  export { $Command };
7
7
  export class GetServiceRoleForAccountCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListClientDevicesAssociatedWithCoreDeviceCommand, se_ListClientDevic
6
6
  export { $Command };
7
7
  export class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListComponentVersionsCommand, se_ListComponentVersionsCommand } from
6
6
  export { $Command };
7
7
  export class ListComponentVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListComponentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCoreDevicesCommand, se_ListCoreDevicesCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListCoreDevicesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListDeploymentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEffectiveDeploymentsCommand, se_ListEffectiveDeploymentsCommand
6
6
  export { $Command };
7
7
  export class ListEffectiveDeploymentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListInstalledComponentsCommand, se_ListInstalledComponentsCommand }
6
6
  export { $Command };
7
7
  export class ListInstalledComponentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ResolveComponentCandidatesCommand, se_ResolveComponentCandidatesComm
6
6
  export { $Command };
7
7
  export class ResolveComponentCandidatesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateConnectivityInfoCommand, se_UpdateConnectivityInfoCommand } fr
6
6
  export { $Command };
7
7
  export class UpdateConnectivityInfoCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-greengrassv2",
3
3
  "description": "AWS SDK for JavaScript Greengrassv2 Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-greengrassv2",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",