cdk-docker-image-deployment 0.0.66 → 0.0.67

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 (37) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
  9. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +844 -836
  11. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
  12. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
  13. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  14. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
  15. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
  17. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
  18. package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
  19. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  20. package/node_modules/aws-sdk/clients/all.js +2 -1
  21. package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +16 -0
  23. package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
  24. package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
  25. package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
  26. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  27. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
  28. package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
  29. package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +853 -840
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
  34. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/package.json +4 -4
@@ -604,19 +604,19 @@ declare class Lightsail extends Service {
604
604
  */
605
605
  getContainerImages(callback?: (err: AWSError, data: Lightsail.Types.GetContainerImagesResult) => void): Request<Lightsail.Types.GetContainerImagesResult, AWSError>;
606
606
  /**
607
- * Returns the log events of a container of your Amazon Lightsail container service. If your container service has more than one node (i.e., a scale greater than 1), then the log events that are returned for the specified container are merged from all nodes on your container service. Container logs are retained for a certain amount of time. For more information, see Amazon Lightsail endpoints and quotas in the AWS General Reference.
607
+ * Returns the log events of a container of your Amazon Lightsail container service. If your container service has more than one node (i.e., a scale greater than 1), then the log events that are returned for the specified container are merged from all nodes on your container service. Container logs are retained for a certain amount of time. For more information, see Amazon Lightsail endpoints and quotas in the Amazon Web Services General Reference.
608
608
  */
609
609
  getContainerLog(params: Lightsail.Types.GetContainerLogRequest, callback?: (err: AWSError, data: Lightsail.Types.GetContainerLogResult) => void): Request<Lightsail.Types.GetContainerLogResult, AWSError>;
610
610
  /**
611
- * Returns the log events of a container of your Amazon Lightsail container service. If your container service has more than one node (i.e., a scale greater than 1), then the log events that are returned for the specified container are merged from all nodes on your container service. Container logs are retained for a certain amount of time. For more information, see Amazon Lightsail endpoints and quotas in the AWS General Reference.
611
+ * Returns the log events of a container of your Amazon Lightsail container service. If your container service has more than one node (i.e., a scale greater than 1), then the log events that are returned for the specified container are merged from all nodes on your container service. Container logs are retained for a certain amount of time. For more information, see Amazon Lightsail endpoints and quotas in the Amazon Web Services General Reference.
612
612
  */
613
613
  getContainerLog(callback?: (err: AWSError, data: Lightsail.Types.GetContainerLogResult) => void): Request<Lightsail.Types.GetContainerLogResult, AWSError>;
614
614
  /**
615
- * Returns the deployments for your Amazon Lightsail container service A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service. The deployments are ordered by version in ascending order. The newest version is listed at the top of the response. A set number of deployments are kept before the oldest one is replaced with the newest one. For more information, see Amazon Lightsail endpoints and quotas in the AWS General Reference.
615
+ * Returns the deployments for your Amazon Lightsail container service A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service. The deployments are ordered by version in ascending order. The newest version is listed at the top of the response. A set number of deployments are kept before the oldest one is replaced with the newest one. For more information, see Amazon Lightsail endpoints and quotas in the Amazon Web Services General Reference.
616
616
  */
617
617
  getContainerServiceDeployments(params: Lightsail.Types.GetContainerServiceDeploymentsRequest, callback?: (err: AWSError, data: Lightsail.Types.GetContainerServiceDeploymentsResult) => void): Request<Lightsail.Types.GetContainerServiceDeploymentsResult, AWSError>;
618
618
  /**
619
- * Returns the deployments for your Amazon Lightsail container service A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service. The deployments are ordered by version in ascending order. The newest version is listed at the top of the response. A set number of deployments are kept before the oldest one is replaced with the newest one. For more information, see Amazon Lightsail endpoints and quotas in the AWS General Reference.
619
+ * Returns the deployments for your Amazon Lightsail container service A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service. The deployments are ordered by version in ascending order. The newest version is listed at the top of the response. A set number of deployments are kept before the oldest one is replaced with the newest one. For more information, see Amazon Lightsail endpoints and quotas in the Amazon Web Services General Reference.
620
620
  */
621
621
  getContainerServiceDeployments(callback?: (err: AWSError, data: Lightsail.Types.GetContainerServiceDeploymentsResult) => void): Request<Lightsail.Types.GetContainerServiceDeploymentsResult, AWSError>;
622
622
  /**
@@ -1180,11 +1180,11 @@ declare class Lightsail extends Service {
1180
1180
  */
1181
1181
  updateBucket(callback?: (err: AWSError, data: Lightsail.Types.UpdateBucketResult) => void): Request<Lightsail.Types.UpdateBucketResult, AWSError>;
1182
1182
  /**
1183
- * Updates the bundle, or storage plan, of an existing Amazon Lightsail bucket. A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket. You can update a bucket's bundle only one time within a monthly AWS billing cycle. To determine if you can update a bucket's bundle, use the GetBuckets action. The ableToUpdateBundle parameter in the response will indicate whether you can currently update a bucket's bundle. Update a bucket's bundle if it's consistently going over its storage space or data transfer quota, or if a bucket's usage is consistently in the lower range of its storage space or data transfer quota. Due to the unpredictable usage fluctuations that a bucket might experience, we strongly recommend that you update a bucket's bundle only as a long-term strategy, instead of as a short-term, monthly cost-cutting measure. Choose a bucket bundle that will provide the bucket with ample storage space and data transfer for a long time to come.
1183
+ * Updates the bundle, or storage plan, of an existing Amazon Lightsail bucket. A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket. You can update a bucket's bundle only one time within a monthly Amazon Web Services billing cycle. To determine if you can update a bucket's bundle, use the GetBuckets action. The ableToUpdateBundle parameter in the response will indicate whether you can currently update a bucket's bundle. Update a bucket's bundle if it's consistently going over its storage space or data transfer quota, or if a bucket's usage is consistently in the lower range of its storage space or data transfer quota. Due to the unpredictable usage fluctuations that a bucket might experience, we strongly recommend that you update a bucket's bundle only as a long-term strategy, instead of as a short-term, monthly cost-cutting measure. Choose a bucket bundle that will provide the bucket with ample storage space and data transfer for a long time to come.
1184
1184
  */
1185
1185
  updateBucketBundle(params: Lightsail.Types.UpdateBucketBundleRequest, callback?: (err: AWSError, data: Lightsail.Types.UpdateBucketBundleResult) => void): Request<Lightsail.Types.UpdateBucketBundleResult, AWSError>;
1186
1186
  /**
1187
- * Updates the bundle, or storage plan, of an existing Amazon Lightsail bucket. A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket. You can update a bucket's bundle only one time within a monthly AWS billing cycle. To determine if you can update a bucket's bundle, use the GetBuckets action. The ableToUpdateBundle parameter in the response will indicate whether you can currently update a bucket's bundle. Update a bucket's bundle if it's consistently going over its storage space or data transfer quota, or if a bucket's usage is consistently in the lower range of its storage space or data transfer quota. Due to the unpredictable usage fluctuations that a bucket might experience, we strongly recommend that you update a bucket's bundle only as a long-term strategy, instead of as a short-term, monthly cost-cutting measure. Choose a bucket bundle that will provide the bucket with ample storage space and data transfer for a long time to come.
1187
+ * Updates the bundle, or storage plan, of an existing Amazon Lightsail bucket. A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket. You can update a bucket's bundle only one time within a monthly Amazon Web Services billing cycle. To determine if you can update a bucket's bundle, use the GetBuckets action. The ableToUpdateBundle parameter in the response will indicate whether you can currently update a bucket's bundle. Update a bucket's bundle if it's consistently going over its storage space or data transfer quota, or if a bucket's usage is consistently in the lower range of its storage space or data transfer quota. Due to the unpredictable usage fluctuations that a bucket might experience, we strongly recommend that you update a bucket's bundle only as a long-term strategy, instead of as a short-term, monthly cost-cutting measure. Choose a bucket bundle that will provide the bucket with ample storage space and data transfer for a long time to come.
1188
1188
  */
1189
1189
  updateBucketBundle(callback?: (err: AWSError, data: Lightsail.Types.UpdateBucketBundleResult) => void): Request<Lightsail.Types.UpdateBucketBundleResult, AWSError>;
1190
1190
  /**
@@ -1204,11 +1204,11 @@ declare class Lightsail extends Service {
1204
1204
  */
1205
1205
  updateDistribution(callback?: (err: AWSError, data: Lightsail.Types.UpdateDistributionResult) => void): Request<Lightsail.Types.UpdateDistributionResult, AWSError>;
1206
1206
  /**
1207
- * Updates the bundle of your Amazon Lightsail content delivery network (CDN) distribution. A distribution bundle specifies the monthly network transfer quota and monthly cost of your distribution. Update your distribution's bundle if your distribution is going over its monthly network transfer quota and is incurring an overage fee. You can update your distribution's bundle only one time within your monthly AWS billing cycle. To determine if you can update your distribution's bundle, use the GetDistributions action. The ableToUpdateBundle parameter in the result will indicate whether you can currently update your distribution's bundle.
1207
+ * Updates the bundle of your Amazon Lightsail content delivery network (CDN) distribution. A distribution bundle specifies the monthly network transfer quota and monthly cost of your distribution. Update your distribution's bundle if your distribution is going over its monthly network transfer quota and is incurring an overage fee. You can update your distribution's bundle only one time within your monthly Amazon Web Services billing cycle. To determine if you can update your distribution's bundle, use the GetDistributions action. The ableToUpdateBundle parameter in the result will indicate whether you can currently update your distribution's bundle.
1208
1208
  */
1209
1209
  updateDistributionBundle(params: Lightsail.Types.UpdateDistributionBundleRequest, callback?: (err: AWSError, data: Lightsail.Types.UpdateDistributionBundleResult) => void): Request<Lightsail.Types.UpdateDistributionBundleResult, AWSError>;
1210
1210
  /**
1211
- * Updates the bundle of your Amazon Lightsail content delivery network (CDN) distribution. A distribution bundle specifies the monthly network transfer quota and monthly cost of your distribution. Update your distribution's bundle if your distribution is going over its monthly network transfer quota and is incurring an overage fee. You can update your distribution's bundle only one time within your monthly AWS billing cycle. To determine if you can update your distribution's bundle, use the GetDistributions action. The ableToUpdateBundle parameter in the result will indicate whether you can currently update your distribution's bundle.
1211
+ * Updates the bundle of your Amazon Lightsail content delivery network (CDN) distribution. A distribution bundle specifies the monthly network transfer quota and monthly cost of your distribution. Update your distribution's bundle if your distribution is going over its monthly network transfer quota and is incurring an overage fee. You can update your distribution's bundle only one time within your monthly Amazon Web Services billing cycle. To determine if you can update your distribution's bundle, use the GetDistributions action. The ableToUpdateBundle parameter in the result will indicate whether you can currently update your distribution's bundle.
1212
1212
  */
1213
1213
  updateDistributionBundle(callback?: (err: AWSError, data: Lightsail.Types.UpdateDistributionBundleResult) => void): Request<Lightsail.Types.UpdateDistributionBundleResult, AWSError>;
1214
1214
  /**
@@ -1282,11 +1282,11 @@ declare namespace Lightsail {
1282
1282
  */
1283
1283
  lastUsedDate?: IsoDate;
1284
1284
  /**
1285
- * The AWS Region where this access key was most recently used. This value is N/A if the access key has not been used.
1285
+ * The Amazon Web Services Region where this access key was most recently used. This value is N/A if the access key has not been used.
1286
1286
  */
1287
1287
  region?: string;
1288
1288
  /**
1289
- * The name of the AWS service with which this access key was most recently used. This value is N/A if the access key has not been used.
1289
+ * The name of the Amazon Web Services service with which this access key was most recently used. This value is N/A if the access key has not been used.
1290
1290
  */
1291
1291
  serviceName?: string;
1292
1292
  }
@@ -1887,7 +1887,7 @@ declare namespace Lightsail {
1887
1887
  */
1888
1888
  domainValidationRecords?: DomainValidationRecordList;
1889
1889
  /**
1890
- * The validation failure reason, if any, of the certificate. The following failure reasons are possible: NO_AVAILABLE_CONTACTS - This failure applies to email validation, which is not available for Lightsail certificates. ADDITIONAL_VERIFICATION_REQUIRED - Lightsail requires additional information to process this certificate request. This can happen as a fraud-protection measure, such as when the domain ranks within the Alexa top 1000 websites. To provide the required information, use the AWS Support Center to contact AWS Support. You cannot request a certificate for Amazon-owned domain names such as those ending in amazonaws.com, cloudfront.net, or elasticbeanstalk.com. DOMAIN_NOT_ALLOWED - One or more of the domain names in the certificate request was reported as an unsafe domain by VirusTotal. To correct the problem, search for your domain name on the VirusTotal website. If your domain is reported as suspicious, see Google Help for Hacked Websites to learn what you can do. If you believe that the result is a false positive, notify the organization that is reporting the domain. VirusTotal is an aggregate of several antivirus and URL scanners and cannot remove your domain from a block list itself. After you correct the problem and the VirusTotal registry has been updated, request a new certificate. If you see this error and your domain is not included in the VirusTotal list, visit the AWS Support Center and create a case. INVALID_PUBLIC_DOMAIN - One or more of the domain names in the certificate request is not valid. Typically, this is because a domain name in the request is not a valid top-level domain. Try to request a certificate again, correcting any spelling errors or typos that were in the failed request, and ensure that all domain names in the request are for valid top-level domains. For example, you cannot request a certificate for example.invalidpublicdomain because invalidpublicdomain is not a valid top-level domain. OTHER - Typically, this failure occurs when there is a typographical error in one or more of the domain names in the certificate request. Try to request a certificate again, correcting any spelling errors or typos that were in the failed request.
1890
+ * The validation failure reason, if any, of the certificate. The following failure reasons are possible: NO_AVAILABLE_CONTACTS - This failure applies to email validation, which is not available for Lightsail certificates. ADDITIONAL_VERIFICATION_REQUIRED - Lightsail requires additional information to process this certificate request. This can happen as a fraud-protection measure, such as when the domain ranks within the Alexa top 1000 websites. To provide the required information, use the Amazon Web Services Support Center to contact Amazon Web Services Support. You cannot request a certificate for Amazon-owned domain names such as those ending in amazonaws.com, cloudfront.net, or elasticbeanstalk.com. DOMAIN_NOT_ALLOWED - One or more of the domain names in the certificate request was reported as an unsafe domain by VirusTotal. To correct the problem, search for your domain name on the VirusTotal website. If your domain is reported as suspicious, see Google Help for Hacked Websites to learn what you can do. If you believe that the result is a false positive, notify the organization that is reporting the domain. VirusTotal is an aggregate of several antivirus and URL scanners and cannot remove your domain from a block list itself. After you correct the problem and the VirusTotal registry has been updated, request a new certificate. If you see this error and your domain is not included in the VirusTotal list, visit the Amazon Web Services Support Center and create a case. INVALID_PUBLIC_DOMAIN - One or more of the domain names in the certificate request is not valid. Typically, this is because a domain name in the request is not a valid top-level domain. Try to request a certificate again, correcting any spelling errors or typos that were in the failed request, and ensure that all domain names in the request are for valid top-level domains. For example, you cannot request a certificate for example.invalidpublicdomain because invalidpublicdomain is not a valid top-level domain. OTHER - Typically, this failure occurs when there is a typographical error in one or more of the domain names in the certificate request. Try to request a certificate again, correcting any spelling errors or typos that were in the failed request.
1891
1891
  */
1892
1892
  requestFailureReason?: RequestFailureReason;
1893
1893
  /**
@@ -1943,6 +1943,7 @@ declare namespace Lightsail {
1943
1943
  */
1944
1944
  supportCode?: string;
1945
1945
  }
1946
+ export type CertificateDomainValidationStatus = "PENDING_VALIDATION"|"FAILED"|"SUCCESS"|string;
1946
1947
  export type CertificateName = string;
1947
1948
  export type CertificateStatus = "PENDING_VALIDATION"|"ISSUED"|"INACTIVE"|"EXPIRED"|"VALIDATION_TIMED_OUT"|"REVOKED"|"FAILED"|string;
1948
1949
  export type CertificateStatusList = CertificateStatus[];
@@ -2540,7 +2541,7 @@ declare namespace Lightsail {
2540
2541
  }
2541
2542
  export interface CreateContainerServiceRequest {
2542
2543
  /**
2543
- * The name for the container service. The name that you specify for your container service will make up part of its default domain. The default domain of a container service is typically https://&lt;ServiceName&gt;.&lt;RandomGUID&gt;.&lt;AWSRegion&gt;.cs.amazonlightsail.com. If the name of your container service is container-service-1, and it's located in the US East (Ohio) AWS region (us-east-2), then the domain for your container service will be like the following example: https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com The following are the requirements for container service names: Must be unique within each Amazon Web Services Region in your Lightsail account. Must contain 1 to 63 characters. Must contain only alphanumeric characters and hyphens. A hyphen (-) can separate words but cannot be at the start or end of the name.
2544
+ * The name for the container service. The name that you specify for your container service will make up part of its default domain. The default domain of a container service is typically https://&lt;ServiceName&gt;.&lt;RandomGUID&gt;.&lt;AWSRegion&gt;.cs.amazonlightsail.com. If the name of your container service is container-service-1, and it's located in the US East (Ohio) Amazon Web Services Region (us-east-2), then the domain for your container service will be like the following example: https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com The following are the requirements for container service names: Must be unique within each Amazon Web Services Region in your Lightsail account. Must contain 1 to 63 characters. Must contain only alphanumeric characters and hyphens. A hyphen (-) can separate words but cannot be at the start or end of the name.
2544
2545
  */
2545
2546
  serviceName: ContainerServiceName;
2546
2547
  /**
@@ -3048,7 +3049,7 @@ declare namespace Lightsail {
3048
3049
  */
3049
3050
  masterUserPassword?: SensitiveString;
3050
3051
  /**
3051
- * The daily time range during which automated backups are created for your new database if automated backups are enabled. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. For more information about the preferred backup window time blocks for each region, see the Working With Backups guide in the Amazon Relational Database Service (Amazon RDS) documentation. Constraints: Must be in the hh24:mi-hh24:mi format. Example: 16:00-16:30 Specified in Coordinated Universal Time (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.
3052
+ * The daily time range during which automated backups are created for your new database if automated backups are enabled. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. For more information about the preferred backup window time blocks for each region, see the Working With Backups guide in the Amazon Relational Database Service documentation. Constraints: Must be in the hh24:mi-hh24:mi format. Example: 16:00-16:30 Specified in Coordinated Universal Time (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.
3052
3053
  */
3053
3054
  preferredBackupWindow?: string;
3054
3055
  /**
@@ -3657,6 +3658,17 @@ declare namespace Lightsail {
3657
3658
  export type DistributionBundleList = DistributionBundle[];
3658
3659
  export type DistributionList = LightsailDistribution[];
3659
3660
  export type DistributionMetricName = "Requests"|"BytesDownloaded"|"BytesUploaded"|"TotalErrorRate"|"Http4xxErrorRate"|"Http5xxErrorRate"|string;
3661
+ export interface DnsRecordCreationState {
3662
+ /**
3663
+ * The status code for the automated DNS record creation. Following are the possible values: SUCCEEDED - The validation records were successfully added to the domain. STARTED - The automatic DNS record creation has started. FAILED - The validation records failed to be added to the domain.
3664
+ */
3665
+ code?: DnsRecordCreationStateCode;
3666
+ /**
3667
+ * The message that describes the reason for the status code.
3668
+ */
3669
+ message?: string;
3670
+ }
3671
+ export type DnsRecordCreationStateCode = "SUCCEEDED"|"STARTED"|"FAILED"|string;
3660
3672
  export interface Domain {
3661
3673
  /**
3662
3674
  * The name of the domain.
@@ -3690,6 +3702,10 @@ declare namespace Lightsail {
3690
3702
  * An array of key-value pairs containing information about the domain entries.
3691
3703
  */
3692
3704
  domainEntries?: DomainEntryList;
3705
+ /**
3706
+ * An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.
3707
+ */
3708
+ registeredDomainDelegationInfo?: RegisteredDomainDelegationInfo;
3693
3709
  }
3694
3710
  export interface DomainEntry {
3695
3711
  /**
@@ -3733,6 +3749,14 @@ declare namespace Lightsail {
3733
3749
  * An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.
3734
3750
  */
3735
3751
  resourceRecord?: ResourceRecord;
3752
+ /**
3753
+ * An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.
3754
+ */
3755
+ dnsRecordCreationState?: DnsRecordCreationState;
3756
+ /**
3757
+ * The validation status of the record.
3758
+ */
3759
+ validationStatus?: CertificateDomainValidationStatus;
3736
3760
  }
3737
3761
  export type DomainValidationRecordList = DomainValidationRecord[];
3738
3762
  export interface DownloadDefaultKeyPairRequest {
@@ -5719,7 +5743,7 @@ declare namespace Lightsail {
5719
5743
  */
5720
5744
  createdAt?: IsoDate;
5721
5745
  /**
5722
- * The AWS Region and Availability Zone where you created your certificate.
5746
+ * The Amazon Web Services Region and Availability Zone where you created your certificate.
5723
5747
  */
5724
5748
  location?: ResourceLocation;
5725
5749
  /**
@@ -5803,6 +5827,17 @@ declare namespace Lightsail {
5803
5827
  */
5804
5828
  subjectAlternativeNames?: StringList;
5805
5829
  }
5830
+ export interface LoadBalancerTlsCertificateDnsRecordCreationState {
5831
+ /**
5832
+ * The status code for the automated DNS record creation. Following are the possible values: SUCCEEDED - The validation records were successfully added. STARTED - The automatic DNS record creation has started. FAILED - The validation record addition failed.
5833
+ */
5834
+ code?: LoadBalancerTlsCertificateDnsRecordCreationStateCode;
5835
+ /**
5836
+ * The message that describes the reason for the status code.
5837
+ */
5838
+ message?: string;
5839
+ }
5840
+ export type LoadBalancerTlsCertificateDnsRecordCreationStateCode = "SUCCEEDED"|"STARTED"|"FAILED"|string;
5806
5841
  export type LoadBalancerTlsCertificateDomainStatus = "PENDING_VALIDATION"|"FAILED"|"SUCCESS"|string;
5807
5842
  export interface LoadBalancerTlsCertificateDomainValidationOption {
5808
5843
  /**
@@ -5836,6 +5871,10 @@ declare namespace Lightsail {
5836
5871
  * The domain name against which your SSL/TLS certificate was validated.
5837
5872
  */
5838
5873
  domainName?: DomainName;
5874
+ /**
5875
+ * An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of a domain to validate domain ownership.
5876
+ */
5877
+ dnsRecordCreationState?: LoadBalancerTlsCertificateDnsRecordCreationState;
5839
5878
  }
5840
5879
  export type LoadBalancerTlsCertificateDomainValidationRecordList = LoadBalancerTlsCertificateDomainValidationRecord[];
5841
5880
  export type LoadBalancerTlsCertificateFailureReason = "NO_AVAILABLE_CONTACTS"|"ADDITIONAL_VERIFICATION_REQUIRED"|"DOMAIN_NOT_ALLOWED"|"INVALID_PUBLIC_DOMAIN"|"OTHER"|string;
@@ -5954,6 +5993,17 @@ declare namespace Lightsail {
5954
5993
  */
5955
5994
  gbPerMonthAllocated?: integer;
5956
5995
  }
5996
+ export interface NameServersUpdateState {
5997
+ /**
5998
+ * The status code for the name servers update. Following are the possible values: SUCCEEDED - The name server records were successfully updated. PENDING - The name server record update is in progress. FAILED - The name server record update failed. STARTED - The automatic name server record update started.
5999
+ */
6000
+ code?: NameServersUpdateStateCode;
6001
+ /**
6002
+ * The message that describes the reason for the status code.
6003
+ */
6004
+ message?: string;
6005
+ }
6006
+ export type NameServersUpdateStateCode = "SUCCEEDED"|"PENDING"|"FAILED"|"STARTED"|string;
5957
6007
  export type NetworkProtocol = "tcp"|"all"|"udp"|"icmp"|string;
5958
6008
  export type NonEmptyString = string;
5959
6009
  export type NotificationTriggerList = AlarmState[];
@@ -6216,6 +6266,17 @@ declare namespace Lightsail {
6216
6266
  */
6217
6267
  queryStringsAllowList?: StringList;
6218
6268
  }
6269
+ export interface R53HostedZoneDeletionState {
6270
+ /**
6271
+ * The status code for the deletion state. Following are the possible values: SUCCEEDED - The hosted zone was successfully deleted. PENDING - The hosted zone deletion is in progress. FAILED - The hosted zone deletion failed. STARTED - The hosted zone deletion started.
6272
+ */
6273
+ code?: R53HostedZoneDeletionStateCode;
6274
+ /**
6275
+ * The message that describes the reason for the status code.
6276
+ */
6277
+ message?: string;
6278
+ }
6279
+ export type R53HostedZoneDeletionStateCode = "SUCCEEDED"|"PENDING"|"FAILED"|"STARTED"|string;
6219
6280
  export interface RebootInstanceRequest {
6220
6281
  /**
6221
6282
  * The name of the instance to reboot.
@@ -6247,7 +6308,7 @@ declare namespace Lightsail {
6247
6308
  */
6248
6309
  continentCode?: string;
6249
6310
  /**
6250
- * The description of the AWS Region (e.g., This region is recommended to serve users in the eastern United States and eastern Canada).
6311
+ * The description of the Amazon Web Services Region (e.g., This region is recommended to serve users in the eastern United States and eastern Canada).
6251
6312
  */
6252
6313
  description?: string;
6253
6314
  /**
@@ -6289,6 +6350,13 @@ declare namespace Lightsail {
6289
6350
  */
6290
6351
  containerImage?: ContainerImage;
6291
6352
  }
6353
+ export interface RegisteredDomainDelegationInfo {
6354
+ /**
6355
+ * An object that describes the state of the name server records that are automatically added to the Route 53 domain by Lightsail.
6356
+ */
6357
+ nameServersUpdateState?: NameServersUpdateState;
6358
+ r53HostedZoneDeletionState?: R53HostedZoneDeletionState;
6359
+ }
6292
6360
  export interface RelationalDatabase {
6293
6361
  /**
6294
6362
  * The unique name of the database resource in Lightsail.
@@ -6667,7 +6735,7 @@ declare namespace Lightsail {
6667
6735
  */
6668
6736
  availabilityZone?: string;
6669
6737
  /**
6670
- * The AWS Region name.
6738
+ * The Amazon Web Services Region name.
6671
6739
  */
6672
6740
  regionName?: RegionName;
6673
6741
  }
@@ -7155,7 +7223,7 @@ declare namespace Lightsail {
7155
7223
  */
7156
7224
  preferredBackupWindow?: string;
7157
7225
  /**
7158
- * The weekly time range during which system maintenance can occur on your database. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. Constraints: Must be in the ddd:hh24:mi-ddd:hh24:mi format. Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Must be at least 30 minutes. Specified in Coordinated Universal Time (UTC). Example: Tue:17:00-Tue:17:30
7226
+ * The weekly time range during which system maintenance can occur on your database. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. Constraints: Must be in the ddd:hh24:mi-ddd:hh24:mi format. Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Must be at least 30 minutes. Specified in Coordinated Universal Time (UTC). Example: Tue:17:00-Tue:17:30
7159
7227
  */
7160
7228
  preferredMaintenanceWindow?: string;
7161
7229
  /**