aws-sdk-lightsail 1.70.0 → 1.71.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0debed3103daeb6440158d5cd59c8d2447daaae945e493cac493fd38f78c1929
4
- data.tar.gz: 59ed2f8f6061d998333e08071f52a819e4621a514ff00c40dc29a867978ecd42
3
+ metadata.gz: 3975d7383ab429f76e0c13bec4bfb5ab91fc446429140d06d44df00e2c95ba74
4
+ data.tar.gz: d053de241d3cb52798c9a064e5bd67c741227a3f653d09f92ab1a73a5ebb00a6
5
5
  SHA512:
6
- metadata.gz: 04e56d9ce32eb47c45f69729b6ef5a9d6f47c81e90443f86a9c619956b5be10c10396648241443d41407546ab12ec39c06488b6c96560348b50fdaf5bf57d7f1
7
- data.tar.gz: bac230eb6f215864cc7e04e69cf6b64d54cf82f8a4a5a54b5f9d6ca9c310307f63f5cfd452401492f0f2c19d9de249bbc2e5f236498eb4d22e47f978def3f4e6
6
+ metadata.gz: 2061ead705084264522c1d9b7f60ee89657c55dfabb566894cab17479233b7cafb08e6d707399a6b85f752d513e1b6c84e76e5be2b7b8a5d14882b4002938d38
7
+ data.tar.gz: c0f48e7cd9625e992e95757e169e21219f322fc8efec64b47947cff9964d6d4f8050d4a7625d9a704fd63cb01fa539d14242277b6c27aee40cbecd17d4157001
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2022-11-08)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for Amazon Lightsail to automate the delegation of domains registered through Amazon Route 53 to Lightsail DNS management and to automate record creation for DNS validation of Lightsail SSL/TLS certificates.
8
+
4
9
  1.70.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -1188,6 +1188,9 @@ module Aws::Lightsail
1188
1188
  # resp.certificate.certificate_detail.domain_validation_records[0].resource_record.name #=> String
1189
1189
  # resp.certificate.certificate_detail.domain_validation_records[0].resource_record.type #=> String
1190
1190
  # resp.certificate.certificate_detail.domain_validation_records[0].resource_record.value #=> String
1191
+ # resp.certificate.certificate_detail.domain_validation_records[0].dns_record_creation_state.code #=> String, one of "SUCCEEDED", "STARTED", "FAILED"
1192
+ # resp.certificate.certificate_detail.domain_validation_records[0].dns_record_creation_state.message #=> String
1193
+ # resp.certificate.certificate_detail.domain_validation_records[0].validation_status #=> String, one of "PENDING_VALIDATION", "FAILED", "SUCCESS"
1191
1194
  # resp.certificate.certificate_detail.request_failure_reason #=> String
1192
1195
  # resp.certificate.certificate_detail.in_use_resource_count #=> Integer
1193
1196
  # resp.certificate.certificate_detail.key_algorithm #=> String
@@ -1202,6 +1205,9 @@ module Aws::Lightsail
1202
1205
  # resp.certificate.certificate_detail.renewal_summary.domain_validation_records[0].resource_record.name #=> String
1203
1206
  # resp.certificate.certificate_detail.renewal_summary.domain_validation_records[0].resource_record.type #=> String
1204
1207
  # resp.certificate.certificate_detail.renewal_summary.domain_validation_records[0].resource_record.value #=> String
1208
+ # resp.certificate.certificate_detail.renewal_summary.domain_validation_records[0].dns_record_creation_state.code #=> String, one of "SUCCEEDED", "STARTED", "FAILED"
1209
+ # resp.certificate.certificate_detail.renewal_summary.domain_validation_records[0].dns_record_creation_state.message #=> String
1210
+ # resp.certificate.certificate_detail.renewal_summary.domain_validation_records[0].validation_status #=> String, one of "PENDING_VALIDATION", "FAILED", "SUCCESS"
1205
1211
  # resp.certificate.certificate_detail.renewal_summary.renewal_status #=> String, one of "PendingAutoRenewal", "PendingValidation", "Success", "Failed"
1206
1212
  # resp.certificate.certificate_detail.renewal_summary.renewal_status_reason #=> String
1207
1213
  # resp.certificate.certificate_detail.renewal_summary.updated_at #=> Time
@@ -1415,8 +1421,9 @@ module Aws::Lightsail
1415
1421
  # typically
1416
1422
  # `https://<ServiceName>.<RandomGUID>.<AWSRegion>.cs.amazonlightsail.com`.
1417
1423
  # If the name of your container service is `container-service-1`, and
1418
- # it's located in the US East (Ohio) AWS region (`us-east-2`), then the
1419
- # domain for your container service will be like the following example:
1424
+ # it's located in the US East (Ohio) Amazon Web Services Region
1425
+ # (`us-east-2`), then the domain for your container service will be like
1426
+ # the following example:
1420
1427
  # `https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com`
1421
1428
  #
1422
1429
  # The following are the requirements for container service names:
@@ -3365,7 +3372,7 @@ module Aws::Lightsail
3365
3372
  # block of time for each AWS Region. For more information about the
3366
3373
  # preferred backup window time blocks for each region, see the [Working
3367
3374
  # With Backups][1] guide in the Amazon Relational Database Service
3368
- # (Amazon RDS) documentation.
3375
+ # documentation.
3369
3376
  #
3370
3377
  # Constraints:
3371
3378
  #
@@ -5888,6 +5895,9 @@ module Aws::Lightsail
5888
5895
  # resp.certificates[0].certificate_detail.domain_validation_records[0].resource_record.name #=> String
5889
5896
  # resp.certificates[0].certificate_detail.domain_validation_records[0].resource_record.type #=> String
5890
5897
  # resp.certificates[0].certificate_detail.domain_validation_records[0].resource_record.value #=> String
5898
+ # resp.certificates[0].certificate_detail.domain_validation_records[0].dns_record_creation_state.code #=> String, one of "SUCCEEDED", "STARTED", "FAILED"
5899
+ # resp.certificates[0].certificate_detail.domain_validation_records[0].dns_record_creation_state.message #=> String
5900
+ # resp.certificates[0].certificate_detail.domain_validation_records[0].validation_status #=> String, one of "PENDING_VALIDATION", "FAILED", "SUCCESS"
5891
5901
  # resp.certificates[0].certificate_detail.request_failure_reason #=> String
5892
5902
  # resp.certificates[0].certificate_detail.in_use_resource_count #=> Integer
5893
5903
  # resp.certificates[0].certificate_detail.key_algorithm #=> String
@@ -5902,6 +5912,9 @@ module Aws::Lightsail
5902
5912
  # resp.certificates[0].certificate_detail.renewal_summary.domain_validation_records[0].resource_record.name #=> String
5903
5913
  # resp.certificates[0].certificate_detail.renewal_summary.domain_validation_records[0].resource_record.type #=> String
5904
5914
  # resp.certificates[0].certificate_detail.renewal_summary.domain_validation_records[0].resource_record.value #=> String
5915
+ # resp.certificates[0].certificate_detail.renewal_summary.domain_validation_records[0].dns_record_creation_state.code #=> String, one of "SUCCEEDED", "STARTED", "FAILED"
5916
+ # resp.certificates[0].certificate_detail.renewal_summary.domain_validation_records[0].dns_record_creation_state.message #=> String
5917
+ # resp.certificates[0].certificate_detail.renewal_summary.domain_validation_records[0].validation_status #=> String, one of "PENDING_VALIDATION", "FAILED", "SUCCESS"
5905
5918
  # resp.certificates[0].certificate_detail.renewal_summary.renewal_status #=> String, one of "PendingAutoRenewal", "PendingValidation", "Success", "Failed"
5906
5919
  # resp.certificates[0].certificate_detail.renewal_summary.renewal_status_reason #=> String
5907
5920
  # resp.certificates[0].certificate_detail.renewal_summary.updated_at #=> Time
@@ -6104,7 +6117,7 @@ module Aws::Lightsail
6104
6117
  #
6105
6118
  # <note markdown="1"> Container logs are retained for a certain amount of time. For more
6106
6119
  # information, see [Amazon Lightsail endpoints and quotas][1] in the
6107
- # *AWS General Reference*.
6120
+ # *Amazon Web Services General Reference*.
6108
6121
  #
6109
6122
  # </note>
6110
6123
  #
@@ -6227,7 +6240,8 @@ module Aws::Lightsail
6227
6240
  #
6228
6241
  # <note markdown="1"> A set number of deployments are kept before the oldest one is replaced
6229
6242
  # with the newest one. For more information, see [Amazon Lightsail
6230
- # endpoints and quotas][1] in the *AWS General Reference*.
6243
+ # endpoints and quotas][1] in the *Amazon Web Services General
6244
+ # Reference*.
6231
6245
  #
6232
6246
  # </note>
6233
6247
  #
@@ -7091,6 +7105,10 @@ module Aws::Lightsail
7091
7105
  # resp.domain.domain_entries[0].type #=> String
7092
7106
  # resp.domain.domain_entries[0].options #=> Hash
7093
7107
  # resp.domain.domain_entries[0].options["DomainEntryOptionsKeys"] #=> String
7108
+ # resp.domain.registered_domain_delegation_info.name_servers_update_state.code #=> String, one of "SUCCEEDED", "PENDING", "FAILED", "STARTED"
7109
+ # resp.domain.registered_domain_delegation_info.name_servers_update_state.message #=> String
7110
+ # resp.domain.registered_domain_delegation_info.r53_hosted_zone_deletion_state.code #=> String, one of "SUCCEEDED", "PENDING", "FAILED", "STARTED"
7111
+ # resp.domain.registered_domain_delegation_info.r53_hosted_zone_deletion_state.message #=> String
7094
7112
  #
7095
7113
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetDomain AWS API Documentation
7096
7114
  #
@@ -7142,6 +7160,10 @@ module Aws::Lightsail
7142
7160
  # resp.domains[0].domain_entries[0].type #=> String
7143
7161
  # resp.domains[0].domain_entries[0].options #=> Hash
7144
7162
  # resp.domains[0].domain_entries[0].options["DomainEntryOptionsKeys"] #=> String
7163
+ # resp.domains[0].registered_domain_delegation_info.name_servers_update_state.code #=> String, one of "SUCCEEDED", "PENDING", "FAILED", "STARTED"
7164
+ # resp.domains[0].registered_domain_delegation_info.name_servers_update_state.message #=> String
7165
+ # resp.domains[0].registered_domain_delegation_info.r53_hosted_zone_deletion_state.code #=> String, one of "SUCCEEDED", "PENDING", "FAILED", "STARTED"
7166
+ # resp.domains[0].registered_domain_delegation_info.r53_hosted_zone_deletion_state.message #=> String
7145
7167
  # resp.next_page_token #=> String
7146
7168
  #
7147
7169
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetDomains AWS API Documentation
@@ -8319,6 +8341,8 @@ module Aws::Lightsail
8319
8341
  # resp.tls_certificates[0].domain_validation_records[0].value #=> String
8320
8342
  # resp.tls_certificates[0].domain_validation_records[0].validation_status #=> String, one of "PENDING_VALIDATION", "FAILED", "SUCCESS"
8321
8343
  # resp.tls_certificates[0].domain_validation_records[0].domain_name #=> String
8344
+ # resp.tls_certificates[0].domain_validation_records[0].dns_record_creation_state.code #=> String, one of "SUCCEEDED", "STARTED", "FAILED"
8345
+ # resp.tls_certificates[0].domain_validation_records[0].dns_record_creation_state.message #=> String
8322
8346
  # resp.tls_certificates[0].failure_reason #=> String, one of "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "OTHER"
8323
8347
  # resp.tls_certificates[0].issued_at #=> Time
8324
8348
  # resp.tls_certificates[0].issuer #=> String
@@ -10974,10 +10998,11 @@ module Aws::Lightsail
10974
10998
  #
10975
10999
  # A bucket bundle specifies the monthly cost, storage space, and data
10976
11000
  # transfer quota for a bucket. You can update a bucket's bundle only
10977
- # one time within a monthly AWS billing cycle. To determine if you can
10978
- # update a bucket's bundle, use the [GetBuckets][1] action. The
10979
- # `ableToUpdateBundle` parameter in the response will indicate whether
10980
- # you can currently update a bucket's bundle.
11001
+ # one time within a monthly Amazon Web Services billing cycle. To
11002
+ # determine if you can update a bucket's bundle, use the
11003
+ # [GetBuckets][1] action. The `ableToUpdateBundle` parameter in the
11004
+ # response will indicate whether you can currently update a bucket's
11005
+ # bundle.
10981
11006
  #
10982
11007
  # Update a bucket's bundle if it's consistently going over its storage
10983
11008
  # space or data transfer quota, or if a bucket's usage is consistently
@@ -11318,10 +11343,10 @@ module Aws::Lightsail
11318
11343
  # its monthly network transfer quota and is incurring an overage fee.
11319
11344
  #
11320
11345
  # You can update your distribution's bundle only one time within your
11321
- # monthly AWS billing cycle. To determine if you can update your
11322
- # distribution's bundle, use the `GetDistributions` action. The
11323
- # `ableToUpdateBundle` parameter in the result will indicate whether you
11324
- # can currently update your distribution's bundle.
11346
+ # monthly Amazon Web Services billing cycle. To determine if you can
11347
+ # update your distribution's bundle, use the `GetDistributions` action.
11348
+ # The `ableToUpdateBundle` parameter in the result will indicate whether
11349
+ # you can currently update your distribution's bundle.
11325
11350
  #
11326
11351
  # @option params [String] :distribution_name
11327
11352
  # The name of the distribution for which to update the bundle.
@@ -11681,8 +11706,8 @@ module Aws::Lightsail
11681
11706
  # your database.
11682
11707
  #
11683
11708
  # The default is a 30-minute window selected at random from an 8-hour
11684
- # block of time for each AWS Region, occurring on a random day of the
11685
- # week.
11709
+ # block of time for each Amazon Web Services Region, occurring on a
11710
+ # random day of the week.
11686
11711
  #
11687
11712
  # Constraints:
11688
11713
  #
@@ -11862,7 +11887,7 @@ module Aws::Lightsail
11862
11887
  params: params,
11863
11888
  config: config)
11864
11889
  context[:gem_name] = 'aws-sdk-lightsail'
11865
- context[:gem_version] = '1.70.0'
11890
+ context[:gem_version] = '1.71.0'
11866
11891
  Seahorse::Client::Request.new(handlers, context)
11867
11892
  end
11868
11893
 
@@ -76,6 +76,7 @@ module Aws::Lightsail
76
76
  CacheBehaviorPerPath = Shapes::StructureShape.new(name: 'CacheBehaviorPerPath')
77
77
  CacheSettings = Shapes::StructureShape.new(name: 'CacheSettings')
78
78
  Certificate = Shapes::StructureShape.new(name: 'Certificate')
79
+ CertificateDomainValidationStatus = Shapes::StringShape.new(name: 'CertificateDomainValidationStatus')
79
80
  CertificateName = Shapes::StringShape.new(name: 'CertificateName')
80
81
  CertificateStatus = Shapes::StringShape.new(name: 'CertificateStatus')
81
82
  CertificateStatusList = Shapes::ListShape.new(name: 'CertificateStatusList')
@@ -246,6 +247,8 @@ module Aws::Lightsail
246
247
  DistributionBundleList = Shapes::ListShape.new(name: 'DistributionBundleList')
247
248
  DistributionList = Shapes::ListShape.new(name: 'DistributionList')
248
249
  DistributionMetricName = Shapes::StringShape.new(name: 'DistributionMetricName')
250
+ DnsRecordCreationState = Shapes::StructureShape.new(name: 'DnsRecordCreationState')
251
+ DnsRecordCreationStateCode = Shapes::StringShape.new(name: 'DnsRecordCreationStateCode')
249
252
  Domain = Shapes::StructureShape.new(name: 'Domain')
250
253
  DomainEntry = Shapes::StructureShape.new(name: 'DomainEntry')
251
254
  DomainEntryList = Shapes::ListShape.new(name: 'DomainEntryList')
@@ -457,6 +460,8 @@ module Aws::Lightsail
457
460
  LoadBalancerProtocol = Shapes::StringShape.new(name: 'LoadBalancerProtocol')
458
461
  LoadBalancerState = Shapes::StringShape.new(name: 'LoadBalancerState')
459
462
  LoadBalancerTlsCertificate = Shapes::StructureShape.new(name: 'LoadBalancerTlsCertificate')
463
+ LoadBalancerTlsCertificateDnsRecordCreationState = Shapes::StructureShape.new(name: 'LoadBalancerTlsCertificateDnsRecordCreationState')
464
+ LoadBalancerTlsCertificateDnsRecordCreationStateCode = Shapes::StringShape.new(name: 'LoadBalancerTlsCertificateDnsRecordCreationStateCode')
460
465
  LoadBalancerTlsCertificateDomainStatus = Shapes::StringShape.new(name: 'LoadBalancerTlsCertificateDomainStatus')
461
466
  LoadBalancerTlsCertificateDomainValidationOption = Shapes::StructureShape.new(name: 'LoadBalancerTlsCertificateDomainValidationOption')
462
467
  LoadBalancerTlsCertificateDomainValidationOptionList = Shapes::ListShape.new(name: 'LoadBalancerTlsCertificateDomainValidationOptionList')
@@ -483,6 +488,8 @@ module Aws::Lightsail
483
488
  MetricUnit = Shapes::StringShape.new(name: 'MetricUnit')
484
489
  MonitoredResourceInfo = Shapes::StructureShape.new(name: 'MonitoredResourceInfo')
485
490
  MonthlyTransfer = Shapes::StructureShape.new(name: 'MonthlyTransfer')
491
+ NameServersUpdateState = Shapes::StructureShape.new(name: 'NameServersUpdateState')
492
+ NameServersUpdateStateCode = Shapes::StringShape.new(name: 'NameServersUpdateStateCode')
486
493
  NetworkProtocol = Shapes::StringShape.new(name: 'NetworkProtocol')
487
494
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
488
495
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
@@ -518,6 +525,8 @@ module Aws::Lightsail
518
525
  PutInstancePublicPortsRequest = Shapes::StructureShape.new(name: 'PutInstancePublicPortsRequest')
519
526
  PutInstancePublicPortsResult = Shapes::StructureShape.new(name: 'PutInstancePublicPortsResult')
520
527
  QueryStringObject = Shapes::StructureShape.new(name: 'QueryStringObject')
528
+ R53HostedZoneDeletionState = Shapes::StructureShape.new(name: 'R53HostedZoneDeletionState')
529
+ R53HostedZoneDeletionStateCode = Shapes::StringShape.new(name: 'R53HostedZoneDeletionStateCode')
521
530
  RebootInstanceRequest = Shapes::StructureShape.new(name: 'RebootInstanceRequest')
522
531
  RebootInstanceResult = Shapes::StructureShape.new(name: 'RebootInstanceResult')
523
532
  RebootRelationalDatabaseRequest = Shapes::StructureShape.new(name: 'RebootRelationalDatabaseRequest')
@@ -528,6 +537,7 @@ module Aws::Lightsail
528
537
  RegionName = Shapes::StringShape.new(name: 'RegionName')
529
538
  RegisterContainerImageRequest = Shapes::StructureShape.new(name: 'RegisterContainerImageRequest')
530
539
  RegisterContainerImageResult = Shapes::StructureShape.new(name: 'RegisterContainerImageResult')
540
+ RegisteredDomainDelegationInfo = Shapes::StructureShape.new(name: 'RegisteredDomainDelegationInfo')
531
541
  RelationalDatabase = Shapes::StructureShape.new(name: 'RelationalDatabase')
532
542
  RelationalDatabaseBlueprint = Shapes::StructureShape.new(name: 'RelationalDatabaseBlueprint')
533
543
  RelationalDatabaseBlueprintList = Shapes::ListShape.new(name: 'RelationalDatabaseBlueprintList')
@@ -1542,6 +1552,10 @@ module Aws::Lightsail
1542
1552
 
1543
1553
  DistributionList.member = Shapes::ShapeRef.new(shape: LightsailDistribution)
1544
1554
 
1555
+ DnsRecordCreationState.add_member(:code, Shapes::ShapeRef.new(shape: DnsRecordCreationStateCode, location_name: "code"))
1556
+ DnsRecordCreationState.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
1557
+ DnsRecordCreationState.struct_class = Types::DnsRecordCreationState
1558
+
1545
1559
  Domain.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
1546
1560
  Domain.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
1547
1561
  Domain.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
@@ -1550,6 +1564,7 @@ module Aws::Lightsail
1550
1564
  Domain.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
1551
1565
  Domain.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1552
1566
  Domain.add_member(:domain_entries, Shapes::ShapeRef.new(shape: DomainEntryList, location_name: "domainEntries"))
1567
+ Domain.add_member(:registered_domain_delegation_info, Shapes::ShapeRef.new(shape: RegisteredDomainDelegationInfo, location_name: "registeredDomainDelegationInfo"))
1553
1568
  Domain.struct_class = Types::Domain
1554
1569
 
1555
1570
  DomainEntry.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
@@ -1571,6 +1586,8 @@ module Aws::Lightsail
1571
1586
 
1572
1587
  DomainValidationRecord.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
1573
1588
  DomainValidationRecord.add_member(:resource_record, Shapes::ShapeRef.new(shape: ResourceRecord, location_name: "resourceRecord"))
1589
+ DomainValidationRecord.add_member(:dns_record_creation_state, Shapes::ShapeRef.new(shape: DnsRecordCreationState, location_name: "dnsRecordCreationState"))
1590
+ DomainValidationRecord.add_member(:validation_status, Shapes::ShapeRef.new(shape: CertificateDomainValidationStatus, location_name: "validationStatus"))
1574
1591
  DomainValidationRecord.struct_class = Types::DomainValidationRecord
1575
1592
 
1576
1593
  DomainValidationRecordList.member = Shapes::ShapeRef.new(shape: DomainValidationRecord)
@@ -2355,6 +2372,10 @@ module Aws::Lightsail
2355
2372
  LoadBalancerTlsCertificate.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: StringList, location_name: "subjectAlternativeNames"))
2356
2373
  LoadBalancerTlsCertificate.struct_class = Types::LoadBalancerTlsCertificate
2357
2374
 
2375
+ LoadBalancerTlsCertificateDnsRecordCreationState.add_member(:code, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateDnsRecordCreationStateCode, location_name: "code"))
2376
+ LoadBalancerTlsCertificateDnsRecordCreationState.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
2377
+ LoadBalancerTlsCertificateDnsRecordCreationState.struct_class = Types::LoadBalancerTlsCertificateDnsRecordCreationState
2378
+
2358
2379
  LoadBalancerTlsCertificateDomainValidationOption.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
2359
2380
  LoadBalancerTlsCertificateDomainValidationOption.add_member(:validation_status, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateDomainStatus, location_name: "validationStatus"))
2360
2381
  LoadBalancerTlsCertificateDomainValidationOption.struct_class = Types::LoadBalancerTlsCertificateDomainValidationOption
@@ -2366,6 +2387,7 @@ module Aws::Lightsail
2366
2387
  LoadBalancerTlsCertificateDomainValidationRecord.add_member(:value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "value"))
2367
2388
  LoadBalancerTlsCertificateDomainValidationRecord.add_member(:validation_status, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateDomainStatus, location_name: "validationStatus"))
2368
2389
  LoadBalancerTlsCertificateDomainValidationRecord.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
2390
+ LoadBalancerTlsCertificateDomainValidationRecord.add_member(:dns_record_creation_state, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateDnsRecordCreationState, location_name: "dnsRecordCreationState"))
2369
2391
  LoadBalancerTlsCertificateDomainValidationRecord.struct_class = Types::LoadBalancerTlsCertificateDomainValidationRecord
2370
2392
 
2371
2393
  LoadBalancerTlsCertificateDomainValidationRecordList.member = Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateDomainValidationRecord)
@@ -2418,6 +2440,10 @@ module Aws::Lightsail
2418
2440
  MonthlyTransfer.add_member(:gb_per_month_allocated, Shapes::ShapeRef.new(shape: integer, location_name: "gbPerMonthAllocated"))
2419
2441
  MonthlyTransfer.struct_class = Types::MonthlyTransfer
2420
2442
 
2443
+ NameServersUpdateState.add_member(:code, Shapes::ShapeRef.new(shape: NameServersUpdateStateCode, location_name: "code"))
2444
+ NameServersUpdateState.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
2445
+ NameServersUpdateState.struct_class = Types::NameServersUpdateState
2446
+
2421
2447
  NotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "code"))
2422
2448
  NotFoundException.add_member(:docs, Shapes::ShapeRef.new(shape: string, location_name: "docs"))
2423
2449
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
@@ -2532,6 +2558,10 @@ module Aws::Lightsail
2532
2558
  QueryStringObject.add_member(:query_strings_allow_list, Shapes::ShapeRef.new(shape: StringList, location_name: "queryStringsAllowList"))
2533
2559
  QueryStringObject.struct_class = Types::QueryStringObject
2534
2560
 
2561
+ R53HostedZoneDeletionState.add_member(:code, Shapes::ShapeRef.new(shape: R53HostedZoneDeletionStateCode, location_name: "code"))
2562
+ R53HostedZoneDeletionState.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
2563
+ R53HostedZoneDeletionState.struct_class = Types::R53HostedZoneDeletionState
2564
+
2535
2565
  RebootInstanceRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
2536
2566
  RebootInstanceRequest.struct_class = Types::RebootInstanceRequest
2537
2567
 
@@ -2562,6 +2592,10 @@ module Aws::Lightsail
2562
2592
  RegisterContainerImageResult.add_member(:container_image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "containerImage"))
2563
2593
  RegisterContainerImageResult.struct_class = Types::RegisterContainerImageResult
2564
2594
 
2595
+ RegisteredDomainDelegationInfo.add_member(:name_servers_update_state, Shapes::ShapeRef.new(shape: NameServersUpdateState, location_name: "nameServersUpdateState"))
2596
+ RegisteredDomainDelegationInfo.add_member(:r53_hosted_zone_deletion_state, Shapes::ShapeRef.new(shape: R53HostedZoneDeletionState, location_name: "r53HostedZoneDeletionState"))
2597
+ RegisteredDomainDelegationInfo.struct_class = Types::RegisteredDomainDelegationInfo
2598
+
2565
2599
  RelationalDatabase.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
2566
2600
  RelationalDatabase.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
2567
2601
  RelationalDatabase.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
@@ -124,14 +124,15 @@ module Aws::Lightsail
124
124
  # @return [Time]
125
125
  #
126
126
  # @!attribute [rw] region
127
- # The AWS Region where this access key was most recently used.
127
+ # The Amazon Web Services Region where this access key was most
128
+ # recently used.
128
129
  #
129
130
  # This value is `N/A` if the access key has not been used.
130
131
  # @return [String]
131
132
  #
132
133
  # @!attribute [rw] service_name
133
- # The name of the AWS service with which this access key was most
134
- # recently used.
134
+ # The name of the Amazon Web Services service with which this access
135
+ # key was most recently used.
135
136
  #
136
137
  # This value is `N/A` if the access key has not been used.
137
138
  # @return [String]
@@ -1720,8 +1721,8 @@ module Aws::Lightsail
1720
1721
  # requires additional information to process this certificate
1721
1722
  # request. This can happen as a fraud-protection measure, such as
1722
1723
  # when the domain ranks within the Alexa top 1000 websites. To
1723
- # provide the required information, use the [AWS Support Center][1]
1724
- # to contact AWS Support.
1724
+ # provide the required information, use the [Amazon Web Services
1725
+ # Support Center][1] to contact Amazon Web Services Support.
1725
1726
  #
1726
1727
  # <note markdown="1"> You cannot request a certificate for Amazon-owned domain names
1727
1728
  # such as those ending in amazonaws.com, cloudfront.net, or
@@ -1744,8 +1745,8 @@ module Aws::Lightsail
1744
1745
  # new certificate.
1745
1746
  #
1746
1747
  # If you see this error and your domain is not included in the
1747
- # VirusTotal list, visit the [AWS Support Center][1] and create a
1748
- # case.
1748
+ # VirusTotal list, visit the [Amazon Web Services Support Center][1]
1749
+ # and create a case.
1749
1750
  #
1750
1751
  # * <b> <code>INVALID_PUBLIC_DOMAIN</code> </b> - One or more of the
1751
1752
  # domain names in the certificate request is not valid. Typically,
@@ -3459,9 +3460,9 @@ module Aws::Lightsail
3459
3460
  # service is typically
3460
3461
  # `https://<ServiceName>.<RandomGUID>.<AWSRegion>.cs.amazonlightsail.com`.
3461
3462
  # If the name of your container service is `container-service-1`, and
3462
- # it's located in the US East (Ohio) AWS region (`us-east-2`), then
3463
- # the domain for your container service will be like the following
3464
- # example:
3463
+ # it's located in the US East (Ohio) Amazon Web Services Region
3464
+ # (`us-east-2`), then the domain for your container service will be
3465
+ # like the following example:
3465
3466
  # `https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com`
3466
3467
  #
3467
3468
  # The following are the requirements for container service names:
@@ -5129,7 +5130,7 @@ module Aws::Lightsail
5129
5130
  # block of time for each AWS Region. For more information about the
5130
5131
  # preferred backup window time blocks for each region, see the
5131
5132
  # [Working With Backups][1] guide in the Amazon Relational Database
5132
- # Service (Amazon RDS) documentation.
5133
+ # Service documentation.
5133
5134
  #
5134
5135
  # Constraints:
5135
5136
  #
@@ -6650,6 +6651,52 @@ module Aws::Lightsail
6650
6651
  include Aws::Structure
6651
6652
  end
6652
6653
 
6654
+ # Describes the creation state of the canonical name (CNAME) records
6655
+ # that are automatically added by Amazon Lightsail to the DNS of a
6656
+ # domain to validate domain ownership for an SSL/TLS certificate.
6657
+ #
6658
+ # When you create an SSL/TLS certificate for a Lightsail resource, you
6659
+ # must add a set of CNAME records to the DNS of the domains for the
6660
+ # certificate to validate that you own the domains. Lightsail can
6661
+ # automatically add the CNAME records to the DNS of the domain if the
6662
+ # DNS zone for the domain exists within your Lightsail account. If
6663
+ # automatic record addition fails, or if you manage the DNS of your
6664
+ # domain using a third-party service, then you must manually add the
6665
+ # CNAME records to the DNS of your domain. For more information, see
6666
+ # [Verify an SSL/TLS certificate in Amazon Lightsail][1] in the *Amazon
6667
+ # Lightsail Developer Guide*.
6668
+ #
6669
+ #
6670
+ #
6671
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/verify-tls-ssl-certificate-using-dns-cname-https
6672
+ #
6673
+ # @!attribute [rw] code
6674
+ # The status code for the automated DNS record creation.
6675
+ #
6676
+ # Following are the possible values:
6677
+ #
6678
+ # * `SUCCEEDED` - The validation records were successfully added to
6679
+ # the domain.
6680
+ #
6681
+ # * `STARTED` - The automatic DNS record creation has started.
6682
+ #
6683
+ # * `FAILED` - The validation records failed to be added to the
6684
+ # domain.
6685
+ # @return [String]
6686
+ #
6687
+ # @!attribute [rw] message
6688
+ # The message that describes the reason for the status code.
6689
+ # @return [String]
6690
+ #
6691
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DnsRecordCreationState AWS API Documentation
6692
+ #
6693
+ class DnsRecordCreationState < Struct.new(
6694
+ :code,
6695
+ :message)
6696
+ SENSITIVE = []
6697
+ include Aws::Structure
6698
+ end
6699
+
6653
6700
  # Describes a domain where you are storing recordsets.
6654
6701
  #
6655
6702
  # @!attribute [rw] name
@@ -6696,6 +6743,11 @@ module Aws::Lightsail
6696
6743
  # entries.
6697
6744
  # @return [Array<Types::DomainEntry>]
6698
6745
  #
6746
+ # @!attribute [rw] registered_domain_delegation_info
6747
+ # An object that describes the state of the Route 53 domain delegation
6748
+ # to a Lightsail DNS zone.
6749
+ # @return [Types::RegisteredDomainDelegationInfo]
6750
+ #
6699
6751
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/Domain AWS API Documentation
6700
6752
  #
6701
6753
  class Domain < Struct.new(
@@ -6706,7 +6758,8 @@ module Aws::Lightsail
6706
6758
  :location,
6707
6759
  :resource_type,
6708
6760
  :tags,
6709
- :domain_entries)
6761
+ :domain_entries,
6762
+ :registered_domain_delegation_info)
6710
6763
  SENSITIVE = []
6711
6764
  include Aws::Structure
6712
6765
  end
@@ -6803,8 +6856,9 @@ module Aws::Lightsail
6803
6856
  include Aws::Structure
6804
6857
  end
6805
6858
 
6806
- # Describes the domain validation records of an Amazon Lightsail SSL/TLS
6807
- # certificate.
6859
+ # Describes the domain name system (DNS) records that you must add to
6860
+ # the DNS of your registered domain to validate ownership for an Amazon
6861
+ # Lightsail SSL/TLS certificate.
6808
6862
  #
6809
6863
  # @!attribute [rw] domain_name
6810
6864
  # The domain name of the certificate validation record. For example,
@@ -6816,11 +6870,23 @@ module Aws::Lightsail
6816
6870
  # DNS to validate it for the certificate.
6817
6871
  # @return [Types::ResourceRecord]
6818
6872
  #
6873
+ # @!attribute [rw] dns_record_creation_state
6874
+ # An object that describes the state of the canonical name (CNAME)
6875
+ # records that are automatically added by Lightsail to the DNS of the
6876
+ # domain to validate domain ownership.
6877
+ # @return [Types::DnsRecordCreationState]
6878
+ #
6879
+ # @!attribute [rw] validation_status
6880
+ # The validation status of the record.
6881
+ # @return [String]
6882
+ #
6819
6883
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DomainValidationRecord AWS API Documentation
6820
6884
  #
6821
6885
  class DomainValidationRecord < Struct.new(
6822
6886
  :domain_name,
6823
- :resource_record)
6887
+ :resource_record,
6888
+ :dns_record_creation_state,
6889
+ :validation_status)
6824
6890
  SENSITIVE = []
6825
6891
  include Aws::Structure
6826
6892
  end
@@ -12303,8 +12369,8 @@ module Aws::Lightsail
12303
12369
  # @return [Time]
12304
12370
  #
12305
12371
  # @!attribute [rw] location
12306
- # The AWS Region and Availability Zone where you created your
12307
- # certificate.
12372
+ # The Amazon Web Services Region and Availability Zone where you
12373
+ # created your certificate.
12308
12374
  # @return [Types::ResourceLocation]
12309
12375
  #
12310
12376
  # @!attribute [rw] resource_type
@@ -12518,6 +12584,35 @@ module Aws::Lightsail
12518
12584
  include Aws::Structure
12519
12585
  end
12520
12586
 
12587
+ # An object that describes the state of the canonical name (CNAME)
12588
+ # records that are automatically added by Lightsail to the DNS of the
12589
+ # domain to validate domain ownership.
12590
+ #
12591
+ # @!attribute [rw] code
12592
+ # The status code for the automated DNS record creation.
12593
+ #
12594
+ # Following are the possible values:
12595
+ #
12596
+ # * `SUCCEEDED` - The validation records were successfully added.
12597
+ #
12598
+ # * `STARTED` - The automatic DNS record creation has started.
12599
+ #
12600
+ # * `FAILED` - The validation record addition failed.
12601
+ # @return [String]
12602
+ #
12603
+ # @!attribute [rw] message
12604
+ # The message that describes the reason for the status code.
12605
+ # @return [String]
12606
+ #
12607
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/LoadBalancerTlsCertificateDnsRecordCreationState AWS API Documentation
12608
+ #
12609
+ class LoadBalancerTlsCertificateDnsRecordCreationState < Struct.new(
12610
+ :code,
12611
+ :message)
12612
+ SENSITIVE = []
12613
+ include Aws::Structure
12614
+ end
12615
+
12521
12616
  # Contains information about the domain names on an SSL/TLS certificate
12522
12617
  # that you will use to validate domain ownership.
12523
12618
  #
@@ -12564,6 +12659,12 @@ module Aws::Lightsail
12564
12659
  # validated.
12565
12660
  # @return [String]
12566
12661
  #
12662
+ # @!attribute [rw] dns_record_creation_state
12663
+ # An object that describes the state of the canonical name (CNAME)
12664
+ # records that are automatically added by Lightsail to the DNS of a
12665
+ # domain to validate domain ownership.
12666
+ # @return [Types::LoadBalancerTlsCertificateDnsRecordCreationState]
12667
+ #
12567
12668
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/LoadBalancerTlsCertificateDomainValidationRecord AWS API Documentation
12568
12669
  #
12569
12670
  class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new(
@@ -12571,7 +12672,8 @@ module Aws::Lightsail
12571
12672
  :type,
12572
12673
  :value,
12573
12674
  :validation_status,
12574
- :domain_name)
12675
+ :domain_name,
12676
+ :dns_record_creation_state)
12575
12677
  SENSITIVE = []
12576
12678
  include Aws::Structure
12577
12679
  end
@@ -12823,6 +12925,43 @@ module Aws::Lightsail
12823
12925
  include Aws::Structure
12824
12926
  end
12825
12927
 
12928
+ # Describes the state of the name server records update made by Amazon
12929
+ # Lightsail to an Amazon Route 53 registered domain.
12930
+ #
12931
+ # For more information, see [DNS in Amazon Lightsail][1] in the *Amazon
12932
+ # Lightsail Developer Guide*.
12933
+ #
12934
+ #
12935
+ #
12936
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/understanding-dns-in-amazon-lightsail
12937
+ #
12938
+ # @!attribute [rw] code
12939
+ # The status code for the name servers update.
12940
+ #
12941
+ # Following are the possible values:
12942
+ #
12943
+ # * `SUCCEEDED` - The name server records were successfully updated.
12944
+ #
12945
+ # * `PENDING` - The name server record update is in progress.
12946
+ #
12947
+ # * `FAILED` - The name server record update failed.
12948
+ #
12949
+ # * `STARTED` - The automatic name server record update started.
12950
+ # @return [String]
12951
+ #
12952
+ # @!attribute [rw] message
12953
+ # The message that describes the reason for the status code.
12954
+ # @return [String]
12955
+ #
12956
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/NameServersUpdateState AWS API Documentation
12957
+ #
12958
+ class NameServersUpdateState < Struct.new(
12959
+ :code,
12960
+ :message)
12961
+ SENSITIVE = []
12962
+ include Aws::Structure
12963
+ end
12964
+
12826
12965
  # Lightsail throws this exception when it cannot find a resource.
12827
12966
  #
12828
12967
  # @!attribute [rw] code
@@ -13653,6 +13792,37 @@ module Aws::Lightsail
13653
13792
  include Aws::Structure
13654
13793
  end
13655
13794
 
13795
+ # Describes the deletion state of an Amazon Route 53 hosted zone for a
13796
+ # domain that is being automatically delegated to an Amazon Lightsail
13797
+ # DNS zone.
13798
+ #
13799
+ # @!attribute [rw] code
13800
+ # The status code for the deletion state.
13801
+ #
13802
+ # Following are the possible values:
13803
+ #
13804
+ # * `SUCCEEDED` - The hosted zone was successfully deleted.
13805
+ #
13806
+ # * `PENDING` - The hosted zone deletion is in progress.
13807
+ #
13808
+ # * `FAILED` - The hosted zone deletion failed.
13809
+ #
13810
+ # * `STARTED` - The hosted zone deletion started.
13811
+ # @return [String]
13812
+ #
13813
+ # @!attribute [rw] message
13814
+ # The message that describes the reason for the status code.
13815
+ # @return [String]
13816
+ #
13817
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/R53HostedZoneDeletionState AWS API Documentation
13818
+ #
13819
+ class R53HostedZoneDeletionState < Struct.new(
13820
+ :code,
13821
+ :message)
13822
+ SENSITIVE = []
13823
+ include Aws::Structure
13824
+ end
13825
+
13656
13826
  # @note When making an API call, you may pass RebootInstanceRequest
13657
13827
  # data as a hash:
13658
13828
  #
@@ -13719,15 +13889,16 @@ module Aws::Lightsail
13719
13889
  include Aws::Structure
13720
13890
  end
13721
13891
 
13722
- # Describes the AWS Region.
13892
+ # Describes the Amazon Web Services Region.
13723
13893
  #
13724
13894
  # @!attribute [rw] continent_code
13725
13895
  # The continent code (e.g., `NA`, meaning North America).
13726
13896
  # @return [String]
13727
13897
  #
13728
13898
  # @!attribute [rw] description
13729
- # The description of the AWS Region (e.g., `This region is recommended
13730
- # to serve users in the eastern United States and eastern Canada`).
13899
+ # The description of the Amazon Web Services Region (e.g., `This
13900
+ # region is recommended to serve users in the eastern United States
13901
+ # and eastern Canada`).
13731
13902
  # @return [String]
13732
13903
  #
13733
13904
  # @!attribute [rw] display_name
@@ -13830,6 +14001,61 @@ module Aws::Lightsail
13830
14001
  include Aws::Structure
13831
14002
  end
13832
14003
 
14004
+ # Describes the delegation state of an Amazon Route 53 registered domain
14005
+ # to Amazon Lightsail.
14006
+ #
14007
+ # When you delegate an Amazon Route 53 registered domain to Lightsail,
14008
+ # you can manage the DNS of the domain using a Lightsail DNS zone. You
14009
+ # no longer use the Route 53 hosted zone to manage the DNS of the
14010
+ # domain. To delegate the domain, Lightsail automatically updates the
14011
+ # domain's name servers in Route 53 to the name servers of the
14012
+ # Lightsail DNS zone. Then, Lightsail automatically deletes the Route 53
14013
+ # hosted zone for the domain.
14014
+ #
14015
+ # All of the following conditions must be true for automatic domain
14016
+ # delegation to be successful:
14017
+ #
14018
+ # * The registered domain must be in the same Amazon Web Services
14019
+ # account as the Lightsail account making the request.
14020
+ #
14021
+ # * The user or entity making the request must have permission to manage
14022
+ # domains in Route 53.
14023
+ #
14024
+ # * The Route 53 hosted zone for the domain must be empty. It cannot
14025
+ # contain DNS records other than start of authority (SOA) and name
14026
+ # server records.
14027
+ #
14028
+ # If automatic domain delegation fails, or if you manage the DNS of your
14029
+ # domain using a service other than Route 53, then you must manually add
14030
+ # the Lightsail DNS zone name servers to your domain in order to
14031
+ # delegate management of its DNS to Lightsail. For more information, see
14032
+ # [Creating a DNS zone to manage your domain’s records in Amazon
14033
+ # Lightsail][1] in the *Amazon Lightsail Developer Guide*.
14034
+ #
14035
+ #
14036
+ #
14037
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-create-dns-entry
14038
+ #
14039
+ # @!attribute [rw] name_servers_update_state
14040
+ # An object that describes the state of the name server records that
14041
+ # are automatically added to the Route 53 domain by Lightsail.
14042
+ # @return [Types::NameServersUpdateState]
14043
+ #
14044
+ # @!attribute [rw] r53_hosted_zone_deletion_state
14045
+ # Describes the deletion state of an Amazon Route 53 hosted zone for a
14046
+ # domain that is being automatically delegated to an Amazon Lightsail
14047
+ # DNS zone.
14048
+ # @return [Types::R53HostedZoneDeletionState]
14049
+ #
14050
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/RegisteredDomainDelegationInfo AWS API Documentation
14051
+ #
14052
+ class RegisteredDomainDelegationInfo < Struct.new(
14053
+ :name_servers_update_state,
14054
+ :r53_hosted_zone_deletion_state)
14055
+ SENSITIVE = []
14056
+ include Aws::Structure
14057
+ end
14058
+
13833
14059
  # Describes a database.
13834
14060
  #
13835
14061
  # @!attribute [rw] name
@@ -14473,7 +14699,7 @@ module Aws::Lightsail
14473
14699
  # @return [String]
14474
14700
  #
14475
14701
  # @!attribute [rw] region_name
14476
- # The AWS Region name.
14702
+ # The Amazon Web Services Region name.
14477
14703
  # @return [String]
14478
14704
  #
14479
14705
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/ResourceLocation AWS API Documentation
@@ -15860,8 +16086,8 @@ module Aws::Lightsail
15860
16086
  # your database.
15861
16087
  #
15862
16088
  # The default is a 30-minute window selected at random from an 8-hour
15863
- # block of time for each AWS Region, occurring on a random day of the
15864
- # week.
16089
+ # block of time for each Amazon Web Services Region, occurring on a
16090
+ # random day of the week.
15865
16091
  #
15866
16092
  # Constraints:
15867
16093
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lightsail/customizations'
52
52
  # @!group service
53
53
  module Aws::Lightsail
54
54
 
55
- GEM_VERSION = '1.70.0'
55
+ GEM_VERSION = '1.71.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lightsail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core