@aws-sdk/client-lightsail 3.278.0 → 3.281.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 (217) hide show
  1. package/README.md +1275 -0
  2. package/dist-cjs/Lightsail.js +60 -0
  3. package/dist-cjs/commands/CreateGUISessionAccessDetailsCommand.js +46 -0
  4. package/dist-cjs/commands/GetCostEstimateCommand.js +46 -0
  5. package/dist-cjs/commands/GetDiskCommand.js +3 -3
  6. package/dist-cjs/commands/GetDiskSnapshotCommand.js +3 -3
  7. package/dist-cjs/commands/GetDiskSnapshotsCommand.js +3 -3
  8. package/dist-cjs/commands/GetDisksCommand.js +3 -3
  9. package/dist-cjs/commands/GetDistributionBundlesCommand.js +3 -3
  10. package/dist-cjs/commands/GetDistributionLatestCacheResetCommand.js +3 -3
  11. package/dist-cjs/commands/StartGUISessionCommand.js +46 -0
  12. package/dist-cjs/commands/StopGUISessionCommand.js +46 -0
  13. package/dist-cjs/commands/index.js +4 -0
  14. package/dist-cjs/endpoint/ruleset.js +3 -3
  15. package/dist-cjs/models/models_0.js +75 -54
  16. package/dist-cjs/models/models_1.js +81 -4
  17. package/dist-cjs/protocols/Aws_json1_1.js +390 -7
  18. package/dist-es/Lightsail.js +60 -0
  19. package/dist-es/commands/CreateGUISessionAccessDetailsCommand.js +42 -0
  20. package/dist-es/commands/GetCostEstimateCommand.js +42 -0
  21. package/dist-es/commands/GetDiskCommand.js +1 -1
  22. package/dist-es/commands/GetDiskSnapshotCommand.js +1 -1
  23. package/dist-es/commands/GetDiskSnapshotsCommand.js +1 -1
  24. package/dist-es/commands/GetDisksCommand.js +1 -1
  25. package/dist-es/commands/GetDistributionBundlesCommand.js +1 -1
  26. package/dist-es/commands/GetDistributionLatestCacheResetCommand.js +1 -1
  27. package/dist-es/commands/StartGUISessionCommand.js +42 -0
  28. package/dist-es/commands/StopGUISessionCommand.js +42 -0
  29. package/dist-es/commands/index.js +4 -0
  30. package/dist-es/endpoint/ruleset.js +3 -3
  31. package/dist-es/models/models_0.js +62 -36
  32. package/dist-es/models/models_1.js +57 -0
  33. package/dist-es/protocols/Aws_json1_1.js +375 -0
  34. package/dist-types/Lightsail.d.ts +32 -0
  35. package/dist-types/LightsailClient.d.ts +6 -2
  36. package/dist-types/commands/AllocateStaticIpCommand.d.ts +6 -0
  37. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +6 -0
  38. package/dist-types/commands/AttachDiskCommand.d.ts +6 -0
  39. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +6 -0
  40. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +6 -0
  41. package/dist-types/commands/AttachStaticIpCommand.d.ts +6 -0
  42. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +6 -0
  43. package/dist-types/commands/CopySnapshotCommand.d.ts +6 -0
  44. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +6 -0
  45. package/dist-types/commands/CreateBucketCommand.d.ts +6 -0
  46. package/dist-types/commands/CreateCertificateCommand.d.ts +6 -0
  47. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +6 -0
  48. package/dist-types/commands/CreateContactMethodCommand.d.ts +6 -0
  49. package/dist-types/commands/CreateContainerServiceCommand.d.ts +6 -0
  50. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +6 -0
  51. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +6 -0
  52. package/dist-types/commands/CreateDiskCommand.d.ts +6 -0
  53. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +6 -0
  54. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +6 -0
  55. package/dist-types/commands/CreateDistributionCommand.d.ts +6 -0
  56. package/dist-types/commands/CreateDomainCommand.d.ts +6 -0
  57. package/dist-types/commands/CreateDomainEntryCommand.d.ts +6 -0
  58. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +45 -0
  59. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +6 -0
  60. package/dist-types/commands/CreateInstancesCommand.d.ts +6 -0
  61. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +6 -0
  62. package/dist-types/commands/CreateKeyPairCommand.d.ts +6 -0
  63. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -0
  64. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +6 -0
  65. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +6 -0
  66. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +6 -0
  67. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +6 -0
  68. package/dist-types/commands/DeleteAlarmCommand.d.ts +6 -0
  69. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +6 -0
  70. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +6 -0
  71. package/dist-types/commands/DeleteBucketCommand.d.ts +6 -0
  72. package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -0
  73. package/dist-types/commands/DeleteContactMethodCommand.d.ts +6 -0
  74. package/dist-types/commands/DeleteContainerImageCommand.d.ts +6 -0
  75. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +6 -0
  76. package/dist-types/commands/DeleteDiskCommand.d.ts +6 -0
  77. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +6 -0
  78. package/dist-types/commands/DeleteDistributionCommand.d.ts +6 -0
  79. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
  80. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +6 -0
  81. package/dist-types/commands/DeleteInstanceCommand.d.ts +6 -0
  82. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +6 -0
  83. package/dist-types/commands/DeleteKeyPairCommand.d.ts +6 -0
  84. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +6 -0
  85. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -0
  86. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +6 -0
  87. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +6 -0
  88. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +6 -0
  89. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +6 -0
  90. package/dist-types/commands/DetachDiskCommand.d.ts +6 -0
  91. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +6 -0
  92. package/dist-types/commands/DetachStaticIpCommand.d.ts +6 -0
  93. package/dist-types/commands/DisableAddOnCommand.d.ts +6 -0
  94. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +6 -0
  95. package/dist-types/commands/EnableAddOnCommand.d.ts +6 -0
  96. package/dist-types/commands/ExportSnapshotCommand.d.ts +6 -0
  97. package/dist-types/commands/GetActiveNamesCommand.d.ts +6 -0
  98. package/dist-types/commands/GetAlarmsCommand.d.ts +6 -0
  99. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +6 -0
  100. package/dist-types/commands/GetBlueprintsCommand.d.ts +6 -0
  101. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +6 -0
  102. package/dist-types/commands/GetBucketBundlesCommand.d.ts +6 -0
  103. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +6 -0
  104. package/dist-types/commands/GetBucketsCommand.d.ts +6 -0
  105. package/dist-types/commands/GetBundlesCommand.d.ts +6 -0
  106. package/dist-types/commands/GetCertificatesCommand.d.ts +6 -0
  107. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +6 -0
  108. package/dist-types/commands/GetContactMethodsCommand.d.ts +6 -0
  109. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +6 -0
  110. package/dist-types/commands/GetContainerImagesCommand.d.ts +6 -0
  111. package/dist-types/commands/GetContainerLogCommand.d.ts +6 -0
  112. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +6 -0
  113. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +6 -0
  114. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +6 -0
  115. package/dist-types/commands/GetContainerServicesCommand.d.ts +6 -0
  116. package/dist-types/commands/GetCostEstimateCommand.d.ts +43 -0
  117. package/dist-types/commands/GetDiskCommand.d.ts +7 -1
  118. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +7 -1
  119. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +7 -1
  120. package/dist-types/commands/GetDisksCommand.d.ts +7 -1
  121. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +7 -1
  122. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +7 -1
  123. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +6 -0
  124. package/dist-types/commands/GetDistributionsCommand.d.ts +6 -0
  125. package/dist-types/commands/GetDomainCommand.d.ts +6 -0
  126. package/dist-types/commands/GetDomainsCommand.d.ts +6 -0
  127. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +6 -0
  128. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +6 -0
  129. package/dist-types/commands/GetInstanceCommand.d.ts +6 -0
  130. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +6 -0
  131. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +6 -0
  132. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +6 -0
  133. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +6 -0
  134. package/dist-types/commands/GetInstanceStateCommand.d.ts +6 -0
  135. package/dist-types/commands/GetInstancesCommand.d.ts +6 -0
  136. package/dist-types/commands/GetKeyPairCommand.d.ts +6 -0
  137. package/dist-types/commands/GetKeyPairsCommand.d.ts +6 -0
  138. package/dist-types/commands/GetLoadBalancerCommand.d.ts +6 -0
  139. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +6 -0
  140. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +6 -0
  141. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +6 -0
  142. package/dist-types/commands/GetLoadBalancersCommand.d.ts +6 -0
  143. package/dist-types/commands/GetOperationCommand.d.ts +6 -0
  144. package/dist-types/commands/GetOperationsCommand.d.ts +6 -0
  145. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +6 -0
  146. package/dist-types/commands/GetRegionsCommand.d.ts +6 -0
  147. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +6 -0
  148. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +6 -0
  149. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +6 -0
  150. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +6 -0
  151. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +6 -0
  152. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +6 -0
  153. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +6 -0
  154. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +6 -0
  155. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +6 -0
  156. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +6 -0
  157. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +6 -0
  158. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +6 -0
  159. package/dist-types/commands/GetStaticIpCommand.d.ts +6 -0
  160. package/dist-types/commands/GetStaticIpsCommand.d.ts +6 -0
  161. package/dist-types/commands/ImportKeyPairCommand.d.ts +6 -0
  162. package/dist-types/commands/IsVpcPeeredCommand.d.ts +6 -0
  163. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +6 -0
  164. package/dist-types/commands/PeerVpcCommand.d.ts +6 -0
  165. package/dist-types/commands/PutAlarmCommand.d.ts +6 -0
  166. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +6 -0
  167. package/dist-types/commands/RebootInstanceCommand.d.ts +6 -0
  168. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +6 -0
  169. package/dist-types/commands/RegisterContainerImageCommand.d.ts +6 -0
  170. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +6 -0
  171. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +6 -0
  172. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +6 -0
  173. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -0
  174. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +6 -0
  175. package/dist-types/commands/StartGUISessionCommand.d.ts +44 -0
  176. package/dist-types/commands/StartInstanceCommand.d.ts +6 -0
  177. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +6 -0
  178. package/dist-types/commands/StopGUISessionCommand.d.ts +44 -0
  179. package/dist-types/commands/StopInstanceCommand.d.ts +6 -0
  180. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +6 -0
  181. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  182. package/dist-types/commands/TestAlarmCommand.d.ts +6 -0
  183. package/dist-types/commands/UnpeerVpcCommand.d.ts +6 -0
  184. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  185. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +6 -0
  186. package/dist-types/commands/UpdateBucketCommand.d.ts +6 -0
  187. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +6 -0
  188. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +6 -0
  189. package/dist-types/commands/UpdateDistributionCommand.d.ts +6 -0
  190. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +6 -0
  191. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +6 -0
  192. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +6 -0
  193. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +6 -0
  194. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +6 -0
  195. package/dist-types/commands/index.d.ts +4 -0
  196. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  197. package/dist-types/models/models_0.d.ts +244 -147
  198. package/dist-types/models/models_1.d.ts +268 -1
  199. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  200. package/dist-types/ts3.4/Lightsail.d.ts +68 -0
  201. package/dist-types/ts3.4/LightsailClient.d.ts +24 -0
  202. package/dist-types/ts3.4/commands/CreateGUISessionAccessDetailsCommand.d.ts +41 -0
  203. package/dist-types/ts3.4/commands/GetCostEstimateCommand.d.ts +37 -0
  204. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/StartGUISessionCommand.d.ts +37 -0
  211. package/dist-types/ts3.4/commands/StopGUISessionCommand.d.ts +37 -0
  212. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  213. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  214. package/dist-types/ts3.4/models/models_0.d.ts +92 -73
  215. package/dist-types/ts3.4/models/models_1.d.ts +124 -0
  216. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  217. package/package.json +6 -6
@@ -91,6 +91,10 @@ import {
91
91
  CreateDomainEntryCommandInput,
92
92
  CreateDomainEntryCommandOutput,
93
93
  } from "../commands/CreateDomainEntryCommand";
94
+ import {
95
+ CreateGUISessionAccessDetailsCommandInput,
96
+ CreateGUISessionAccessDetailsCommandOutput,
97
+ } from "../commands/CreateGUISessionAccessDetailsCommand";
94
98
  import {
95
99
  CreateInstancesCommandInput,
96
100
  CreateInstancesCommandOutput,
@@ -319,6 +323,10 @@ import {
319
323
  GetContainerServicesCommandInput,
320
324
  GetContainerServicesCommandOutput,
321
325
  } from "../commands/GetContainerServicesCommand";
326
+ import {
327
+ GetCostEstimateCommandInput,
328
+ GetCostEstimateCommandOutput,
329
+ } from "../commands/GetCostEstimateCommand";
322
330
  import {
323
331
  GetDiskCommandInput,
324
332
  GetDiskCommandOutput,
@@ -551,6 +559,10 @@ import {
551
559
  SetResourceAccessForBucketCommandInput,
552
560
  SetResourceAccessForBucketCommandOutput,
553
561
  } from "../commands/SetResourceAccessForBucketCommand";
562
+ import {
563
+ StartGUISessionCommandInput,
564
+ StartGUISessionCommandOutput,
565
+ } from "../commands/StartGUISessionCommand";
554
566
  import {
555
567
  StartInstanceCommandInput,
556
568
  StartInstanceCommandOutput,
@@ -559,6 +571,10 @@ import {
559
571
  StartRelationalDatabaseCommandInput,
560
572
  StartRelationalDatabaseCommandOutput,
561
573
  } from "../commands/StartRelationalDatabaseCommand";
574
+ import {
575
+ StopGUISessionCommandInput,
576
+ StopGUISessionCommandOutput,
577
+ } from "../commands/StopGUISessionCommand";
562
578
  import {
563
579
  StopInstanceCommandInput,
564
580
  StopInstanceCommandOutput,
@@ -711,6 +727,10 @@ export declare const serializeAws_json1_1CreateDomainEntryCommand: (
711
727
  input: CreateDomainEntryCommandInput,
712
728
  context: __SerdeContext
713
729
  ) => Promise<__HttpRequest>;
730
+ export declare const serializeAws_json1_1CreateGUISessionAccessDetailsCommand: (
731
+ input: CreateGUISessionAccessDetailsCommandInput,
732
+ context: __SerdeContext
733
+ ) => Promise<__HttpRequest>;
714
734
  export declare const serializeAws_json1_1CreateInstancesCommand: (
715
735
  input: CreateInstancesCommandInput,
716
736
  context: __SerdeContext
@@ -939,6 +959,10 @@ export declare const serializeAws_json1_1GetContainerServicesCommand: (
939
959
  input: GetContainerServicesCommandInput,
940
960
  context: __SerdeContext
941
961
  ) => Promise<__HttpRequest>;
962
+ export declare const serializeAws_json1_1GetCostEstimateCommand: (
963
+ input: GetCostEstimateCommandInput,
964
+ context: __SerdeContext
965
+ ) => Promise<__HttpRequest>;
942
966
  export declare const serializeAws_json1_1GetDiskCommand: (
943
967
  input: GetDiskCommandInput,
944
968
  context: __SerdeContext
@@ -1171,6 +1195,10 @@ export declare const serializeAws_json1_1SetResourceAccessForBucketCommand: (
1171
1195
  input: SetResourceAccessForBucketCommandInput,
1172
1196
  context: __SerdeContext
1173
1197
  ) => Promise<__HttpRequest>;
1198
+ export declare const serializeAws_json1_1StartGUISessionCommand: (
1199
+ input: StartGUISessionCommandInput,
1200
+ context: __SerdeContext
1201
+ ) => Promise<__HttpRequest>;
1174
1202
  export declare const serializeAws_json1_1StartInstanceCommand: (
1175
1203
  input: StartInstanceCommandInput,
1176
1204
  context: __SerdeContext
@@ -1179,6 +1207,10 @@ export declare const serializeAws_json1_1StartRelationalDatabaseCommand: (
1179
1207
  input: StartRelationalDatabaseCommandInput,
1180
1208
  context: __SerdeContext
1181
1209
  ) => Promise<__HttpRequest>;
1210
+ export declare const serializeAws_json1_1StopGUISessionCommand: (
1211
+ input: StopGUISessionCommandInput,
1212
+ context: __SerdeContext
1213
+ ) => Promise<__HttpRequest>;
1182
1214
  export declare const serializeAws_json1_1StopInstanceCommand: (
1183
1215
  input: StopInstanceCommandInput,
1184
1216
  context: __SerdeContext
@@ -1331,6 +1363,10 @@ export declare const deserializeAws_json1_1CreateDomainEntryCommand: (
1331
1363
  output: __HttpResponse,
1332
1364
  context: __SerdeContext
1333
1365
  ) => Promise<CreateDomainEntryCommandOutput>;
1366
+ export declare const deserializeAws_json1_1CreateGUISessionAccessDetailsCommand: (
1367
+ output: __HttpResponse,
1368
+ context: __SerdeContext
1369
+ ) => Promise<CreateGUISessionAccessDetailsCommandOutput>;
1334
1370
  export declare const deserializeAws_json1_1CreateInstancesCommand: (
1335
1371
  output: __HttpResponse,
1336
1372
  context: __SerdeContext
@@ -1559,6 +1595,10 @@ export declare const deserializeAws_json1_1GetContainerServicesCommand: (
1559
1595
  output: __HttpResponse,
1560
1596
  context: __SerdeContext
1561
1597
  ) => Promise<GetContainerServicesCommandOutput>;
1598
+ export declare const deserializeAws_json1_1GetCostEstimateCommand: (
1599
+ output: __HttpResponse,
1600
+ context: __SerdeContext
1601
+ ) => Promise<GetCostEstimateCommandOutput>;
1562
1602
  export declare const deserializeAws_json1_1GetDiskCommand: (
1563
1603
  output: __HttpResponse,
1564
1604
  context: __SerdeContext
@@ -1791,6 +1831,10 @@ export declare const deserializeAws_json1_1SetResourceAccessForBucketCommand: (
1791
1831
  output: __HttpResponse,
1792
1832
  context: __SerdeContext
1793
1833
  ) => Promise<SetResourceAccessForBucketCommandOutput>;
1834
+ export declare const deserializeAws_json1_1StartGUISessionCommand: (
1835
+ output: __HttpResponse,
1836
+ context: __SerdeContext
1837
+ ) => Promise<StartGUISessionCommandOutput>;
1794
1838
  export declare const deserializeAws_json1_1StartInstanceCommand: (
1795
1839
  output: __HttpResponse,
1796
1840
  context: __SerdeContext
@@ -1799,6 +1843,10 @@ export declare const deserializeAws_json1_1StartRelationalDatabaseCommand: (
1799
1843
  output: __HttpResponse,
1800
1844
  context: __SerdeContext
1801
1845
  ) => Promise<StartRelationalDatabaseCommandOutput>;
1846
+ export declare const deserializeAws_json1_1StopGUISessionCommand: (
1847
+ output: __HttpResponse,
1848
+ context: __SerdeContext
1849
+ ) => Promise<StopGUISessionCommandOutput>;
1802
1850
  export declare const deserializeAws_json1_1StopInstanceCommand: (
1803
1851
  output: __HttpResponse,
1804
1852
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lightsail",
3
3
  "description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",