aws-sdk-acm 1.104.0 → 1.106.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: a2a7ae634209d1a9a8f503bbe2fd9824f3eaff8f731d41d7c59566e1e67a97fb
4
- data.tar.gz: 4254d682f0ab86a27453cdc751cb67fc65596f1d2cccf9ef077b9b24d0a92801
3
+ metadata.gz: 955a0d821c32185c3636da0feb8001ea2e89ddd34f518f95736f3580732cab96
4
+ data.tar.gz: 17fa99561f82d21efc4fc68ba858bb7b8745f7f4b07942ae6a8c8ee93ce75505
5
5
  SHA512:
6
- metadata.gz: 2b4aef04ebbd022ee0551c3458fba55262b724f2f3b5850a2d796ff1b520f3ab017d98dcddbaf1b17890c835ea9b5034e7ed7d8d5b65336b474659168460abe8
7
- data.tar.gz: 6041e938a1fbd85c62fd48ab7696d5e2c7001d960fe58e17a280524f6533f6dde13674d2fd2b7f668e01784ecc6cbcb81489de051d5d4581c10057c346f5dd52
6
+ metadata.gz: f95f4b4fc5a2b2a5294618f5297a6ae1e30584cb71803990ae993232cd289a69853dd6119100208fd1a68f2ce450fbfd61cd986fe7541c02e7b945da77e1cf16
7
+ data.tar.gz: ba94778f305bc5cfba0e78a5a65170ac71baa95604d7a4b390d9c144e97f856df3e46e79c64e8d24b0482cc52f4e7e5aa755419d0614b44087f2e521ea13266f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2026-06-12)
5
+ ------------------
6
+
7
+ * Feature - Certificate transparency logging opt-out is no longer available. Per compliance requirements, all public ACM certificates are automatically recorded in certificate transparency logs. The CertificateTransparencyLoggingPreference option is deprecated.
8
+
9
+ 1.105.0 (2026-05-21)
10
+ ------------------
11
+
12
+ * Feature - Adding new BDD representation of endpoint ruleset
13
+
4
14
  1.104.0 (2026-05-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.106.0
@@ -199,7 +199,7 @@ module Aws::ACM
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ACM
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1333,14 +1331,12 @@ module Aws::ACM
1333
1331
  # you can validate domain ownership.
1334
1332
  #
1335
1333
  # @option params [Types::CertificateOptions] :options
1336
- # You can use this parameter to specify whether to add the certificate
1337
- # to a certificate transparency log and export your certificate.
1334
+ # You can use this parameter to specify whether to export your
1335
+ # certificate.
1338
1336
  #
1339
- # Certificate transparency makes it possible to detect SSL/TLS
1340
- # certificates that have been mistakenly or maliciously issued.
1341
- # Certificates that have not been logged typically produce an error
1342
- # message in a browser. For more information, see [Opting Out of
1343
- # Certificate Transparency Logging][1].
1337
+ # Certificate transparency logging opt-out is no longer available. All
1338
+ # public certificates are recorded in a certificate transparency log.
1339
+ # For more information, see [Certificate Transparency Logging][1].
1344
1340
  #
1345
1341
  # You can export public ACM certificates to use with Amazon Web Services
1346
1342
  # services as well as outside the Amazon Web Services Cloud. For more
@@ -1349,7 +1345,7 @@ module Aws::ACM
1349
1345
  #
1350
1346
  #
1351
1347
  #
1352
- # [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency
1348
+ # [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency
1353
1349
  # [2]: https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html
1354
1350
  #
1355
1351
  # @option params [String] :certificate_authority_arn
@@ -1766,14 +1762,14 @@ module Aws::ACM
1766
1762
  end
1767
1763
 
1768
1764
  # Updates a certificate. You can use this function to specify whether to
1769
- # opt in to or out of recording your certificate in a certificate
1770
- # transparency log and exporting. For more information, see [ Opting Out
1771
- # of Certificate Transparency Logging][1] and [Certificate Manager
1772
- # Exportable Managed Certificates][2].
1765
+ # export your certificate. Certificate transparency logging opt-out is
1766
+ # no longer available. For more information, see [Certificate
1767
+ # Transparency Logging][1] and [Certificate Manager Exportable Managed
1768
+ # Certificates][2].
1773
1769
  #
1774
1770
  #
1775
1771
  #
1776
- # [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency
1772
+ # [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency
1777
1773
  # [2]: https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html
1778
1774
  #
1779
1775
  # @option params [required, String] :certificate_arn
@@ -1784,11 +1780,14 @@ module Aws::ACM
1784
1780
  #
1785
1781
  # @option params [required, Types::CertificateOptions] :options
1786
1782
  # Use to update the options for your certificate. Currently, you can
1787
- # specify whether to add your certificate to a transparency log or
1788
- # export your certificate. Certificate transparency makes it possible to
1789
- # detect SSL/TLS certificates that have been mistakenly or maliciously
1790
- # issued. Certificates that have not been logged typically produce an
1791
- # error message in a browser.
1783
+ # specify whether to export your certificate. Certificate transparency
1784
+ # logging opt-out is no longer available. All public certificates are
1785
+ # recorded in a certificate transparency log. For more information, see
1786
+ # [Certificate Transparency Logging][1].
1787
+ #
1788
+ #
1789
+ #
1790
+ # [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency
1792
1791
  #
1793
1792
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1794
1793
  #
@@ -1829,7 +1828,7 @@ module Aws::ACM
1829
1828
  tracer: tracer
1830
1829
  )
1831
1830
  context[:gem_name] = 'aws-sdk-acm'
1832
- context[:gem_version] = '1.104.0'
1831
+ context[:gem_version] = '1.106.0'
1833
1832
  Seahorse::Client::Request.new(handlers, context)
1834
1833
  end
1835
1834
 
@@ -257,7 +257,7 @@ module Aws::ACM
257
257
  CertificateMetadata.add_member_subclass(:unknown, Types::CertificateMetadata::Unknown)
258
258
  CertificateMetadata.struct_class = Types::CertificateMetadata
259
259
 
260
- CertificateOptions.add_member(:certificate_transparency_logging_preference, Shapes::ShapeRef.new(shape: CertificateTransparencyLoggingPreference, location_name: "CertificateTransparencyLoggingPreference"))
260
+ CertificateOptions.add_member(:certificate_transparency_logging_preference, Shapes::ShapeRef.new(shape: CertificateTransparencyLoggingPreference, deprecated: true, location_name: "CertificateTransparencyLoggingPreference", metadata: {"deprecatedMessage" => "Certificate transparency logging opt-out is no longer available.", "deprecatedSince" => "12th June 2026"}))
261
261
  CertificateOptions.add_member(:export, Shapes::ShapeRef.new(shape: CertificateExport, location_name: "Export"))
262
262
  CertificateOptions.struct_class = Types::CertificateOptions
263
263
 
@@ -400,12 +400,9 @@ module Aws::ACM
400
400
  # @return [String]
401
401
  #
402
402
  # @!attribute [rw] options
403
- # Value that specifies whether to add the certificate to a
404
- # transparency log. Certificate transparency makes it possible to
405
- # detect SSL certificates that have been mistakenly or maliciously
406
- # issued. A browser might respond to certificate that has not been
407
- # logged by showing an error message. The logs are cryptographically
408
- # secure.
403
+ # Contains the certificate options. Certificate transparency logging
404
+ # opt-out is no longer available. All public certificates are recorded
405
+ # in a certificate transparency log.
409
406
  # @return [Types::CertificateOptions]
410
407
  #
411
408
  # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/CertificateDetail AWS API Documentation
@@ -539,15 +536,11 @@ module Aws::ACM
539
536
  end
540
537
 
541
538
  # Structure that contains options for your certificate. You can use this
542
- # structure to specify whether to opt in to or out of certificate
543
- # transparency logging and export your certificate.
539
+ # structure to specify whether to export your certificate.
544
540
  #
545
- # Some browsers require that public certificates issued for your domain
546
- # be recorded in a log. Certificates that are not logged typically
547
- # generate a browser error. Transparency makes it possible for you to
548
- # detect SSL/TLS certificates that have been mistakenly or maliciously
549
- # issued for your domain. For general information, see [Certificate
550
- # Transparency Logging][1].
541
+ # Certificate transparency logging opt-out is no longer available. All
542
+ # public certificates are recorded in a certificate transparency log.
543
+ # For general information, see [Certificate Transparency Logging][1].
551
544
  #
552
545
  # You can export public ACM certificates to use with Amazon Web Services
553
546
  # services as well as outside Amazon Web Services Cloud. For more
@@ -560,8 +553,9 @@ module Aws::ACM
560
553
  # [2]: https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html
561
554
  #
562
555
  # @!attribute [rw] certificate_transparency_logging_preference
563
- # You can opt out of certificate transparency logging by specifying
564
- # the `DISABLED` option. Opt in by specifying `ENABLED`.
556
+ # This parameter has been deprecated. Certificate transparency logging
557
+ # opt-out is no longer available. All public certificates are recorded
558
+ # in a certificate transparency log.
565
559
  # @return [String]
566
560
  #
567
561
  # @!attribute [rw] export
@@ -1916,14 +1910,12 @@ module Aws::ACM
1916
1910
  # @return [Array<Types::DomainValidationOption>]
1917
1911
  #
1918
1912
  # @!attribute [rw] options
1919
- # You can use this parameter to specify whether to add the certificate
1920
- # to a certificate transparency log and export your certificate.
1913
+ # You can use this parameter to specify whether to export your
1914
+ # certificate.
1921
1915
  #
1922
- # Certificate transparency makes it possible to detect SSL/TLS
1923
- # certificates that have been mistakenly or maliciously issued.
1924
- # Certificates that have not been logged typically produce an error
1925
- # message in a browser. For more information, see [Opting Out of
1926
- # Certificate Transparency Logging][1].
1916
+ # Certificate transparency logging opt-out is no longer available. All
1917
+ # public certificates are recorded in a certificate transparency log.
1918
+ # For more information, see [Certificate Transparency Logging][1].
1927
1919
  #
1928
1920
  # You can export public ACM certificates to use with Amazon Web
1929
1921
  # Services services as well as outside the Amazon Web Services Cloud.
@@ -1932,7 +1924,7 @@ module Aws::ACM
1932
1924
  #
1933
1925
  #
1934
1926
  #
1935
- # [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency
1927
+ # [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency
1936
1928
  # [2]: https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html
1937
1929
  # @return [Types::CertificateOptions]
1938
1930
  #
@@ -2398,11 +2390,14 @@ module Aws::ACM
2398
2390
  #
2399
2391
  # @!attribute [rw] options
2400
2392
  # Use to update the options for your certificate. Currently, you can
2401
- # specify whether to add your certificate to a transparency log or
2402
- # export your certificate. Certificate transparency makes it possible
2403
- # to detect SSL/TLS certificates that have been mistakenly or
2404
- # maliciously issued. Certificates that have not been logged typically
2405
- # produce an error message in a browser.
2393
+ # specify whether to export your certificate. Certificate transparency
2394
+ # logging opt-out is no longer available. All public certificates are
2395
+ # recorded in a certificate transparency log. For more information,
2396
+ # see [Certificate Transparency Logging][1].
2397
+ #
2398
+ #
2399
+ #
2400
+ # [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency
2406
2401
  # @return [Types::CertificateOptions]
2407
2402
  #
2408
2403
  # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/UpdateCertificateOptionsRequest AWS API Documentation
data/lib/aws-sdk-acm.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ACM
55
55
  autoload :EndpointProvider, 'aws-sdk-acm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-acm/endpoints'
57
57
 
58
- GEM_VERSION = '1.104.0'
58
+ GEM_VERSION = '1.106.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.104.0
4
+ version: 1.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement