@aws-sdk/client-greengrassv2 3.35.0 → 3.38.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 (256) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/GreengrassV2.js +0 -14
  3. package/dist-cjs/GreengrassV2Client.js +0 -19
  4. package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +0 -37
  5. package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +0 -27
  6. package/dist-cjs/commands/CancelDeploymentCommand.js +0 -27
  7. package/dist-cjs/commands/CreateComponentVersionCommand.js +0 -78
  8. package/dist-cjs/commands/CreateDeploymentCommand.js +0 -35
  9. package/dist-cjs/commands/DeleteComponentCommand.js +0 -31
  10. package/dist-cjs/commands/DeleteCoreDeviceCommand.js +0 -28
  11. package/dist-cjs/commands/DescribeComponentCommand.js +0 -25
  12. package/dist-cjs/commands/GetComponentCommand.js +0 -26
  13. package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +0 -26
  14. package/dist-cjs/commands/GetCoreDeviceCommand.js +0 -25
  15. package/dist-cjs/commands/GetDeploymentCommand.js +0 -25
  16. package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +0 -26
  17. package/dist-cjs/commands/ListComponentVersionsCommand.js +0 -25
  18. package/dist-cjs/commands/ListComponentsCommand.js +0 -26
  19. package/dist-cjs/commands/ListCoreDevicesCommand.js +0 -25
  20. package/dist-cjs/commands/ListDeploymentsCommand.js +0 -25
  21. package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +0 -26
  22. package/dist-cjs/commands/ListInstalledComponentsCommand.js +0 -25
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  24. package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +0 -39
  25. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  26. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  27. package/dist-cjs/commands/index.js +26 -0
  28. package/dist-cjs/endpoints.js +1 -2
  29. package/dist-cjs/index.js +4 -34
  30. package/dist-cjs/models/index.js +0 -1
  31. package/dist-cjs/models/models_0.js +0 -274
  32. package/dist-cjs/pagination/Interfaces.js +0 -1
  33. package/dist-cjs/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +0 -11
  34. package/dist-cjs/pagination/ListComponentVersionsPaginator.js +0 -11
  35. package/dist-cjs/pagination/ListComponentsPaginator.js +0 -11
  36. package/dist-cjs/pagination/ListCoreDevicesPaginator.js +0 -11
  37. package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -11
  38. package/dist-cjs/pagination/ListEffectiveDeploymentsPaginator.js +0 -11
  39. package/dist-cjs/pagination/ListInstalledComponentsPaginator.js +0 -11
  40. package/dist-cjs/pagination/index.js +11 -0
  41. package/dist-cjs/protocols/Aws_restJson1.js +0 -6
  42. package/dist-cjs/runtimeConfig.browser.js +1 -6
  43. package/dist-cjs/runtimeConfig.js +2 -7
  44. package/dist-cjs/runtimeConfig.native.js +0 -4
  45. package/dist-cjs/runtimeConfig.shared.js +0 -4
  46. package/dist-es/GreengrassV2.js +0 -1
  47. package/dist-es/GreengrassV2Client.js +0 -1
  48. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +0 -1
  49. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +0 -1
  50. package/dist-es/commands/CancelDeploymentCommand.js +0 -1
  51. package/dist-es/commands/CreateComponentVersionCommand.js +0 -1
  52. package/dist-es/commands/CreateDeploymentCommand.js +0 -1
  53. package/dist-es/commands/DeleteComponentCommand.js +0 -1
  54. package/dist-es/commands/DeleteCoreDeviceCommand.js +0 -1
  55. package/dist-es/commands/DescribeComponentCommand.js +0 -1
  56. package/dist-es/commands/GetComponentCommand.js +0 -1
  57. package/dist-es/commands/GetComponentVersionArtifactCommand.js +0 -1
  58. package/dist-es/commands/GetCoreDeviceCommand.js +0 -1
  59. package/dist-es/commands/GetDeploymentCommand.js +0 -1
  60. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +0 -1
  61. package/dist-es/commands/ListComponentVersionsCommand.js +0 -1
  62. package/dist-es/commands/ListComponentsCommand.js +0 -1
  63. package/dist-es/commands/ListCoreDevicesCommand.js +0 -1
  64. package/dist-es/commands/ListDeploymentsCommand.js +0 -1
  65. package/dist-es/commands/ListEffectiveDeploymentsCommand.js +0 -1
  66. package/dist-es/commands/ListInstalledComponentsCommand.js +0 -1
  67. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  68. package/dist-es/commands/ResolveComponentCandidatesCommand.js +0 -1
  69. package/dist-es/commands/TagResourceCommand.js +0 -1
  70. package/dist-es/commands/UntagResourceCommand.js +0 -1
  71. package/dist-es/commands/index.js +23 -0
  72. package/dist-es/endpoints.js +1 -2
  73. package/dist-es/index.js +4 -34
  74. package/dist-es/models/index.js +0 -1
  75. package/dist-es/models/models_0.js +0 -1
  76. package/dist-es/pagination/Interfaces.js +0 -1
  77. package/dist-es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +0 -1
  78. package/dist-es/pagination/ListComponentVersionsPaginator.js +0 -1
  79. package/dist-es/pagination/ListComponentsPaginator.js +0 -1
  80. package/dist-es/pagination/ListCoreDevicesPaginator.js +0 -1
  81. package/dist-es/pagination/ListDeploymentsPaginator.js +0 -1
  82. package/dist-es/pagination/ListEffectiveDeploymentsPaginator.js +0 -1
  83. package/dist-es/pagination/ListInstalledComponentsPaginator.js +0 -1
  84. package/dist-es/pagination/index.js +8 -0
  85. package/dist-es/protocols/Aws_restJson1.js +0 -1
  86. package/dist-es/runtimeConfig.browser.js +1 -2
  87. package/dist-es/runtimeConfig.js +2 -3
  88. package/dist-es/runtimeConfig.native.js +0 -1
  89. package/dist-es/runtimeConfig.shared.js +0 -1
  90. package/dist-types/commands/index.d.ts +23 -0
  91. package/dist-types/index.d.ts +4 -33
  92. package/dist-types/pagination/index.d.ts +8 -0
  93. package/dist-types/ts3.4/GreengrassV2.d.ts +24 -190
  94. package/dist-types/ts3.4/GreengrassV2Client.d.ts +24 -99
  95. package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -32
  96. package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -22
  97. package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +2 -22
  98. package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +2 -73
  99. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -30
  100. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -26
  101. package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +2 -23
  102. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +2 -20
  103. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +2 -21
  104. package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +2 -21
  105. package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +2 -20
  106. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -20
  107. package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -21
  108. package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +2 -20
  109. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -21
  110. package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +2 -20
  111. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +2 -21
  113. package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +2 -20
  114. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  115. package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +2 -34
  116. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  117. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/index.d.ts +23 -0
  119. package/dist-types/ts3.4/index.d.ts +4 -33
  120. package/dist-types/ts3.4/models/models_0.d.ts +393 -1492
  121. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  122. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  123. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  124. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  125. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  126. package/package.json +33 -30
  127. package/dist-cjs/GreengrassV2.js.map +0 -1
  128. package/dist-cjs/GreengrassV2Client.js.map +0 -1
  129. package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +0 -1
  130. package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +0 -1
  131. package/dist-cjs/commands/CancelDeploymentCommand.js.map +0 -1
  132. package/dist-cjs/commands/CreateComponentVersionCommand.js.map +0 -1
  133. package/dist-cjs/commands/CreateDeploymentCommand.js.map +0 -1
  134. package/dist-cjs/commands/DeleteComponentCommand.js.map +0 -1
  135. package/dist-cjs/commands/DeleteCoreDeviceCommand.js.map +0 -1
  136. package/dist-cjs/commands/DescribeComponentCommand.js.map +0 -1
  137. package/dist-cjs/commands/GetComponentCommand.js.map +0 -1
  138. package/dist-cjs/commands/GetComponentVersionArtifactCommand.js.map +0 -1
  139. package/dist-cjs/commands/GetCoreDeviceCommand.js.map +0 -1
  140. package/dist-cjs/commands/GetDeploymentCommand.js.map +0 -1
  141. package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +0 -1
  142. package/dist-cjs/commands/ListComponentVersionsCommand.js.map +0 -1
  143. package/dist-cjs/commands/ListComponentsCommand.js.map +0 -1
  144. package/dist-cjs/commands/ListCoreDevicesCommand.js.map +0 -1
  145. package/dist-cjs/commands/ListDeploymentsCommand.js.map +0 -1
  146. package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js.map +0 -1
  147. package/dist-cjs/commands/ListInstalledComponentsCommand.js.map +0 -1
  148. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  149. package/dist-cjs/commands/ResolveComponentCandidatesCommand.js.map +0 -1
  150. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  151. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  152. package/dist-cjs/endpoints.js.map +0 -1
  153. package/dist-cjs/index.js.map +0 -1
  154. package/dist-cjs/models/index.js.map +0 -1
  155. package/dist-cjs/models/models_0.js.map +0 -1
  156. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  157. package/dist-cjs/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +0 -1
  158. package/dist-cjs/pagination/ListComponentVersionsPaginator.js.map +0 -1
  159. package/dist-cjs/pagination/ListComponentsPaginator.js.map +0 -1
  160. package/dist-cjs/pagination/ListCoreDevicesPaginator.js.map +0 -1
  161. package/dist-cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
  162. package/dist-cjs/pagination/ListEffectiveDeploymentsPaginator.js.map +0 -1
  163. package/dist-cjs/pagination/ListInstalledComponentsPaginator.js.map +0 -1
  164. package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
  165. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  166. package/dist-cjs/runtimeConfig.js.map +0 -1
  167. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  168. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  169. package/dist-es/GreengrassV2.js.map +0 -1
  170. package/dist-es/GreengrassV2Client.js.map +0 -1
  171. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +0 -1
  172. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +0 -1
  173. package/dist-es/commands/CancelDeploymentCommand.js.map +0 -1
  174. package/dist-es/commands/CreateComponentVersionCommand.js.map +0 -1
  175. package/dist-es/commands/CreateDeploymentCommand.js.map +0 -1
  176. package/dist-es/commands/DeleteComponentCommand.js.map +0 -1
  177. package/dist-es/commands/DeleteCoreDeviceCommand.js.map +0 -1
  178. package/dist-es/commands/DescribeComponentCommand.js.map +0 -1
  179. package/dist-es/commands/GetComponentCommand.js.map +0 -1
  180. package/dist-es/commands/GetComponentVersionArtifactCommand.js.map +0 -1
  181. package/dist-es/commands/GetCoreDeviceCommand.js.map +0 -1
  182. package/dist-es/commands/GetDeploymentCommand.js.map +0 -1
  183. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +0 -1
  184. package/dist-es/commands/ListComponentVersionsCommand.js.map +0 -1
  185. package/dist-es/commands/ListComponentsCommand.js.map +0 -1
  186. package/dist-es/commands/ListCoreDevicesCommand.js.map +0 -1
  187. package/dist-es/commands/ListDeploymentsCommand.js.map +0 -1
  188. package/dist-es/commands/ListEffectiveDeploymentsCommand.js.map +0 -1
  189. package/dist-es/commands/ListInstalledComponentsCommand.js.map +0 -1
  190. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  191. package/dist-es/commands/ResolveComponentCandidatesCommand.js.map +0 -1
  192. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  193. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  194. package/dist-es/endpoints.js.map +0 -1
  195. package/dist-es/index.js.map +0 -1
  196. package/dist-es/models/index.js.map +0 -1
  197. package/dist-es/models/models_0.js.map +0 -1
  198. package/dist-es/pagination/Interfaces.js.map +0 -1
  199. package/dist-es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +0 -1
  200. package/dist-es/pagination/ListComponentVersionsPaginator.js.map +0 -1
  201. package/dist-es/pagination/ListComponentsPaginator.js.map +0 -1
  202. package/dist-es/pagination/ListCoreDevicesPaginator.js.map +0 -1
  203. package/dist-es/pagination/ListDeploymentsPaginator.js.map +0 -1
  204. package/dist-es/pagination/ListEffectiveDeploymentsPaginator.js.map +0 -1
  205. package/dist-es/pagination/ListInstalledComponentsPaginator.js.map +0 -1
  206. package/dist-es/protocols/Aws_restJson1.js.map +0 -1
  207. package/dist-es/runtimeConfig.browser.js.map +0 -1
  208. package/dist-es/runtimeConfig.js.map +0 -1
  209. package/dist-es/runtimeConfig.native.js.map +0 -1
  210. package/dist-es/runtimeConfig.shared.js.map +0 -1
  211. package/jest.config.js +0 -4
  212. package/src/GreengrassV2.ts +0 -970
  213. package/src/GreengrassV2Client.ts +0 -345
  214. package/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts +0 -122
  215. package/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts +0 -112
  216. package/src/commands/CancelDeploymentCommand.ts +0 -97
  217. package/src/commands/CreateComponentVersionCommand.ts +0 -148
  218. package/src/commands/CreateDeploymentCommand.ts +0 -105
  219. package/src/commands/DeleteComponentCommand.ts +0 -101
  220. package/src/commands/DeleteCoreDeviceCommand.ts +0 -98
  221. package/src/commands/DescribeComponentCommand.ts +0 -95
  222. package/src/commands/GetComponentCommand.ts +0 -96
  223. package/src/commands/GetComponentVersionArtifactCommand.ts +0 -101
  224. package/src/commands/GetCoreDeviceCommand.ts +0 -95
  225. package/src/commands/GetDeploymentCommand.ts +0 -95
  226. package/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts +0 -111
  227. package/src/commands/ListComponentVersionsCommand.ts +0 -95
  228. package/src/commands/ListComponentsCommand.ts +0 -96
  229. package/src/commands/ListCoreDevicesCommand.ts +0 -95
  230. package/src/commands/ListDeploymentsCommand.ts +0 -95
  231. package/src/commands/ListEffectiveDeploymentsCommand.ts +0 -96
  232. package/src/commands/ListInstalledComponentsCommand.ts +0 -95
  233. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  234. package/src/commands/ResolveComponentCandidatesCommand.ts +0 -112
  235. package/src/commands/TagResourceCommand.ts +0 -96
  236. package/src/commands/UntagResourceCommand.ts +0 -95
  237. package/src/endpoints.ts +0 -84
  238. package/src/index.ts +0 -34
  239. package/src/models/index.ts +0 -1
  240. package/src/models/models_0.ts +0 -2867
  241. package/src/pagination/Interfaces.ts +0 -8
  242. package/src/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.ts +0 -59
  243. package/src/pagination/ListComponentVersionsPaginator.ts +0 -59
  244. package/src/pagination/ListComponentsPaginator.ts +0 -59
  245. package/src/pagination/ListCoreDevicesPaginator.ts +0 -59
  246. package/src/pagination/ListDeploymentsPaginator.ts +0 -59
  247. package/src/pagination/ListEffectiveDeploymentsPaginator.ts +0 -59
  248. package/src/pagination/ListInstalledComponentsPaginator.ts +0 -59
  249. package/src/protocols/Aws_restJson1.ts +0 -4401
  250. package/src/runtimeConfig.browser.ts +0 -41
  251. package/src/runtimeConfig.native.ts +0 -17
  252. package/src/runtimeConfig.shared.ts +0 -17
  253. package/src/runtimeConfig.ts +0 -46
  254. package/tsconfig.es.json +0 -10
  255. package/tsconfig.json +0 -33
  256. package/tsconfig.types.json +0 -9
@@ -6,29 +6,11 @@ export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {
6
6
  }
7
7
  export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Retrieves a paginated list of deployments.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GreengrassV2Client, ListDeploymentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
15
- * // const { GreengrassV2Client, ListDeploymentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
16
- * const client = new GreengrassV2Client(config);
17
- * const command = new ListDeploymentsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListDeploymentsCommandInput} for command's `input` shape.
22
- * @see {@link ListDeploymentsCommandOutput} for command's `response` shape.
23
- * @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig> {
27
11
  readonly input: ListDeploymentsCommandInput;
28
12
  constructor(input: ListDeploymentsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListEffectiveDeploymentsCommandInput extends ListEffectiveDeplo
6
6
  }
7
7
  export interface ListEffectiveDeploymentsCommandOutput extends ListEffectiveDeploymentsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core
11
- * devices.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { GreengrassV2Client, ListEffectiveDeploymentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
16
- * // const { GreengrassV2Client, ListEffectiveDeploymentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
17
- * const client = new GreengrassV2Client(config);
18
- * const command = new ListEffectiveDeploymentsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListEffectiveDeploymentsCommandInput} for command's `input` shape.
23
- * @see {@link ListEffectiveDeploymentsCommandOutput} for command's `response` shape.
24
- * @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListEffectiveDeploymentsCommand extends $Command<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig> {
28
11
  readonly input: ListEffectiveDeploymentsCommandInput;
29
12
  constructor(input: ListEffectiveDeploymentsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListInstalledComponentsCommandInput extends ListInstalledCompon
6
6
  }
7
7
  export interface ListInstalledComponentsCommandOutput extends ListInstalledComponentsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Retrieves a paginated list of the components that a Greengrass core device runs.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GreengrassV2Client, ListInstalledComponentsCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
15
- * // const { GreengrassV2Client, ListInstalledComponentsCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
16
- * const client = new GreengrassV2Client(config);
17
- * const command = new ListInstalledComponentsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListInstalledComponentsCommandInput} for command's `input` shape.
22
- * @see {@link ListInstalledComponentsCommandOutput} for command's `response` shape.
23
- * @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListInstalledComponentsCommand extends $Command<ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput, GreengrassV2ClientResolvedConfig> {
27
11
  readonly input: ListInstalledComponentsCommandInput;
28
12
  constructor(input: ListInstalledComponentsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Retrieves the list of tags for an IoT Greengrass resource.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GreengrassV2Client, ListTagsForResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
15
- * // const { GreengrassV2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
16
- * const client = new GreengrassV2Client(config);
17
- * const command = new ListTagsForResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
27
11
  readonly input: ListTagsForResourceCommandInput;
28
12
  constructor(input: ListTagsForResourceCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,43 +6,11 @@ export interface ResolveComponentCandidatesCommandInput extends ResolveComponent
6
6
  }
7
7
  export interface ResolveComponentCandidatesCommandOutput extends ResolveComponentCandidatesResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Retrieves a list of components that meet the component, version, and platform requirements
11
- * of a deployment. Greengrass core devices call this operation when they receive a deployment to
12
- * identify the components to install.</p>
13
- * <p>This operation identifies components that meet all dependency requirements for a
14
- * deployment. If the requirements conflict, then this operation returns an error and the
15
- * deployment fails. For example, this occurs if component <code>A</code> requires version
16
- * <code>>2.0.0</code> and component <code>B</code> requires version <code><2.0.0</code>
17
- * of a component dependency.</p>
18
- * <p>When you specify the component candidates to resolve, IoT Greengrass compares each component's
19
- * digest from the core device with the component's digest in the Amazon Web Services Cloud. If the digests don't
20
- * match, then IoT Greengrass specifies to use the version from the Amazon Web Services Cloud.</p>
21
- * <important>
22
- * <p>To use this operation, you must use the data plane API endpoint and authenticate with an
23
- * IoT device certificate. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/greengrass.html">IoT Greengrass endpoints and quotas</a>.</p>
24
- * </important>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { GreengrassV2Client, ResolveComponentCandidatesCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
29
- * // const { GreengrassV2Client, ResolveComponentCandidatesCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
30
- * const client = new GreengrassV2Client(config);
31
- * const command = new ResolveComponentCandidatesCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ResolveComponentCandidatesCommandInput} for command's `input` shape.
36
- * @see {@link ResolveComponentCandidatesCommandOutput} for command's `response` shape.
37
- * @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
9
+
40
10
  export declare class ResolveComponentCandidatesCommand extends $Command<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput, GreengrassV2ClientResolvedConfig> {
41
11
  readonly input: ResolveComponentCandidatesCommandInput;
42
12
  constructor(input: ResolveComponentCandidatesCommandInput);
43
- /**
44
- * @internal
45
- */
13
+
46
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput>;
47
15
  private serialize;
48
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Adds tags to an IoT Greengrass resource. If a tag already exists for the resource, this operation
11
- * updates the tag's value.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { GreengrassV2Client, TagResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
16
- * // const { GreengrassV2Client, TagResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
17
- * const client = new GreengrassV2Client(config);
18
- * const command = new TagResourceCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link TagResourceCommandInput} for command's `input` shape.
23
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
24
- * @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
28
11
  readonly input: TagResourceCommandInput;
29
12
  constructor(input: TagResourceCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Removes a tag from an IoT Greengrass resource.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GreengrassV2Client, UntagResourceCommand } from "@aws-sdk/client-greengrassv2"; // ES Modules import
15
- * // const { GreengrassV2Client, UntagResourceCommand } = require("@aws-sdk/client-greengrassv2"); // CommonJS import
16
- * const client = new GreengrassV2Client(config);
17
- * const command = new UntagResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link GreengrassV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
27
11
  readonly input: UntagResourceCommandInput;
28
12
  constructor(input: UntagResourceCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,23 @@
1
+ export * from "./BatchAssociateClientDeviceWithCoreDeviceCommand";
2
+ export * from "./BatchDisassociateClientDeviceFromCoreDeviceCommand";
3
+ export * from "./CancelDeploymentCommand";
4
+ export * from "./CreateComponentVersionCommand";
5
+ export * from "./CreateDeploymentCommand";
6
+ export * from "./DeleteComponentCommand";
7
+ export * from "./DeleteCoreDeviceCommand";
8
+ export * from "./DescribeComponentCommand";
9
+ export * from "./GetComponentCommand";
10
+ export * from "./GetComponentVersionArtifactCommand";
11
+ export * from "./GetCoreDeviceCommand";
12
+ export * from "./GetDeploymentCommand";
13
+ export * from "./ListClientDevicesAssociatedWithCoreDeviceCommand";
14
+ export * from "./ListComponentVersionsCommand";
15
+ export * from "./ListComponentsCommand";
16
+ export * from "./ListCoreDevicesCommand";
17
+ export * from "./ListDeploymentsCommand";
18
+ export * from "./ListEffectiveDeploymentsCommand";
19
+ export * from "./ListInstalledComponentsCommand";
20
+ export * from "./ListTagsForResourceCommand";
21
+ export * from "./ResolveComponentCandidatesCommand";
22
+ export * from "./TagResourceCommand";
23
+ export * from "./UntagResourceCommand";
@@ -1,34 +1,5 @@
1
- export * from "./GreengrassV2Client";
2
1
  export * from "./GreengrassV2";
3
- export * from "./commands/BatchAssociateClientDeviceWithCoreDeviceCommand";
4
- export * from "./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand";
5
- export * from "./commands/CancelDeploymentCommand";
6
- export * from "./commands/CreateComponentVersionCommand";
7
- export * from "./commands/CreateDeploymentCommand";
8
- export * from "./commands/DeleteComponentCommand";
9
- export * from "./commands/DeleteCoreDeviceCommand";
10
- export * from "./commands/DescribeComponentCommand";
11
- export * from "./commands/GetComponentCommand";
12
- export * from "./commands/GetComponentVersionArtifactCommand";
13
- export * from "./commands/GetCoreDeviceCommand";
14
- export * from "./commands/GetDeploymentCommand";
15
- export * from "./commands/ListClientDevicesAssociatedWithCoreDeviceCommand";
16
- export * from "./pagination/ListClientDevicesAssociatedWithCoreDevicePaginator";
17
- export * from "./commands/ListComponentsCommand";
18
- export * from "./pagination/ListComponentsPaginator";
19
- export * from "./commands/ListComponentVersionsCommand";
20
- export * from "./pagination/ListComponentVersionsPaginator";
21
- export * from "./commands/ListCoreDevicesCommand";
22
- export * from "./pagination/ListCoreDevicesPaginator";
23
- export * from "./commands/ListDeploymentsCommand";
24
- export * from "./pagination/ListDeploymentsPaginator";
25
- export * from "./commands/ListEffectiveDeploymentsCommand";
26
- export * from "./pagination/ListEffectiveDeploymentsPaginator";
27
- export * from "./commands/ListInstalledComponentsCommand";
28
- export * from "./pagination/ListInstalledComponentsPaginator";
29
- export * from "./commands/ListTagsForResourceCommand";
30
- export * from "./commands/ResolveComponentCandidatesCommand";
31
- export * from "./commands/TagResourceCommand";
32
- export * from "./commands/UntagResourceCommand";
33
- export * from "./pagination/Interfaces";
34
- export * from "./models/index";
2
+ export * from "./GreengrassV2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";