@aws-sdk/client-greengrass 3.533.0 → 3.535.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 (189) hide show
  1. package/dist-types/Greengrass.d.ts +19 -1
  2. package/dist-types/GreengrassClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateGroupVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +2 -1
  32. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +2 -1
  33. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -1
  34. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +2 -1
  35. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +2 -1
  36. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -1
  37. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +2 -1
  38. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +2 -1
  39. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +2 -1
  40. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +2 -1
  41. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +2 -1
  42. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +2 -1
  43. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +2 -1
  44. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +2 -1
  45. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +2 -1
  46. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +2 -1
  47. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +2 -1
  48. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  49. package/dist-types/commands/GetGroupVersionCommand.d.ts +2 -1
  50. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +2 -1
  51. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +2 -1
  52. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +2 -1
  53. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +2 -1
  54. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +2 -1
  55. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +2 -1
  56. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +2 -1
  57. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +2 -1
  58. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +2 -1
  67. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +2 -1
  68. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +2 -1
  69. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +2 -1
  70. package/dist-types/commands/ListGroupVersionsCommand.d.ts +2 -1
  71. package/dist-types/commands/ListGroupsCommand.d.ts +2 -1
  72. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +2 -1
  73. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +2 -1
  74. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +2 -1
  75. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +2 -1
  76. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +2 -1
  77. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +2 -1
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  79. package/dist-types/commands/ResetDeploymentsCommand.d.ts +2 -1
  80. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +2 -1
  81. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +2 -1
  82. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  83. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  84. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +2 -1
  85. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +2 -1
  86. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +2 -1
  87. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +2 -1
  88. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +2 -1
  89. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +2 -1
  90. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  91. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +2 -1
  92. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +2 -1
  93. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +2 -1
  94. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +2 -1
  95. package/dist-types/models/models_0.d.ts +679 -679
  96. package/dist-types/ts3.4/Greengrass.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +9 -0
  189. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionR
22
22
  }
23
23
  declare const DeleteCoreDefinitionCommand_base: {
24
24
  new (input: DeleteCoreDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCoreDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deletes a core definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteCoreDefinitionCommand_base: {
54
54
  * @throws {@link GreengrassServiceException}
55
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteCoreDefinitionCommand extends DeleteCoreDefinitionCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinit
22
22
  }
23
23
  declare const DeleteDeviceDefinitionCommand_base: {
24
24
  new (input: DeleteDeviceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDeviceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deletes a device definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteDeviceDefinitionCommand_base: {
54
54
  * @throws {@link GreengrassServiceException}
55
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteDeviceDefinitionCommand extends DeleteDeviceDefinitionCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDef
22
22
  }
23
23
  declare const DeleteFunctionDefinitionCommand_base: {
24
24
  new (input: DeleteFunctionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFunctionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deletes a Lambda function definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteFunctionDefinitionCommand_base: {
54
54
  * @throws {@link GreengrassServiceException}
55
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteFunctionDefinitionCommand extends DeleteFunctionDefinitionCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
22
22
  }
23
23
  declare const DeleteGroupCommand_base: {
24
24
  new (input: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deletes a group.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteGroupCommand_base: {
54
54
  * @throws {@link GreengrassServiceException}
55
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinit
22
22
  }
23
23
  declare const DeleteLoggerDefinitionCommand_base: {
24
24
  new (input: DeleteLoggerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLoggerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deletes a logger definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteLoggerDefinitionCommand_base: {
54
54
  * @throws {@link GreengrassServiceException}
55
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteLoggerDefinitionCommand extends DeleteLoggerDefinitionCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDef
22
22
  }
23
23
  declare const DeleteResourceDefinitionCommand_base: {
24
24
  new (input: DeleteResourceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deletes a resource definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteResourceDefinitionCommand_base: {
54
54
  * @throws {@link GreengrassServiceException}
55
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteResourceDefinitionCommand extends DeleteResourceDefinitionCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DeleteSubscriptionDefinitionCommandOutput extends DeleteSubscri
22
22
  }
23
23
  declare const DeleteSubscriptionDefinitionCommand_base: {
24
24
  new (input: DeleteSubscriptionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSubscriptionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deletes a subscription definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteSubscriptionDefinitionCommand_base: {
54
54
  * @throws {@link GreengrassServiceException}
55
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteSubscriptionDefinitionCommand extends DeleteSubscriptionDefinitionCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRole
22
22
  }
23
23
  declare const DisassociateRoleFromGroupCommand_base: {
24
24
  new (input: DisassociateRoleFromGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateRoleFromGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Disassociates the role from a group.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const DisassociateRoleFromGroupCommand_base: {
59
59
  * @throws {@link GreengrassServiceException}
60
60
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class DisassociateRoleFromGroupCommand extends DisassociateRoleFromGroupCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
22
22
  }
23
23
  declare const DisassociateServiceRoleFromAccountCommand_base: {
24
24
  new (input: DisassociateServiceRoleFromAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DisassociateServiceRoleFromAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Disassociates the service role from your account. Without a service role, deployments will not work.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DisassociateServiceRoleFromAccountCommand_base: {
54
54
  * @throws {@link GreengrassServiceException}
55
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DisassociateServiceRoleFromAccountCommand extends DisassociateServiceRoleFromAccountCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleRespons
22
22
  }
23
23
  declare const GetAssociatedRoleCommand_base: {
24
24
  new (input: GetAssociatedRoleCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAssociatedRoleCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves the role associated with a particular group.
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 GetAssociatedRoleCommand_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 GetAssociatedRoleCommand extends GetAssociatedRoleCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentS
22
22
  }
23
23
  declare const GetBulkDeploymentStatusCommand_base: {
24
24
  new (input: GetBulkDeploymentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetBulkDeploymentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Returns the status of a bulk deployment.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const GetBulkDeploymentStatusCommand_base: {
72
72
  * @throws {@link GreengrassServiceException}
73
73
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetBulkDeploymentStatusCommand extends GetBulkDeploymentStatusCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
22
22
  }
23
23
  declare const GetConnectivityInfoCommand_base: {
24
24
  new (input: GetConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves the connectivity information for a core.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const GetConnectivityInfoCommand_base: {
67
67
  * @throws {@link GreengrassServiceException}
68
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class GetConnectivityInfoCommand extends GetConnectivityInfoCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinit
22
22
  }
23
23
  declare const GetConnectorDefinitionCommand_base: {
24
24
  new (input: GetConnectorDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetConnectorDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a connector definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const GetConnectorDefinitionCommand_base: {
65
65
  * @throws {@link GreengrassServiceException}
66
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class GetConnectorDefinitionCommand extends GetConnectorDefinitionCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetConnectorDefinitionVersionCommandOutput extends GetConnector
22
22
  }
23
23
  declare const GetConnectorDefinitionVersionCommand_base: {
24
24
  new (input: GetConnectorDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetConnectorDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a connector definition version, including the connectors that the version contains. Connectors are prebuilt modules that interact with local infrastructure, device protocols, AWS, and other cloud services.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const GetConnectorDefinitionVersionCommand_base: {
73
73
  * @throws {@link GreengrassServiceException}
74
74
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetConnectorDefinitionVersionCommand extends GetConnectorDefinitionVersionCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetCoreDefinitionCommandOutput extends GetCoreDefinitionRespons
22
22
  }
23
23
  declare const GetCoreDefinitionCommand_base: {
24
24
  new (input: GetCoreDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoreDefinitionCommandInput, GetCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCoreDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoreDefinitionCommandInput, GetCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a core definition version.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const GetCoreDefinitionCommand_base: {
65
65
  * @throws {@link GreengrassServiceException}
66
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class GetCoreDefinitionCommand extends GetCoreDefinitionCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetCoreDefinitionVersionCommandOutput extends GetCoreDefinition
22
22
  }
23
23
  declare const GetCoreDefinitionVersionCommand_base: {
24
24
  new (input: GetCoreDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoreDefinitionVersionCommandInput, GetCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCoreDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoreDefinitionVersionCommandInput, GetCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a core definition version.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const GetCoreDefinitionVersionCommand_base: {
71
71
  * @throws {@link GreengrassServiceException}
72
72
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetCoreDefinitionVersionCommand extends GetCoreDefinitionVersionCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetDeploymentStatusCommandOutput extends GetDeploymentStatusRes
22
22
  }
23
23
  declare const GetDeploymentStatusCommand_base: {
24
24
  new (input: GetDeploymentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentStatusCommandInput, GetDeploymentStatusCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeploymentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentStatusCommandInput, GetDeploymentStatusCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Returns the status of a deployment.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const GetDeploymentStatusCommand_base: {
66
66
  * @throws {@link GreengrassServiceException}
67
67
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class GetDeploymentStatusCommand extends GetDeploymentStatusCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface GetDeviceDefinitionCommandOutput extends GetDeviceDefinitionRes
22
22
  }
23
23
  declare const GetDeviceDefinitionCommand_base: {
24
24
  new (input: GetDeviceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceDefinitionCommandInput, GetDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeviceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceDefinitionCommandInput, GetDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a device definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const GetDeviceDefinitionCommand_base: {
65
65
  * @throws {@link GreengrassServiceException}
66
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class GetDeviceDefinitionCommand extends GetDeviceDefinitionCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetDeviceDefinitionVersionCommandOutput extends GetDeviceDefini
22
22
  }
23
23
  declare const GetDeviceDefinitionVersionCommand_base: {
24
24
  new (input: GetDeviceDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceDefinitionVersionCommandInput, GetDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeviceDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceDefinitionVersionCommandInput, GetDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a device definition version.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const GetDeviceDefinitionVersionCommand_base: {
72
72
  * @throws {@link GreengrassServiceException}
73
73
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetDeviceDefinitionVersionCommand extends GetDeviceDefinitionVersionCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetFunctionDefinitionCommandOutput extends GetFunctionDefinitio
22
22
  }
23
23
  declare const GetFunctionDefinitionCommand_base: {
24
24
  new (input: GetFunctionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionDefinitionCommandInput, GetFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFunctionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionDefinitionCommandInput, GetFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a Lambda function definition, including its creation time and latest version.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const GetFunctionDefinitionCommand_base: {
65
65
  * @throws {@link GreengrassServiceException}
66
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class GetFunctionDefinitionCommand extends GetFunctionDefinitionCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetFunctionDefinitionVersionCommandOutput extends GetFunctionDe
22
22
  }
23
23
  declare const GetFunctionDefinitionVersionCommand_base: {
24
24
  new (input: GetFunctionDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionDefinitionVersionCommandInput, GetFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFunctionDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionDefinitionVersionCommandInput, GetFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -107,6 +107,7 @@ declare const GetFunctionDefinitionVersionCommand_base: {
107
107
  * @throws {@link GreengrassServiceException}
108
108
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class GetFunctionDefinitionVersionCommand extends GetFunctionDefinitionVersionCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface GetGroupCertificateAuthorityCommandOutput extends GetGroupCerti
22
22
  }
23
23
  declare const GetGroupCertificateAuthorityCommand_base: {
24
24
  new (input: GetGroupCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCertificateAuthorityCommandInput, GetGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGroupCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCertificateAuthorityCommandInput, GetGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retreives the CA associated with a group. Returns the public key of the CA.
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 GetGroupCertificateAuthorityCommand_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 GetGroupCertificateAuthorityCommand extends GetGroupCertificateAuthorityCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface GetGroupCertificateConfigurationCommandOutput extends GetGroupC
22
22
  }
23
23
  declare const GetGroupCertificateConfigurationCommand_base: {
24
24
  new (input: GetGroupCertificateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCertificateConfigurationCommandInput, GetGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGroupCertificateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCertificateConfigurationCommandInput, GetGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves the current configuration for the CA used by the group.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const GetGroupCertificateConfigurationCommand_base: {
61
61
  * @throws {@link GreengrassServiceException}
62
62
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class GetGroupCertificateConfigurationCommand extends GetGroupCertificateConfigurationCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetGroupCommand_base: {
24
24
  new (input: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a group.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const GetGroupCommand_base: {
65
65
  * @throws {@link GreengrassServiceException}
66
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class GetGroupCommand extends GetGroupCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, _
22
22
  }
23
23
  declare const GetGroupVersionCommand_base: {
24
24
  new (input: GetGroupVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupVersionCommandInput, GetGroupVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGroupVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupVersionCommandInput, GetGroupVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a group version.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const GetGroupVersionCommand_base: {
69
69
  * @throws {@link GreengrassServiceException}
70
70
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetGroupVersionCommand extends GetGroupVersionCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionRes
22
22
  }
23
23
  declare const GetLoggerDefinitionCommand_base: {
24
24
  new (input: GetLoggerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLoggerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a logger definition.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const GetLoggerDefinitionCommand_base: {
65
65
  * @throws {@link GreengrassServiceException}
66
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class GetLoggerDefinitionCommand extends GetLoggerDefinitionCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefini
22
22
  }
23
23
  declare const GetLoggerDefinitionVersionCommand_base: {
24
24
  new (input: GetLoggerDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoggerDefinitionVersionCommandInput, GetLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLoggerDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoggerDefinitionVersionCommandInput, GetLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a logger definition version.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const GetLoggerDefinitionVersionCommand_base: {
72
72
  * @throws {@link GreengrassServiceException}
73
73
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetLoggerDefinitionVersionCommand extends GetLoggerDefinitionVersionCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetResourceDefinitionCommandOutput extends GetResourceDefinitio
22
22
  }
23
23
  declare const GetResourceDefinitionCommand_base: {
24
24
  new (input: GetResourceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceDefinitionCommandInput, GetResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceDefinitionCommandInput, GetResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a resource definition, including its creation time and latest version.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const GetResourceDefinitionCommand_base: {
65
65
  * @throws {@link GreengrassServiceException}
66
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class GetResourceDefinitionCommand extends GetResourceDefinitionCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetResourceDefinitionVersionCommandOutput extends GetResourceDe
22
22
  }
23
23
  declare const GetResourceDefinitionVersionCommand_base: {
24
24
  new (input: GetResourceDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceDefinitionVersionCommandInput, GetResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourceDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceDefinitionVersionCommandInput, GetResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a resource definition version, including which resources are included in the version.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -107,6 +107,7 @@ declare const GetResourceDefinitionVersionCommand_base: {
107
107
  * @throws {@link GreengrassServiceException}
108
108
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class GetResourceDefinitionVersionCommand extends GetResourceDefinitionVersionCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
22
22
  }
23
23
  declare const GetServiceRoleForAccountCommand_base: {
24
24
  new (input: GetServiceRoleForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetServiceRoleForAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves the service role that is attached to your account.
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 GetServiceRoleForAccountCommand_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 GetServiceRoleForAccountCommand extends GetServiceRoleForAccountCommand_base {
60
61
  }