@aws-sdk/client-greengrass 3.1076.0 → 3.1078.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 (296) hide show
  1. package/dist-cjs/index.js +285 -1107
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateRoleToGroupCommand.js +2 -14
  4. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +2 -14
  5. package/dist-es/commands/CreateConnectorDefinitionCommand.js +2 -14
  6. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +2 -14
  7. package/dist-es/commands/CreateCoreDefinitionCommand.js +2 -14
  8. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +2 -14
  9. package/dist-es/commands/CreateDeploymentCommand.js +2 -14
  10. package/dist-es/commands/CreateDeviceDefinitionCommand.js +2 -14
  11. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +2 -14
  12. package/dist-es/commands/CreateFunctionDefinitionCommand.js +2 -14
  13. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +2 -14
  14. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +2 -14
  15. package/dist-es/commands/CreateGroupCommand.js +2 -14
  16. package/dist-es/commands/CreateGroupVersionCommand.js +2 -14
  17. package/dist-es/commands/CreateLoggerDefinitionCommand.js +2 -14
  18. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +2 -14
  19. package/dist-es/commands/CreateResourceDefinitionCommand.js +2 -14
  20. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +2 -14
  21. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +2 -14
  22. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +2 -14
  23. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -14
  24. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +2 -14
  25. package/dist-es/commands/DeleteCoreDefinitionCommand.js +2 -14
  26. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +2 -14
  27. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +2 -14
  28. package/dist-es/commands/DeleteGroupCommand.js +2 -14
  29. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +2 -14
  30. package/dist-es/commands/DeleteResourceDefinitionCommand.js +2 -14
  31. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +2 -14
  32. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +2 -14
  33. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +2 -14
  34. package/dist-es/commands/GetAssociatedRoleCommand.js +2 -14
  35. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +2 -14
  36. package/dist-es/commands/GetConnectivityInfoCommand.js +2 -14
  37. package/dist-es/commands/GetConnectorDefinitionCommand.js +2 -14
  38. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +2 -14
  39. package/dist-es/commands/GetCoreDefinitionCommand.js +2 -14
  40. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +2 -14
  41. package/dist-es/commands/GetDeploymentStatusCommand.js +2 -14
  42. package/dist-es/commands/GetDeviceDefinitionCommand.js +2 -14
  43. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +2 -14
  44. package/dist-es/commands/GetFunctionDefinitionCommand.js +2 -14
  45. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +2 -14
  46. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +2 -14
  47. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +2 -14
  48. package/dist-es/commands/GetGroupCommand.js +2 -14
  49. package/dist-es/commands/GetGroupVersionCommand.js +2 -14
  50. package/dist-es/commands/GetLoggerDefinitionCommand.js +2 -14
  51. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +2 -14
  52. package/dist-es/commands/GetResourceDefinitionCommand.js +2 -14
  53. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +2 -14
  54. package/dist-es/commands/GetServiceRoleForAccountCommand.js +2 -14
  55. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +2 -14
  56. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +2 -14
  57. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +2 -14
  58. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -14
  59. package/dist-es/commands/ListBulkDeploymentsCommand.js +2 -14
  60. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +2 -14
  61. package/dist-es/commands/ListConnectorDefinitionsCommand.js +2 -14
  62. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +2 -14
  63. package/dist-es/commands/ListCoreDefinitionsCommand.js +2 -14
  64. package/dist-es/commands/ListDeploymentsCommand.js +2 -14
  65. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +2 -14
  66. package/dist-es/commands/ListDeviceDefinitionsCommand.js +2 -14
  67. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +2 -14
  68. package/dist-es/commands/ListFunctionDefinitionsCommand.js +2 -14
  69. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +2 -14
  70. package/dist-es/commands/ListGroupVersionsCommand.js +2 -14
  71. package/dist-es/commands/ListGroupsCommand.js +2 -14
  72. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +2 -14
  73. package/dist-es/commands/ListLoggerDefinitionsCommand.js +2 -14
  74. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +2 -14
  75. package/dist-es/commands/ListResourceDefinitionsCommand.js +2 -14
  76. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -14
  77. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +2 -14
  78. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  79. package/dist-es/commands/ResetDeploymentsCommand.js +2 -14
  80. package/dist-es/commands/StartBulkDeploymentCommand.js +2 -14
  81. package/dist-es/commands/StopBulkDeploymentCommand.js +2 -14
  82. package/dist-es/commands/TagResourceCommand.js +2 -14
  83. package/dist-es/commands/UntagResourceCommand.js +2 -14
  84. package/dist-es/commands/UpdateConnectivityInfoCommand.js +2 -14
  85. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +2 -14
  86. package/dist-es/commands/UpdateCoreDefinitionCommand.js +2 -14
  87. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +2 -14
  88. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +2 -14
  89. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +2 -14
  90. package/dist-es/commands/UpdateGroupCommand.js +2 -14
  91. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +2 -14
  92. package/dist-es/commands/UpdateResourceDefinitionCommand.js +2 -14
  93. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +2 -14
  94. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +2 -14
  95. package/dist-es/index.js +1 -0
  96. package/dist-es/runtimeConfig.browser.js +0 -2
  97. package/dist-es/runtimeConfig.js +1 -2
  98. package/dist-es/runtimeConfig.native.js +0 -2
  99. package/dist-es/runtimeConfig.shared.js +2 -0
  100. package/dist-types/commandBuilder.d.ts +18 -0
  101. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +3 -8
  102. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +3 -8
  103. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +3 -8
  104. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +3 -8
  105. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +3 -8
  106. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +3 -8
  107. package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -8
  108. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +3 -8
  109. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +3 -8
  110. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +3 -8
  111. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +3 -8
  112. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +3 -8
  113. package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
  114. package/dist-types/commands/CreateGroupVersionCommand.d.ts +3 -8
  115. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +3 -8
  116. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +3 -8
  117. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +3 -8
  118. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +3 -8
  119. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +3 -8
  120. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +3 -8
  121. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +3 -8
  122. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +3 -8
  123. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +3 -8
  124. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +3 -8
  125. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +3 -8
  126. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  127. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +3 -8
  128. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +3 -8
  129. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +3 -8
  130. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +3 -8
  131. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +3 -8
  132. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +3 -8
  133. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +3 -8
  134. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +3 -8
  135. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +3 -8
  136. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +3 -8
  137. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +3 -8
  138. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +3 -8
  139. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +3 -8
  140. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +3 -8
  141. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +3 -8
  142. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +3 -8
  143. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +3 -8
  144. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +3 -8
  145. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +3 -8
  146. package/dist-types/commands/GetGroupCommand.d.ts +3 -8
  147. package/dist-types/commands/GetGroupVersionCommand.d.ts +3 -8
  148. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +3 -8
  149. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +3 -8
  150. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +3 -8
  151. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +3 -8
  152. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +3 -8
  153. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +3 -8
  154. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +3 -8
  155. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +3 -8
  156. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +3 -8
  157. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +3 -8
  158. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +3 -8
  159. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +3 -8
  160. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +3 -8
  161. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +3 -8
  162. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -8
  163. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +3 -8
  164. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +3 -8
  165. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +3 -8
  166. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +3 -8
  167. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +3 -8
  168. package/dist-types/commands/ListGroupVersionsCommand.d.ts +3 -8
  169. package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
  170. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +3 -8
  171. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +3 -8
  172. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +3 -8
  173. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +3 -8
  174. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +3 -8
  175. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +3 -8
  176. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  177. package/dist-types/commands/ResetDeploymentsCommand.d.ts +3 -8
  178. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +3 -8
  179. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +3 -8
  180. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  181. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  182. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +3 -8
  183. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +3 -8
  184. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +3 -8
  185. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +3 -8
  186. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +3 -8
  187. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +3 -8
  188. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
  189. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +3 -8
  190. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +3 -8
  191. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +3 -8
  192. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +3 -8
  193. package/dist-types/index.d.ts +1 -0
  194. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  195. package/dist-types/runtimeConfig.d.ts +1 -1
  196. package/dist-types/runtimeConfig.native.d.ts +1 -1
  197. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  198. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  199. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +7 -16
  241. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +7 -16
  242. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +7 -16
  243. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +7 -16
  244. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
  245. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +7 -16
  246. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +7 -16
  247. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +7 -16
  248. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +7 -16
  249. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +7 -16
  250. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +7 -16
  251. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +7 -16
  252. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +7 -16
  253. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +7 -16
  254. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +7 -16
  255. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +7 -16
  256. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +7 -16
  257. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +7 -16
  258. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +7 -16
  259. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +7 -16
  260. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +7 -16
  261. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +7 -16
  262. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +7 -16
  263. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +7 -16
  264. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +7 -16
  265. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +7 -16
  266. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +7 -16
  267. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
  268. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +7 -16
  269. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +7 -16
  270. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +7 -16
  271. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +7 -16
  272. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +7 -16
  273. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +7 -16
  274. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  275. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +7 -16
  276. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +7 -16
  277. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +7 -16
  278. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  279. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  280. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +7 -16
  281. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +7 -16
  282. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +7 -16
  283. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +7 -16
  284. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +7 -16
  285. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +7 -16
  286. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
  287. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +7 -16
  288. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +7 -16
  289. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +7 -16
  290. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +7 -16
  291. package/dist-types/ts3.4/index.d.ts +1 -0
  292. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  293. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  294. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  295. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  296. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultGreengrassHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -2167,6 +2169,7 @@ const getRuntimeConfig$1 = (config) => {
2167
2169
  serviceTarget: "Greengrass",
2168
2170
  },
2169
2171
  serviceId: config?.serviceId ?? "Greengrass",
2172
+ sha256: config?.sha256 ?? Sha256,
2170
2173
  urlParser: config?.urlParser ?? parseUrl,
2171
2174
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2172
2175
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -2200,7 +2203,6 @@ const getRuntimeConfig = (config) => {
2200
2203
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2201
2204
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2202
2205
  }, config),
2203
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
2204
2206
  streamCollector: config?.streamCollector ?? streamCollector,
2205
2207
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2206
2208
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -2288,1108 +2290,284 @@ class GreengrassClient extends Client {
2288
2290
  }
2289
2291
  }
2290
2292
 
2291
- class AssociateRoleToGroupCommand extends Command
2292
- .classBuilder()
2293
- .ep(commonParams)
2294
- .m(function (Command, cs, config, o) {
2295
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2296
- })
2297
- .s("Greengrass", "AssociateRoleToGroup", {})
2298
- .n("GreengrassClient", "AssociateRoleToGroupCommand")
2299
- .sc(AssociateRoleToGroup$)
2300
- .build() {
2301
- }
2302
-
2303
- class AssociateServiceRoleToAccountCommand extends Command
2304
- .classBuilder()
2305
- .ep(commonParams)
2306
- .m(function (Command, cs, config, o) {
2307
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2308
- })
2309
- .s("Greengrass", "AssociateServiceRoleToAccount", {})
2310
- .n("GreengrassClient", "AssociateServiceRoleToAccountCommand")
2311
- .sc(AssociateServiceRoleToAccount$)
2312
- .build() {
2313
- }
2314
-
2315
- class CreateConnectorDefinitionCommand extends Command
2316
- .classBuilder()
2317
- .ep(commonParams)
2318
- .m(function (Command, cs, config, o) {
2319
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2320
- })
2321
- .s("Greengrass", "CreateConnectorDefinition", {})
2322
- .n("GreengrassClient", "CreateConnectorDefinitionCommand")
2323
- .sc(CreateConnectorDefinition$)
2324
- .build() {
2325
- }
2326
-
2327
- class CreateConnectorDefinitionVersionCommand extends Command
2328
- .classBuilder()
2329
- .ep(commonParams)
2330
- .m(function (Command, cs, config, o) {
2331
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2332
- })
2333
- .s("Greengrass", "CreateConnectorDefinitionVersion", {})
2334
- .n("GreengrassClient", "CreateConnectorDefinitionVersionCommand")
2335
- .sc(CreateConnectorDefinitionVersion$)
2336
- .build() {
2337
- }
2338
-
2339
- class CreateCoreDefinitionCommand extends Command
2340
- .classBuilder()
2341
- .ep(commonParams)
2342
- .m(function (Command, cs, config, o) {
2343
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2344
- })
2345
- .s("Greengrass", "CreateCoreDefinition", {})
2346
- .n("GreengrassClient", "CreateCoreDefinitionCommand")
2347
- .sc(CreateCoreDefinition$)
2348
- .build() {
2349
- }
2350
-
2351
- class CreateCoreDefinitionVersionCommand extends Command
2352
- .classBuilder()
2353
- .ep(commonParams)
2354
- .m(function (Command, cs, config, o) {
2355
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2356
- })
2357
- .s("Greengrass", "CreateCoreDefinitionVersion", {})
2358
- .n("GreengrassClient", "CreateCoreDefinitionVersionCommand")
2359
- .sc(CreateCoreDefinitionVersion$)
2360
- .build() {
2361
- }
2362
-
2363
- class CreateDeploymentCommand extends Command
2364
- .classBuilder()
2365
- .ep(commonParams)
2366
- .m(function (Command, cs, config, o) {
2367
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2368
- })
2369
- .s("Greengrass", "CreateDeployment", {})
2370
- .n("GreengrassClient", "CreateDeploymentCommand")
2371
- .sc(CreateDeployment$)
2372
- .build() {
2373
- }
2374
-
2375
- class CreateDeviceDefinitionCommand extends Command
2376
- .classBuilder()
2377
- .ep(commonParams)
2378
- .m(function (Command, cs, config, o) {
2379
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2380
- })
2381
- .s("Greengrass", "CreateDeviceDefinition", {})
2382
- .n("GreengrassClient", "CreateDeviceDefinitionCommand")
2383
- .sc(CreateDeviceDefinition$)
2384
- .build() {
2385
- }
2386
-
2387
- class CreateDeviceDefinitionVersionCommand extends Command
2388
- .classBuilder()
2389
- .ep(commonParams)
2390
- .m(function (Command, cs, config, o) {
2391
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2392
- })
2393
- .s("Greengrass", "CreateDeviceDefinitionVersion", {})
2394
- .n("GreengrassClient", "CreateDeviceDefinitionVersionCommand")
2395
- .sc(CreateDeviceDefinitionVersion$)
2396
- .build() {
2397
- }
2398
-
2399
- class CreateFunctionDefinitionCommand extends Command
2400
- .classBuilder()
2401
- .ep(commonParams)
2402
- .m(function (Command, cs, config, o) {
2403
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2404
- })
2405
- .s("Greengrass", "CreateFunctionDefinition", {})
2406
- .n("GreengrassClient", "CreateFunctionDefinitionCommand")
2407
- .sc(CreateFunctionDefinition$)
2408
- .build() {
2409
- }
2410
-
2411
- class CreateFunctionDefinitionVersionCommand extends Command
2412
- .classBuilder()
2413
- .ep(commonParams)
2414
- .m(function (Command, cs, config, o) {
2415
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2416
- })
2417
- .s("Greengrass", "CreateFunctionDefinitionVersion", {})
2418
- .n("GreengrassClient", "CreateFunctionDefinitionVersionCommand")
2419
- .sc(CreateFunctionDefinitionVersion$)
2420
- .build() {
2421
- }
2422
-
2423
- class CreateGroupCertificateAuthorityCommand extends Command
2424
- .classBuilder()
2425
- .ep(commonParams)
2426
- .m(function (Command, cs, config, o) {
2427
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2428
- })
2429
- .s("Greengrass", "CreateGroupCertificateAuthority", {})
2430
- .n("GreengrassClient", "CreateGroupCertificateAuthorityCommand")
2431
- .sc(CreateGroupCertificateAuthority$)
2432
- .build() {
2433
- }
2434
-
2435
- class CreateGroupCommand extends Command
2436
- .classBuilder()
2437
- .ep(commonParams)
2438
- .m(function (Command, cs, config, o) {
2439
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2440
- })
2441
- .s("Greengrass", "CreateGroup", {})
2442
- .n("GreengrassClient", "CreateGroupCommand")
2443
- .sc(CreateGroup$)
2444
- .build() {
2445
- }
2446
-
2447
- class CreateGroupVersionCommand extends Command
2448
- .classBuilder()
2449
- .ep(commonParams)
2450
- .m(function (Command, cs, config, o) {
2451
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2452
- })
2453
- .s("Greengrass", "CreateGroupVersion", {})
2454
- .n("GreengrassClient", "CreateGroupVersionCommand")
2455
- .sc(CreateGroupVersion$)
2456
- .build() {
2457
- }
2458
-
2459
- class CreateLoggerDefinitionCommand extends Command
2460
- .classBuilder()
2461
- .ep(commonParams)
2462
- .m(function (Command, cs, config, o) {
2463
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2464
- })
2465
- .s("Greengrass", "CreateLoggerDefinition", {})
2466
- .n("GreengrassClient", "CreateLoggerDefinitionCommand")
2467
- .sc(CreateLoggerDefinition$)
2468
- .build() {
2469
- }
2470
-
2471
- class CreateLoggerDefinitionVersionCommand extends Command
2472
- .classBuilder()
2473
- .ep(commonParams)
2474
- .m(function (Command, cs, config, o) {
2475
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2476
- })
2477
- .s("Greengrass", "CreateLoggerDefinitionVersion", {})
2478
- .n("GreengrassClient", "CreateLoggerDefinitionVersionCommand")
2479
- .sc(CreateLoggerDefinitionVersion$)
2480
- .build() {
2481
- }
2482
-
2483
- class CreateResourceDefinitionCommand extends Command
2484
- .classBuilder()
2485
- .ep(commonParams)
2486
- .m(function (Command, cs, config, o) {
2487
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2488
- })
2489
- .s("Greengrass", "CreateResourceDefinition", {})
2490
- .n("GreengrassClient", "CreateResourceDefinitionCommand")
2491
- .sc(CreateResourceDefinition$)
2492
- .build() {
2493
- }
2494
-
2495
- class CreateResourceDefinitionVersionCommand extends Command
2496
- .classBuilder()
2497
- .ep(commonParams)
2498
- .m(function (Command, cs, config, o) {
2499
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2500
- })
2501
- .s("Greengrass", "CreateResourceDefinitionVersion", {})
2502
- .n("GreengrassClient", "CreateResourceDefinitionVersionCommand")
2503
- .sc(CreateResourceDefinitionVersion$)
2504
- .build() {
2505
- }
2506
-
2507
- class CreateSoftwareUpdateJobCommand extends Command
2508
- .classBuilder()
2509
- .ep(commonParams)
2510
- .m(function (Command, cs, config, o) {
2511
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2512
- })
2513
- .s("Greengrass", "CreateSoftwareUpdateJob", {})
2514
- .n("GreengrassClient", "CreateSoftwareUpdateJobCommand")
2515
- .sc(CreateSoftwareUpdateJob$)
2516
- .build() {
2517
- }
2518
-
2519
- class CreateSubscriptionDefinitionCommand extends Command
2520
- .classBuilder()
2521
- .ep(commonParams)
2522
- .m(function (Command, cs, config, o) {
2523
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2524
- })
2525
- .s("Greengrass", "CreateSubscriptionDefinition", {})
2526
- .n("GreengrassClient", "CreateSubscriptionDefinitionCommand")
2527
- .sc(CreateSubscriptionDefinition$)
2528
- .build() {
2529
- }
2530
-
2531
- class CreateSubscriptionDefinitionVersionCommand extends Command
2532
- .classBuilder()
2533
- .ep(commonParams)
2534
- .m(function (Command, cs, config, o) {
2535
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2536
- })
2537
- .s("Greengrass", "CreateSubscriptionDefinitionVersion", {})
2538
- .n("GreengrassClient", "CreateSubscriptionDefinitionVersionCommand")
2539
- .sc(CreateSubscriptionDefinitionVersion$)
2540
- .build() {
2541
- }
2542
-
2543
- class DeleteConnectorDefinitionCommand extends Command
2544
- .classBuilder()
2545
- .ep(commonParams)
2546
- .m(function (Command, cs, config, o) {
2547
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2548
- })
2549
- .s("Greengrass", "DeleteConnectorDefinition", {})
2550
- .n("GreengrassClient", "DeleteConnectorDefinitionCommand")
2551
- .sc(DeleteConnectorDefinition$)
2552
- .build() {
2553
- }
2554
-
2555
- class DeleteCoreDefinitionCommand extends Command
2556
- .classBuilder()
2557
- .ep(commonParams)
2558
- .m(function (Command, cs, config, o) {
2559
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2560
- })
2561
- .s("Greengrass", "DeleteCoreDefinition", {})
2562
- .n("GreengrassClient", "DeleteCoreDefinitionCommand")
2563
- .sc(DeleteCoreDefinition$)
2564
- .build() {
2565
- }
2566
-
2567
- class DeleteDeviceDefinitionCommand extends Command
2568
- .classBuilder()
2569
- .ep(commonParams)
2570
- .m(function (Command, cs, config, o) {
2571
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2572
- })
2573
- .s("Greengrass", "DeleteDeviceDefinition", {})
2574
- .n("GreengrassClient", "DeleteDeviceDefinitionCommand")
2575
- .sc(DeleteDeviceDefinition$)
2576
- .build() {
2577
- }
2578
-
2579
- class DeleteFunctionDefinitionCommand extends Command
2580
- .classBuilder()
2581
- .ep(commonParams)
2582
- .m(function (Command, cs, config, o) {
2583
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2584
- })
2585
- .s("Greengrass", "DeleteFunctionDefinition", {})
2586
- .n("GreengrassClient", "DeleteFunctionDefinitionCommand")
2587
- .sc(DeleteFunctionDefinition$)
2588
- .build() {
2589
- }
2590
-
2591
- class DeleteGroupCommand extends Command
2592
- .classBuilder()
2593
- .ep(commonParams)
2594
- .m(function (Command, cs, config, o) {
2595
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2596
- })
2597
- .s("Greengrass", "DeleteGroup", {})
2598
- .n("GreengrassClient", "DeleteGroupCommand")
2599
- .sc(DeleteGroup$)
2600
- .build() {
2601
- }
2602
-
2603
- class DeleteLoggerDefinitionCommand extends Command
2604
- .classBuilder()
2605
- .ep(commonParams)
2606
- .m(function (Command, cs, config, o) {
2607
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2608
- })
2609
- .s("Greengrass", "DeleteLoggerDefinition", {})
2610
- .n("GreengrassClient", "DeleteLoggerDefinitionCommand")
2611
- .sc(DeleteLoggerDefinition$)
2612
- .build() {
2613
- }
2614
-
2615
- class DeleteResourceDefinitionCommand extends Command
2616
- .classBuilder()
2617
- .ep(commonParams)
2618
- .m(function (Command, cs, config, o) {
2619
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2620
- })
2621
- .s("Greengrass", "DeleteResourceDefinition", {})
2622
- .n("GreengrassClient", "DeleteResourceDefinitionCommand")
2623
- .sc(DeleteResourceDefinition$)
2624
- .build() {
2625
- }
2626
-
2627
- class DeleteSubscriptionDefinitionCommand extends Command
2628
- .classBuilder()
2629
- .ep(commonParams)
2630
- .m(function (Command, cs, config, o) {
2631
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2632
- })
2633
- .s("Greengrass", "DeleteSubscriptionDefinition", {})
2634
- .n("GreengrassClient", "DeleteSubscriptionDefinitionCommand")
2635
- .sc(DeleteSubscriptionDefinition$)
2636
- .build() {
2637
- }
2638
-
2639
- class DisassociateRoleFromGroupCommand extends Command
2640
- .classBuilder()
2641
- .ep(commonParams)
2642
- .m(function (Command, cs, config, o) {
2643
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2644
- })
2645
- .s("Greengrass", "DisassociateRoleFromGroup", {})
2646
- .n("GreengrassClient", "DisassociateRoleFromGroupCommand")
2647
- .sc(DisassociateRoleFromGroup$)
2648
- .build() {
2649
- }
2650
-
2651
- class DisassociateServiceRoleFromAccountCommand extends Command
2652
- .classBuilder()
2653
- .ep(commonParams)
2654
- .m(function (Command, cs, config, o) {
2655
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2656
- })
2657
- .s("Greengrass", "DisassociateServiceRoleFromAccount", {})
2658
- .n("GreengrassClient", "DisassociateServiceRoleFromAccountCommand")
2659
- .sc(DisassociateServiceRoleFromAccount$)
2660
- .build() {
2661
- }
2662
-
2663
- class GetAssociatedRoleCommand extends Command
2664
- .classBuilder()
2665
- .ep(commonParams)
2666
- .m(function (Command, cs, config, o) {
2667
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2668
- })
2669
- .s("Greengrass", "GetAssociatedRole", {})
2670
- .n("GreengrassClient", "GetAssociatedRoleCommand")
2671
- .sc(GetAssociatedRole$)
2672
- .build() {
2673
- }
2674
-
2675
- class GetBulkDeploymentStatusCommand extends Command
2676
- .classBuilder()
2677
- .ep(commonParams)
2678
- .m(function (Command, cs, config, o) {
2679
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2680
- })
2681
- .s("Greengrass", "GetBulkDeploymentStatus", {})
2682
- .n("GreengrassClient", "GetBulkDeploymentStatusCommand")
2683
- .sc(GetBulkDeploymentStatus$)
2684
- .build() {
2685
- }
2686
-
2687
- class GetConnectivityInfoCommand extends Command
2688
- .classBuilder()
2689
- .ep(commonParams)
2690
- .m(function (Command, cs, config, o) {
2691
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2692
- })
2693
- .s("Greengrass", "GetConnectivityInfo", {})
2694
- .n("GreengrassClient", "GetConnectivityInfoCommand")
2695
- .sc(GetConnectivityInfo$)
2696
- .build() {
2697
- }
2698
-
2699
- class GetConnectorDefinitionCommand extends Command
2700
- .classBuilder()
2701
- .ep(commonParams)
2702
- .m(function (Command, cs, config, o) {
2703
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2704
- })
2705
- .s("Greengrass", "GetConnectorDefinition", {})
2706
- .n("GreengrassClient", "GetConnectorDefinitionCommand")
2707
- .sc(GetConnectorDefinition$)
2708
- .build() {
2709
- }
2710
-
2711
- class GetConnectorDefinitionVersionCommand extends Command
2712
- .classBuilder()
2713
- .ep(commonParams)
2714
- .m(function (Command, cs, config, o) {
2715
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2716
- })
2717
- .s("Greengrass", "GetConnectorDefinitionVersion", {})
2718
- .n("GreengrassClient", "GetConnectorDefinitionVersionCommand")
2719
- .sc(GetConnectorDefinitionVersion$)
2720
- .build() {
2721
- }
2722
-
2723
- class GetCoreDefinitionCommand extends Command
2724
- .classBuilder()
2725
- .ep(commonParams)
2726
- .m(function (Command, cs, config, o) {
2727
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2728
- })
2729
- .s("Greengrass", "GetCoreDefinition", {})
2730
- .n("GreengrassClient", "GetCoreDefinitionCommand")
2731
- .sc(GetCoreDefinition$)
2732
- .build() {
2733
- }
2734
-
2735
- class GetCoreDefinitionVersionCommand extends Command
2736
- .classBuilder()
2737
- .ep(commonParams)
2738
- .m(function (Command, cs, config, o) {
2739
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2740
- })
2741
- .s("Greengrass", "GetCoreDefinitionVersion", {})
2742
- .n("GreengrassClient", "GetCoreDefinitionVersionCommand")
2743
- .sc(GetCoreDefinitionVersion$)
2744
- .build() {
2745
- }
2746
-
2747
- class GetDeploymentStatusCommand extends Command
2748
- .classBuilder()
2749
- .ep(commonParams)
2750
- .m(function (Command, cs, config, o) {
2751
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2752
- })
2753
- .s("Greengrass", "GetDeploymentStatus", {})
2754
- .n("GreengrassClient", "GetDeploymentStatusCommand")
2755
- .sc(GetDeploymentStatus$)
2756
- .build() {
2757
- }
2758
-
2759
- class GetDeviceDefinitionCommand extends Command
2760
- .classBuilder()
2761
- .ep(commonParams)
2762
- .m(function (Command, cs, config, o) {
2763
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2764
- })
2765
- .s("Greengrass", "GetDeviceDefinition", {})
2766
- .n("GreengrassClient", "GetDeviceDefinitionCommand")
2767
- .sc(GetDeviceDefinition$)
2768
- .build() {
2769
- }
2770
-
2771
- class GetDeviceDefinitionVersionCommand extends Command
2772
- .classBuilder()
2773
- .ep(commonParams)
2774
- .m(function (Command, cs, config, o) {
2775
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2776
- })
2777
- .s("Greengrass", "GetDeviceDefinitionVersion", {})
2778
- .n("GreengrassClient", "GetDeviceDefinitionVersionCommand")
2779
- .sc(GetDeviceDefinitionVersion$)
2780
- .build() {
2781
- }
2782
-
2783
- class GetFunctionDefinitionCommand extends Command
2784
- .classBuilder()
2785
- .ep(commonParams)
2786
- .m(function (Command, cs, config, o) {
2787
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2788
- })
2789
- .s("Greengrass", "GetFunctionDefinition", {})
2790
- .n("GreengrassClient", "GetFunctionDefinitionCommand")
2791
- .sc(GetFunctionDefinition$)
2792
- .build() {
2793
- }
2794
-
2795
- class GetFunctionDefinitionVersionCommand extends Command
2796
- .classBuilder()
2797
- .ep(commonParams)
2798
- .m(function (Command, cs, config, o) {
2799
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2800
- })
2801
- .s("Greengrass", "GetFunctionDefinitionVersion", {})
2802
- .n("GreengrassClient", "GetFunctionDefinitionVersionCommand")
2803
- .sc(GetFunctionDefinitionVersion$)
2804
- .build() {
2805
- }
2806
-
2807
- class GetGroupCertificateAuthorityCommand extends Command
2808
- .classBuilder()
2809
- .ep(commonParams)
2810
- .m(function (Command, cs, config, o) {
2811
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2812
- })
2813
- .s("Greengrass", "GetGroupCertificateAuthority", {})
2814
- .n("GreengrassClient", "GetGroupCertificateAuthorityCommand")
2815
- .sc(GetGroupCertificateAuthority$)
2816
- .build() {
2817
- }
2818
-
2819
- class GetGroupCertificateConfigurationCommand extends Command
2820
- .classBuilder()
2821
- .ep(commonParams)
2822
- .m(function (Command, cs, config, o) {
2823
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2824
- })
2825
- .s("Greengrass", "GetGroupCertificateConfiguration", {})
2826
- .n("GreengrassClient", "GetGroupCertificateConfigurationCommand")
2827
- .sc(GetGroupCertificateConfiguration$)
2828
- .build() {
2829
- }
2830
-
2831
- class GetGroupCommand extends Command
2832
- .classBuilder()
2833
- .ep(commonParams)
2834
- .m(function (Command, cs, config, o) {
2835
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2836
- })
2837
- .s("Greengrass", "GetGroup", {})
2838
- .n("GreengrassClient", "GetGroupCommand")
2839
- .sc(GetGroup$)
2840
- .build() {
2841
- }
2842
-
2843
- class GetGroupVersionCommand extends Command
2844
- .classBuilder()
2845
- .ep(commonParams)
2846
- .m(function (Command, cs, config, o) {
2847
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2848
- })
2849
- .s("Greengrass", "GetGroupVersion", {})
2850
- .n("GreengrassClient", "GetGroupVersionCommand")
2851
- .sc(GetGroupVersion$)
2852
- .build() {
2853
- }
2854
-
2855
- class GetLoggerDefinitionCommand extends Command
2856
- .classBuilder()
2857
- .ep(commonParams)
2858
- .m(function (Command, cs, config, o) {
2859
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2860
- })
2861
- .s("Greengrass", "GetLoggerDefinition", {})
2862
- .n("GreengrassClient", "GetLoggerDefinitionCommand")
2863
- .sc(GetLoggerDefinition$)
2864
- .build() {
2865
- }
2866
-
2867
- class GetLoggerDefinitionVersionCommand extends Command
2868
- .classBuilder()
2869
- .ep(commonParams)
2870
- .m(function (Command, cs, config, o) {
2871
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2872
- })
2873
- .s("Greengrass", "GetLoggerDefinitionVersion", {})
2874
- .n("GreengrassClient", "GetLoggerDefinitionVersionCommand")
2875
- .sc(GetLoggerDefinitionVersion$)
2876
- .build() {
2877
- }
2878
-
2879
- class GetResourceDefinitionCommand extends Command
2880
- .classBuilder()
2881
- .ep(commonParams)
2882
- .m(function (Command, cs, config, o) {
2883
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2884
- })
2885
- .s("Greengrass", "GetResourceDefinition", {})
2886
- .n("GreengrassClient", "GetResourceDefinitionCommand")
2887
- .sc(GetResourceDefinition$)
2888
- .build() {
2889
- }
2890
-
2891
- class GetResourceDefinitionVersionCommand extends Command
2892
- .classBuilder()
2893
- .ep(commonParams)
2894
- .m(function (Command, cs, config, o) {
2895
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2896
- })
2897
- .s("Greengrass", "GetResourceDefinitionVersion", {})
2898
- .n("GreengrassClient", "GetResourceDefinitionVersionCommand")
2899
- .sc(GetResourceDefinitionVersion$)
2900
- .build() {
2901
- }
2902
-
2903
- class GetServiceRoleForAccountCommand extends Command
2904
- .classBuilder()
2905
- .ep(commonParams)
2906
- .m(function (Command, cs, config, o) {
2907
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2908
- })
2909
- .s("Greengrass", "GetServiceRoleForAccount", {})
2910
- .n("GreengrassClient", "GetServiceRoleForAccountCommand")
2911
- .sc(GetServiceRoleForAccount$)
2912
- .build() {
2913
- }
2914
-
2915
- class GetSubscriptionDefinitionCommand extends Command
2916
- .classBuilder()
2917
- .ep(commonParams)
2918
- .m(function (Command, cs, config, o) {
2919
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2920
- })
2921
- .s("Greengrass", "GetSubscriptionDefinition", {})
2922
- .n("GreengrassClient", "GetSubscriptionDefinitionCommand")
2923
- .sc(GetSubscriptionDefinition$)
2924
- .build() {
2925
- }
2926
-
2927
- class GetSubscriptionDefinitionVersionCommand extends Command
2928
- .classBuilder()
2929
- .ep(commonParams)
2930
- .m(function (Command, cs, config, o) {
2931
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2932
- })
2933
- .s("Greengrass", "GetSubscriptionDefinitionVersion", {})
2934
- .n("GreengrassClient", "GetSubscriptionDefinitionVersionCommand")
2935
- .sc(GetSubscriptionDefinitionVersion$)
2936
- .build() {
2937
- }
2938
-
2939
- class GetThingRuntimeConfigurationCommand extends Command
2940
- .classBuilder()
2941
- .ep(commonParams)
2942
- .m(function (Command, cs, config, o) {
2943
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2944
- })
2945
- .s("Greengrass", "GetThingRuntimeConfiguration", {})
2946
- .n("GreengrassClient", "GetThingRuntimeConfigurationCommand")
2947
- .sc(GetThingRuntimeConfiguration$)
2948
- .build() {
2949
- }
2950
-
2951
- class ListBulkDeploymentDetailedReportsCommand extends Command
2952
- .classBuilder()
2953
- .ep(commonParams)
2954
- .m(function (Command, cs, config, o) {
2955
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2956
- })
2957
- .s("Greengrass", "ListBulkDeploymentDetailedReports", {})
2958
- .n("GreengrassClient", "ListBulkDeploymentDetailedReportsCommand")
2959
- .sc(ListBulkDeploymentDetailedReports$)
2960
- .build() {
2961
- }
2962
-
2963
- class ListBulkDeploymentsCommand extends Command
2964
- .classBuilder()
2965
- .ep(commonParams)
2966
- .m(function (Command, cs, config, o) {
2967
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2968
- })
2969
- .s("Greengrass", "ListBulkDeployments", {})
2970
- .n("GreengrassClient", "ListBulkDeploymentsCommand")
2971
- .sc(ListBulkDeployments$)
2972
- .build() {
2973
- }
2974
-
2975
- class ListConnectorDefinitionsCommand extends Command
2976
- .classBuilder()
2977
- .ep(commonParams)
2978
- .m(function (Command, cs, config, o) {
2979
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2980
- })
2981
- .s("Greengrass", "ListConnectorDefinitions", {})
2982
- .n("GreengrassClient", "ListConnectorDefinitionsCommand")
2983
- .sc(ListConnectorDefinitions$)
2984
- .build() {
2985
- }
2986
-
2987
- class ListConnectorDefinitionVersionsCommand extends Command
2988
- .classBuilder()
2989
- .ep(commonParams)
2990
- .m(function (Command, cs, config, o) {
2991
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2992
- })
2993
- .s("Greengrass", "ListConnectorDefinitionVersions", {})
2994
- .n("GreengrassClient", "ListConnectorDefinitionVersionsCommand")
2995
- .sc(ListConnectorDefinitionVersions$)
2996
- .build() {
2997
- }
2998
-
2999
- class ListCoreDefinitionsCommand extends Command
3000
- .classBuilder()
3001
- .ep(commonParams)
3002
- .m(function (Command, cs, config, o) {
3003
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3004
- })
3005
- .s("Greengrass", "ListCoreDefinitions", {})
3006
- .n("GreengrassClient", "ListCoreDefinitionsCommand")
3007
- .sc(ListCoreDefinitions$)
3008
- .build() {
3009
- }
3010
-
3011
- class ListCoreDefinitionVersionsCommand extends Command
3012
- .classBuilder()
3013
- .ep(commonParams)
3014
- .m(function (Command, cs, config, o) {
3015
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3016
- })
3017
- .s("Greengrass", "ListCoreDefinitionVersions", {})
3018
- .n("GreengrassClient", "ListCoreDefinitionVersionsCommand")
3019
- .sc(ListCoreDefinitionVersions$)
3020
- .build() {
3021
- }
3022
-
3023
- class ListDeploymentsCommand extends Command
3024
- .classBuilder()
3025
- .ep(commonParams)
3026
- .m(function (Command, cs, config, o) {
3027
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3028
- })
3029
- .s("Greengrass", "ListDeployments", {})
3030
- .n("GreengrassClient", "ListDeploymentsCommand")
3031
- .sc(ListDeployments$)
3032
- .build() {
3033
- }
3034
-
3035
- class ListDeviceDefinitionsCommand extends Command
3036
- .classBuilder()
3037
- .ep(commonParams)
3038
- .m(function (Command, cs, config, o) {
3039
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3040
- })
3041
- .s("Greengrass", "ListDeviceDefinitions", {})
3042
- .n("GreengrassClient", "ListDeviceDefinitionsCommand")
3043
- .sc(ListDeviceDefinitions$)
3044
- .build() {
3045
- }
3046
-
3047
- class ListDeviceDefinitionVersionsCommand extends Command
3048
- .classBuilder()
3049
- .ep(commonParams)
3050
- .m(function (Command, cs, config, o) {
3051
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3052
- })
3053
- .s("Greengrass", "ListDeviceDefinitionVersions", {})
3054
- .n("GreengrassClient", "ListDeviceDefinitionVersionsCommand")
3055
- .sc(ListDeviceDefinitionVersions$)
3056
- .build() {
3057
- }
3058
-
3059
- class ListFunctionDefinitionsCommand extends Command
3060
- .classBuilder()
3061
- .ep(commonParams)
3062
- .m(function (Command, cs, config, o) {
3063
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3064
- })
3065
- .s("Greengrass", "ListFunctionDefinitions", {})
3066
- .n("GreengrassClient", "ListFunctionDefinitionsCommand")
3067
- .sc(ListFunctionDefinitions$)
3068
- .build() {
3069
- }
3070
-
3071
- class ListFunctionDefinitionVersionsCommand extends Command
3072
- .classBuilder()
3073
- .ep(commonParams)
3074
- .m(function (Command, cs, config, o) {
3075
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3076
- })
3077
- .s("Greengrass", "ListFunctionDefinitionVersions", {})
3078
- .n("GreengrassClient", "ListFunctionDefinitionVersionsCommand")
3079
- .sc(ListFunctionDefinitionVersions$)
3080
- .build() {
3081
- }
3082
-
3083
- class ListGroupCertificateAuthoritiesCommand extends Command
3084
- .classBuilder()
3085
- .ep(commonParams)
3086
- .m(function (Command, cs, config, o) {
3087
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3088
- })
3089
- .s("Greengrass", "ListGroupCertificateAuthorities", {})
3090
- .n("GreengrassClient", "ListGroupCertificateAuthoritiesCommand")
3091
- .sc(ListGroupCertificateAuthorities$)
3092
- .build() {
3093
- }
3094
-
3095
- class ListGroupsCommand extends Command
3096
- .classBuilder()
3097
- .ep(commonParams)
3098
- .m(function (Command, cs, config, o) {
3099
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3100
- })
3101
- .s("Greengrass", "ListGroups", {})
3102
- .n("GreengrassClient", "ListGroupsCommand")
3103
- .sc(ListGroups$)
3104
- .build() {
3105
- }
3106
-
3107
- class ListGroupVersionsCommand extends Command
3108
- .classBuilder()
3109
- .ep(commonParams)
3110
- .m(function (Command, cs, config, o) {
3111
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3112
- })
3113
- .s("Greengrass", "ListGroupVersions", {})
3114
- .n("GreengrassClient", "ListGroupVersionsCommand")
3115
- .sc(ListGroupVersions$)
3116
- .build() {
3117
- }
3118
-
3119
- class ListLoggerDefinitionsCommand extends Command
3120
- .classBuilder()
3121
- .ep(commonParams)
3122
- .m(function (Command, cs, config, o) {
3123
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3124
- })
3125
- .s("Greengrass", "ListLoggerDefinitions", {})
3126
- .n("GreengrassClient", "ListLoggerDefinitionsCommand")
3127
- .sc(ListLoggerDefinitions$)
3128
- .build() {
3129
- }
3130
-
3131
- class ListLoggerDefinitionVersionsCommand extends Command
3132
- .classBuilder()
3133
- .ep(commonParams)
3134
- .m(function (Command, cs, config, o) {
3135
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3136
- })
3137
- .s("Greengrass", "ListLoggerDefinitionVersions", {})
3138
- .n("GreengrassClient", "ListLoggerDefinitionVersionsCommand")
3139
- .sc(ListLoggerDefinitionVersions$)
3140
- .build() {
3141
- }
3142
-
3143
- class ListResourceDefinitionsCommand extends Command
3144
- .classBuilder()
3145
- .ep(commonParams)
3146
- .m(function (Command, cs, config, o) {
3147
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3148
- })
3149
- .s("Greengrass", "ListResourceDefinitions", {})
3150
- .n("GreengrassClient", "ListResourceDefinitionsCommand")
3151
- .sc(ListResourceDefinitions$)
3152
- .build() {
3153
- }
3154
-
3155
- class ListResourceDefinitionVersionsCommand extends Command
3156
- .classBuilder()
3157
- .ep(commonParams)
3158
- .m(function (Command, cs, config, o) {
3159
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3160
- })
3161
- .s("Greengrass", "ListResourceDefinitionVersions", {})
3162
- .n("GreengrassClient", "ListResourceDefinitionVersionsCommand")
3163
- .sc(ListResourceDefinitionVersions$)
3164
- .build() {
3165
- }
3166
-
3167
- class ListSubscriptionDefinitionsCommand extends Command
3168
- .classBuilder()
3169
- .ep(commonParams)
3170
- .m(function (Command, cs, config, o) {
3171
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3172
- })
3173
- .s("Greengrass", "ListSubscriptionDefinitions", {})
3174
- .n("GreengrassClient", "ListSubscriptionDefinitionsCommand")
3175
- .sc(ListSubscriptionDefinitions$)
3176
- .build() {
3177
- }
3178
-
3179
- class ListSubscriptionDefinitionVersionsCommand extends Command
3180
- .classBuilder()
3181
- .ep(commonParams)
3182
- .m(function (Command, cs, config, o) {
3183
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3184
- })
3185
- .s("Greengrass", "ListSubscriptionDefinitionVersions", {})
3186
- .n("GreengrassClient", "ListSubscriptionDefinitionVersionsCommand")
3187
- .sc(ListSubscriptionDefinitionVersions$)
3188
- .build() {
3189
- }
3190
-
3191
- class ListTagsForResourceCommand extends Command
3192
- .classBuilder()
3193
- .ep(commonParams)
3194
- .m(function (Command, cs, config, o) {
3195
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3196
- })
3197
- .s("Greengrass", "ListTagsForResource", {})
3198
- .n("GreengrassClient", "ListTagsForResourceCommand")
3199
- .sc(ListTagsForResource$)
3200
- .build() {
3201
- }
3202
-
3203
- class ResetDeploymentsCommand extends Command
3204
- .classBuilder()
3205
- .ep(commonParams)
3206
- .m(function (Command, cs, config, o) {
3207
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3208
- })
3209
- .s("Greengrass", "ResetDeployments", {})
3210
- .n("GreengrassClient", "ResetDeploymentsCommand")
3211
- .sc(ResetDeployments$)
3212
- .build() {
3213
- }
3214
-
3215
- class StartBulkDeploymentCommand extends Command
3216
- .classBuilder()
3217
- .ep(commonParams)
3218
- .m(function (Command, cs, config, o) {
3219
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3220
- })
3221
- .s("Greengrass", "StartBulkDeployment", {})
3222
- .n("GreengrassClient", "StartBulkDeploymentCommand")
3223
- .sc(StartBulkDeployment$)
3224
- .build() {
3225
- }
3226
-
3227
- class StopBulkDeploymentCommand extends Command
3228
- .classBuilder()
3229
- .ep(commonParams)
3230
- .m(function (Command, cs, config, o) {
3231
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3232
- })
3233
- .s("Greengrass", "StopBulkDeployment", {})
3234
- .n("GreengrassClient", "StopBulkDeploymentCommand")
3235
- .sc(StopBulkDeployment$)
3236
- .build() {
3237
- }
3238
-
3239
- class TagResourceCommand extends Command
3240
- .classBuilder()
3241
- .ep(commonParams)
3242
- .m(function (Command, cs, config, o) {
3243
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3244
- })
3245
- .s("Greengrass", "TagResource", {})
3246
- .n("GreengrassClient", "TagResourceCommand")
3247
- .sc(TagResource$)
3248
- .build() {
3249
- }
3250
-
3251
- class UntagResourceCommand extends Command
3252
- .classBuilder()
3253
- .ep(commonParams)
3254
- .m(function (Command, cs, config, o) {
3255
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3256
- })
3257
- .s("Greengrass", "UntagResource", {})
3258
- .n("GreengrassClient", "UntagResourceCommand")
3259
- .sc(UntagResource$)
3260
- .build() {
3261
- }
3262
-
3263
- class UpdateConnectivityInfoCommand extends Command
3264
- .classBuilder()
3265
- .ep(commonParams)
3266
- .m(function (Command, cs, config, o) {
3267
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3268
- })
3269
- .s("Greengrass", "UpdateConnectivityInfo", {})
3270
- .n("GreengrassClient", "UpdateConnectivityInfoCommand")
3271
- .sc(UpdateConnectivityInfo$)
3272
- .build() {
3273
- }
3274
-
3275
- class UpdateConnectorDefinitionCommand extends Command
3276
- .classBuilder()
3277
- .ep(commonParams)
3278
- .m(function (Command, cs, config, o) {
3279
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3280
- })
3281
- .s("Greengrass", "UpdateConnectorDefinition", {})
3282
- .n("GreengrassClient", "UpdateConnectorDefinitionCommand")
3283
- .sc(UpdateConnectorDefinition$)
3284
- .build() {
3285
- }
3286
-
3287
- class UpdateCoreDefinitionCommand extends Command
3288
- .classBuilder()
3289
- .ep(commonParams)
3290
- .m(function (Command, cs, config, o) {
3291
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3292
- })
3293
- .s("Greengrass", "UpdateCoreDefinition", {})
3294
- .n("GreengrassClient", "UpdateCoreDefinitionCommand")
3295
- .sc(UpdateCoreDefinition$)
3296
- .build() {
3297
- }
3298
-
3299
- class UpdateDeviceDefinitionCommand extends Command
3300
- .classBuilder()
3301
- .ep(commonParams)
3302
- .m(function (Command, cs, config, o) {
3303
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3304
- })
3305
- .s("Greengrass", "UpdateDeviceDefinition", {})
3306
- .n("GreengrassClient", "UpdateDeviceDefinitionCommand")
3307
- .sc(UpdateDeviceDefinition$)
3308
- .build() {
3309
- }
3310
-
3311
- class UpdateFunctionDefinitionCommand extends Command
3312
- .classBuilder()
3313
- .ep(commonParams)
3314
- .m(function (Command, cs, config, o) {
3315
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3316
- })
3317
- .s("Greengrass", "UpdateFunctionDefinition", {})
3318
- .n("GreengrassClient", "UpdateFunctionDefinitionCommand")
3319
- .sc(UpdateFunctionDefinition$)
3320
- .build() {
3321
- }
3322
-
3323
- class UpdateGroupCertificateConfigurationCommand extends Command
3324
- .classBuilder()
3325
- .ep(commonParams)
3326
- .m(function (Command, cs, config, o) {
3327
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3328
- })
3329
- .s("Greengrass", "UpdateGroupCertificateConfiguration", {})
3330
- .n("GreengrassClient", "UpdateGroupCertificateConfigurationCommand")
3331
- .sc(UpdateGroupCertificateConfiguration$)
3332
- .build() {
3333
- }
3334
-
3335
- class UpdateGroupCommand extends Command
3336
- .classBuilder()
3337
- .ep(commonParams)
3338
- .m(function (Command, cs, config, o) {
3339
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3340
- })
3341
- .s("Greengrass", "UpdateGroup", {})
3342
- .n("GreengrassClient", "UpdateGroupCommand")
3343
- .sc(UpdateGroup$)
3344
- .build() {
3345
- }
3346
-
3347
- class UpdateLoggerDefinitionCommand extends Command
3348
- .classBuilder()
3349
- .ep(commonParams)
3350
- .m(function (Command, cs, config, o) {
3351
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3352
- })
3353
- .s("Greengrass", "UpdateLoggerDefinition", {})
3354
- .n("GreengrassClient", "UpdateLoggerDefinitionCommand")
3355
- .sc(UpdateLoggerDefinition$)
3356
- .build() {
3357
- }
3358
-
3359
- class UpdateResourceDefinitionCommand extends Command
3360
- .classBuilder()
3361
- .ep(commonParams)
3362
- .m(function (Command, cs, config, o) {
3363
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3364
- })
3365
- .s("Greengrass", "UpdateResourceDefinition", {})
3366
- .n("GreengrassClient", "UpdateResourceDefinitionCommand")
3367
- .sc(UpdateResourceDefinition$)
3368
- .build() {
3369
- }
3370
-
3371
- class UpdateSubscriptionDefinitionCommand extends Command
3372
- .classBuilder()
3373
- .ep(commonParams)
3374
- .m(function (Command, cs, config, o) {
3375
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3376
- })
3377
- .s("Greengrass", "UpdateSubscriptionDefinition", {})
3378
- .n("GreengrassClient", "UpdateSubscriptionDefinitionCommand")
3379
- .sc(UpdateSubscriptionDefinition$)
3380
- .build() {
3381
- }
3382
-
3383
- class UpdateThingRuntimeConfigurationCommand extends Command
3384
- .classBuilder()
3385
- .ep(commonParams)
3386
- .m(function (Command, cs, config, o) {
3387
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3388
- })
3389
- .s("Greengrass", "UpdateThingRuntimeConfiguration", {})
3390
- .n("GreengrassClient", "UpdateThingRuntimeConfigurationCommand")
3391
- .sc(UpdateThingRuntimeConfiguration$)
3392
- .build() {
2293
+ const command = makeBuilder(commonParams, "Greengrass", "GreengrassClient", getEndpointPlugin);
2294
+ const _ep0 = {};
2295
+ const _mw0 = (Command, cs, config, o) => [];
2296
+
2297
+ class AssociateRoleToGroupCommand extends command(_ep0, _mw0, "AssociateRoleToGroup", AssociateRoleToGroup$) {
2298
+ }
2299
+
2300
+ class AssociateServiceRoleToAccountCommand extends command(_ep0, _mw0, "AssociateServiceRoleToAccount", AssociateServiceRoleToAccount$) {
2301
+ }
2302
+
2303
+ class CreateConnectorDefinitionCommand extends command(_ep0, _mw0, "CreateConnectorDefinition", CreateConnectorDefinition$) {
2304
+ }
2305
+
2306
+ class CreateConnectorDefinitionVersionCommand extends command(_ep0, _mw0, "CreateConnectorDefinitionVersion", CreateConnectorDefinitionVersion$) {
2307
+ }
2308
+
2309
+ class CreateCoreDefinitionCommand extends command(_ep0, _mw0, "CreateCoreDefinition", CreateCoreDefinition$) {
2310
+ }
2311
+
2312
+ class CreateCoreDefinitionVersionCommand extends command(_ep0, _mw0, "CreateCoreDefinitionVersion", CreateCoreDefinitionVersion$) {
2313
+ }
2314
+
2315
+ class CreateDeploymentCommand extends command(_ep0, _mw0, "CreateDeployment", CreateDeployment$) {
2316
+ }
2317
+
2318
+ class CreateDeviceDefinitionCommand extends command(_ep0, _mw0, "CreateDeviceDefinition", CreateDeviceDefinition$) {
2319
+ }
2320
+
2321
+ class CreateDeviceDefinitionVersionCommand extends command(_ep0, _mw0, "CreateDeviceDefinitionVersion", CreateDeviceDefinitionVersion$) {
2322
+ }
2323
+
2324
+ class CreateFunctionDefinitionCommand extends command(_ep0, _mw0, "CreateFunctionDefinition", CreateFunctionDefinition$) {
2325
+ }
2326
+
2327
+ class CreateFunctionDefinitionVersionCommand extends command(_ep0, _mw0, "CreateFunctionDefinitionVersion", CreateFunctionDefinitionVersion$) {
2328
+ }
2329
+
2330
+ class CreateGroupCertificateAuthorityCommand extends command(_ep0, _mw0, "CreateGroupCertificateAuthority", CreateGroupCertificateAuthority$) {
2331
+ }
2332
+
2333
+ class CreateGroupCommand extends command(_ep0, _mw0, "CreateGroup", CreateGroup$) {
2334
+ }
2335
+
2336
+ class CreateGroupVersionCommand extends command(_ep0, _mw0, "CreateGroupVersion", CreateGroupVersion$) {
2337
+ }
2338
+
2339
+ class CreateLoggerDefinitionCommand extends command(_ep0, _mw0, "CreateLoggerDefinition", CreateLoggerDefinition$) {
2340
+ }
2341
+
2342
+ class CreateLoggerDefinitionVersionCommand extends command(_ep0, _mw0, "CreateLoggerDefinitionVersion", CreateLoggerDefinitionVersion$) {
2343
+ }
2344
+
2345
+ class CreateResourceDefinitionCommand extends command(_ep0, _mw0, "CreateResourceDefinition", CreateResourceDefinition$) {
2346
+ }
2347
+
2348
+ class CreateResourceDefinitionVersionCommand extends command(_ep0, _mw0, "CreateResourceDefinitionVersion", CreateResourceDefinitionVersion$) {
2349
+ }
2350
+
2351
+ class CreateSoftwareUpdateJobCommand extends command(_ep0, _mw0, "CreateSoftwareUpdateJob", CreateSoftwareUpdateJob$) {
2352
+ }
2353
+
2354
+ class CreateSubscriptionDefinitionCommand extends command(_ep0, _mw0, "CreateSubscriptionDefinition", CreateSubscriptionDefinition$) {
2355
+ }
2356
+
2357
+ class CreateSubscriptionDefinitionVersionCommand extends command(_ep0, _mw0, "CreateSubscriptionDefinitionVersion", CreateSubscriptionDefinitionVersion$) {
2358
+ }
2359
+
2360
+ class DeleteConnectorDefinitionCommand extends command(_ep0, _mw0, "DeleteConnectorDefinition", DeleteConnectorDefinition$) {
2361
+ }
2362
+
2363
+ class DeleteCoreDefinitionCommand extends command(_ep0, _mw0, "DeleteCoreDefinition", DeleteCoreDefinition$) {
2364
+ }
2365
+
2366
+ class DeleteDeviceDefinitionCommand extends command(_ep0, _mw0, "DeleteDeviceDefinition", DeleteDeviceDefinition$) {
2367
+ }
2368
+
2369
+ class DeleteFunctionDefinitionCommand extends command(_ep0, _mw0, "DeleteFunctionDefinition", DeleteFunctionDefinition$) {
2370
+ }
2371
+
2372
+ class DeleteGroupCommand extends command(_ep0, _mw0, "DeleteGroup", DeleteGroup$) {
2373
+ }
2374
+
2375
+ class DeleteLoggerDefinitionCommand extends command(_ep0, _mw0, "DeleteLoggerDefinition", DeleteLoggerDefinition$) {
2376
+ }
2377
+
2378
+ class DeleteResourceDefinitionCommand extends command(_ep0, _mw0, "DeleteResourceDefinition", DeleteResourceDefinition$) {
2379
+ }
2380
+
2381
+ class DeleteSubscriptionDefinitionCommand extends command(_ep0, _mw0, "DeleteSubscriptionDefinition", DeleteSubscriptionDefinition$) {
2382
+ }
2383
+
2384
+ class DisassociateRoleFromGroupCommand extends command(_ep0, _mw0, "DisassociateRoleFromGroup", DisassociateRoleFromGroup$) {
2385
+ }
2386
+
2387
+ class DisassociateServiceRoleFromAccountCommand extends command(_ep0, _mw0, "DisassociateServiceRoleFromAccount", DisassociateServiceRoleFromAccount$) {
2388
+ }
2389
+
2390
+ class GetAssociatedRoleCommand extends command(_ep0, _mw0, "GetAssociatedRole", GetAssociatedRole$) {
2391
+ }
2392
+
2393
+ class GetBulkDeploymentStatusCommand extends command(_ep0, _mw0, "GetBulkDeploymentStatus", GetBulkDeploymentStatus$) {
2394
+ }
2395
+
2396
+ class GetConnectivityInfoCommand extends command(_ep0, _mw0, "GetConnectivityInfo", GetConnectivityInfo$) {
2397
+ }
2398
+
2399
+ class GetConnectorDefinitionCommand extends command(_ep0, _mw0, "GetConnectorDefinition", GetConnectorDefinition$) {
2400
+ }
2401
+
2402
+ class GetConnectorDefinitionVersionCommand extends command(_ep0, _mw0, "GetConnectorDefinitionVersion", GetConnectorDefinitionVersion$) {
2403
+ }
2404
+
2405
+ class GetCoreDefinitionCommand extends command(_ep0, _mw0, "GetCoreDefinition", GetCoreDefinition$) {
2406
+ }
2407
+
2408
+ class GetCoreDefinitionVersionCommand extends command(_ep0, _mw0, "GetCoreDefinitionVersion", GetCoreDefinitionVersion$) {
2409
+ }
2410
+
2411
+ class GetDeploymentStatusCommand extends command(_ep0, _mw0, "GetDeploymentStatus", GetDeploymentStatus$) {
2412
+ }
2413
+
2414
+ class GetDeviceDefinitionCommand extends command(_ep0, _mw0, "GetDeviceDefinition", GetDeviceDefinition$) {
2415
+ }
2416
+
2417
+ class GetDeviceDefinitionVersionCommand extends command(_ep0, _mw0, "GetDeviceDefinitionVersion", GetDeviceDefinitionVersion$) {
2418
+ }
2419
+
2420
+ class GetFunctionDefinitionCommand extends command(_ep0, _mw0, "GetFunctionDefinition", GetFunctionDefinition$) {
2421
+ }
2422
+
2423
+ class GetFunctionDefinitionVersionCommand extends command(_ep0, _mw0, "GetFunctionDefinitionVersion", GetFunctionDefinitionVersion$) {
2424
+ }
2425
+
2426
+ class GetGroupCertificateAuthorityCommand extends command(_ep0, _mw0, "GetGroupCertificateAuthority", GetGroupCertificateAuthority$) {
2427
+ }
2428
+
2429
+ class GetGroupCertificateConfigurationCommand extends command(_ep0, _mw0, "GetGroupCertificateConfiguration", GetGroupCertificateConfiguration$) {
2430
+ }
2431
+
2432
+ class GetGroupCommand extends command(_ep0, _mw0, "GetGroup", GetGroup$) {
2433
+ }
2434
+
2435
+ class GetGroupVersionCommand extends command(_ep0, _mw0, "GetGroupVersion", GetGroupVersion$) {
2436
+ }
2437
+
2438
+ class GetLoggerDefinitionCommand extends command(_ep0, _mw0, "GetLoggerDefinition", GetLoggerDefinition$) {
2439
+ }
2440
+
2441
+ class GetLoggerDefinitionVersionCommand extends command(_ep0, _mw0, "GetLoggerDefinitionVersion", GetLoggerDefinitionVersion$) {
2442
+ }
2443
+
2444
+ class GetResourceDefinitionCommand extends command(_ep0, _mw0, "GetResourceDefinition", GetResourceDefinition$) {
2445
+ }
2446
+
2447
+ class GetResourceDefinitionVersionCommand extends command(_ep0, _mw0, "GetResourceDefinitionVersion", GetResourceDefinitionVersion$) {
2448
+ }
2449
+
2450
+ class GetServiceRoleForAccountCommand extends command(_ep0, _mw0, "GetServiceRoleForAccount", GetServiceRoleForAccount$) {
2451
+ }
2452
+
2453
+ class GetSubscriptionDefinitionCommand extends command(_ep0, _mw0, "GetSubscriptionDefinition", GetSubscriptionDefinition$) {
2454
+ }
2455
+
2456
+ class GetSubscriptionDefinitionVersionCommand extends command(_ep0, _mw0, "GetSubscriptionDefinitionVersion", GetSubscriptionDefinitionVersion$) {
2457
+ }
2458
+
2459
+ class GetThingRuntimeConfigurationCommand extends command(_ep0, _mw0, "GetThingRuntimeConfiguration", GetThingRuntimeConfiguration$) {
2460
+ }
2461
+
2462
+ class ListBulkDeploymentDetailedReportsCommand extends command(_ep0, _mw0, "ListBulkDeploymentDetailedReports", ListBulkDeploymentDetailedReports$) {
2463
+ }
2464
+
2465
+ class ListBulkDeploymentsCommand extends command(_ep0, _mw0, "ListBulkDeployments", ListBulkDeployments$) {
2466
+ }
2467
+
2468
+ class ListConnectorDefinitionsCommand extends command(_ep0, _mw0, "ListConnectorDefinitions", ListConnectorDefinitions$) {
2469
+ }
2470
+
2471
+ class ListConnectorDefinitionVersionsCommand extends command(_ep0, _mw0, "ListConnectorDefinitionVersions", ListConnectorDefinitionVersions$) {
2472
+ }
2473
+
2474
+ class ListCoreDefinitionsCommand extends command(_ep0, _mw0, "ListCoreDefinitions", ListCoreDefinitions$) {
2475
+ }
2476
+
2477
+ class ListCoreDefinitionVersionsCommand extends command(_ep0, _mw0, "ListCoreDefinitionVersions", ListCoreDefinitionVersions$) {
2478
+ }
2479
+
2480
+ class ListDeploymentsCommand extends command(_ep0, _mw0, "ListDeployments", ListDeployments$) {
2481
+ }
2482
+
2483
+ class ListDeviceDefinitionsCommand extends command(_ep0, _mw0, "ListDeviceDefinitions", ListDeviceDefinitions$) {
2484
+ }
2485
+
2486
+ class ListDeviceDefinitionVersionsCommand extends command(_ep0, _mw0, "ListDeviceDefinitionVersions", ListDeviceDefinitionVersions$) {
2487
+ }
2488
+
2489
+ class ListFunctionDefinitionsCommand extends command(_ep0, _mw0, "ListFunctionDefinitions", ListFunctionDefinitions$) {
2490
+ }
2491
+
2492
+ class ListFunctionDefinitionVersionsCommand extends command(_ep0, _mw0, "ListFunctionDefinitionVersions", ListFunctionDefinitionVersions$) {
2493
+ }
2494
+
2495
+ class ListGroupCertificateAuthoritiesCommand extends command(_ep0, _mw0, "ListGroupCertificateAuthorities", ListGroupCertificateAuthorities$) {
2496
+ }
2497
+
2498
+ class ListGroupsCommand extends command(_ep0, _mw0, "ListGroups", ListGroups$) {
2499
+ }
2500
+
2501
+ class ListGroupVersionsCommand extends command(_ep0, _mw0, "ListGroupVersions", ListGroupVersions$) {
2502
+ }
2503
+
2504
+ class ListLoggerDefinitionsCommand extends command(_ep0, _mw0, "ListLoggerDefinitions", ListLoggerDefinitions$) {
2505
+ }
2506
+
2507
+ class ListLoggerDefinitionVersionsCommand extends command(_ep0, _mw0, "ListLoggerDefinitionVersions", ListLoggerDefinitionVersions$) {
2508
+ }
2509
+
2510
+ class ListResourceDefinitionsCommand extends command(_ep0, _mw0, "ListResourceDefinitions", ListResourceDefinitions$) {
2511
+ }
2512
+
2513
+ class ListResourceDefinitionVersionsCommand extends command(_ep0, _mw0, "ListResourceDefinitionVersions", ListResourceDefinitionVersions$) {
2514
+ }
2515
+
2516
+ class ListSubscriptionDefinitionsCommand extends command(_ep0, _mw0, "ListSubscriptionDefinitions", ListSubscriptionDefinitions$) {
2517
+ }
2518
+
2519
+ class ListSubscriptionDefinitionVersionsCommand extends command(_ep0, _mw0, "ListSubscriptionDefinitionVersions", ListSubscriptionDefinitionVersions$) {
2520
+ }
2521
+
2522
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2523
+ }
2524
+
2525
+ class ResetDeploymentsCommand extends command(_ep0, _mw0, "ResetDeployments", ResetDeployments$) {
2526
+ }
2527
+
2528
+ class StartBulkDeploymentCommand extends command(_ep0, _mw0, "StartBulkDeployment", StartBulkDeployment$) {
2529
+ }
2530
+
2531
+ class StopBulkDeploymentCommand extends command(_ep0, _mw0, "StopBulkDeployment", StopBulkDeployment$) {
2532
+ }
2533
+
2534
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2535
+ }
2536
+
2537
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2538
+ }
2539
+
2540
+ class UpdateConnectivityInfoCommand extends command(_ep0, _mw0, "UpdateConnectivityInfo", UpdateConnectivityInfo$) {
2541
+ }
2542
+
2543
+ class UpdateConnectorDefinitionCommand extends command(_ep0, _mw0, "UpdateConnectorDefinition", UpdateConnectorDefinition$) {
2544
+ }
2545
+
2546
+ class UpdateCoreDefinitionCommand extends command(_ep0, _mw0, "UpdateCoreDefinition", UpdateCoreDefinition$) {
2547
+ }
2548
+
2549
+ class UpdateDeviceDefinitionCommand extends command(_ep0, _mw0, "UpdateDeviceDefinition", UpdateDeviceDefinition$) {
2550
+ }
2551
+
2552
+ class UpdateFunctionDefinitionCommand extends command(_ep0, _mw0, "UpdateFunctionDefinition", UpdateFunctionDefinition$) {
2553
+ }
2554
+
2555
+ class UpdateGroupCertificateConfigurationCommand extends command(_ep0, _mw0, "UpdateGroupCertificateConfiguration", UpdateGroupCertificateConfiguration$) {
2556
+ }
2557
+
2558
+ class UpdateGroupCommand extends command(_ep0, _mw0, "UpdateGroup", UpdateGroup$) {
2559
+ }
2560
+
2561
+ class UpdateLoggerDefinitionCommand extends command(_ep0, _mw0, "UpdateLoggerDefinition", UpdateLoggerDefinition$) {
2562
+ }
2563
+
2564
+ class UpdateResourceDefinitionCommand extends command(_ep0, _mw0, "UpdateResourceDefinition", UpdateResourceDefinition$) {
2565
+ }
2566
+
2567
+ class UpdateSubscriptionDefinitionCommand extends command(_ep0, _mw0, "UpdateSubscriptionDefinition", UpdateSubscriptionDefinition$) {
2568
+ }
2569
+
2570
+ class UpdateThingRuntimeConfigurationCommand extends command(_ep0, _mw0, "UpdateThingRuntimeConfiguration", UpdateThingRuntimeConfiguration$) {
3393
2571
  }
3394
2572
 
3395
2573
  const commands = {