aws-sdk-acmpca 1.48.0 → 1.49.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: 9d5e73b72e120fe6f31fdb18760aa8a128be5cc432116ce6084da30f9e8d3140
4
- data.tar.gz: 85d9985fb896de12f98b252e9ed8608a056bd4dd98faf9b7f80530dc2e6049d4
3
+ metadata.gz: a68035efe70685c51e54df7849d02337ab1ed8055de98c659b0537a81271b709
4
+ data.tar.gz: cd8092280a1c134272eaab5bbb70de6ad8d908cc1636575cd6af72ca01d38a4e
5
5
  SHA512:
6
- metadata.gz: a7f3210122e4e950a70270cdc69afa4f776e9ef3f73e5fbc7cb863d1e27910818bf909b461af3de8d3f574b9629d5c8d36563211e3d4f0f40f44ce053b71046d
7
- data.tar.gz: 2d2e4e53f928df205f5c5624c502d17af55bf3c2d798ac821575380fb12dd59ece4369e7cff091183e2ebbc8bb271e3fb17ff92c74a6cbbce5d2bf12a343df57
6
+ metadata.gz: 0bd3680eff0c321ebc29d32e3c1b872131fb29d49f621deb2c7dba50d069fd8fd51fb5ca588ddf7183aecf8411638d80f407e5b826faf4923bcf5ddc397413d0
7
+ data.tar.gz: 95e81fd32a6da57c832b1a1ee66010f361cf73214108dcb0e2b0e624a6375e66838b124611ae76e49ff353f70fb1d4c7defc1c3554379aaf694e3c95886c8cdd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2022-07-20)
5
+ ------------------
6
+
7
+ * Feature - AWS Certificate Manager (ACM) Private Certificate Authority (PCA) documentation updates
8
+
4
9
  1.48.0 (2022-03-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -426,9 +426,15 @@ module Aws::ACMPCA
426
426
  #
427
427
  # Default: FIPS\_140\_2\_LEVEL\_3\_OR\_HIGHER
428
428
  #
429
- # Note: `FIPS_140_2_LEVEL_3_OR_HIGHER` is not supported in Region
430
- # ap-northeast-3. When creating a CA in the ap-northeast-3, you must
431
- # provide `FIPS_140_2_LEVEL_2_OR_HIGHER` as the argument for
429
+ # *Note:* `FIPS_140_2_LEVEL_3_OR_HIGHER` is not supported in the
430
+ # following Regions:
431
+ #
432
+ # * ap-northeast-3
433
+ #
434
+ # * ap-southeast-3
435
+ #
436
+ # When creating a CA in these Regions, you must provide
437
+ # `FIPS_140_2_LEVEL_2_OR_HIGHER` as the argument for
432
438
  # `KeyStorageSecurityStandard`. Failure to do this results in an
433
439
  # `InvalidArgsException` with the message, "A certificate authority
434
440
  # cannot be created in this region with the specified security
@@ -2466,7 +2472,7 @@ module Aws::ACMPCA
2466
2472
  params: params,
2467
2473
  config: config)
2468
2474
  context[:gem_name] = 'aws-sdk-acmpca'
2469
- context[:gem_version] = '1.48.0'
2475
+ context[:gem_version] = '1.49.0'
2470
2476
  Seahorse::Client::Request.new(handlers, context)
2471
2477
  end
2472
2478
 
@@ -887,9 +887,15 @@ module Aws::ACMPCA
887
887
  #
888
888
  # Default: FIPS\_140\_2\_LEVEL\_3\_OR\_HIGHER
889
889
  #
890
- # Note: `FIPS_140_2_LEVEL_3_OR_HIGHER` is not supported in Region
891
- # ap-northeast-3. When creating a CA in the ap-northeast-3, you must
892
- # provide `FIPS_140_2_LEVEL_2_OR_HIGHER` as the argument for
890
+ # *Note:* `FIPS_140_2_LEVEL_3_OR_HIGHER` is not supported in the
891
+ # following Regions:
892
+ #
893
+ # * ap-northeast-3
894
+ #
895
+ # * ap-southeast-3
896
+ #
897
+ # When creating a CA in these Regions, you must provide
898
+ # `FIPS_140_2_LEVEL_2_OR_HIGHER` as the argument for
893
899
  # `KeyStorageSecurityStandard`. Failure to do this results in an
894
900
  # `InvalidArgsException` with the message, "A certificate authority
895
901
  # cannot be created in this region with the specified security
@@ -1721,15 +1727,9 @@ module Aws::ACMPCA
1721
1727
  # the critical flag. For more information, see the [Global OID
1722
1728
  # reference database.][1]
1723
1729
  #
1724
- # <note markdown="1"> The OID value of a [CustomExtension][2] must not match the OID of a
1725
- # predefined extension.
1726
- #
1727
- # </note>
1728
- #
1729
1730
  #
1730
1731
  #
1731
1732
  # [1]: https://oidref.com/2.5.29
1732
- # [2]: https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CustomExtension.html
1733
1733
  # @return [Array<Types::CustomExtension>]
1734
1734
  #
1735
1735
  # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/Extensions AWS API Documentation
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-acmpca/customizations'
49
49
  # @!group service
50
50
  module Aws::ACMPCA
51
51
 
52
- GEM_VERSION = '1.48.0'
52
+ GEM_VERSION = '1.49.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acmpca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core