@aws-sdk/client-greengrass 3.296.0 → 3.298.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 (284) hide show
  1. package/dist-cjs/commands/AssociateRoleToGroupCommand.js +2 -3
  2. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -3
  3. package/dist-cjs/commands/CreateConnectorDefinitionCommand.js +2 -3
  4. package/dist-cjs/commands/CreateConnectorDefinitionVersionCommand.js +2 -3
  5. package/dist-cjs/commands/CreateCoreDefinitionCommand.js +2 -3
  6. package/dist-cjs/commands/CreateCoreDefinitionVersionCommand.js +2 -3
  7. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
  8. package/dist-cjs/commands/CreateDeviceDefinitionCommand.js +2 -3
  9. package/dist-cjs/commands/CreateDeviceDefinitionVersionCommand.js +2 -3
  10. package/dist-cjs/commands/CreateFunctionDefinitionCommand.js +2 -3
  11. package/dist-cjs/commands/CreateFunctionDefinitionVersionCommand.js +2 -3
  12. package/dist-cjs/commands/CreateGroupCertificateAuthorityCommand.js +2 -3
  13. package/dist-cjs/commands/CreateGroupCommand.js +2 -3
  14. package/dist-cjs/commands/CreateGroupVersionCommand.js +2 -3
  15. package/dist-cjs/commands/CreateLoggerDefinitionCommand.js +2 -3
  16. package/dist-cjs/commands/CreateLoggerDefinitionVersionCommand.js +2 -3
  17. package/dist-cjs/commands/CreateResourceDefinitionCommand.js +2 -3
  18. package/dist-cjs/commands/CreateResourceDefinitionVersionCommand.js +2 -3
  19. package/dist-cjs/commands/CreateSoftwareUpdateJobCommand.js +2 -3
  20. package/dist-cjs/commands/CreateSubscriptionDefinitionCommand.js +2 -3
  21. package/dist-cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -3
  22. package/dist-cjs/commands/DeleteConnectorDefinitionCommand.js +2 -3
  23. package/dist-cjs/commands/DeleteCoreDefinitionCommand.js +2 -3
  24. package/dist-cjs/commands/DeleteDeviceDefinitionCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteFunctionDefinitionCommand.js +2 -3
  26. package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteLoggerDefinitionCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteResourceDefinitionCommand.js +2 -3
  29. package/dist-cjs/commands/DeleteSubscriptionDefinitionCommand.js +2 -3
  30. package/dist-cjs/commands/DisassociateRoleFromGroupCommand.js +2 -3
  31. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -3
  32. package/dist-cjs/commands/GetAssociatedRoleCommand.js +2 -3
  33. package/dist-cjs/commands/GetBulkDeploymentStatusCommand.js +2 -3
  34. package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -3
  35. package/dist-cjs/commands/GetConnectorDefinitionCommand.js +2 -3
  36. package/dist-cjs/commands/GetConnectorDefinitionVersionCommand.js +2 -3
  37. package/dist-cjs/commands/GetCoreDefinitionCommand.js +2 -3
  38. package/dist-cjs/commands/GetCoreDefinitionVersionCommand.js +2 -3
  39. package/dist-cjs/commands/GetDeploymentStatusCommand.js +2 -3
  40. package/dist-cjs/commands/GetDeviceDefinitionCommand.js +2 -3
  41. package/dist-cjs/commands/GetDeviceDefinitionVersionCommand.js +2 -3
  42. package/dist-cjs/commands/GetFunctionDefinitionCommand.js +2 -3
  43. package/dist-cjs/commands/GetFunctionDefinitionVersionCommand.js +2 -3
  44. package/dist-cjs/commands/GetGroupCertificateAuthorityCommand.js +2 -3
  45. package/dist-cjs/commands/GetGroupCertificateConfigurationCommand.js +2 -3
  46. package/dist-cjs/commands/GetGroupCommand.js +2 -3
  47. package/dist-cjs/commands/GetGroupVersionCommand.js +2 -3
  48. package/dist-cjs/commands/GetLoggerDefinitionCommand.js +2 -3
  49. package/dist-cjs/commands/GetLoggerDefinitionVersionCommand.js +2 -3
  50. package/dist-cjs/commands/GetResourceDefinitionCommand.js +2 -3
  51. package/dist-cjs/commands/GetResourceDefinitionVersionCommand.js +2 -3
  52. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -3
  53. package/dist-cjs/commands/GetSubscriptionDefinitionCommand.js +2 -3
  54. package/dist-cjs/commands/GetSubscriptionDefinitionVersionCommand.js +2 -3
  55. package/dist-cjs/commands/GetThingRuntimeConfigurationCommand.js +2 -3
  56. package/dist-cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -3
  57. package/dist-cjs/commands/ListBulkDeploymentsCommand.js +2 -3
  58. package/dist-cjs/commands/ListConnectorDefinitionVersionsCommand.js +2 -3
  59. package/dist-cjs/commands/ListConnectorDefinitionsCommand.js +2 -3
  60. package/dist-cjs/commands/ListCoreDefinitionVersionsCommand.js +2 -3
  61. package/dist-cjs/commands/ListCoreDefinitionsCommand.js +2 -3
  62. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -3
  63. package/dist-cjs/commands/ListDeviceDefinitionVersionsCommand.js +2 -3
  64. package/dist-cjs/commands/ListDeviceDefinitionsCommand.js +2 -3
  65. package/dist-cjs/commands/ListFunctionDefinitionVersionsCommand.js +2 -3
  66. package/dist-cjs/commands/ListFunctionDefinitionsCommand.js +2 -3
  67. package/dist-cjs/commands/ListGroupCertificateAuthoritiesCommand.js +2 -3
  68. package/dist-cjs/commands/ListGroupVersionsCommand.js +2 -3
  69. package/dist-cjs/commands/ListGroupsCommand.js +2 -3
  70. package/dist-cjs/commands/ListLoggerDefinitionVersionsCommand.js +2 -3
  71. package/dist-cjs/commands/ListLoggerDefinitionsCommand.js +2 -3
  72. package/dist-cjs/commands/ListResourceDefinitionVersionsCommand.js +2 -3
  73. package/dist-cjs/commands/ListResourceDefinitionsCommand.js +2 -3
  74. package/dist-cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -3
  75. package/dist-cjs/commands/ListSubscriptionDefinitionsCommand.js +2 -3
  76. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  77. package/dist-cjs/commands/ResetDeploymentsCommand.js +2 -3
  78. package/dist-cjs/commands/StartBulkDeploymentCommand.js +2 -3
  79. package/dist-cjs/commands/StopBulkDeploymentCommand.js +2 -3
  80. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  81. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  82. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -3
  83. package/dist-cjs/commands/UpdateConnectorDefinitionCommand.js +2 -3
  84. package/dist-cjs/commands/UpdateCoreDefinitionCommand.js +2 -3
  85. package/dist-cjs/commands/UpdateDeviceDefinitionCommand.js +2 -3
  86. package/dist-cjs/commands/UpdateFunctionDefinitionCommand.js +2 -3
  87. package/dist-cjs/commands/UpdateGroupCertificateConfigurationCommand.js +2 -3
  88. package/dist-cjs/commands/UpdateGroupCommand.js +2 -3
  89. package/dist-cjs/commands/UpdateLoggerDefinitionCommand.js +2 -3
  90. package/dist-cjs/commands/UpdateResourceDefinitionCommand.js +2 -3
  91. package/dist-cjs/commands/UpdateSubscriptionDefinitionCommand.js +2 -3
  92. package/dist-cjs/commands/UpdateThingRuntimeConfigurationCommand.js +2 -3
  93. package/dist-cjs/models/models_0.js +1 -905
  94. package/dist-es/commands/AssociateRoleToGroupCommand.js +2 -3
  95. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +2 -3
  96. package/dist-es/commands/CreateConnectorDefinitionCommand.js +2 -3
  97. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +2 -3
  98. package/dist-es/commands/CreateCoreDefinitionCommand.js +2 -3
  99. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +2 -3
  100. package/dist-es/commands/CreateDeploymentCommand.js +2 -3
  101. package/dist-es/commands/CreateDeviceDefinitionCommand.js +2 -3
  102. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +2 -3
  103. package/dist-es/commands/CreateFunctionDefinitionCommand.js +2 -3
  104. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +2 -3
  105. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +2 -3
  106. package/dist-es/commands/CreateGroupCommand.js +2 -3
  107. package/dist-es/commands/CreateGroupVersionCommand.js +2 -3
  108. package/dist-es/commands/CreateLoggerDefinitionCommand.js +2 -3
  109. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +2 -3
  110. package/dist-es/commands/CreateResourceDefinitionCommand.js +2 -3
  111. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +2 -3
  112. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +2 -3
  113. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +2 -3
  114. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -3
  115. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +2 -3
  116. package/dist-es/commands/DeleteCoreDefinitionCommand.js +2 -3
  117. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +2 -3
  118. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +2 -3
  119. package/dist-es/commands/DeleteGroupCommand.js +2 -3
  120. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +2 -3
  121. package/dist-es/commands/DeleteResourceDefinitionCommand.js +2 -3
  122. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +2 -3
  123. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +2 -3
  124. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +2 -3
  125. package/dist-es/commands/GetAssociatedRoleCommand.js +2 -3
  126. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +2 -3
  127. package/dist-es/commands/GetConnectivityInfoCommand.js +2 -3
  128. package/dist-es/commands/GetConnectorDefinitionCommand.js +2 -3
  129. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +2 -3
  130. package/dist-es/commands/GetCoreDefinitionCommand.js +2 -3
  131. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +2 -3
  132. package/dist-es/commands/GetDeploymentStatusCommand.js +2 -3
  133. package/dist-es/commands/GetDeviceDefinitionCommand.js +2 -3
  134. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +2 -3
  135. package/dist-es/commands/GetFunctionDefinitionCommand.js +2 -3
  136. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +2 -3
  137. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +2 -3
  138. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +2 -3
  139. package/dist-es/commands/GetGroupCommand.js +2 -3
  140. package/dist-es/commands/GetGroupVersionCommand.js +2 -3
  141. package/dist-es/commands/GetLoggerDefinitionCommand.js +2 -3
  142. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +2 -3
  143. package/dist-es/commands/GetResourceDefinitionCommand.js +2 -3
  144. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +2 -3
  145. package/dist-es/commands/GetServiceRoleForAccountCommand.js +2 -3
  146. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +2 -3
  147. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +2 -3
  148. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +2 -3
  149. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -3
  150. package/dist-es/commands/ListBulkDeploymentsCommand.js +2 -3
  151. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +2 -3
  152. package/dist-es/commands/ListConnectorDefinitionsCommand.js +2 -3
  153. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +2 -3
  154. package/dist-es/commands/ListCoreDefinitionsCommand.js +2 -3
  155. package/dist-es/commands/ListDeploymentsCommand.js +2 -3
  156. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +2 -3
  157. package/dist-es/commands/ListDeviceDefinitionsCommand.js +2 -3
  158. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +2 -3
  159. package/dist-es/commands/ListFunctionDefinitionsCommand.js +2 -3
  160. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +2 -3
  161. package/dist-es/commands/ListGroupVersionsCommand.js +2 -3
  162. package/dist-es/commands/ListGroupsCommand.js +2 -3
  163. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +2 -3
  164. package/dist-es/commands/ListLoggerDefinitionsCommand.js +2 -3
  165. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +2 -3
  166. package/dist-es/commands/ListResourceDefinitionsCommand.js +2 -3
  167. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -3
  168. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +2 -3
  169. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  170. package/dist-es/commands/ResetDeploymentsCommand.js +2 -3
  171. package/dist-es/commands/StartBulkDeploymentCommand.js +2 -3
  172. package/dist-es/commands/StopBulkDeploymentCommand.js +2 -3
  173. package/dist-es/commands/TagResourceCommand.js +2 -3
  174. package/dist-es/commands/UntagResourceCommand.js +2 -3
  175. package/dist-es/commands/UpdateConnectivityInfoCommand.js +2 -3
  176. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +2 -3
  177. package/dist-es/commands/UpdateCoreDefinitionCommand.js +2 -3
  178. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +2 -3
  179. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +2 -3
  180. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +2 -3
  181. package/dist-es/commands/UpdateGroupCommand.js +2 -3
  182. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +2 -3
  183. package/dist-es/commands/UpdateResourceDefinitionCommand.js +2 -3
  184. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +2 -3
  185. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +2 -3
  186. package/dist-es/models/models_0.js +0 -675
  187. package/dist-types/Greengrass.d.ts +93 -0
  188. package/dist-types/GreengrassClient.d.ts +24 -4
  189. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +16 -0
  190. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +16 -0
  191. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +16 -0
  192. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +16 -0
  193. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +16 -0
  194. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +16 -0
  195. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  196. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +16 -0
  197. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +16 -0
  198. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +16 -0
  199. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +16 -0
  200. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +16 -0
  201. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  202. package/dist-types/commands/CreateGroupVersionCommand.d.ts +16 -0
  203. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +16 -0
  204. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +16 -0
  205. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +16 -0
  206. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +16 -0
  207. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +16 -0
  208. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +16 -0
  209. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +16 -0
  210. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +16 -0
  211. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +16 -0
  212. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +16 -0
  213. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +16 -0
  214. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  215. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +16 -0
  216. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +16 -0
  217. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +16 -0
  218. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +16 -0
  219. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +16 -0
  220. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +16 -0
  221. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +16 -0
  222. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +16 -0
  223. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +16 -0
  224. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +16 -0
  225. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +16 -0
  226. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +16 -0
  227. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +16 -0
  228. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +16 -0
  229. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +16 -0
  230. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +16 -0
  231. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +16 -0
  232. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +16 -0
  233. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +16 -0
  234. package/dist-types/commands/GetGroupCommand.d.ts +16 -0
  235. package/dist-types/commands/GetGroupVersionCommand.d.ts +16 -0
  236. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +16 -0
  237. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +16 -0
  238. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +16 -0
  239. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +16 -0
  240. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +16 -0
  241. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +16 -0
  242. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +16 -0
  243. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +16 -0
  244. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +16 -0
  245. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +16 -0
  246. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +16 -0
  247. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +16 -0
  248. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +16 -0
  249. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +16 -0
  250. package/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
  251. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +16 -0
  252. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +16 -0
  253. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +16 -0
  254. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +16 -0
  255. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +16 -0
  256. package/dist-types/commands/ListGroupVersionsCommand.d.ts +16 -0
  257. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  258. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +16 -0
  259. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +16 -0
  260. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +16 -0
  261. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +16 -0
  262. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +16 -0
  263. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +16 -0
  264. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  265. package/dist-types/commands/ResetDeploymentsCommand.d.ts +16 -0
  266. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +16 -0
  267. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +16 -0
  268. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  269. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  270. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +16 -0
  271. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +16 -0
  272. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +16 -0
  273. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +16 -0
  274. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +16 -0
  275. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +16 -0
  276. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  277. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +16 -0
  278. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +16 -0
  279. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +16 -0
  280. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +16 -0
  281. package/dist-types/models/GreengrassServiceException.d.ts +2 -0
  282. package/dist-types/models/models_0.d.ts +623 -900
  283. package/dist-types/ts3.4/models/models_0.d.ts +0 -655
  284. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetCoreDefinitionRequest, GetCoreDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCoreDefinitionCommand}.
8
10
  */
9
11
  export interface GetCoreDefinitionCommandInput extends GetCoreDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCoreDefinitionCommand}.
13
17
  */
14
18
  export interface GetCoreDefinitionCommandOutput extends GetCoreDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a core definition version.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetCoreDefinitionCommandOutput extends GetCoreDefinitionRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetCoreDefinitionCommandInput - {@link GetCoreDefinitionCommandInput}
34
+ * @returns {@link GetCoreDefinitionCommandOutput}
28
35
  * @see {@link GetCoreDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetCoreDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetCoreDefinitionCommandOutput extends GetCoreDefinitionRespons
37
44
  export declare class GetCoreDefinitionCommand extends $Command<GetCoreDefinitionCommandInput, GetCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetCoreDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetCoreDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCoreDefinitionCommandInput, GetCoreDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetCoreDefinitionVersionRequest, GetCoreDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCoreDefinitionVersionCommand}.
8
10
  */
9
11
  export interface GetCoreDefinitionVersionCommandInput extends GetCoreDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCoreDefinitionVersionCommand}.
13
17
  */
14
18
  export interface GetCoreDefinitionVersionCommandOutput extends GetCoreDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a core definition version.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetCoreDefinitionVersionCommandOutput extends GetCoreDefinition
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetCoreDefinitionVersionCommandInput - {@link GetCoreDefinitionVersionCommandInput}
34
+ * @returns {@link GetCoreDefinitionVersionCommandOutput}
28
35
  * @see {@link GetCoreDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetCoreDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetCoreDefinitionVersionCommandOutput extends GetCoreDefinition
37
44
  export declare class GetCoreDefinitionVersionCommand extends $Command<GetCoreDefinitionVersionCommandInput, GetCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetCoreDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetCoreDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCoreDefinitionVersionCommandInput, GetCoreDefinitionVersionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetDeploymentStatusRequest, GetDeploymentStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDeploymentStatusCommand}.
8
10
  */
9
11
  export interface GetDeploymentStatusCommandInput extends GetDeploymentStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDeploymentStatusCommand}.
13
17
  */
14
18
  export interface GetDeploymentStatusCommandOutput extends GetDeploymentStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Returns the status of a deployment.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDeploymentStatusCommandOutput extends GetDeploymentStatusRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDeploymentStatusCommandInput - {@link GetDeploymentStatusCommandInput}
34
+ * @returns {@link GetDeploymentStatusCommandOutput}
28
35
  * @see {@link GetDeploymentStatusCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDeploymentStatusCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetDeploymentStatusCommandOutput extends GetDeploymentStatusRes
37
44
  export declare class GetDeploymentStatusCommand extends $Command<GetDeploymentStatusCommandInput, GetDeploymentStatusCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetDeploymentStatusCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetDeploymentStatusCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentStatusCommandInput, GetDeploymentStatusCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetDeviceDefinitionRequest, GetDeviceDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDeviceDefinitionCommand}.
8
10
  */
9
11
  export interface GetDeviceDefinitionCommandInput extends GetDeviceDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDeviceDefinitionCommand}.
13
17
  */
14
18
  export interface GetDeviceDefinitionCommandOutput extends GetDeviceDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a device definition.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDeviceDefinitionCommandOutput extends GetDeviceDefinitionRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDeviceDefinitionCommandInput - {@link GetDeviceDefinitionCommandInput}
34
+ * @returns {@link GetDeviceDefinitionCommandOutput}
28
35
  * @see {@link GetDeviceDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDeviceDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetDeviceDefinitionCommandOutput extends GetDeviceDefinitionRes
37
44
  export declare class GetDeviceDefinitionCommand extends $Command<GetDeviceDefinitionCommandInput, GetDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetDeviceDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetDeviceDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeviceDefinitionCommandInput, GetDeviceDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetDeviceDefinitionVersionRequest, GetDeviceDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDeviceDefinitionVersionCommand}.
8
10
  */
9
11
  export interface GetDeviceDefinitionVersionCommandInput extends GetDeviceDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDeviceDefinitionVersionCommand}.
13
17
  */
14
18
  export interface GetDeviceDefinitionVersionCommandOutput extends GetDeviceDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a device definition version.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDeviceDefinitionVersionCommandOutput extends GetDeviceDefini
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDeviceDefinitionVersionCommandInput - {@link GetDeviceDefinitionVersionCommandInput}
34
+ * @returns {@link GetDeviceDefinitionVersionCommandOutput}
28
35
  * @see {@link GetDeviceDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDeviceDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetDeviceDefinitionVersionCommandOutput extends GetDeviceDefini
37
44
  export declare class GetDeviceDefinitionVersionCommand extends $Command<GetDeviceDefinitionVersionCommandInput, GetDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetDeviceDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetDeviceDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeviceDefinitionVersionCommandInput, GetDeviceDefinitionVersionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetFunctionDefinitionRequest, GetFunctionDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFunctionDefinitionCommand}.
8
10
  */
9
11
  export interface GetFunctionDefinitionCommandInput extends GetFunctionDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFunctionDefinitionCommand}.
13
17
  */
14
18
  export interface GetFunctionDefinitionCommandOutput extends GetFunctionDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a Lambda function definition, including its creation time and latest version.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetFunctionDefinitionCommandOutput extends GetFunctionDefinitio
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetFunctionDefinitionCommandInput - {@link GetFunctionDefinitionCommandInput}
34
+ * @returns {@link GetFunctionDefinitionCommandOutput}
28
35
  * @see {@link GetFunctionDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetFunctionDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetFunctionDefinitionCommandOutput extends GetFunctionDefinitio
37
44
  export declare class GetFunctionDefinitionCommand extends $Command<GetFunctionDefinitionCommandInput, GetFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetFunctionDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetFunctionDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionDefinitionCommandInput, GetFunctionDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetFunctionDefinitionVersionRequest, GetFunctionDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFunctionDefinitionVersionCommand}.
8
10
  */
9
11
  export interface GetFunctionDefinitionVersionCommandInput extends GetFunctionDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFunctionDefinitionVersionCommand}.
13
17
  */
14
18
  export interface GetFunctionDefinitionVersionCommandOutput extends GetFunctionDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetFunctionDefinitionVersionCommandOutput extends GetFunctionDe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetFunctionDefinitionVersionCommandInput - {@link GetFunctionDefinitionVersionCommandInput}
34
+ * @returns {@link GetFunctionDefinitionVersionCommandOutput}
28
35
  * @see {@link GetFunctionDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetFunctionDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetFunctionDefinitionVersionCommandOutput extends GetFunctionDe
37
44
  export declare class GetFunctionDefinitionVersionCommand extends $Command<GetFunctionDefinitionVersionCommandInput, GetFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetFunctionDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetFunctionDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionDefinitionVersionCommandInput, GetFunctionDefinitionVersionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupCertificateAuthorityRequest, GetGroupCertificateAuthorityResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetGroupCertificateAuthorityCommand}.
8
10
  */
9
11
  export interface GetGroupCertificateAuthorityCommandInput extends GetGroupCertificateAuthorityRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetGroupCertificateAuthorityCommand}.
13
17
  */
14
18
  export interface GetGroupCertificateAuthorityCommandOutput extends GetGroupCertificateAuthorityResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retreives the CA associated with a group. Returns the public key of the CA.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetGroupCertificateAuthorityCommandOutput extends GetGroupCerti
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetGroupCertificateAuthorityCommandInput - {@link GetGroupCertificateAuthorityCommandInput}
34
+ * @returns {@link GetGroupCertificateAuthorityCommandOutput}
28
35
  * @see {@link GetGroupCertificateAuthorityCommandInput} for command's `input` shape.
29
36
  * @see {@link GetGroupCertificateAuthorityCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetGroupCertificateAuthorityCommandOutput extends GetGroupCerti
40
47
  export declare class GetGroupCertificateAuthorityCommand extends $Command<GetGroupCertificateAuthorityCommandInput, GetGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: GetGroupCertificateAuthorityCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetGroupCertificateAuthorityCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCertificateAuthorityCommandInput, GetGroupCertificateAuthorityCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupCertificateConfigurationRequest, GetGroupCertificateConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetGroupCertificateConfigurationCommand}.
8
10
  */
9
11
  export interface GetGroupCertificateConfigurationCommandInput extends GetGroupCertificateConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetGroupCertificateConfigurationCommand}.
13
17
  */
14
18
  export interface GetGroupCertificateConfigurationCommandOutput extends GetGroupCertificateConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves the current configuration for the CA used by the group.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetGroupCertificateConfigurationCommandOutput extends GetGroupC
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetGroupCertificateConfigurationCommandInput - {@link GetGroupCertificateConfigurationCommandInput}
34
+ * @returns {@link GetGroupCertificateConfigurationCommandOutput}
28
35
  * @see {@link GetGroupCertificateConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link GetGroupCertificateConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetGroupCertificateConfigurationCommandOutput extends GetGroupC
40
47
  export declare class GetGroupCertificateConfigurationCommand extends $Command<GetGroupCertificateConfigurationCommandInput, GetGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: GetGroupCertificateConfigurationCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetGroupCertificateConfigurationCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCertificateConfigurationCommandInput, GetGroupCertificateConfigurationCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetGroupCommand}.
8
10
  */
9
11
  export interface GetGroupCommandInput extends GetGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetGroupCommand}.
13
17
  */
14
18
  export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a group.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetGroupCommandInput - {@link GetGroupCommandInput}
34
+ * @returns {@link GetGroupCommandOutput}
28
35
  * @see {@link GetGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link GetGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
37
44
  export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetGroupCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetGroupCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupVersionRequest, GetGroupVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetGroupVersionCommand}.
8
10
  */
9
11
  export interface GetGroupVersionCommandInput extends GetGroupVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetGroupVersionCommand}.
13
17
  */
14
18
  export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a group version.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetGroupVersionCommandInput - {@link GetGroupVersionCommandInput}
34
+ * @returns {@link GetGroupVersionCommandOutput}
28
35
  * @see {@link GetGroupVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetGroupVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, _
37
44
  export declare class GetGroupVersionCommand extends $Command<GetGroupVersionCommandInput, GetGroupVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetGroupVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetGroupVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupVersionCommandInput, GetGroupVersionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetLoggerDefinitionRequest, GetLoggerDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetLoggerDefinitionCommand}.
8
10
  */
9
11
  export interface GetLoggerDefinitionCommandInput extends GetLoggerDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetLoggerDefinitionCommand}.
13
17
  */
14
18
  export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a logger definition.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetLoggerDefinitionCommandInput - {@link GetLoggerDefinitionCommandInput}
34
+ * @returns {@link GetLoggerDefinitionCommandOutput}
28
35
  * @see {@link GetLoggerDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetLoggerDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionRes
37
44
  export declare class GetLoggerDefinitionCommand extends $Command<GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetLoggerDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetLoggerDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetLoggerDefinitionVersionRequest, GetLoggerDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetLoggerDefinitionVersionCommand}.
8
10
  */
9
11
  export interface GetLoggerDefinitionVersionCommandInput extends GetLoggerDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetLoggerDefinitionVersionCommand}.
13
17
  */
14
18
  export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a logger definition version.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefini
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetLoggerDefinitionVersionCommandInput - {@link GetLoggerDefinitionVersionCommandInput}
34
+ * @returns {@link GetLoggerDefinitionVersionCommandOutput}
28
35
  * @see {@link GetLoggerDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetLoggerDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefini
37
44
  export declare class GetLoggerDefinitionVersionCommand extends $Command<GetLoggerDefinitionVersionCommandInput, GetLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetLoggerDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetLoggerDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoggerDefinitionVersionCommandInput, GetLoggerDefinitionVersionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }