@aws-sdk/client-lightsail 3.858.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 +2 -2
@@ -41,7 +41,7 @@ declare const CreateDistributionCommand_base: {
41
41
  * distributionName: "STRING_VALUE", // required
42
42
  * origin: { // InputOrigin
43
43
  * name: "STRING_VALUE",
44
- * 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",
44
+ * 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",
45
45
  * protocolPolicy: "http-only" || "https-only",
46
46
  * responseTimeout: Number("int"),
47
47
  * },
@@ -100,7 +100,7 @@ declare const CreateDistributionCommand_base: {
100
100
  * // createdAt: new Date("TIMESTAMP"),
101
101
  * // location: { // ResourceLocation
102
102
  * // availabilityZone: "STRING_VALUE",
103
- * // 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",
103
+ * // 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",
104
104
  * // },
105
105
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
106
106
  * // alternativeDomainNames: [ // StringList
@@ -114,7 +114,7 @@ declare const CreateDistributionCommand_base: {
114
114
  * // origin: { // Origin
115
115
  * // name: "STRING_VALUE",
116
116
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
117
- * // 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",
117
+ * // 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",
118
118
  * // protocolPolicy: "http-only" || "https-only",
119
119
  * // responseTimeout: Number("int"),
120
120
  * // },
@@ -170,7 +170,7 @@ declare const CreateDistributionCommand_base: {
170
170
  * // createdAt: new Date("TIMESTAMP"),
171
171
  * // location: {
172
172
  * // availabilityZone: "STRING_VALUE",
173
- * // 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",
173
+ * // 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",
174
174
  * // },
175
175
  * // isTerminal: true || false,
176
176
  * // operationDetails: "STRING_VALUE",
@@ -55,7 +55,7 @@ declare const CreateDomainCommand_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 CreateDomainCommand_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
  *
@@ -62,7 +62,7 @@ declare const CreateDomainEntryCommand_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",
@@ -106,6 +106,10 @@ declare const CreateDomainEntryCommand_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
  *
@@ -82,6 +82,10 @@ declare const CreateGUISessionAccessDetailsCommand_base: {
82
82
  * @throws {@link NotFoundException} (client fault)
83
83
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
84
84
  *
85
+ * @throws {@link RegionSetupInProgressException} (client fault)
86
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
87
+ * Region that is currently being set up.</p>
88
+ *
85
89
  * @throws {@link ServiceException} (server fault)
86
90
  * <p>A general service exception.</p>
87
91
  *
@@ -58,7 +58,7 @@ declare const CreateInstanceSnapshotCommand_base: {
58
58
  * // createdAt: new Date("TIMESTAMP"),
59
59
  * // location: { // ResourceLocation
60
60
  * // availabilityZone: "STRING_VALUE",
61
- * // 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",
61
+ * // 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",
62
62
  * // },
63
63
  * // isTerminal: true || false,
64
64
  * // operationDetails: "STRING_VALUE",
@@ -103,6 +103,10 @@ declare const CreateInstanceSnapshotCommand_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
  *
@@ -77,7 +77,7 @@ declare const CreateInstancesCommand_base: {
77
77
  * // createdAt: new Date("TIMESTAMP"),
78
78
  * // location: { // ResourceLocation
79
79
  * // availabilityZone: "STRING_VALUE",
80
- * // 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",
80
+ * // 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",
81
81
  * // },
82
82
  * // isTerminal: true || false,
83
83
  * // operationDetails: "STRING_VALUE",
@@ -122,6 +122,10 @@ declare const CreateInstancesCommand_base: {
122
122
  * @throws {@link OperationFailureException} (client fault)
123
123
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
124
124
  *
125
+ * @throws {@link RegionSetupInProgressException} (client fault)
126
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
127
+ * Region that is currently being set up.</p>
128
+ *
125
129
  * @throws {@link ServiceException} (server fault)
126
130
  * <p>A general service exception.</p>
127
131
  *
@@ -89,7 +89,7 @@ declare const CreateInstancesFromSnapshotCommand_base: {
89
89
  * // createdAt: new Date("TIMESTAMP"),
90
90
  * // location: { // ResourceLocation
91
91
  * // availabilityZone: "STRING_VALUE",
92
- * // 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",
92
+ * // 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",
93
93
  * // },
94
94
  * // isTerminal: true || false,
95
95
  * // operationDetails: "STRING_VALUE",
@@ -134,6 +134,10 @@ declare const CreateInstancesFromSnapshotCommand_base: {
134
134
  * @throws {@link OperationFailureException} (client fault)
135
135
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
136
136
  *
137
+ * @throws {@link RegionSetupInProgressException} (client fault)
138
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
139
+ * Region that is currently being set up.</p>
140
+ *
137
141
  * @throws {@link ServiceException} (server fault)
138
142
  * <p>A general service exception.</p>
139
143
  *
@@ -61,7 +61,7 @@ declare const CreateKeyPairCommand_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
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
67
67
  * // tags: [ // TagList
@@ -81,7 +81,7 @@ declare const CreateKeyPairCommand_base: {
81
81
  * // createdAt: new Date("TIMESTAMP"),
82
82
  * // location: {
83
83
  * // availabilityZone: "STRING_VALUE",
84
- * // 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",
84
+ * // 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",
85
85
  * // },
86
86
  * // isTerminal: true || false,
87
87
  * // operationDetails: "STRING_VALUE",
@@ -125,6 +125,10 @@ declare const CreateKeyPairCommand_base: {
125
125
  * @throws {@link OperationFailureException} (client fault)
126
126
  * <p>Lightsail throws this exception when an operation fails to execute.</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
  *
@@ -70,7 +70,7 @@ declare const CreateLoadBalancerCommand_base: {
70
70
  * // createdAt: new Date("TIMESTAMP"),
71
71
  * // location: { // ResourceLocation
72
72
  * // availabilityZone: "STRING_VALUE",
73
- * // 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",
73
+ * // 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",
74
74
  * // },
75
75
  * // isTerminal: true || false,
76
76
  * // operationDetails: "STRING_VALUE",
@@ -115,6 +115,10 @@ declare const CreateLoadBalancerCommand_base: {
115
115
  * @throws {@link OperationFailureException} (client fault)
116
116
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
117
117
  *
118
+ * @throws {@link RegionSetupInProgressException} (client fault)
119
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
120
+ * Region that is currently being set up.</p>
121
+ *
118
122
  * @throws {@link ServiceException} (server fault)
119
123
  * <p>A general service exception.</p>
120
124
  *
@@ -63,7 +63,7 @@ declare const CreateLoadBalancerTlsCertificateCommand_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 CreateLoadBalancerTlsCertificateCommand_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
  *
@@ -65,7 +65,7 @@ declare const CreateRelationalDatabaseCommand_base: {
65
65
  * // createdAt: new Date("TIMESTAMP"),
66
66
  * // location: { // ResourceLocation
67
67
  * // availabilityZone: "STRING_VALUE",
68
- * // 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",
68
+ * // 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",
69
69
  * // },
70
70
  * // isTerminal: true || false,
71
71
  * // operationDetails: "STRING_VALUE",
@@ -110,6 +110,10 @@ declare const CreateRelationalDatabaseCommand_base: {
110
110
  * @throws {@link OperationFailureException} (client fault)
111
111
  * <p>Lightsail throws this exception when an operation fails to execute.</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
  *
@@ -67,7 +67,7 @@ declare const CreateRelationalDatabaseFromSnapshotCommand_base: {
67
67
  * // createdAt: new Date("TIMESTAMP"),
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
  * // isTerminal: true || false,
73
73
  * // operationDetails: "STRING_VALUE",
@@ -112,6 +112,10 @@ declare const CreateRelationalDatabaseFromSnapshotCommand_base: {
112
112
  * @throws {@link OperationFailureException} (client fault)
113
113
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
114
114
  *
115
+ * @throws {@link RegionSetupInProgressException} (client fault)
116
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
117
+ * Region that is currently being set up.</p>
118
+ *
115
119
  * @throws {@link ServiceException} (server fault)
116
120
  * <p>A general service exception.</p>
117
121
  *
@@ -58,7 +58,7 @@ declare const CreateRelationalDatabaseSnapshotCommand_base: {
58
58
  * // createdAt: new Date("TIMESTAMP"),
59
59
  * // location: { // ResourceLocation
60
60
  * // availabilityZone: "STRING_VALUE",
61
- * // 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",
61
+ * // 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",
62
62
  * // },
63
63
  * // isTerminal: true || false,
64
64
  * // operationDetails: "STRING_VALUE",
@@ -103,6 +103,10 @@ declare const CreateRelationalDatabaseSnapshotCommand_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
  *
@@ -52,7 +52,7 @@ declare const DeleteAlarmCommand_base: {
52
52
  * // createdAt: new Date("TIMESTAMP"),
53
53
  * // location: { // ResourceLocation
54
54
  * // availabilityZone: "STRING_VALUE",
55
- * // 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",
55
+ * // 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",
56
56
  * // },
57
57
  * // isTerminal: true || false,
58
58
  * // operationDetails: "STRING_VALUE",
@@ -93,6 +93,10 @@ declare const DeleteAlarmCommand_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 DeleteAutoSnapshotCommand_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 DeleteAutoSnapshotCommand_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
  *
@@ -52,7 +52,7 @@ declare const DeleteBucketAccessKeyCommand_base: {
52
52
  * // createdAt: new Date("TIMESTAMP"),
53
53
  * // location: { // ResourceLocation
54
54
  * // availabilityZone: "STRING_VALUE",
55
- * // 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",
55
+ * // 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",
56
56
  * // },
57
57
  * // isTerminal: true || false,
58
58
  * // operationDetails: "STRING_VALUE",
@@ -90,6 +90,10 @@ declare const DeleteBucketAccessKeyCommand_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
  *
@@ -53,7 +53,7 @@ declare const DeleteBucketCommand_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",
@@ -91,6 +91,10 @@ declare const DeleteBucketCommand_base: {
91
91
  * @throws {@link NotFoundException} (client fault)
92
92
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
93
93
  *
94
+ * @throws {@link RegionSetupInProgressException} (client fault)
95
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
96
+ * Region that is currently being set up.</p>
97
+ *
94
98
  * @throws {@link ServiceException} (server fault)
95
99
  * <p>A general service exception.</p>
96
100
  *
@@ -52,7 +52,7 @@ declare const DeleteCertificateCommand_base: {
52
52
  * // createdAt: new Date("TIMESTAMP"),
53
53
  * // location: { // ResourceLocation
54
54
  * // availabilityZone: "STRING_VALUE",
55
- * // 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",
55
+ * // 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",
56
56
  * // },
57
57
  * // isTerminal: true || false,
58
58
  * // operationDetails: "STRING_VALUE",
@@ -90,6 +90,10 @@ declare const DeleteCertificateCommand_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
  *
@@ -52,7 +52,7 @@ declare const DeleteContactMethodCommand_base: {
52
52
  * // createdAt: new Date("TIMESTAMP"),
53
53
  * // location: { // ResourceLocation
54
54
  * // availabilityZone: "STRING_VALUE",
55
- * // 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",
55
+ * // 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",
56
56
  * // },
57
57
  * // isTerminal: true || false,
58
58
  * // operationDetails: "STRING_VALUE",
@@ -93,6 +93,10 @@ declare const DeleteContactMethodCommand_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
  *
@@ -68,6 +68,10 @@ declare const DeleteContainerImageCommand_base: {
68
68
  * @throws {@link NotFoundException} (client fault)
69
69
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
70
70
  *
71
+ * @throws {@link RegionSetupInProgressException} (client fault)
72
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
73
+ * Region that is currently being set up.</p>
74
+ *
71
75
  * @throws {@link ServiceException} (server fault)
72
76
  * <p>A general service exception.</p>
73
77
  *
@@ -66,6 +66,10 @@ declare const DeleteContainerServiceCommand_base: {
66
66
  * @throws {@link NotFoundException} (client fault)
67
67
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
68
68
  *
69
+ * @throws {@link RegionSetupInProgressException} (client fault)
70
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
71
+ * Region that is currently being set up.</p>
72
+ *
69
73
  * @throws {@link ServiceException} (server fault)
70
74
  * <p>A general service exception.</p>
71
75
  *
@@ -56,7 +56,7 @@ declare const DeleteDiskCommand_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 DeleteDiskCommand_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
  *
@@ -56,7 +56,7 @@ declare const DeleteDiskSnapshotCommand_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 DeleteDiskSnapshotCommand_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
  *
@@ -47,7 +47,7 @@ declare const DeleteDistributionCommand_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
  * // isTerminal: true || false,
53
53
  * // operationDetails: "STRING_VALUE",
@@ -50,7 +50,7 @@ declare const DeleteDomainCommand_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",
@@ -94,6 +94,10 @@ declare const DeleteDomainCommand_base: {
94
94
  * @throws {@link OperationFailureException} (client fault)
95
95
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
96
96
  *
97
+ * @throws {@link RegionSetupInProgressException} (client fault)
98
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
99
+ * Region that is currently being set up.</p>
100
+ *
97
101
  * @throws {@link ServiceException} (server fault)
98
102
  * <p>A general service exception.</p>
99
103
  *
@@ -60,7 +60,7 @@ declare const DeleteDomainEntryCommand_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",
@@ -104,6 +104,10 @@ declare const DeleteDomainEntryCommand_base: {
104
104
  * @throws {@link OperationFailureException} (client fault)
105
105
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
106
106
  *
107
+ * @throws {@link RegionSetupInProgressException} (client fault)
108
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
109
+ * Region that is currently being set up.</p>
110
+ *
107
111
  * @throws {@link ServiceException} (server fault)
108
112
  * <p>A general service exception.</p>
109
113
  *
@@ -52,7 +52,7 @@ declare const DeleteInstanceCommand_base: {
52
52
  * // createdAt: new Date("TIMESTAMP"),
53
53
  * // location: { // ResourceLocation
54
54
  * // availabilityZone: "STRING_VALUE",
55
- * // 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",
55
+ * // 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",
56
56
  * // },
57
57
  * // isTerminal: true || false,
58
58
  * // operationDetails: "STRING_VALUE",
@@ -97,6 +97,10 @@ declare const DeleteInstanceCommand_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
  *
@@ -52,7 +52,7 @@ declare const DeleteInstanceSnapshotCommand_base: {
52
52
  * // createdAt: new Date("TIMESTAMP"),
53
53
  * // location: { // ResourceLocation
54
54
  * // availabilityZone: "STRING_VALUE",
55
- * // 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",
55
+ * // 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",
56
56
  * // },
57
57
  * // isTerminal: true || false,
58
58
  * // operationDetails: "STRING_VALUE",
@@ -97,6 +97,10 @@ declare const DeleteInstanceSnapshotCommand_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
  *