@aws-sdk/client-lightsail 3.857.0 → 3.859.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 (171) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +50 -0
  3. package/dist-es/models/models_0.js +19 -0
  4. package/dist-es/protocols/Aws_json1_1.js +13 -1
  5. package/dist-types/Lightsail.d.ts +1 -1
  6. package/dist-types/LightsailClient.d.ts +1 -1
  7. package/dist-types/commands/AllocateStaticIpCommand.d.ts +5 -1
  8. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +1 -1
  9. package/dist-types/commands/AttachDiskCommand.d.ts +5 -1
  10. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +5 -1
  11. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +5 -1
  12. package/dist-types/commands/AttachStaticIpCommand.d.ts +5 -1
  13. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +5 -1
  14. package/dist-types/commands/CopySnapshotCommand.d.ts +6 -2
  15. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +5 -1
  16. package/dist-types/commands/CreateBucketCommand.d.ts +6 -2
  17. package/dist-types/commands/CreateCertificateCommand.d.ts +5 -1
  18. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +5 -1
  19. package/dist-types/commands/CreateContactMethodCommand.d.ts +5 -1
  20. package/dist-types/commands/CreateContainerServiceCommand.d.ts +5 -1
  21. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +5 -1
  22. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +4 -0
  23. package/dist-types/commands/CreateDiskCommand.d.ts +5 -1
  24. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +5 -1
  25. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +5 -1
  26. package/dist-types/commands/CreateDistributionCommand.d.ts +4 -4
  27. package/dist-types/commands/CreateDomainCommand.d.ts +5 -1
  28. package/dist-types/commands/CreateDomainEntryCommand.d.ts +5 -1
  29. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +4 -0
  30. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +5 -1
  31. package/dist-types/commands/CreateInstancesCommand.d.ts +5 -1
  32. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +5 -1
  33. package/dist-types/commands/CreateKeyPairCommand.d.ts +6 -2
  34. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +5 -1
  35. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +5 -1
  36. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +5 -1
  37. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +5 -1
  38. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +5 -1
  39. package/dist-types/commands/DeleteAlarmCommand.d.ts +5 -1
  40. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +5 -1
  41. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +5 -1
  42. package/dist-types/commands/DeleteBucketCommand.d.ts +5 -1
  43. package/dist-types/commands/DeleteCertificateCommand.d.ts +5 -1
  44. package/dist-types/commands/DeleteContactMethodCommand.d.ts +5 -1
  45. package/dist-types/commands/DeleteContainerImageCommand.d.ts +4 -0
  46. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +4 -0
  47. package/dist-types/commands/DeleteDiskCommand.d.ts +5 -1
  48. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +5 -1
  49. package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteDomainCommand.d.ts +5 -1
  51. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +5 -1
  52. package/dist-types/commands/DeleteInstanceCommand.d.ts +5 -1
  53. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +5 -1
  54. package/dist-types/commands/DeleteKeyPairCommand.d.ts +5 -1
  55. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +5 -1
  56. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +5 -1
  57. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +5 -1
  58. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +5 -1
  59. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +5 -1
  60. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +1 -1
  61. package/dist-types/commands/DetachDiskCommand.d.ts +5 -1
  62. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +5 -1
  63. package/dist-types/commands/DetachStaticIpCommand.d.ts +5 -1
  64. package/dist-types/commands/DisableAddOnCommand.d.ts +5 -1
  65. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +4 -0
  66. package/dist-types/commands/EnableAddOnCommand.d.ts +5 -1
  67. package/dist-types/commands/ExportSnapshotCommand.d.ts +5 -1
  68. package/dist-types/commands/GetActiveNamesCommand.d.ts +4 -0
  69. package/dist-types/commands/GetAlarmsCommand.d.ts +5 -1
  70. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +4 -0
  71. package/dist-types/commands/GetBlueprintsCommand.d.ts +4 -0
  72. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +4 -0
  73. package/dist-types/commands/GetBucketBundlesCommand.d.ts +4 -0
  74. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +4 -0
  75. package/dist-types/commands/GetBucketsCommand.d.ts +5 -1
  76. package/dist-types/commands/GetBundlesCommand.d.ts +4 -0
  77. package/dist-types/commands/GetCertificatesCommand.d.ts +4 -0
  78. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +5 -1
  79. package/dist-types/commands/GetContactMethodsCommand.d.ts +5 -1
  80. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +4 -0
  81. package/dist-types/commands/GetContainerImagesCommand.d.ts +4 -0
  82. package/dist-types/commands/GetContainerLogCommand.d.ts +4 -0
  83. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +4 -0
  84. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +4 -0
  85. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +5 -2
  86. package/dist-types/commands/GetContainerServicesCommand.d.ts +5 -1
  87. package/dist-types/commands/GetCostEstimateCommand.d.ts +4 -0
  88. package/dist-types/commands/GetDiskCommand.d.ts +5 -1
  89. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +5 -1
  90. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +5 -1
  91. package/dist-types/commands/GetDisksCommand.d.ts +5 -1
  92. package/dist-types/commands/GetDistributionsCommand.d.ts +2 -2
  93. package/dist-types/commands/GetDomainCommand.d.ts +5 -1
  94. package/dist-types/commands/GetDomainsCommand.d.ts +5 -1
  95. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +5 -1
  96. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +4 -0
  97. package/dist-types/commands/GetInstanceCommand.d.ts +6 -2
  98. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +4 -0
  99. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +4 -0
  100. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +6 -2
  101. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +6 -2
  102. package/dist-types/commands/GetInstanceStateCommand.d.ts +4 -0
  103. package/dist-types/commands/GetInstancesCommand.d.ts +6 -2
  104. package/dist-types/commands/GetKeyPairCommand.d.ts +5 -1
  105. package/dist-types/commands/GetKeyPairsCommand.d.ts +5 -1
  106. package/dist-types/commands/GetLoadBalancerCommand.d.ts +5 -1
  107. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +4 -0
  108. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +5 -1
  109. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +4 -0
  110. package/dist-types/commands/GetLoadBalancersCommand.d.ts +5 -1
  111. package/dist-types/commands/GetOperationCommand.d.ts +5 -1
  112. package/dist-types/commands/GetOperationsCommand.d.ts +5 -1
  113. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +5 -1
  114. package/dist-types/commands/GetRegionsCommand.d.ts +5 -1
  115. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +4 -0
  116. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +4 -0
  117. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +5 -1
  118. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +4 -0
  119. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +4 -0
  120. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +4 -0
  121. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +4 -0
  122. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +4 -0
  123. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +4 -0
  124. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +5 -1
  125. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +5 -1
  126. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +5 -1
  127. package/dist-types/commands/GetSetupHistoryCommand.d.ts +5 -1
  128. package/dist-types/commands/GetStaticIpCommand.d.ts +5 -1
  129. package/dist-types/commands/GetStaticIpsCommand.d.ts +5 -1
  130. package/dist-types/commands/ImportKeyPairCommand.d.ts +5 -1
  131. package/dist-types/commands/IsVpcPeeredCommand.d.ts +4 -0
  132. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +5 -1
  133. package/dist-types/commands/PeerVpcCommand.d.ts +5 -1
  134. package/dist-types/commands/PutAlarmCommand.d.ts +5 -1
  135. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +5 -1
  136. package/dist-types/commands/RebootInstanceCommand.d.ts +5 -1
  137. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +5 -1
  138. package/dist-types/commands/RegisterContainerImageCommand.d.ts +4 -0
  139. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +5 -1
  140. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +1 -1
  141. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +5 -1
  142. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +5 -1
  143. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +5 -1
  144. package/dist-types/commands/SetupInstanceHttpsCommand.d.ts +5 -1
  145. package/dist-types/commands/StartGUISessionCommand.d.ts +5 -1
  146. package/dist-types/commands/StartInstanceCommand.d.ts +5 -1
  147. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +5 -1
  148. package/dist-types/commands/StopGUISessionCommand.d.ts +5 -1
  149. package/dist-types/commands/StopInstanceCommand.d.ts +5 -1
  150. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +5 -1
  151. package/dist-types/commands/TagResourceCommand.d.ts +5 -1
  152. package/dist-types/commands/TestAlarmCommand.d.ts +5 -1
  153. package/dist-types/commands/UnpeerVpcCommand.d.ts +5 -1
  154. package/dist-types/commands/UntagResourceCommand.d.ts +5 -1
  155. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +5 -1
  156. package/dist-types/commands/UpdateBucketCommand.d.ts +6 -2
  157. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +5 -1
  158. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +1 -1
  159. package/dist-types/commands/UpdateDistributionCommand.d.ts +2 -2
  160. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +5 -1
  161. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +5 -1
  162. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +5 -1
  163. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +5 -1
  164. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +5 -1
  165. package/dist-types/index.d.ts +1 -1
  166. package/dist-types/models/models_0.d.ts +28 -5
  167. package/dist-types/models/models_1.d.ts +5 -0
  168. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +4 -2
  169. package/dist-types/ts3.4/models/models_0.d.ts +11 -1
  170. package/dist-types/ts3.4/models/models_1.d.ts +1 -0
  171. package/package.json +5 -5
@@ -57,7 +57,7 @@ declare const StopInstanceCommand_base: {
57
57
  * // createdAt: new Date("TIMESTAMP"),
58
58
  * // location: { // ResourceLocation
59
59
  * // availabilityZone: "STRING_VALUE",
60
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
60
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
61
61
  * // },
62
62
  * // isTerminal: true || false,
63
63
  * // operationDetails: "STRING_VALUE",
@@ -102,6 +102,10 @@ declare const StopInstanceCommand_base: {
102
102
  * @throws {@link OperationFailureException} (client fault)
103
103
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
104
104
  *
105
+ * @throws {@link RegionSetupInProgressException} (client fault)
106
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
107
+ * Region that is currently being set up.</p>
108
+ *
105
109
  * @throws {@link ServiceException} (server fault)
106
110
  * <p>A general service exception.</p>
107
111
  *
@@ -57,7 +57,7 @@ declare const StopRelationalDatabaseCommand_base: {
57
57
  * // createdAt: new Date("TIMESTAMP"),
58
58
  * // location: { // ResourceLocation
59
59
  * // availabilityZone: "STRING_VALUE",
60
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
60
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
61
61
  * // },
62
62
  * // isTerminal: true || false,
63
63
  * // operationDetails: "STRING_VALUE",
@@ -102,6 +102,10 @@ declare const StopRelationalDatabaseCommand_base: {
102
102
  * @throws {@link OperationFailureException} (client fault)
103
103
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
104
104
  *
105
+ * @throws {@link RegionSetupInProgressException} (client fault)
106
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
107
+ * Region that is currently being set up.</p>
108
+ *
105
109
  * @throws {@link ServiceException} (server fault)
106
110
  * <p>A general service exception.</p>
107
111
  *
@@ -60,7 +60,7 @@ declare const TagResourceCommand_base: {
60
60
  * // createdAt: new Date("TIMESTAMP"),
61
61
  * // location: { // ResourceLocation
62
62
  * // availabilityZone: "STRING_VALUE",
63
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
63
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
64
64
  * // },
65
65
  * // isTerminal: true || false,
66
66
  * // operationDetails: "STRING_VALUE",
@@ -105,6 +105,10 @@ declare const TagResourceCommand_base: {
105
105
  * @throws {@link OperationFailureException} (client fault)
106
106
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
107
107
  *
108
+ * @throws {@link RegionSetupInProgressException} (client fault)
109
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
110
+ * Region that is currently being set up.</p>
111
+ *
108
112
  * @throws {@link ServiceException} (server fault)
109
113
  * <p>A general service exception.</p>
110
114
  *
@@ -56,7 +56,7 @@ declare const TestAlarmCommand_base: {
56
56
  * // createdAt: new Date("TIMESTAMP"),
57
57
  * // location: { // ResourceLocation
58
58
  * // availabilityZone: "STRING_VALUE",
59
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
59
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
60
60
  * // },
61
61
  * // isTerminal: true || false,
62
62
  * // operationDetails: "STRING_VALUE",
@@ -97,6 +97,10 @@ declare const TestAlarmCommand_base: {
97
97
  * @throws {@link OperationFailureException} (client fault)
98
98
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
99
99
  *
100
+ * @throws {@link RegionSetupInProgressException} (client fault)
101
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
102
+ * Region that is currently being set up.</p>
103
+ *
100
104
  * @throws {@link ServiceException} (server fault)
101
105
  * <p>A general service exception.</p>
102
106
  *
@@ -45,7 +45,7 @@ declare const UnpeerVpcCommand_base: {
45
45
  * // createdAt: new Date("TIMESTAMP"),
46
46
  * // location: { // ResourceLocation
47
47
  * // availabilityZone: "STRING_VALUE",
48
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
48
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
49
49
  * // },
50
50
  * // isTerminal: true || false,
51
51
  * // operationDetails: "STRING_VALUE",
@@ -89,6 +89,10 @@ declare const UnpeerVpcCommand_base: {
89
89
  * @throws {@link OperationFailureException} (client fault)
90
90
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
91
91
  *
92
+ * @throws {@link RegionSetupInProgressException} (client fault)
93
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
94
+ * Region that is currently being set up.</p>
95
+ *
92
96
  * @throws {@link ServiceException} (server fault)
93
97
  * <p>A general service exception.</p>
94
98
  *
@@ -56,7 +56,7 @@ declare const UntagResourceCommand_base: {
56
56
  * // createdAt: new Date("TIMESTAMP"),
57
57
  * // location: { // ResourceLocation
58
58
  * // availabilityZone: "STRING_VALUE",
59
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
59
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
60
60
  * // },
61
61
  * // isTerminal: true || false,
62
62
  * // operationDetails: "STRING_VALUE",
@@ -101,6 +101,10 @@ declare const UntagResourceCommand_base: {
101
101
  * @throws {@link OperationFailureException} (client fault)
102
102
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
103
103
  *
104
+ * @throws {@link RegionSetupInProgressException} (client fault)
105
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
106
+ * Region that is currently being set up.</p>
107
+ *
104
108
  * @throws {@link ServiceException} (server fault)
105
109
  * <p>A general service exception.</p>
106
110
  *
@@ -61,7 +61,7 @@ declare const UpdateBucketBundleCommand_base: {
61
61
  * // createdAt: new Date("TIMESTAMP"),
62
62
  * // location: { // ResourceLocation
63
63
  * // availabilityZone: "STRING_VALUE",
64
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
64
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
65
65
  * // },
66
66
  * // isTerminal: true || false,
67
67
  * // operationDetails: "STRING_VALUE",
@@ -99,6 +99,10 @@ declare const UpdateBucketBundleCommand_base: {
99
99
  * @throws {@link NotFoundException} (client fault)
100
100
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
101
101
  *
102
+ * @throws {@link RegionSetupInProgressException} (client fault)
103
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
104
+ * Region that is currently being set up.</p>
105
+ *
102
106
  * @throws {@link ServiceException} (server fault)
103
107
  * <p>A general service exception.</p>
104
108
  *
@@ -67,7 +67,7 @@ declare const UpdateBucketCommand_base: {
67
67
  * // url: "STRING_VALUE",
68
68
  * // location: { // ResourceLocation
69
69
  * // availabilityZone: "STRING_VALUE",
70
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
70
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
71
71
  * // },
72
72
  * // name: "STRING_VALUE",
73
73
  * // supportCode: "STRING_VALUE",
@@ -106,7 +106,7 @@ declare const UpdateBucketCommand_base: {
106
106
  * // createdAt: new Date("TIMESTAMP"),
107
107
  * // location: {
108
108
  * // availabilityZone: "STRING_VALUE",
109
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
109
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
110
110
  * // },
111
111
  * // isTerminal: true || false,
112
112
  * // operationDetails: "STRING_VALUE",
@@ -144,6 +144,10 @@ declare const UpdateBucketCommand_base: {
144
144
  * @throws {@link NotFoundException} (client fault)
145
145
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
146
146
  *
147
+ * @throws {@link RegionSetupInProgressException} (client fault)
148
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
149
+ * Region that is currently being set up.</p>
150
+ *
147
151
  * @throws {@link ServiceException} (server fault)
148
152
  * <p>A general service exception.</p>
149
153
  *
@@ -60,7 +60,7 @@ declare const UpdateContainerServiceCommand_base: {
60
60
  * // createdAt: new Date("TIMESTAMP"),
61
61
  * // location: { // ResourceLocation
62
62
  * // availabilityZone: "STRING_VALUE",
63
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
63
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
64
64
  * // },
65
65
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
66
66
  * // tags: [ // TagList
@@ -182,6 +182,10 @@ declare const UpdateContainerServiceCommand_base: {
182
182
  * @throws {@link NotFoundException} (client fault)
183
183
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
184
184
  *
185
+ * @throws {@link RegionSetupInProgressException} (client fault)
186
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
187
+ * Region that is currently being set up.</p>
188
+ *
185
189
  * @throws {@link ServiceException} (server fault)
186
190
  * <p>A general service exception.</p>
187
191
  *
@@ -56,7 +56,7 @@ declare const UpdateDistributionBundleCommand_base: {
56
56
  * // createdAt: new Date("TIMESTAMP"),
57
57
  * // location: { // ResourceLocation
58
58
  * // availabilityZone: "STRING_VALUE",
59
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
59
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
60
60
  * // },
61
61
  * // isTerminal: true || false,
62
62
  * // operationDetails: "STRING_VALUE",
@@ -39,7 +39,7 @@ declare const UpdateDistributionCommand_base: {
39
39
  * distributionName: "STRING_VALUE", // required
40
40
  * origin: { // InputOrigin
41
41
  * name: "STRING_VALUE",
42
- * regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
42
+ * regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
43
43
  * protocolPolicy: "http-only" || "https-only",
44
44
  * responseTimeout: Number("int"),
45
45
  * },
@@ -92,7 +92,7 @@ declare const UpdateDistributionCommand_base: {
92
92
  * // createdAt: new Date("TIMESTAMP"),
93
93
  * // location: { // ResourceLocation
94
94
  * // availabilityZone: "STRING_VALUE",
95
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
95
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
96
96
  * // },
97
97
  * // isTerminal: true || false,
98
98
  * // operationDetails: "STRING_VALUE",
@@ -61,7 +61,7 @@ declare const UpdateDomainEntryCommand_base: {
61
61
  * // createdAt: new Date("TIMESTAMP"),
62
62
  * // location: { // ResourceLocation
63
63
  * // availabilityZone: "STRING_VALUE",
64
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
64
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
65
65
  * // },
66
66
  * // isTerminal: true || false,
67
67
  * // operationDetails: "STRING_VALUE",
@@ -106,6 +106,10 @@ declare const UpdateDomainEntryCommand_base: {
106
106
  * @throws {@link OperationFailureException} (client fault)
107
107
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
108
108
  *
109
+ * @throws {@link RegionSetupInProgressException} (client fault)
110
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
111
+ * Region that is currently being set up.</p>
112
+ *
109
113
  * @throws {@link ServiceException} (server fault)
110
114
  * <p>A general service exception.</p>
111
115
  *
@@ -56,7 +56,7 @@ declare const UpdateInstanceMetadataOptionsCommand_base: {
56
56
  * // createdAt: new Date("TIMESTAMP"),
57
57
  * // location: { // ResourceLocation
58
58
  * // availabilityZone: "STRING_VALUE",
59
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
59
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
60
60
  * // },
61
61
  * // isTerminal: true || false,
62
62
  * // operationDetails: "STRING_VALUE",
@@ -100,6 +100,10 @@ declare const UpdateInstanceMetadataOptionsCommand_base: {
100
100
  * @throws {@link OperationFailureException} (client fault)
101
101
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
102
102
  *
103
+ * @throws {@link RegionSetupInProgressException} (client fault)
104
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
105
+ * Region that is currently being set up.</p>
106
+ *
103
107
  * @throws {@link ServiceException} (server fault)
104
108
  * <p>A general service exception.</p>
105
109
  *
@@ -54,7 +54,7 @@ declare const UpdateLoadBalancerAttributeCommand_base: {
54
54
  * // createdAt: new Date("TIMESTAMP"),
55
55
  * // location: { // ResourceLocation
56
56
  * // availabilityZone: "STRING_VALUE",
57
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
57
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
58
58
  * // },
59
59
  * // isTerminal: true || false,
60
60
  * // operationDetails: "STRING_VALUE",
@@ -99,6 +99,10 @@ declare const UpdateLoadBalancerAttributeCommand_base: {
99
99
  * @throws {@link OperationFailureException} (client fault)
100
100
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
101
101
  *
102
+ * @throws {@link RegionSetupInProgressException} (client fault)
103
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
104
+ * Region that is currently being set up.</p>
105
+ *
102
106
  * @throws {@link ServiceException} (server fault)
103
107
  * <p>A general service exception.</p>
104
108
  *
@@ -63,7 +63,7 @@ declare const UpdateRelationalDatabaseCommand_base: {
63
63
  * // createdAt: new Date("TIMESTAMP"),
64
64
  * // location: { // ResourceLocation
65
65
  * // availabilityZone: "STRING_VALUE",
66
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
66
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
67
67
  * // },
68
68
  * // isTerminal: true || false,
69
69
  * // operationDetails: "STRING_VALUE",
@@ -108,6 +108,10 @@ declare const UpdateRelationalDatabaseCommand_base: {
108
108
  * @throws {@link OperationFailureException} (client fault)
109
109
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
110
110
  *
111
+ * @throws {@link RegionSetupInProgressException} (client fault)
112
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
113
+ * Region that is currently being set up.</p>
114
+ *
111
115
  * @throws {@link ServiceException} (server fault)
112
116
  * <p>A general service exception.</p>
113
117
  *
@@ -69,7 +69,7 @@ declare const UpdateRelationalDatabaseParametersCommand_base: {
69
69
  * // createdAt: new Date("TIMESTAMP"),
70
70
  * // location: { // ResourceLocation
71
71
  * // availabilityZone: "STRING_VALUE",
72
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
72
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
73
73
  * // },
74
74
  * // isTerminal: true || false,
75
75
  * // operationDetails: "STRING_VALUE",
@@ -114,6 +114,10 @@ declare const UpdateRelationalDatabaseParametersCommand_base: {
114
114
  * @throws {@link OperationFailureException} (client fault)
115
115
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
116
116
  *
117
+ * @throws {@link RegionSetupInProgressException} (client fault)
118
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
119
+ * Region that is currently being set up.</p>
120
+ *
117
121
  * @throws {@link ServiceException} (server fault)
118
122
  * <p>A general service exception.</p>
119
123
  *
@@ -7,7 +7,7 @@
7
7
  * price.</p>
8
8
  * <p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
9
9
  * Command Line Interface (CLI), or SDKs. For more information about Lightsail
10
- * concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
10
+ * concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-and-configure-aws-cli">Amazon Lightsail Developer Guide</a>.</p>
11
11
  * <p>This API Reference provides detailed information about the actions, data types,
12
12
  * parameters, and errors of the Lightsail service. For more information about the supported
13
13
  * Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see
@@ -544,6 +544,7 @@ export declare const RegionName: {
544
544
  readonly AP_NORTHEAST_2: "ap-northeast-2";
545
545
  readonly AP_SOUTHEAST_1: "ap-southeast-1";
546
546
  readonly AP_SOUTHEAST_2: "ap-southeast-2";
547
+ readonly AP_SOUTHEAST_3: "ap-southeast-3";
547
548
  readonly AP_SOUTH_1: "ap-south-1";
548
549
  readonly CA_CENTRAL_1: "ca-central-1";
549
550
  readonly EU_CENTRAL_1: "eu-central-1";
@@ -1175,6 +1176,33 @@ export declare class OperationFailureException extends __BaseException {
1175
1176
  */
1176
1177
  constructor(opts: __ExceptionOptionType<OperationFailureException, __BaseException>);
1177
1178
  }
1179
+ /**
1180
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
1181
+ * Region that is currently being set up.</p>
1182
+ * @public
1183
+ */
1184
+ export declare class RegionSetupInProgressException extends __BaseException {
1185
+ readonly name: "RegionSetupInProgressException";
1186
+ readonly $fault: "client";
1187
+ code?: string | undefined;
1188
+ /**
1189
+ * <p>
1190
+ * <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/understanding-regions-and-availability-zones-in-amazon-lightsail.html">Regions
1191
+ * and Availability Zones for Lightsail</a>
1192
+ * </p>
1193
+ * @public
1194
+ */
1195
+ docs?: string | undefined;
1196
+ /**
1197
+ * <p>Opt-in Regions typically take a few minutes to finish setting up before you can work with them. Wait a few minutes and try again.</p>
1198
+ * @public
1199
+ */
1200
+ tip?: string | undefined;
1201
+ /**
1202
+ * @internal
1203
+ */
1204
+ constructor(opts: __ExceptionOptionType<RegionSetupInProgressException, __BaseException>);
1205
+ }
1178
1206
  /**
1179
1207
  * <p>A general service exception.</p>
1180
1208
  * @public
@@ -8402,11 +8430,6 @@ export interface GetContainerServiceMetricDataResult {
8402
8430
  */
8403
8431
  metricData?: MetricDatapoint[] | undefined;
8404
8432
  }
8405
- /**
8406
- * @public
8407
- */
8408
- export interface GetContainerServicePowersRequest {
8409
- }
8410
8433
  /**
8411
8434
  * @internal
8412
8435
  */
@@ -1,4 +1,9 @@
1
1
  import { AccessDirection, AccessRules, AddOn, AlarmState, AvailabilityZone, Bucket, BucketAccessLogConfig, CacheBehavior, CacheBehaviorPerPath, CacheSettings, CertificateProvider, ComparisonOperator, ContactMethodVerificationProtocol, ContactProtocol, ContainerImage, ContainerService, ContainerServicePower, ContainerServicePowerName, CostEstimate, Disk, DiskSnapshot, DistributionBundle, DistributionMetricName, Domain, DomainEntry, ExportSnapshotRecord, InputOrigin, IpAddressType, KeyPair, LightsailDistribution, MetricDatapoint, MetricName, MetricStatistic, MetricUnit, NetworkProtocol, Operation, PortInfo, PrivateRegistryAccessRequest, RegionName, ResourceLocation, ResourceType, Tag, TreatMissingData, ViewerMinimumTlsProtocolVersionEnum } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface GetContainerServicePowersRequest {
6
+ }
2
7
  /**
3
8
  * @public
4
9
  */
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../LightsailClient";
8
- import { GetContainerServicePowersRequest } from "../models/models_0";
9
- import { GetContainerServicePowersResult } from "../models/models_1";
8
+ import {
9
+ GetContainerServicePowersRequest,
10
+ GetContainerServicePowersResult,
11
+ } from "../models/models_1";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetContainerServicePowersCommandInput
@@ -125,6 +125,7 @@ export declare const RegionName: {
125
125
  readonly AP_NORTHEAST_2: "ap-northeast-2";
126
126
  readonly AP_SOUTHEAST_1: "ap-southeast-1";
127
127
  readonly AP_SOUTHEAST_2: "ap-southeast-2";
128
+ readonly AP_SOUTHEAST_3: "ap-southeast-3";
128
129
  readonly AP_SOUTH_1: "ap-south-1";
129
130
  readonly CA_CENTRAL_1: "ca-central-1";
130
131
  readonly EU_CENTRAL_1: "eu-central-1";
@@ -416,6 +417,16 @@ export declare class OperationFailureException extends __BaseException {
416
417
  opts: __ExceptionOptionType<OperationFailureException, __BaseException>
417
418
  );
418
419
  }
420
+ export declare class RegionSetupInProgressException extends __BaseException {
421
+ readonly name: "RegionSetupInProgressException";
422
+ readonly $fault: "client";
423
+ code?: string | undefined;
424
+ docs?: string | undefined;
425
+ tip?: string | undefined;
426
+ constructor(
427
+ opts: __ExceptionOptionType<RegionSetupInProgressException, __BaseException>
428
+ );
429
+ }
419
430
  export declare class ServiceException extends __BaseException {
420
431
  readonly name: "ServiceException";
421
432
  readonly $fault: "server";
@@ -1853,7 +1864,6 @@ export interface GetContainerServiceMetricDataResult {
1853
1864
  metricName?: ContainerServiceMetricName | undefined;
1854
1865
  metricData?: MetricDatapoint[] | undefined;
1855
1866
  }
1856
- export interface GetContainerServicePowersRequest {}
1857
1867
  export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
1858
1868
  export declare const CreateBucketAccessKeyResultFilterSensitiveLog: (
1859
1869
  obj: CreateBucketAccessKeyResult
@@ -44,6 +44,7 @@ import {
44
44
  TreatMissingData,
45
45
  ViewerMinimumTlsProtocolVersionEnum,
46
46
  } from "./models_0";
47
+ export interface GetContainerServicePowersRequest {}
47
48
  export interface GetContainerServicePowersResult {
48
49
  powers?: ContainerServicePower[] | undefined;
49
50
  }
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.857.0",
4
+ "version": "3.859.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-lightsail",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.857.0",
24
- "@aws-sdk/credential-provider-node": "3.857.0",
23
+ "@aws-sdk/core": "3.858.0",
24
+ "@aws-sdk/credential-provider-node": "3.859.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.857.0",
28
+ "@aws-sdk/middleware-user-agent": "3.858.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
30
  "@aws-sdk/types": "3.840.0",
31
31
  "@aws-sdk/util-endpoints": "3.848.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.857.0",
33
+ "@aws-sdk/util-user-agent-node": "3.858.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.7.2",
36
36
  "@smithy/fetch-http-handler": "^5.1.0",