aws-sdk-acmpca 1.49.0 → 1.50.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: a68035efe70685c51e54df7849d02337ab1ed8055de98c659b0537a81271b709
4
- data.tar.gz: cd8092280a1c134272eaab5bbb70de6ad8d908cc1636575cd6af72ca01d38a4e
3
+ metadata.gz: 05e21752805d796c4ee23b5fe338fa0cf6a93ba097d5627ae0b4d51a65601726
4
+ data.tar.gz: 967715dbdf0a69e677a5575b759f68b6b202d9370570f67dfce0e86ddfcd3c3e
5
5
  SHA512:
6
- metadata.gz: 0bd3680eff0c321ebc29d32e3c1b872131fb29d49f621deb2c7dba50d069fd8fd51fb5ca588ddf7183aecf8411638d80f407e5b826faf4923bcf5ddc397413d0
7
- data.tar.gz: 95e81fd32a6da57c832b1a1ee66010f361cf73214108dcb0e2b0e624a6375e66838b124611ae76e49ff353f70fb1d4c7defc1c3554379aaf694e3c95886c8cdd
6
+ metadata.gz: 74aa38c3f50ec94cc13f736ba36f1fab8c4beee05e533db3cec0f524420fe32f058c531e36dbbcd09e4841eb9509d2c4eb29ffbb2ffe1a30db889150975745c0
7
+ data.tar.gz: 7b0bf7646c5d66e93e56786330c721855f48f60f2f1b33237f05e553605a3daa6723b2e8beeb9c0243bc7f025cc2ccabf2ddaf59ac969d4d151e1b36e492006e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2022-10-24)
5
+ ------------------
6
+
7
+ * Feature - AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.
8
+
4
9
  1.49.0 (2022-07-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -450,6 +450,14 @@ module Aws::ACMPCA
450
450
  #
451
451
  # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html
452
452
  #
453
+ # @option params [String] :usage_mode
454
+ # Specifies whether the CA issues general-purpose certificates that
455
+ # typically require a revocation mechanism, or short-lived certificates
456
+ # that may optionally omit revocation because they expire quickly.
457
+ # Short-lived certificate validity is limited to seven days.
458
+ #
459
+ # The default value is GENERAL\_PURPOSE.
460
+ #
453
461
  # @return [Types::CreateCertificateAuthorityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
454
462
  #
455
463
  # * {Types::CreateCertificateAuthorityResponse#certificate_authority_arn #certificate_authority_arn} => String
@@ -563,6 +571,7 @@ module Aws::ACMPCA
563
571
  # value: "TagValue",
564
572
  # },
565
573
  # ],
574
+ # usage_mode: "GENERAL_PURPOSE", # accepts GENERAL_PURPOSE, SHORT_LIVED_CERTIFICATE
566
575
  # })
567
576
  #
568
577
  # @example Response structure
@@ -1065,6 +1074,7 @@ module Aws::ACMPCA
1065
1074
  # resp.certificate_authority.revocation_configuration.ocsp_configuration.ocsp_custom_cname #=> String
1066
1075
  # resp.certificate_authority.restorable_until #=> Time
1067
1076
  # resp.certificate_authority.key_storage_security_standard #=> String, one of "FIPS_140_2_LEVEL_2_OR_HIGHER", "FIPS_140_2_LEVEL_3_OR_HIGHER"
1077
+ # resp.certificate_authority.usage_mode #=> String, one of "GENERAL_PURPOSE", "SHORT_LIVED_CERTIFICATE"
1068
1078
  #
1069
1079
  # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/DescribeCertificateAuthority AWS API Documentation
1070
1080
  #
@@ -1904,6 +1914,7 @@ module Aws::ACMPCA
1904
1914
  # resp.certificate_authorities[0].revocation_configuration.ocsp_configuration.ocsp_custom_cname #=> String
1905
1915
  # resp.certificate_authorities[0].restorable_until #=> Time
1906
1916
  # 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"
1917
+ # resp.certificate_authorities[0].usage_mode #=> String, one of "GENERAL_PURPOSE", "SHORT_LIVED_CERTIFICATE"
1907
1918
  # resp.next_token #=> String
1908
1919
  #
1909
1920
  # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/ListCertificateAuthorities AWS API Documentation
@@ -2472,7 +2483,7 @@ module Aws::ACMPCA
2472
2483
  params: params,
2473
2484
  config: config)
2474
2485
  context[:gem_name] = 'aws-sdk-acmpca'
2475
- context[:gem_version] = '1.49.0'
2486
+ context[:gem_version] = '1.50.0'
2476
2487
  Seahorse::Client::Request.new(handlers, context)
2477
2488
  end
2478
2489
 
@@ -35,6 +35,7 @@ module Aws::ACMPCA
35
35
  CertificateAuthorityConfiguration = Shapes::StructureShape.new(name: 'CertificateAuthorityConfiguration')
36
36
  CertificateAuthorityStatus = Shapes::StringShape.new(name: 'CertificateAuthorityStatus')
37
37
  CertificateAuthorityType = Shapes::StringShape.new(name: 'CertificateAuthorityType')
38
+ CertificateAuthorityUsageMode = Shapes::StringShape.new(name: 'CertificateAuthorityUsageMode')
38
39
  CertificateBody = Shapes::StringShape.new(name: 'CertificateBody')
39
40
  CertificateBodyBlob = Shapes::BlobShape.new(name: 'CertificateBodyBlob')
40
41
  CertificateChain = Shapes::StringShape.new(name: 'CertificateChain')
@@ -207,6 +208,7 @@ module Aws::ACMPCA
207
208
  CertificateAuthority.add_member(:revocation_configuration, Shapes::ShapeRef.new(shape: RevocationConfiguration, location_name: "RevocationConfiguration"))
208
209
  CertificateAuthority.add_member(:restorable_until, Shapes::ShapeRef.new(shape: TStamp, location_name: "RestorableUntil"))
209
210
  CertificateAuthority.add_member(:key_storage_security_standard, Shapes::ShapeRef.new(shape: KeyStorageSecurityStandard, location_name: "KeyStorageSecurityStandard"))
211
+ CertificateAuthority.add_member(:usage_mode, Shapes::ShapeRef.new(shape: CertificateAuthorityUsageMode, location_name: "UsageMode"))
210
212
  CertificateAuthority.struct_class = Types::CertificateAuthority
211
213
 
212
214
  CertificateAuthorityConfiguration.add_member(:key_algorithm, Shapes::ShapeRef.new(shape: KeyAlgorithm, required: true, location_name: "KeyAlgorithm"))
@@ -238,6 +240,7 @@ module Aws::ACMPCA
238
240
  CreateCertificateAuthorityRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken"))
239
241
  CreateCertificateAuthorityRequest.add_member(:key_storage_security_standard, Shapes::ShapeRef.new(shape: KeyStorageSecurityStandard, location_name: "KeyStorageSecurityStandard"))
240
242
  CreateCertificateAuthorityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
243
+ CreateCertificateAuthorityRequest.add_member(:usage_mode, Shapes::ShapeRef.new(shape: CertificateAuthorityUsageMode, location_name: "UsageMode"))
241
244
  CreateCertificateAuthorityRequest.struct_class = Types::CreateCertificateAuthorityRequest
242
245
 
243
246
  CreateCertificateAuthorityResponse.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "CertificateAuthorityArn"))
@@ -496,6 +496,15 @@ module Aws::ACMPCA
496
496
  # region with the specified security standard."
497
497
  # @return [String]
498
498
  #
499
+ # @!attribute [rw] usage_mode
500
+ # Specifies whether the CA issues general-purpose certificates that
501
+ # typically require a revocation mechanism, or short-lived
502
+ # certificates that may optionally omit revocation because they expire
503
+ # quickly. Short-lived certificate validity is limited to seven days.
504
+ #
505
+ # The default value is GENERAL\_PURPOSE.
506
+ # @return [String]
507
+ #
499
508
  # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CertificateAuthority AWS API Documentation
500
509
  #
501
510
  class CertificateAuthority < Struct.new(
@@ -512,7 +521,8 @@ module Aws::ACMPCA
512
521
  :certificate_authority_configuration,
513
522
  :revocation_configuration,
514
523
  :restorable_until,
515
- :key_storage_security_standard)
524
+ :key_storage_security_standard,
525
+ :usage_mode)
516
526
  SENSITIVE = []
517
527
  include Aws::Structure
518
528
  end
@@ -844,6 +854,7 @@ module Aws::ACMPCA
844
854
  # value: "TagValue",
845
855
  # },
846
856
  # ],
857
+ # usage_mode: "GENERAL_PURPOSE", # accepts GENERAL_PURPOSE, SHORT_LIVED_CERTIFICATE
847
858
  # }
848
859
  #
849
860
  # @!attribute [rw] certificate_authority_configuration
@@ -913,6 +924,15 @@ module Aws::ACMPCA
913
924
  # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html
914
925
  # @return [Array<Types::Tag>]
915
926
  #
927
+ # @!attribute [rw] usage_mode
928
+ # Specifies whether the CA issues general-purpose certificates that
929
+ # typically require a revocation mechanism, or short-lived
930
+ # certificates that may optionally omit revocation because they expire
931
+ # quickly. Short-lived certificate validity is limited to seven days.
932
+ #
933
+ # The default value is GENERAL\_PURPOSE.
934
+ # @return [String]
935
+ #
916
936
  # @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CreateCertificateAuthorityRequest AWS API Documentation
917
937
  #
918
938
  class CreateCertificateAuthorityRequest < Struct.new(
@@ -921,7 +941,8 @@ module Aws::ACMPCA
921
941
  :certificate_authority_type,
922
942
  :idempotency_token,
923
943
  :key_storage_security_standard,
924
- :tags)
944
+ :tags,
945
+ :usage_mode)
925
946
  SENSITIVE = []
926
947
  include Aws::Structure
927
948
  end
@@ -1066,8 +1087,7 @@ module Aws::ACMPCA
1066
1087
  # `openssl crl -inform DER -text -in crl_path -noout`
1067
1088
  #
1068
1089
  # For more information, see [Planning a certificate revocation list
1069
- # (CRL)][2] in the *Certificate Manager Private Certificate Authority
1070
- # (PCA) User Guide*
1090
+ # (CRL)][2] in the *Private Certificate Authority (PCA) User Guide*
1071
1091
  #
1072
1092
  #
1073
1093
  #
@@ -2812,8 +2832,8 @@ module Aws::ACMPCA
2812
2832
  # as "http://" or "https://".
2813
2833
  #
2814
2834
  # For more information, see [Customizing Online Certificate Status
2815
- # Protocol (OCSP) ][1] in the *Certificate Manager Private Certificate
2816
- # Authority (PCA) User Guide*.
2835
+ # Protocol (OCSP) ][1] in the *Private Certificate Authority (PCA)
2836
+ # User Guide*.
2817
2837
  #
2818
2838
  #
2819
2839
  #
@@ -3162,8 +3182,7 @@ module Aws::ACMPCA
3162
3182
  # about certificates as requested by clients, and a CRL contains an
3163
3183
  # updated list of certificates revoked by your CA. For more information,
3164
3184
  # see [RevokeCertificate][3] and [Setting up a certificate revocation
3165
- # method][4] in the *Certificate Manager Private Certificate Authority
3166
- # (PCA) User Guide*.
3185
+ # method][4] in the *Private Certificate Authority (PCA) User Guide*.
3167
3186
  #
3168
3187
  #
3169
3188
  #
@@ -3463,7 +3482,7 @@ module Aws::ACMPCA
3463
3482
  #
3464
3483
  #
3465
3484
  #
3466
- # [1]: https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.5
3485
+ # [1]: https://tools.ietf.org/html/rfc5280#section-4.1.2.5
3467
3486
  #
3468
3487
  # @note When making an API call, you may pass Validity
3469
3488
  # data as a hash:
@@ -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.49.0'
52
+ GEM_VERSION = '1.50.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.49.0
4
+ version: 1.50.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-07-20 00:00:00.000000000 Z
11
+ date: 2022-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core