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