@aws-sdk/client-greengrass 3.337.0 → 3.338.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 (381) hide show
  1. package/dist-cjs/GreengrassClient.js +2 -1
  2. package/dist-cjs/commands/AssociateRoleToGroupCommand.js +2 -1
  3. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -1
  4. package/dist-cjs/commands/CreateConnectorDefinitionCommand.js +2 -1
  5. package/dist-cjs/commands/CreateConnectorDefinitionVersionCommand.js +2 -1
  6. package/dist-cjs/commands/CreateCoreDefinitionCommand.js +2 -1
  7. package/dist-cjs/commands/CreateCoreDefinitionVersionCommand.js +2 -1
  8. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -1
  9. package/dist-cjs/commands/CreateDeviceDefinitionCommand.js +2 -1
  10. package/dist-cjs/commands/CreateDeviceDefinitionVersionCommand.js +2 -1
  11. package/dist-cjs/commands/CreateFunctionDefinitionCommand.js +2 -1
  12. package/dist-cjs/commands/CreateFunctionDefinitionVersionCommand.js +2 -1
  13. package/dist-cjs/commands/CreateGroupCertificateAuthorityCommand.js +2 -1
  14. package/dist-cjs/commands/CreateGroupCommand.js +2 -1
  15. package/dist-cjs/commands/CreateGroupVersionCommand.js +2 -1
  16. package/dist-cjs/commands/CreateLoggerDefinitionCommand.js +2 -1
  17. package/dist-cjs/commands/CreateLoggerDefinitionVersionCommand.js +2 -1
  18. package/dist-cjs/commands/CreateResourceDefinitionCommand.js +2 -1
  19. package/dist-cjs/commands/CreateResourceDefinitionVersionCommand.js +2 -1
  20. package/dist-cjs/commands/CreateSoftwareUpdateJobCommand.js +2 -1
  21. package/dist-cjs/commands/CreateSubscriptionDefinitionCommand.js +2 -1
  22. package/dist-cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -1
  23. package/dist-cjs/commands/DeleteConnectorDefinitionCommand.js +2 -1
  24. package/dist-cjs/commands/DeleteCoreDefinitionCommand.js +2 -1
  25. package/dist-cjs/commands/DeleteDeviceDefinitionCommand.js +2 -1
  26. package/dist-cjs/commands/DeleteFunctionDefinitionCommand.js +2 -1
  27. package/dist-cjs/commands/DeleteGroupCommand.js +2 -1
  28. package/dist-cjs/commands/DeleteLoggerDefinitionCommand.js +2 -1
  29. package/dist-cjs/commands/DeleteResourceDefinitionCommand.js +2 -1
  30. package/dist-cjs/commands/DeleteSubscriptionDefinitionCommand.js +2 -1
  31. package/dist-cjs/commands/DisassociateRoleFromGroupCommand.js +2 -1
  32. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -1
  33. package/dist-cjs/commands/GetAssociatedRoleCommand.js +2 -1
  34. package/dist-cjs/commands/GetBulkDeploymentStatusCommand.js +2 -1
  35. package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -1
  36. package/dist-cjs/commands/GetConnectorDefinitionCommand.js +2 -1
  37. package/dist-cjs/commands/GetConnectorDefinitionVersionCommand.js +2 -1
  38. package/dist-cjs/commands/GetCoreDefinitionCommand.js +2 -1
  39. package/dist-cjs/commands/GetCoreDefinitionVersionCommand.js +2 -1
  40. package/dist-cjs/commands/GetDeploymentStatusCommand.js +2 -1
  41. package/dist-cjs/commands/GetDeviceDefinitionCommand.js +2 -1
  42. package/dist-cjs/commands/GetDeviceDefinitionVersionCommand.js +2 -1
  43. package/dist-cjs/commands/GetFunctionDefinitionCommand.js +2 -1
  44. package/dist-cjs/commands/GetFunctionDefinitionVersionCommand.js +2 -1
  45. package/dist-cjs/commands/GetGroupCertificateAuthorityCommand.js +2 -1
  46. package/dist-cjs/commands/GetGroupCertificateConfigurationCommand.js +2 -1
  47. package/dist-cjs/commands/GetGroupCommand.js +2 -1
  48. package/dist-cjs/commands/GetGroupVersionCommand.js +2 -1
  49. package/dist-cjs/commands/GetLoggerDefinitionCommand.js +2 -1
  50. package/dist-cjs/commands/GetLoggerDefinitionVersionCommand.js +2 -1
  51. package/dist-cjs/commands/GetResourceDefinitionCommand.js +2 -1
  52. package/dist-cjs/commands/GetResourceDefinitionVersionCommand.js +2 -1
  53. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -1
  54. package/dist-cjs/commands/GetSubscriptionDefinitionCommand.js +2 -1
  55. package/dist-cjs/commands/GetSubscriptionDefinitionVersionCommand.js +2 -1
  56. package/dist-cjs/commands/GetThingRuntimeConfigurationCommand.js +2 -1
  57. package/dist-cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -1
  58. package/dist-cjs/commands/ListBulkDeploymentsCommand.js +2 -1
  59. package/dist-cjs/commands/ListConnectorDefinitionVersionsCommand.js +2 -1
  60. package/dist-cjs/commands/ListConnectorDefinitionsCommand.js +2 -1
  61. package/dist-cjs/commands/ListCoreDefinitionVersionsCommand.js +2 -1
  62. package/dist-cjs/commands/ListCoreDefinitionsCommand.js +2 -1
  63. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -1
  64. package/dist-cjs/commands/ListDeviceDefinitionVersionsCommand.js +2 -1
  65. package/dist-cjs/commands/ListDeviceDefinitionsCommand.js +2 -1
  66. package/dist-cjs/commands/ListFunctionDefinitionVersionsCommand.js +2 -1
  67. package/dist-cjs/commands/ListFunctionDefinitionsCommand.js +2 -1
  68. package/dist-cjs/commands/ListGroupCertificateAuthoritiesCommand.js +2 -1
  69. package/dist-cjs/commands/ListGroupVersionsCommand.js +2 -1
  70. package/dist-cjs/commands/ListGroupsCommand.js +2 -1
  71. package/dist-cjs/commands/ListLoggerDefinitionVersionsCommand.js +2 -1
  72. package/dist-cjs/commands/ListLoggerDefinitionsCommand.js +2 -1
  73. package/dist-cjs/commands/ListResourceDefinitionVersionsCommand.js +2 -1
  74. package/dist-cjs/commands/ListResourceDefinitionsCommand.js +2 -1
  75. package/dist-cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -1
  76. package/dist-cjs/commands/ListSubscriptionDefinitionsCommand.js +2 -1
  77. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  78. package/dist-cjs/commands/ResetDeploymentsCommand.js +2 -1
  79. package/dist-cjs/commands/StartBulkDeploymentCommand.js +2 -1
  80. package/dist-cjs/commands/StopBulkDeploymentCommand.js +2 -1
  81. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  82. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  83. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -1
  84. package/dist-cjs/commands/UpdateConnectorDefinitionCommand.js +2 -1
  85. package/dist-cjs/commands/UpdateCoreDefinitionCommand.js +2 -1
  86. package/dist-cjs/commands/UpdateDeviceDefinitionCommand.js +2 -1
  87. package/dist-cjs/commands/UpdateFunctionDefinitionCommand.js +2 -1
  88. package/dist-cjs/commands/UpdateGroupCertificateConfigurationCommand.js +2 -1
  89. package/dist-cjs/commands/UpdateGroupCommand.js +2 -1
  90. package/dist-cjs/commands/UpdateLoggerDefinitionCommand.js +2 -1
  91. package/dist-cjs/commands/UpdateResourceDefinitionCommand.js +2 -1
  92. package/dist-cjs/commands/UpdateSubscriptionDefinitionCommand.js +2 -1
  93. package/dist-cjs/commands/UpdateThingRuntimeConfigurationCommand.js +2 -1
  94. package/dist-cjs/index.js +1 -1
  95. package/dist-cjs/models/GreengrassServiceException.js +2 -1
  96. package/dist-es/GreengrassClient.js +1 -0
  97. package/dist-es/commands/AssociateRoleToGroupCommand.js +1 -0
  98. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +1 -0
  99. package/dist-es/commands/CreateConnectorDefinitionCommand.js +1 -0
  100. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +1 -0
  101. package/dist-es/commands/CreateCoreDefinitionCommand.js +1 -0
  102. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +1 -0
  103. package/dist-es/commands/CreateDeploymentCommand.js +1 -0
  104. package/dist-es/commands/CreateDeviceDefinitionCommand.js +1 -0
  105. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +1 -0
  106. package/dist-es/commands/CreateFunctionDefinitionCommand.js +1 -0
  107. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +1 -0
  108. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +1 -0
  109. package/dist-es/commands/CreateGroupCommand.js +1 -0
  110. package/dist-es/commands/CreateGroupVersionCommand.js +1 -0
  111. package/dist-es/commands/CreateLoggerDefinitionCommand.js +1 -0
  112. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +1 -0
  113. package/dist-es/commands/CreateResourceDefinitionCommand.js +1 -0
  114. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +1 -0
  115. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +1 -0
  116. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +1 -0
  117. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +1 -0
  118. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +1 -0
  119. package/dist-es/commands/DeleteCoreDefinitionCommand.js +1 -0
  120. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +1 -0
  121. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +1 -0
  122. package/dist-es/commands/DeleteGroupCommand.js +1 -0
  123. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +1 -0
  124. package/dist-es/commands/DeleteResourceDefinitionCommand.js +1 -0
  125. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +1 -0
  126. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +1 -0
  127. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +1 -0
  128. package/dist-es/commands/GetAssociatedRoleCommand.js +1 -0
  129. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +1 -0
  130. package/dist-es/commands/GetConnectivityInfoCommand.js +1 -0
  131. package/dist-es/commands/GetConnectorDefinitionCommand.js +1 -0
  132. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +1 -0
  133. package/dist-es/commands/GetCoreDefinitionCommand.js +1 -0
  134. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +1 -0
  135. package/dist-es/commands/GetDeploymentStatusCommand.js +1 -0
  136. package/dist-es/commands/GetDeviceDefinitionCommand.js +1 -0
  137. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +1 -0
  138. package/dist-es/commands/GetFunctionDefinitionCommand.js +1 -0
  139. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +1 -0
  140. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +1 -0
  141. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +1 -0
  142. package/dist-es/commands/GetGroupCommand.js +1 -0
  143. package/dist-es/commands/GetGroupVersionCommand.js +1 -0
  144. package/dist-es/commands/GetLoggerDefinitionCommand.js +1 -0
  145. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +1 -0
  146. package/dist-es/commands/GetResourceDefinitionCommand.js +1 -0
  147. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +1 -0
  148. package/dist-es/commands/GetServiceRoleForAccountCommand.js +1 -0
  149. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +1 -0
  150. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +1 -0
  151. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +1 -0
  152. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +1 -0
  153. package/dist-es/commands/ListBulkDeploymentsCommand.js +1 -0
  154. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +1 -0
  155. package/dist-es/commands/ListConnectorDefinitionsCommand.js +1 -0
  156. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +1 -0
  157. package/dist-es/commands/ListCoreDefinitionsCommand.js +1 -0
  158. package/dist-es/commands/ListDeploymentsCommand.js +1 -0
  159. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +1 -0
  160. package/dist-es/commands/ListDeviceDefinitionsCommand.js +1 -0
  161. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +1 -0
  162. package/dist-es/commands/ListFunctionDefinitionsCommand.js +1 -0
  163. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +1 -0
  164. package/dist-es/commands/ListGroupVersionsCommand.js +1 -0
  165. package/dist-es/commands/ListGroupsCommand.js +1 -0
  166. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +1 -0
  167. package/dist-es/commands/ListLoggerDefinitionsCommand.js +1 -0
  168. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +1 -0
  169. package/dist-es/commands/ListResourceDefinitionsCommand.js +1 -0
  170. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +1 -0
  171. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +1 -0
  172. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  173. package/dist-es/commands/ResetDeploymentsCommand.js +1 -0
  174. package/dist-es/commands/StartBulkDeploymentCommand.js +1 -0
  175. package/dist-es/commands/StopBulkDeploymentCommand.js +1 -0
  176. package/dist-es/commands/TagResourceCommand.js +1 -0
  177. package/dist-es/commands/UntagResourceCommand.js +1 -0
  178. package/dist-es/commands/UpdateConnectivityInfoCommand.js +1 -0
  179. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +1 -0
  180. package/dist-es/commands/UpdateCoreDefinitionCommand.js +1 -0
  181. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +1 -0
  182. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +1 -0
  183. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +1 -0
  184. package/dist-es/commands/UpdateGroupCommand.js +1 -0
  185. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +1 -0
  186. package/dist-es/commands/UpdateResourceDefinitionCommand.js +1 -0
  187. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +1 -0
  188. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +1 -0
  189. package/dist-es/index.js +1 -1
  190. package/dist-es/models/GreengrassServiceException.js +1 -0
  191. package/dist-types/GreengrassClient.d.ts +3 -3
  192. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +4 -0
  193. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +4 -0
  194. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +4 -0
  195. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +4 -0
  196. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +4 -0
  197. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +4 -0
  198. package/dist-types/commands/CreateDeploymentCommand.d.ts +4 -0
  199. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +4 -0
  200. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +4 -0
  201. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +4 -0
  202. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +4 -0
  203. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +4 -0
  204. package/dist-types/commands/CreateGroupCommand.d.ts +4 -0
  205. package/dist-types/commands/CreateGroupVersionCommand.d.ts +4 -0
  206. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +4 -0
  207. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +4 -0
  208. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +4 -0
  209. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +4 -0
  210. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +4 -0
  211. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +4 -0
  212. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +4 -0
  213. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +4 -0
  214. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +4 -0
  215. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +4 -0
  216. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +4 -0
  217. package/dist-types/commands/DeleteGroupCommand.d.ts +4 -0
  218. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +4 -0
  219. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +4 -0
  220. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +4 -0
  221. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +4 -0
  222. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +4 -0
  223. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +4 -0
  224. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +4 -0
  225. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +4 -0
  226. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +4 -0
  227. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +4 -0
  228. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +4 -0
  229. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +4 -0
  230. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +4 -0
  231. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +4 -0
  232. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +4 -0
  233. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +4 -0
  234. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +4 -0
  235. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +4 -0
  236. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +4 -0
  237. package/dist-types/commands/GetGroupCommand.d.ts +4 -0
  238. package/dist-types/commands/GetGroupVersionCommand.d.ts +4 -0
  239. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +4 -0
  240. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +4 -0
  241. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +4 -0
  242. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +4 -0
  243. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +4 -0
  244. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +4 -0
  245. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +4 -0
  246. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +4 -0
  247. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +4 -0
  248. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +4 -0
  249. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +4 -0
  250. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +4 -0
  251. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +4 -0
  252. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +4 -0
  253. package/dist-types/commands/ListDeploymentsCommand.d.ts +4 -0
  254. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +4 -0
  255. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +4 -0
  256. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +4 -0
  257. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +4 -0
  258. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +4 -0
  259. package/dist-types/commands/ListGroupVersionsCommand.d.ts +4 -0
  260. package/dist-types/commands/ListGroupsCommand.d.ts +4 -0
  261. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +4 -0
  262. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +4 -0
  263. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +4 -0
  264. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +4 -0
  265. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +4 -0
  266. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +4 -0
  267. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  268. package/dist-types/commands/ResetDeploymentsCommand.d.ts +4 -0
  269. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +4 -0
  270. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +4 -0
  271. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  272. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  273. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +4 -0
  274. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +4 -0
  275. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +4 -0
  276. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +4 -0
  277. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +4 -0
  278. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +4 -0
  279. package/dist-types/commands/UpdateGroupCommand.d.ts +4 -0
  280. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +4 -0
  281. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +4 -0
  282. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +4 -0
  283. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +4 -0
  284. package/dist-types/index.d.ts +6 -1
  285. package/dist-types/models/GreengrassServiceException.d.ts +1 -0
  286. package/dist-types/ts3.4/GreengrassClient.d.ts +3 -3
  287. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +1 -0
  288. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +1 -0
  289. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +1 -0
  290. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +1 -0
  291. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +1 -0
  292. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +1 -0
  293. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +1 -0
  294. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +1 -0
  295. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +1 -0
  296. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +1 -0
  297. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +1 -0
  298. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +1 -0
  299. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -0
  300. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +1 -0
  301. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +1 -0
  302. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +1 -0
  303. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +1 -0
  304. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +1 -0
  305. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +1 -0
  306. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +1 -0
  307. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +1 -0
  308. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +1 -0
  309. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +1 -0
  310. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +1 -0
  311. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +1 -0
  312. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -0
  313. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +1 -0
  314. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +1 -0
  315. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +1 -0
  316. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +1 -0
  317. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +1 -0
  318. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +1 -0
  319. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +1 -0
  320. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +1 -0
  321. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +1 -0
  322. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +1 -0
  323. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +1 -0
  324. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +1 -0
  325. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +1 -0
  326. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +1 -0
  327. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +1 -0
  328. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +1 -0
  329. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +1 -0
  330. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +1 -0
  331. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +1 -0
  332. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +1 -0
  333. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +1 -0
  334. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +1 -0
  335. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +1 -0
  336. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +1 -0
  337. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +1 -0
  338. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +1 -0
  339. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +1 -0
  340. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +1 -0
  341. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +1 -0
  342. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +1 -0
  343. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +1 -0
  344. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +1 -0
  345. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +1 -0
  346. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +1 -0
  347. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +1 -0
  348. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +1 -0
  349. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +1 -0
  350. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +1 -0
  351. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +1 -0
  352. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +1 -0
  353. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +1 -0
  354. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +1 -0
  355. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -0
  356. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +1 -0
  357. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +1 -0
  358. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +1 -0
  359. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +1 -0
  360. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +1 -0
  361. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +1 -0
  362. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  363. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +1 -0
  364. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +1 -0
  365. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +1 -0
  366. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  367. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  368. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +1 -0
  369. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +1 -0
  370. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +1 -0
  371. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +1 -0
  372. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +1 -0
  373. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +1 -0
  374. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -0
  375. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +1 -0
  376. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +1 -0
  377. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +1 -0
  378. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +1 -0
  379. package/dist-types/ts3.4/index.d.ts +1 -1
  380. package/dist-types/ts3.4/models/GreengrassServiceException.d.ts +1 -0
  381. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { CreateSubscriptionDefinitionVersionRequest, CreateSubscriptionDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteConnectorDefinitionRequest, DeleteConnectorDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteCoreDefinitionRequest, DeleteCoreDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteDeviceDefinitionRequest, DeleteDeviceDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteFunctionDefinitionRequest, DeleteFunctionDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteLoggerDefinitionRequest, DeleteLoggerDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteResourceDefinitionRequest, DeleteResourceDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteSubscriptionDefinitionRequest, DeleteSubscriptionDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DisassociateRoleFromGroupRequest, DisassociateRoleFromGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DisassociateServiceRoleFromAccountRequest, DisassociateServiceRoleFromAccountResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetAssociatedRoleRequest, GetAssociatedRoleResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetBulkDeploymentStatusRequest, GetBulkDeploymentStatusResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetConnectorDefinitionRequest, GetConnectorDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetConnectorDefinitionVersionRequest, GetConnectorDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetCoreDefinitionRequest, GetCoreDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetCoreDefinitionVersionRequest, GetCoreDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetDeploymentStatusRequest, GetDeploymentStatusResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetDeviceDefinitionRequest, GetDeviceDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetDeviceDefinitionVersionRequest, GetDeviceDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetFunctionDefinitionRequest, GetFunctionDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetFunctionDefinitionVersionRequest, GetFunctionDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupCertificateAuthorityRequest, GetGroupCertificateAuthorityResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupCertificateConfigurationRequest, GetGroupCertificateConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupVersionRequest, GetGroupVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetLoggerDefinitionRequest, GetLoggerDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetLoggerDefinitionVersionRequest, GetLoggerDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetResourceDefinitionRequest, GetResourceDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetResourceDefinitionVersionRequest, GetResourceDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetServiceRoleForAccountRequest, GetServiceRoleForAccountResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetSubscriptionDefinitionRequest, GetSubscriptionDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetSubscriptionDefinitionVersionRequest, GetSubscriptionDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetThingRuntimeConfigurationRequest, GetThingRuntimeConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListBulkDeploymentDetailedReportsRequest, ListBulkDeploymentDetailedReportsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListBulkDeploymentsRequest, ListBulkDeploymentsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListConnectorDefinitionVersionsRequest, ListConnectorDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListConnectorDefinitionsRequest, ListConnectorDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListCoreDefinitionVersionsRequest, ListCoreDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListCoreDefinitionsRequest, ListCoreDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListDeviceDefinitionVersionsRequest, ListDeviceDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListDeviceDefinitionsRequest, ListDeviceDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListFunctionDefinitionVersionsRequest, ListFunctionDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListFunctionDefinitionsRequest, ListFunctionDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListGroupCertificateAuthoritiesRequest, ListGroupCertificateAuthoritiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListGroupVersionsRequest, ListGroupVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListLoggerDefinitionVersionsRequest, ListLoggerDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListLoggerDefinitionsRequest, ListLoggerDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *