aws-sdk-acmpca 1.35.0 → 1.36.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: d04817022fa4367102b398d2f979e2f076f2a9289beaf9f9b789f9a3405f1904
4
- data.tar.gz: 40e3ddf003ceaa3c2390f4112a9648eb8fca9357f287af74585531fdfc518047
3
+ metadata.gz: 6f3a3088e948b635c92f274b880ceb55aa7dafd77799a3f19af7b2171c38f982
4
+ data.tar.gz: ed00f35cdce2863f478e50e1597eea47cf92bdc518c071fb7e544d9c6bc6497a
5
5
  SHA512:
6
- metadata.gz: 9ce075366b23fb423a85d72b845980d37e1c370dce89b72159973df33ebad843aec8b839d188fd90988fac0e307a6e60b51036eb5e05694e7a52e6a950c3b811
7
- data.tar.gz: 0f7dbdcdcb82244e9d57792407ecc8a94f59862360959d6d5dc843ab3671497b650882e90b8b7cef804e755f4e415688a45923e6f12e7a7db3b0708e0a9f7d69
6
+ metadata.gz: 0c574e23bf71374dfd49579ce35aa830dac961fd033b03e324f63e30ff9114583610b2fcee9f7d5032e59de1d075de315cb71a51d80567bffbfb93d78a2211bf
7
+ data.tar.gz: 0df701f48febe1dbe26fa232ad220bcb6204b2627d972b5fbf8e206ad76ed5e2b7b4b265827e9977b1ad80a1bda064907b338469c40b991258a7e967a2ac90ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2021-05-26)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.35.0 (2021-05-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -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.35.0'
52
+ GEM_VERSION = '1.36.0'
53
53
 
54
54
  end
@@ -400,12 +400,13 @@ module Aws::ACMPCA
400
400
  #
401
401
  # Default: FIPS\_140\_2\_LEVEL\_3\_OR\_HIGHER
402
402
  #
403
- # Note: AWS Region ap-northeast-3 supports only
404
- # FIPS\_140\_2\_LEVEL\_2\_OR\_HIGHER. You must explicitly specify this
405
- # parameter and value when creating a CA in that Region. Specifying a
406
- # different value (or no value) results in an `InvalidArgsException`
407
- # with the message "A certificate authority cannot be created in this
408
- # region with the specified security standard."
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.35.0'
2364
+ context[:gem_version] = '1.36.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"))
@@ -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: AWS Region ap-northeast-3 supports only
811
- # FIPS\_140\_2\_LEVEL\_2\_OR\_HIGHER. You must explicitly specify this
812
- # parameter and value when creating a CA in that Region. Specifying a
813
- # different value (or no value) results in an `InvalidArgsException`
814
- # with the message "A certificate authority cannot be created in this
815
- # region with the specified security standard."
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 your
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
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.35.0
4
+ version: 1.36.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-05-04 00:00:00.000000000 Z
11
+ date: 2021-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core