@aws-sdk/client-greengrass 3.477.0 → 3.481.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 (373) hide show
  1. package/dist-cjs/commands/AssociateRoleToGroupCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +18 -41
  3. package/dist-cjs/commands/CreateConnectorDefinitionCommand.js +18 -41
  4. package/dist-cjs/commands/CreateConnectorDefinitionVersionCommand.js +18 -41
  5. package/dist-cjs/commands/CreateCoreDefinitionCommand.js +18 -41
  6. package/dist-cjs/commands/CreateCoreDefinitionVersionCommand.js +18 -41
  7. package/dist-cjs/commands/CreateDeploymentCommand.js +18 -41
  8. package/dist-cjs/commands/CreateDeviceDefinitionCommand.js +18 -41
  9. package/dist-cjs/commands/CreateDeviceDefinitionVersionCommand.js +18 -41
  10. package/dist-cjs/commands/CreateFunctionDefinitionCommand.js +18 -41
  11. package/dist-cjs/commands/CreateFunctionDefinitionVersionCommand.js +18 -41
  12. package/dist-cjs/commands/CreateGroupCertificateAuthorityCommand.js +18 -41
  13. package/dist-cjs/commands/CreateGroupCommand.js +18 -41
  14. package/dist-cjs/commands/CreateGroupVersionCommand.js +18 -41
  15. package/dist-cjs/commands/CreateLoggerDefinitionCommand.js +18 -41
  16. package/dist-cjs/commands/CreateLoggerDefinitionVersionCommand.js +18 -41
  17. package/dist-cjs/commands/CreateResourceDefinitionCommand.js +18 -41
  18. package/dist-cjs/commands/CreateResourceDefinitionVersionCommand.js +18 -41
  19. package/dist-cjs/commands/CreateSoftwareUpdateJobCommand.js +18 -41
  20. package/dist-cjs/commands/CreateSubscriptionDefinitionCommand.js +18 -41
  21. package/dist-cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +18 -41
  22. package/dist-cjs/commands/DeleteConnectorDefinitionCommand.js +18 -41
  23. package/dist-cjs/commands/DeleteCoreDefinitionCommand.js +18 -41
  24. package/dist-cjs/commands/DeleteDeviceDefinitionCommand.js +18 -41
  25. package/dist-cjs/commands/DeleteFunctionDefinitionCommand.js +18 -41
  26. package/dist-cjs/commands/DeleteGroupCommand.js +18 -41
  27. package/dist-cjs/commands/DeleteLoggerDefinitionCommand.js +18 -41
  28. package/dist-cjs/commands/DeleteResourceDefinitionCommand.js +18 -41
  29. package/dist-cjs/commands/DeleteSubscriptionDefinitionCommand.js +18 -41
  30. package/dist-cjs/commands/DisassociateRoleFromGroupCommand.js +18 -41
  31. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +18 -41
  32. package/dist-cjs/commands/GetAssociatedRoleCommand.js +18 -41
  33. package/dist-cjs/commands/GetBulkDeploymentStatusCommand.js +18 -41
  34. package/dist-cjs/commands/GetConnectivityInfoCommand.js +18 -41
  35. package/dist-cjs/commands/GetConnectorDefinitionCommand.js +18 -41
  36. package/dist-cjs/commands/GetConnectorDefinitionVersionCommand.js +18 -41
  37. package/dist-cjs/commands/GetCoreDefinitionCommand.js +18 -41
  38. package/dist-cjs/commands/GetCoreDefinitionVersionCommand.js +18 -41
  39. package/dist-cjs/commands/GetDeploymentStatusCommand.js +18 -41
  40. package/dist-cjs/commands/GetDeviceDefinitionCommand.js +18 -41
  41. package/dist-cjs/commands/GetDeviceDefinitionVersionCommand.js +18 -41
  42. package/dist-cjs/commands/GetFunctionDefinitionCommand.js +18 -41
  43. package/dist-cjs/commands/GetFunctionDefinitionVersionCommand.js +18 -41
  44. package/dist-cjs/commands/GetGroupCertificateAuthorityCommand.js +18 -41
  45. package/dist-cjs/commands/GetGroupCertificateConfigurationCommand.js +18 -41
  46. package/dist-cjs/commands/GetGroupCommand.js +18 -41
  47. package/dist-cjs/commands/GetGroupVersionCommand.js +18 -41
  48. package/dist-cjs/commands/GetLoggerDefinitionCommand.js +18 -41
  49. package/dist-cjs/commands/GetLoggerDefinitionVersionCommand.js +18 -41
  50. package/dist-cjs/commands/GetResourceDefinitionCommand.js +18 -41
  51. package/dist-cjs/commands/GetResourceDefinitionVersionCommand.js +18 -41
  52. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +18 -41
  53. package/dist-cjs/commands/GetSubscriptionDefinitionCommand.js +18 -41
  54. package/dist-cjs/commands/GetSubscriptionDefinitionVersionCommand.js +18 -41
  55. package/dist-cjs/commands/GetThingRuntimeConfigurationCommand.js +18 -41
  56. package/dist-cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +18 -41
  57. package/dist-cjs/commands/ListBulkDeploymentsCommand.js +18 -41
  58. package/dist-cjs/commands/ListConnectorDefinitionVersionsCommand.js +18 -41
  59. package/dist-cjs/commands/ListConnectorDefinitionsCommand.js +18 -41
  60. package/dist-cjs/commands/ListCoreDefinitionVersionsCommand.js +18 -41
  61. package/dist-cjs/commands/ListCoreDefinitionsCommand.js +18 -41
  62. package/dist-cjs/commands/ListDeploymentsCommand.js +18 -41
  63. package/dist-cjs/commands/ListDeviceDefinitionVersionsCommand.js +18 -41
  64. package/dist-cjs/commands/ListDeviceDefinitionsCommand.js +18 -41
  65. package/dist-cjs/commands/ListFunctionDefinitionVersionsCommand.js +18 -41
  66. package/dist-cjs/commands/ListFunctionDefinitionsCommand.js +18 -41
  67. package/dist-cjs/commands/ListGroupCertificateAuthoritiesCommand.js +18 -41
  68. package/dist-cjs/commands/ListGroupVersionsCommand.js +18 -41
  69. package/dist-cjs/commands/ListGroupsCommand.js +18 -41
  70. package/dist-cjs/commands/ListLoggerDefinitionVersionsCommand.js +18 -41
  71. package/dist-cjs/commands/ListLoggerDefinitionsCommand.js +18 -41
  72. package/dist-cjs/commands/ListResourceDefinitionVersionsCommand.js +18 -41
  73. package/dist-cjs/commands/ListResourceDefinitionsCommand.js +18 -41
  74. package/dist-cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +18 -41
  75. package/dist-cjs/commands/ListSubscriptionDefinitionsCommand.js +18 -41
  76. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  77. package/dist-cjs/commands/ResetDeploymentsCommand.js +18 -41
  78. package/dist-cjs/commands/StartBulkDeploymentCommand.js +18 -41
  79. package/dist-cjs/commands/StopBulkDeploymentCommand.js +18 -41
  80. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  81. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  82. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +18 -41
  83. package/dist-cjs/commands/UpdateConnectorDefinitionCommand.js +18 -41
  84. package/dist-cjs/commands/UpdateCoreDefinitionCommand.js +18 -41
  85. package/dist-cjs/commands/UpdateDeviceDefinitionCommand.js +18 -41
  86. package/dist-cjs/commands/UpdateFunctionDefinitionCommand.js +18 -41
  87. package/dist-cjs/commands/UpdateGroupCertificateConfigurationCommand.js +18 -41
  88. package/dist-cjs/commands/UpdateGroupCommand.js +18 -41
  89. package/dist-cjs/commands/UpdateLoggerDefinitionCommand.js +18 -41
  90. package/dist-cjs/commands/UpdateResourceDefinitionCommand.js +18 -41
  91. package/dist-cjs/commands/UpdateSubscriptionDefinitionCommand.js +18 -41
  92. package/dist-cjs/commands/UpdateThingRuntimeConfigurationCommand.js +18 -41
  93. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  94. package/dist-es/commands/AssociateRoleToGroupCommand.js +18 -41
  95. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +18 -41
  96. package/dist-es/commands/CreateConnectorDefinitionCommand.js +18 -41
  97. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +18 -41
  98. package/dist-es/commands/CreateCoreDefinitionCommand.js +18 -41
  99. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +18 -41
  100. package/dist-es/commands/CreateDeploymentCommand.js +18 -41
  101. package/dist-es/commands/CreateDeviceDefinitionCommand.js +18 -41
  102. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +18 -41
  103. package/dist-es/commands/CreateFunctionDefinitionCommand.js +18 -41
  104. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +18 -41
  105. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +18 -41
  106. package/dist-es/commands/CreateGroupCommand.js +18 -41
  107. package/dist-es/commands/CreateGroupVersionCommand.js +18 -41
  108. package/dist-es/commands/CreateLoggerDefinitionCommand.js +18 -41
  109. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +18 -41
  110. package/dist-es/commands/CreateResourceDefinitionCommand.js +18 -41
  111. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +18 -41
  112. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +18 -41
  113. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +18 -41
  114. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +18 -41
  115. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +18 -41
  116. package/dist-es/commands/DeleteCoreDefinitionCommand.js +18 -41
  117. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +18 -41
  118. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +18 -41
  119. package/dist-es/commands/DeleteGroupCommand.js +18 -41
  120. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +18 -41
  121. package/dist-es/commands/DeleteResourceDefinitionCommand.js +18 -41
  122. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +18 -41
  123. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +18 -41
  124. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +18 -41
  125. package/dist-es/commands/GetAssociatedRoleCommand.js +18 -41
  126. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +18 -41
  127. package/dist-es/commands/GetConnectivityInfoCommand.js +18 -41
  128. package/dist-es/commands/GetConnectorDefinitionCommand.js +18 -41
  129. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +18 -41
  130. package/dist-es/commands/GetCoreDefinitionCommand.js +18 -41
  131. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +18 -41
  132. package/dist-es/commands/GetDeploymentStatusCommand.js +18 -41
  133. package/dist-es/commands/GetDeviceDefinitionCommand.js +18 -41
  134. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +18 -41
  135. package/dist-es/commands/GetFunctionDefinitionCommand.js +18 -41
  136. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +18 -41
  137. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +18 -41
  138. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +18 -41
  139. package/dist-es/commands/GetGroupCommand.js +18 -41
  140. package/dist-es/commands/GetGroupVersionCommand.js +18 -41
  141. package/dist-es/commands/GetLoggerDefinitionCommand.js +18 -41
  142. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +18 -41
  143. package/dist-es/commands/GetResourceDefinitionCommand.js +18 -41
  144. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +18 -41
  145. package/dist-es/commands/GetServiceRoleForAccountCommand.js +18 -41
  146. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +18 -41
  147. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +18 -41
  148. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +18 -41
  149. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +18 -41
  150. package/dist-es/commands/ListBulkDeploymentsCommand.js +18 -41
  151. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +18 -41
  152. package/dist-es/commands/ListConnectorDefinitionsCommand.js +18 -41
  153. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +18 -41
  154. package/dist-es/commands/ListCoreDefinitionsCommand.js +18 -41
  155. package/dist-es/commands/ListDeploymentsCommand.js +18 -41
  156. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +18 -41
  157. package/dist-es/commands/ListDeviceDefinitionsCommand.js +18 -41
  158. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +18 -41
  159. package/dist-es/commands/ListFunctionDefinitionsCommand.js +18 -41
  160. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +18 -41
  161. package/dist-es/commands/ListGroupVersionsCommand.js +18 -41
  162. package/dist-es/commands/ListGroupsCommand.js +18 -41
  163. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +18 -41
  164. package/dist-es/commands/ListLoggerDefinitionsCommand.js +18 -41
  165. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +18 -41
  166. package/dist-es/commands/ListResourceDefinitionsCommand.js +18 -41
  167. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +18 -41
  168. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +18 -41
  169. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  170. package/dist-es/commands/ResetDeploymentsCommand.js +18 -41
  171. package/dist-es/commands/StartBulkDeploymentCommand.js +18 -41
  172. package/dist-es/commands/StopBulkDeploymentCommand.js +18 -41
  173. package/dist-es/commands/TagResourceCommand.js +18 -41
  174. package/dist-es/commands/UntagResourceCommand.js +18 -41
  175. package/dist-es/commands/UpdateConnectivityInfoCommand.js +18 -41
  176. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +18 -41
  177. package/dist-es/commands/UpdateCoreDefinitionCommand.js +18 -41
  178. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +18 -41
  179. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +18 -41
  180. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +18 -41
  181. package/dist-es/commands/UpdateGroupCommand.js +18 -41
  182. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +18 -41
  183. package/dist-es/commands/UpdateResourceDefinitionCommand.js +18 -41
  184. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +18 -41
  185. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +18 -41
  186. package/dist-es/endpoint/EndpointParameters.js +6 -0
  187. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +6 -21
  188. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +6 -21
  189. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +6 -21
  190. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +6 -21
  191. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +6 -21
  192. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +6 -21
  193. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -21
  194. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +6 -21
  195. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +6 -21
  196. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +6 -21
  197. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +6 -21
  198. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +6 -21
  199. package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
  200. package/dist-types/commands/CreateGroupVersionCommand.d.ts +6 -21
  201. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +6 -21
  202. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +6 -21
  203. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +6 -21
  204. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +6 -21
  205. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +6 -21
  206. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +6 -21
  207. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +6 -21
  208. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +6 -21
  209. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +6 -21
  210. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +6 -21
  211. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +6 -21
  212. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
  213. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +6 -21
  214. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +6 -21
  215. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +6 -21
  216. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +6 -21
  217. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -21
  218. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +6 -21
  219. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +6 -21
  220. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +6 -21
  221. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +6 -21
  222. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +6 -21
  223. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +6 -21
  224. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +6 -21
  225. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +6 -21
  226. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +6 -21
  227. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +6 -21
  228. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +6 -21
  229. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +6 -21
  230. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +6 -21
  231. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +6 -21
  232. package/dist-types/commands/GetGroupCommand.d.ts +6 -21
  233. package/dist-types/commands/GetGroupVersionCommand.d.ts +6 -21
  234. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +6 -21
  235. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +6 -21
  236. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +6 -21
  237. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +6 -21
  238. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +6 -21
  239. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +6 -21
  240. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +6 -21
  241. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +6 -21
  242. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +6 -21
  243. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +6 -21
  244. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +6 -21
  245. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +6 -21
  246. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +6 -21
  247. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +6 -21
  248. package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -21
  249. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +6 -21
  250. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +6 -21
  251. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +6 -21
  252. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +6 -21
  253. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +6 -21
  254. package/dist-types/commands/ListGroupVersionsCommand.d.ts +6 -21
  255. package/dist-types/commands/ListGroupsCommand.d.ts +6 -21
  256. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +6 -21
  257. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +6 -21
  258. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +6 -21
  259. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +6 -21
  260. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +6 -21
  261. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +6 -21
  262. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  263. package/dist-types/commands/ResetDeploymentsCommand.d.ts +6 -21
  264. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +6 -21
  265. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +6 -21
  266. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  267. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  268. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +6 -21
  269. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +6 -21
  270. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +6 -21
  271. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +6 -21
  272. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +6 -21
  273. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +6 -21
  274. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -21
  275. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +6 -21
  276. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +6 -21
  277. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +6 -21
  278. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +6 -21
  279. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  280. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +12 -24
  281. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +12 -24
  282. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +12 -24
  283. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +12 -24
  285. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +12 -24
  286. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +14 -23
  287. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +12 -24
  288. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +12 -24
  289. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +12 -24
  290. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +12 -24
  291. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
  293. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +14 -23
  294. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +12 -24
  295. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +12 -24
  296. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +12 -24
  297. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +12 -24
  298. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +12 -24
  299. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +12 -24
  300. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +12 -24
  301. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +12 -24
  302. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +12 -24
  303. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +12 -24
  304. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +12 -24
  305. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
  306. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +12 -24
  307. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +12 -24
  308. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +12 -24
  309. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +12 -24
  310. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +12 -24
  311. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +14 -23
  312. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +12 -24
  313. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +14 -23
  314. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +12 -24
  315. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +12 -24
  316. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +14 -23
  317. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +12 -24
  318. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +14 -23
  319. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +14 -23
  320. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +12 -24
  321. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +12 -24
  322. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +12 -24
  323. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +12 -24
  324. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +12 -24
  325. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -23
  326. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +14 -23
  327. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +14 -23
  328. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +12 -24
  329. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +12 -24
  330. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +12 -24
  331. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +12 -24
  332. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +12 -24
  333. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +12 -24
  334. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +12 -24
  335. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +12 -24
  336. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +14 -23
  337. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +12 -24
  338. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +12 -24
  339. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +12 -24
  340. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +14 -23
  341. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +14 -23
  342. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +12 -24
  343. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +12 -24
  344. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +12 -24
  345. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +12 -24
  346. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +12 -24
  347. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +14 -23
  348. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -23
  349. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +12 -24
  350. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +12 -24
  351. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +12 -24
  352. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +12 -24
  353. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +12 -24
  354. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +12 -24
  355. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  356. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +14 -23
  357. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +14 -23
  358. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +14 -23
  359. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  360. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  361. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +12 -24
  362. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +12 -24
  363. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +12 -24
  364. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +12 -24
  365. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +12 -24
  366. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +12 -24
  367. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -23
  368. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +12 -24
  369. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +12 -24
  370. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +12 -24
  371. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +12 -24
  372. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  373. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { StopBulkDeploymentRequest, StopBulkDeploymentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopBulkDeploymentCommandInput extends StopBulkDeploymentReques
21
20
  */
22
21
  export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopBulkDeploymentCommand_base: {
24
+ new (input: StopBulkDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Stops the execution of a bulk deployment. This action returns a status of ''Stopping'' until the deployment is stopped. You cannot start a new bulk deployment while a previous deployment is in the ''Stopping'' state. This action doesn't rollback completed deployments or cancel pending deployments.
@@ -52,23 +55,5 @@ export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentRespo
52
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
53
56
  *
54
57
  */
55
- export declare class StopBulkDeploymentCommand extends $Command<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
56
- readonly input: StopBulkDeploymentCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: StopBulkDeploymentCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class StopBulkDeploymentCommand extends StopBulkDeploymentCommand_base {
74
59
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { TagResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Adds tags to a Greengrass resource. Valid resources are 'Group', 'ConnectorDefinition', 'CoreDefinition', 'DeviceDefinition', 'FunctionDefinition', 'LoggerDefinition', 'SubscriptionDefinition', 'ResourceDefinition', and 'BulkDeployment'.
@@ -55,23 +58,5 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
55
58
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
59
  *
57
60
  */
58
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GreengrassClientResolvedConfig> {
59
- readonly input: TagResourceCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: TagResourceCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class TagResourceCommand extends TagResourceCommand_base {
77
62
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UntagResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Remove resource tags from a Greengrass Resource.
@@ -55,23 +58,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
55
58
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
59
  *
57
60
  */
58
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassClientResolvedConfig> {
59
- readonly input: UntagResourceCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: UntagResourceCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
62
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateConnectivityInfoCommandInput extends UpdateConnectivityIn
21
20
  */
22
21
  export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityInfoResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateConnectivityInfoCommand_base: {
24
+ new (input: UpdateConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates the connectivity information for the core. Any devices that belong to the group which has this core will receive this information in order to find the location of the core and connect to it.
@@ -66,23 +69,5 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
66
69
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
67
70
  *
68
71
  */
69
- export declare class UpdateConnectivityInfoCommand extends $Command<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassClientResolvedConfig> {
70
- readonly input: UpdateConnectivityInfoCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: UpdateConnectivityInfoCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class UpdateConnectivityInfoCommand extends UpdateConnectivityInfoCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateConnectorDefinitionRequest, UpdateConnectorDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateConnectorDefinitionCommandInput extends UpdateConnectorDe
21
20
  */
22
21
  export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateConnectorDefinitionCommand_base: {
24
+ new (input: UpdateConnectorDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates a connector definition.
@@ -53,23 +56,5 @@ export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorD
53
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
54
57
  *
55
58
  */
56
- export declare class UpdateConnectorDefinitionCommand extends $Command<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
57
- readonly input: UpdateConnectorDefinitionCommandInput;
58
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
- /**
60
- * @public
61
- */
62
- constructor(input: UpdateConnectorDefinitionCommandInput);
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput>;
67
- /**
68
- * @internal
69
- */
70
- private serialize;
71
- /**
72
- * @internal
73
- */
74
- private deserialize;
59
+ export declare class UpdateConnectorDefinitionCommand extends UpdateConnectorDefinitionCommand_base {
75
60
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateCoreDefinitionRequest, UpdateCoreDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCoreDefinitionCommandInput extends UpdateCoreDefinitionRe
21
20
  */
22
21
  export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateCoreDefinitionCommand_base: {
24
+ new (input: UpdateCoreDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates a core definition.
@@ -53,23 +56,5 @@ export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionR
53
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
54
57
  *
55
58
  */
56
- export declare class UpdateCoreDefinitionCommand extends $Command<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
57
- readonly input: UpdateCoreDefinitionCommandInput;
58
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
- /**
60
- * @public
61
- */
62
- constructor(input: UpdateCoreDefinitionCommandInput);
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput>;
67
- /**
68
- * @internal
69
- */
70
- private serialize;
71
- /**
72
- * @internal
73
- */
74
- private deserialize;
59
+ export declare class UpdateCoreDefinitionCommand extends UpdateCoreDefinitionCommand_base {
75
60
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateDeviceDefinitionRequest, UpdateDeviceDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDeviceDefinitionCommandInput extends UpdateDeviceDefiniti
21
20
  */
22
21
  export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDeviceDefinitionCommand_base: {
24
+ new (input: UpdateDeviceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates a device definition.
@@ -53,23 +56,5 @@ export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinit
53
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
54
57
  *
55
58
  */
56
- export declare class UpdateDeviceDefinitionCommand extends $Command<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
57
- readonly input: UpdateDeviceDefinitionCommandInput;
58
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
- /**
60
- * @public
61
- */
62
- constructor(input: UpdateDeviceDefinitionCommandInput);
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput>;
67
- /**
68
- * @internal
69
- */
70
- private serialize;
71
- /**
72
- * @internal
73
- */
74
- private deserialize;
59
+ export declare class UpdateDeviceDefinitionCommand extends UpdateDeviceDefinitionCommand_base {
75
60
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateFunctionDefinitionRequest, UpdateFunctionDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFunctionDefinitionCommandInput extends UpdateFunctionDefi
21
20
  */
22
21
  export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFunctionDefinitionCommand_base: {
24
+ new (input: UpdateFunctionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates a Lambda function definition.
@@ -53,23 +56,5 @@ export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDef
53
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
54
57
  *
55
58
  */
56
- export declare class UpdateFunctionDefinitionCommand extends $Command<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
57
- readonly input: UpdateFunctionDefinitionCommandInput;
58
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
- /**
60
- * @public
61
- */
62
- constructor(input: UpdateFunctionDefinitionCommandInput);
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput>;
67
- /**
68
- * @internal
69
- */
70
- private serialize;
71
- /**
72
- * @internal
73
- */
74
- private deserialize;
59
+ export declare class UpdateFunctionDefinitionCommand extends UpdateFunctionDefinitionCommand_base {
75
60
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateGroupCertificateConfigurationRequest, UpdateGroupCertificateConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateGroupCertificateConfigurationCommandInput extends UpdateG
21
20
  */
22
21
  export interface UpdateGroupCertificateConfigurationCommandOutput extends UpdateGroupCertificateConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateGroupCertificateConfigurationCommand_base: {
24
+ new (input: UpdateGroupCertificateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates the Certificate expiry time for a group.
@@ -60,23 +63,5 @@ export interface UpdateGroupCertificateConfigurationCommandOutput extends Update
60
63
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
61
64
  *
62
65
  */
63
- export declare class UpdateGroupCertificateConfigurationCommand extends $Command<UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig> {
64
- readonly input: UpdateGroupCertificateConfigurationCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: UpdateGroupCertificateConfigurationCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class UpdateGroupCertificateConfigurationCommand extends UpdateGroupCertificateConfigurationCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateGroupCommandInput extends UpdateGroupRequest {
21
20
  */
22
21
  export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateGroupCommand_base: {
24
+ new (input: UpdateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates a group.
@@ -53,23 +56,5 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
53
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
54
57
  *
55
58
  */
56
- export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, GreengrassClientResolvedConfig> {
57
- readonly input: UpdateGroupCommandInput;
58
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
- /**
60
- * @public
61
- */
62
- constructor(input: UpdateGroupCommandInput);
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGroupCommandInput, UpdateGroupCommandOutput>;
67
- /**
68
- * @internal
69
- */
70
- private serialize;
71
- /**
72
- * @internal
73
- */
74
- private deserialize;
59
+ export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
75
60
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateLoggerDefinitionRequest, UpdateLoggerDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLoggerDefinitionCommandInput extends UpdateLoggerDefiniti
21
20
  */
22
21
  export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLoggerDefinitionCommand_base: {
24
+ new (input: UpdateLoggerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates a logger definition.
@@ -53,23 +56,5 @@ export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinit
53
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
54
57
  *
55
58
  */
56
- export declare class UpdateLoggerDefinitionCommand extends $Command<UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
57
- readonly input: UpdateLoggerDefinitionCommandInput;
58
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
- /**
60
- * @public
61
- */
62
- constructor(input: UpdateLoggerDefinitionCommandInput);
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput>;
67
- /**
68
- * @internal
69
- */
70
- private serialize;
71
- /**
72
- * @internal
73
- */
74
- private deserialize;
59
+ export declare class UpdateLoggerDefinitionCommand extends UpdateLoggerDefinitionCommand_base {
75
60
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateResourceDefinitionRequest, UpdateResourceDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateResourceDefinitionCommandInput extends UpdateResourceDefi
21
20
  */
22
21
  export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateResourceDefinitionCommand_base: {
24
+ new (input: UpdateResourceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates a resource definition.
@@ -53,23 +56,5 @@ export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDef
53
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
54
57
  *
55
58
  */
56
- export declare class UpdateResourceDefinitionCommand extends $Command<UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
57
- readonly input: UpdateResourceDefinitionCommandInput;
58
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
- /**
60
- * @public
61
- */
62
- constructor(input: UpdateResourceDefinitionCommandInput);
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput>;
67
- /**
68
- * @internal
69
- */
70
- private serialize;
71
- /**
72
- * @internal
73
- */
74
- private deserialize;
59
+ export declare class UpdateResourceDefinitionCommand extends UpdateResourceDefinitionCommand_base {
75
60
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateSubscriptionDefinitionRequest, UpdateSubscriptionDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSubscriptionDefinitionCommandInput extends UpdateSubscrip
21
20
  */
22
21
  export interface UpdateSubscriptionDefinitionCommandOutput extends UpdateSubscriptionDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSubscriptionDefinitionCommand_base: {
24
+ new (input: UpdateSubscriptionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates a subscription definition.
@@ -53,23 +56,5 @@ export interface UpdateSubscriptionDefinitionCommandOutput extends UpdateSubscri
53
56
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
54
57
  *
55
58
  */
56
- export declare class UpdateSubscriptionDefinitionCommand extends $Command<UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
57
- readonly input: UpdateSubscriptionDefinitionCommandInput;
58
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
- /**
60
- * @public
61
- */
62
- constructor(input: UpdateSubscriptionDefinitionCommandInput);
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput>;
67
- /**
68
- * @internal
69
- */
70
- private serialize;
71
- /**
72
- * @internal
73
- */
74
- private deserialize;
59
+ export declare class UpdateSubscriptionDefinitionCommand extends UpdateSubscriptionDefinitionCommand_base {
75
60
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
4
  import { UpdateThingRuntimeConfigurationRequest, UpdateThingRuntimeConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateThingRuntimeConfigurationCommandInput extends UpdateThing
21
20
  */
22
21
  export interface UpdateThingRuntimeConfigurationCommandOutput extends UpdateThingRuntimeConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateThingRuntimeConfigurationCommand_base: {
24
+ new (input: UpdateThingRuntimeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates the runtime configuration of a thing.
@@ -58,23 +61,5 @@ export interface UpdateThingRuntimeConfigurationCommandOutput extends UpdateThin
58
61
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
59
62
  *
60
63
  */
61
- export declare class UpdateThingRuntimeConfigurationCommand extends $Command<UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig> {
62
- readonly input: UpdateThingRuntimeConfigurationCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: UpdateThingRuntimeConfigurationCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class UpdateThingRuntimeConfigurationCommand extends UpdateThingRuntimeConfigurationCommand_base {
80
65
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;