@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
package/README.md CHANGED
@@ -14,7 +14,7 @@ registered domains, and resource snapshots (backups) - for a low, predictable mo
14
14
  price.</p>
15
15
  <p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
16
16
  Command Line Interface (CLI), or SDKs. For more information about Lightsail
17
- concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
17
+ concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-and-configure-aws-cli">Amazon Lightsail Developer Guide</a>.</p>
18
18
  <p>This API Reference provides detailed information about the actions, data types,
19
19
  parameters, and errors of the Lightsail service. For more information about the supported
20
20
  Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see
package/dist-cjs/index.js CHANGED
@@ -239,6 +239,7 @@ __export(index_exports, {
239
239
  RebootRelationalDatabaseCommand: () => RebootRelationalDatabaseCommand,
240
240
  RecordState: () => RecordState,
241
241
  RegionName: () => RegionName,
242
+ RegionSetupInProgressException: () => RegionSetupInProgressException,
242
243
  RegisterContainerImageCommand: () => RegisterContainerImageCommand,
243
244
  RelationalDatabaseEngine: () => RelationalDatabaseEngine,
244
245
  RelationalDatabaseMetricName: () => RelationalDatabaseMetricName,
@@ -548,6 +549,7 @@ var RegionName = {
548
549
  AP_NORTHEAST_2: "ap-northeast-2",
549
550
  AP_SOUTHEAST_1: "ap-southeast-1",
550
551
  AP_SOUTHEAST_2: "ap-southeast-2",
552
+ AP_SOUTHEAST_3: "ap-southeast-3",
551
553
  AP_SOUTH_1: "ap-south-1",
552
554
  CA_CENTRAL_1: "ca-central-1",
553
555
  EU_CENTRAL_1: "eu-central-1",
@@ -820,6 +822,41 @@ var OperationFailureException = class _OperationFailureException extends Lightsa
820
822
  this.tip = opts.tip;
821
823
  }
822
824
  };
825
+ var RegionSetupInProgressException = class _RegionSetupInProgressException extends LightsailServiceException {
826
+ static {
827
+ __name(this, "RegionSetupInProgressException");
828
+ }
829
+ name = "RegionSetupInProgressException";
830
+ $fault = "client";
831
+ code;
832
+ /**
833
+ * <p>
834
+ * <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/understanding-regions-and-availability-zones-in-amazon-lightsail.html">Regions
835
+ * and Availability Zones for Lightsail</a>
836
+ * </p>
837
+ * @public
838
+ */
839
+ docs;
840
+ /**
841
+ * <p>Opt-in Regions typically take a few minutes to finish setting up before you can work with them. Wait a few minutes and try again.</p>
842
+ * @public
843
+ */
844
+ tip;
845
+ /**
846
+ * @internal
847
+ */
848
+ constructor(opts) {
849
+ super({
850
+ name: "RegionSetupInProgressException",
851
+ $fault: "client",
852
+ ...opts
853
+ });
854
+ Object.setPrototypeOf(this, _RegionSetupInProgressException.prototype);
855
+ this.code = opts.code;
856
+ this.docs = opts.docs;
857
+ this.tip = opts.tip;
858
+ }
859
+ };
823
860
  var ServiceException = class _ServiceException extends LightsailServiceException {
824
861
  static {
825
862
  __name(this, "ServiceException");
@@ -4203,6 +4240,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
4203
4240
  case "OperationFailureException":
4204
4241
  case "com.amazonaws.lightsail#OperationFailureException":
4205
4242
  throw await de_OperationFailureExceptionRes(parsedOutput, context);
4243
+ case "RegionSetupInProgressException":
4244
+ case "com.amazonaws.lightsail#RegionSetupInProgressException":
4245
+ throw await de_RegionSetupInProgressExceptionRes(parsedOutput, context);
4206
4246
  case "ServiceException":
4207
4247
  case "com.amazonaws.lightsail#ServiceException":
4208
4248
  throw await de_ServiceExceptionRes(parsedOutput, context);
@@ -4263,6 +4303,15 @@ var de_OperationFailureExceptionRes = /* @__PURE__ */ __name(async (parsedOutput
4263
4303
  });
4264
4304
  return (0, import_smithy_client.decorateServiceException)(exception, body);
4265
4305
  }, "de_OperationFailureExceptionRes");
4306
+ var de_RegionSetupInProgressExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4307
+ const body = parsedOutput.body;
4308
+ const deserialized = (0, import_smithy_client._json)(body);
4309
+ const exception = new RegionSetupInProgressException({
4310
+ $metadata: deserializeMetadata(parsedOutput),
4311
+ ...deserialized
4312
+ });
4313
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
4314
+ }, "de_RegionSetupInProgressExceptionRes");
4266
4315
  var de_ServiceExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4267
4316
  const body = parsedOutput.body;
4268
4317
  const deserialized = (0, import_smithy_client._json)(body);
@@ -9092,6 +9141,7 @@ var Lightsail = class extends LightsailClient {
9092
9141
  InvalidInputException,
9093
9142
  NotFoundException,
9094
9143
  OperationFailureException,
9144
+ RegionSetupInProgressException,
9095
9145
  ServiceException,
9096
9146
  UnauthenticatedException,
9097
9147
  AppCategory,
@@ -79,6 +79,7 @@ export const RegionName = {
79
79
  AP_NORTHEAST_2: "ap-northeast-2",
80
80
  AP_SOUTHEAST_1: "ap-southeast-1",
81
81
  AP_SOUTHEAST_2: "ap-southeast-2",
82
+ AP_SOUTHEAST_3: "ap-southeast-3",
82
83
  AP_SOUTH_1: "ap-south-1",
83
84
  CA_CENTRAL_1: "ca-central-1",
84
85
  EU_CENTRAL_1: "eu-central-1",
@@ -333,6 +334,24 @@ export class OperationFailureException extends __BaseException {
333
334
  this.tip = opts.tip;
334
335
  }
335
336
  }
337
+ export class RegionSetupInProgressException extends __BaseException {
338
+ name = "RegionSetupInProgressException";
339
+ $fault = "client";
340
+ code;
341
+ docs;
342
+ tip;
343
+ constructor(opts) {
344
+ super({
345
+ name: "RegionSetupInProgressException",
346
+ $fault: "client",
347
+ ...opts,
348
+ });
349
+ Object.setPrototypeOf(this, RegionSetupInProgressException.prototype);
350
+ this.code = opts.code;
351
+ this.docs = opts.docs;
352
+ this.tip = opts.tip;
353
+ }
354
+ }
336
355
  export class ServiceException extends __BaseException {
337
356
  name = "ServiceException";
338
357
  $fault = "server";
@@ -2,7 +2,7 @@ import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody a
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, limitedParseFloat32 as __limitedParseFloat32, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
4
4
  import { LightsailServiceException as __BaseException } from "../models/LightsailServiceException";
5
- import { AccessDeniedException, AccountSetupInProgressException, InvalidInputException, NotFoundException, OperationFailureException, ServiceException, UnauthenticatedException, } from "../models/models_0";
5
+ import { AccessDeniedException, AccountSetupInProgressException, InvalidInputException, NotFoundException, OperationFailureException, RegionSetupInProgressException, ServiceException, UnauthenticatedException, } from "../models/models_0";
6
6
  export const se_AllocateStaticIpCommand = async (input, context) => {
7
7
  const headers = sharedHeaders("AllocateStaticIp");
8
8
  let body;
@@ -3084,6 +3084,9 @@ const de_CommandError = async (output, context) => {
3084
3084
  case "OperationFailureException":
3085
3085
  case "com.amazonaws.lightsail#OperationFailureException":
3086
3086
  throw await de_OperationFailureExceptionRes(parsedOutput, context);
3087
+ case "RegionSetupInProgressException":
3088
+ case "com.amazonaws.lightsail#RegionSetupInProgressException":
3089
+ throw await de_RegionSetupInProgressExceptionRes(parsedOutput, context);
3087
3090
  case "ServiceException":
3088
3091
  case "com.amazonaws.lightsail#ServiceException":
3089
3092
  throw await de_ServiceExceptionRes(parsedOutput, context);
@@ -3144,6 +3147,15 @@ const de_OperationFailureExceptionRes = async (parsedOutput, context) => {
3144
3147
  });
3145
3148
  return __decorateServiceException(exception, body);
3146
3149
  };
3150
+ const de_RegionSetupInProgressExceptionRes = async (parsedOutput, context) => {
3151
+ const body = parsedOutput.body;
3152
+ const deserialized = _json(body);
3153
+ const exception = new RegionSetupInProgressException({
3154
+ $metadata: deserializeMetadata(parsedOutput),
3155
+ ...deserialized,
3156
+ });
3157
+ return __decorateServiceException(exception, body);
3158
+ };
3147
3159
  const de_ServiceExceptionRes = async (parsedOutput, context) => {
3148
3160
  const body = parsedOutput.body;
3149
3161
  const deserialized = _json(body);
@@ -1177,7 +1177,7 @@ export interface Lightsail {
1177
1177
  * price.</p>
1178
1178
  * <p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
1179
1179
  * Command Line Interface (CLI), or SDKs. For more information about Lightsail
1180
- * concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
1180
+ * concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-and-configure-aws-cli">Amazon Lightsail Developer Guide</a>.</p>
1181
1181
  * <p>This API Reference provides detailed information about the actions, data types,
1182
1182
  * parameters, and errors of the Lightsail service. For more information about the supported
1183
1183
  * Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see
@@ -338,7 +338,7 @@ export interface LightsailClientResolvedConfig extends LightsailClientResolvedCo
338
338
  * price.</p>
339
339
  * <p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
340
340
  * Command Line Interface (CLI), or SDKs. For more information about Lightsail
341
- * concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
341
+ * concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-and-configure-aws-cli">Amazon Lightsail Developer Guide</a>.</p>
342
342
  * <p>This API Reference provides detailed information about the actions, data types,
343
343
  * parameters, and errors of the Lightsail service. For more information about the supported
344
344
  * Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see
@@ -48,7 +48,7 @@ declare const AllocateStaticIpCommand_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 AllocateStaticIpCommand_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
  *
@@ -60,7 +60,7 @@ declare const AttachCertificateToDistributionCommand_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",
@@ -55,7 +55,7 @@ declare const AttachDiskCommand_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",
@@ -100,6 +100,10 @@ declare const AttachDiskCommand_base: {
100
100
  * @throws {@link OperationFailureException} (client fault)
101
101
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
102
102
  *
103
+ * @throws {@link RegionSetupInProgressException} (client fault)
104
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
105
+ * Region that is currently being set up.</p>
106
+ *
103
107
  * @throws {@link ServiceException} (server fault)
104
108
  * <p>A general service exception.</p>
105
109
  *
@@ -56,7 +56,7 @@ declare const AttachInstancesToLoadBalancerCommand_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 AttachInstancesToLoadBalancerCommand_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
  *
@@ -57,7 +57,7 @@ declare const AttachLoadBalancerTlsCertificateCommand_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 AttachLoadBalancerTlsCertificateCommand_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
  *
@@ -49,7 +49,7 @@ declare const AttachStaticIpCommand_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",
@@ -94,6 +94,10 @@ declare const AttachStaticIpCommand_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
  *
@@ -64,7 +64,7 @@ declare const CloseInstancePublicPortsCommand_base: {
64
64
  * // createdAt: new Date("TIMESTAMP"),
65
65
  * // location: { // ResourceLocation
66
66
  * // availabilityZone: "STRING_VALUE",
67
- * // 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",
67
+ * // 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",
68
68
  * // },
69
69
  * // isTerminal: true || false,
70
70
  * // operationDetails: "STRING_VALUE",
@@ -108,6 +108,10 @@ declare const CloseInstancePublicPortsCommand_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
  *
@@ -49,7 +49,7 @@ declare const CopySnapshotCommand_base: {
49
49
  * restoreDate: "STRING_VALUE",
50
50
  * useLatestRestorableAutoSnapshot: true || false,
51
51
  * targetSnapshotName: "STRING_VALUE", // required
52
- * sourceRegion: "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", // required
52
+ * sourceRegion: "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", // required
53
53
  * };
54
54
  * const command = new CopySnapshotCommand(input);
55
55
  * const response = await client.send(command);
@@ -62,7 +62,7 @@ declare const CopySnapshotCommand_base: {
62
62
  * // createdAt: new Date("TIMESTAMP"),
63
63
  * // location: { // ResourceLocation
64
64
  * // availabilityZone: "STRING_VALUE",
65
- * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
65
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
66
66
  * // },
67
67
  * // isTerminal: true || false,
68
68
  * // operationDetails: "STRING_VALUE",
@@ -107,6 +107,10 @@ declare const CopySnapshotCommand_base: {
107
107
  * @throws {@link OperationFailureException} (client fault)
108
108
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
109
109
  *
110
+ * @throws {@link RegionSetupInProgressException} (client fault)
111
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
112
+ * Region that is currently being set up.</p>
113
+ *
110
114
  * @throws {@link ServiceException} (server fault)
111
115
  * <p>A general service exception.</p>
112
116
  *
@@ -70,7 +70,7 @@ declare const CreateBucketAccessKeyCommand_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",
@@ -108,6 +108,10 @@ declare const CreateBucketAccessKeyCommand_base: {
108
108
  * @throws {@link NotFoundException} (client fault)
109
109
  * <p>Lightsail throws this exception when it cannot find a resource.</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
  *
@@ -64,7 +64,7 @@ declare const CreateBucketCommand_base: {
64
64
  * // url: "STRING_VALUE",
65
65
  * // location: { // ResourceLocation
66
66
  * // availabilityZone: "STRING_VALUE",
67
- * // 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",
67
+ * // 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",
68
68
  * // },
69
69
  * // name: "STRING_VALUE",
70
70
  * // supportCode: "STRING_VALUE",
@@ -103,7 +103,7 @@ declare const CreateBucketCommand_base: {
103
103
  * // createdAt: new Date("TIMESTAMP"),
104
104
  * // location: {
105
105
  * // availabilityZone: "STRING_VALUE",
106
- * // 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",
106
+ * // 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",
107
107
  * // },
108
108
  * // isTerminal: true || false,
109
109
  * // operationDetails: "STRING_VALUE",
@@ -138,6 +138,10 @@ declare const CreateBucketCommand_base: {
138
138
  * resources.</p>
139
139
  * </note>
140
140
  *
141
+ * @throws {@link RegionSetupInProgressException} (client fault)
142
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
143
+ * Region that is currently being set up.</p>
144
+ *
141
145
  * @throws {@link ServiceException} (server fault)
142
146
  * <p>A general service exception.</p>
143
147
  *
@@ -144,7 +144,7 @@ declare const CreateCertificateCommand_base: {
144
144
  * // createdAt: new Date("TIMESTAMP"),
145
145
  * // location: { // ResourceLocation
146
146
  * // availabilityZone: "STRING_VALUE",
147
- * // 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",
147
+ * // 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",
148
148
  * // },
149
149
  * // isTerminal: true || false,
150
150
  * // operationDetails: "STRING_VALUE",
@@ -182,6 +182,10 @@ declare const CreateCertificateCommand_base: {
182
182
  * @throws {@link NotFoundException} (client fault)
183
183
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
184
184
  *
185
+ * @throws {@link RegionSetupInProgressException} (client fault)
186
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
187
+ * Region that is currently being set up.</p>
188
+ *
185
189
  * @throws {@link ServiceException} (server fault)
186
190
  * <p>A general service exception.</p>
187
191
  *
@@ -63,7 +63,7 @@ declare const CreateCloudFormationStackCommand_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 CreateCloudFormationStackCommand_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
  *
@@ -53,7 +53,7 @@ declare const CreateContactMethodCommand_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",
@@ -94,6 +94,10 @@ declare const CreateContactMethodCommand_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
  *
@@ -95,7 +95,7 @@ declare const CreateContainerServiceCommand_base: {
95
95
  * // createdAt: new Date("TIMESTAMP"),
96
96
  * // location: { // ResourceLocation
97
97
  * // availabilityZone: "STRING_VALUE",
98
- * // 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",
98
+ * // 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",
99
99
  * // },
100
100
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
101
101
  * // tags: [ // TagList
@@ -217,6 +217,10 @@ declare const CreateContainerServiceCommand_base: {
217
217
  * @throws {@link NotFoundException} (client fault)
218
218
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
219
219
  *
220
+ * @throws {@link RegionSetupInProgressException} (client fault)
221
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
222
+ * Region that is currently being set up.</p>
223
+ *
220
224
  * @throws {@link ServiceException} (server fault)
221
225
  * <p>A general service exception.</p>
222
226
  *
@@ -81,7 +81,7 @@ declare const CreateContainerServiceDeploymentCommand_base: {
81
81
  * // createdAt: new Date("TIMESTAMP"),
82
82
  * // location: { // ResourceLocation
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
  * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
87
87
  * // tags: [ // TagList
@@ -203,6 +203,10 @@ declare const CreateContainerServiceDeploymentCommand_base: {
203
203
  * @throws {@link NotFoundException} (client fault)
204
204
  * <p>Lightsail throws this exception when it cannot find a resource.</p>
205
205
  *
206
+ * @throws {@link RegionSetupInProgressException} (client fault)
207
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
208
+ * Region that is currently being set up.</p>
209
+ *
206
210
  * @throws {@link ServiceException} (server fault)
207
211
  * <p>A general service exception.</p>
208
212
  *
@@ -90,6 +90,10 @@ declare const CreateContainerServiceRegistryLoginCommand_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
  *
@@ -71,7 +71,7 @@ declare const CreateDiskCommand_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",
@@ -116,6 +116,10 @@ declare const CreateDiskCommand_base: {
116
116
  * @throws {@link OperationFailureException} (client fault)
117
117
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
118
118
  *
119
+ * @throws {@link RegionSetupInProgressException} (client fault)
120
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
121
+ * Region that is currently being set up.</p>
122
+ *
119
123
  * @throws {@link ServiceException} (server fault)
120
124
  * <p>A general service exception.</p>
121
125
  *
@@ -77,7 +77,7 @@ declare const CreateDiskFromSnapshotCommand_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 CreateDiskFromSnapshotCommand_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
  *
@@ -74,7 +74,7 @@ declare const CreateDiskSnapshotCommand_base: {
74
74
  * // createdAt: new Date("TIMESTAMP"),
75
75
  * // location: { // ResourceLocation
76
76
  * // availabilityZone: "STRING_VALUE",
77
- * // 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",
77
+ * // 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",
78
78
  * // },
79
79
  * // isTerminal: true || false,
80
80
  * // operationDetails: "STRING_VALUE",
@@ -119,6 +119,10 @@ declare const CreateDiskSnapshotCommand_base: {
119
119
  * @throws {@link OperationFailureException} (client fault)
120
120
  * <p>Lightsail throws this exception when an operation fails to execute.</p>
121
121
  *
122
+ * @throws {@link RegionSetupInProgressException} (client fault)
123
+ * <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
124
+ * Region that is currently being set up.</p>
125
+ *
122
126
  * @throws {@link ServiceException} (server fault)
123
127
  * <p>A general service exception.</p>
124
128
  *