@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 { DeleteCoreDefinitionRequest, DeleteCoreDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteCoreDefinitionCommandInput extends DeleteCoreDefinitionRe
21
20
  */
22
21
  export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteCoreDefinitionCommand_base: {
24
+ new (input: DeleteCoreDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Deletes a core definition.
@@ -52,23 +55,5 @@ export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionR
52
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
53
56
  *
54
57
  */
55
- export declare class DeleteCoreDefinitionCommand extends $Command<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
56
- readonly input: DeleteCoreDefinitionCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: DeleteCoreDefinitionCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class DeleteCoreDefinitionCommand extends DeleteCoreDefinitionCommand_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 { DeleteDeviceDefinitionRequest, DeleteDeviceDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDeviceDefinitionCommandInput extends DeleteDeviceDefiniti
21
20
  */
22
21
  export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDeviceDefinitionCommand_base: {
24
+ new (input: DeleteDeviceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Deletes a device definition.
@@ -52,23 +55,5 @@ export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinit
52
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
53
56
  *
54
57
  */
55
- export declare class DeleteDeviceDefinitionCommand extends $Command<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
56
- readonly input: DeleteDeviceDefinitionCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: DeleteDeviceDefinitionCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class DeleteDeviceDefinitionCommand extends DeleteDeviceDefinitionCommand_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 { DeleteFunctionDefinitionRequest, DeleteFunctionDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteFunctionDefinitionCommandInput extends DeleteFunctionDefi
21
20
  */
22
21
  export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteFunctionDefinitionCommand_base: {
24
+ new (input: DeleteFunctionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Deletes a Lambda function definition.
@@ -52,23 +55,5 @@ export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDef
52
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
53
56
  *
54
57
  */
55
- export declare class DeleteFunctionDefinitionCommand extends $Command<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
56
- readonly input: DeleteFunctionDefinitionCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: DeleteFunctionDefinitionCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class DeleteFunctionDefinitionCommand extends DeleteFunctionDefinitionCommand_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 { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {
21
20
  */
22
21
  export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteGroupCommand_base: {
24
+ new (input: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Deletes a group.
@@ -52,23 +55,5 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
52
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
53
56
  *
54
57
  */
55
- export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, GreengrassClientResolvedConfig> {
56
- readonly input: DeleteGroupCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: DeleteGroupCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class DeleteGroupCommand extends DeleteGroupCommand_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 { DeleteLoggerDefinitionRequest, DeleteLoggerDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteLoggerDefinitionCommandInput extends DeleteLoggerDefiniti
21
20
  */
22
21
  export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteLoggerDefinitionCommand_base: {
24
+ new (input: DeleteLoggerDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Deletes a logger definition.
@@ -52,23 +55,5 @@ export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinit
52
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
53
56
  *
54
57
  */
55
- export declare class DeleteLoggerDefinitionCommand extends $Command<DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
56
- readonly input: DeleteLoggerDefinitionCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: DeleteLoggerDefinitionCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class DeleteLoggerDefinitionCommand extends DeleteLoggerDefinitionCommand_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 { DeleteResourceDefinitionRequest, DeleteResourceDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResourceDefinitionCommandInput extends DeleteResourceDefi
21
20
  */
22
21
  export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResourceDefinitionCommand_base: {
24
+ new (input: DeleteResourceDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Deletes a resource definition.
@@ -52,23 +55,5 @@ export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDef
52
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
53
56
  *
54
57
  */
55
- export declare class DeleteResourceDefinitionCommand extends $Command<DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
56
- readonly input: DeleteResourceDefinitionCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: DeleteResourceDefinitionCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class DeleteResourceDefinitionCommand extends DeleteResourceDefinitionCommand_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 { DeleteSubscriptionDefinitionRequest, DeleteSubscriptionDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSubscriptionDefinitionCommandInput extends DeleteSubscrip
21
20
  */
22
21
  export interface DeleteSubscriptionDefinitionCommandOutput extends DeleteSubscriptionDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSubscriptionDefinitionCommand_base: {
24
+ new (input: DeleteSubscriptionDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Deletes a subscription definition.
@@ -52,23 +55,5 @@ export interface DeleteSubscriptionDefinitionCommandOutput extends DeleteSubscri
52
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
53
56
  *
54
57
  */
55
- export declare class DeleteSubscriptionDefinitionCommand extends $Command<DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
56
- readonly input: DeleteSubscriptionDefinitionCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: DeleteSubscriptionDefinitionCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class DeleteSubscriptionDefinitionCommand extends DeleteSubscriptionDefinitionCommand_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 { DisassociateRoleFromGroupRequest, DisassociateRoleFromGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateRoleFromGroupCommandInput extends DisassociateRoleF
21
20
  */
22
21
  export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRoleFromGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateRoleFromGroupCommand_base: {
24
+ new (input: DisassociateRoleFromGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Disassociates the role from a group.
@@ -57,23 +60,5 @@ export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRole
57
60
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
58
61
  *
59
62
  */
60
- export declare class DisassociateRoleFromGroupCommand extends $Command<DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput, GreengrassClientResolvedConfig> {
61
- readonly input: DisassociateRoleFromGroupCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: DisassociateRoleFromGroupCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class DisassociateRoleFromGroupCommand extends DisassociateRoleFromGroupCommand_base {
79
64
  }
@@ -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 { DisassociateServiceRoleFromAccountRequest, DisassociateServiceRoleFromAccountResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateServiceRoleFromAccountCommandInput extends Disassoc
21
20
  */
22
21
  export interface DisassociateServiceRoleFromAccountCommandOutput extends DisassociateServiceRoleFromAccountResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateServiceRoleFromAccountCommand_base: {
24
+ new (input: DisassociateServiceRoleFromAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Disassociates the service role from your account. Without a service role, deployments will not work.
@@ -52,23 +55,5 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
52
55
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
53
56
  *
54
57
  */
55
- export declare class DisassociateServiceRoleFromAccountCommand extends $Command<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassClientResolvedConfig> {
56
- readonly input: DisassociateServiceRoleFromAccountCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: DisassociateServiceRoleFromAccountCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class DisassociateServiceRoleFromAccountCommand extends DisassociateServiceRoleFromAccountCommand_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 { GetAssociatedRoleRequest, GetAssociatedRoleResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAssociatedRoleCommandInput extends GetAssociatedRoleRequest
21
20
  */
22
21
  export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAssociatedRoleCommand_base: {
24
+ new (input: GetAssociatedRoleCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Retrieves the role associated with a particular group.
@@ -58,23 +61,5 @@ export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleRespons
58
61
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
59
62
  *
60
63
  */
61
- export declare class GetAssociatedRoleCommand extends $Command<GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput, GreengrassClientResolvedConfig> {
62
- readonly input: GetAssociatedRoleCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: GetAssociatedRoleCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class GetAssociatedRoleCommand extends GetAssociatedRoleCommand_base {
80
65
  }
@@ -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 { GetBulkDeploymentStatusRequest, GetBulkDeploymentStatusResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetBulkDeploymentStatusCommandInput extends GetBulkDeploymentSt
21
20
  */
22
21
  export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetBulkDeploymentStatusCommand_base: {
24
+ new (input: GetBulkDeploymentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Returns the status of a bulk deployment.
@@ -70,23 +73,5 @@ export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentS
70
73
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
71
74
  *
72
75
  */
73
- export declare class GetBulkDeploymentStatusCommand extends $Command<GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput, GreengrassClientResolvedConfig> {
74
- readonly input: GetBulkDeploymentStatusCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: GetBulkDeploymentStatusCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class GetBulkDeploymentStatusCommand extends GetBulkDeploymentStatusCommand_base {
92
77
  }
@@ -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 { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConnectivityInfoCommandInput extends GetConnectivityInfoRequ
21
20
  */
22
21
  export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetConnectivityInfoCommand_base: {
24
+ new (input: GetConnectivityInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Retrieves the connectivity information for a core.
@@ -65,23 +68,5 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
65
68
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
66
69
  *
67
70
  */
68
- export declare class GetConnectivityInfoCommand extends $Command<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassClientResolvedConfig> {
69
- readonly input: GetConnectivityInfoCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: GetConnectivityInfoCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class GetConnectivityInfoCommand extends GetConnectivityInfoCommand_base {
87
72
  }
@@ -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 { GetConnectorDefinitionRequest, GetConnectorDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConnectorDefinitionCommandInput extends GetConnectorDefiniti
21
20
  */
22
21
  export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetConnectorDefinitionCommand_base: {
24
+ new (input: GetConnectorDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Retrieves information about a connector definition.
@@ -63,23 +66,5 @@ export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinit
63
66
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
64
67
  *
65
68
  */
66
- export declare class GetConnectorDefinitionCommand extends $Command<GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
67
- readonly input: GetConnectorDefinitionCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: GetConnectorDefinitionCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class GetConnectorDefinitionCommand extends GetConnectorDefinitionCommand_base {
85
70
  }
@@ -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 { GetConnectorDefinitionVersionRequest, GetConnectorDefinitionVersionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConnectorDefinitionVersionCommandInput extends GetConnectorD
21
20
  */
22
21
  export interface GetConnectorDefinitionVersionCommandOutput extends GetConnectorDefinitionVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetConnectorDefinitionVersionCommand_base: {
24
+ new (input: GetConnectorDefinitionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Retrieves information about a connector definition version, including the connectors that the version contains. Connectors are prebuilt modules that interact with local infrastructure, device protocols, AWS, and other cloud services.
@@ -71,23 +74,5 @@ export interface GetConnectorDefinitionVersionCommandOutput extends GetConnector
71
74
  * <p>Base exception class for all service exceptions from Greengrass service.</p>
72
75
  *
73
76
  */
74
- export declare class GetConnectorDefinitionVersionCommand extends $Command<GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
75
- readonly input: GetConnectorDefinitionVersionCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetConnectorDefinitionVersionCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetConnectorDefinitionVersionCommand extends GetConnectorDefinitionVersionCommand_base {
93
78
  }