@aws-sdk/client-lightsail 3.857.0 → 3.859.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +50 -0
  3. package/dist-es/models/models_0.js +19 -0
  4. package/dist-es/protocols/Aws_json1_1.js +13 -1
  5. package/dist-types/Lightsail.d.ts +1 -1
  6. package/dist-types/LightsailClient.d.ts +1 -1
  7. package/dist-types/commands/AllocateStaticIpCommand.d.ts +5 -1
  8. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +1 -1
  9. package/dist-types/commands/AttachDiskCommand.d.ts +5 -1
  10. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +5 -1
  11. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +5 -1
  12. package/dist-types/commands/AttachStaticIpCommand.d.ts +5 -1
  13. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +5 -1
  14. package/dist-types/commands/CopySnapshotCommand.d.ts +6 -2
  15. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +5 -1
  16. package/dist-types/commands/CreateBucketCommand.d.ts +6 -2
  17. package/dist-types/commands/CreateCertificateCommand.d.ts +5 -1
  18. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +5 -1
  19. package/dist-types/commands/CreateContactMethodCommand.d.ts +5 -1
  20. package/dist-types/commands/CreateContainerServiceCommand.d.ts +5 -1
  21. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +5 -1
  22. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +4 -0
  23. package/dist-types/commands/CreateDiskCommand.d.ts +5 -1
  24. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +5 -1
  25. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +5 -1
  26. package/dist-types/commands/CreateDistributionCommand.d.ts +4 -4
  27. package/dist-types/commands/CreateDomainCommand.d.ts +5 -1
  28. package/dist-types/commands/CreateDomainEntryCommand.d.ts +5 -1
  29. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +4 -0
  30. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +5 -1
  31. package/dist-types/commands/CreateInstancesCommand.d.ts +5 -1
  32. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +5 -1
  33. package/dist-types/commands/CreateKeyPairCommand.d.ts +6 -2
  34. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +5 -1
  35. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +5 -1
  36. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +5 -1
  37. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +5 -1
  38. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +5 -1
  39. package/dist-types/commands/DeleteAlarmCommand.d.ts +5 -1
  40. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +5 -1
  41. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +5 -1
  42. package/dist-types/commands/DeleteBucketCommand.d.ts +5 -1
  43. package/dist-types/commands/DeleteCertificateCommand.d.ts +5 -1
  44. package/dist-types/commands/DeleteContactMethodCommand.d.ts +5 -1
  45. package/dist-types/commands/DeleteContainerImageCommand.d.ts +4 -0
  46. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +4 -0
  47. package/dist-types/commands/DeleteDiskCommand.d.ts +5 -1
  48. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +5 -1
  49. package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteDomainCommand.d.ts +5 -1
  51. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +5 -1
  52. package/dist-types/commands/DeleteInstanceCommand.d.ts +5 -1
  53. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +5 -1
  54. package/dist-types/commands/DeleteKeyPairCommand.d.ts +5 -1
  55. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +5 -1
  56. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +5 -1
  57. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +5 -1
  58. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +5 -1
  59. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +5 -1
  60. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +1 -1
  61. package/dist-types/commands/DetachDiskCommand.d.ts +5 -1
  62. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +5 -1
  63. package/dist-types/commands/DetachStaticIpCommand.d.ts +5 -1
  64. package/dist-types/commands/DisableAddOnCommand.d.ts +5 -1
  65. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +4 -0
  66. package/dist-types/commands/EnableAddOnCommand.d.ts +5 -1
  67. package/dist-types/commands/ExportSnapshotCommand.d.ts +5 -1
  68. package/dist-types/commands/GetActiveNamesCommand.d.ts +4 -0
  69. package/dist-types/commands/GetAlarmsCommand.d.ts +5 -1
  70. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +4 -0
  71. package/dist-types/commands/GetBlueprintsCommand.d.ts +4 -0
  72. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +4 -0
  73. package/dist-types/commands/GetBucketBundlesCommand.d.ts +4 -0
  74. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +4 -0
  75. package/dist-types/commands/GetBucketsCommand.d.ts +5 -1
  76. package/dist-types/commands/GetBundlesCommand.d.ts +4 -0
  77. package/dist-types/commands/GetCertificatesCommand.d.ts +4 -0
  78. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +5 -1
  79. package/dist-types/commands/GetContactMethodsCommand.d.ts +5 -1
  80. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +4 -0
  81. package/dist-types/commands/GetContainerImagesCommand.d.ts +4 -0
  82. package/dist-types/commands/GetContainerLogCommand.d.ts +4 -0
  83. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +4 -0
  84. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +4 -0
  85. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +5 -2
  86. package/dist-types/commands/GetContainerServicesCommand.d.ts +5 -1
  87. package/dist-types/commands/GetCostEstimateCommand.d.ts +4 -0
  88. package/dist-types/commands/GetDiskCommand.d.ts +5 -1
  89. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +5 -1
  90. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +5 -1
  91. package/dist-types/commands/GetDisksCommand.d.ts +5 -1
  92. package/dist-types/commands/GetDistributionsCommand.d.ts +2 -2
  93. package/dist-types/commands/GetDomainCommand.d.ts +5 -1
  94. package/dist-types/commands/GetDomainsCommand.d.ts +5 -1
  95. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +5 -1
  96. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +4 -0
  97. package/dist-types/commands/GetInstanceCommand.d.ts +6 -2
  98. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +4 -0
  99. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +4 -0
  100. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +6 -2
  101. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +6 -2
  102. package/dist-types/commands/GetInstanceStateCommand.d.ts +4 -0
  103. package/dist-types/commands/GetInstancesCommand.d.ts +6 -2
  104. package/dist-types/commands/GetKeyPairCommand.d.ts +5 -1
  105. package/dist-types/commands/GetKeyPairsCommand.d.ts +5 -1
  106. package/dist-types/commands/GetLoadBalancerCommand.d.ts +5 -1
  107. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +4 -0
  108. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +5 -1
  109. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +4 -0
  110. package/dist-types/commands/GetLoadBalancersCommand.d.ts +5 -1
  111. package/dist-types/commands/GetOperationCommand.d.ts +5 -1
  112. package/dist-types/commands/GetOperationsCommand.d.ts +5 -1
  113. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +5 -1
  114. package/dist-types/commands/GetRegionsCommand.d.ts +5 -1
  115. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +4 -0
  116. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +4 -0
  117. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +5 -1
  118. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +4 -0
  119. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +4 -0
  120. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +4 -0
  121. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +4 -0
  122. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +4 -0
  123. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +4 -0
  124. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +5 -1
  125. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +5 -1
  126. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +5 -1
  127. package/dist-types/commands/GetSetupHistoryCommand.d.ts +5 -1
  128. package/dist-types/commands/GetStaticIpCommand.d.ts +5 -1
  129. package/dist-types/commands/GetStaticIpsCommand.d.ts +5 -1
  130. package/dist-types/commands/ImportKeyPairCommand.d.ts +5 -1
  131. package/dist-types/commands/IsVpcPeeredCommand.d.ts +4 -0
  132. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +5 -1
  133. package/dist-types/commands/PeerVpcCommand.d.ts +5 -1
  134. package/dist-types/commands/PutAlarmCommand.d.ts +5 -1
  135. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +5 -1
  136. package/dist-types/commands/RebootInstanceCommand.d.ts +5 -1
  137. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +5 -1
  138. package/dist-types/commands/RegisterContainerImageCommand.d.ts +4 -0
  139. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +5 -1
  140. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +1 -1
  141. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +5 -1
  142. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +5 -1
  143. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +5 -1
  144. package/dist-types/commands/SetupInstanceHttpsCommand.d.ts +5 -1
  145. package/dist-types/commands/StartGUISessionCommand.d.ts +5 -1
  146. package/dist-types/commands/StartInstanceCommand.d.ts +5 -1
  147. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +5 -1
  148. package/dist-types/commands/StopGUISessionCommand.d.ts +5 -1
  149. package/dist-types/commands/StopInstanceCommand.d.ts +5 -1
  150. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +5 -1
  151. package/dist-types/commands/TagResourceCommand.d.ts +5 -1
  152. package/dist-types/commands/TestAlarmCommand.d.ts +5 -1
  153. package/dist-types/commands/UnpeerVpcCommand.d.ts +5 -1
  154. package/dist-types/commands/UntagResourceCommand.d.ts +5 -1
  155. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +5 -1
  156. package/dist-types/commands/UpdateBucketCommand.d.ts +6 -2
  157. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +5 -1
  158. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +1 -1
  159. package/dist-types/commands/UpdateDistributionCommand.d.ts +2 -2
  160. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +5 -1
  161. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +5 -1
  162. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +5 -1
  163. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +5 -1
  164. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +5 -1
  165. package/dist-types/index.d.ts +1 -1
  166. package/dist-types/models/models_0.d.ts +28 -5
  167. package/dist-types/models/models_1.d.ts +5 -0
  168. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +4 -2
  169. package/dist-types/ts3.4/models/models_0.d.ts +11 -1
  170. package/dist-types/ts3.4/models/models_1.d.ts +1 -0
  171. package/package.json +5 -5
@@ -47,7 +47,7 @@ declare const GetRelationalDatabaseCommand_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
@@ -127,6 +127,10 @@ declare const GetRelationalDatabaseCommand_base: {
127
127
  * @throws {@link OperationFailureException} (client fault)
128
128
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
129
129
  *
130
+ * @throws {@link RegionSetupInProgressException} (client fault)
131
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
132
+ * Region that is currently being set up.</p>
133
+ *
130
134
  * @throws {@link ServiceException} (server fault)
131
135
  * <p>A general service exception.</p>
132
136
  *
@@ -87,6 +87,10 @@ declare const GetRelationalDatabaseEventsCommand_base: {
87
87
  * @throws {@link OperationFailureException} (client fault)
88
88
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
89
89
  *
90
+ * @throws {@link RegionSetupInProgressException} (client fault)
91
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
92
+ * Region that is currently being set up.</p>
93
+ *
90
94
  * @throws {@link ServiceException} (server fault)
91
95
  * <p>A general service exception.</p>
92
96
  *
@@ -87,6 +87,10 @@ declare const GetRelationalDatabaseLogEventsCommand_base: {
87
87
  * @throws {@link OperationFailureException} (client fault)
88
88
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
89
89
  *
90
+ * @throws {@link RegionSetupInProgressException} (client fault)
91
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
92
+ * Region that is currently being set up.</p>
93
+ *
90
94
  * @throws {@link ServiceException} (server fault)
91
95
  * <p>A general service exception.</p>
92
96
  *
@@ -77,6 +77,10 @@ declare const GetRelationalDatabaseLogStreamsCommand_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
  *
@@ -81,6 +81,10 @@ declare const GetRelationalDatabaseMasterUserPasswordCommand_base: {
81
81
  * @throws {@link OperationFailureException} (client fault)
82
82
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
83
83
  *
84
+ * @throws {@link RegionSetupInProgressException} (client fault)
85
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
86
+ * Region that is currently being set up.</p>
87
+ *
84
88
  * @throws {@link ServiceException} (server fault)
85
89
  * <p>A general service exception.</p>
86
90
  *
@@ -97,6 +97,10 @@ declare const GetRelationalDatabaseMetricDataCommand_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
  *
@@ -92,6 +92,10 @@ declare const GetRelationalDatabaseParametersCommand_base: {
92
92
  * @throws {@link OperationFailureException} (client fault)
93
93
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
94
94
  *
95
+ * @throws {@link RegionSetupInProgressException} (client fault)
96
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
97
+ * Region that is currently being set up.</p>
98
+ *
95
99
  * @throws {@link ServiceException} (server fault)
96
100
  * <p>A general service exception.</p>
97
101
  *
@@ -47,7 +47,7 @@ declare const GetRelationalDatabaseSnapshotCommand_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
@@ -99,6 +99,10 @@ declare const GetRelationalDatabaseSnapshotCommand_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
  *
@@ -48,7 +48,7 @@ declare const GetRelationalDatabaseSnapshotsCommand_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
@@ -102,6 +102,10 @@ declare const GetRelationalDatabaseSnapshotsCommand_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
  *
@@ -48,7 +48,7 @@ declare const GetRelationalDatabasesCommand_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
@@ -130,6 +130,10 @@ declare const GetRelationalDatabasesCommand_base: {
130
130
  * @throws {@link OperationFailureException} (client fault)
131
131
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
132
132
  *
133
+ * @throws {@link RegionSetupInProgressException} (client fault)
134
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
135
+ * Region that is currently being set up.</p>
136
+ *
133
137
  * @throws {@link ServiceException} (server fault)
134
138
  * <p>A general service exception.</p>
135
139
  *
@@ -58,7 +58,7 @@ declare const GetSetupHistoryCommand_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
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
64
64
  * // },
@@ -104,6 +104,10 @@ declare const GetSetupHistoryCommand_base: {
104
104
  * @throws {@link NotFoundException} (client fault)
105
105
  * <p>Lightsail throws this exception when it cannot find a resource.</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
  *
@@ -47,7 +47,7 @@ declare const GetStaticIpCommand_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
  * // ipAddress: "STRING_VALUE",
@@ -88,6 +88,10 @@ declare const GetStaticIpCommand_base: {
88
88
  * @throws {@link OperationFailureException} (client fault)
89
89
  * <p>Lightsail throws this exception when an operation fails to execute.</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
  *
@@ -48,7 +48,7 @@ declare const GetStaticIpsCommand_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
  * // ipAddress: "STRING_VALUE",
@@ -91,6 +91,10 @@ declare const GetStaticIpsCommand_base: {
91
91
  * @throws {@link OperationFailureException} (client fault)
92
92
  * <p>Lightsail throws this exception when an operation fails to execute.</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
  *
@@ -48,7 +48,7 @@ declare const ImportKeyPairCommand_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",
@@ -92,6 +92,10 @@ declare const ImportKeyPairCommand_base: {
92
92
  * @throws {@link OperationFailureException} (client fault)
93
93
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
94
94
  *
95
+ * @throws {@link RegionSetupInProgressException} (client fault)
96
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
97
+ * Region that is currently being set up.</p>
98
+ *
95
99
  * @throws {@link ServiceException} (server fault)
96
100
  * <p>A general service exception.</p>
97
101
  *
@@ -73,6 +73,10 @@ declare const IsVpcPeeredCommand_base: {
73
73
  * @throws {@link OperationFailureException} (client fault)
74
74
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
75
75
  *
76
+ * @throws {@link RegionSetupInProgressException} (client fault)
77
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
78
+ * Region that is currently being set up.</p>
79
+ *
76
80
  * @throws {@link ServiceException} (server fault)
77
81
  * <p>A general service exception.</p>
78
82
  *
@@ -65,7 +65,7 @@ declare const OpenInstancePublicPortsCommand_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",
@@ -109,6 +109,10 @@ declare const OpenInstancePublicPortsCommand_base: {
109
109
  * @throws {@link OperationFailureException} (client fault)
110
110
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
111
111
  *
112
+ * @throws {@link RegionSetupInProgressException} (client fault)
113
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
114
+ * Region that is currently being set up.</p>
115
+ *
112
116
  * @throws {@link ServiceException} (server fault)
113
117
  * <p>A general service exception.</p>
114
118
  *
@@ -45,7 +45,7 @@ declare const PeerVpcCommand_base: {
45
45
  * // createdAt: new Date("TIMESTAMP"),
46
46
  * // location: { // ResourceLocation
47
47
  * // availabilityZone: "STRING_VALUE",
48
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
48
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
49
49
  * // },
50
50
  * // isTerminal: true || false,
51
51
  * // operationDetails: "STRING_VALUE",
@@ -89,6 +89,10 @@ declare const PeerVpcCommand_base: {
89
89
  * @throws {@link OperationFailureException} (client fault)
90
90
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
91
91
  *
92
+ * @throws {@link RegionSetupInProgressException} (client fault)
93
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
94
+ * Region that is currently being set up.</p>
95
+ *
92
96
  * @throws {@link ServiceException} (server fault)
93
97
  * <p>A general service exception.</p>
94
98
  *
@@ -72,7 +72,7 @@ declare const PutAlarmCommand_base: {
72
72
  * // createdAt: new Date("TIMESTAMP"),
73
73
  * // location: { // ResourceLocation
74
74
  * // availabilityZone: "STRING_VALUE",
75
- * // 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",
75
+ * // 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",
76
76
  * // },
77
77
  * // isTerminal: true || false,
78
78
  * // operationDetails: "STRING_VALUE",
@@ -113,6 +113,10 @@ declare const PutAlarmCommand_base: {
113
113
  * @throws {@link OperationFailureException} (client fault)
114
114
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
115
115
  *
116
+ * @throws {@link RegionSetupInProgressException} (client fault)
117
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
118
+ * Region that is currently being set up.</p>
119
+ *
116
120
  * @throws {@link ServiceException} (server fault)
117
121
  * <p>A general service exception.</p>
118
122
  *
@@ -71,7 +71,7 @@ declare const PutInstancePublicPortsCommand_base: {
71
71
  * // createdAt: new Date("TIMESTAMP"),
72
72
  * // location: { // ResourceLocation
73
73
  * // availabilityZone: "STRING_VALUE",
74
- * // 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",
74
+ * // 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",
75
75
  * // },
76
76
  * // isTerminal: true || false,
77
77
  * // operationDetails: "STRING_VALUE",
@@ -115,6 +115,10 @@ declare const PutInstancePublicPortsCommand_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
  *
@@ -51,7 +51,7 @@ declare const RebootInstanceCommand_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 RebootInstanceCommand_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
  *
@@ -51,7 +51,7 @@ declare const RebootRelationalDatabaseCommand_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 RebootRelationalDatabaseCommand_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
  *
@@ -80,6 +80,10 @@ declare const RegisterContainerImageCommand_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
  *
@@ -48,7 +48,7 @@ declare const ReleaseStaticIpCommand_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 ReleaseStaticIpCommand_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
  *
@@ -52,7 +52,7 @@ declare const ResetDistributionCacheCommand_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",
@@ -60,7 +60,7 @@ declare const SendContactMethodVerificationCommand_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",
@@ -101,6 +101,10 @@ declare const SendContactMethodVerificationCommand_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
  *
@@ -54,7 +54,7 @@ declare const SetIpAddressTypeCommand_base: {
54
54
  * // createdAt: new Date("TIMESTAMP"),
55
55
  * // location: { // ResourceLocation
56
56
  * // availabilityZone: "STRING_VALUE",
57
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
57
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
58
58
  * // },
59
59
  * // isTerminal: true || false,
60
60
  * // operationDetails: "STRING_VALUE",
@@ -99,6 +99,10 @@ declare const SetIpAddressTypeCommand_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
  *
@@ -53,7 +53,7 @@ declare const SetResourceAccessForBucketCommand_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 SetResourceAccessForBucketCommand_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
  *
@@ -56,7 +56,7 @@ declare const SetupInstanceHttpsCommand_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",
@@ -94,6 +94,10 @@ declare const SetupInstanceHttpsCommand_base: {
94
94
  * @throws {@link NotFoundException} (client fault)
95
95
  * <p>Lightsail throws this exception when it cannot find a resource.</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
  *
@@ -50,7 +50,7 @@ declare const StartGUISessionCommand_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",
@@ -88,6 +88,10 @@ declare const StartGUISessionCommand_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
  *
@@ -57,7 +57,7 @@ declare const StartInstanceCommand_base: {
57
57
  * // createdAt: new Date("TIMESTAMP"),
58
58
  * // location: { // ResourceLocation
59
59
  * // availabilityZone: "STRING_VALUE",
60
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
60
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
61
61
  * // },
62
62
  * // isTerminal: true || false,
63
63
  * // operationDetails: "STRING_VALUE",
@@ -102,6 +102,10 @@ declare const StartInstanceCommand_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
  *
@@ -52,7 +52,7 @@ declare const StartRelationalDatabaseCommand_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 StartRelationalDatabaseCommand_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
  *
@@ -50,7 +50,7 @@ declare const StopGUISessionCommand_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",
@@ -88,6 +88,10 @@ declare const StopGUISessionCommand_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
  *