@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 { ListSubscriptionDefinitionsRequest, ListSubscriptionDefinitionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSubscriptionDefinitionsCommand}.
8
10
  */
9
11
  export interface ListSubscriptionDefinitionsCommandInput extends ListSubscriptionDefinitionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSubscriptionDefinitionsCommand}.
13
17
  */
14
18
  export interface ListSubscriptionDefinitionsCommandOutput extends ListSubscriptionDefinitionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves a list of subscription definitions.
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 ListSubscriptionDefinitionsCommandOutput extends ListSubscripti
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListSubscriptionDefinitionsCommandInput - {@link ListSubscriptionDefinitionsCommandInput}
34
+ * @returns {@link ListSubscriptionDefinitionsCommandOutput}
28
35
  * @see {@link ListSubscriptionDefinitionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListSubscriptionDefinitionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -34,11 +41,20 @@ export interface ListSubscriptionDefinitionsCommandOutput extends ListSubscripti
34
41
  export declare class ListSubscriptionDefinitionsCommand extends $Command<ListSubscriptionDefinitionsCommandInput, ListSubscriptionDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
35
42
  readonly input: ListSubscriptionDefinitionsCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListSubscriptionDefinitionsCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSubscriptionDefinitionsCommandInput, ListSubscriptionDefinitionsCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves a list of resource tags for a resource arn.
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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
37
44
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: ListTagsForResourceCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListTagsForResourceCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { ResetDeploymentsRequest, ResetDeploymentsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ResetDeploymentsCommand}.
8
10
  */
9
11
  export interface ResetDeploymentsCommandInput extends ResetDeploymentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ResetDeploymentsCommand}.
13
17
  */
14
18
  export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Resets a group's deployments.
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 ResetDeploymentsCommandOutput extends ResetDeploymentsResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ResetDeploymentsCommandInput - {@link ResetDeploymentsCommandInput}
34
+ * @returns {@link ResetDeploymentsCommandOutput}
28
35
  * @see {@link ResetDeploymentsCommandInput} for command's `input` shape.
29
36
  * @see {@link ResetDeploymentsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse,
37
44
  export declare class ResetDeploymentsCommand extends $Command<ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: ResetDeploymentsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ResetDeploymentsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput>;
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 { StartBulkDeploymentRequest, StartBulkDeploymentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartBulkDeploymentCommand}.
8
10
  */
9
11
  export interface StartBulkDeploymentCommandInput extends StartBulkDeploymentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartBulkDeploymentCommand}.
13
17
  */
14
18
  export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * 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.
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 StartBulkDeploymentCommandOutput extends StartBulkDeploymentRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartBulkDeploymentCommandInput - {@link StartBulkDeploymentCommandInput}
34
+ * @returns {@link StartBulkDeploymentCommandOutput}
28
35
  * @see {@link StartBulkDeploymentCommandInput} for command's `input` shape.
29
36
  * @see {@link StartBulkDeploymentCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentRes
37
44
  export declare class StartBulkDeploymentCommand extends $Command<StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: StartBulkDeploymentCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: StartBulkDeploymentCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput>;
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 { StopBulkDeploymentRequest, StopBulkDeploymentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopBulkDeploymentCommand}.
8
10
  */
9
11
  export interface StopBulkDeploymentCommandInput extends StopBulkDeploymentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopBulkDeploymentCommand}.
13
17
  */
14
18
  export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * 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.
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 StopBulkDeploymentCommandOutput extends StopBulkDeploymentRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopBulkDeploymentCommandInput - {@link StopBulkDeploymentCommandInput}
34
+ * @returns {@link StopBulkDeploymentCommandOutput}
28
35
  * @see {@link StopBulkDeploymentCommandInput} for command's `input` shape.
29
36
  * @see {@link StopBulkDeploymentCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentRespo
37
44
  export declare class StopBulkDeploymentCommand extends $Command<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: StopBulkDeploymentCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: StopBulkDeploymentCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput>;
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 { TagResourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Adds tags to a Greengrass resource. Valid resources are 'Group', 'ConnectorDefinition', 'CoreDefinition', 'DeviceDefinition', 'FunctionDefinition', 'LoggerDefinition', 'SubscriptionDefinition', 'ResourceDefinition', and 'BulkDeployment'.
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 TagResourceCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
37
44
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: TagResourceCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: TagResourceCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { UntagResourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Remove resource tags from a Greengrass Resource.
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 UntagResourceCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
37
44
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: UntagResourceCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: UntagResourceCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateConnectivityInfoCommand}.
8
10
  */
9
11
  export interface UpdateConnectivityInfoCommandInput extends UpdateConnectivityInfoRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateConnectivityInfoCommand}.
13
17
  */
14
18
  export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityInfoResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * 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.
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 UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateConnectivityInfoCommandInput - {@link UpdateConnectivityInfoCommandInput}
34
+ * @returns {@link UpdateConnectivityInfoCommandOutput}
28
35
  * @see {@link UpdateConnectivityInfoCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateConnectivityInfoCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
40
47
  export declare class UpdateConnectivityInfoCommand extends $Command<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: UpdateConnectivityInfoCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UpdateConnectivityInfoCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput>;
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 { UpdateConnectorDefinitionRequest, UpdateConnectorDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateConnectorDefinitionCommand}.
8
10
  */
9
11
  export interface UpdateConnectorDefinitionCommandInput extends UpdateConnectorDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateConnectorDefinitionCommand}.
13
17
  */
14
18
  export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates a connector 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 UpdateConnectorDefinitionCommandOutput extends UpdateConnectorD
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateConnectorDefinitionCommandInput - {@link UpdateConnectorDefinitionCommandInput}
34
+ * @returns {@link UpdateConnectorDefinitionCommandOutput}
28
35
  * @see {@link UpdateConnectorDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateConnectorDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorD
37
44
  export declare class UpdateConnectorDefinitionCommand extends $Command<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: UpdateConnectorDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: UpdateConnectorDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput>;
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 { UpdateCoreDefinitionRequest, UpdateCoreDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateCoreDefinitionCommand}.
8
10
  */
9
11
  export interface UpdateCoreDefinitionCommandInput extends UpdateCoreDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateCoreDefinitionCommand}.
13
17
  */
14
18
  export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates a core 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 UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateCoreDefinitionCommandInput - {@link UpdateCoreDefinitionCommandInput}
34
+ * @returns {@link UpdateCoreDefinitionCommandOutput}
28
35
  * @see {@link UpdateCoreDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateCoreDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionR
37
44
  export declare class UpdateCoreDefinitionCommand extends $Command<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: UpdateCoreDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: UpdateCoreDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput>;
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 { UpdateDeviceDefinitionRequest, UpdateDeviceDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDeviceDefinitionCommand}.
8
10
  */
9
11
  export interface UpdateDeviceDefinitionCommandInput extends UpdateDeviceDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDeviceDefinitionCommand}.
13
17
  */
14
18
  export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates 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 UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinit
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDeviceDefinitionCommandInput - {@link UpdateDeviceDefinitionCommandInput}
34
+ * @returns {@link UpdateDeviceDefinitionCommandOutput}
28
35
  * @see {@link UpdateDeviceDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDeviceDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinit
37
44
  export declare class UpdateDeviceDefinitionCommand extends $Command<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: UpdateDeviceDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: UpdateDeviceDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput>;
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 { UpdateFunctionDefinitionRequest, UpdateFunctionDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFunctionDefinitionCommand}.
8
10
  */
9
11
  export interface UpdateFunctionDefinitionCommandInput extends UpdateFunctionDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFunctionDefinitionCommand}.
13
17
  */
14
18
  export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Updates a Lambda function 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 UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDef
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFunctionDefinitionCommandInput - {@link UpdateFunctionDefinitionCommandInput}
34
+ * @returns {@link UpdateFunctionDefinitionCommandOutput}
28
35
  * @see {@link UpdateFunctionDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFunctionDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDef
37
44
  export declare class UpdateFunctionDefinitionCommand extends $Command<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: UpdateFunctionDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: UpdateFunctionDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }