@aws-sdk/client-greengrass 3.533.0 → 3.540.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 (195) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Greengrass.d.ts +19 -1
  6. package/dist-types/GreengrassClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateGroupVersionCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +2 -1
  25. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +2 -1
  36. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +2 -1
  37. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -1
  38. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +2 -1
  39. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +2 -1
  40. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -1
  41. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +2 -1
  42. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +2 -1
  43. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +2 -1
  44. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +2 -1
  45. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +2 -1
  46. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +2 -1
  47. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +2 -1
  48. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +2 -1
  49. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +2 -1
  50. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +2 -1
  51. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +2 -1
  52. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  53. package/dist-types/commands/GetGroupVersionCommand.d.ts +2 -1
  54. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +2 -1
  55. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +2 -1
  56. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +2 -1
  57. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +2 -1
  58. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +2 -1
  59. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +2 -1
  60. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +2 -1
  61. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +2 -1
  62. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +2 -1
  67. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +2 -1
  68. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  69. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +2 -1
  70. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +2 -1
  71. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +2 -1
  72. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +2 -1
  73. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +2 -1
  74. package/dist-types/commands/ListGroupVersionsCommand.d.ts +2 -1
  75. package/dist-types/commands/ListGroupsCommand.d.ts +2 -1
  76. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +2 -1
  77. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +2 -1
  78. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +2 -1
  79. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +2 -1
  80. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +2 -1
  81. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +2 -1
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  83. package/dist-types/commands/ResetDeploymentsCommand.d.ts +2 -1
  84. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +2 -1
  85. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +2 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  87. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  88. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +2 -1
  89. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +2 -1
  90. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +2 -1
  91. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +2 -1
  92. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +2 -1
  93. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +2 -1
  94. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  95. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +2 -1
  96. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +2 -1
  97. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +2 -1
  98. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +2 -1
  99. package/dist-types/index.d.ts +0 -1
  100. package/dist-types/models/models_0.d.ts +679 -679
  101. package/dist-types/ts3.4/Greengrass.d.ts +18 -0
  102. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +9 -0
  190. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +9 -0
  194. package/dist-types/ts3.4/index.d.ts +0 -1
  195. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Adds tags to a Greengrass resource. Valid resources are 'Group', 'ConnectorDefinition', 'CoreDefinition', 'DeviceDefinition', 'FunctionDefinition', 'LoggerDefinition', 'SubscriptionDefinition', 'ResourceDefinition', and 'BulkDeployment'.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const TagResourceCommand_base: {
57
57
  * @throws {@link GreengrassServiceException}
58
58
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class TagResourceCommand extends TagResourceCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Remove resource tags from a Greengrass Resource.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const UntagResourceCommand_base: {
57
57
  * @throws {@link GreengrassServiceException}
58
58
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
22
22
  }
23
23
  declare const UpdateConnectivityInfoCommand_base: {
24
24
  new (input: UpdateConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates the connectivity information for the core. Any devices that belong to the group which has this core will receive this information in order to find the location of the core and connect to it.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const UpdateConnectivityInfoCommand_base: {
68
68
  * @throws {@link GreengrassServiceException}
69
69
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class UpdateConnectivityInfoCommand extends UpdateConnectivityInfoCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorD
22
22
  }
23
23
  declare const UpdateConnectorDefinitionCommand_base: {
24
24
  new (input: UpdateConnectorDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateConnectorDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates a connector definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const UpdateConnectorDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class UpdateConnectorDefinitionCommand extends UpdateConnectorDefinitionCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionR
22
22
  }
23
23
  declare const UpdateCoreDefinitionCommand_base: {
24
24
  new (input: UpdateCoreDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCoreDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates a core definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const UpdateCoreDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class UpdateCoreDefinitionCommand extends UpdateCoreDefinitionCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinit
22
22
  }
23
23
  declare const UpdateDeviceDefinitionCommand_base: {
24
24
  new (input: UpdateDeviceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDeviceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates a device definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const UpdateDeviceDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class UpdateDeviceDefinitionCommand extends UpdateDeviceDefinitionCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDef
22
22
  }
23
23
  declare const UpdateFunctionDefinitionCommand_base: {
24
24
  new (input: UpdateFunctionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFunctionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates a Lambda function definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const UpdateFunctionDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class UpdateFunctionDefinitionCommand extends UpdateFunctionDefinitionCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface UpdateGroupCertificateConfigurationCommandOutput extends Update
22
22
  }
23
23
  declare const UpdateGroupCertificateConfigurationCommand_base: {
24
24
  new (input: UpdateGroupCertificateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateGroupCertificateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates the Certificate expiry time for a group.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const UpdateGroupCertificateConfigurationCommand_base: {
62
62
  * @throws {@link GreengrassServiceException}
63
63
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class UpdateGroupCertificateConfigurationCommand extends UpdateGroupCertificateConfigurationCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
22
22
  }
23
23
  declare const UpdateGroupCommand_base: {
24
24
  new (input: UpdateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates a group.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const UpdateGroupCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinit
22
22
  }
23
23
  declare const UpdateLoggerDefinitionCommand_base: {
24
24
  new (input: UpdateLoggerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLoggerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates a logger definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const UpdateLoggerDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class UpdateLoggerDefinitionCommand extends UpdateLoggerDefinitionCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDef
22
22
  }
23
23
  declare const UpdateResourceDefinitionCommand_base: {
24
24
  new (input: UpdateResourceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateResourceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates a resource definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const UpdateResourceDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class UpdateResourceDefinitionCommand extends UpdateResourceDefinitionCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface UpdateSubscriptionDefinitionCommandOutput extends UpdateSubscri
22
22
  }
23
23
  declare const UpdateSubscriptionDefinitionCommand_base: {
24
24
  new (input: UpdateSubscriptionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSubscriptionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates a subscription definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const UpdateSubscriptionDefinitionCommand_base: {
55
55
  * @throws {@link GreengrassServiceException}
56
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class UpdateSubscriptionDefinitionCommand extends UpdateSubscriptionDefinitionCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface UpdateThingRuntimeConfigurationCommandOutput extends UpdateThin
22
22
  }
23
23
  declare const UpdateThingRuntimeConfigurationCommand_base: {
24
24
  new (input: UpdateThingRuntimeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateThingRuntimeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Updates the runtime configuration of a thing.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const UpdateThingRuntimeConfigurationCommand_base: {
60
60
  * @throws {@link GreengrassServiceException}
61
61
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class UpdateThingRuntimeConfigurationCommand extends UpdateThingRuntimeConfigurationCommand_base {
65
66
  }
@@ -10,5 +10,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
10
10
  export { GreengrassExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./models";
13
- import "@aws-sdk/util-endpoints";
14
13
  export { GreengrassServiceException } from "./models/GreengrassServiceException";