aws-sdk-acmpca 1.48.0 → 1.49.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acmpca/client.rb +10 -4
- data/lib/aws-sdk-acmpca/types.rb +9 -9
- data/lib/aws-sdk-acmpca.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a68035efe70685c51e54df7849d02337ab1ed8055de98c659b0537a81271b709
|
|
4
|
+
data.tar.gz: cd8092280a1c134272eaab5bbb70de6ad8d908cc1636575cd6af72ca01d38a4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bd3680eff0c321ebc29d32e3c1b872131fb29d49f621deb2c7dba50d069fd8fd51fb5ca588ddf7183aecf8411638d80f407e5b826faf4923bcf5ddc397413d0
|
|
7
|
+
data.tar.gz: 95e81fd32a6da57c832b1a1ee66010f361cf73214108dcb0e2b0e624a6375e66838b124611ae76e49ff353f70fb1d4c7defc1c3554379aaf694e3c95886c8cdd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
430
|
-
#
|
|
431
|
-
#
|
|
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.
|
|
2475
|
+
context[:gem_version] = '1.49.0'
|
|
2470
2476
|
Seahorse::Client::Request.new(handlers, context)
|
|
2471
2477
|
end
|
|
2472
2478
|
|
data/lib/aws-sdk-acmpca/types.rb
CHANGED
|
@@ -887,9 +887,15 @@ module Aws::ACMPCA
|
|
|
887
887
|
#
|
|
888
888
|
# Default: FIPS\_140\_2\_LEVEL\_3\_OR\_HIGHER
|
|
889
889
|
#
|
|
890
|
-
# Note
|
|
891
|
-
#
|
|
892
|
-
#
|
|
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
|
data/lib/aws-sdk-acmpca.rb
CHANGED
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.
|
|
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-
|
|
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
|