@aws-sdk/client-greengrassv2 3.590.0 → 3.596.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 (63) hide show
  1. package/dist-cjs/index.js +0 -29
  2. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -1
  3. package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -1
  5. package/dist-types/commands/CancelDeploymentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateComponentVersionCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeComponentCommand.d.ts +2 -1
  12. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -1
  13. package/dist-types/commands/GetComponentCommand.d.ts +2 -1
  14. package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +2 -1
  15. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -1
  16. package/dist-types/commands/GetCoreDeviceCommand.d.ts +2 -1
  17. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  18. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +2 -1
  19. package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -1
  20. package/dist-types/commands/ListComponentVersionsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListCoreDevicesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListInstalledComponentsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +2 -1
  31. package/dist-types/index.d.ts +2 -2
  32. package/dist-types/models/GreengrassV2ServiceException.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/models/GreengrassV2ServiceException.d.ts +2 -1
  63. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -244,7 +244,6 @@ var GreengrassV2Client = _GreengrassV2Client;
244
244
 
245
245
  var import_middleware_serde = require("@smithy/middleware-serde");
246
246
 
247
- var import_types = require("@smithy/types");
248
247
 
249
248
  // src/protocols/Aws_restJson1.ts
250
249
  var import_core2 = require("@aws-sdk/core");
@@ -1824,7 +1823,6 @@ var AssociateServiceRoleToAccountCommand = _AssociateServiceRoleToAccountCommand
1824
1823
 
1825
1824
 
1826
1825
 
1827
-
1828
1826
  var _BatchAssociateClientDeviceWithCoreDeviceCommand = class _BatchAssociateClientDeviceWithCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
1829
1827
  ...commonParams
1830
1828
  }).m(function(Command, cs, config, o) {
@@ -1841,7 +1839,6 @@ var BatchAssociateClientDeviceWithCoreDeviceCommand = _BatchAssociateClientDevic
1841
1839
 
1842
1840
 
1843
1841
 
1844
-
1845
1842
  var _BatchDisassociateClientDeviceFromCoreDeviceCommand = class _BatchDisassociateClientDeviceFromCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
1846
1843
  ...commonParams
1847
1844
  }).m(function(Command, cs, config, o) {
@@ -1858,7 +1855,6 @@ var BatchDisassociateClientDeviceFromCoreDeviceCommand = _BatchDisassociateClien
1858
1855
 
1859
1856
 
1860
1857
 
1861
-
1862
1858
  var _CancelDeploymentCommand = class _CancelDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
1863
1859
  ...commonParams
1864
1860
  }).m(function(Command, cs, config, o) {
@@ -1875,7 +1871,6 @@ var CancelDeploymentCommand = _CancelDeploymentCommand;
1875
1871
 
1876
1872
 
1877
1873
 
1878
-
1879
1874
  var _CreateComponentVersionCommand = class _CreateComponentVersionCommand extends import_smithy_client.Command.classBuilder().ep({
1880
1875
  ...commonParams
1881
1876
  }).m(function(Command, cs, config, o) {
@@ -1892,7 +1887,6 @@ var CreateComponentVersionCommand = _CreateComponentVersionCommand;
1892
1887
 
1893
1888
 
1894
1889
 
1895
-
1896
1890
  var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
1897
1891
  ...commonParams
1898
1892
  }).m(function(Command, cs, config, o) {
@@ -1909,7 +1903,6 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
1909
1903
 
1910
1904
 
1911
1905
 
1912
-
1913
1906
  var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1914
1907
  ...commonParams
1915
1908
  }).m(function(Command, cs, config, o) {
@@ -1926,7 +1919,6 @@ var DeleteComponentCommand = _DeleteComponentCommand;
1926
1919
 
1927
1920
 
1928
1921
 
1929
-
1930
1922
  var _DeleteCoreDeviceCommand = class _DeleteCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
1931
1923
  ...commonParams
1932
1924
  }).m(function(Command, cs, config, o) {
@@ -1943,7 +1935,6 @@ var DeleteCoreDeviceCommand = _DeleteCoreDeviceCommand;
1943
1935
 
1944
1936
 
1945
1937
 
1946
-
1947
1938
  var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
1948
1939
  ...commonParams
1949
1940
  }).m(function(Command, cs, config, o) {
@@ -1960,7 +1951,6 @@ var DeleteDeploymentCommand = _DeleteDeploymentCommand;
1960
1951
 
1961
1952
 
1962
1953
 
1963
-
1964
1954
  var _DescribeComponentCommand = class _DescribeComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1965
1955
  ...commonParams
1966
1956
  }).m(function(Command, cs, config, o) {
@@ -1977,7 +1967,6 @@ var DescribeComponentCommand = _DescribeComponentCommand;
1977
1967
 
1978
1968
 
1979
1969
 
1980
-
1981
1970
  var _DisassociateServiceRoleFromAccountCommand = class _DisassociateServiceRoleFromAccountCommand extends import_smithy_client.Command.classBuilder().ep({
1982
1971
  ...commonParams
1983
1972
  }).m(function(Command, cs, config, o) {
@@ -1994,7 +1983,6 @@ var DisassociateServiceRoleFromAccountCommand = _DisassociateServiceRoleFromAcco
1994
1983
 
1995
1984
 
1996
1985
 
1997
-
1998
1986
  var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1999
1987
  ...commonParams
2000
1988
  }).m(function(Command, cs, config, o) {
@@ -2011,7 +1999,6 @@ var GetComponentCommand = _GetComponentCommand;
2011
1999
 
2012
2000
 
2013
2001
 
2014
-
2015
2002
  var _GetComponentVersionArtifactCommand = class _GetComponentVersionArtifactCommand extends import_smithy_client.Command.classBuilder().ep({
2016
2003
  ...commonParams
2017
2004
  }).m(function(Command, cs, config, o) {
@@ -2028,7 +2015,6 @@ var GetComponentVersionArtifactCommand = _GetComponentVersionArtifactCommand;
2028
2015
 
2029
2016
 
2030
2017
 
2031
-
2032
2018
  var _GetConnectivityInfoCommand = class _GetConnectivityInfoCommand extends import_smithy_client.Command.classBuilder().ep({
2033
2019
  ...commonParams
2034
2020
  }).m(function(Command, cs, config, o) {
@@ -2045,7 +2031,6 @@ var GetConnectivityInfoCommand = _GetConnectivityInfoCommand;
2045
2031
 
2046
2032
 
2047
2033
 
2048
-
2049
2034
  var _GetCoreDeviceCommand = class _GetCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
2050
2035
  ...commonParams
2051
2036
  }).m(function(Command, cs, config, o) {
@@ -2062,7 +2047,6 @@ var GetCoreDeviceCommand = _GetCoreDeviceCommand;
2062
2047
 
2063
2048
 
2064
2049
 
2065
-
2066
2050
  var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
2067
2051
  ...commonParams
2068
2052
  }).m(function(Command, cs, config, o) {
@@ -2079,7 +2063,6 @@ var GetDeploymentCommand = _GetDeploymentCommand;
2079
2063
 
2080
2064
 
2081
2065
 
2082
-
2083
2066
  var _GetServiceRoleForAccountCommand = class _GetServiceRoleForAccountCommand extends import_smithy_client.Command.classBuilder().ep({
2084
2067
  ...commonParams
2085
2068
  }).m(function(Command, cs, config, o) {
@@ -2096,7 +2079,6 @@ var GetServiceRoleForAccountCommand = _GetServiceRoleForAccountCommand;
2096
2079
 
2097
2080
 
2098
2081
 
2099
-
2100
2082
  var _ListClientDevicesAssociatedWithCoreDeviceCommand = class _ListClientDevicesAssociatedWithCoreDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
2101
2083
  ...commonParams
2102
2084
  }).m(function(Command, cs, config, o) {
@@ -2113,7 +2095,6 @@ var ListClientDevicesAssociatedWithCoreDeviceCommand = _ListClientDevicesAssocia
2113
2095
 
2114
2096
 
2115
2097
 
2116
-
2117
2098
  var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
2118
2099
  ...commonParams
2119
2100
  }).m(function(Command, cs, config, o) {
@@ -2130,7 +2111,6 @@ var ListComponentsCommand = _ListComponentsCommand;
2130
2111
 
2131
2112
 
2132
2113
 
2133
-
2134
2114
  var _ListComponentVersionsCommand = class _ListComponentVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
2135
2115
  ...commonParams
2136
2116
  }).m(function(Command, cs, config, o) {
@@ -2147,7 +2127,6 @@ var ListComponentVersionsCommand = _ListComponentVersionsCommand;
2147
2127
 
2148
2128
 
2149
2129
 
2150
-
2151
2130
  var _ListCoreDevicesCommand = class _ListCoreDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
2152
2131
  ...commonParams
2153
2132
  }).m(function(Command, cs, config, o) {
@@ -2164,7 +2143,6 @@ var ListCoreDevicesCommand = _ListCoreDevicesCommand;
2164
2143
 
2165
2144
 
2166
2145
 
2167
-
2168
2146
  var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
2169
2147
  ...commonParams
2170
2148
  }).m(function(Command, cs, config, o) {
@@ -2181,7 +2159,6 @@ var ListDeploymentsCommand = _ListDeploymentsCommand;
2181
2159
 
2182
2160
 
2183
2161
 
2184
-
2185
2162
  var _ListEffectiveDeploymentsCommand = class _ListEffectiveDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
2186
2163
  ...commonParams
2187
2164
  }).m(function(Command, cs, config, o) {
@@ -2198,7 +2175,6 @@ var ListEffectiveDeploymentsCommand = _ListEffectiveDeploymentsCommand;
2198
2175
 
2199
2176
 
2200
2177
 
2201
-
2202
2178
  var _ListInstalledComponentsCommand = class _ListInstalledComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
2203
2179
  ...commonParams
2204
2180
  }).m(function(Command, cs, config, o) {
@@ -2215,7 +2191,6 @@ var ListInstalledComponentsCommand = _ListInstalledComponentsCommand;
2215
2191
 
2216
2192
 
2217
2193
 
2218
-
2219
2194
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2220
2195
  ...commonParams
2221
2196
  }).m(function(Command, cs, config, o) {
@@ -2232,7 +2207,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2232
2207
 
2233
2208
 
2234
2209
 
2235
-
2236
2210
  var _ResolveComponentCandidatesCommand = class _ResolveComponentCandidatesCommand extends import_smithy_client.Command.classBuilder().ep({
2237
2211
  ...commonParams
2238
2212
  }).m(function(Command, cs, config, o) {
@@ -2249,7 +2223,6 @@ var ResolveComponentCandidatesCommand = _ResolveComponentCandidatesCommand;
2249
2223
 
2250
2224
 
2251
2225
 
2252
-
2253
2226
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2254
2227
  ...commonParams
2255
2228
  }).m(function(Command, cs, config, o) {
@@ -2266,7 +2239,6 @@ var TagResourceCommand = _TagResourceCommand;
2266
2239
 
2267
2240
 
2268
2241
 
2269
-
2270
2242
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2271
2243
  ...commonParams
2272
2244
  }).m(function(Command, cs, config, o) {
@@ -2283,7 +2255,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2283
2255
 
2284
2256
 
2285
2257
 
2286
-
2287
2258
  var _UpdateConnectivityInfoCommand = class _UpdateConnectivityInfoCommand extends import_smithy_client.Command.classBuilder().ep({
2288
2259
  ...commonParams
2289
2260
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { AssociateServiceRoleToAccountRequest, AssociateServiceRoleToAccountResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchAssociateClientDeviceWithCoreDeviceRequest, BatchAssociateClientDe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchDisassociateClientDeviceFromCoreDeviceRequest, BatchDisassociateCl
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CancelDeploymentRequest, CancelDeploymentResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateComponentVersionRequest, CreateComponentVersionResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteComponentRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteCoreDeviceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteDeploymentRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeComponentRequest, DescribeComponentResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DisassociateServiceRoleFromAccountRequest, DisassociateServiceRoleFromA
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetComponentVersionArtifactRequest, GetComponentVersionArtifactResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetCoreDeviceRequest, GetCoreDeviceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetServiceRoleForAccountRequest, GetServiceRoleForAccountResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListClientDevicesAssociatedWithCoreDeviceRequest, ListClientDevicesAsso
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListComponentVersionsRequest, ListComponentVersionsResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListComponentsRequest, ListComponentsResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListCoreDevicesRequest, ListCoreDevicesResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEffectiveDeploymentsRequest, ListEffectiveDeploymentsResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListInstalledComponentsRequest, ListInstalledComponentsResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ResolveComponentCandidatesRequest, ResolveComponentCandidatesResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -16,8 +16,8 @@
16
16
  export * from "./GreengrassV2Client";
17
17
  export * from "./GreengrassV2";
18
18
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
19
- export { RuntimeExtension } from "./runtimeExtensions";
20
- export { GreengrassV2ExtensionConfiguration } from "./extensionConfiguration";
19
+ export type { RuntimeExtension } from "./runtimeExtensions";
20
+ export type { GreengrassV2ExtensionConfiguration } from "./extensionConfiguration";
21
21
  export * from "./commands";
22
22
  export * from "./pagination";
23
23
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  AssociateServiceRoleToAccountRequest,
10
10
  AssociateServiceRoleToAccountResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateServiceRoleToAccountCommandInput
14
15
  extends AssociateServiceRoleToAccountRequest {}
15
16
  export interface AssociateServiceRoleToAccountCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  BatchAssociateClientDeviceWithCoreDeviceRequest,
10
10
  BatchAssociateClientDeviceWithCoreDeviceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchAssociateClientDeviceWithCoreDeviceCommandInput
14
15
  extends BatchAssociateClientDeviceWithCoreDeviceRequest {}
15
16
  export interface BatchAssociateClientDeviceWithCoreDeviceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  BatchDisassociateClientDeviceFromCoreDeviceRequest,
10
10
  BatchDisassociateClientDeviceFromCoreDeviceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchDisassociateClientDeviceFromCoreDeviceCommandInput
14
15
  extends BatchDisassociateClientDeviceFromCoreDeviceRequest {}
15
16
  export interface BatchDisassociateClientDeviceFromCoreDeviceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CancelDeploymentRequest,
10
10
  CancelDeploymentResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CancelDeploymentCommandInput extends CancelDeploymentRequest {}
14
15
  export interface CancelDeploymentCommandOutput
15
16
  extends CancelDeploymentResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateComponentVersionRequest,
10
10
  CreateComponentVersionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateComponentVersionCommandInput
14
15
  extends CreateComponentVersionRequest {}
15
16
  export interface CreateComponentVersionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateDeploymentRequest,
10
10
  CreateDeploymentResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
14
15
  export interface CreateDeploymentCommandOutput
15
16
  extends CreateDeploymentResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GreengrassV2Client";
8
8
  import { DeleteComponentRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
11
12
  export interface DeleteComponentCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteComponentCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GreengrassV2Client";
8
8
  import { DeleteCoreDeviceRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteCoreDeviceCommandInput extends DeleteCoreDeviceRequest {}
11
12
  export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteCoreDeviceCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GreengrassV2Client";
8
8
  import { DeleteDeploymentRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {}
11
12
  export interface DeleteDeploymentCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteDeploymentCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  DescribeComponentRequest,
10
10
  DescribeComponentResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeComponentCommandInput
14
15
  extends DescribeComponentRequest {}
15
16
  export interface DescribeComponentCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DisassociateServiceRoleFromAccountRequest,
10
10
  DisassociateServiceRoleFromAccountResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateServiceRoleFromAccountCommandInput
14
15
  extends DisassociateServiceRoleFromAccountRequest {}
15
16
  export interface DisassociateServiceRoleFromAccountCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GreengrassV2Client";
8
8
  import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetComponentCommandInput extends GetComponentRequest {}
11
12
  export interface GetComponentCommandOutput
12
13
  extends GetComponentResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetComponentVersionArtifactRequest,
10
10
  GetComponentVersionArtifactResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetComponentVersionArtifactCommandInput
14
15
  extends GetComponentVersionArtifactRequest {}
15
16
  export interface GetComponentVersionArtifactCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetConnectivityInfoRequest,
10
10
  GetConnectivityInfoResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetConnectivityInfoCommandInput
14
15
  extends GetConnectivityInfoRequest {}
15
16
  export interface GetConnectivityInfoCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetCoreDeviceRequest,
10
10
  GetCoreDeviceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCoreDeviceCommandInput extends GetCoreDeviceRequest {}
14
15
  export interface GetCoreDeviceCommandOutput
15
16
  extends GetCoreDeviceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetDeploymentRequest,
10
10
  GetDeploymentResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
14
15
  export interface GetDeploymentCommandOutput
15
16
  extends GetDeploymentResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetServiceRoleForAccountRequest,
10
10
  GetServiceRoleForAccountResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetServiceRoleForAccountCommandInput
14
15
  extends GetServiceRoleForAccountRequest {}
15
16
  export interface GetServiceRoleForAccountCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListClientDevicesAssociatedWithCoreDeviceRequest,
10
10
  ListClientDevicesAssociatedWithCoreDeviceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListClientDevicesAssociatedWithCoreDeviceCommandInput
14
15
  extends ListClientDevicesAssociatedWithCoreDeviceRequest {}
15
16
  export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListComponentVersionsRequest,
10
10
  ListComponentVersionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListComponentVersionsCommandInput
14
15
  extends ListComponentVersionsRequest {}
15
16
  export interface ListComponentVersionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListComponentsRequest,
10
10
  ListComponentsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListComponentsCommandInput extends ListComponentsRequest {}
14
15
  export interface ListComponentsCommandOutput
15
16
  extends ListComponentsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListCoreDevicesRequest,
10
10
  ListCoreDevicesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListCoreDevicesCommandInput extends ListCoreDevicesRequest {}
14
15
  export interface ListCoreDevicesCommandOutput
15
16
  extends ListCoreDevicesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListDeploymentsRequest,
10
10
  ListDeploymentsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
14
15
  export interface ListDeploymentsCommandOutput
15
16
  extends ListDeploymentsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListEffectiveDeploymentsRequest,
10
10
  ListEffectiveDeploymentsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEffectiveDeploymentsCommandInput
14
15
  extends ListEffectiveDeploymentsRequest {}
15
16
  export interface ListEffectiveDeploymentsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListInstalledComponentsRequest,
10
10
  ListInstalledComponentsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListInstalledComponentsCommandInput
14
15
  extends ListInstalledComponentsRequest {}
15
16
  export interface ListInstalledComponentsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ResolveComponentCandidatesRequest,
10
10
  ResolveComponentCandidatesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ResolveComponentCandidatesCommandInput
14
15
  extends ResolveComponentCandidatesRequest {}
15
16
  export interface ResolveComponentCandidatesCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GreengrassV2Client";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateConnectivityInfoRequest,
10
10
  UpdateConnectivityInfoResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateConnectivityInfoCommandInput
14
15
  extends UpdateConnectivityInfoRequest {}
15
16
  export interface UpdateConnectivityInfoCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class GreengrassV2ServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.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": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",