aws-sdk-acm 1.34.0 → 1.35.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/lib/aws-sdk-acm.rb +1 -1
- data/lib/aws-sdk-acm/client.rb +7 -7
- 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: 264b972c2baeb943d03f4a1e0c6d0d18360be53fc2e2ec46c3c66f3d6a71fc51
|
|
4
|
+
data.tar.gz: bed485e9da5408761afadbe7a4d5fe8d9eeff498160d20b611596265426e0725
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38dda66e47d845a3c2a7dad491ef6dbfb0a27703a5f25cbb3489a59e857700dc342b38eda56924c8a19c83eb5bf2df7789f31ddadd8df1436009f1c9e5eff550
|
|
7
|
+
data.tar.gz: 5a5d838cf940bd89b706749ea88fa4a230541395f974858c2b892bc81052b77253e05a5288b340d59ffc436725685e99944d8ca803f75c9ec71e9429213cd311
|
data/lib/aws-sdk-acm.rb
CHANGED
data/lib/aws-sdk-acm/client.rb
CHANGED
|
@@ -483,7 +483,7 @@ module Aws::ACM
|
|
|
483
483
|
# resp.certificate.signature_algorithm #=> String
|
|
484
484
|
# resp.certificate.in_use_by #=> Array
|
|
485
485
|
# resp.certificate.in_use_by[0] #=> String
|
|
486
|
-
# resp.certificate.failure_reason #=> String, one of "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "DOMAIN_VALIDATION_DENIED", "CAA_ERROR", "PCA_LIMIT_EXCEEDED", "PCA_INVALID_ARN", "PCA_INVALID_STATE", "PCA_REQUEST_FAILED", "PCA_NAME_CONSTRAINTS_VALIDATION", "PCA_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "OTHER"
|
|
486
|
+
# resp.certificate.failure_reason #=> String, one of "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "DOMAIN_VALIDATION_DENIED", "CAA_ERROR", "PCA_LIMIT_EXCEEDED", "PCA_INVALID_ARN", "PCA_INVALID_STATE", "PCA_REQUEST_FAILED", "PCA_NAME_CONSTRAINTS_VALIDATION", "PCA_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "SLR_NOT_FOUND", "OTHER"
|
|
487
487
|
# resp.certificate.type #=> String, one of "IMPORTED", "AMAZON_ISSUED", "PRIVATE"
|
|
488
488
|
# resp.certificate.renewal_summary.renewal_status #=> String, one of "PENDING_AUTO_RENEWAL", "PENDING_VALIDATION", "SUCCESS", "FAILED"
|
|
489
489
|
# resp.certificate.renewal_summary.domain_validation_options #=> Array
|
|
@@ -496,7 +496,7 @@ module Aws::ACM
|
|
|
496
496
|
# resp.certificate.renewal_summary.domain_validation_options[0].resource_record.type #=> String, one of "CNAME"
|
|
497
497
|
# resp.certificate.renewal_summary.domain_validation_options[0].resource_record.value #=> String
|
|
498
498
|
# resp.certificate.renewal_summary.domain_validation_options[0].validation_method #=> String, one of "EMAIL", "DNS"
|
|
499
|
-
# resp.certificate.renewal_summary.renewal_status_reason #=> String, one of "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "DOMAIN_VALIDATION_DENIED", "CAA_ERROR", "PCA_LIMIT_EXCEEDED", "PCA_INVALID_ARN", "PCA_INVALID_STATE", "PCA_REQUEST_FAILED", "PCA_NAME_CONSTRAINTS_VALIDATION", "PCA_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "OTHER"
|
|
499
|
+
# resp.certificate.renewal_summary.renewal_status_reason #=> String, one of "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "DOMAIN_VALIDATION_DENIED", "CAA_ERROR", "PCA_LIMIT_EXCEEDED", "PCA_INVALID_ARN", "PCA_INVALID_STATE", "PCA_REQUEST_FAILED", "PCA_NAME_CONSTRAINTS_VALIDATION", "PCA_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "SLR_NOT_FOUND", "OTHER"
|
|
500
500
|
# resp.certificate.renewal_summary.updated_at #=> Time
|
|
501
501
|
# resp.certificate.key_usages #=> Array
|
|
502
502
|
# resp.certificate.key_usages[0].name #=> String, one of "DIGITAL_SIGNATURE", "NON_REPUDIATION", "KEY_ENCIPHERMENT", "DATA_ENCIPHERMENT", "KEY_AGREEMENT", "CERTIFICATE_SIGNING", "CRL_SIGNING", "ENCIPHER_ONLY", "DECIPHER_ONLY", "ANY", "CUSTOM"
|
|
@@ -541,7 +541,7 @@ module Aws::ACM
|
|
|
541
541
|
#
|
|
542
542
|
# `arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012`
|
|
543
543
|
#
|
|
544
|
-
# @option params [required, String,
|
|
544
|
+
# @option params [required, String, StringIO, File] :passphrase
|
|
545
545
|
# Passphrase to associate with the encrypted exported private key. If
|
|
546
546
|
# you want to later decrypt the private key, you must have the
|
|
547
547
|
# passphrase. You can use the following OpenSSL command to decrypt a
|
|
@@ -699,13 +699,13 @@ module Aws::ACM
|
|
|
699
699
|
#
|
|
700
700
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
|
701
701
|
#
|
|
702
|
-
# @option params [required, String,
|
|
702
|
+
# @option params [required, String, StringIO, File] :certificate
|
|
703
703
|
# The certificate to import.
|
|
704
704
|
#
|
|
705
|
-
# @option params [required, String,
|
|
705
|
+
# @option params [required, String, StringIO, File] :private_key
|
|
706
706
|
# The private key that matches the public key in the certificate.
|
|
707
707
|
#
|
|
708
|
-
# @option params [String,
|
|
708
|
+
# @option params [String, StringIO, File] :certificate_chain
|
|
709
709
|
# The PEM encoded certificate chain.
|
|
710
710
|
#
|
|
711
711
|
# @option params [Array<Types::Tag>] :tags
|
|
@@ -1218,7 +1218,7 @@ module Aws::ACM
|
|
|
1218
1218
|
params: params,
|
|
1219
1219
|
config: config)
|
|
1220
1220
|
context[:gem_name] = 'aws-sdk-acm'
|
|
1221
|
-
context[:gem_version] = '1.
|
|
1221
|
+
context[:gem_version] = '1.35.0'
|
|
1222
1222
|
Seahorse::Client::Request.new(handlers, context)
|
|
1223
1223
|
end
|
|
1224
1224
|
|
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.
|
|
4
|
+
version: 1.35.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: 2020-
|
|
11
|
+
date: 2020-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|