@aws-sdk/client-greengrassv2 3.32.0 → 3.36.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 (306) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/GreengrassV2.js +2 -3
  3. package/{dist/cjs → dist-cjs}/GreengrassV2Client.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/CancelDeploymentCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/CreateComponentVersionCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/CreateDeploymentCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DeleteComponentCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DeleteCoreDeviceCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/DescribeComponentCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/GetComponentCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/GetComponentVersionArtifactCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/GetCoreDeviceCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/GetDeploymentCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/ListComponentVersionsCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/ListComponentsCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/ListCoreDevicesCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/ListDeploymentsCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/ListEffectiveDeploymentsCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/ListInstalledComponentsCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/ResolveComponentCandidatesCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  28. package/{dist/cjs → dist-cjs}/index.js +0 -1
  29. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  30. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  31. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  32. package/{dist/cjs → dist-cjs}/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +1 -2
  33. package/{dist/cjs → dist-cjs}/pagination/ListComponentVersionsPaginator.js +1 -2
  34. package/{dist/cjs → dist-cjs}/pagination/ListComponentsPaginator.js +1 -2
  35. package/{dist/cjs → dist-cjs}/pagination/ListCoreDevicesPaginator.js +1 -2
  36. package/{dist/cjs → dist-cjs}/pagination/ListDeploymentsPaginator.js +1 -2
  37. package/{dist/cjs → dist-cjs}/pagination/ListEffectiveDeploymentsPaginator.js +1 -2
  38. package/{dist/cjs → dist-cjs}/pagination/ListInstalledComponentsPaginator.js +1 -2
  39. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +6 -7
  40. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  41. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  43. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  44. package/{dist/es → dist-es}/GreengrassV2.js +3 -17
  45. package/{dist/es → dist-es}/GreengrassV2Client.js +2 -21
  46. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +39 -0
  47. package/{dist/es → dist-es}/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +4 -32
  48. package/{dist/es → dist-es}/commands/CancelDeploymentCommand.js +4 -32
  49. package/dist-es/commands/CreateComponentVersionCommand.js +39 -0
  50. package/dist-es/commands/CreateDeploymentCommand.js +39 -0
  51. package/{dist/es → dist-es}/commands/DeleteComponentCommand.js +4 -36
  52. package/{dist/es → dist-es}/commands/DeleteCoreDeviceCommand.js +4 -33
  53. package/{dist/es → dist-es}/commands/DescribeComponentCommand.js +4 -30
  54. package/{dist/es → dist-es}/commands/GetComponentCommand.js +4 -31
  55. package/{dist/es → dist-es}/commands/GetComponentVersionArtifactCommand.js +4 -31
  56. package/{dist/es → dist-es}/commands/GetCoreDeviceCommand.js +4 -30
  57. package/{dist/es → dist-es}/commands/GetDeploymentCommand.js +4 -30
  58. package/{dist/es → dist-es}/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +4 -31
  59. package/{dist/es → dist-es}/commands/ListComponentVersionsCommand.js +4 -30
  60. package/{dist/es → dist-es}/commands/ListComponentsCommand.js +4 -31
  61. package/{dist/es → dist-es}/commands/ListCoreDevicesCommand.js +4 -30
  62. package/{dist/es → dist-es}/commands/ListDeploymentsCommand.js +4 -30
  63. package/{dist/es → dist-es}/commands/ListEffectiveDeploymentsCommand.js +4 -31
  64. package/{dist/es → dist-es}/commands/ListInstalledComponentsCommand.js +4 -30
  65. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  66. package/dist-es/commands/ResolveComponentCandidatesCommand.js +39 -0
  67. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
  68. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  69. package/{dist/es → dist-es}/endpoints.js +1 -2
  70. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  71. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  72. package/{dist/es → dist-es}/models/models_0.js +0 -274
  73. package/dist-es/pagination/Interfaces.js +1 -0
  74. package/{dist/es → dist-es}/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +17 -30
  75. package/{dist/es → dist-es}/pagination/ListComponentVersionsPaginator.js +17 -30
  76. package/{dist/es → dist-es}/pagination/ListComponentsPaginator.js +17 -30
  77. package/{dist/es → dist-es}/pagination/ListCoreDevicesPaginator.js +17 -30
  78. package/{dist/es → dist-es}/pagination/ListDeploymentsPaginator.js +17 -30
  79. package/{dist/es → dist-es}/pagination/ListEffectiveDeploymentsPaginator.js +17 -30
  80. package/{dist/es → dist-es}/pagination/ListInstalledComponentsPaginator.js +17 -30
  81. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +667 -673
  82. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  83. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  84. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  85. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  86. package/{dist/types → dist-types}/GreengrassV2.d.ts +3 -3
  87. package/{dist/types → dist-types}/GreengrassV2Client.d.ts +9 -9
  88. package/{dist/types → dist-types}/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -2
  89. package/{dist/types → dist-types}/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/commands/CancelDeploymentCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/commands/CreateComponentVersionCommand.d.ts +2 -2
  92. package/{dist/types → dist-types}/commands/CreateDeploymentCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/commands/DeleteComponentCommand.d.ts +2 -2
  94. package/{dist/types → dist-types}/commands/DeleteCoreDeviceCommand.d.ts +2 -2
  95. package/{dist/types → dist-types}/commands/DescribeComponentCommand.d.ts +2 -2
  96. package/{dist/types → dist-types}/commands/GetComponentCommand.d.ts +2 -2
  97. package/{dist/types → dist-types}/commands/GetComponentVersionArtifactCommand.d.ts +2 -2
  98. package/{dist/types → dist-types}/commands/GetCoreDeviceCommand.d.ts +2 -2
  99. package/{dist/types → dist-types}/commands/GetDeploymentCommand.d.ts +2 -2
  100. package/{dist/types → dist-types}/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/ListComponentVersionsCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/ListComponentsCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/ListCoreDevicesCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/ListDeploymentsCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/ListEffectiveDeploymentsCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/ListInstalledComponentsCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/ResolveComponentCandidatesCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  112. package/{index.ts → dist-types/index.d.ts} +0 -0
  113. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  114. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  115. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  116. package/{dist/types → dist-types}/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +1 -1
  117. package/{dist/types → dist-types}/pagination/ListComponentVersionsPaginator.d.ts +1 -1
  118. package/{dist/types → dist-types}/pagination/ListComponentsPaginator.d.ts +1 -1
  119. package/{dist/types → dist-types}/pagination/ListCoreDevicesPaginator.d.ts +1 -1
  120. package/{dist/types → dist-types}/pagination/ListDeploymentsPaginator.d.ts +1 -1
  121. package/{dist/types → dist-types}/pagination/ListEffectiveDeploymentsPaginator.d.ts +1 -1
  122. package/{dist/types → dist-types}/pagination/ListInstalledComponentsPaginator.d.ts +1 -1
  123. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
  124. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  125. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  126. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  127. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  128. package/{dist/types → dist-types}/ts3.4/GreengrassV2.d.ts +3 -3
  129. package/{dist/types → dist-types}/ts3.4/GreengrassV2Client.d.ts +9 -9
  130. package/{dist/types → dist-types}/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/ts3.4/commands/CancelDeploymentCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/ts3.4/commands/CreateComponentVersionCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/ts3.4/commands/DeleteComponentCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/ts3.4/commands/DescribeComponentCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/ts3.4/commands/GetComponentCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/ts3.4/commands/GetCoreDeviceCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/ts3.4/commands/ListComponentVersionsCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/ts3.4/commands/ListComponentsCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/ts3.4/commands/ListCoreDevicesCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/ts3.4/commands/ListInstalledComponentsCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  154. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  155. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  156. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  157. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  158. package/{dist/types → dist-types}/ts3.4/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +1 -1
  159. package/{dist/types → dist-types}/ts3.4/pagination/ListComponentVersionsPaginator.d.ts +1 -1
  160. package/{dist/types → dist-types}/ts3.4/pagination/ListComponentsPaginator.d.ts +1 -1
  161. package/{dist/types → dist-types}/ts3.4/pagination/ListCoreDevicesPaginator.d.ts +1 -1
  162. package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentsPaginator.d.ts +1 -1
  163. package/{dist/types → dist-types}/ts3.4/pagination/ListEffectiveDeploymentsPaginator.d.ts +1 -1
  164. package/{dist/types → dist-types}/ts3.4/pagination/ListInstalledComponentsPaginator.d.ts +1 -1
  165. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
  166. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  167. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  168. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  169. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  170. package/package.json +52 -49
  171. package/GreengrassV2.ts +0 -969
  172. package/GreengrassV2Client.ts +0 -344
  173. package/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts +0 -121
  174. package/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts +0 -111
  175. package/commands/CancelDeploymentCommand.ts +0 -96
  176. package/commands/CreateComponentVersionCommand.ts +0 -147
  177. package/commands/CreateDeploymentCommand.ts +0 -104
  178. package/commands/DeleteComponentCommand.ts +0 -100
  179. package/commands/DeleteCoreDeviceCommand.ts +0 -97
  180. package/commands/DescribeComponentCommand.ts +0 -94
  181. package/commands/GetComponentCommand.ts +0 -95
  182. package/commands/GetComponentVersionArtifactCommand.ts +0 -100
  183. package/commands/GetCoreDeviceCommand.ts +0 -94
  184. package/commands/GetDeploymentCommand.ts +0 -94
  185. package/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts +0 -110
  186. package/commands/ListComponentVersionsCommand.ts +0 -94
  187. package/commands/ListComponentsCommand.ts +0 -95
  188. package/commands/ListCoreDevicesCommand.ts +0 -94
  189. package/commands/ListDeploymentsCommand.ts +0 -94
  190. package/commands/ListEffectiveDeploymentsCommand.ts +0 -95
  191. package/commands/ListInstalledComponentsCommand.ts +0 -94
  192. package/commands/ListTagsForResourceCommand.ts +0 -94
  193. package/commands/ResolveComponentCandidatesCommand.ts +0 -111
  194. package/commands/TagResourceCommand.ts +0 -95
  195. package/commands/UntagResourceCommand.ts +0 -94
  196. package/dist/cjs/GreengrassV2.js.map +0 -1
  197. package/dist/cjs/GreengrassV2Client.js.map +0 -1
  198. package/dist/cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +0 -1
  199. package/dist/cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +0 -1
  200. package/dist/cjs/commands/CancelDeploymentCommand.js.map +0 -1
  201. package/dist/cjs/commands/CreateComponentVersionCommand.js.map +0 -1
  202. package/dist/cjs/commands/CreateDeploymentCommand.js.map +0 -1
  203. package/dist/cjs/commands/DeleteComponentCommand.js.map +0 -1
  204. package/dist/cjs/commands/DeleteCoreDeviceCommand.js.map +0 -1
  205. package/dist/cjs/commands/DescribeComponentCommand.js.map +0 -1
  206. package/dist/cjs/commands/GetComponentCommand.js.map +0 -1
  207. package/dist/cjs/commands/GetComponentVersionArtifactCommand.js.map +0 -1
  208. package/dist/cjs/commands/GetCoreDeviceCommand.js.map +0 -1
  209. package/dist/cjs/commands/GetDeploymentCommand.js.map +0 -1
  210. package/dist/cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +0 -1
  211. package/dist/cjs/commands/ListComponentVersionsCommand.js.map +0 -1
  212. package/dist/cjs/commands/ListComponentsCommand.js.map +0 -1
  213. package/dist/cjs/commands/ListCoreDevicesCommand.js.map +0 -1
  214. package/dist/cjs/commands/ListDeploymentsCommand.js.map +0 -1
  215. package/dist/cjs/commands/ListEffectiveDeploymentsCommand.js.map +0 -1
  216. package/dist/cjs/commands/ListInstalledComponentsCommand.js.map +0 -1
  217. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  218. package/dist/cjs/commands/ResolveComponentCandidatesCommand.js.map +0 -1
  219. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  220. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  221. package/dist/cjs/endpoints.js.map +0 -1
  222. package/dist/cjs/index.js.map +0 -1
  223. package/dist/cjs/models/index.js.map +0 -1
  224. package/dist/cjs/models/models_0.js.map +0 -1
  225. package/dist/cjs/package.json +0 -93
  226. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  227. package/dist/cjs/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +0 -1
  228. package/dist/cjs/pagination/ListComponentVersionsPaginator.js.map +0 -1
  229. package/dist/cjs/pagination/ListComponentsPaginator.js.map +0 -1
  230. package/dist/cjs/pagination/ListCoreDevicesPaginator.js.map +0 -1
  231. package/dist/cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
  232. package/dist/cjs/pagination/ListEffectiveDeploymentsPaginator.js.map +0 -1
  233. package/dist/cjs/pagination/ListInstalledComponentsPaginator.js.map +0 -1
  234. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  235. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  236. package/dist/cjs/runtimeConfig.js.map +0 -1
  237. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  238. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  239. package/dist/es/GreengrassV2.js.map +0 -1
  240. package/dist/es/GreengrassV2Client.js.map +0 -1
  241. package/dist/es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +0 -77
  242. package/dist/es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +0 -1
  243. package/dist/es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +0 -1
  244. package/dist/es/commands/CancelDeploymentCommand.js.map +0 -1
  245. package/dist/es/commands/CreateComponentVersionCommand.js +0 -118
  246. package/dist/es/commands/CreateComponentVersionCommand.js.map +0 -1
  247. package/dist/es/commands/CreateDeploymentCommand.js +0 -75
  248. package/dist/es/commands/CreateDeploymentCommand.js.map +0 -1
  249. package/dist/es/commands/DeleteComponentCommand.js.map +0 -1
  250. package/dist/es/commands/DeleteCoreDeviceCommand.js.map +0 -1
  251. package/dist/es/commands/DescribeComponentCommand.js.map +0 -1
  252. package/dist/es/commands/GetComponentCommand.js.map +0 -1
  253. package/dist/es/commands/GetComponentVersionArtifactCommand.js.map +0 -1
  254. package/dist/es/commands/GetCoreDeviceCommand.js.map +0 -1
  255. package/dist/es/commands/GetDeploymentCommand.js.map +0 -1
  256. package/dist/es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +0 -1
  257. package/dist/es/commands/ListComponentVersionsCommand.js.map +0 -1
  258. package/dist/es/commands/ListComponentsCommand.js.map +0 -1
  259. package/dist/es/commands/ListCoreDevicesCommand.js.map +0 -1
  260. package/dist/es/commands/ListDeploymentsCommand.js.map +0 -1
  261. package/dist/es/commands/ListEffectiveDeploymentsCommand.js.map +0 -1
  262. package/dist/es/commands/ListInstalledComponentsCommand.js.map +0 -1
  263. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  264. package/dist/es/commands/ResolveComponentCandidatesCommand.js +0 -79
  265. package/dist/es/commands/ResolveComponentCandidatesCommand.js.map +0 -1
  266. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  267. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  268. package/dist/es/endpoints.js.map +0 -1
  269. package/dist/es/index.js +0 -35
  270. package/dist/es/index.js.map +0 -1
  271. package/dist/es/models/index.js +0 -2
  272. package/dist/es/models/index.js.map +0 -1
  273. package/dist/es/models/models_0.js.map +0 -1
  274. package/dist/es/package.json +0 -93
  275. package/dist/es/pagination/Interfaces.js +0 -2
  276. package/dist/es/pagination/Interfaces.js.map +0 -1
  277. package/dist/es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +0 -1
  278. package/dist/es/pagination/ListComponentVersionsPaginator.js.map +0 -1
  279. package/dist/es/pagination/ListComponentsPaginator.js.map +0 -1
  280. package/dist/es/pagination/ListCoreDevicesPaginator.js.map +0 -1
  281. package/dist/es/pagination/ListDeploymentsPaginator.js.map +0 -1
  282. package/dist/es/pagination/ListEffectiveDeploymentsPaginator.js.map +0 -1
  283. package/dist/es/pagination/ListInstalledComponentsPaginator.js.map +0 -1
  284. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  285. package/dist/es/runtimeConfig.browser.js.map +0 -1
  286. package/dist/es/runtimeConfig.js.map +0 -1
  287. package/dist/es/runtimeConfig.native.js.map +0 -1
  288. package/dist/es/runtimeConfig.shared.js.map +0 -1
  289. package/endpoints.ts +0 -84
  290. package/jest.config.js +0 -4
  291. package/models/models_0.ts +0 -2867
  292. package/pagination/Interfaces.ts +0 -7
  293. package/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.ts +0 -58
  294. package/pagination/ListComponentVersionsPaginator.ts +0 -58
  295. package/pagination/ListComponentsPaginator.ts +0 -58
  296. package/pagination/ListCoreDevicesPaginator.ts +0 -58
  297. package/pagination/ListDeploymentsPaginator.ts +0 -58
  298. package/pagination/ListEffectiveDeploymentsPaginator.ts +0 -58
  299. package/pagination/ListInstalledComponentsPaginator.ts +0 -58
  300. package/protocols/Aws_restJson1.ts +0 -4400
  301. package/runtimeConfig.browser.ts +0 -40
  302. package/runtimeConfig.native.ts +0 -16
  303. package/runtimeConfig.shared.ts +0 -16
  304. package/runtimeConfig.ts +0 -45
  305. package/tsconfig.es.json +0 -12
  306. package/tsconfig.json +0 -32
package/CHANGELOG.md CHANGED
@@ -3,6 +3,50 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
12
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
13
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
14
+
15
+
16
+
17
+
18
+
19
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
20
+
21
+
22
+ ### Features
23
+
24
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
25
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
26
+
27
+
28
+
29
+
30
+
31
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
32
+
33
+
34
+ ### Features
35
+
36
+ * **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
37
+
38
+
39
+
40
+
41
+
42
+ # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
43
+
44
+ **Note:** Version bump only for package @aws-sdk/client-greengrassv2
45
+
46
+
47
+
48
+
49
+
6
50
  # [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
7
51
 
8
52
  **Note:** Version bump only for package @aws-sdk/client-greengrassv2
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GreengrassV2 = void 0;
4
- const GreengrassV2Client_1 = require("./GreengrassV2Client");
5
4
  const BatchAssociateClientDeviceWithCoreDeviceCommand_1 = require("./commands/BatchAssociateClientDeviceWithCoreDeviceCommand");
6
5
  const BatchDisassociateClientDeviceFromCoreDeviceCommand_1 = require("./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand");
7
6
  const CancelDeploymentCommand_1 = require("./commands/CancelDeploymentCommand");
@@ -15,8 +14,8 @@ const GetComponentVersionArtifactCommand_1 = require("./commands/GetComponentVer
15
14
  const GetCoreDeviceCommand_1 = require("./commands/GetCoreDeviceCommand");
16
15
  const GetDeploymentCommand_1 = require("./commands/GetDeploymentCommand");
17
16
  const ListClientDevicesAssociatedWithCoreDeviceCommand_1 = require("./commands/ListClientDevicesAssociatedWithCoreDeviceCommand");
18
- const ListComponentVersionsCommand_1 = require("./commands/ListComponentVersionsCommand");
19
17
  const ListComponentsCommand_1 = require("./commands/ListComponentsCommand");
18
+ const ListComponentVersionsCommand_1 = require("./commands/ListComponentVersionsCommand");
20
19
  const ListCoreDevicesCommand_1 = require("./commands/ListCoreDevicesCommand");
21
20
  const ListDeploymentsCommand_1 = require("./commands/ListDeploymentsCommand");
22
21
  const ListEffectiveDeploymentsCommand_1 = require("./commands/ListEffectiveDeploymentsCommand");
@@ -25,6 +24,7 @@ const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceComm
25
24
  const ResolveComponentCandidatesCommand_1 = require("./commands/ResolveComponentCandidatesCommand");
26
25
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
27
26
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
27
+ const GreengrassV2Client_1 = require("./GreengrassV2Client");
28
28
  /**
29
29
  * <p>IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities
30
30
  * to edge devices. This enables devices to collect and analyze data closer to the source of
@@ -363,4 +363,3 @@ class GreengrassV2 extends GreengrassV2Client_1.GreengrassV2Client {
363
363
  }
364
364
  }
365
365
  exports.GreengrassV2 = GreengrassV2;
366
- //# sourceMappingURL=GreengrassV2.js.map
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GreengrassV2Client = void 0;
4
- const runtimeConfig_1 = require("./runtimeConfig");
5
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
6
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
7
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
9
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
12
+ const runtimeConfig_1 = require("./runtimeConfig");
13
13
  /**
14
14
  * <p>IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities
15
15
  * to edge devices. This enables devices to collect and analyze data closer to the source of
@@ -25,13 +25,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
25
25
  */
26
26
  class GreengrassV2Client extends smithy_client_1.Client {
27
27
  constructor(configuration) {
28
- let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
29
- let _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
30
- let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
31
- let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
32
- let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
33
- let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
34
- let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
28
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
29
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
30
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
31
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
32
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
33
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
34
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
35
35
  super(_config_6);
36
36
  this.config = _config_6;
37
37
  this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
@@ -51,4 +51,3 @@ class GreengrassV2Client extends smithy_client_1.Client {
51
51
  }
52
52
  }
53
53
  exports.GreengrassV2Client = GreengrassV2Client;
54
- //# sourceMappingURL=GreengrassV2Client.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BatchAssociateClientDeviceWithCoreDeviceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Associate a list of client devices with a core device. Use this API operation to specify
10
10
  * which client devices can discover a core device through cloud discovery. With cloud discovery,
@@ -70,4 +70,3 @@ class BatchAssociateClientDeviceWithCoreDeviceCommand extends smithy_client_1.Co
70
70
  }
71
71
  }
72
72
  exports.BatchAssociateClientDeviceWithCoreDeviceCommand = BatchAssociateClientDeviceWithCoreDeviceCommand;
73
- //# sourceMappingURL=BatchAssociateClientDeviceWithCoreDeviceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BatchDisassociateClientDeviceFromCoreDeviceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Disassociate a list of client devices from a core device. After you disassociate a client
10
10
  * device from a core device, the client device won't be able to use cloud discovery to retrieve
@@ -60,4 +60,3 @@ class BatchDisassociateClientDeviceFromCoreDeviceCommand extends smithy_client_1
60
60
  }
61
61
  }
62
62
  exports.BatchDisassociateClientDeviceFromCoreDeviceCommand = BatchDisassociateClientDeviceFromCoreDeviceCommand;
63
- //# sourceMappingURL=BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CancelDeploymentCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Cancels a deployment. This operation cancels the deployment for devices that haven't yet
10
10
  * received it. If a device already received the deployment, this operation doesn't change
@@ -60,4 +60,3 @@ class CancelDeploymentCommand extends smithy_client_1.Command {
60
60
  }
61
61
  }
62
62
  exports.CancelDeploymentCommand = CancelDeploymentCommand;
63
- //# sourceMappingURL=CancelDeploymentCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateComponentVersionCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Creates a component. Components are software that run on Greengrass core devices. After you
10
10
  * develop and test a component on your core device, you can use this operation to upload your
@@ -111,4 +111,3 @@ class CreateComponentVersionCommand extends smithy_client_1.Command {
111
111
  }
112
112
  }
113
113
  exports.CreateComponentVersionCommand = CreateComponentVersionCommand;
114
- //# sourceMappingURL=CreateComponentVersionCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateDeploymentCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Creates a continuous deployment for a target, which is a Greengrass core device or group of core
10
10
  * devices. When you add a new core device to a group of core devices that has a deployment, IoT Greengrass
@@ -68,4 +68,3 @@ class CreateDeploymentCommand extends smithy_client_1.Command {
68
68
  }
69
69
  }
70
70
  exports.CreateDeploymentCommand = CreateDeploymentCommand;
71
- //# sourceMappingURL=CreateDeploymentCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteComponentCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Deletes a version of a component from IoT Greengrass.</p>
10
10
  * <note>
@@ -64,4 +64,3 @@ class DeleteComponentCommand extends smithy_client_1.Command {
64
64
  }
65
65
  }
66
66
  exports.DeleteComponentCommand = DeleteComponentCommand;
67
- //# sourceMappingURL=DeleteComponentCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteCoreDeviceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Deletes a Greengrass core device, which is an IoT thing. This operation removes the core
10
10
  * device from the list of core devices. This operation doesn't delete the IoT thing. For more
@@ -61,4 +61,3 @@ class DeleteCoreDeviceCommand extends smithy_client_1.Command {
61
61
  }
62
62
  }
63
63
  exports.DeleteCoreDeviceCommand = DeleteCoreDeviceCommand;
64
- //# sourceMappingURL=DeleteCoreDeviceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeComponentCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves metadata for a version of a component.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DescribeComponentCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeComponentCommand = DescribeComponentCommand;
61
- //# sourceMappingURL=DescribeComponentCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetComponentCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets the recipe for a version of a component. Core devices can call this operation to
10
10
  * identify the artifacts and requirements to install a component.</p>
@@ -59,4 +59,3 @@ class GetComponentCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.GetComponentCommand = GetComponentCommand;
62
- //# sourceMappingURL=GetComponentCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetComponentVersionArtifactCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets the pre-signed URL to download a public component artifact. Core devices call this
10
10
  * operation to identify the URL that they can use to download an artifact to install.</p>
@@ -59,4 +59,3 @@ class GetComponentVersionArtifactCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.GetComponentVersionArtifactCommand = GetComponentVersionArtifactCommand;
62
- //# sourceMappingURL=GetComponentVersionArtifactCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetCoreDeviceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves metadata for a Greengrass core device.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetCoreDeviceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetCoreDeviceCommand = GetCoreDeviceCommand;
61
- //# sourceMappingURL=GetCoreDeviceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetDeploymentCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets a deployment. Deployments define the components that run on Greengrass core devices.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetDeploymentCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetDeploymentCommand = GetDeploymentCommand;
61
- //# sourceMappingURL=GetDeploymentCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListClientDevicesAssociatedWithCoreDeviceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves a paginated list of client devices that are associated with a core
10
10
  * device.</p>
@@ -59,4 +59,3 @@ class ListClientDevicesAssociatedWithCoreDeviceCommand extends smithy_client_1.C
59
59
  }
60
60
  }
61
61
  exports.ListClientDevicesAssociatedWithCoreDeviceCommand = ListClientDevicesAssociatedWithCoreDeviceCommand;
62
- //# sourceMappingURL=ListClientDevicesAssociatedWithCoreDeviceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListComponentVersionsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves a paginated list of all versions for a component. Greater versions are listed first.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListComponentVersionsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListComponentVersionsCommand = ListComponentVersionsCommand;
61
- //# sourceMappingURL=ListComponentVersionsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListComponentsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves a paginated list of component summaries. This list includes components that you
10
10
  * have permission to view.</p>
@@ -59,4 +59,3 @@ class ListComponentsCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.ListComponentsCommand = ListComponentsCommand;
62
- //# sourceMappingURL=ListComponentsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListCoreDevicesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves a paginated list of Greengrass core devices.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListCoreDevicesCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListCoreDevicesCommand = ListCoreDevicesCommand;
61
- //# sourceMappingURL=ListCoreDevicesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListDeploymentsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves a paginated list of deployments.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListDeploymentsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
61
- //# sourceMappingURL=ListDeploymentsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListEffectiveDeploymentsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core
10
10
  * devices.</p>
@@ -59,4 +59,3 @@ class ListEffectiveDeploymentsCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.ListEffectiveDeploymentsCommand = ListEffectiveDeploymentsCommand;
62
- //# sourceMappingURL=ListEffectiveDeploymentsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListInstalledComponentsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves a paginated list of the components that a Greengrass core device runs.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListInstalledComponentsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListInstalledComponentsCommand = ListInstalledComponentsCommand;
61
- //# sourceMappingURL=ListInstalledComponentsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsForResourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves the list of tags for an IoT Greengrass resource.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
61
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ResolveComponentCandidatesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Retrieves a list of components that meet the component, version, and platform requirements
10
10
  * of a deployment. Greengrass core devices call this operation when they receive a deployment to
@@ -72,4 +72,3 @@ class ResolveComponentCandidatesCommand extends smithy_client_1.Command {
72
72
  }
73
73
  }
74
74
  exports.ResolveComponentCandidatesCommand = ResolveComponentCandidatesCommand;
75
- //# sourceMappingURL=ResolveComponentCandidatesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TagResourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Adds tags to an IoT Greengrass resource. If a tag already exists for the resource, this operation
10
10
  * updates the tag's value.</p>
@@ -59,4 +59,3 @@ class TagResourceCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.TagResourceCommand = TagResourceCommand;
62
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UntagResourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Removes a tag from an IoT Greengrass resource.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.UntagResourceCommand = UntagResourceCommand;
61
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -81,4 +81,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
81
81
  partitionHash,
82
82
  });
83
83
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
84
- //# sourceMappingURL=endpoints.js.map
@@ -35,4 +35,3 @@ tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
35
35
  tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
36
36
  tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
37
37
  tslib_1.__exportStar(require("./models/index"), exports);
38
- //# sourceMappingURL=index.js.map
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -932,4 +932,3 @@ var UntagResourceResponse;
932
932
  ...obj,
933
933
  });
934
934
  })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
935
- //# sourceMappingURL=models_0.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListClientDevicesAssociatedWithCoreDevice = void 0;
4
+ const ListClientDevicesAssociatedWithCoreDeviceCommand_1 = require("../commands/ListClientDevicesAssociatedWithCoreDeviceCommand");
4
5
  const GreengrassV2_1 = require("../GreengrassV2");
5
6
  const GreengrassV2Client_1 = require("../GreengrassV2Client");
6
- const ListClientDevicesAssociatedWithCoreDeviceCommand_1 = require("../commands/ListClientDevicesAssociatedWithCoreDeviceCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListClientDevicesAssociatedWithCoreDevice(config, input,
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListClientDevicesAssociatedWithCoreDevice = paginateListClientDevicesAssociatedWithCoreDevice;
46
- //# sourceMappingURL=ListClientDevicesAssociatedWithCoreDevicePaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListComponentVersions = void 0;
4
+ const ListComponentVersionsCommand_1 = require("../commands/ListComponentVersionsCommand");
4
5
  const GreengrassV2_1 = require("../GreengrassV2");
5
6
  const GreengrassV2Client_1 = require("../GreengrassV2Client");
6
- const ListComponentVersionsCommand_1 = require("../commands/ListComponentVersionsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListComponentVersions(config, input, ...additionalArgume
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListComponentVersions = paginateListComponentVersions;
46
- //# sourceMappingURL=ListComponentVersionsPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListComponents = void 0;
4
+ const ListComponentsCommand_1 = require("../commands/ListComponentsCommand");
4
5
  const GreengrassV2_1 = require("../GreengrassV2");
5
6
  const GreengrassV2Client_1 = require("../GreengrassV2Client");
6
- const ListComponentsCommand_1 = require("../commands/ListComponentsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListComponents(config, input, ...additionalArguments) {
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListComponents = paginateListComponents;
46
- //# sourceMappingURL=ListComponentsPaginator.js.map