aws-sdk-acmpca 1.35.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acmpca/client.rb +12 -7
- data/lib/aws-sdk-acmpca/client_api.rb +2 -0
- data/lib/aws-sdk-acmpca/types.rb +42 -9
- data/lib/aws-sdk-acmpca.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fa9d7439b8b21d4ef93900a5e57d6dd8ddefd43e89cfbc0597228299b5f05f8
|
4
|
+
data.tar.gz: '087343fa72170890880edd39fa9b907a9fa949578ecaf0fbc603069c784ba794'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7091bb3c5628289d193e0986479679cf1960b167a7e8448f09c8da966324a0dd820cd92d7907f70fe610896ff9067478668e84f18ee1713d7125d3d4543ffe92
|
7
|
+
data.tar.gz: f8c1ee3a1fd9b076d88bb3122f14fc9445bd3ad5d5871cf8a17bbaf455ce823c122dc7a41a215e05737cf66e1a9d822987c64c4b0f68f6a7914bc226f3339bb2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.39.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.38.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.37.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.36.0 (2021-05-26)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release enables customers to store CRLs in S3 buckets with Block Public Access enabled. The release adds the S3ObjectAcl parameter to the CreateCertificateAuthority and UpdateCertificateAuthority APIs to allow customers to choose whether their CRL will be publicly available.
|
23
|
+
|
4
24
|
1.35.0 (2021-05-04)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.0
|
@@ -400,12 +400,13 @@ module Aws::ACMPCA
|
|
400
400
|
#
|
401
401
|
# Default: FIPS\_140\_2\_LEVEL\_3\_OR\_HIGHER
|
402
402
|
#
|
403
|
-
# Note:
|
404
|
-
#
|
405
|
-
#
|
406
|
-
#
|
407
|
-
# with the message "A certificate authority
|
408
|
-
# region with the specified security
|
403
|
+
# Note: `FIPS_140_2_LEVEL_3_OR_HIGHER` is not supported in Region
|
404
|
+
# ap-northeast-3. When creating a CA in the ap-northeast-3, you must
|
405
|
+
# provide `FIPS_140_2_LEVEL_2_OR_HIGHER` as the argument for
|
406
|
+
# `KeyStorageSecurityStandard`. Failure to do this results in an
|
407
|
+
# `InvalidArgsException` with the message, "A certificate authority
|
408
|
+
# cannot be created in this region with the specified security
|
409
|
+
# standard."
|
409
410
|
#
|
410
411
|
# @option params [Array<Types::Tag>] :tags
|
411
412
|
# Key-value pairs that will be attached to the new private CA. You can
|
@@ -502,6 +503,7 @@ module Aws::ACMPCA
|
|
502
503
|
# expiration_in_days: 1,
|
503
504
|
# custom_cname: "String253",
|
504
505
|
# s3_bucket_name: "String3To255",
|
506
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
505
507
|
# },
|
506
508
|
# },
|
507
509
|
# certificate_authority_type: "ROOT", # required, accepts ROOT, SUBORDINATE
|
@@ -996,6 +998,7 @@ module Aws::ACMPCA
|
|
996
998
|
# resp.certificate_authority.revocation_configuration.crl_configuration.expiration_in_days #=> Integer
|
997
999
|
# resp.certificate_authority.revocation_configuration.crl_configuration.custom_cname #=> String
|
998
1000
|
# resp.certificate_authority.revocation_configuration.crl_configuration.s3_bucket_name #=> String
|
1001
|
+
# resp.certificate_authority.revocation_configuration.crl_configuration.s3_object_acl #=> String, one of "PUBLIC_READ", "BUCKET_OWNER_FULL_CONTROL"
|
999
1002
|
# resp.certificate_authority.restorable_until #=> Time
|
1000
1003
|
# resp.certificate_authority.key_storage_security_standard #=> String, one of "FIPS_140_2_LEVEL_2_OR_HIGHER", "FIPS_140_2_LEVEL_3_OR_HIGHER"
|
1001
1004
|
#
|
@@ -1801,6 +1804,7 @@ module Aws::ACMPCA
|
|
1801
1804
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.expiration_in_days #=> Integer
|
1802
1805
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.custom_cname #=> String
|
1803
1806
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.s3_bucket_name #=> String
|
1807
|
+
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.s3_object_acl #=> String, one of "PUBLIC_READ", "BUCKET_OWNER_FULL_CONTROL"
|
1804
1808
|
# resp.certificate_authorities[0].restorable_until #=> Time
|
1805
1809
|
# resp.certificate_authorities[0].key_storage_security_standard #=> String, one of "FIPS_140_2_LEVEL_2_OR_HIGHER", "FIPS_140_2_LEVEL_3_OR_HIGHER"
|
1806
1810
|
# resp.next_token #=> String
|
@@ -2329,6 +2333,7 @@ module Aws::ACMPCA
|
|
2329
2333
|
# expiration_in_days: 1,
|
2330
2334
|
# custom_cname: "String253",
|
2331
2335
|
# s3_bucket_name: "String3To255",
|
2336
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
2332
2337
|
# },
|
2333
2338
|
# },
|
2334
2339
|
# status: "CREATING", # accepts CREATING, PENDING_CERTIFICATE, ACTIVE, DELETED, DISABLED, EXPIRED, FAILED
|
@@ -2356,7 +2361,7 @@ module Aws::ACMPCA
|
|
2356
2361
|
params: params,
|
2357
2362
|
config: config)
|
2358
2363
|
context[:gem_name] = 'aws-sdk-acmpca'
|
2359
|
-
context[:gem_version] = '1.
|
2364
|
+
context[:gem_version] = '1.39.0'
|
2360
2365
|
Seahorse::Client::Request.new(handlers, context)
|
2361
2366
|
end
|
2362
2367
|
|
@@ -126,6 +126,7 @@ module Aws::ACMPCA
|
|
126
126
|
RevokeCertificateRequest = Shapes::StructureShape.new(name: 'RevokeCertificateRequest')
|
127
127
|
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
128
128
|
S3Key = Shapes::StringShape.new(name: 'S3Key')
|
129
|
+
S3ObjectAcl = Shapes::StringShape.new(name: 'S3ObjectAcl')
|
129
130
|
SigningAlgorithm = Shapes::StringShape.new(name: 'SigningAlgorithm')
|
130
131
|
String = Shapes::StringShape.new(name: 'String')
|
131
132
|
String128 = Shapes::StringShape.new(name: 'String128')
|
@@ -244,6 +245,7 @@ module Aws::ACMPCA
|
|
244
245
|
CrlConfiguration.add_member(:expiration_in_days, Shapes::ShapeRef.new(shape: Integer1To5000, location_name: "ExpirationInDays", metadata: {"box"=>true}))
|
245
246
|
CrlConfiguration.add_member(:custom_cname, Shapes::ShapeRef.new(shape: String253, location_name: "CustomCname"))
|
246
247
|
CrlConfiguration.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String3To255, location_name: "S3BucketName"))
|
248
|
+
CrlConfiguration.add_member(:s3_object_acl, Shapes::ShapeRef.new(shape: S3ObjectAcl, location_name: "S3ObjectAcl"))
|
247
249
|
CrlConfiguration.struct_class = Types::CrlConfiguration
|
248
250
|
|
249
251
|
CsrExtensions.add_member(:key_usage, Shapes::ShapeRef.new(shape: KeyUsage, location_name: "KeyUsage"))
|
data/lib/aws-sdk-acmpca/types.rb
CHANGED
@@ -754,6 +754,7 @@ module Aws::ACMPCA
|
|
754
754
|
# expiration_in_days: 1,
|
755
755
|
# custom_cname: "String253",
|
756
756
|
# s3_bucket_name: "String3To255",
|
757
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
757
758
|
# },
|
758
759
|
# },
|
759
760
|
# certificate_authority_type: "ROOT", # required, accepts ROOT, SUBORDINATE
|
@@ -807,12 +808,13 @@ module Aws::ACMPCA
|
|
807
808
|
#
|
808
809
|
# Default: FIPS\_140\_2\_LEVEL\_3\_OR\_HIGHER
|
809
810
|
#
|
810
|
-
# Note:
|
811
|
-
#
|
812
|
-
#
|
813
|
-
#
|
814
|
-
# with the message "A certificate authority
|
815
|
-
# region with the specified security
|
811
|
+
# Note: `FIPS_140_2_LEVEL_3_OR_HIGHER` is not supported in Region
|
812
|
+
# ap-northeast-3. When creating a CA in the ap-northeast-3, you must
|
813
|
+
# provide `FIPS_140_2_LEVEL_2_OR_HIGHER` as the argument for
|
814
|
+
# `KeyStorageSecurityStandard`. Failure to do this results in an
|
815
|
+
# `InvalidArgsException` with the message, "A certificate authority
|
816
|
+
# cannot be created in this region with the specified security
|
817
|
+
# standard."
|
816
818
|
# @return [String]
|
817
819
|
#
|
818
820
|
# @!attribute [rw] tags
|
@@ -984,6 +986,7 @@ module Aws::ACMPCA
|
|
984
986
|
# expiration_in_days: 1,
|
985
987
|
# custom_cname: "String253",
|
986
988
|
# s3_bucket_name: "String3To255",
|
989
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
987
990
|
# }
|
988
991
|
#
|
989
992
|
# @!attribute [rw] enabled
|
@@ -1016,12 +1019,39 @@ module Aws::ACMPCA
|
|
1016
1019
|
# is placed into the **CRL Distribution Points** extension of the
|
1017
1020
|
# issued certificate. You can change the name of your bucket by
|
1018
1021
|
# calling the [UpdateCertificateAuthority][1] action. You must specify
|
1019
|
-
# a bucket policy that allows ACM Private CA to write the CRL to
|
1020
|
-
# bucket.
|
1022
|
+
# a [bucket policy][2] that allows ACM Private CA to write the CRL to
|
1023
|
+
# your bucket.
|
1021
1024
|
#
|
1022
1025
|
#
|
1023
1026
|
#
|
1024
1027
|
# [1]: https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html
|
1028
|
+
# [2]: https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies
|
1029
|
+
# @return [String]
|
1030
|
+
#
|
1031
|
+
# @!attribute [rw] s3_object_acl
|
1032
|
+
# Determines whether the CRL will be publicly readable or privately
|
1033
|
+
# held in the CRL Amazon S3 bucket. If you choose PUBLIC\_READ, the
|
1034
|
+
# CRL will be accessible over the public internet. If you choose
|
1035
|
+
# BUCKET\_OWNER\_FULL\_CONTROL, only the owner of the CRL S3 bucket
|
1036
|
+
# can access the CRL, and your PKI clients may need an alternative
|
1037
|
+
# method of access.
|
1038
|
+
#
|
1039
|
+
# If no value is specified, the default is `PUBLIC_READ`.
|
1040
|
+
#
|
1041
|
+
# *Note:* This default can cause CA creation to fail in some
|
1042
|
+
# circumstances. If you have have enabled the Block Public Access
|
1043
|
+
# (BPA) feature in your S3 account, then you must specify the value of
|
1044
|
+
# this parameter as `BUCKET_OWNER_FULL_CONTROL`, and not doing so
|
1045
|
+
# results in an error. If you have disabled BPA in S3, then you can
|
1046
|
+
# specify either `BUCKET_OWNER_FULL_CONTROL` or `PUBLIC_READ` as the
|
1047
|
+
# value.
|
1048
|
+
#
|
1049
|
+
# For more information, see [Blocking public access to the S3
|
1050
|
+
# bucket][1].
|
1051
|
+
#
|
1052
|
+
#
|
1053
|
+
#
|
1054
|
+
# [1]: https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-bpa
|
1025
1055
|
# @return [String]
|
1026
1056
|
#
|
1027
1057
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CrlConfiguration AWS API Documentation
|
@@ -1030,7 +1060,8 @@ module Aws::ACMPCA
|
|
1030
1060
|
:enabled,
|
1031
1061
|
:expiration_in_days,
|
1032
1062
|
:custom_cname,
|
1033
|
-
:s3_bucket_name
|
1063
|
+
:s3_bucket_name,
|
1064
|
+
:s3_object_acl)
|
1034
1065
|
SENSITIVE = []
|
1035
1066
|
include Aws::Structure
|
1036
1067
|
end
|
@@ -2868,6 +2899,7 @@ module Aws::ACMPCA
|
|
2868
2899
|
# expiration_in_days: 1,
|
2869
2900
|
# custom_cname: "String253",
|
2870
2901
|
# s3_bucket_name: "String3To255",
|
2902
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
2871
2903
|
# },
|
2872
2904
|
# }
|
2873
2905
|
#
|
@@ -3073,6 +3105,7 @@ module Aws::ACMPCA
|
|
3073
3105
|
# expiration_in_days: 1,
|
3074
3106
|
# custom_cname: "String253",
|
3075
3107
|
# s3_bucket_name: "String3To255",
|
3108
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
3076
3109
|
# },
|
3077
3110
|
# },
|
3078
3111
|
# status: "CREATING", # accepts CREATING, PENDING_CERTIFICATE, ACTIVE, DELETED, DISABLED, EXPIRED, FAILED
|
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.39.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: 2021-
|
11
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.120.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
77
|
requirements:
|
78
78
|
- - ">="
|
79
79
|
- !ruby/object:Gem::Version
|
80
|
-
version: '
|
80
|
+
version: '2.3'
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
82
|
requirements:
|
83
83
|
- - ">="
|