@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 GetSubscriptionDefinitionCommandOutput extends GetSubscriptionD
22
22
  }
23
23
  declare const GetSubscriptionDefinitionCommand_base: {
24
24
  new (input: GetSubscriptionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionDefinitionCommandInput, GetSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSubscriptionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionDefinitionCommandInput, GetSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a subscription 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 GetSubscriptionDefinitionCommand_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 GetSubscriptionDefinitionCommand extends GetSubscriptionDefinitionCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetSubscriptionDefinitionVersionCommandOutput extends GetSubscr
22
22
  }
23
23
  declare const GetSubscriptionDefinitionVersionCommand_base: {
24
24
  new (input: GetSubscriptionDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSubscriptionDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves information about a subscription 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 GetSubscriptionDefinitionVersionCommand_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 GetSubscriptionDefinitionVersionCommand extends GetSubscriptionDefinitionVersionCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetThingRuntimeConfigurationCommandOutput extends GetThingRunti
22
22
  }
23
23
  declare const GetThingRuntimeConfigurationCommand_base: {
24
24
  new (input: GetThingRuntimeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetThingRuntimeConfigurationCommandInput, GetThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetThingRuntimeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetThingRuntimeConfigurationCommandInput, GetThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Get 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.
@@ -64,6 +64,7 @@ declare const GetThingRuntimeConfigurationCommand_base: {
64
64
  * @throws {@link GreengrassServiceException}
65
65
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class GetThingRuntimeConfigurationCommand extends GetThingRuntimeConfigurationCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface ListBulkDeploymentDetailedReportsCommandOutput extends ListBulk
22
22
  }
23
23
  declare const ListBulkDeploymentDetailedReportsCommand_base: {
24
24
  new (input: ListBulkDeploymentDetailedReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBulkDeploymentDetailedReportsCommandInput, ListBulkDeploymentDetailedReportsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListBulkDeploymentDetailedReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBulkDeploymentDetailedReportsCommandInput, ListBulkDeploymentDetailedReportsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListBulkDeploymentDetailedReportsCommand_base: {
75
75
  * @throws {@link GreengrassServiceException}
76
76
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListBulkDeploymentDetailedReportsCommand extends ListBulkDeploymentDetailedReportsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListBulkDeploymentsCommandOutput extends ListBulkDeploymentsRes
22
22
  }
23
23
  declare const ListBulkDeploymentsCommand_base: {
24
24
  new (input: ListBulkDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBulkDeploymentsCommandInput, ListBulkDeploymentsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListBulkDeploymentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBulkDeploymentsCommandInput, ListBulkDeploymentsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Returns a list of bulk deployments.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListBulkDeploymentsCommand_base: {
64
64
  * @throws {@link GreengrassServiceException}
65
65
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListBulkDeploymentsCommand extends ListBulkDeploymentsCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface ListConnectorDefinitionVersionsCommandOutput extends ListConnec
22
22
  }
23
23
  declare const ListConnectorDefinitionVersionsCommand_base: {
24
24
  new (input: ListConnectorDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectorDefinitionVersionsCommandInput, ListConnectorDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListConnectorDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectorDefinitionVersionsCommandInput, ListConnectorDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Lists the versions of a connector definition, which are containers for connectors. Connectors run on the Greengrass core and contain built-in integration 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.
@@ -66,6 +66,7 @@ declare const ListConnectorDefinitionVersionsCommand_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 ListConnectorDefinitionVersionsCommand extends ListConnectorDefinitionVersionsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListConnectorDefinitionsCommandOutput extends ListConnectorDefi
22
22
  }
23
23
  declare const ListConnectorDefinitionsCommand_base: {
24
24
  new (input: ListConnectorDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectorDefinitionsCommandInput, ListConnectorDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListConnectorDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConnectorDefinitionsCommandInput, ListConnectorDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves a list of connector definitions.
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 ListConnectorDefinitionsCommand_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 ListConnectorDefinitionsCommand extends ListConnectorDefinitionsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListCoreDefinitionVersionsCommandOutput extends ListCoreDefinit
22
22
  }
23
23
  declare const ListCoreDefinitionVersionsCommand_base: {
24
24
  new (input: ListCoreDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCoreDefinitionVersionsCommandInput, ListCoreDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListCoreDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCoreDefinitionVersionsCommandInput, ListCoreDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Lists the versions of a core definition.
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 ListCoreDefinitionVersionsCommand_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 ListCoreDefinitionVersionsCommand extends ListCoreDefinitionVersionsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListCoreDefinitionsCommandOutput extends ListCoreDefinitionsRes
22
22
  }
23
23
  declare const ListCoreDefinitionsCommand_base: {
24
24
  new (input: ListCoreDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCoreDefinitionsCommandInput, ListCoreDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCoreDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCoreDefinitionsCommandInput, ListCoreDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves a list of core definitions.
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 ListCoreDefinitionsCommand_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 ListCoreDefinitionsCommand extends ListCoreDefinitionsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
22
22
  }
23
23
  declare const ListDeploymentsCommand_base: {
24
24
  new (input: ListDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Returns a history of deployments for the group.
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 ListDeploymentsCommand_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 ListDeploymentsCommand extends ListDeploymentsCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface ListDeviceDefinitionVersionsCommandOutput extends ListDeviceDef
22
22
  }
23
23
  declare const ListDeviceDefinitionVersionsCommand_base: {
24
24
  new (input: ListDeviceDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeviceDefinitionVersionsCommandInput, ListDeviceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDeviceDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeviceDefinitionVersionsCommandInput, ListDeviceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Lists the versions of a device definition.
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 ListDeviceDefinitionVersionsCommand_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 ListDeviceDefinitionVersionsCommand extends ListDeviceDefinitionVersionsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListDeviceDefinitionsCommandOutput extends ListDeviceDefinition
22
22
  }
23
23
  declare const ListDeviceDefinitionsCommand_base: {
24
24
  new (input: ListDeviceDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeviceDefinitionsCommandInput, ListDeviceDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDeviceDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDeviceDefinitionsCommandInput, ListDeviceDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves a list of device definitions.
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 ListDeviceDefinitionsCommand_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 ListDeviceDefinitionsCommand extends ListDeviceDefinitionsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListFunctionDefinitionVersionsCommandOutput extends ListFunctio
22
22
  }
23
23
  declare const ListFunctionDefinitionVersionsCommand_base: {
24
24
  new (input: ListFunctionDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionDefinitionVersionsCommandInput, ListFunctionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListFunctionDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionDefinitionVersionsCommandInput, ListFunctionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Lists the versions of a Lambda function definition.
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 ListFunctionDefinitionVersionsCommand_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 ListFunctionDefinitionVersionsCommand extends ListFunctionDefinitionVersionsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListFunctionDefinitionsCommandOutput extends ListFunctionDefini
22
22
  }
23
23
  declare const ListFunctionDefinitionsCommand_base: {
24
24
  new (input: ListFunctionDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionDefinitionsCommandInput, ListFunctionDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListFunctionDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFunctionDefinitionsCommandInput, ListFunctionDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves a list of Lambda function definitions.
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 ListFunctionDefinitionsCommand_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 ListFunctionDefinitionsCommand extends ListFunctionDefinitionsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListGroupCertificateAuthoritiesCommandOutput extends ListGroupC
22
22
  }
23
23
  declare const ListGroupCertificateAuthoritiesCommand_base: {
24
24
  new (input: ListGroupCertificateAuthoritiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupCertificateAuthoritiesCommandInput, ListGroupCertificateAuthoritiesCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListGroupCertificateAuthoritiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupCertificateAuthoritiesCommandInput, ListGroupCertificateAuthoritiesCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves the current CAs for a group.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListGroupCertificateAuthoritiesCommand_base: {
64
64
  * @throws {@link GreengrassServiceException}
65
65
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListGroupCertificateAuthoritiesCommand extends ListGroupCertificateAuthoritiesCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface ListGroupVersionsCommandOutput extends ListGroupVersionsRespons
22
22
  }
23
23
  declare const ListGroupVersionsCommand_base: {
24
24
  new (input: ListGroupVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupVersionsCommandInput, ListGroupVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListGroupVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupVersionsCommandInput, ListGroupVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Lists the versions of a group.
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 ListGroupVersionsCommand_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 ListGroupVersionsCommand extends ListGroupVersionsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
22
22
  }
23
23
  declare const ListGroupsCommand_base: {
24
24
  new (input: ListGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves a list of groups.
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 ListGroupsCommand_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 ListGroupsCommand extends ListGroupsCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface ListLoggerDefinitionVersionsCommandOutput extends ListLoggerDef
22
22
  }
23
23
  declare const ListLoggerDefinitionVersionsCommand_base: {
24
24
  new (input: ListLoggerDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLoggerDefinitionVersionsCommandInput, ListLoggerDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLoggerDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLoggerDefinitionVersionsCommandInput, ListLoggerDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Lists the versions of a logger definition.
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 ListLoggerDefinitionVersionsCommand_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 ListLoggerDefinitionVersionsCommand extends ListLoggerDefinitionVersionsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListLoggerDefinitionsCommandOutput extends ListLoggerDefinition
22
22
  }
23
23
  declare const ListLoggerDefinitionsCommand_base: {
24
24
  new (input: ListLoggerDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLoggerDefinitionsCommandInput, ListLoggerDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLoggerDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLoggerDefinitionsCommandInput, ListLoggerDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves a list of logger definitions.
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 ListLoggerDefinitionsCommand_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 ListLoggerDefinitionsCommand extends ListLoggerDefinitionsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListResourceDefinitionVersionsCommandOutput extends ListResourc
22
22
  }
23
23
  declare const ListResourceDefinitionVersionsCommand_base: {
24
24
  new (input: ListResourceDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceDefinitionVersionsCommandInput, ListResourceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListResourceDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceDefinitionVersionsCommandInput, ListResourceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Lists the versions of a resource definition.
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 ListResourceDefinitionVersionsCommand_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 ListResourceDefinitionVersionsCommand extends ListResourceDefinitionVersionsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListResourceDefinitionsCommandOutput extends ListResourceDefini
22
22
  }
23
23
  declare const ListResourceDefinitionsCommand_base: {
24
24
  new (input: ListResourceDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceDefinitionsCommandInput, ListResourceDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListResourceDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResourceDefinitionsCommandInput, ListResourceDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves a list of resource definitions.
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 ListResourceDefinitionsCommand_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 ListResourceDefinitionsCommand extends ListResourceDefinitionsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListSubscriptionDefinitionVersionsCommandOutput extends ListSub
22
22
  }
23
23
  declare const ListSubscriptionDefinitionVersionsCommand_base: {
24
24
  new (input: ListSubscriptionDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubscriptionDefinitionVersionsCommandInput, ListSubscriptionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSubscriptionDefinitionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubscriptionDefinitionVersionsCommandInput, ListSubscriptionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Lists the versions of a subscription definition.
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 ListSubscriptionDefinitionVersionsCommand_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 ListSubscriptionDefinitionVersionsCommand extends ListSubscriptionDefinitionVersionsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface ListSubscriptionDefinitionsCommandOutput extends ListSubscripti
22
22
  }
23
23
  declare const ListSubscriptionDefinitionsCommand_base: {
24
24
  new (input: ListSubscriptionDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubscriptionDefinitionsCommandInput, ListSubscriptionDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSubscriptionDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSubscriptionDefinitionsCommandInput, ListSubscriptionDefinitionsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves a list of subscription definitions.
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 ListSubscriptionDefinitionsCommand_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 ListSubscriptionDefinitionsCommand extends ListSubscriptionDefinitionsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves a list of resource tags for a resource arn.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const ListTagsForResourceCommand_base: {
58
58
  * @throws {@link GreengrassServiceException}
59
59
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse,
22
22
  }
23
23
  declare const ResetDeploymentsCommand_base: {
24
24
  new (input: ResetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ResetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Resets a group's deployments.
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 ResetDeploymentsCommand_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 ResetDeploymentsCommand extends ResetDeploymentsCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentRes
22
22
  }
23
23
  declare const StartBulkDeploymentCommand_base: {
24
24
  new (input: StartBulkDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartBulkDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Deploys multiple groups in one operation. This action starts the bulk deployment of a specified set of group versions. Each group version deployment will be triggered with an adaptive rate that has a fixed upper limit. We recommend that you include an ''X-Amzn-Client-Token'' token in every ''StartBulkDeployment'' request. These requests are idempotent with respect to the token and the request parameters.
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 StartBulkDeploymentCommand_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 StartBulkDeploymentCommand extends StartBulkDeploymentCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentRespo
22
22
  }
23
23
  declare const StopBulkDeploymentCommand_base: {
24
24
  new (input: StopBulkDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopBulkDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Stops the execution of a bulk deployment. This action returns a status of ''Stopping'' until the deployment is stopped. You cannot start a new bulk deployment while a previous deployment is in the ''Stopping'' state. This action doesn't rollback completed deployments or cancel pending deployments.
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 StopBulkDeploymentCommand_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 StopBulkDeploymentCommand extends StopBulkDeploymentCommand_base {
59
60
  }
@@ -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
  }