@aws-sdk/client-lightsail 3.1045.0 → 3.1047.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 (525) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +344 -339
  5. package/dist-cjs/models/LightsailServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-cjs/schemas/schemas_0.js +4 -4
  10. package/dist-es/Lightsail.js +1 -1
  11. package/dist-es/LightsailClient.js +5 -5
  12. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  13. package/dist-es/commands/AllocateStaticIpCommand.js +2 -2
  14. package/dist-es/commands/AttachCertificateToDistributionCommand.js +2 -2
  15. package/dist-es/commands/AttachDiskCommand.js +2 -2
  16. package/dist-es/commands/AttachInstancesToLoadBalancerCommand.js +2 -2
  17. package/dist-es/commands/AttachLoadBalancerTlsCertificateCommand.js +2 -2
  18. package/dist-es/commands/AttachStaticIpCommand.js +2 -2
  19. package/dist-es/commands/CloseInstancePublicPortsCommand.js +2 -2
  20. package/dist-es/commands/CopySnapshotCommand.js +2 -2
  21. package/dist-es/commands/CreateBucketAccessKeyCommand.js +2 -2
  22. package/dist-es/commands/CreateBucketCommand.js +2 -2
  23. package/dist-es/commands/CreateCertificateCommand.js +2 -2
  24. package/dist-es/commands/CreateCloudFormationStackCommand.js +2 -2
  25. package/dist-es/commands/CreateContactMethodCommand.js +2 -2
  26. package/dist-es/commands/CreateContainerServiceCommand.js +2 -2
  27. package/dist-es/commands/CreateContainerServiceDeploymentCommand.js +2 -2
  28. package/dist-es/commands/CreateContainerServiceRegistryLoginCommand.js +2 -2
  29. package/dist-es/commands/CreateDiskCommand.js +2 -2
  30. package/dist-es/commands/CreateDiskFromSnapshotCommand.js +2 -2
  31. package/dist-es/commands/CreateDiskSnapshotCommand.js +2 -2
  32. package/dist-es/commands/CreateDistributionCommand.js +2 -2
  33. package/dist-es/commands/CreateDomainCommand.js +2 -2
  34. package/dist-es/commands/CreateDomainEntryCommand.js +2 -2
  35. package/dist-es/commands/CreateGUISessionAccessDetailsCommand.js +2 -2
  36. package/dist-es/commands/CreateInstanceSnapshotCommand.js +2 -2
  37. package/dist-es/commands/CreateInstancesCommand.js +2 -2
  38. package/dist-es/commands/CreateInstancesFromSnapshotCommand.js +2 -2
  39. package/dist-es/commands/CreateKeyPairCommand.js +2 -2
  40. package/dist-es/commands/CreateLoadBalancerCommand.js +2 -2
  41. package/dist-es/commands/CreateLoadBalancerTlsCertificateCommand.js +2 -2
  42. package/dist-es/commands/CreateRelationalDatabaseCommand.js +2 -2
  43. package/dist-es/commands/CreateRelationalDatabaseFromSnapshotCommand.js +2 -2
  44. package/dist-es/commands/CreateRelationalDatabaseSnapshotCommand.js +2 -2
  45. package/dist-es/commands/DeleteAlarmCommand.js +2 -2
  46. package/dist-es/commands/DeleteAutoSnapshotCommand.js +2 -2
  47. package/dist-es/commands/DeleteBucketAccessKeyCommand.js +2 -2
  48. package/dist-es/commands/DeleteBucketCommand.js +2 -2
  49. package/dist-es/commands/DeleteCertificateCommand.js +2 -2
  50. package/dist-es/commands/DeleteContactMethodCommand.js +2 -2
  51. package/dist-es/commands/DeleteContainerImageCommand.js +2 -2
  52. package/dist-es/commands/DeleteContainerServiceCommand.js +2 -2
  53. package/dist-es/commands/DeleteDiskCommand.js +2 -2
  54. package/dist-es/commands/DeleteDiskSnapshotCommand.js +2 -2
  55. package/dist-es/commands/DeleteDistributionCommand.js +2 -2
  56. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  57. package/dist-es/commands/DeleteDomainEntryCommand.js +2 -2
  58. package/dist-es/commands/DeleteInstanceCommand.js +2 -2
  59. package/dist-es/commands/DeleteInstanceSnapshotCommand.js +2 -2
  60. package/dist-es/commands/DeleteKeyPairCommand.js +2 -2
  61. package/dist-es/commands/DeleteKnownHostKeysCommand.js +2 -2
  62. package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -2
  63. package/dist-es/commands/DeleteLoadBalancerTlsCertificateCommand.js +2 -2
  64. package/dist-es/commands/DeleteRelationalDatabaseCommand.js +2 -2
  65. package/dist-es/commands/DeleteRelationalDatabaseSnapshotCommand.js +2 -2
  66. package/dist-es/commands/DetachCertificateFromDistributionCommand.js +2 -2
  67. package/dist-es/commands/DetachDiskCommand.js +2 -2
  68. package/dist-es/commands/DetachInstancesFromLoadBalancerCommand.js +2 -2
  69. package/dist-es/commands/DetachStaticIpCommand.js +2 -2
  70. package/dist-es/commands/DisableAddOnCommand.js +2 -2
  71. package/dist-es/commands/DownloadDefaultKeyPairCommand.js +2 -2
  72. package/dist-es/commands/EnableAddOnCommand.js +2 -2
  73. package/dist-es/commands/ExportSnapshotCommand.js +2 -2
  74. package/dist-es/commands/GetActiveNamesCommand.js +2 -2
  75. package/dist-es/commands/GetAlarmsCommand.js +2 -2
  76. package/dist-es/commands/GetAutoSnapshotsCommand.js +2 -2
  77. package/dist-es/commands/GetBlueprintsCommand.js +2 -2
  78. package/dist-es/commands/GetBucketAccessKeysCommand.js +2 -2
  79. package/dist-es/commands/GetBucketBundlesCommand.js +2 -2
  80. package/dist-es/commands/GetBucketMetricDataCommand.js +2 -2
  81. package/dist-es/commands/GetBucketsCommand.js +2 -2
  82. package/dist-es/commands/GetBundlesCommand.js +2 -2
  83. package/dist-es/commands/GetCertificatesCommand.js +2 -2
  84. package/dist-es/commands/GetCloudFormationStackRecordsCommand.js +2 -2
  85. package/dist-es/commands/GetContactMethodsCommand.js +2 -2
  86. package/dist-es/commands/GetContainerAPIMetadataCommand.js +2 -2
  87. package/dist-es/commands/GetContainerImagesCommand.js +2 -2
  88. package/dist-es/commands/GetContainerLogCommand.js +2 -2
  89. package/dist-es/commands/GetContainerServiceDeploymentsCommand.js +2 -2
  90. package/dist-es/commands/GetContainerServiceMetricDataCommand.js +2 -2
  91. package/dist-es/commands/GetContainerServicePowersCommand.js +2 -2
  92. package/dist-es/commands/GetContainerServicesCommand.js +2 -2
  93. package/dist-es/commands/GetCostEstimateCommand.js +2 -2
  94. package/dist-es/commands/GetDiskCommand.js +2 -2
  95. package/dist-es/commands/GetDiskSnapshotCommand.js +2 -2
  96. package/dist-es/commands/GetDiskSnapshotsCommand.js +2 -2
  97. package/dist-es/commands/GetDisksCommand.js +2 -2
  98. package/dist-es/commands/GetDistributionBundlesCommand.js +2 -2
  99. package/dist-es/commands/GetDistributionLatestCacheResetCommand.js +2 -2
  100. package/dist-es/commands/GetDistributionMetricDataCommand.js +2 -2
  101. package/dist-es/commands/GetDistributionsCommand.js +2 -2
  102. package/dist-es/commands/GetDomainCommand.js +2 -2
  103. package/dist-es/commands/GetDomainsCommand.js +2 -2
  104. package/dist-es/commands/GetExportSnapshotRecordsCommand.js +2 -2
  105. package/dist-es/commands/GetInstanceAccessDetailsCommand.js +2 -2
  106. package/dist-es/commands/GetInstanceCommand.js +2 -2
  107. package/dist-es/commands/GetInstanceMetricDataCommand.js +2 -2
  108. package/dist-es/commands/GetInstancePortStatesCommand.js +2 -2
  109. package/dist-es/commands/GetInstanceSnapshotCommand.js +2 -2
  110. package/dist-es/commands/GetInstanceSnapshotsCommand.js +2 -2
  111. package/dist-es/commands/GetInstanceStateCommand.js +2 -2
  112. package/dist-es/commands/GetInstancesCommand.js +2 -2
  113. package/dist-es/commands/GetKeyPairCommand.js +2 -2
  114. package/dist-es/commands/GetKeyPairsCommand.js +2 -2
  115. package/dist-es/commands/GetLoadBalancerCommand.js +2 -2
  116. package/dist-es/commands/GetLoadBalancerMetricDataCommand.js +2 -2
  117. package/dist-es/commands/GetLoadBalancerTlsCertificatesCommand.js +2 -2
  118. package/dist-es/commands/GetLoadBalancerTlsPoliciesCommand.js +2 -2
  119. package/dist-es/commands/GetLoadBalancersCommand.js +2 -2
  120. package/dist-es/commands/GetOperationCommand.js +2 -2
  121. package/dist-es/commands/GetOperationsCommand.js +2 -2
  122. package/dist-es/commands/GetOperationsForResourceCommand.js +2 -2
  123. package/dist-es/commands/GetRegionsCommand.js +2 -2
  124. package/dist-es/commands/GetRelationalDatabaseBlueprintsCommand.js +2 -2
  125. package/dist-es/commands/GetRelationalDatabaseBundlesCommand.js +2 -2
  126. package/dist-es/commands/GetRelationalDatabaseCommand.js +2 -2
  127. package/dist-es/commands/GetRelationalDatabaseEventsCommand.js +2 -2
  128. package/dist-es/commands/GetRelationalDatabaseLogEventsCommand.js +2 -2
  129. package/dist-es/commands/GetRelationalDatabaseLogStreamsCommand.js +2 -2
  130. package/dist-es/commands/GetRelationalDatabaseMasterUserPasswordCommand.js +2 -2
  131. package/dist-es/commands/GetRelationalDatabaseMetricDataCommand.js +2 -2
  132. package/dist-es/commands/GetRelationalDatabaseParametersCommand.js +2 -2
  133. package/dist-es/commands/GetRelationalDatabaseSnapshotCommand.js +2 -2
  134. package/dist-es/commands/GetRelationalDatabaseSnapshotsCommand.js +2 -2
  135. package/dist-es/commands/GetRelationalDatabasesCommand.js +2 -2
  136. package/dist-es/commands/GetSetupHistoryCommand.js +2 -2
  137. package/dist-es/commands/GetStaticIpCommand.js +2 -2
  138. package/dist-es/commands/GetStaticIpsCommand.js +2 -2
  139. package/dist-es/commands/ImportKeyPairCommand.js +2 -2
  140. package/dist-es/commands/IsVpcPeeredCommand.js +2 -2
  141. package/dist-es/commands/OpenInstancePublicPortsCommand.js +2 -2
  142. package/dist-es/commands/PeerVpcCommand.js +2 -2
  143. package/dist-es/commands/PutAlarmCommand.js +2 -2
  144. package/dist-es/commands/PutInstancePublicPortsCommand.js +2 -2
  145. package/dist-es/commands/RebootInstanceCommand.js +2 -2
  146. package/dist-es/commands/RebootRelationalDatabaseCommand.js +2 -2
  147. package/dist-es/commands/RegisterContainerImageCommand.js +2 -2
  148. package/dist-es/commands/ReleaseStaticIpCommand.js +2 -2
  149. package/dist-es/commands/ResetDistributionCacheCommand.js +2 -2
  150. package/dist-es/commands/SendContactMethodVerificationCommand.js +2 -2
  151. package/dist-es/commands/SetIpAddressTypeCommand.js +2 -2
  152. package/dist-es/commands/SetResourceAccessForBucketCommand.js +2 -2
  153. package/dist-es/commands/SetupInstanceHttpsCommand.js +2 -2
  154. package/dist-es/commands/StartGUISessionCommand.js +2 -2
  155. package/dist-es/commands/StartInstanceCommand.js +2 -2
  156. package/dist-es/commands/StartRelationalDatabaseCommand.js +2 -2
  157. package/dist-es/commands/StopGUISessionCommand.js +2 -2
  158. package/dist-es/commands/StopInstanceCommand.js +2 -2
  159. package/dist-es/commands/StopRelationalDatabaseCommand.js +2 -2
  160. package/dist-es/commands/TagResourceCommand.js +2 -2
  161. package/dist-es/commands/TestAlarmCommand.js +2 -2
  162. package/dist-es/commands/UnpeerVpcCommand.js +2 -2
  163. package/dist-es/commands/UntagResourceCommand.js +2 -2
  164. package/dist-es/commands/UpdateBucketBundleCommand.js +2 -2
  165. package/dist-es/commands/UpdateBucketCommand.js +2 -2
  166. package/dist-es/commands/UpdateContainerServiceCommand.js +2 -2
  167. package/dist-es/commands/UpdateDistributionBundleCommand.js +2 -2
  168. package/dist-es/commands/UpdateDistributionCommand.js +2 -2
  169. package/dist-es/commands/UpdateDomainEntryCommand.js +2 -2
  170. package/dist-es/commands/UpdateInstanceMetadataOptionsCommand.js +2 -2
  171. package/dist-es/commands/UpdateLoadBalancerAttributeCommand.js +2 -2
  172. package/dist-es/commands/UpdateRelationalDatabaseCommand.js +2 -2
  173. package/dist-es/commands/UpdateRelationalDatabaseParametersCommand.js +2 -2
  174. package/dist-es/endpoint/bdd.js +1 -1
  175. package/dist-es/endpoint/endpointResolver.js +1 -1
  176. package/dist-es/models/LightsailServiceException.js +1 -1
  177. package/dist-es/models/enums.js +5 -0
  178. package/dist-es/runtimeConfig.browser.js +4 -6
  179. package/dist-es/runtimeConfig.js +4 -8
  180. package/dist-es/runtimeConfig.shared.js +3 -4
  181. package/dist-es/runtimeExtensions.js +2 -2
  182. package/dist-es/schemas/schemas_0.js +4 -4
  183. package/dist-types/LightsailClient.d.ts +5 -5
  184. package/dist-types/commands/AllocateStaticIpCommand.d.ts +6 -4
  185. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +6 -4
  186. package/dist-types/commands/AttachDiskCommand.d.ts +6 -4
  187. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +6 -4
  188. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +6 -4
  189. package/dist-types/commands/AttachStaticIpCommand.d.ts +6 -4
  190. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +6 -4
  191. package/dist-types/commands/CopySnapshotCommand.d.ts +6 -4
  192. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +6 -4
  193. package/dist-types/commands/CreateBucketCommand.d.ts +6 -4
  194. package/dist-types/commands/CreateCertificateCommand.d.ts +6 -4
  195. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +6 -4
  196. package/dist-types/commands/CreateContactMethodCommand.d.ts +6 -4
  197. package/dist-types/commands/CreateContainerServiceCommand.d.ts +6 -4
  198. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +6 -4
  199. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +6 -4
  200. package/dist-types/commands/CreateDiskCommand.d.ts +6 -4
  201. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +6 -4
  202. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +6 -4
  203. package/dist-types/commands/CreateDistributionCommand.d.ts +8 -4
  204. package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
  205. package/dist-types/commands/CreateDomainEntryCommand.d.ts +6 -4
  206. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +6 -4
  207. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +6 -4
  208. package/dist-types/commands/CreateInstancesCommand.d.ts +6 -4
  209. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +6 -4
  210. package/dist-types/commands/CreateKeyPairCommand.d.ts +6 -4
  211. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -4
  212. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +6 -4
  213. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +6 -4
  214. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +6 -4
  215. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +6 -4
  216. package/dist-types/commands/DeleteAlarmCommand.d.ts +6 -4
  217. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +6 -4
  218. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +6 -4
  219. package/dist-types/commands/DeleteBucketCommand.d.ts +6 -4
  220. package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -4
  221. package/dist-types/commands/DeleteContactMethodCommand.d.ts +6 -4
  222. package/dist-types/commands/DeleteContainerImageCommand.d.ts +6 -4
  223. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +6 -4
  224. package/dist-types/commands/DeleteDiskCommand.d.ts +6 -4
  225. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +6 -4
  226. package/dist-types/commands/DeleteDistributionCommand.d.ts +6 -4
  227. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
  228. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +6 -4
  229. package/dist-types/commands/DeleteInstanceCommand.d.ts +6 -4
  230. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +6 -4
  231. package/dist-types/commands/DeleteKeyPairCommand.d.ts +6 -4
  232. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +6 -4
  233. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -4
  234. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +6 -4
  235. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +6 -4
  236. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +6 -4
  237. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +6 -4
  238. package/dist-types/commands/DetachDiskCommand.d.ts +6 -4
  239. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +6 -4
  240. package/dist-types/commands/DetachStaticIpCommand.d.ts +6 -4
  241. package/dist-types/commands/DisableAddOnCommand.d.ts +6 -4
  242. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +6 -4
  243. package/dist-types/commands/EnableAddOnCommand.d.ts +6 -4
  244. package/dist-types/commands/ExportSnapshotCommand.d.ts +6 -4
  245. package/dist-types/commands/GetActiveNamesCommand.d.ts +6 -4
  246. package/dist-types/commands/GetAlarmsCommand.d.ts +6 -4
  247. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +6 -4
  248. package/dist-types/commands/GetBlueprintsCommand.d.ts +6 -4
  249. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +6 -4
  250. package/dist-types/commands/GetBucketBundlesCommand.d.ts +6 -4
  251. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +6 -4
  252. package/dist-types/commands/GetBucketsCommand.d.ts +6 -4
  253. package/dist-types/commands/GetBundlesCommand.d.ts +6 -4
  254. package/dist-types/commands/GetCertificatesCommand.d.ts +6 -4
  255. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +6 -4
  256. package/dist-types/commands/GetContactMethodsCommand.d.ts +6 -4
  257. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +6 -4
  258. package/dist-types/commands/GetContainerImagesCommand.d.ts +6 -4
  259. package/dist-types/commands/GetContainerLogCommand.d.ts +6 -4
  260. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +6 -4
  261. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +6 -4
  262. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +6 -4
  263. package/dist-types/commands/GetContainerServicesCommand.d.ts +6 -4
  264. package/dist-types/commands/GetCostEstimateCommand.d.ts +6 -4
  265. package/dist-types/commands/GetDiskCommand.d.ts +6 -4
  266. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +6 -4
  267. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +6 -4
  268. package/dist-types/commands/GetDisksCommand.d.ts +6 -4
  269. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +6 -4
  270. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +6 -4
  271. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +6 -4
  272. package/dist-types/commands/GetDistributionsCommand.d.ts +7 -4
  273. package/dist-types/commands/GetDomainCommand.d.ts +6 -4
  274. package/dist-types/commands/GetDomainsCommand.d.ts +6 -4
  275. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +6 -4
  276. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +6 -4
  277. package/dist-types/commands/GetInstanceCommand.d.ts +6 -4
  278. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +6 -4
  279. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +6 -4
  280. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +6 -4
  281. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +6 -4
  282. package/dist-types/commands/GetInstanceStateCommand.d.ts +6 -4
  283. package/dist-types/commands/GetInstancesCommand.d.ts +6 -4
  284. package/dist-types/commands/GetKeyPairCommand.d.ts +6 -4
  285. package/dist-types/commands/GetKeyPairsCommand.d.ts +6 -4
  286. package/dist-types/commands/GetLoadBalancerCommand.d.ts +6 -4
  287. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +6 -4
  288. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +6 -4
  289. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +6 -4
  290. package/dist-types/commands/GetLoadBalancersCommand.d.ts +6 -4
  291. package/dist-types/commands/GetOperationCommand.d.ts +6 -4
  292. package/dist-types/commands/GetOperationsCommand.d.ts +6 -4
  293. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +6 -4
  294. package/dist-types/commands/GetRegionsCommand.d.ts +6 -4
  295. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +6 -4
  296. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +6 -4
  297. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +6 -4
  298. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +6 -4
  299. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +6 -4
  300. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +6 -4
  301. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +6 -4
  302. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +6 -4
  303. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +6 -4
  304. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +6 -4
  305. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +6 -4
  306. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +6 -4
  307. package/dist-types/commands/GetSetupHistoryCommand.d.ts +6 -4
  308. package/dist-types/commands/GetStaticIpCommand.d.ts +6 -4
  309. package/dist-types/commands/GetStaticIpsCommand.d.ts +6 -4
  310. package/dist-types/commands/ImportKeyPairCommand.d.ts +6 -4
  311. package/dist-types/commands/IsVpcPeeredCommand.d.ts +6 -4
  312. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +6 -4
  313. package/dist-types/commands/PeerVpcCommand.d.ts +6 -4
  314. package/dist-types/commands/PutAlarmCommand.d.ts +6 -4
  315. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +6 -4
  316. package/dist-types/commands/RebootInstanceCommand.d.ts +6 -4
  317. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +6 -4
  318. package/dist-types/commands/RegisterContainerImageCommand.d.ts +6 -4
  319. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +6 -4
  320. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +6 -4
  321. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +6 -4
  322. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -4
  323. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +6 -4
  324. package/dist-types/commands/SetupInstanceHttpsCommand.d.ts +6 -4
  325. package/dist-types/commands/StartGUISessionCommand.d.ts +6 -4
  326. package/dist-types/commands/StartInstanceCommand.d.ts +6 -4
  327. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +6 -4
  328. package/dist-types/commands/StopGUISessionCommand.d.ts +6 -4
  329. package/dist-types/commands/StopInstanceCommand.d.ts +6 -4
  330. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +6 -4
  331. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  332. package/dist-types/commands/TestAlarmCommand.d.ts +6 -4
  333. package/dist-types/commands/UnpeerVpcCommand.d.ts +6 -4
  334. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  335. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +6 -4
  336. package/dist-types/commands/UpdateBucketCommand.d.ts +6 -4
  337. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +6 -4
  338. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +6 -4
  339. package/dist-types/commands/UpdateDistributionCommand.d.ts +7 -4
  340. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +6 -4
  341. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +6 -4
  342. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +6 -4
  343. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +6 -4
  344. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +6 -4
  345. package/dist-types/endpoint/bdd.d.ts +1 -1
  346. package/dist-types/extensionConfiguration.d.ts +1 -1
  347. package/dist-types/models/LightsailServiceException.d.ts +1 -1
  348. package/dist-types/models/enums.d.ts +13 -0
  349. package/dist-types/models/errors.d.ts +1 -1
  350. package/dist-types/models/models_0.d.ts +15 -1
  351. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  352. package/dist-types/runtimeConfig.d.ts +2 -2
  353. package/dist-types/runtimeConfig.native.d.ts +2 -2
  354. package/dist-types/ts3.4/LightsailClient.d.ts +8 -14
  355. package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +6 -4
  356. package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +6 -4
  357. package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +6 -4
  358. package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +6 -4
  359. package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +6 -4
  360. package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +6 -4
  361. package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +6 -4
  362. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +6 -4
  363. package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +6 -4
  364. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +6 -4
  365. package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +6 -4
  366. package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +6 -4
  367. package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +6 -4
  368. package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +6 -4
  369. package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +6 -4
  370. package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +6 -4
  371. package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +6 -4
  372. package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +6 -4
  373. package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +6 -4
  374. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +6 -4
  375. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
  376. package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +6 -4
  377. package/dist-types/ts3.4/commands/CreateGUISessionAccessDetailsCommand.d.ts +6 -4
  378. package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +6 -4
  379. package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +6 -4
  380. package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +6 -4
  381. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +6 -4
  382. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +6 -4
  383. package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +6 -4
  384. package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +6 -4
  385. package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +6 -4
  386. package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +6 -4
  387. package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +6 -4
  388. package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +6 -4
  389. package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +6 -4
  390. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +6 -4
  391. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +6 -4
  392. package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +6 -4
  393. package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +6 -4
  394. package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +6 -4
  395. package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +6 -4
  396. package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +6 -4
  397. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +6 -4
  398. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
  399. package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +6 -4
  400. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +6 -4
  401. package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +6 -4
  402. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +6 -4
  403. package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +6 -4
  404. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +6 -4
  405. package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +6 -4
  406. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +6 -4
  407. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +6 -4
  408. package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +6 -4
  409. package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +6 -4
  410. package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +6 -4
  411. package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +6 -4
  412. package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +6 -4
  413. package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +6 -4
  414. package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +6 -4
  415. package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +6 -4
  416. package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +6 -4
  417. package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +6 -6
  418. package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +6 -4
  419. package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +6 -4
  420. package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +6 -4
  421. package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +6 -4
  422. package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +6 -4
  423. package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +6 -4
  424. package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +6 -4
  425. package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +6 -4
  426. package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +6 -4
  427. package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +6 -4
  428. package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +6 -4
  429. package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +6 -4
  430. package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +6 -4
  431. package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +6 -4
  432. package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +6 -4
  433. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +6 -4
  434. package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +6 -4
  435. package/dist-types/ts3.4/commands/GetCostEstimateCommand.d.ts +6 -4
  436. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +6 -4
  437. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +6 -4
  438. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +6 -4
  439. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +6 -6
  440. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +6 -4
  441. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +6 -4
  442. package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +6 -4
  443. package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +6 -4
  444. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +6 -8
  445. package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +6 -4
  446. package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +6 -4
  447. package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +6 -4
  448. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +6 -4
  449. package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +6 -4
  450. package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +6 -4
  451. package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +6 -4
  452. package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +6 -4
  453. package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +6 -4
  454. package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +6 -4
  455. package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +6 -4
  456. package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +6 -4
  457. package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +6 -4
  458. package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +6 -4
  459. package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +6 -4
  460. package/dist-types/ts3.4/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +6 -4
  461. package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +6 -4
  462. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +6 -4
  463. package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +6 -4
  464. package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +6 -4
  465. package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +6 -4
  466. package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +6 -4
  467. package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +6 -4
  468. package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +6 -4
  469. package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +6 -4
  470. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +6 -4
  471. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +6 -4
  472. package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +6 -4
  473. package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +6 -4
  474. package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +6 -4
  475. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +6 -4
  476. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +6 -4
  477. package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +6 -4
  478. package/dist-types/ts3.4/commands/GetSetupHistoryCommand.d.ts +6 -4
  479. package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +6 -4
  480. package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +6 -4
  481. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +6 -4
  482. package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +6 -4
  483. package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +6 -4
  484. package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +6 -4
  485. package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +6 -8
  486. package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +6 -4
  487. package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +6 -4
  488. package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +6 -4
  489. package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +6 -4
  490. package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +6 -4
  491. package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +6 -4
  492. package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +6 -4
  493. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +6 -4
  494. package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +6 -4
  495. package/dist-types/ts3.4/commands/SetupInstanceHttpsCommand.d.ts +6 -4
  496. package/dist-types/ts3.4/commands/StartGUISessionCommand.d.ts +6 -4
  497. package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +6 -4
  498. package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +6 -4
  499. package/dist-types/ts3.4/commands/StopGUISessionCommand.d.ts +6 -4
  500. package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +6 -4
  501. package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +6 -4
  502. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  503. package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +6 -8
  504. package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +6 -6
  505. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  506. package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +6 -4
  507. package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +6 -4
  508. package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +6 -4
  509. package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +6 -4
  510. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +6 -4
  511. package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +6 -4
  512. package/dist-types/ts3.4/commands/UpdateInstanceMetadataOptionsCommand.d.ts +6 -4
  513. package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +6 -4
  514. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +6 -4
  515. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +6 -4
  516. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  517. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  518. package/dist-types/ts3.4/models/LightsailServiceException.d.ts +1 -1
  519. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  520. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  521. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  522. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  523. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  524. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  525. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DeleteInstanceSnapshotRequest, DeleteInstanceSnapshotResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteInstanceSnapshotCommandInput extends DeleteInstanceSnapsh
22
22
  export interface DeleteInstanceSnapshotCommandOutput extends DeleteInstanceSnapshotResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteInstanceSnapshotCommand_base: {
25
- new (input: DeleteInstanceSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceSnapshotCommandInput, DeleteInstanceSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteInstanceSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceSnapshotCommandInput, DeleteInstanceSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteInstanceSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceSnapshotCommandInput, DeleteInstanceSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteInstanceSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceSnapshotCommandInput, DeleteInstanceSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a specific snapshot of a virtual private server (or
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DeleteKeyPairRequest, DeleteKeyPairResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteKeyPairCommandInput extends DeleteKeyPairRequest {
22
22
  export interface DeleteKeyPairCommandOutput extends DeleteKeyPairResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteKeyPairCommand_base: {
25
- new (input: DeleteKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteKeyPairCommandInput): import("@smithy/core/client").CommandImpl<DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteKeyPairCommandInput): import("@smithy/core/client").CommandImpl<DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified key pair by removing the public key from Amazon Lightsail.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DeleteKnownHostKeysRequest, DeleteKnownHostKeysResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteKnownHostKeysCommandInput extends DeleteKnownHostKeysRequ
22
22
  export interface DeleteKnownHostKeysCommandOutput extends DeleteKnownHostKeysResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteKnownHostKeysCommand_base: {
25
- new (input: DeleteKnownHostKeysCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKnownHostKeysCommandInput, DeleteKnownHostKeysCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteKnownHostKeysCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKnownHostKeysCommandInput, DeleteKnownHostKeysCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteKnownHostKeysCommandInput): import("@smithy/core/client").CommandImpl<DeleteKnownHostKeysCommandInput, DeleteKnownHostKeysCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteKnownHostKeysCommandInput): import("@smithy/core/client").CommandImpl<DeleteKnownHostKeysCommandInput, DeleteKnownHostKeysCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the known host key or certificate used by the Amazon Lightsail browser-based SSH or
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DeleteLoadBalancerRequest, DeleteLoadBalancerResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteLoadBalancerCommandInput extends DeleteLoadBalancerReques
22
22
  export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteLoadBalancerCommand_base: {
25
- new (input: DeleteLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Lightsail load balancer and all its associated SSL/TLS certificates. Once the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DeleteLoadBalancerTlsCertificateRequest, DeleteLoadBalancerTlsCertificateResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteLoadBalancerTlsCertificateCommandInput extends DeleteLoad
22
22
  export interface DeleteLoadBalancerTlsCertificateCommandOutput extends DeleteLoadBalancerTlsCertificateResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteLoadBalancerTlsCertificateCommand_base: {
25
- new (input: DeleteLoadBalancerTlsCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerTlsCertificateCommandInput, DeleteLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLoadBalancerTlsCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoadBalancerTlsCertificateCommandInput, DeleteLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteLoadBalancerTlsCertificateCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerTlsCertificateCommandInput, DeleteLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteLoadBalancerTlsCertificateCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerTlsCertificateCommandInput, DeleteLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an SSL/TLS certificate associated with a Lightsail load balancer.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DeleteRelationalDatabaseRequest, DeleteRelationalDatabaseResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteRelationalDatabaseCommandInput extends DeleteRelationalDa
22
22
  export interface DeleteRelationalDatabaseCommandOutput extends DeleteRelationalDatabaseResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRelationalDatabaseCommand_base: {
25
- new (input: DeleteRelationalDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRelationalDatabaseCommandInput, DeleteRelationalDatabaseCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRelationalDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRelationalDatabaseCommandInput, DeleteRelationalDatabaseCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteRelationalDatabaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteRelationalDatabaseCommandInput, DeleteRelationalDatabaseCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRelationalDatabaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteRelationalDatabaseCommandInput, DeleteRelationalDatabaseCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a database in Amazon Lightsail.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DeleteRelationalDatabaseSnapshotRequest, DeleteRelationalDatabaseSnapshotResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteRelationalDatabaseSnapshotCommandInput extends DeleteRela
22
22
  export interface DeleteRelationalDatabaseSnapshotCommandOutput extends DeleteRelationalDatabaseSnapshotResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRelationalDatabaseSnapshotCommand_base: {
25
- new (input: DeleteRelationalDatabaseSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRelationalDatabaseSnapshotCommandInput, DeleteRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRelationalDatabaseSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRelationalDatabaseSnapshotCommandInput, DeleteRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteRelationalDatabaseSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteRelationalDatabaseSnapshotCommandInput, DeleteRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRelationalDatabaseSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteRelationalDatabaseSnapshotCommandInput, DeleteRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a database snapshot in Amazon Lightsail.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DetachCertificateFromDistributionRequest, DetachCertificateFromDistributionResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DetachCertificateFromDistributionCommandInput extends DetachCer
22
22
  export interface DetachCertificateFromDistributionCommandOutput extends DetachCertificateFromDistributionResult, __MetadataBearer {
23
23
  }
24
24
  declare const DetachCertificateFromDistributionCommand_base: {
25
- new (input: DetachCertificateFromDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<DetachCertificateFromDistributionCommandInput, DetachCertificateFromDistributionCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DetachCertificateFromDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<DetachCertificateFromDistributionCommandInput, DetachCertificateFromDistributionCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DetachCertificateFromDistributionCommandInput): import("@smithy/core/client").CommandImpl<DetachCertificateFromDistributionCommandInput, DetachCertificateFromDistributionCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DetachCertificateFromDistributionCommandInput): import("@smithy/core/client").CommandImpl<DetachCertificateFromDistributionCommandInput, DetachCertificateFromDistributionCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Detaches an SSL/TLS certificate from your Amazon Lightsail content delivery network (CDN)
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DetachDiskRequest, DetachDiskResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DetachDiskCommandInput extends DetachDiskRequest {
22
22
  export interface DetachDiskCommandOutput extends DetachDiskResult, __MetadataBearer {
23
23
  }
24
24
  declare const DetachDiskCommand_base: {
25
- new (input: DetachDiskCommandInput): import("@smithy/smithy-client").CommandImpl<DetachDiskCommandInput, DetachDiskCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DetachDiskCommandInput): import("@smithy/smithy-client").CommandImpl<DetachDiskCommandInput, DetachDiskCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DetachDiskCommandInput): import("@smithy/core/client").CommandImpl<DetachDiskCommandInput, DetachDiskCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DetachDiskCommandInput): import("@smithy/core/client").CommandImpl<DetachDiskCommandInput, DetachDiskCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Detaches a stopped block storage disk from a Lightsail instance. Make sure to unmount
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DetachInstancesFromLoadBalancerRequest, DetachInstancesFromLoadBalancerResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DetachInstancesFromLoadBalancerCommandInput extends DetachInsta
22
22
  export interface DetachInstancesFromLoadBalancerCommandOutput extends DetachInstancesFromLoadBalancerResult, __MetadataBearer {
23
23
  }
24
24
  declare const DetachInstancesFromLoadBalancerCommand_base: {
25
- new (input: DetachInstancesFromLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DetachInstancesFromLoadBalancerCommandInput, DetachInstancesFromLoadBalancerCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DetachInstancesFromLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DetachInstancesFromLoadBalancerCommandInput, DetachInstancesFromLoadBalancerCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DetachInstancesFromLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DetachInstancesFromLoadBalancerCommandInput, DetachInstancesFromLoadBalancerCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DetachInstancesFromLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DetachInstancesFromLoadBalancerCommandInput, DetachInstancesFromLoadBalancerCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Detaches the specified instances from a Lightsail load balancer.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DetachStaticIpRequest, DetachStaticIpResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DetachStaticIpCommandInput extends DetachStaticIpRequest {
22
22
  export interface DetachStaticIpCommandOutput extends DetachStaticIpResult, __MetadataBearer {
23
23
  }
24
24
  declare const DetachStaticIpCommand_base: {
25
- new (input: DetachStaticIpCommandInput): import("@smithy/smithy-client").CommandImpl<DetachStaticIpCommandInput, DetachStaticIpCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DetachStaticIpCommandInput): import("@smithy/smithy-client").CommandImpl<DetachStaticIpCommandInput, DetachStaticIpCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DetachStaticIpCommandInput): import("@smithy/core/client").CommandImpl<DetachStaticIpCommandInput, DetachStaticIpCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DetachStaticIpCommandInput): import("@smithy/core/client").CommandImpl<DetachStaticIpCommandInput, DetachStaticIpCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Detaches a static IP from the Amazon Lightsail instance to which it is attached.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DisableAddOnRequest, DisableAddOnResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisableAddOnCommandInput extends DisableAddOnRequest {
22
22
  export interface DisableAddOnCommandOutput extends DisableAddOnResult, __MetadataBearer {
23
23
  }
24
24
  declare const DisableAddOnCommand_base: {
25
- new (input: DisableAddOnCommandInput): import("@smithy/smithy-client").CommandImpl<DisableAddOnCommandInput, DisableAddOnCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableAddOnCommandInput): import("@smithy/smithy-client").CommandImpl<DisableAddOnCommandInput, DisableAddOnCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisableAddOnCommandInput): import("@smithy/core/client").CommandImpl<DisableAddOnCommandInput, DisableAddOnCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisableAddOnCommandInput): import("@smithy/core/client").CommandImpl<DisableAddOnCommandInput, DisableAddOnCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Disables an add-on for an Amazon Lightsail resource. For more information, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-configuring-automatic-snapshots">Amazon Lightsail Developer Guide</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { DownloadDefaultKeyPairRequest, DownloadDefaultKeyPairResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DownloadDefaultKeyPairCommandInput extends DownloadDefaultKeyPa
22
22
  export interface DownloadDefaultKeyPairCommandOutput extends DownloadDefaultKeyPairResult, __MetadataBearer {
23
23
  }
24
24
  declare const DownloadDefaultKeyPairCommand_base: {
25
- new (input: DownloadDefaultKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<DownloadDefaultKeyPairCommandInput, DownloadDefaultKeyPairCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DownloadDefaultKeyPairCommandInput]): import("@smithy/smithy-client").CommandImpl<DownloadDefaultKeyPairCommandInput, DownloadDefaultKeyPairCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DownloadDefaultKeyPairCommandInput): import("@smithy/core/client").CommandImpl<DownloadDefaultKeyPairCommandInput, DownloadDefaultKeyPairCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DownloadDefaultKeyPairCommandInput]): import("@smithy/core/client").CommandImpl<DownloadDefaultKeyPairCommandInput, DownloadDefaultKeyPairCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Downloads the regional Amazon Lightsail default key pair.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { EnableAddOnRequest, EnableAddOnResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface EnableAddOnCommandInput extends EnableAddOnRequest {
22
22
  export interface EnableAddOnCommandOutput extends EnableAddOnResult, __MetadataBearer {
23
23
  }
24
24
  declare const EnableAddOnCommand_base: {
25
- new (input: EnableAddOnCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAddOnCommandInput, EnableAddOnCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableAddOnCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAddOnCommandInput, EnableAddOnCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: EnableAddOnCommandInput): import("@smithy/core/client").CommandImpl<EnableAddOnCommandInput, EnableAddOnCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableAddOnCommandInput): import("@smithy/core/client").CommandImpl<EnableAddOnCommandInput, EnableAddOnCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Enables or modifies an add-on for an Amazon Lightsail resource. For more information, see
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { ExportSnapshotRequest, ExportSnapshotResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ExportSnapshotCommandInput extends ExportSnapshotRequest {
22
22
  export interface ExportSnapshotCommandOutput extends ExportSnapshotResult, __MetadataBearer {
23
23
  }
24
24
  declare const ExportSnapshotCommand_base: {
25
- new (input: ExportSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<ExportSnapshotCommandInput, ExportSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<ExportSnapshotCommandInput, ExportSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ExportSnapshotCommandInput): import("@smithy/core/client").CommandImpl<ExportSnapshotCommandInput, ExportSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportSnapshotCommandInput): import("@smithy/core/client").CommandImpl<ExportSnapshotCommandInput, ExportSnapshotCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Exports an Amazon Lightsail instance or block storage disk snapshot to Amazon Elastic Compute Cloud (Amazon EC2).
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetActiveNamesRequest, GetActiveNamesResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetActiveNamesCommandInput extends GetActiveNamesRequest {
22
22
  export interface GetActiveNamesCommandOutput extends GetActiveNamesResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetActiveNamesCommand_base: {
25
- new (input: GetActiveNamesCommandInput): import("@smithy/smithy-client").CommandImpl<GetActiveNamesCommandInput, GetActiveNamesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetActiveNamesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetActiveNamesCommandInput, GetActiveNamesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetActiveNamesCommandInput): import("@smithy/core/client").CommandImpl<GetActiveNamesCommandInput, GetActiveNamesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetActiveNamesCommandInput]): import("@smithy/core/client").CommandImpl<GetActiveNamesCommandInput, GetActiveNamesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the names of all active (not deleted) resources.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetAlarmsRequest, GetAlarmsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetAlarmsCommandInput extends GetAlarmsRequest {
22
22
  export interface GetAlarmsCommandOutput extends GetAlarmsResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetAlarmsCommand_base: {
25
- new (input: GetAlarmsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAlarmsCommandInput, GetAlarmsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAlarmsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAlarmsCommandInput, GetAlarmsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAlarmsCommandInput): import("@smithy/core/client").CommandImpl<GetAlarmsCommandInput, GetAlarmsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetAlarmsCommandInput]): import("@smithy/core/client").CommandImpl<GetAlarmsCommandInput, GetAlarmsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the configured alarms. Specify an alarm name in your request to
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetAutoSnapshotsRequest, GetAutoSnapshotsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetAutoSnapshotsCommandInput extends GetAutoSnapshotsRequest {
22
22
  export interface GetAutoSnapshotsCommandOutput extends GetAutoSnapshotsResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetAutoSnapshotsCommand_base: {
25
- new (input: GetAutoSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAutoSnapshotsCommandInput, GetAutoSnapshotsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAutoSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAutoSnapshotsCommandInput, GetAutoSnapshotsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAutoSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<GetAutoSnapshotsCommandInput, GetAutoSnapshotsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAutoSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<GetAutoSnapshotsCommandInput, GetAutoSnapshotsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the available automatic snapshots for an instance or disk. For more information,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetBlueprintsRequest, GetBlueprintsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBlueprintsCommandInput extends GetBlueprintsRequest {
22
22
  export interface GetBlueprintsCommandOutput extends GetBlueprintsResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetBlueprintsCommand_base: {
25
- new (input: GetBlueprintsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBlueprintsCommandInput, GetBlueprintsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetBlueprintsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBlueprintsCommandInput, GetBlueprintsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBlueprintsCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintsCommandInput, GetBlueprintsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetBlueprintsCommandInput]): import("@smithy/core/client").CommandImpl<GetBlueprintsCommandInput, GetBlueprintsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the list of available instance images, or <i>blueprints</i>. You can
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetBucketAccessKeysRequest, GetBucketAccessKeysResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBucketAccessKeysCommandInput extends GetBucketAccessKeysRequ
22
22
  export interface GetBucketAccessKeysCommandOutput extends GetBucketAccessKeysResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetBucketAccessKeysCommand_base: {
25
- new (input: GetBucketAccessKeysCommandInput): import("@smithy/smithy-client").CommandImpl<GetBucketAccessKeysCommandInput, GetBucketAccessKeysCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBucketAccessKeysCommandInput): import("@smithy/smithy-client").CommandImpl<GetBucketAccessKeysCommandInput, GetBucketAccessKeysCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBucketAccessKeysCommandInput): import("@smithy/core/client").CommandImpl<GetBucketAccessKeysCommandInput, GetBucketAccessKeysCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetBucketAccessKeysCommandInput): import("@smithy/core/client").CommandImpl<GetBucketAccessKeysCommandInput, GetBucketAccessKeysCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the existing access key IDs for the specified Amazon Lightsail bucket.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetBucketBundlesRequest, GetBucketBundlesResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBucketBundlesCommandInput extends GetBucketBundlesRequest {
22
22
  export interface GetBucketBundlesCommandOutput extends GetBucketBundlesResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetBucketBundlesCommand_base: {
25
- new (input: GetBucketBundlesCommandInput): import("@smithy/smithy-client").CommandImpl<GetBucketBundlesCommandInput, GetBucketBundlesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetBucketBundlesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBucketBundlesCommandInput, GetBucketBundlesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBucketBundlesCommandInput): import("@smithy/core/client").CommandImpl<GetBucketBundlesCommandInput, GetBucketBundlesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetBucketBundlesCommandInput]): import("@smithy/core/client").CommandImpl<GetBucketBundlesCommandInput, GetBucketBundlesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the bundles that you can apply to a Amazon Lightsail bucket.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetBucketMetricDataRequest, GetBucketMetricDataResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBucketMetricDataCommandInput extends GetBucketMetricDataRequ
22
22
  export interface GetBucketMetricDataCommandOutput extends GetBucketMetricDataResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetBucketMetricDataCommand_base: {
25
- new (input: GetBucketMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetBucketMetricDataCommandInput, GetBucketMetricDataCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBucketMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetBucketMetricDataCommandInput, GetBucketMetricDataCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBucketMetricDataCommandInput): import("@smithy/core/client").CommandImpl<GetBucketMetricDataCommandInput, GetBucketMetricDataCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetBucketMetricDataCommandInput): import("@smithy/core/client").CommandImpl<GetBucketMetricDataCommandInput, GetBucketMetricDataCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the data points of a specific metric for an Amazon Lightsail bucket.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetBucketsRequest, GetBucketsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBucketsCommandInput extends GetBucketsRequest {
22
22
  export interface GetBucketsCommandOutput extends GetBucketsResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetBucketsCommand_base: {
25
- new (input: GetBucketsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBucketsCommandInput, GetBucketsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetBucketsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBucketsCommandInput, GetBucketsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBucketsCommandInput): import("@smithy/core/client").CommandImpl<GetBucketsCommandInput, GetBucketsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetBucketsCommandInput]): import("@smithy/core/client").CommandImpl<GetBucketsCommandInput, GetBucketsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about one or more Amazon Lightsail buckets. The information returned
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetBundlesRequest, GetBundlesResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBundlesCommandInput extends GetBundlesRequest {
22
22
  export interface GetBundlesCommandOutput extends GetBundlesResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetBundlesCommand_base: {
25
- new (input: GetBundlesCommandInput): import("@smithy/smithy-client").CommandImpl<GetBundlesCommandInput, GetBundlesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetBundlesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBundlesCommandInput, GetBundlesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBundlesCommandInput): import("@smithy/core/client").CommandImpl<GetBundlesCommandInput, GetBundlesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetBundlesCommandInput]): import("@smithy/core/client").CommandImpl<GetBundlesCommandInput, GetBundlesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the bundles that you can apply to an Amazon Lightsail instance when you create
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetCertificatesRequest, GetCertificatesResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCertificatesCommandInput extends GetCertificatesRequest {
22
22
  export interface GetCertificatesCommandOutput extends GetCertificatesResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetCertificatesCommand_base: {
25
- new (input: GetCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificatesCommandInput, GetCertificatesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetCertificatesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCertificatesCommandInput, GetCertificatesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCertificatesCommandInput): import("@smithy/core/client").CommandImpl<GetCertificatesCommandInput, GetCertificatesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetCertificatesCommandInput]): import("@smithy/core/client").CommandImpl<GetCertificatesCommandInput, GetCertificatesCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about one or more Amazon Lightsail SSL/TLS certificates.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
4
  import type { GetCloudFormationStackRecordsRequest, GetCloudFormationStackRecordsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCloudFormationStackRecordsCommandInput extends GetCloudForma
22
22
  export interface GetCloudFormationStackRecordsCommandOutput extends GetCloudFormationStackRecordsResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetCloudFormationStackRecordsCommand_base: {
25
- new (input: GetCloudFormationStackRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudFormationStackRecordsCommandInput, GetCloudFormationStackRecordsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetCloudFormationStackRecordsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCloudFormationStackRecordsCommandInput, GetCloudFormationStackRecordsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCloudFormationStackRecordsCommandInput): import("@smithy/core/client").CommandImpl<GetCloudFormationStackRecordsCommandInput, GetCloudFormationStackRecordsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetCloudFormationStackRecordsCommandInput]): import("@smithy/core/client").CommandImpl<GetCloudFormationStackRecordsCommandInput, GetCloudFormationStackRecordsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the CloudFormation stack record created as a result of the <code>create cloud