@aws-sdk/client-greengrass 3.774.0 → 3.777.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 (99) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/GreengrassClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +1 -0
  8. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateGroupCommand.d.ts +1 -0
  20. package/dist-types/commands/CreateGroupVersionCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +1 -0
  25. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +1 -0
  26. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +1 -0
  27. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +1 -0
  35. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +1 -0
  36. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +1 -0
  37. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +1 -0
  38. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +1 -0
  39. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +1 -0
  40. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +1 -0
  41. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +1 -0
  42. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +1 -0
  43. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +1 -0
  44. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +1 -0
  45. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +1 -0
  46. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +1 -0
  47. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +1 -0
  48. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +1 -0
  49. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +1 -0
  50. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +1 -0
  51. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +1 -0
  52. package/dist-types/commands/GetGroupCommand.d.ts +1 -0
  53. package/dist-types/commands/GetGroupVersionCommand.d.ts +1 -0
  54. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +1 -0
  55. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +1 -0
  56. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +1 -0
  57. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +1 -0
  58. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +1 -0
  59. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +1 -0
  60. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +1 -0
  61. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +1 -0
  62. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +1 -0
  64. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +1 -0
  65. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +1 -0
  66. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +1 -0
  67. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +1 -0
  68. package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -0
  69. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +1 -0
  70. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +1 -0
  71. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +1 -0
  72. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +1 -0
  73. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +1 -0
  74. package/dist-types/commands/ListGroupVersionsCommand.d.ts +1 -0
  75. package/dist-types/commands/ListGroupsCommand.d.ts +1 -0
  76. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +1 -0
  77. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +1 -0
  78. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +1 -0
  79. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +1 -0
  80. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +1 -0
  81. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +1 -0
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  83. package/dist-types/commands/ResetDeploymentsCommand.d.ts +1 -0
  84. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +1 -0
  85. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +1 -0
  86. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  87. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  88. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +1 -0
  89. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +1 -0
  90. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +1 -0
  91. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +1 -0
  92. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +1 -0
  93. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +1 -0
  94. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -0
  95. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +1 -0
  96. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +1 -0
  97. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +1 -0
  98. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +1 -0
  99. package/package.json +33 -33
@@ -40,8 +40,6 @@ const defaultGreengrassHttpAuthSchemeProvider = (authParameters) => {
40
40
  exports.defaultGreengrassHttpAuthSchemeProvider = defaultGreengrassHttpAuthSchemeProvider;
41
41
  const resolveHttpAuthSchemeConfig = (config) => {
42
42
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
43
- return {
44
- ...config_0,
45
- };
43
+ return Object.assign(config_0, {});
46
44
  };
47
45
  exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
package/dist-cjs/index.js CHANGED
@@ -151,12 +151,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
151
151
 
152
152
  // src/endpoint/EndpointParameters.ts
153
153
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
154
- return {
155
- ...options,
154
+ return Object.assign(options, {
156
155
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
157
156
  useFipsEndpoint: options.useFipsEndpoint ?? false,
158
157
  defaultSigningName: "greengrass"
159
- };
158
+ });
160
159
  }, "resolveClientEndpointParameters");
161
160
  var commonParams = {
162
161
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -213,22 +212,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
213
212
  }, "resolveHttpAuthRuntimeConfig");
214
213
 
215
214
  // src/runtimeExtensions.ts
216
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
217
215
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
218
- const extensionConfiguration = {
219
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
220
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
221
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
222
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
223
- };
216
+ const extensionConfiguration = Object.assign(
217
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
218
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
219
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
220
+ getHttpAuthExtensionConfiguration(runtimeConfig)
221
+ );
224
222
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
225
- return {
226
- ...runtimeConfig,
227
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
228
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
229
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
230
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
231
- };
223
+ return Object.assign(
224
+ runtimeConfig,
225
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
226
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
227
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
228
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
229
+ );
232
230
  }, "resolveRuntimeExtensions");
233
231
 
234
232
  // src/GreengrassClient.ts
@@ -242,6 +240,8 @@ var GreengrassClient = class extends import_smithy_client.Client {
242
240
  config;
243
241
  constructor(...[configuration]) {
244
242
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
243
+ super(_config_0);
244
+ this.initConfig = _config_0;
245
245
  const _config_1 = resolveClientEndpointParameters(_config_0);
246
246
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
247
247
  const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
@@ -250,7 +250,6 @@ var GreengrassClient = class extends import_smithy_client.Client {
250
250
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
251
251
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
252
252
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
253
- super(_config_8);
254
253
  this.config = _config_8;
255
254
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
256
255
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -17,6 +17,8 @@ export class GreengrassClient extends __Client {
17
17
  config;
18
18
  constructor(...[configuration]) {
19
19
  const _config_0 = __getRuntimeConfig(configuration || {});
20
+ super(_config_0);
21
+ this.initConfig = _config_0;
20
22
  const _config_1 = resolveClientEndpointParameters(_config_0);
21
23
  const _config_2 = resolveUserAgentConfig(_config_1);
22
24
  const _config_3 = resolveRetryConfig(_config_2);
@@ -25,7 +27,6 @@ export class GreengrassClient extends __Client {
25
27
  const _config_6 = resolveEndpointConfig(_config_5);
26
28
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
27
29
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
28
- super(_config_8);
29
30
  this.config = _config_8;
30
31
  this.middlewareStack.use(getUserAgentPlugin(this.config));
31
32
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -35,7 +35,5 @@ export const defaultGreengrassHttpAuthSchemeProvider = (authParameters) => {
35
35
  };
36
36
  export const resolveHttpAuthSchemeConfig = (config) => {
37
37
  const config_0 = resolveAwsSdkSigV4Config(config);
38
- return {
39
- ...config_0,
40
- };
38
+ return Object.assign(config_0, {});
41
39
  };
@@ -1,10 +1,9 @@
1
1
  export const resolveClientEndpointParameters = (options) => {
2
- return {
3
- ...options,
2
+ return Object.assign(options, {
4
3
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
5
4
  useFipsEndpoint: options.useFipsEndpoint ?? false,
6
5
  defaultSigningName: "greengrass",
7
- };
6
+ });
8
7
  };
9
8
  export const commonParams = {
10
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
2
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
- const asPartial = (t) => t;
6
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
7
- const extensionConfiguration = {
8
- ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
9
- ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
10
- ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
11
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
12
- };
6
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
13
7
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
14
- return {
15
- ...runtimeConfig,
16
- ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
17
- ...resolveDefaultRuntimeConfig(extensionConfiguration),
18
- ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
19
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration),
20
- };
8
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
21
9
  };
@@ -61,6 +61,7 @@ declare const AssociateRoleToGroupCommand_base: {
61
61
  * @throws {@link GreengrassServiceException}
62
62
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class AssociateRoleToGroupCommand extends AssociateRoleToGroupCommand_base {
@@ -60,6 +60,7 @@ declare const AssociateServiceRoleToAccountCommand_base: {
60
60
  * @throws {@link GreengrassServiceException}
61
61
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
62
62
  *
63
+ *
63
64
  * @public
64
65
  */
65
66
  export declare class AssociateServiceRoleToAccountCommand extends AssociateServiceRoleToAccountCommand_base {
@@ -78,6 +78,7 @@ declare const CreateConnectorDefinitionCommand_base: {
78
78
  * @throws {@link GreengrassServiceException}
79
79
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class CreateConnectorDefinitionCommand extends CreateConnectorDefinitionCommand_base {
@@ -70,6 +70,7 @@ declare const CreateConnectorDefinitionVersionCommand_base: {
70
70
  * @throws {@link GreengrassServiceException}
71
71
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class CreateConnectorDefinitionVersionCommand extends CreateConnectorDefinitionVersionCommand_base {
@@ -77,6 +77,7 @@ declare const CreateCoreDefinitionCommand_base: {
77
77
  * @throws {@link GreengrassServiceException}
78
78
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class CreateCoreDefinitionCommand extends CreateCoreDefinitionCommand_base {
@@ -69,6 +69,7 @@ declare const CreateCoreDefinitionVersionCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class CreateCoreDefinitionVersionCommand extends CreateCoreDefinitionVersionCommand_base {
@@ -62,6 +62,7 @@ declare const CreateDeploymentCommand_base: {
62
62
  * @throws {@link GreengrassServiceException}
63
63
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
@@ -77,6 +77,7 @@ declare const CreateDeviceDefinitionCommand_base: {
77
77
  * @throws {@link GreengrassServiceException}
78
78
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class CreateDeviceDefinitionCommand extends CreateDeviceDefinitionCommand_base {
@@ -69,6 +69,7 @@ declare const CreateDeviceDefinitionVersionCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class CreateDeviceDefinitionVersionCommand extends CreateDeviceDefinitionVersionCommand_base {
@@ -112,6 +112,7 @@ declare const CreateFunctionDefinitionCommand_base: {
112
112
  * @throws {@link GreengrassServiceException}
113
113
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class CreateFunctionDefinitionCommand extends CreateFunctionDefinitionCommand_base {
@@ -104,6 +104,7 @@ declare const CreateFunctionDefinitionVersionCommand_base: {
104
104
  * @throws {@link GreengrassServiceException}
105
105
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class CreateFunctionDefinitionVersionCommand extends CreateFunctionDefinitionVersionCommand_base {
@@ -61,6 +61,7 @@ declare const CreateGroupCertificateAuthorityCommand_base: {
61
61
  * @throws {@link GreengrassServiceException}
62
62
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class CreateGroupCertificateAuthorityCommand extends CreateGroupCertificateAuthorityCommand_base {
@@ -76,6 +76,7 @@ declare const CreateGroupCommand_base: {
76
76
  * @throws {@link GreengrassServiceException}
77
77
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class CreateGroupCommand extends CreateGroupCommand_base {
@@ -68,6 +68,7 @@ declare const CreateGroupVersionCommand_base: {
68
68
  * @throws {@link GreengrassServiceException}
69
69
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class CreateGroupVersionCommand extends CreateGroupVersionCommand_base {
@@ -78,6 +78,7 @@ declare const CreateLoggerDefinitionCommand_base: {
78
78
  * @throws {@link GreengrassServiceException}
79
79
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class CreateLoggerDefinitionCommand extends CreateLoggerDefinitionCommand_base {
@@ -70,6 +70,7 @@ declare const CreateLoggerDefinitionVersionCommand_base: {
70
70
  * @throws {@link GreengrassServiceException}
71
71
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class CreateLoggerDefinitionVersionCommand extends CreateLoggerDefinitionVersionCommand_base {
@@ -114,6 +114,7 @@ declare const CreateResourceDefinitionCommand_base: {
114
114
  * @throws {@link GreengrassServiceException}
115
115
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
116
116
  *
117
+ *
117
118
  * @public
118
119
  */
119
120
  export declare class CreateResourceDefinitionCommand extends CreateResourceDefinitionCommand_base {
@@ -106,6 +106,7 @@ declare const CreateResourceDefinitionVersionCommand_base: {
106
106
  * @throws {@link GreengrassServiceException}
107
107
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class CreateResourceDefinitionVersionCommand extends CreateResourceDefinitionVersionCommand_base {
@@ -70,6 +70,7 @@ declare const CreateSoftwareUpdateJobCommand_base: {
70
70
  * @throws {@link GreengrassServiceException}
71
71
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class CreateSoftwareUpdateJobCommand extends CreateSoftwareUpdateJobCommand_base {
@@ -77,6 +77,7 @@ declare const CreateSubscriptionDefinitionCommand_base: {
77
77
  * @throws {@link GreengrassServiceException}
78
78
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class CreateSubscriptionDefinitionCommand extends CreateSubscriptionDefinitionCommand_base {
@@ -69,6 +69,7 @@ declare const CreateSubscriptionDefinitionVersionCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class CreateSubscriptionDefinitionVersionCommand extends CreateSubscriptionDefinitionVersionCommand_base {
@@ -55,6 +55,7 @@ declare const DeleteConnectorDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DeleteConnectorDefinitionCommand extends DeleteConnectorDefinitionCommand_base {
@@ -55,6 +55,7 @@ declare const DeleteCoreDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DeleteCoreDefinitionCommand extends DeleteCoreDefinitionCommand_base {
@@ -55,6 +55,7 @@ declare const DeleteDeviceDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DeleteDeviceDefinitionCommand extends DeleteDeviceDefinitionCommand_base {
@@ -55,6 +55,7 @@ declare const DeleteFunctionDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DeleteFunctionDefinitionCommand extends DeleteFunctionDefinitionCommand_base {
@@ -55,6 +55,7 @@ declare const DeleteGroupCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
@@ -55,6 +55,7 @@ declare const DeleteLoggerDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DeleteLoggerDefinitionCommand extends DeleteLoggerDefinitionCommand_base {
@@ -55,6 +55,7 @@ declare const DeleteResourceDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DeleteResourceDefinitionCommand extends DeleteResourceDefinitionCommand_base {
@@ -55,6 +55,7 @@ declare const DeleteSubscriptionDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DeleteSubscriptionDefinitionCommand extends DeleteSubscriptionDefinitionCommand_base {
@@ -60,6 +60,7 @@ declare const DisassociateRoleFromGroupCommand_base: {
60
60
  * @throws {@link GreengrassServiceException}
61
61
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
62
62
  *
63
+ *
63
64
  * @public
64
65
  */
65
66
  export declare class DisassociateRoleFromGroupCommand extends DisassociateRoleFromGroupCommand_base {
@@ -55,6 +55,7 @@ declare const DisassociateServiceRoleFromAccountCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DisassociateServiceRoleFromAccountCommand extends DisassociateServiceRoleFromAccountCommand_base {
@@ -61,6 +61,7 @@ declare const GetAssociatedRoleCommand_base: {
61
61
  * @throws {@link GreengrassServiceException}
62
62
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class GetAssociatedRoleCommand extends GetAssociatedRoleCommand_base {
@@ -73,6 +73,7 @@ declare const GetBulkDeploymentStatusCommand_base: {
73
73
  * @throws {@link GreengrassServiceException}
74
74
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class GetBulkDeploymentStatusCommand extends GetBulkDeploymentStatusCommand_base {
@@ -68,6 +68,7 @@ declare const GetConnectivityInfoCommand_base: {
68
68
  * @throws {@link GreengrassServiceException}
69
69
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class GetConnectivityInfoCommand extends GetConnectivityInfoCommand_base {
@@ -66,6 +66,7 @@ declare const GetConnectorDefinitionCommand_base: {
66
66
  * @throws {@link GreengrassServiceException}
67
67
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetConnectorDefinitionCommand extends GetConnectorDefinitionCommand_base {
@@ -74,6 +74,7 @@ declare const GetConnectorDefinitionVersionCommand_base: {
74
74
  * @throws {@link GreengrassServiceException}
75
75
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class GetConnectorDefinitionVersionCommand extends GetConnectorDefinitionVersionCommand_base {
@@ -66,6 +66,7 @@ declare const GetCoreDefinitionCommand_base: {
66
66
  * @throws {@link GreengrassServiceException}
67
67
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetCoreDefinitionCommand extends GetCoreDefinitionCommand_base {
@@ -72,6 +72,7 @@ declare const GetCoreDefinitionVersionCommand_base: {
72
72
  * @throws {@link GreengrassServiceException}
73
73
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class GetCoreDefinitionVersionCommand extends GetCoreDefinitionVersionCommand_base {
@@ -67,6 +67,7 @@ declare const GetDeploymentStatusCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class GetDeploymentStatusCommand extends GetDeploymentStatusCommand_base {
@@ -66,6 +66,7 @@ declare const GetDeviceDefinitionCommand_base: {
66
66
  * @throws {@link GreengrassServiceException}
67
67
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetDeviceDefinitionCommand extends GetDeviceDefinitionCommand_base {
@@ -73,6 +73,7 @@ declare const GetDeviceDefinitionVersionCommand_base: {
73
73
  * @throws {@link GreengrassServiceException}
74
74
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class GetDeviceDefinitionVersionCommand extends GetDeviceDefinitionVersionCommand_base {
@@ -66,6 +66,7 @@ declare const GetFunctionDefinitionCommand_base: {
66
66
  * @throws {@link GreengrassServiceException}
67
67
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetFunctionDefinitionCommand extends GetFunctionDefinitionCommand_base {
@@ -108,6 +108,7 @@ declare const GetFunctionDefinitionVersionCommand_base: {
108
108
  * @throws {@link GreengrassServiceException}
109
109
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class GetFunctionDefinitionVersionCommand extends GetFunctionDefinitionVersionCommand_base {
@@ -63,6 +63,7 @@ declare const GetGroupCertificateAuthorityCommand_base: {
63
63
  * @throws {@link GreengrassServiceException}
64
64
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class GetGroupCertificateAuthorityCommand extends GetGroupCertificateAuthorityCommand_base {
@@ -62,6 +62,7 @@ declare const GetGroupCertificateConfigurationCommand_base: {
62
62
  * @throws {@link GreengrassServiceException}
63
63
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class GetGroupCertificateConfigurationCommand extends GetGroupCertificateConfigurationCommand_base {
@@ -66,6 +66,7 @@ declare const GetGroupCommand_base: {
66
66
  * @throws {@link GreengrassServiceException}
67
67
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetGroupCommand extends GetGroupCommand_base {
@@ -70,6 +70,7 @@ declare const GetGroupVersionCommand_base: {
70
70
  * @throws {@link GreengrassServiceException}
71
71
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class GetGroupVersionCommand extends GetGroupVersionCommand_base {
@@ -66,6 +66,7 @@ declare const GetLoggerDefinitionCommand_base: {
66
66
  * @throws {@link GreengrassServiceException}
67
67
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetLoggerDefinitionCommand extends GetLoggerDefinitionCommand_base {
@@ -73,6 +73,7 @@ declare const GetLoggerDefinitionVersionCommand_base: {
73
73
  * @throws {@link GreengrassServiceException}
74
74
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class GetLoggerDefinitionVersionCommand extends GetLoggerDefinitionVersionCommand_base {
@@ -66,6 +66,7 @@ declare const GetResourceDefinitionCommand_base: {
66
66
  * @throws {@link GreengrassServiceException}
67
67
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetResourceDefinitionCommand extends GetResourceDefinitionCommand_base {
@@ -108,6 +108,7 @@ declare const GetResourceDefinitionVersionCommand_base: {
108
108
  * @throws {@link GreengrassServiceException}
109
109
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class GetResourceDefinitionVersionCommand extends GetResourceDefinitionVersionCommand_base {
@@ -56,6 +56,7 @@ declare const GetServiceRoleForAccountCommand_base: {
56
56
  * @throws {@link GreengrassServiceException}
57
57
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class GetServiceRoleForAccountCommand extends GetServiceRoleForAccountCommand_base {
@@ -66,6 +66,7 @@ declare const GetSubscriptionDefinitionCommand_base: {
66
66
  * @throws {@link GreengrassServiceException}
67
67
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetSubscriptionDefinitionCommand extends GetSubscriptionDefinitionCommand_base {
@@ -73,6 +73,7 @@ declare const GetSubscriptionDefinitionVersionCommand_base: {
73
73
  * @throws {@link GreengrassServiceException}
74
74
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class GetSubscriptionDefinitionVersionCommand extends GetSubscriptionDefinitionVersionCommand_base {
@@ -65,6 +65,7 @@ declare const GetThingRuntimeConfigurationCommand_base: {
65
65
  * @throws {@link GreengrassServiceException}
66
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class GetThingRuntimeConfigurationCommand extends GetThingRuntimeConfigurationCommand_base {
@@ -24,7 +24,7 @@ export interface ListBulkDeploymentDetailedReportsCommandOutput extends ListBulk
24
24
  declare const ListBulkDeploymentDetailedReportsCommand_base: {
25
25
  new (input: ListBulkDeploymentDetailedReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBulkDeploymentDetailedReportsCommandInput, ListBulkDeploymentDetailedReportsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: ListBulkDeploymentDetailedReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBulkDeploymentDetailedReportsCommandInput, ListBulkDeploymentDetailedReportsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
28
28
  };
29
29
  /**
30
30
  * Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.
@@ -76,6 +76,7 @@ declare const ListBulkDeploymentDetailedReportsCommand_base: {
76
76
  * @throws {@link GreengrassServiceException}
77
77
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class ListBulkDeploymentDetailedReportsCommand extends ListBulkDeploymentDetailedReportsCommand_base {
@@ -65,6 +65,7 @@ declare const ListBulkDeploymentsCommand_base: {
65
65
  * @throws {@link GreengrassServiceException}
66
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class ListBulkDeploymentsCommand extends ListBulkDeploymentsCommand_base {
@@ -67,6 +67,7 @@ declare const ListConnectorDefinitionVersionsCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ListConnectorDefinitionVersionsCommand extends ListConnectorDefinitionVersionsCommand_base {
@@ -69,6 +69,7 @@ declare const ListConnectorDefinitionsCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListConnectorDefinitionsCommand extends ListConnectorDefinitionsCommand_base {
@@ -67,6 +67,7 @@ declare const ListCoreDefinitionVersionsCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ListCoreDefinitionVersionsCommand extends ListCoreDefinitionVersionsCommand_base {
@@ -69,6 +69,7 @@ declare const ListCoreDefinitionsCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListCoreDefinitionsCommand extends ListCoreDefinitionsCommand_base {
@@ -68,6 +68,7 @@ declare const ListDeploymentsCommand_base: {
68
68
  * @throws {@link GreengrassServiceException}
69
69
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
@@ -67,6 +67,7 @@ declare const ListDeviceDefinitionVersionsCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ListDeviceDefinitionVersionsCommand extends ListDeviceDefinitionVersionsCommand_base {
@@ -69,6 +69,7 @@ declare const ListDeviceDefinitionsCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListDeviceDefinitionsCommand extends ListDeviceDefinitionsCommand_base {
@@ -67,6 +67,7 @@ declare const ListFunctionDefinitionVersionsCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ListFunctionDefinitionVersionsCommand extends ListFunctionDefinitionVersionsCommand_base {
@@ -69,6 +69,7 @@ declare const ListFunctionDefinitionsCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListFunctionDefinitionsCommand extends ListFunctionDefinitionsCommand_base {
@@ -65,6 +65,7 @@ declare const ListGroupCertificateAuthoritiesCommand_base: {
65
65
  * @throws {@link GreengrassServiceException}
66
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class ListGroupCertificateAuthoritiesCommand extends ListGroupCertificateAuthoritiesCommand_base {
@@ -67,6 +67,7 @@ declare const ListGroupVersionsCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ListGroupVersionsCommand extends ListGroupVersionsCommand_base {
@@ -66,6 +66,7 @@ declare const ListGroupsCommand_base: {
66
66
  * @throws {@link GreengrassServiceException}
67
67
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class ListGroupsCommand extends ListGroupsCommand_base {
@@ -67,6 +67,7 @@ declare const ListLoggerDefinitionVersionsCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ListLoggerDefinitionVersionsCommand extends ListLoggerDefinitionVersionsCommand_base {
@@ -69,6 +69,7 @@ declare const ListLoggerDefinitionsCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListLoggerDefinitionsCommand extends ListLoggerDefinitionsCommand_base {
@@ -67,6 +67,7 @@ declare const ListResourceDefinitionVersionsCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ListResourceDefinitionVersionsCommand extends ListResourceDefinitionVersionsCommand_base {
@@ -69,6 +69,7 @@ declare const ListResourceDefinitionsCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListResourceDefinitionsCommand extends ListResourceDefinitionsCommand_base {
@@ -67,6 +67,7 @@ declare const ListSubscriptionDefinitionVersionsCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ListSubscriptionDefinitionVersionsCommand extends ListSubscriptionDefinitionVersionsCommand_base {
@@ -69,6 +69,7 @@ declare const ListSubscriptionDefinitionsCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListSubscriptionDefinitionsCommand extends ListSubscriptionDefinitionsCommand_base {
@@ -59,6 +59,7 @@ declare const ListTagsForResourceCommand_base: {
59
59
  * @throws {@link GreengrassServiceException}
60
60
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
61
61
  *
62
+ *
62
63
  * @public
63
64
  */
64
65
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -60,6 +60,7 @@ declare const ResetDeploymentsCommand_base: {
60
60
  * @throws {@link GreengrassServiceException}
61
61
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
62
62
  *
63
+ *
63
64
  * @public
64
65
  */
65
66
  export declare class ResetDeploymentsCommand extends ResetDeploymentsCommand_base {
@@ -63,6 +63,7 @@ declare const StartBulkDeploymentCommand_base: {
63
63
  * @throws {@link GreengrassServiceException}
64
64
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class StartBulkDeploymentCommand extends StartBulkDeploymentCommand_base {
@@ -55,6 +55,7 @@ declare const StopBulkDeploymentCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class StopBulkDeploymentCommand extends StopBulkDeploymentCommand_base {
@@ -58,6 +58,7 @@ declare const TagResourceCommand_base: {
58
58
  * @throws {@link GreengrassServiceException}
59
59
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
60
60
  *
61
+ *
61
62
  * @public
62
63
  */
63
64
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -58,6 +58,7 @@ declare const UntagResourceCommand_base: {
58
58
  * @throws {@link GreengrassServiceException}
59
59
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
60
60
  *
61
+ *
61
62
  * @public
62
63
  */
63
64
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -69,6 +69,7 @@ declare const UpdateConnectivityInfoCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class UpdateConnectivityInfoCommand extends UpdateConnectivityInfoCommand_base {
@@ -56,6 +56,7 @@ declare const UpdateConnectorDefinitionCommand_base: {
56
56
  * @throws {@link GreengrassServiceException}
57
57
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class UpdateConnectorDefinitionCommand extends UpdateConnectorDefinitionCommand_base {
@@ -56,6 +56,7 @@ declare const UpdateCoreDefinitionCommand_base: {
56
56
  * @throws {@link GreengrassServiceException}
57
57
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class UpdateCoreDefinitionCommand extends UpdateCoreDefinitionCommand_base {
@@ -56,6 +56,7 @@ declare const UpdateDeviceDefinitionCommand_base: {
56
56
  * @throws {@link GreengrassServiceException}
57
57
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class UpdateDeviceDefinitionCommand extends UpdateDeviceDefinitionCommand_base {
@@ -56,6 +56,7 @@ declare const UpdateFunctionDefinitionCommand_base: {
56
56
  * @throws {@link GreengrassServiceException}
57
57
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class UpdateFunctionDefinitionCommand extends UpdateFunctionDefinitionCommand_base {
@@ -63,6 +63,7 @@ declare const UpdateGroupCertificateConfigurationCommand_base: {
63
63
  * @throws {@link GreengrassServiceException}
64
64
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class UpdateGroupCertificateConfigurationCommand extends UpdateGroupCertificateConfigurationCommand_base {
@@ -56,6 +56,7 @@ declare const UpdateGroupCommand_base: {
56
56
  * @throws {@link GreengrassServiceException}
57
57
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
@@ -56,6 +56,7 @@ declare const UpdateLoggerDefinitionCommand_base: {
56
56
  * @throws {@link GreengrassServiceException}
57
57
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class UpdateLoggerDefinitionCommand extends UpdateLoggerDefinitionCommand_base {
@@ -56,6 +56,7 @@ declare const UpdateResourceDefinitionCommand_base: {
56
56
  * @throws {@link GreengrassServiceException}
57
57
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class UpdateResourceDefinitionCommand extends UpdateResourceDefinitionCommand_base {
@@ -56,6 +56,7 @@ declare const UpdateSubscriptionDefinitionCommand_base: {
56
56
  * @throws {@link GreengrassServiceException}
57
57
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class UpdateSubscriptionDefinitionCommand extends UpdateSubscriptionDefinitionCommand_base {
@@ -61,6 +61,7 @@ declare const UpdateThingRuntimeConfigurationCommand_base: {
61
61
  * @throws {@link GreengrassServiceException}
62
62
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class UpdateThingRuntimeConfigurationCommand extends UpdateThingRuntimeConfigurationCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-greengrass",
3
3
  "description": "AWS SDK for JavaScript Greengrass Client for Node.js, Browser and React Native",
4
- "version": "3.774.0",
4
+ "version": "3.777.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-greengrass",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.774.0",
24
- "@aws-sdk/credential-provider-node": "3.774.0",
25
- "@aws-sdk/middleware-host-header": "3.774.0",
26
- "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
- "@aws-sdk/middleware-user-agent": "3.774.0",
29
- "@aws-sdk/region-config-resolver": "3.734.0",
30
- "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.743.0",
32
- "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.774.0",
34
- "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.5",
36
- "@smithy/fetch-http-handler": "^5.0.1",
37
- "@smithy/hash-node": "^4.0.1",
38
- "@smithy/invalid-dependency": "^4.0.1",
39
- "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.6",
41
- "@smithy/middleware-retry": "^4.0.7",
42
- "@smithy/middleware-serde": "^4.0.2",
43
- "@smithy/middleware-stack": "^4.0.1",
44
- "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.3",
46
- "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.6",
48
- "@smithy/types": "^4.1.0",
49
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
+ "@aws-sdk/middleware-host-header": "3.775.0",
26
+ "@aws-sdk/middleware-logger": "3.775.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/region-config-resolver": "3.775.0",
30
+ "@aws-sdk/types": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/core": "^3.2.0",
36
+ "@smithy/fetch-http-handler": "^5.0.2",
37
+ "@smithy/hash-node": "^4.0.2",
38
+ "@smithy/invalid-dependency": "^4.0.2",
39
+ "@smithy/middleware-content-length": "^4.0.2",
40
+ "@smithy/middleware-endpoint": "^4.1.0",
41
+ "@smithy/middleware-retry": "^4.1.0",
42
+ "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-stack": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.4",
46
+ "@smithy/protocol-http": "^5.1.0",
47
+ "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/types": "^4.2.0",
49
+ "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.7",
54
- "@smithy/util-defaults-mode-node": "^4.0.7",
55
- "@smithy/util-endpoints": "^3.0.1",
56
- "@smithy/util-middleware": "^4.0.1",
57
- "@smithy/util-retry": "^4.0.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
54
+ "@smithy/util-defaults-mode-node": "^4.0.8",
55
+ "@smithy/util-endpoints": "^3.0.2",
56
+ "@smithy/util-middleware": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.2",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
59
  "tslib": "^2.6.2"
60
60
  },