@aws-sdk/client-greengrassv2 3.31.0 → 3.35.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 (387) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/GreengrassV2.js +2 -2
  3. package/dist-cjs/GreengrassV2.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/GreengrassV2Client.js +14 -14
  5. package/dist-cjs/GreengrassV2Client.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +5 -5
  7. package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +5 -5
  9. package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/CancelDeploymentCommand.js +5 -5
  11. package/dist-cjs/commands/CancelDeploymentCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/CreateComponentVersionCommand.js +5 -5
  13. package/dist-cjs/commands/CreateComponentVersionCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/CreateDeploymentCommand.js +5 -5
  15. package/dist-cjs/commands/CreateDeploymentCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteComponentCommand.js +5 -5
  17. package/dist-cjs/commands/DeleteComponentCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DeleteCoreDeviceCommand.js +5 -5
  19. package/dist-cjs/commands/DeleteCoreDeviceCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/DescribeComponentCommand.js +5 -5
  21. package/dist-cjs/commands/DescribeComponentCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/GetComponentCommand.js +5 -5
  23. package/dist-cjs/commands/GetComponentCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/GetComponentVersionArtifactCommand.js +5 -5
  25. package/dist-cjs/commands/GetComponentVersionArtifactCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/GetCoreDeviceCommand.js +5 -5
  27. package/dist-cjs/commands/GetCoreDeviceCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/GetDeploymentCommand.js +5 -5
  29. package/dist-cjs/commands/GetDeploymentCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +5 -5
  31. package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/ListComponentVersionsCommand.js +5 -5
  33. package/dist-cjs/commands/ListComponentVersionsCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/ListComponentsCommand.js +5 -5
  35. package/dist-cjs/commands/ListComponentsCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/ListCoreDevicesCommand.js +5 -5
  37. package/dist-cjs/commands/ListCoreDevicesCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/commands/ListDeploymentsCommand.js +5 -5
  39. package/dist-cjs/commands/ListDeploymentsCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/ListEffectiveDeploymentsCommand.js +5 -5
  41. package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/ListInstalledComponentsCommand.js +5 -5
  43. package/dist-cjs/commands/ListInstalledComponentsCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/ResolveComponentCandidatesCommand.js +5 -5
  47. package/dist-cjs/commands/ResolveComponentCandidatesCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  49. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  51. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  53. package/dist-cjs/endpoints.js.map +1 -0
  54. package/dist-cjs/index.js +38 -0
  55. package/dist-cjs/index.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  57. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  58. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  59. package/dist-cjs/models/models_0.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  61. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  62. package/{dist/cjs → dist-cjs}/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +1 -1
  63. package/dist-cjs/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/pagination/ListComponentVersionsPaginator.js +1 -1
  65. package/dist-cjs/pagination/ListComponentVersionsPaginator.js.map +1 -0
  66. package/{dist/cjs → dist-cjs}/pagination/ListComponentsPaginator.js +1 -1
  67. package/dist-cjs/pagination/ListComponentsPaginator.js.map +1 -0
  68. package/{dist/cjs → dist-cjs}/pagination/ListCoreDevicesPaginator.js +1 -1
  69. package/dist-cjs/pagination/ListCoreDevicesPaginator.js.map +1 -0
  70. package/{dist/cjs → dist-cjs}/pagination/ListDeploymentsPaginator.js +1 -1
  71. package/dist-cjs/pagination/ListDeploymentsPaginator.js.map +1 -0
  72. package/{dist/cjs → dist-cjs}/pagination/ListEffectiveDeploymentsPaginator.js +1 -1
  73. package/dist-cjs/pagination/ListEffectiveDeploymentsPaginator.js.map +1 -0
  74. package/{dist/cjs → dist-cjs}/pagination/ListInstalledComponentsPaginator.js +1 -1
  75. package/dist-cjs/pagination/ListInstalledComponentsPaginator.js.map +1 -0
  76. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +181 -181
  77. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  78. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  79. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  80. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  81. package/dist-cjs/runtimeConfig.js.map +1 -0
  82. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  83. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  84. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  85. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  86. package/{dist/es → dist-es}/GreengrassV2.js +3 -16
  87. package/dist-es/GreengrassV2.js.map +1 -0
  88. package/{dist/es → dist-es}/GreengrassV2Client.js +2 -20
  89. package/dist-es/GreengrassV2Client.js.map +1 -0
  90. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +40 -0
  91. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +1 -0
  92. package/{dist/es → dist-es}/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +4 -31
  93. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +1 -0
  94. package/{dist/es → dist-es}/commands/CancelDeploymentCommand.js +4 -31
  95. package/dist-es/commands/CancelDeploymentCommand.js.map +1 -0
  96. package/dist-es/commands/CreateComponentVersionCommand.js +40 -0
  97. package/dist-es/commands/CreateComponentVersionCommand.js.map +1 -0
  98. package/dist-es/commands/CreateDeploymentCommand.js +40 -0
  99. package/dist-es/commands/CreateDeploymentCommand.js.map +1 -0
  100. package/{dist/es → dist-es}/commands/DeleteComponentCommand.js +4 -35
  101. package/dist-es/commands/DeleteComponentCommand.js.map +1 -0
  102. package/{dist/es → dist-es}/commands/DeleteCoreDeviceCommand.js +4 -32
  103. package/dist-es/commands/DeleteCoreDeviceCommand.js.map +1 -0
  104. package/{dist/es → dist-es}/commands/DescribeComponentCommand.js +4 -29
  105. package/dist-es/commands/DescribeComponentCommand.js.map +1 -0
  106. package/{dist/es → dist-es}/commands/GetComponentCommand.js +4 -30
  107. package/dist-es/commands/GetComponentCommand.js.map +1 -0
  108. package/{dist/es → dist-es}/commands/GetComponentVersionArtifactCommand.js +4 -30
  109. package/dist-es/commands/GetComponentVersionArtifactCommand.js.map +1 -0
  110. package/{dist/es → dist-es}/commands/GetCoreDeviceCommand.js +4 -29
  111. package/dist-es/commands/GetCoreDeviceCommand.js.map +1 -0
  112. package/{dist/es → dist-es}/commands/GetDeploymentCommand.js +4 -29
  113. package/dist-es/commands/GetDeploymentCommand.js.map +1 -0
  114. package/{dist/es → dist-es}/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +4 -30
  115. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +1 -0
  116. package/{dist/es → dist-es}/commands/ListComponentVersionsCommand.js +4 -29
  117. package/dist-es/commands/ListComponentVersionsCommand.js.map +1 -0
  118. package/{dist/es → dist-es}/commands/ListComponentsCommand.js +4 -30
  119. package/dist-es/commands/ListComponentsCommand.js.map +1 -0
  120. package/{dist/es → dist-es}/commands/ListCoreDevicesCommand.js +4 -29
  121. package/dist-es/commands/ListCoreDevicesCommand.js.map +1 -0
  122. package/{dist/es → dist-es}/commands/ListDeploymentsCommand.js +4 -29
  123. package/dist-es/commands/ListDeploymentsCommand.js.map +1 -0
  124. package/{dist/es → dist-es}/commands/ListEffectiveDeploymentsCommand.js +4 -30
  125. package/dist-es/commands/ListEffectiveDeploymentsCommand.js.map +1 -0
  126. package/{dist/es → dist-es}/commands/ListInstalledComponentsCommand.js +4 -29
  127. package/dist-es/commands/ListInstalledComponentsCommand.js.map +1 -0
  128. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
  129. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  130. package/dist-es/commands/ResolveComponentCandidatesCommand.js +40 -0
  131. package/dist-es/commands/ResolveComponentCandidatesCommand.js.map +1 -0
  132. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  133. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  134. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
  135. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  136. package/{dist/es → dist-es}/endpoints.js +1 -1
  137. package/dist-es/endpoints.js.map +1 -0
  138. package/{dist/es → dist-es}/index.js +0 -0
  139. package/dist-es/index.js.map +1 -0
  140. package/{dist/es → dist-es}/models/index.js +0 -0
  141. package/dist-es/models/index.js.map +1 -0
  142. package/{dist/es → dist-es}/models/models_0.js +0 -273
  143. package/dist-es/models/models_0.js.map +1 -0
  144. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  145. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  146. package/{dist/es → dist-es}/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +17 -29
  147. package/dist-es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +1 -0
  148. package/{dist/es → dist-es}/pagination/ListComponentVersionsPaginator.js +17 -29
  149. package/dist-es/pagination/ListComponentVersionsPaginator.js.map +1 -0
  150. package/{dist/es → dist-es}/pagination/ListComponentsPaginator.js +17 -29
  151. package/dist-es/pagination/ListComponentsPaginator.js.map +1 -0
  152. package/{dist/es → dist-es}/pagination/ListCoreDevicesPaginator.js +17 -29
  153. package/dist-es/pagination/ListCoreDevicesPaginator.js.map +1 -0
  154. package/{dist/es → dist-es}/pagination/ListDeploymentsPaginator.js +17 -29
  155. package/dist-es/pagination/ListDeploymentsPaginator.js.map +1 -0
  156. package/{dist/es → dist-es}/pagination/ListEffectiveDeploymentsPaginator.js +17 -29
  157. package/dist-es/pagination/ListEffectiveDeploymentsPaginator.js.map +1 -0
  158. package/{dist/es → dist-es}/pagination/ListInstalledComponentsPaginator.js +17 -29
  159. package/dist-es/pagination/ListInstalledComponentsPaginator.js.map +1 -0
  160. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +667 -672
  161. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  162. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  163. package/dist-es/runtimeConfig.browser.js.map +1 -0
  164. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  165. package/dist-es/runtimeConfig.js.map +1 -0
  166. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  167. package/dist-es/runtimeConfig.native.js.map +1 -0
  168. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  169. package/dist-es/runtimeConfig.shared.js.map +1 -0
  170. package/{dist/types → dist-types}/GreengrassV2.d.ts +3 -3
  171. package/{dist/types → dist-types}/GreengrassV2Client.d.ts +9 -9
  172. package/{dist/types → dist-types}/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/CancelDeploymentCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/CreateComponentVersionCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/commands/CreateDeploymentCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/commands/DeleteComponentCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/commands/DeleteCoreDeviceCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/commands/DescribeComponentCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/commands/GetComponentCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/commands/GetComponentVersionArtifactCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/commands/GetCoreDeviceCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/commands/GetDeploymentCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/commands/ListComponentVersionsCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/commands/ListComponentsCommand.d.ts +2 -2
  187. package/{dist/types → dist-types}/commands/ListCoreDevicesCommand.d.ts +2 -2
  188. package/{dist/types → dist-types}/commands/ListDeploymentsCommand.d.ts +2 -2
  189. package/{dist/types → dist-types}/commands/ListEffectiveDeploymentsCommand.d.ts +2 -2
  190. package/{dist/types → dist-types}/commands/ListInstalledComponentsCommand.d.ts +2 -2
  191. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  192. package/{dist/types → dist-types}/commands/ResolveComponentCandidatesCommand.d.ts +2 -2
  193. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  194. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  195. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  196. package/{dist/types → dist-types}/index.d.ts +0 -0
  197. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  198. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  199. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  200. package/{dist/types → dist-types}/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +1 -1
  201. package/{dist/types → dist-types}/pagination/ListComponentVersionsPaginator.d.ts +1 -1
  202. package/{dist/types → dist-types}/pagination/ListComponentsPaginator.d.ts +1 -1
  203. package/{dist/types → dist-types}/pagination/ListCoreDevicesPaginator.d.ts +1 -1
  204. package/{dist/types → dist-types}/pagination/ListDeploymentsPaginator.d.ts +1 -1
  205. package/{dist/types → dist-types}/pagination/ListEffectiveDeploymentsPaginator.d.ts +1 -1
  206. package/{dist/types → dist-types}/pagination/ListInstalledComponentsPaginator.d.ts +1 -1
  207. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
  208. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  209. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  210. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  211. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  212. package/{dist/types → dist-types}/ts3.4/GreengrassV2.d.ts +3 -3
  213. package/{dist/types → dist-types}/ts3.4/GreengrassV2Client.d.ts +9 -9
  214. package/{dist/types → dist-types}/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -2
  215. package/{dist/types → dist-types}/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -2
  216. package/{dist/types → dist-types}/ts3.4/commands/CancelDeploymentCommand.d.ts +2 -2
  217. package/{dist/types → dist-types}/ts3.4/commands/CreateComponentVersionCommand.d.ts +2 -2
  218. package/{dist/types → dist-types}/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -2
  219. package/{dist/types → dist-types}/ts3.4/commands/DeleteComponentCommand.d.ts +2 -2
  220. package/{dist/types → dist-types}/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +2 -2
  221. package/{dist/types → dist-types}/ts3.4/commands/DescribeComponentCommand.d.ts +2 -2
  222. package/{dist/types → dist-types}/ts3.4/commands/GetComponentCommand.d.ts +2 -2
  223. package/{dist/types → dist-types}/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +2 -2
  224. package/{dist/types → dist-types}/ts3.4/commands/GetCoreDeviceCommand.d.ts +2 -2
  225. package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentCommand.d.ts +2 -2
  226. package/{dist/types → dist-types}/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -2
  227. package/{dist/types → dist-types}/ts3.4/commands/ListComponentVersionsCommand.d.ts +2 -2
  228. package/{dist/types → dist-types}/ts3.4/commands/ListComponentsCommand.d.ts +2 -2
  229. package/{dist/types → dist-types}/ts3.4/commands/ListCoreDevicesCommand.d.ts +2 -2
  230. package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -2
  231. package/{dist/types → dist-types}/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +2 -2
  232. package/{dist/types → dist-types}/ts3.4/commands/ListInstalledComponentsCommand.d.ts +2 -2
  233. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  234. package/{dist/types → dist-types}/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +2 -2
  235. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  236. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  237. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  238. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  239. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  240. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  241. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  242. package/{dist/types → dist-types}/ts3.4/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +1 -1
  243. package/{dist/types → dist-types}/ts3.4/pagination/ListComponentVersionsPaginator.d.ts +1 -1
  244. package/{dist/types → dist-types}/ts3.4/pagination/ListComponentsPaginator.d.ts +1 -1
  245. package/{dist/types → dist-types}/ts3.4/pagination/ListCoreDevicesPaginator.d.ts +1 -1
  246. package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentsPaginator.d.ts +1 -1
  247. package/{dist/types → dist-types}/ts3.4/pagination/ListEffectiveDeploymentsPaginator.d.ts +1 -1
  248. package/{dist/types → dist-types}/ts3.4/pagination/ListInstalledComponentsPaginator.d.ts +1 -1
  249. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
  250. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  251. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  252. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  253. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  254. package/package.json +50 -50
  255. package/{GreengrassV2.ts → src/GreengrassV2.ts} +8 -7
  256. package/{GreengrassV2Client.ts → src/GreengrassV2Client.ts} +59 -58
  257. package/{commands → src/commands}/BatchAssociateClientDeviceWithCoreDeviceCommand.ts +11 -10
  258. package/{commands → src/commands}/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts +11 -10
  259. package/{commands → src/commands}/CancelDeploymentCommand.ts +8 -7
  260. package/{commands → src/commands}/CreateComponentVersionCommand.ts +8 -7
  261. package/{commands → src/commands}/CreateDeploymentCommand.ts +8 -7
  262. package/{commands → src/commands}/DeleteComponentCommand.ts +8 -7
  263. package/{commands → src/commands}/DeleteCoreDeviceCommand.ts +8 -7
  264. package/{commands → src/commands}/DescribeComponentCommand.ts +8 -7
  265. package/{commands → src/commands}/GetComponentCommand.ts +8 -7
  266. package/{commands → src/commands}/GetComponentVersionArtifactCommand.ts +8 -7
  267. package/{commands → src/commands}/GetCoreDeviceCommand.ts +8 -7
  268. package/{commands → src/commands}/GetDeploymentCommand.ts +8 -7
  269. package/{commands → src/commands}/ListClientDevicesAssociatedWithCoreDeviceCommand.ts +11 -10
  270. package/{commands → src/commands}/ListComponentVersionsCommand.ts +8 -7
  271. package/{commands → src/commands}/ListComponentsCommand.ts +8 -7
  272. package/{commands → src/commands}/ListCoreDevicesCommand.ts +8 -7
  273. package/{commands → src/commands}/ListDeploymentsCommand.ts +8 -7
  274. package/{commands → src/commands}/ListEffectiveDeploymentsCommand.ts +8 -7
  275. package/{commands → src/commands}/ListInstalledComponentsCommand.ts +8 -7
  276. package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
  277. package/{commands → src/commands}/ResolveComponentCandidatesCommand.ts +8 -7
  278. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  279. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  280. package/{endpoints.ts → src/endpoints.ts} +1 -1
  281. package/{index.ts → src/index.ts} +0 -0
  282. package/{models → src/models}/index.ts +0 -0
  283. package/{models → src/models}/models_0.ts +0 -0
  284. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  285. package/{pagination → src/pagination}/ListClientDevicesAssociatedWithCoreDevicePaginator.ts +4 -3
  286. package/{pagination → src/pagination}/ListComponentVersionsPaginator.ts +4 -3
  287. package/{pagination → src/pagination}/ListComponentsPaginator.ts +4 -3
  288. package/{pagination → src/pagination}/ListCoreDevicesPaginator.ts +4 -3
  289. package/{pagination → src/pagination}/ListDeploymentsPaginator.ts +4 -3
  290. package/{pagination → src/pagination}/ListEffectiveDeploymentsPaginator.ts +4 -3
  291. package/{pagination → src/pagination}/ListInstalledComponentsPaginator.ts +4 -3
  292. package/{protocols → src/protocols}/Aws_restJson1.ts +54 -53
  293. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  294. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  295. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  296. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  297. package/tsconfig.es.json +1 -3
  298. package/tsconfig.json +7 -7
  299. package/tsconfig.types.json +9 -0
  300. package/dist/cjs/GreengrassV2.js.map +0 -1
  301. package/dist/cjs/GreengrassV2Client.js.map +0 -1
  302. package/dist/cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +0 -1
  303. package/dist/cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +0 -1
  304. package/dist/cjs/commands/CancelDeploymentCommand.js.map +0 -1
  305. package/dist/cjs/commands/CreateComponentVersionCommand.js.map +0 -1
  306. package/dist/cjs/commands/CreateDeploymentCommand.js.map +0 -1
  307. package/dist/cjs/commands/DeleteComponentCommand.js.map +0 -1
  308. package/dist/cjs/commands/DeleteCoreDeviceCommand.js.map +0 -1
  309. package/dist/cjs/commands/DescribeComponentCommand.js.map +0 -1
  310. package/dist/cjs/commands/GetComponentCommand.js.map +0 -1
  311. package/dist/cjs/commands/GetComponentVersionArtifactCommand.js.map +0 -1
  312. package/dist/cjs/commands/GetCoreDeviceCommand.js.map +0 -1
  313. package/dist/cjs/commands/GetDeploymentCommand.js.map +0 -1
  314. package/dist/cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +0 -1
  315. package/dist/cjs/commands/ListComponentVersionsCommand.js.map +0 -1
  316. package/dist/cjs/commands/ListComponentsCommand.js.map +0 -1
  317. package/dist/cjs/commands/ListCoreDevicesCommand.js.map +0 -1
  318. package/dist/cjs/commands/ListDeploymentsCommand.js.map +0 -1
  319. package/dist/cjs/commands/ListEffectiveDeploymentsCommand.js.map +0 -1
  320. package/dist/cjs/commands/ListInstalledComponentsCommand.js.map +0 -1
  321. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  322. package/dist/cjs/commands/ResolveComponentCandidatesCommand.js.map +0 -1
  323. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  324. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  325. package/dist/cjs/endpoints.js.map +0 -1
  326. package/dist/cjs/index.js +0 -38
  327. package/dist/cjs/index.js.map +0 -1
  328. package/dist/cjs/models/models_0.js.map +0 -1
  329. package/dist/cjs/package.json +0 -93
  330. package/dist/cjs/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +0 -1
  331. package/dist/cjs/pagination/ListComponentVersionsPaginator.js.map +0 -1
  332. package/dist/cjs/pagination/ListComponentsPaginator.js.map +0 -1
  333. package/dist/cjs/pagination/ListCoreDevicesPaginator.js.map +0 -1
  334. package/dist/cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
  335. package/dist/cjs/pagination/ListEffectiveDeploymentsPaginator.js.map +0 -1
  336. package/dist/cjs/pagination/ListInstalledComponentsPaginator.js.map +0 -1
  337. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  338. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  339. package/dist/cjs/runtimeConfig.js.map +0 -1
  340. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  341. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  342. package/dist/es/GreengrassV2.js.map +0 -1
  343. package/dist/es/GreengrassV2Client.js.map +0 -1
  344. package/dist/es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +0 -77
  345. package/dist/es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +0 -1
  346. package/dist/es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +0 -1
  347. package/dist/es/commands/CancelDeploymentCommand.js.map +0 -1
  348. package/dist/es/commands/CreateComponentVersionCommand.js +0 -118
  349. package/dist/es/commands/CreateComponentVersionCommand.js.map +0 -1
  350. package/dist/es/commands/CreateDeploymentCommand.js +0 -75
  351. package/dist/es/commands/CreateDeploymentCommand.js.map +0 -1
  352. package/dist/es/commands/DeleteComponentCommand.js.map +0 -1
  353. package/dist/es/commands/DeleteCoreDeviceCommand.js.map +0 -1
  354. package/dist/es/commands/DescribeComponentCommand.js.map +0 -1
  355. package/dist/es/commands/GetComponentCommand.js.map +0 -1
  356. package/dist/es/commands/GetComponentVersionArtifactCommand.js.map +0 -1
  357. package/dist/es/commands/GetCoreDeviceCommand.js.map +0 -1
  358. package/dist/es/commands/GetDeploymentCommand.js.map +0 -1
  359. package/dist/es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +0 -1
  360. package/dist/es/commands/ListComponentVersionsCommand.js.map +0 -1
  361. package/dist/es/commands/ListComponentsCommand.js.map +0 -1
  362. package/dist/es/commands/ListCoreDevicesCommand.js.map +0 -1
  363. package/dist/es/commands/ListDeploymentsCommand.js.map +0 -1
  364. package/dist/es/commands/ListEffectiveDeploymentsCommand.js.map +0 -1
  365. package/dist/es/commands/ListInstalledComponentsCommand.js.map +0 -1
  366. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  367. package/dist/es/commands/ResolveComponentCandidatesCommand.js +0 -79
  368. package/dist/es/commands/ResolveComponentCandidatesCommand.js.map +0 -1
  369. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  370. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  371. package/dist/es/endpoints.js.map +0 -1
  372. package/dist/es/index.js.map +0 -1
  373. package/dist/es/models/index.js.map +0 -1
  374. package/dist/es/models/models_0.js.map +0 -1
  375. package/dist/es/package.json +0 -93
  376. package/dist/es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +0 -1
  377. package/dist/es/pagination/ListComponentVersionsPaginator.js.map +0 -1
  378. package/dist/es/pagination/ListComponentsPaginator.js.map +0 -1
  379. package/dist/es/pagination/ListCoreDevicesPaginator.js.map +0 -1
  380. package/dist/es/pagination/ListDeploymentsPaginator.js.map +0 -1
  381. package/dist/es/pagination/ListEffectiveDeploymentsPaginator.js.map +0 -1
  382. package/dist/es/pagination/ListInstalledComponentsPaginator.js.map +0 -1
  383. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  384. package/dist/es/runtimeConfig.browser.js.map +0 -1
  385. package/dist/es/runtimeConfig.js.map +0 -1
  386. package/dist/es/runtimeConfig.native.js.map +0 -1
  387. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,72 +1,42 @@
1
1
  import { __assign } from "tslib";
2
2
  export var AccessDeniedException;
3
3
  (function (AccessDeniedException) {
4
- /**
5
- * @internal
6
- */
7
4
  AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
8
5
  })(AccessDeniedException || (AccessDeniedException = {}));
9
6
  export var AssociateClientDeviceWithCoreDeviceEntry;
10
7
  (function (AssociateClientDeviceWithCoreDeviceEntry) {
11
- /**
12
- * @internal
13
- */
14
8
  AssociateClientDeviceWithCoreDeviceEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
9
  })(AssociateClientDeviceWithCoreDeviceEntry || (AssociateClientDeviceWithCoreDeviceEntry = {}));
16
10
  export var AssociateClientDeviceWithCoreDeviceErrorEntry;
17
11
  (function (AssociateClientDeviceWithCoreDeviceErrorEntry) {
18
- /**
19
- * @internal
20
- */
21
12
  AssociateClientDeviceWithCoreDeviceErrorEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
13
  })(AssociateClientDeviceWithCoreDeviceErrorEntry || (AssociateClientDeviceWithCoreDeviceErrorEntry = {}));
23
14
  export var AssociatedClientDevice;
24
15
  (function (AssociatedClientDevice) {
25
- /**
26
- * @internal
27
- */
28
16
  AssociatedClientDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
29
17
  })(AssociatedClientDevice || (AssociatedClientDevice = {}));
30
18
  export var BatchAssociateClientDeviceWithCoreDeviceRequest;
31
19
  (function (BatchAssociateClientDeviceWithCoreDeviceRequest) {
32
- /**
33
- * @internal
34
- */
35
20
  BatchAssociateClientDeviceWithCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
21
  })(BatchAssociateClientDeviceWithCoreDeviceRequest || (BatchAssociateClientDeviceWithCoreDeviceRequest = {}));
37
22
  export var BatchAssociateClientDeviceWithCoreDeviceResponse;
38
23
  (function (BatchAssociateClientDeviceWithCoreDeviceResponse) {
39
- /**
40
- * @internal
41
- */
42
24
  BatchAssociateClientDeviceWithCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
25
  })(BatchAssociateClientDeviceWithCoreDeviceResponse || (BatchAssociateClientDeviceWithCoreDeviceResponse = {}));
44
26
  export var InternalServerException;
45
27
  (function (InternalServerException) {
46
- /**
47
- * @internal
48
- */
49
28
  InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
29
  })(InternalServerException || (InternalServerException = {}));
51
30
  export var ResourceNotFoundException;
52
31
  (function (ResourceNotFoundException) {
53
- /**
54
- * @internal
55
- */
56
32
  ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
57
33
  })(ResourceNotFoundException || (ResourceNotFoundException = {}));
58
34
  export var ThrottlingException;
59
35
  (function (ThrottlingException) {
60
- /**
61
- * @internal
62
- */
63
36
  ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
64
37
  })(ThrottlingException || (ThrottlingException = {}));
65
38
  export var ValidationExceptionField;
66
39
  (function (ValidationExceptionField) {
67
- /**
68
- * @internal
69
- */
70
40
  ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
71
41
  })(ValidationExceptionField || (ValidationExceptionField = {}));
72
42
  export var ValidationExceptionReason;
@@ -78,58 +48,34 @@ export var ValidationExceptionReason;
78
48
  })(ValidationExceptionReason || (ValidationExceptionReason = {}));
79
49
  export var ValidationException;
80
50
  (function (ValidationException) {
81
- /**
82
- * @internal
83
- */
84
51
  ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
85
52
  })(ValidationException || (ValidationException = {}));
86
53
  export var DisassociateClientDeviceFromCoreDeviceEntry;
87
54
  (function (DisassociateClientDeviceFromCoreDeviceEntry) {
88
- /**
89
- * @internal
90
- */
91
55
  DisassociateClientDeviceFromCoreDeviceEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
92
56
  })(DisassociateClientDeviceFromCoreDeviceEntry || (DisassociateClientDeviceFromCoreDeviceEntry = {}));
93
57
  export var BatchDisassociateClientDeviceFromCoreDeviceRequest;
94
58
  (function (BatchDisassociateClientDeviceFromCoreDeviceRequest) {
95
- /**
96
- * @internal
97
- */
98
59
  BatchDisassociateClientDeviceFromCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
99
60
  })(BatchDisassociateClientDeviceFromCoreDeviceRequest || (BatchDisassociateClientDeviceFromCoreDeviceRequest = {}));
100
61
  export var DisassociateClientDeviceFromCoreDeviceErrorEntry;
101
62
  (function (DisassociateClientDeviceFromCoreDeviceErrorEntry) {
102
- /**
103
- * @internal
104
- */
105
63
  DisassociateClientDeviceFromCoreDeviceErrorEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
106
64
  })(DisassociateClientDeviceFromCoreDeviceErrorEntry || (DisassociateClientDeviceFromCoreDeviceErrorEntry = {}));
107
65
  export var BatchDisassociateClientDeviceFromCoreDeviceResponse;
108
66
  (function (BatchDisassociateClientDeviceFromCoreDeviceResponse) {
109
- /**
110
- * @internal
111
- */
112
67
  BatchDisassociateClientDeviceFromCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
113
68
  })(BatchDisassociateClientDeviceFromCoreDeviceResponse || (BatchDisassociateClientDeviceFromCoreDeviceResponse = {}));
114
69
  export var CancelDeploymentRequest;
115
70
  (function (CancelDeploymentRequest) {
116
- /**
117
- * @internal
118
- */
119
71
  CancelDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
120
72
  })(CancelDeploymentRequest || (CancelDeploymentRequest = {}));
121
73
  export var CancelDeploymentResponse;
122
74
  (function (CancelDeploymentResponse) {
123
- /**
124
- * @internal
125
- */
126
75
  CancelDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
127
76
  })(CancelDeploymentResponse || (CancelDeploymentResponse = {}));
128
77
  export var ConflictException;
129
78
  (function (ConflictException) {
130
- /**
131
- * @internal
132
- */
133
79
  ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
134
80
  })(ConflictException || (ConflictException = {}));
135
81
  export var CloudComponentState;
@@ -142,44 +88,26 @@ export var CloudComponentState;
142
88
  })(CloudComponentState || (CloudComponentState = {}));
143
89
  export var CloudComponentStatus;
144
90
  (function (CloudComponentStatus) {
145
- /**
146
- * @internal
147
- */
148
91
  CloudComponentStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
149
92
  })(CloudComponentStatus || (CloudComponentStatus = {}));
150
93
  export var ComponentPlatform;
151
94
  (function (ComponentPlatform) {
152
- /**
153
- * @internal
154
- */
155
95
  ComponentPlatform.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
156
96
  })(ComponentPlatform || (ComponentPlatform = {}));
157
97
  export var ComponentLatestVersion;
158
98
  (function (ComponentLatestVersion) {
159
- /**
160
- * @internal
161
- */
162
99
  ComponentLatestVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
163
100
  })(ComponentLatestVersion || (ComponentLatestVersion = {}));
164
101
  export var Component;
165
102
  (function (Component) {
166
- /**
167
- * @internal
168
- */
169
103
  Component.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
170
104
  })(Component || (Component = {}));
171
105
  export var ComponentCandidate;
172
106
  (function (ComponentCandidate) {
173
- /**
174
- * @internal
175
- */
176
107
  ComponentCandidate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
177
108
  })(ComponentCandidate || (ComponentCandidate = {}));
178
109
  export var ComponentConfigurationUpdate;
179
110
  (function (ComponentConfigurationUpdate) {
180
- /**
181
- * @internal
182
- */
183
111
  ComponentConfigurationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
184
112
  })(ComponentConfigurationUpdate || (ComponentConfigurationUpdate = {}));
185
113
  export var ComponentDependencyType;
@@ -189,37 +117,22 @@ export var ComponentDependencyType;
189
117
  })(ComponentDependencyType || (ComponentDependencyType = {}));
190
118
  export var ComponentDependencyRequirement;
191
119
  (function (ComponentDependencyRequirement) {
192
- /**
193
- * @internal
194
- */
195
120
  ComponentDependencyRequirement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
196
121
  })(ComponentDependencyRequirement || (ComponentDependencyRequirement = {}));
197
122
  export var SystemResourceLimits;
198
123
  (function (SystemResourceLimits) {
199
- /**
200
- * @internal
201
- */
202
124
  SystemResourceLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
203
125
  })(SystemResourceLimits || (SystemResourceLimits = {}));
204
126
  export var ComponentRunWith;
205
127
  (function (ComponentRunWith) {
206
- /**
207
- * @internal
208
- */
209
128
  ComponentRunWith.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
210
129
  })(ComponentRunWith || (ComponentRunWith = {}));
211
130
  export var ComponentDeploymentSpecification;
212
131
  (function (ComponentDeploymentSpecification) {
213
- /**
214
- * @internal
215
- */
216
132
  ComponentDeploymentSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
217
133
  })(ComponentDeploymentSpecification || (ComponentDeploymentSpecification = {}));
218
134
  export var ComponentVersionListItem;
219
135
  (function (ComponentVersionListItem) {
220
- /**
221
- * @internal
222
- */
223
136
  ComponentVersionListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
224
137
  })(ComponentVersionListItem || (ComponentVersionListItem = {}));
225
138
  export var ComponentVisibilityScope;
@@ -234,9 +147,6 @@ export var CoreDeviceStatus;
234
147
  })(CoreDeviceStatus || (CoreDeviceStatus = {}));
235
148
  export var CoreDevice;
236
149
  (function (CoreDevice) {
237
- /**
238
- * @internal
239
- */
240
150
  CoreDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
241
151
  })(CoreDevice || (CoreDevice = {}));
242
152
  export var LambdaEventSourceType;
@@ -246,9 +156,6 @@ export var LambdaEventSourceType;
246
156
  })(LambdaEventSourceType || (LambdaEventSourceType = {}));
247
157
  export var LambdaEventSource;
248
158
  (function (LambdaEventSource) {
249
- /**
250
- * @internal
251
- */
252
159
  LambdaEventSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
253
160
  })(LambdaEventSource || (LambdaEventSource = {}));
254
161
  export var LambdaInputPayloadEncodingType;
@@ -263,23 +170,14 @@ export var LambdaFilesystemPermission;
263
170
  })(LambdaFilesystemPermission || (LambdaFilesystemPermission = {}));
264
171
  export var LambdaDeviceMount;
265
172
  (function (LambdaDeviceMount) {
266
- /**
267
- * @internal
268
- */
269
173
  LambdaDeviceMount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
174
  })(LambdaDeviceMount || (LambdaDeviceMount = {}));
271
175
  export var LambdaVolumeMount;
272
176
  (function (LambdaVolumeMount) {
273
- /**
274
- * @internal
275
- */
276
177
  LambdaVolumeMount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
277
178
  })(LambdaVolumeMount || (LambdaVolumeMount = {}));
278
179
  export var LambdaContainerParams;
279
180
  (function (LambdaContainerParams) {
280
- /**
281
- * @internal
282
- */
283
181
  LambdaContainerParams.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
284
182
  })(LambdaContainerParams || (LambdaContainerParams = {}));
285
183
  export var LambdaIsolationMode;
@@ -289,51 +187,30 @@ export var LambdaIsolationMode;
289
187
  })(LambdaIsolationMode || (LambdaIsolationMode = {}));
290
188
  export var LambdaLinuxProcessParams;
291
189
  (function (LambdaLinuxProcessParams) {
292
- /**
293
- * @internal
294
- */
295
190
  LambdaLinuxProcessParams.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
296
191
  })(LambdaLinuxProcessParams || (LambdaLinuxProcessParams = {}));
297
192
  export var LambdaExecutionParameters;
298
193
  (function (LambdaExecutionParameters) {
299
- /**
300
- * @internal
301
- */
302
194
  LambdaExecutionParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
303
195
  })(LambdaExecutionParameters || (LambdaExecutionParameters = {}));
304
196
  export var LambdaFunctionRecipeSource;
305
197
  (function (LambdaFunctionRecipeSource) {
306
- /**
307
- * @internal
308
- */
309
198
  LambdaFunctionRecipeSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
310
199
  })(LambdaFunctionRecipeSource || (LambdaFunctionRecipeSource = {}));
311
200
  export var CreateComponentVersionRequest;
312
201
  (function (CreateComponentVersionRequest) {
313
- /**
314
- * @internal
315
- */
316
202
  CreateComponentVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
317
203
  })(CreateComponentVersionRequest || (CreateComponentVersionRequest = {}));
318
204
  export var CreateComponentVersionResponse;
319
205
  (function (CreateComponentVersionResponse) {
320
- /**
321
- * @internal
322
- */
323
206
  CreateComponentVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
324
207
  })(CreateComponentVersionResponse || (CreateComponentVersionResponse = {}));
325
208
  export var RequestAlreadyInProgressException;
326
209
  (function (RequestAlreadyInProgressException) {
327
- /**
328
- * @internal
329
- */
330
210
  RequestAlreadyInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
331
211
  })(RequestAlreadyInProgressException || (RequestAlreadyInProgressException = {}));
332
212
  export var ServiceQuotaExceededException;
333
213
  (function (ServiceQuotaExceededException) {
334
- /**
335
- * @internal
336
- */
337
214
  ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
215
  })(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
339
216
  export var DeploymentComponentUpdatePolicyAction;
@@ -343,16 +220,10 @@ export var DeploymentComponentUpdatePolicyAction;
343
220
  })(DeploymentComponentUpdatePolicyAction || (DeploymentComponentUpdatePolicyAction = {}));
344
221
  export var DeploymentComponentUpdatePolicy;
345
222
  (function (DeploymentComponentUpdatePolicy) {
346
- /**
347
- * @internal
348
- */
349
223
  DeploymentComponentUpdatePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
350
224
  })(DeploymentComponentUpdatePolicy || (DeploymentComponentUpdatePolicy = {}));
351
225
  export var DeploymentConfigurationValidationPolicy;
352
226
  (function (DeploymentConfigurationValidationPolicy) {
353
- /**
354
- * @internal
355
- */
356
227
  DeploymentConfigurationValidationPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
357
228
  })(DeploymentConfigurationValidationPolicy || (DeploymentConfigurationValidationPolicy = {}));
358
229
  export var DeploymentFailureHandlingPolicy;
@@ -362,9 +233,6 @@ export var DeploymentFailureHandlingPolicy;
362
233
  })(DeploymentFailureHandlingPolicy || (DeploymentFailureHandlingPolicy = {}));
363
234
  export var DeploymentPolicies;
364
235
  (function (DeploymentPolicies) {
365
- /**
366
- * @internal
367
- */
368
236
  DeploymentPolicies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
369
237
  })(DeploymentPolicies || (DeploymentPolicies = {}));
370
238
  export var IoTJobAbortAction;
@@ -380,79 +248,46 @@ export var IoTJobExecutionFailureType;
380
248
  })(IoTJobExecutionFailureType || (IoTJobExecutionFailureType = {}));
381
249
  export var IoTJobAbortCriteria;
382
250
  (function (IoTJobAbortCriteria) {
383
- /**
384
- * @internal
385
- */
386
251
  IoTJobAbortCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
387
252
  })(IoTJobAbortCriteria || (IoTJobAbortCriteria = {}));
388
253
  export var IoTJobAbortConfig;
389
254
  (function (IoTJobAbortConfig) {
390
- /**
391
- * @internal
392
- */
393
255
  IoTJobAbortConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
394
256
  })(IoTJobAbortConfig || (IoTJobAbortConfig = {}));
395
257
  export var IoTJobRateIncreaseCriteria;
396
258
  (function (IoTJobRateIncreaseCriteria) {
397
- /**
398
- * @internal
399
- */
400
259
  IoTJobRateIncreaseCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
401
260
  })(IoTJobRateIncreaseCriteria || (IoTJobRateIncreaseCriteria = {}));
402
261
  export var IoTJobExponentialRolloutRate;
403
262
  (function (IoTJobExponentialRolloutRate) {
404
- /**
405
- * @internal
406
- */
407
263
  IoTJobExponentialRolloutRate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
408
264
  })(IoTJobExponentialRolloutRate || (IoTJobExponentialRolloutRate = {}));
409
265
  export var IoTJobExecutionsRolloutConfig;
410
266
  (function (IoTJobExecutionsRolloutConfig) {
411
- /**
412
- * @internal
413
- */
414
267
  IoTJobExecutionsRolloutConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
415
268
  })(IoTJobExecutionsRolloutConfig || (IoTJobExecutionsRolloutConfig = {}));
416
269
  export var IoTJobTimeoutConfig;
417
270
  (function (IoTJobTimeoutConfig) {
418
- /**
419
- * @internal
420
- */
421
271
  IoTJobTimeoutConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
422
272
  })(IoTJobTimeoutConfig || (IoTJobTimeoutConfig = {}));
423
273
  export var DeploymentIoTJobConfiguration;
424
274
  (function (DeploymentIoTJobConfiguration) {
425
- /**
426
- * @internal
427
- */
428
275
  DeploymentIoTJobConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
429
276
  })(DeploymentIoTJobConfiguration || (DeploymentIoTJobConfiguration = {}));
430
277
  export var CreateDeploymentRequest;
431
278
  (function (CreateDeploymentRequest) {
432
- /**
433
- * @internal
434
- */
435
279
  CreateDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
436
280
  })(CreateDeploymentRequest || (CreateDeploymentRequest = {}));
437
281
  export var CreateDeploymentResponse;
438
282
  (function (CreateDeploymentResponse) {
439
- /**
440
- * @internal
441
- */
442
283
  CreateDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
443
284
  })(CreateDeploymentResponse || (CreateDeploymentResponse = {}));
444
285
  export var DeleteComponentRequest;
445
286
  (function (DeleteComponentRequest) {
446
- /**
447
- * @internal
448
- */
449
287
  DeleteComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
450
288
  })(DeleteComponentRequest || (DeleteComponentRequest = {}));
451
289
  export var DeleteCoreDeviceRequest;
452
290
  (function (DeleteCoreDeviceRequest) {
453
- /**
454
- * @internal
455
- */
456
291
  DeleteCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
457
292
  })(DeleteCoreDeviceRequest || (DeleteCoreDeviceRequest = {}));
458
293
  export var DeploymentStatus;
@@ -465,9 +300,6 @@ export var DeploymentStatus;
465
300
  })(DeploymentStatus || (DeploymentStatus = {}));
466
301
  export var Deployment;
467
302
  (function (Deployment) {
468
- /**
469
- * @internal
470
- */
471
303
  Deployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
472
304
  })(Deployment || (Deployment = {}));
473
305
  export var DeploymentHistoryFilter;
@@ -477,16 +309,10 @@ export var DeploymentHistoryFilter;
477
309
  })(DeploymentHistoryFilter || (DeploymentHistoryFilter = {}));
478
310
  export var DescribeComponentRequest;
479
311
  (function (DescribeComponentRequest) {
480
- /**
481
- * @internal
482
- */
483
312
  DescribeComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
484
313
  })(DescribeComponentRequest || (DescribeComponentRequest = {}));
485
314
  export var DescribeComponentResponse;
486
315
  (function (DescribeComponentResponse) {
487
- /**
488
- * @internal
489
- */
490
316
  DescribeComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
491
317
  })(DescribeComponentResponse || (DescribeComponentResponse = {}));
492
318
  export var EffectiveDeploymentExecutionStatus;
@@ -501,9 +327,6 @@ export var EffectiveDeploymentExecutionStatus;
501
327
  })(EffectiveDeploymentExecutionStatus || (EffectiveDeploymentExecutionStatus = {}));
502
328
  export var EffectiveDeployment;
503
329
  (function (EffectiveDeployment) {
504
- /**
505
- * @internal
506
- */
507
330
  EffectiveDeployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
508
331
  })(EffectiveDeployment || (EffectiveDeployment = {}));
509
332
  export var RecipeOutputFormat;
@@ -513,149 +336,86 @@ export var RecipeOutputFormat;
513
336
  })(RecipeOutputFormat || (RecipeOutputFormat = {}));
514
337
  export var GetComponentRequest;
515
338
  (function (GetComponentRequest) {
516
- /**
517
- * @internal
518
- */
519
339
  GetComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
520
340
  })(GetComponentRequest || (GetComponentRequest = {}));
521
341
  export var GetComponentResponse;
522
342
  (function (GetComponentResponse) {
523
- /**
524
- * @internal
525
- */
526
343
  GetComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
527
344
  })(GetComponentResponse || (GetComponentResponse = {}));
528
345
  export var GetComponentVersionArtifactRequest;
529
346
  (function (GetComponentVersionArtifactRequest) {
530
- /**
531
- * @internal
532
- */
533
347
  GetComponentVersionArtifactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
534
348
  })(GetComponentVersionArtifactRequest || (GetComponentVersionArtifactRequest = {}));
535
349
  export var GetComponentVersionArtifactResponse;
536
350
  (function (GetComponentVersionArtifactResponse) {
537
- /**
538
- * @internal
539
- */
540
351
  GetComponentVersionArtifactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
541
352
  })(GetComponentVersionArtifactResponse || (GetComponentVersionArtifactResponse = {}));
542
353
  export var GetCoreDeviceRequest;
543
354
  (function (GetCoreDeviceRequest) {
544
- /**
545
- * @internal
546
- */
547
355
  GetCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
548
356
  })(GetCoreDeviceRequest || (GetCoreDeviceRequest = {}));
549
357
  export var GetCoreDeviceResponse;
550
358
  (function (GetCoreDeviceResponse) {
551
- /**
552
- * @internal
553
- */
554
359
  GetCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
555
360
  })(GetCoreDeviceResponse || (GetCoreDeviceResponse = {}));
556
361
  export var GetDeploymentRequest;
557
362
  (function (GetDeploymentRequest) {
558
- /**
559
- * @internal
560
- */
561
363
  GetDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
562
364
  })(GetDeploymentRequest || (GetDeploymentRequest = {}));
563
365
  export var GetDeploymentResponse;
564
366
  (function (GetDeploymentResponse) {
565
- /**
566
- * @internal
567
- */
568
367
  GetDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
569
368
  })(GetDeploymentResponse || (GetDeploymentResponse = {}));
570
369
  export var ListClientDevicesAssociatedWithCoreDeviceRequest;
571
370
  (function (ListClientDevicesAssociatedWithCoreDeviceRequest) {
572
- /**
573
- * @internal
574
- */
575
371
  ListClientDevicesAssociatedWithCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
576
372
  })(ListClientDevicesAssociatedWithCoreDeviceRequest || (ListClientDevicesAssociatedWithCoreDeviceRequest = {}));
577
373
  export var ListClientDevicesAssociatedWithCoreDeviceResponse;
578
374
  (function (ListClientDevicesAssociatedWithCoreDeviceResponse) {
579
- /**
580
- * @internal
581
- */
582
375
  ListClientDevicesAssociatedWithCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
583
376
  })(ListClientDevicesAssociatedWithCoreDeviceResponse || (ListClientDevicesAssociatedWithCoreDeviceResponse = {}));
584
377
  export var ListComponentsRequest;
585
378
  (function (ListComponentsRequest) {
586
- /**
587
- * @internal
588
- */
589
379
  ListComponentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
590
380
  })(ListComponentsRequest || (ListComponentsRequest = {}));
591
381
  export var ListComponentsResponse;
592
382
  (function (ListComponentsResponse) {
593
- /**
594
- * @internal
595
- */
596
383
  ListComponentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
597
384
  })(ListComponentsResponse || (ListComponentsResponse = {}));
598
385
  export var ListComponentVersionsRequest;
599
386
  (function (ListComponentVersionsRequest) {
600
- /**
601
- * @internal
602
- */
603
387
  ListComponentVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
604
388
  })(ListComponentVersionsRequest || (ListComponentVersionsRequest = {}));
605
389
  export var ListComponentVersionsResponse;
606
390
  (function (ListComponentVersionsResponse) {
607
- /**
608
- * @internal
609
- */
610
391
  ListComponentVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
611
392
  })(ListComponentVersionsResponse || (ListComponentVersionsResponse = {}));
612
393
  export var ListCoreDevicesRequest;
613
394
  (function (ListCoreDevicesRequest) {
614
- /**
615
- * @internal
616
- */
617
395
  ListCoreDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
618
396
  })(ListCoreDevicesRequest || (ListCoreDevicesRequest = {}));
619
397
  export var ListCoreDevicesResponse;
620
398
  (function (ListCoreDevicesResponse) {
621
- /**
622
- * @internal
623
- */
624
399
  ListCoreDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
625
400
  })(ListCoreDevicesResponse || (ListCoreDevicesResponse = {}));
626
401
  export var ListDeploymentsRequest;
627
402
  (function (ListDeploymentsRequest) {
628
- /**
629
- * @internal
630
- */
631
403
  ListDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
632
404
  })(ListDeploymentsRequest || (ListDeploymentsRequest = {}));
633
405
  export var ListDeploymentsResponse;
634
406
  (function (ListDeploymentsResponse) {
635
- /**
636
- * @internal
637
- */
638
407
  ListDeploymentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
639
408
  })(ListDeploymentsResponse || (ListDeploymentsResponse = {}));
640
409
  export var ListEffectiveDeploymentsRequest;
641
410
  (function (ListEffectiveDeploymentsRequest) {
642
- /**
643
- * @internal
644
- */
645
411
  ListEffectiveDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
646
412
  })(ListEffectiveDeploymentsRequest || (ListEffectiveDeploymentsRequest = {}));
647
413
  export var ListEffectiveDeploymentsResponse;
648
414
  (function (ListEffectiveDeploymentsResponse) {
649
- /**
650
- * @internal
651
- */
652
415
  ListEffectiveDeploymentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
653
416
  })(ListEffectiveDeploymentsResponse || (ListEffectiveDeploymentsResponse = {}));
654
417
  export var ListInstalledComponentsRequest;
655
418
  (function (ListInstalledComponentsRequest) {
656
- /**
657
- * @internal
658
- */
659
419
  ListInstalledComponentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
660
420
  })(ListInstalledComponentsRequest || (ListInstalledComponentsRequest = {}));
661
421
  export var InstalledComponentLifecycleState;
@@ -671,79 +431,46 @@ export var InstalledComponentLifecycleState;
671
431
  })(InstalledComponentLifecycleState || (InstalledComponentLifecycleState = {}));
672
432
  export var InstalledComponent;
673
433
  (function (InstalledComponent) {
674
- /**
675
- * @internal
676
- */
677
434
  InstalledComponent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
678
435
  })(InstalledComponent || (InstalledComponent = {}));
679
436
  export var ListInstalledComponentsResponse;
680
437
  (function (ListInstalledComponentsResponse) {
681
- /**
682
- * @internal
683
- */
684
438
  ListInstalledComponentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
685
439
  })(ListInstalledComponentsResponse || (ListInstalledComponentsResponse = {}));
686
440
  export var ListTagsForResourceRequest;
687
441
  (function (ListTagsForResourceRequest) {
688
- /**
689
- * @internal
690
- */
691
442
  ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
692
443
  })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
693
444
  export var ListTagsForResourceResponse;
694
445
  (function (ListTagsForResourceResponse) {
695
- /**
696
- * @internal
697
- */
698
446
  ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
699
447
  })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
700
448
  export var ResolveComponentCandidatesRequest;
701
449
  (function (ResolveComponentCandidatesRequest) {
702
- /**
703
- * @internal
704
- */
705
450
  ResolveComponentCandidatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
706
451
  })(ResolveComponentCandidatesRequest || (ResolveComponentCandidatesRequest = {}));
707
452
  export var ResolvedComponentVersion;
708
453
  (function (ResolvedComponentVersion) {
709
- /**
710
- * @internal
711
- */
712
454
  ResolvedComponentVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
713
455
  })(ResolvedComponentVersion || (ResolvedComponentVersion = {}));
714
456
  export var ResolveComponentCandidatesResponse;
715
457
  (function (ResolveComponentCandidatesResponse) {
716
- /**
717
- * @internal
718
- */
719
458
  ResolveComponentCandidatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
720
459
  })(ResolveComponentCandidatesResponse || (ResolveComponentCandidatesResponse = {}));
721
460
  export var TagResourceRequest;
722
461
  (function (TagResourceRequest) {
723
- /**
724
- * @internal
725
- */
726
462
  TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
727
463
  })(TagResourceRequest || (TagResourceRequest = {}));
728
464
  export var TagResourceResponse;
729
465
  (function (TagResourceResponse) {
730
- /**
731
- * @internal
732
- */
733
466
  TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
734
467
  })(TagResourceResponse || (TagResourceResponse = {}));
735
468
  export var UntagResourceRequest;
736
469
  (function (UntagResourceRequest) {
737
- /**
738
- * @internal
739
- */
740
470
  UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
741
471
  })(UntagResourceRequest || (UntagResourceRequest = {}));
742
472
  export var UntagResourceResponse;
743
473
  (function (UntagResourceResponse) {
744
- /**
745
- * @internal
746
- */
747
474
  UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
748
475
  })(UntagResourceResponse || (UntagResourceResponse = {}));
749
476
  //# sourceMappingURL=models_0.js.map