aws-sdk-acm 1.101.0 → 1.102.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ba71293b88739563e1a81ccd156514fad45ec11240bc67ac3c21d661d1dd2b7
4
- data.tar.gz: b80e5d716676796ccf4884f85bab1b26c6f110765af98b1344d9da237a622bd8
3
+ metadata.gz: 6f8a3fe1d0c45c6c8e88cbbac87f4d98e4bbc1e5296b0ff19cbffe8a2555cf87
4
+ data.tar.gz: f10966537b25773566907657874f7537dd601b77bc46f11ad766b3b6d925d873
5
5
  SHA512:
6
- metadata.gz: fc2060cf7df9c1a595405cb64ff9661fec06f0f0b9c819b09419143cc8d9565ac0ff0aae3069e02eed181188793adc738c5a898d5fbd82496c3ea8389d3cabd7
7
- data.tar.gz: f908eec939262f36932e8625efeeb175f57d8bc909ee3c2d8add85723c3aaf7c1fd9084848b42fc45739b53c67bea490c5dea704ab45235c91c5e0bde9bf19d9
6
+ metadata.gz: 569bc05a98d04353c69c1c044240e546213e050d20e06d450a470afe4f526b3a0234f2a0427eeb9eef7abdb7aec931577d2ec6267f5708e212e7b42e0a6ca644
7
+ data.tar.gz: 43483eb1573648e4f380c9d81b749a6907ba146ec35f878f7f7101292bce024eb80f4607a6845a69bd8a928724188c329ff4e86cb7f44cc39e8ce2d8e9342900
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.0 (2026-03-31)
5
+ ------------------
6
+
7
+ * Feature - Adds support for searching for ACM certificates using the new SearchCertificates API.
8
+
4
9
  1.101.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.102.0
@@ -547,17 +547,35 @@ module Aws::ACM
547
547
  end
548
548
 
549
549
  # Deletes a certificate and its associated private key. If this action
550
- # succeeds, the certificate no longer appears in the list that can be
551
- # displayed by calling the ListCertificates action or be retrieved by
552
- # calling the GetCertificate action. The certificate will not be
553
- # available for use by Amazon Web Services services integrated with ACM.
550
+ # succeeds, the certificate is not available for use by Amazon Web
551
+ # Services services integrated with ACM. Deleting a certificate is
552
+ # eventually consistent. The may be a short delay before the certificate
553
+ # no longer appears in the list that can be displayed by calling the
554
+ # ListCertificates action or be retrieved by calling the GetCertificate
555
+ # action.
554
556
  #
555
557
  # <note markdown="1"> You cannot delete an ACM certificate that is being used by another
556
558
  # Amazon Web Services service. To delete a certificate that is in use,
557
- # the certificate association must first be removed.
559
+ # you must first remove the certificate association using the console or
560
+ # the CLI for the associated service.
561
+ #
562
+ # Deleting a certificate issued by a private certificate authority (CA)
563
+ # has no effect on the CA. You will continue to be charged for the CA
564
+ # until it is deleted. For more information, see [ Deleting Your Private
565
+ # CA][1] in the *Private Certificate Authority User Guide*.
558
566
  #
559
567
  # </note>
560
568
  #
569
+ # Deleting a certificate issued by a private certificate authority (CA)
570
+ # has no effect on the CA. You will continue to be charged for the CA
571
+ # until it is deleted. For more information, see [Deleting your private
572
+ # CA][1] in the *Amazon Web Services Private Certificate Authority User
573
+ # Guide*.
574
+ #
575
+ #
576
+ #
577
+ # [1]: https://docs.aws.amazon.com/privateca/latest/userguide/PCADeleteCA.html
578
+ #
561
579
  # @option params [required, String] :certificate_arn
562
580
  # String that contains the ARN of the ACM certificate to be deleted.
563
581
  # This must be of the form:
@@ -693,7 +711,7 @@ module Aws::ACM
693
711
  end
694
712
 
695
713
  # Exports a private certificate issued by a private certificate
696
- # authority (CA) or public certificate for use anywhere. The exported
714
+ # authority (CA) or a public certificate for use anywhere. The exported
697
715
  # file contains the certificate, the certificate chain, and the
698
716
  # encrypted private key associated with the public key that is embedded
699
717
  # in the certificate. For security, you must assign a passphrase for the
@@ -703,6 +721,11 @@ module Aws::ACM
703
721
  # ACM console or CLI, see [Export a private certificate][1] and [Export
704
722
  # a public certificate][2].
705
723
  #
724
+ # <note markdown="1"> ACM public certificates created prior to June 17, 2025 cannot be
725
+ # exported.
726
+ #
727
+ # </note>
728
+ #
706
729
  #
707
730
  #
708
731
  # [1]: https://docs.aws.amazon.com/acm/latest/userguide/export-private.html
@@ -1173,13 +1196,12 @@ module Aws::ACM
1173
1196
  # Renews an [eligible ACM certificate][1]. In order to renew your Amazon
1174
1197
  # Web Services Private CA certificates with ACM, you must first [grant
1175
1198
  # the ACM service principal permission to do so][2]. For more
1176
- # information, see [Testing Managed Renewal][3] in the ACM User Guide.
1199
+ # information, see [Testing Managed Renewal][1] in the ACM User Guide.
1177
1200
  #
1178
1201
  #
1179
1202
  #
1180
1203
  # [1]: https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html
1181
- # [2]: https://docs.aws.amazon.com/privateca/latest/userguide/PcaPermissions.html
1182
- # [3]: https://docs.aws.amazon.com/acm/latest/userguide/manual-renewal.html
1204
+ # [2]: https://docs.aws.amazon.com/privateca/latest/userguide/assign-permissions.html#PcaPermissions
1183
1205
  #
1184
1206
  # @option params [required, String] :certificate_arn
1185
1207
  # String that contains the ARN of the ACM certificate to be renewed.
@@ -1382,7 +1404,7 @@ module Aws::ACM
1382
1404
  #
1383
1405
  #
1384
1406
  #
1385
- # [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms
1407
+ # [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate-characteristics.html#algorithms-term
1386
1408
  #
1387
1409
  # @option params [String] :managed_by
1388
1410
  # Identifies the Amazon Web Services service that manages the
@@ -1469,9 +1491,8 @@ module Aws::ACM
1469
1491
  # the `Domain` value or a superdomain of the `Domain` value. For
1470
1492
  # example, if you requested a certificate for
1471
1493
  # `site.subdomain.example.com` and specify a **ValidationDomain** of
1472
- # `subdomain.example.com`, ACM sends email to the domain registrant,
1473
- # technical contact, and administrative contact in WHOIS and the
1474
- # following five addresses:
1494
+ # `subdomain.example.com`, ACM sends email to the the following five
1495
+ # addresses:
1475
1496
  #
1476
1497
  # * admin@subdomain.example.com
1477
1498
  #
@@ -1505,6 +1526,9 @@ module Aws::ACM
1505
1526
  # Revokes a public ACM certificate. You can only revoke certificates
1506
1527
  # that have been previously exported.
1507
1528
  #
1529
+ # Once a certificate is revoked, you cannot reuse the certificate.
1530
+ # Revoking a certificate is permanent.
1531
+ #
1508
1532
  # @option params [required, String] :certificate_arn
1509
1533
  # The Amazon Resource Name (ARN) of the public or private certificate
1510
1534
  # that will be revoked. The ARN must have the following form:
@@ -1538,6 +1562,209 @@ module Aws::ACM
1538
1562
  req.send_request(options)
1539
1563
  end
1540
1564
 
1565
+ # Retrieves a list of certificates matching search criteria. You can
1566
+ # filter certificates by X.509 attributes and ACM specific properties
1567
+ # like certificate status, type and renewal eligibility. This operation
1568
+ # provides more flexible filtering than ListCertificates by supporting
1569
+ # complex filter statements.
1570
+ #
1571
+ # @option params [Types::CertificateFilterStatement] :filter_statement
1572
+ # A filter statement that defines the search criteria. You can combine
1573
+ # multiple filters using AND, OR, and NOT logical operators to create
1574
+ # complex queries.
1575
+ #
1576
+ # @option params [Integer] :max_results
1577
+ # The maximum number of results to return in the response. Default is
1578
+ # 100.
1579
+ #
1580
+ # @option params [String] :next_token
1581
+ # Use this parameter only when paginating results and only in a
1582
+ # subsequent request after you receive a response with truncated
1583
+ # results. Set it to the value of `NextToken` from the response you just
1584
+ # received.
1585
+ #
1586
+ # @option params [String] :sort_by
1587
+ # Specifies the field to sort results by. Valid values are CREATED\_AT,
1588
+ # NOT\_AFTER, STATUS, RENEWAL\_STATUS, EXPORTED, IN\_USE, NOT\_BEFORE,
1589
+ # KEY\_ALGORITHM, TYPE, CERTIFICATE\_ARN, COMMON\_NAME, REVOKED\_AT,
1590
+ # RENEWAL\_ELIGIBILITY, ISSUED\_AT, MANAGED\_BY, EXPORT\_OPTION,
1591
+ # VALIDATION\_METHOD, and IMPORTED\_AT.
1592
+ #
1593
+ # @option params [String] :sort_order
1594
+ # Specifies the order of sorted results. Valid values are ASCENDING or
1595
+ # DESCENDING.
1596
+ #
1597
+ # @return [Types::SearchCertificatesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1598
+ #
1599
+ # * {Types::SearchCertificatesResponse#results #results} => Array&lt;Types::CertificateSearchResult&gt;
1600
+ # * {Types::SearchCertificatesResponse#next_token #next_token} => String
1601
+ #
1602
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1603
+ #
1604
+ # @example Request syntax with placeholder values
1605
+ #
1606
+ # resp = client.search_certificates({
1607
+ # filter_statement: {
1608
+ # and: [
1609
+ # {
1610
+ # # recursive CertificateFilterStatement
1611
+ # },
1612
+ # ],
1613
+ # or: [
1614
+ # {
1615
+ # # recursive CertificateFilterStatement
1616
+ # },
1617
+ # ],
1618
+ # not: {
1619
+ # # recursive CertificateFilterStatement
1620
+ # },
1621
+ # filter: {
1622
+ # certificate_arn: "Arn",
1623
+ # x509_attribute_filter: {
1624
+ # subject: {
1625
+ # common_name: {
1626
+ # value: "FilterString", # required
1627
+ # comparison_operator: "CONTAINS", # required, accepts CONTAINS, EQUALS
1628
+ # },
1629
+ # },
1630
+ # subject_alternative_name: {
1631
+ # dns_name: {
1632
+ # value: "FilterString", # required
1633
+ # comparison_operator: "CONTAINS", # required, accepts CONTAINS, EQUALS
1634
+ # },
1635
+ # },
1636
+ # extended_key_usage: "TLS_WEB_SERVER_AUTHENTICATION", # accepts TLS_WEB_SERVER_AUTHENTICATION, TLS_WEB_CLIENT_AUTHENTICATION, CODE_SIGNING, EMAIL_PROTECTION, TIME_STAMPING, OCSP_SIGNING, IPSEC_END_SYSTEM, IPSEC_TUNNEL, IPSEC_USER, ANY, NONE, CUSTOM
1637
+ # key_usage: "DIGITAL_SIGNATURE", # accepts DIGITAL_SIGNATURE, NON_REPUDIATION, KEY_ENCIPHERMENT, DATA_ENCIPHERMENT, KEY_AGREEMENT, CERTIFICATE_SIGNING, CRL_SIGNING, ENCIPHER_ONLY, DECIPHER_ONLY, ANY, CUSTOM
1638
+ # key_algorithm: "RSA_1024", # accepts RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1
1639
+ # serial_number: "SerialNumber",
1640
+ # not_after: {
1641
+ # start: Time.now,
1642
+ # end: Time.now,
1643
+ # },
1644
+ # not_before: {
1645
+ # start: Time.now,
1646
+ # end: Time.now,
1647
+ # },
1648
+ # },
1649
+ # acm_certificate_metadata_filter: {
1650
+ # status: "PENDING_VALIDATION", # accepts PENDING_VALIDATION, ISSUED, INACTIVE, EXPIRED, VALIDATION_TIMED_OUT, REVOKED, FAILED
1651
+ # renewal_status: "PENDING_AUTO_RENEWAL", # accepts PENDING_AUTO_RENEWAL, PENDING_VALIDATION, SUCCESS, FAILED
1652
+ # type: "IMPORTED", # accepts IMPORTED, AMAZON_ISSUED, PRIVATE
1653
+ # in_use: false,
1654
+ # exported: false,
1655
+ # export_option: "ENABLED", # accepts ENABLED, DISABLED
1656
+ # managed_by: "CLOUDFRONT", # accepts CLOUDFRONT
1657
+ # validation_method: "EMAIL", # accepts EMAIL, DNS, HTTP
1658
+ # },
1659
+ # },
1660
+ # },
1661
+ # max_results: 1,
1662
+ # next_token: "NextToken",
1663
+ # sort_by: "CREATED_AT", # accepts CREATED_AT, NOT_AFTER, STATUS, RENEWAL_STATUS, EXPORTED, IN_USE, NOT_BEFORE, KEY_ALGORITHM, TYPE, CERTIFICATE_ARN, COMMON_NAME, REVOKED_AT, RENEWAL_ELIGIBILITY, ISSUED_AT, MANAGED_BY, EXPORT_OPTION, VALIDATION_METHOD, IMPORTED_AT
1664
+ # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
1665
+ # })
1666
+ #
1667
+ # @example Response structure
1668
+ #
1669
+ # resp.results #=> Array
1670
+ # resp.results[0].certificate_arn #=> String
1671
+ # resp.results[0].x509_attributes.issuer.common_name #=> String
1672
+ # resp.results[0].x509_attributes.issuer.domain_components #=> Array
1673
+ # resp.results[0].x509_attributes.issuer.domain_components[0] #=> String
1674
+ # resp.results[0].x509_attributes.issuer.country #=> String
1675
+ # resp.results[0].x509_attributes.issuer.custom_attributes #=> Array
1676
+ # resp.results[0].x509_attributes.issuer.custom_attributes[0].object_identifier #=> String
1677
+ # resp.results[0].x509_attributes.issuer.custom_attributes[0].value #=> String
1678
+ # resp.results[0].x509_attributes.issuer.distinguished_name_qualifier #=> String
1679
+ # resp.results[0].x509_attributes.issuer.generation_qualifier #=> String
1680
+ # resp.results[0].x509_attributes.issuer.given_name #=> String
1681
+ # resp.results[0].x509_attributes.issuer.initials #=> String
1682
+ # resp.results[0].x509_attributes.issuer.locality #=> String
1683
+ # resp.results[0].x509_attributes.issuer.organization #=> String
1684
+ # resp.results[0].x509_attributes.issuer.organizational_unit #=> String
1685
+ # resp.results[0].x509_attributes.issuer.pseudonym #=> String
1686
+ # resp.results[0].x509_attributes.issuer.serial_number #=> String
1687
+ # resp.results[0].x509_attributes.issuer.state #=> String
1688
+ # resp.results[0].x509_attributes.issuer.surname #=> String
1689
+ # resp.results[0].x509_attributes.issuer.title #=> String
1690
+ # resp.results[0].x509_attributes.subject.common_name #=> String
1691
+ # resp.results[0].x509_attributes.subject.domain_components #=> Array
1692
+ # resp.results[0].x509_attributes.subject.domain_components[0] #=> String
1693
+ # resp.results[0].x509_attributes.subject.country #=> String
1694
+ # resp.results[0].x509_attributes.subject.custom_attributes #=> Array
1695
+ # resp.results[0].x509_attributes.subject.custom_attributes[0].object_identifier #=> String
1696
+ # resp.results[0].x509_attributes.subject.custom_attributes[0].value #=> String
1697
+ # resp.results[0].x509_attributes.subject.distinguished_name_qualifier #=> String
1698
+ # resp.results[0].x509_attributes.subject.generation_qualifier #=> String
1699
+ # resp.results[0].x509_attributes.subject.given_name #=> String
1700
+ # resp.results[0].x509_attributes.subject.initials #=> String
1701
+ # resp.results[0].x509_attributes.subject.locality #=> String
1702
+ # resp.results[0].x509_attributes.subject.organization #=> String
1703
+ # resp.results[0].x509_attributes.subject.organizational_unit #=> String
1704
+ # resp.results[0].x509_attributes.subject.pseudonym #=> String
1705
+ # resp.results[0].x509_attributes.subject.serial_number #=> String
1706
+ # resp.results[0].x509_attributes.subject.state #=> String
1707
+ # resp.results[0].x509_attributes.subject.surname #=> String
1708
+ # resp.results[0].x509_attributes.subject.title #=> String
1709
+ # resp.results[0].x509_attributes.subject_alternative_names #=> Array
1710
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.common_name #=> String
1711
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.domain_components #=> Array
1712
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.domain_components[0] #=> String
1713
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.country #=> String
1714
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.custom_attributes #=> Array
1715
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.custom_attributes[0].object_identifier #=> String
1716
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.custom_attributes[0].value #=> String
1717
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.distinguished_name_qualifier #=> String
1718
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.generation_qualifier #=> String
1719
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.given_name #=> String
1720
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.initials #=> String
1721
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.locality #=> String
1722
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.organization #=> String
1723
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.organizational_unit #=> String
1724
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.pseudonym #=> String
1725
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.serial_number #=> String
1726
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.state #=> String
1727
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.surname #=> String
1728
+ # resp.results[0].x509_attributes.subject_alternative_names[0].directory_name.title #=> String
1729
+ # resp.results[0].x509_attributes.subject_alternative_names[0].dns_name #=> String
1730
+ # resp.results[0].x509_attributes.subject_alternative_names[0].ip_address #=> String
1731
+ # resp.results[0].x509_attributes.subject_alternative_names[0].other_name.object_identifier #=> String
1732
+ # resp.results[0].x509_attributes.subject_alternative_names[0].other_name.value #=> String
1733
+ # resp.results[0].x509_attributes.subject_alternative_names[0].registered_id #=> String
1734
+ # resp.results[0].x509_attributes.subject_alternative_names[0].rfc_822_name #=> String
1735
+ # resp.results[0].x509_attributes.subject_alternative_names[0].uniform_resource_identifier #=> String
1736
+ # resp.results[0].x509_attributes.extended_key_usages #=> Array
1737
+ # resp.results[0].x509_attributes.extended_key_usages[0] #=> String, one of "TLS_WEB_SERVER_AUTHENTICATION", "TLS_WEB_CLIENT_AUTHENTICATION", "CODE_SIGNING", "EMAIL_PROTECTION", "TIME_STAMPING", "OCSP_SIGNING", "IPSEC_END_SYSTEM", "IPSEC_TUNNEL", "IPSEC_USER", "ANY", "NONE", "CUSTOM"
1738
+ # resp.results[0].x509_attributes.key_algorithm #=> String, one of "RSA_1024", "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1"
1739
+ # resp.results[0].x509_attributes.key_usages #=> Array
1740
+ # resp.results[0].x509_attributes.key_usages[0] #=> String, one of "DIGITAL_SIGNATURE", "NON_REPUDIATION", "KEY_ENCIPHERMENT", "DATA_ENCIPHERMENT", "KEY_AGREEMENT", "CERTIFICATE_SIGNING", "CRL_SIGNING", "ENCIPHER_ONLY", "DECIPHER_ONLY", "ANY", "CUSTOM"
1741
+ # resp.results[0].x509_attributes.serial_number #=> String
1742
+ # resp.results[0].x509_attributes.not_after #=> Time
1743
+ # resp.results[0].x509_attributes.not_before #=> Time
1744
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.created_at #=> Time
1745
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.exported #=> Boolean
1746
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.imported_at #=> Time
1747
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.in_use #=> Boolean
1748
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.issued_at #=> Time
1749
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.renewal_eligibility #=> String, one of "ELIGIBLE", "INELIGIBLE"
1750
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.revoked_at #=> Time
1751
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.status #=> String, one of "PENDING_VALIDATION", "ISSUED", "INACTIVE", "EXPIRED", "VALIDATION_TIMED_OUT", "REVOKED", "FAILED"
1752
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.renewal_status #=> String, one of "PENDING_AUTO_RENEWAL", "PENDING_VALIDATION", "SUCCESS", "FAILED"
1753
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.type #=> String, one of "IMPORTED", "AMAZON_ISSUED", "PRIVATE"
1754
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.export_option #=> String, one of "ENABLED", "DISABLED"
1755
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.managed_by #=> String, one of "CLOUDFRONT"
1756
+ # resp.results[0].certificate_metadata.acm_certificate_metadata.validation_method #=> String, one of "EMAIL", "DNS", "HTTP"
1757
+ # resp.next_token #=> String
1758
+ #
1759
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/SearchCertificates AWS API Documentation
1760
+ #
1761
+ # @overload search_certificates(params = {})
1762
+ # @param [Hash] params ({})
1763
+ def search_certificates(params = {}, options = {})
1764
+ req = build_request(:search_certificates, params)
1765
+ req.send_request(options)
1766
+ end
1767
+
1541
1768
  # Updates a certificate. You can use this function to specify whether to
1542
1769
  # opt in to or out of recording your certificate in a certificate
1543
1770
  # transparency log and exporting. For more information, see [ Opting Out
@@ -1602,7 +1829,7 @@ module Aws::ACM
1602
1829
  tracer: tracer
1603
1830
  )
1604
1831
  context[:gem_name] = 'aws-sdk-acm'
1605
- context[:gem_version] = '1.101.0'
1832
+ context[:gem_version] = '1.102.0'
1606
1833
  Seahorse::Client::Request.new(handlers, context)
1607
1834
  end
1608
1835