aws-sdk-acm 1.41.0 → 1.42.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89157a189326365894705917d1dea040c54edf3c82ea6b6b62bfecaaea6fc8e4
4
- data.tar.gz: 017073e10b34cd479c84039707e1a80c0e50300025db52201dd196caf88c3a35
3
+ metadata.gz: 0a381dd1f7b1d8f4e5a29bf9a6574dd301a07c547b75ae8ddc470c0dfde8729d
4
+ data.tar.gz: 329028691a4b38672dc531ca7b094c5ebd19ae6101e0c40516e0d00cff159c33
5
5
  SHA512:
6
- metadata.gz: 7b1fe3390283d7058576cb4431e7c50c3d200f51387ee10883746e4d485809ce0159b31c5769e3b37ca06b239d4b31083743a14852f060f24d7c79ee0c9468e1
7
- data.tar.gz: 76eb52aea8c4fe4447755e6ef8bc13b95bd4a44b752804e26dbaa2b16aa924a8494ea6f44cdc07a14c9883f75eb247d61b3aa7af2fce590daf845b50677914c7
6
+ metadata.gz: f430109c96515f71b2c7fa8619e00c7edb4e2c8d0bc31e314da9aae048f7d64b990813f68cb749a15b7998ce6edf668e9c85b5f17dff17a5ce33bbbe8822a9a1
7
+ data.tar.gz: fd91492c557aa9afcb0360a63c2c84b8c87d73c39aa5dea1e3d1b7ef1b8591edb09c445cb26eb45426ac04f644be36b7aec2cbdeacc14ad06b77f9a4ad1f72ac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2021-07-14)
5
+ ------------------
6
+
7
+ * Feature - Added support for RSA 3072 SSL certificate import
8
+
4
9
  1.41.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
data/lib/aws-sdk-acm.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-acm/customizations'
49
49
  # @!group service
50
50
  module Aws::ACM
51
51
 
52
- GEM_VERSION = '1.41.0'
52
+ GEM_VERSION = '1.42.0'
53
53
 
54
54
  end
@@ -338,10 +338,10 @@ module Aws::ACM
338
338
  # @!group API Operations
339
339
 
340
340
  # Adds one or more tags to an ACM certificate. Tags are labels that you
341
- # can use to identify and organize your AWS resources. Each tag consists
342
- # of a `key` and an optional `value`. You specify the certificate on
343
- # input by its Amazon Resource Name (ARN). You specify the tag by using
344
- # a key-value pair.
341
+ # can use to identify and organize your Amazon Web Services resources.
342
+ # Each tag consists of a `key` and an optional `value`. You specify the
343
+ # certificate on input by its Amazon Resource Name (ARN). You specify
344
+ # the tag by using a key-value pair.
345
345
  #
346
346
  # You can apply a tag to just one certificate if you want to identify a
347
347
  # specific characteristic of that certificate, or you can apply the same
@@ -404,11 +404,11 @@ module Aws::ACM
404
404
  # succeeds, the certificate no longer appears in the list that can be
405
405
  # displayed by calling the ListCertificates action or be retrieved by
406
406
  # calling the GetCertificate action. The certificate will not be
407
- # available for use by AWS services integrated with ACM.
407
+ # available for use by Amazon Web Services services integrated with ACM.
408
408
  #
409
- # <note markdown="1"> You cannot delete an ACM certificate that is being used by another AWS
410
- # service. To delete a certificate that is in use, the certificate
411
- # association must first be removed.
409
+ # <note markdown="1"> You cannot delete an ACM certificate that is being used by another
410
+ # Amazon Web Services service. To delete a certificate that is in use,
411
+ # the certificate association must first be removed.
412
412
  #
413
413
  # </note>
414
414
  #
@@ -494,7 +494,7 @@ module Aws::ACM
494
494
  # resp.certificate.revocation_reason #=> String, one of "UNSPECIFIED", "KEY_COMPROMISE", "CA_COMPROMISE", "AFFILIATION_CHANGED", "SUPERCEDED", "CESSATION_OF_OPERATION", "CERTIFICATE_HOLD", "REMOVE_FROM_CRL", "PRIVILEGE_WITHDRAWN", "A_A_COMPROMISE"
495
495
  # resp.certificate.not_before #=> Time
496
496
  # resp.certificate.not_after #=> Time
497
- # resp.certificate.key_algorithm #=> String, one of "RSA_2048", "RSA_1024", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1"
497
+ # resp.certificate.key_algorithm #=> String, one of "RSA_1024", "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1"
498
498
  # resp.certificate.signature_algorithm #=> String
499
499
  # resp.certificate.in_use_by #=> Array
500
500
  # resp.certificate.in_use_by[0] #=> String
@@ -592,8 +592,8 @@ module Aws::ACM
592
592
  req.send_request(options)
593
593
  end
594
594
 
595
- # Returns the account configuration options associated with an AWS
596
- # account.
595
+ # Returns the account configuration options associated with an Amazon
596
+ # Web Services account.
597
597
  #
598
598
  # @return [Types::GetAccountConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
599
599
  #
@@ -659,14 +659,15 @@ module Aws::ACM
659
659
  req.send_request(options)
660
660
  end
661
661
 
662
- # Imports a certificate into AWS Certificate Manager (ACM) to use with
663
- # services that are integrated with ACM. Note that [integrated
664
- # services][1] allow only certificate types and keys they support to be
665
- # associated with their resources. Further, their support differs
666
- # depending on whether the certificate is imported into IAM or into ACM.
667
- # For more information, see the documentation for each service. For more
668
- # information about importing certificates into ACM, see [Importing
669
- # Certificates][2] in the *AWS Certificate Manager User Guide*.
662
+ # Imports a certificate into Amazon Web Services Certificate Manager
663
+ # (ACM) to use with services that are integrated with ACM. Note that
664
+ # [integrated services][1] allow only certificate types and keys they
665
+ # support to be associated with their resources. Further, their support
666
+ # differs depending on whether the certificate is imported into IAM or
667
+ # into ACM. For more information, see the documentation for each
668
+ # service. For more information about importing certificates into ACM,
669
+ # see [Importing Certificates][2] in the *Amazon Web Services
670
+ # Certificate Manager User Guide*.
670
671
  #
671
672
  # <note markdown="1"> ACM does not provide [managed renewal][3] for certificates that you
672
673
  # import.
@@ -822,7 +823,7 @@ module Aws::ACM
822
823
  # includes: {
823
824
  # extended_key_usage: ["TLS_WEB_SERVER_AUTHENTICATION"], # accepts TLS_WEB_SERVER_AUTHENTICATION, TLS_WEB_CLIENT_AUTHENTICATION, CODE_SIGNING, EMAIL_PROTECTION, TIME_STAMPING, OCSP_SIGNING, IPSEC_END_SYSTEM, IPSEC_TUNNEL, IPSEC_USER, ANY, NONE, CUSTOM
824
825
  # key_usage: ["DIGITAL_SIGNATURE"], # accepts DIGITAL_SIGNATURE, NON_REPUDIATION, KEY_ENCIPHERMENT, DATA_ENCIPHERMENT, KEY_AGREEMENT, CERTIFICATE_SIGNING, CRL_SIGNING, ENCIPHER_ONLY, DECIPHER_ONLY, ANY, CUSTOM
825
- # key_types: ["RSA_2048"], # accepts RSA_2048, RSA_1024, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1
826
+ # key_types: ["RSA_1024"], # accepts RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1
826
827
  # },
827
828
  # next_token: "NextToken",
828
829
  # max_items: 1,
@@ -1016,10 +1017,11 @@ module Aws::ACM
1016
1017
  req.send_request(options)
1017
1018
  end
1018
1019
 
1019
- # Requests an ACM certificate for use with other AWS services. To
1020
- # request an ACM certificate, you must specify a fully qualified domain
1021
- # name (FQDN) in the `DomainName` parameter. You can also specify
1022
- # additional FQDNs in the `SubjectAlternativeNames` parameter.
1020
+ # Requests an ACM certificate for use with other Amazon Web Services
1021
+ # services. To request an ACM certificate, you must specify a fully
1022
+ # qualified domain name (FQDN) in the `DomainName` parameter. You can
1023
+ # also specify additional FQDNs in the `SubjectAlternativeNames`
1024
+ # parameter.
1023
1025
  #
1024
1026
  # If you are requesting a private certificate, domain validation is not
1025
1027
  # required. If you are requesting a public certificate, each domain name
@@ -1028,10 +1030,19 @@ module Aws::ACM
1028
1030
  # We recommend that you use DNS validation. ACM issues public
1029
1031
  # certificates after receiving approval from the domain owner.
1030
1032
  #
1033
+ # <note markdown="1"> ACM behavior differs from the
1034
+ # [https://tools.ietf.org/html/rfc6125#appendix-B.2][3]RFC 6125
1035
+ # specification of the certificate validation process. first checks for
1036
+ # a subject alternative name, and, if it finds one, ignores the common
1037
+ # name (CN)
1038
+ #
1039
+ # </note>
1040
+ #
1031
1041
  #
1032
1042
  #
1033
1043
  # [1]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html
1034
1044
  # [2]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html
1045
+ # [3]: https://tools.ietf.org/html/rfc6125#appendix-B.2
1035
1046
  #
1036
1047
  # @option params [required, String] :domain_name
1037
1048
  # Fully qualified domain name (FQDN), such as www.example.com, that you
@@ -1115,8 +1126,9 @@ module Aws::ACM
1115
1126
  # (CA) that will be used to issue the certificate. If you do not provide
1116
1127
  # an ARN and you are trying to request a private certificate, ACM will
1117
1128
  # attempt to issue a public certificate. For more information about
1118
- # private CAs, see the [AWS Certificate Manager Private Certificate
1119
- # Authority (PCA)][1] user guide. The ARN must have the following form:
1129
+ # private CAs, see the [Amazon Web Services Certificate Manager Private
1130
+ # Certificate Authority (PCA)][1] user guide. The ARN must have the
1131
+ # following form:
1120
1132
  #
1121
1133
  # `arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012`
1122
1134
  #
@@ -1294,7 +1306,7 @@ module Aws::ACM
1294
1306
  params: params,
1295
1307
  config: config)
1296
1308
  context[:gem_name] = 'aws-sdk-acm'
1297
- context[:gem_version] = '1.41.0'
1309
+ context[:gem_version] = '1.42.0'
1298
1310
  Seahorse::Client::Request.new(handlers, context)
1299
1311
  end
1300
1312
 
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
@@ -69,7 +69,7 @@ module Aws::ACM
69
69
  # @!attribute [rw] certificate_arn
70
70
  # The Amazon Resource Name (ARN) of the certificate. For more
71
71
  # information about ARNs, see [Amazon Resource Names (ARNs)][1] in the
72
- # *AWS General Reference*.
72
+ # *Amazon Web Services General Reference*.
73
73
  #
74
74
  #
75
75
  #
@@ -155,15 +155,16 @@ module Aws::ACM
155
155
  # @return [String]
156
156
  #
157
157
  # @!attribute [rw] in_use_by
158
- # A list of ARNs for the AWS resources that are using the certificate.
159
- # A certificate can be used by multiple AWS resources.
158
+ # A list of ARNs for the Amazon Web Services resources that are using
159
+ # the certificate. A certificate can be used by multiple Amazon Web
160
+ # Services resources.
160
161
  # @return [Array<String>]
161
162
  #
162
163
  # @!attribute [rw] failure_reason
163
164
  # The reason the certificate request failed. This value exists only
164
165
  # when the certificate status is `FAILED`. For more information, see
165
- # [Certificate Request Failed][1] in the *AWS Certificate Manager User
166
- # Guide*.
166
+ # [Certificate Request Failed][1] in the *Amazon Web Services
167
+ # Certificate Manager User Guide*.
167
168
  #
168
169
  #
169
170
  #
@@ -177,7 +178,7 @@ module Aws::ACM
177
178
  # provide [managed renewal][1] for imported certificates. For more
178
179
  # information about the differences between certificates that you
179
180
  # import and those that ACM provides, see [Importing Certificates][2]
180
- # in the *AWS Certificate Manager User Guide*.
181
+ # in the *Amazon Web Services Certificate Manager User Guide*.
181
182
  #
182
183
  #
183
184
  #
@@ -517,8 +518,8 @@ module Aws::ACM
517
518
  include Aws::Structure
518
519
  end
519
520
 
520
- # Object containing expiration events options associated with an AWS
521
- # account.
521
+ # Object containing expiration events options associated with an Amazon
522
+ # Web Services account.
522
523
  #
523
524
  # @note When making an API call, you may pass ExpiryEventsConfiguration
524
525
  # data as a hash:
@@ -651,7 +652,7 @@ module Aws::ACM
651
652
  # {
652
653
  # extended_key_usage: ["TLS_WEB_SERVER_AUTHENTICATION"], # accepts TLS_WEB_SERVER_AUTHENTICATION, TLS_WEB_CLIENT_AUTHENTICATION, CODE_SIGNING, EMAIL_PROTECTION, TIME_STAMPING, OCSP_SIGNING, IPSEC_END_SYSTEM, IPSEC_TUNNEL, IPSEC_USER, ANY, NONE, CUSTOM
653
654
  # key_usage: ["DIGITAL_SIGNATURE"], # accepts DIGITAL_SIGNATURE, NON_REPUDIATION, KEY_ENCIPHERMENT, DATA_ENCIPHERMENT, KEY_AGREEMENT, CERTIFICATE_SIGNING, CRL_SIGNING, ENCIPHER_ONLY, DECIPHER_ONLY, ANY, CUSTOM
654
- # key_types: ["RSA_2048"], # accepts RSA_2048, RSA_1024, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1
655
+ # key_types: ["RSA_1024"], # accepts RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1
655
656
  # }
656
657
  #
657
658
  # @!attribute [rw] extended_key_usage
@@ -685,8 +686,8 @@ module Aws::ACM
685
686
  end
686
687
 
687
688
  # @!attribute [rw] expiry_events
688
- # Expiration events configuration options associated with the AWS
689
- # account.
689
+ # Expiration events configuration options associated with the Amazon
690
+ # Web Services account.
690
691
  # @return [Types::ExpiryEventsConfiguration]
691
692
  #
692
693
  # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/GetAccountConfigurationResponse AWS API Documentation
@@ -935,7 +936,7 @@ module Aws::ACM
935
936
  # includes: {
936
937
  # extended_key_usage: ["TLS_WEB_SERVER_AUTHENTICATION"], # accepts TLS_WEB_SERVER_AUTHENTICATION, TLS_WEB_CLIENT_AUTHENTICATION, CODE_SIGNING, EMAIL_PROTECTION, TIME_STAMPING, OCSP_SIGNING, IPSEC_END_SYSTEM, IPSEC_TUNNEL, IPSEC_USER, ANY, NONE, CUSTOM
937
938
  # key_usage: ["DIGITAL_SIGNATURE"], # accepts DIGITAL_SIGNATURE, NON_REPUDIATION, KEY_ENCIPHERMENT, DATA_ENCIPHERMENT, KEY_AGREEMENT, CERTIFICATE_SIGNING, CRL_SIGNING, ENCIPHER_ONLY, DECIPHER_ONLY, ANY, CUSTOM
938
- # key_types: ["RSA_2048"], # accepts RSA_2048, RSA_1024, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1
939
+ # key_types: ["RSA_1024"], # accepts RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1
939
940
  # },
940
941
  # next_token: "NextToken",
941
942
  # max_items: 1,
@@ -1299,9 +1300,9 @@ module Aws::ACM
1299
1300
  # (CA) that will be used to issue the certificate. If you do not
1300
1301
  # provide an ARN and you are trying to request a private certificate,
1301
1302
  # ACM will attempt to issue a public certificate. For more information
1302
- # about private CAs, see the [AWS Certificate Manager Private
1303
- # Certificate Authority (PCA)][1] user guide. The ARN must have the
1304
- # following form:
1303
+ # about private CAs, see the [Amazon Web Services Certificate Manager
1304
+ # Private Certificate Authority (PCA)][1] user guide. The ARN must
1305
+ # have the following form:
1305
1306
  #
1306
1307
  # `arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012`
1307
1308
  #
@@ -1413,8 +1414,8 @@ module Aws::ACM
1413
1414
  include Aws::Structure
1414
1415
  end
1415
1416
 
1416
- # The certificate is in use by another AWS service in the caller's
1417
- # account. Remove the association and try again.
1417
+ # The certificate is in use by another Amazon Web Services service in
1418
+ # the caller's account. Remove the association and try again.
1418
1419
  #
1419
1420
  # @!attribute [rw] message
1420
1421
  # @return [String]
@@ -1441,9 +1442,8 @@ module Aws::ACM
1441
1442
  include Aws::Structure
1442
1443
  end
1443
1444
 
1444
- # Contains a DNS record value that you can use to can use to validate
1445
- # ownership or control of a domain. This is used by the
1446
- # DescribeCertificate action.
1445
+ # Contains a DNS record value that you can use to validate ownership or
1446
+ # control of a domain. This is used by the DescribeCertificate action.
1447
1447
  #
1448
1448
  # @!attribute [rw] name
1449
1449
  # The name of the DNS record to create in your domain. This is
@@ -1574,7 +1574,8 @@ module Aws::ACM
1574
1574
  include Aws::Structure
1575
1575
  end
1576
1576
 
1577
- # The supplied input failed to satisfy constraints of an AWS service.
1577
+ # The supplied input failed to satisfy constraints of an Amazon Web
1578
+ # Services service.
1578
1579
  #
1579
1580
  # @!attribute [rw] message
1580
1581
  # @return [String]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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-03-10 00:00:00.000000000 Z
11
+ date: 2021-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -67,8 +67,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
67
67
  licenses:
68
68
  - Apache-2.0
69
69
  metadata:
70
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-acm
71
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-acm/CHANGELOG.md
70
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-acm
71
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-acm/CHANGELOG.md
72
72
  post_install_message:
73
73
  rdoc_options: []
74
74
  require_paths:
@@ -84,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
- rubyforge_project:
88
- rubygems_version: 2.7.6.2
87
+ rubygems_version: 3.1.6
89
88
  signing_key:
90
89
  specification_version: 4
91
90
  summary: AWS SDK for Ruby - ACM