@aws-sdk/client-lightsail 3.858.0 → 3.862.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 +33 -33
@@ -55,7 +55,7 @@ declare const DeleteKeyPairCommand_base: {
55
55
  * // createdAt: new Date("TIMESTAMP"),
56
56
  * // location: { // ResourceLocation
57
57
  * // availabilityZone: "STRING_VALUE",
58
- * // 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",
58
+ * // 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",
59
59
  * // },
60
60
  * // isTerminal: true || false,
61
61
  * // operationDetails: "STRING_VALUE",
@@ -99,6 +99,10 @@ declare const DeleteKeyPairCommand_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
  *
@@ -56,7 +56,7 @@ declare const DeleteKnownHostKeysCommand_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 DeleteKnownHostKeysCommand_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
  *
@@ -53,7 +53,7 @@ declare const DeleteLoadBalancerCommand_base: {
53
53
  * // createdAt: new Date("TIMESTAMP"),
54
54
  * // location: { // ResourceLocation
55
55
  * // availabilityZone: "STRING_VALUE",
56
- * // 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",
56
+ * // 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",
57
57
  * // },
58
58
  * // isTerminal: true || false,
59
59
  * // operationDetails: "STRING_VALUE",
@@ -98,6 +98,10 @@ declare const DeleteLoadBalancerCommand_base: {
98
98
  * @throws {@link OperationFailureException} (client fault)
99
99
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
100
100
  *
101
+ * @throws {@link RegionSetupInProgressException} (client fault)
102
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
103
+ * Region that is currently being set up.</p>
104
+ *
101
105
  * @throws {@link ServiceException} (server fault)
102
106
  * <p>A general service exception.</p>
103
107
  *
@@ -53,7 +53,7 @@ declare const DeleteLoadBalancerTlsCertificateCommand_base: {
53
53
  * // createdAt: new Date("TIMESTAMP"),
54
54
  * // location: { // ResourceLocation
55
55
  * // availabilityZone: "STRING_VALUE",
56
- * // 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",
56
+ * // 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",
57
57
  * // },
58
58
  * // isTerminal: true || false,
59
59
  * // operationDetails: "STRING_VALUE",
@@ -98,6 +98,10 @@ declare const DeleteLoadBalancerTlsCertificateCommand_base: {
98
98
  * @throws {@link OperationFailureException} (client fault)
99
99
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
100
100
  *
101
+ * @throws {@link RegionSetupInProgressException} (client fault)
102
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
103
+ * Region that is currently being set up.</p>
104
+ *
101
105
  * @throws {@link ServiceException} (server fault)
102
106
  * <p>A general service exception.</p>
103
107
  *
@@ -53,7 +53,7 @@ declare const DeleteRelationalDatabaseCommand_base: {
53
53
  * // createdAt: new Date("TIMESTAMP"),
54
54
  * // location: { // ResourceLocation
55
55
  * // availabilityZone: "STRING_VALUE",
56
- * // 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",
56
+ * // 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",
57
57
  * // },
58
58
  * // isTerminal: true || false,
59
59
  * // operationDetails: "STRING_VALUE",
@@ -98,6 +98,10 @@ declare const DeleteRelationalDatabaseCommand_base: {
98
98
  * @throws {@link OperationFailureException} (client fault)
99
99
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
100
100
  *
101
+ * @throws {@link RegionSetupInProgressException} (client fault)
102
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
103
+ * Region that is currently being set up.</p>
104
+ *
101
105
  * @throws {@link ServiceException} (server fault)
102
106
  * <p>A general service exception.</p>
103
107
  *
@@ -51,7 +51,7 @@ declare const DeleteRelationalDatabaseSnapshotCommand_base: {
51
51
  * // createdAt: new Date("TIMESTAMP"),
52
52
  * // location: { // ResourceLocation
53
53
  * // availabilityZone: "STRING_VALUE",
54
- * // 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",
54
+ * // 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",
55
55
  * // },
56
56
  * // isTerminal: true || false,
57
57
  * // operationDetails: "STRING_VALUE",
@@ -96,6 +96,10 @@ declare const DeleteRelationalDatabaseSnapshotCommand_base: {
96
96
  * @throws {@link OperationFailureException} (client fault)
97
97
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
98
98
  *
99
+ * @throws {@link RegionSetupInProgressException} (client fault)
100
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
101
+ * Region that is currently being set up.</p>
102
+ *
99
103
  * @throws {@link ServiceException} (server fault)
100
104
  * <p>A general service exception.</p>
101
105
  *
@@ -50,7 +50,7 @@ declare const DetachCertificateFromDistributionCommand_base: {
50
50
  * // createdAt: new Date("TIMESTAMP"),
51
51
  * // location: { // ResourceLocation
52
52
  * // availabilityZone: "STRING_VALUE",
53
- * // 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",
53
+ * // 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",
54
54
  * // },
55
55
  * // isTerminal: true || false,
56
56
  * // operationDetails: "STRING_VALUE",
@@ -53,7 +53,7 @@ declare const DetachDiskCommand_base: {
53
53
  * // createdAt: new Date("TIMESTAMP"),
54
54
  * // location: { // ResourceLocation
55
55
  * // availabilityZone: "STRING_VALUE",
56
- * // 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",
56
+ * // 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",
57
57
  * // },
58
58
  * // isTerminal: true || false,
59
59
  * // operationDetails: "STRING_VALUE",
@@ -98,6 +98,10 @@ declare const DetachDiskCommand_base: {
98
98
  * @throws {@link OperationFailureException} (client fault)
99
99
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
100
100
  *
101
+ * @throws {@link RegionSetupInProgressException} (client fault)
102
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
103
+ * Region that is currently being set up.</p>
104
+ *
101
105
  * @throws {@link ServiceException} (server fault)
102
106
  * <p>A general service exception.</p>
103
107
  *
@@ -56,7 +56,7 @@ declare const DetachInstancesFromLoadBalancerCommand_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 DetachInstancesFromLoadBalancerCommand_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
  *
@@ -48,7 +48,7 @@ declare const DetachStaticIpCommand_base: {
48
48
  * // createdAt: new Date("TIMESTAMP"),
49
49
  * // location: { // ResourceLocation
50
50
  * // availabilityZone: "STRING_VALUE",
51
- * // 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",
51
+ * // 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",
52
52
  * // },
53
53
  * // isTerminal: true || false,
54
54
  * // operationDetails: "STRING_VALUE",
@@ -93,6 +93,10 @@ declare const DetachStaticIpCommand_base: {
93
93
  * @throws {@link OperationFailureException} (client fault)
94
94
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
95
95
  *
96
+ * @throws {@link RegionSetupInProgressException} (client fault)
97
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
98
+ * Region that is currently being set up.</p>
99
+ *
96
100
  * @throws {@link ServiceException} (server fault)
97
101
  * <p>A general service exception.</p>
98
102
  *
@@ -49,7 +49,7 @@ declare const DisableAddOnCommand_base: {
49
49
  * // createdAt: new Date("TIMESTAMP"),
50
50
  * // location: { // ResourceLocation
51
51
  * // availabilityZone: "STRING_VALUE",
52
- * // 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",
52
+ * // 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",
53
53
  * // },
54
54
  * // isTerminal: true || false,
55
55
  * // operationDetails: "STRING_VALUE",
@@ -90,6 +90,10 @@ declare const DisableAddOnCommand_base: {
90
90
  * @throws {@link OperationFailureException} (client fault)
91
91
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
92
92
  *
93
+ * @throws {@link RegionSetupInProgressException} (client fault)
94
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
95
+ * Region that is currently being set up.</p>
96
+ *
93
97
  * @throws {@link ServiceException} (server fault)
94
98
  * <p>A general service exception.</p>
95
99
  *
@@ -77,6 +77,10 @@ declare const DownloadDefaultKeyPairCommand_base: {
77
77
  * @throws {@link OperationFailureException} (client fault)
78
78
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
79
79
  *
80
+ * @throws {@link RegionSetupInProgressException} (client fault)
81
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
82
+ * Region that is currently being set up.</p>
83
+ *
80
84
  * @throws {@link ServiceException} (server fault)
81
85
  * <p>A general service exception.</p>
82
86
  *
@@ -59,7 +59,7 @@ declare const EnableAddOnCommand_base: {
59
59
  * // createdAt: new Date("TIMESTAMP"),
60
60
  * // location: { // ResourceLocation
61
61
  * // availabilityZone: "STRING_VALUE",
62
- * // 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",
62
+ * // 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",
63
63
  * // },
64
64
  * // isTerminal: true || false,
65
65
  * // operationDetails: "STRING_VALUE",
@@ -100,6 +100,10 @@ declare const EnableAddOnCommand_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
  *
@@ -62,7 +62,7 @@ declare const ExportSnapshotCommand_base: {
62
62
  * // createdAt: new Date("TIMESTAMP"),
63
63
  * // location: { // ResourceLocation
64
64
  * // availabilityZone: "STRING_VALUE",
65
- * // 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",
65
+ * // 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",
66
66
  * // },
67
67
  * // isTerminal: true || false,
68
68
  * // operationDetails: "STRING_VALUE",
@@ -107,6 +107,10 @@ declare const ExportSnapshotCommand_base: {
107
107
  * @throws {@link OperationFailureException} (client fault)
108
108
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
109
109
  *
110
+ * @throws {@link RegionSetupInProgressException} (client fault)
111
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
112
+ * Region that is currently being set up.</p>
113
+ *
110
114
  * @throws {@link ServiceException} (server fault)
111
115
  * <p>A general service exception.</p>
112
116
  *
@@ -78,6 +78,10 @@ declare const GetActiveNamesCommand_base: {
78
78
  * @throws {@link OperationFailureException} (client fault)
79
79
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
80
80
  *
81
+ * @throws {@link RegionSetupInProgressException} (client fault)
82
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
83
+ * Region that is currently being set up.</p>
84
+ *
81
85
  * @throws {@link ServiceException} (server fault)
82
86
  * <p>A general service exception.</p>
83
87
  *
@@ -55,7 +55,7 @@ declare const GetAlarmsCommand_base: {
55
55
  * // createdAt: new Date("TIMESTAMP"),
56
56
  * // location: { // ResourceLocation
57
57
  * // availabilityZone: "STRING_VALUE",
58
- * // 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",
58
+ * // 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",
59
59
  * // },
60
60
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
61
61
  * // supportCode: "STRING_VALUE",
@@ -114,6 +114,10 @@ declare const GetAlarmsCommand_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
  *
@@ -86,6 +86,10 @@ declare const GetAutoSnapshotsCommand_base: {
86
86
  * @throws {@link OperationFailureException} (client fault)
87
87
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
88
88
  *
89
+ * @throws {@link RegionSetupInProgressException} (client fault)
90
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
91
+ * Region that is currently being set up.</p>
92
+ *
89
93
  * @throws {@link ServiceException} (server fault)
90
94
  * <p>A general service exception.</p>
91
95
  *
@@ -103,6 +103,10 @@ declare const GetBlueprintsCommand_base: {
103
103
  * @throws {@link OperationFailureException} (client fault)
104
104
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
105
105
  *
106
+ * @throws {@link RegionSetupInProgressException} (client fault)
107
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
108
+ * Region that is currently being set up.</p>
109
+ *
106
110
  * @throws {@link ServiceException} (server fault)
107
111
  * <p>A general service exception.</p>
108
112
  *
@@ -85,6 +85,10 @@ declare const GetBucketAccessKeysCommand_base: {
85
85
  * @throws {@link NotFoundException} (client fault)
86
86
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
87
87
  *
88
+ * @throws {@link RegionSetupInProgressException} (client fault)
89
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
90
+ * Region that is currently being set up.</p>
91
+ *
88
92
  * @throws {@link ServiceException} (server fault)
89
93
  * <p>A general service exception.</p>
90
94
  *
@@ -78,6 +78,10 @@ declare const GetBucketBundlesCommand_base: {
78
78
  * resources.</p>
79
79
  * </note>
80
80
  *
81
+ * @throws {@link RegionSetupInProgressException} (client fault)
82
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
83
+ * Region that is currently being set up.</p>
84
+ *
81
85
  * @throws {@link ServiceException} (server fault)
82
86
  * <p>A general service exception.</p>
83
87
  *
@@ -90,6 +90,10 @@ declare const GetBucketMetricDataCommand_base: {
90
90
  * @throws {@link NotFoundException} (client fault)
91
91
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
92
92
  *
93
+ * @throws {@link RegionSetupInProgressException} (client fault)
94
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
95
+ * Region that is currently being set up.</p>
96
+ *
93
97
  * @throws {@link ServiceException} (server fault)
94
98
  * <p>A general service exception.</p>
95
99
  *
@@ -59,7 +59,7 @@ declare const GetBucketsCommand_base: {
59
59
  * // url: "STRING_VALUE",
60
60
  * // location: { // ResourceLocation
61
61
  * // availabilityZone: "STRING_VALUE",
62
- * // 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",
62
+ * // 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",
63
63
  * // },
64
64
  * // name: "STRING_VALUE",
65
65
  * // supportCode: "STRING_VALUE",
@@ -125,6 +125,10 @@ declare const GetBucketsCommand_base: {
125
125
  * @throws {@link NotFoundException} (client fault)
126
126
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
127
127
  *
128
+ * @throws {@link RegionSetupInProgressException} (client fault)
129
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
130
+ * Region that is currently being set up.</p>
131
+ *
128
132
  * @throws {@link ServiceException} (server fault)
129
133
  * <p>A general service exception.</p>
130
134
  *
@@ -106,6 +106,10 @@ declare const GetBundlesCommand_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
  *
@@ -154,6 +154,10 @@ declare const GetCertificatesCommand_base: {
154
154
  * @throws {@link NotFoundException} (client fault)
155
155
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
156
156
  *
157
+ * @throws {@link RegionSetupInProgressException} (client fault)
158
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
159
+ * Region that is currently being set up.</p>
160
+ *
157
161
  * @throws {@link ServiceException} (server fault)
158
162
  * <p>A general service exception.</p>
159
163
  *
@@ -50,7 +50,7 @@ declare const GetCloudFormationStackRecordsCommand_base: {
50
50
  * // createdAt: new Date("TIMESTAMP"),
51
51
  * // location: { // ResourceLocation
52
52
  * // availabilityZone: "STRING_VALUE",
53
- * // 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",
53
+ * // 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",
54
54
  * // },
55
55
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
56
56
  * // state: "Started" || "Succeeded" || "Failed",
@@ -102,6 +102,10 @@ declare const GetCloudFormationStackRecordsCommand_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 GetContactMethodsCommand_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
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
63
63
  * // supportCode: "STRING_VALUE",
@@ -93,6 +93,10 @@ declare const GetContactMethodsCommand_base: {
93
93
  * @throws {@link OperationFailureException} (client fault)
94
94
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
95
95
  *
96
+ * @throws {@link RegionSetupInProgressException} (client fault)
97
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
98
+ * Region that is currently being set up.</p>
99
+ *
96
100
  * @throws {@link ServiceException} (server fault)
97
101
  * <p>A general service exception.</p>
98
102
  *
@@ -58,6 +58,10 @@ declare const GetContainerAPIMetadataCommand_base: {
58
58
  * <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
59
59
  * credentials to access a resource.</p>
60
60
  *
61
+ * @throws {@link RegionSetupInProgressException} (client fault)
62
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
63
+ * Region that is currently being set up.</p>
64
+ *
61
65
  * @throws {@link ServiceException} (server fault)
62
66
  * <p>A general service exception.</p>
63
67
  *
@@ -80,6 +80,10 @@ declare const GetContainerImagesCommand_base: {
80
80
  * @throws {@link NotFoundException} (client fault)
81
81
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
82
82
  *
83
+ * @throws {@link RegionSetupInProgressException} (client fault)
84
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
85
+ * Region that is currently being set up.</p>
86
+ *
83
87
  * @throws {@link ServiceException} (server fault)
84
88
  * <p>A general service exception.</p>
85
89
  *
@@ -88,6 +88,10 @@ declare const GetContainerLogCommand_base: {
88
88
  * @throws {@link NotFoundException} (client fault)
89
89
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
90
90
  *
91
+ * @throws {@link RegionSetupInProgressException} (client fault)
92
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
93
+ * Region that is currently being set up.</p>
94
+ *
91
95
  * @throws {@link ServiceException} (server fault)
92
96
  * <p>A general service exception.</p>
93
97
  *
@@ -110,6 +110,10 @@ declare const GetContainerServiceDeploymentsCommand_base: {
110
110
  * @throws {@link NotFoundException} (client fault)
111
111
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
112
112
  *
113
+ * @throws {@link RegionSetupInProgressException} (client fault)
114
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
115
+ * Region that is currently being set up.</p>
116
+ *
113
117
  * @throws {@link ServiceException} (server fault)
114
118
  * <p>A general service exception.</p>
115
119
  *
@@ -89,6 +89,10 @@ declare const GetContainerServiceMetricDataCommand_base: {
89
89
  * @throws {@link NotFoundException} (client fault)
90
90
  * <p>Lightsail throws this exception when it cannot find a resource.</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
  *
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { GetContainerServicePowersRequest } from "../models/models_0";
5
- import { GetContainerServicePowersResult } from "../models/models_1";
4
+ import { GetContainerServicePowersRequest, GetContainerServicePowersResult } from "../models/models_1";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -79,6 +78,10 @@ declare const GetContainerServicePowersCommand_base: {
79
78
  * @throws {@link NotFoundException} (client fault)
80
79
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
81
80
  *
81
+ * @throws {@link RegionSetupInProgressException} (client fault)
82
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
83
+ * Region that is currently being set up.</p>
84
+ *
82
85
  * @throws {@link ServiceException} (server fault)
83
86
  * <p>A general service exception.</p>
84
87
  *
@@ -48,7 +48,7 @@ declare const GetContainerServicesCommand_base: {
48
48
  * // createdAt: new Date("TIMESTAMP"),
49
49
  * // location: { // ResourceLocation
50
50
  * // availabilityZone: "STRING_VALUE",
51
- * // 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",
51
+ * // 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",
52
52
  * // },
53
53
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
54
54
  * // tags: [ // TagList
@@ -171,6 +171,10 @@ declare const GetContainerServicesCommand_base: {
171
171
  * @throws {@link NotFoundException} (client fault)
172
172
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
173
173
  *
174
+ * @throws {@link RegionSetupInProgressException} (client fault)
175
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
176
+ * Region that is currently being set up.</p>
177
+ *
174
178
  * @throws {@link ServiceException} (server fault)
175
179
  * <p>A general service exception.</p>
176
180
  *
@@ -95,6 +95,10 @@ declare const GetCostEstimateCommand_base: {
95
95
  * @throws {@link NotFoundException} (client fault)
96
96
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
97
97
  *
98
+ * @throws {@link RegionSetupInProgressException} (client fault)
99
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
100
+ * Region that is currently being set up.</p>
101
+ *
98
102
  * @throws {@link ServiceException} (server fault)
99
103
  * <p>A general service exception.</p>
100
104
  *
@@ -47,7 +47,7 @@ declare const GetDiskCommand_base: {
47
47
  * // createdAt: new Date("TIMESTAMP"),
48
48
  * // location: { // ResourceLocation
49
49
  * // availabilityZone: "STRING_VALUE",
50
- * // 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",
50
+ * // 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",
51
51
  * // },
52
52
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
53
53
  * // tags: [ // TagList
@@ -111,6 +111,10 @@ declare const GetDiskCommand_base: {
111
111
  * @throws {@link OperationFailureException} (client fault)
112
112
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
113
113
  *
114
+ * @throws {@link RegionSetupInProgressException} (client fault)
115
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
116
+ * Region that is currently being set up.</p>
117
+ *
114
118
  * @throws {@link ServiceException} (server fault)
115
119
  * <p>A general service exception.</p>
116
120
  *