aws-sdk-acm 1.83.0 → 1.85.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/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acm/client.rb +51 -43
- data/lib/aws-sdk-acm/client_api.rb +49 -36
- data/lib/aws-sdk-acm/types.rb +81 -15
- data/lib/aws-sdk-acm/waiters.rb +11 -11
- data/lib/aws-sdk-acm.rb +1 -1
- data/sig/client.rbs +5 -3
- data/sig/types.rbs +14 -3
- 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: f9c915cdf0c383097fda15c2fe47f033d1bf6330f92af879c1384e5a7a089461
|
4
|
+
data.tar.gz: eb994a3fda61c10572ae52a430e4e78c5c4f17399b37071a279dca2162f02187
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23887450e1b41ff291bd56d4f830e638a5de3f7357c3ab27428d270b6cfb6baf025f81c565915d9d80b8072afc5b45c85a579905e9a5d09c796ee6724f9e0876
|
7
|
+
data.tar.gz: 1ebea32f1e09fad1e41fb7827be613d06e92f4efce045545996dfacbe695fcaff8a5b4568d7a1fda3e8806cb432fb7018e2c236001736e0b665ec015fd9f9fbe
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.85.0 (2025-04-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add support for file-based HTTP domain control validation, available through Amazon CloudFront.
|
8
|
+
|
9
|
+
1.84.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.83.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.0
|
data/lib/aws-sdk-acm/client.rb
CHANGED
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::ACM
|
40
40
|
# An API client for ACM. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -617,6 +617,7 @@ module Aws::ACM
|
|
617
617
|
# resp.certificate.domain_name #=> String
|
618
618
|
# resp.certificate.subject_alternative_names #=> Array
|
619
619
|
# resp.certificate.subject_alternative_names[0] #=> String
|
620
|
+
# resp.certificate.managed_by #=> String, one of "CLOUDFRONT"
|
620
621
|
# resp.certificate.domain_validation_options #=> Array
|
621
622
|
# resp.certificate.domain_validation_options[0].domain_name #=> String
|
622
623
|
# resp.certificate.domain_validation_options[0].validation_emails #=> Array
|
@@ -626,7 +627,9 @@ module Aws::ACM
|
|
626
627
|
# resp.certificate.domain_validation_options[0].resource_record.name #=> String
|
627
628
|
# resp.certificate.domain_validation_options[0].resource_record.type #=> String, one of "CNAME"
|
628
629
|
# resp.certificate.domain_validation_options[0].resource_record.value #=> String
|
629
|
-
# resp.certificate.domain_validation_options[0].
|
630
|
+
# resp.certificate.domain_validation_options[0].http_redirect.redirect_from #=> String
|
631
|
+
# resp.certificate.domain_validation_options[0].http_redirect.redirect_to #=> String
|
632
|
+
# resp.certificate.domain_validation_options[0].validation_method #=> String, one of "EMAIL", "DNS", "HTTP"
|
630
633
|
# resp.certificate.serial #=> String
|
631
634
|
# resp.certificate.subject #=> String
|
632
635
|
# resp.certificate.issuer #=> String
|
@@ -635,7 +638,7 @@ module Aws::ACM
|
|
635
638
|
# resp.certificate.imported_at #=> Time
|
636
639
|
# resp.certificate.status #=> String, one of "PENDING_VALIDATION", "ISSUED", "INACTIVE", "EXPIRED", "VALIDATION_TIMED_OUT", "REVOKED", "FAILED"
|
637
640
|
# resp.certificate.revoked_at #=> Time
|
638
|
-
# 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"
|
641
|
+
# resp.certificate.revocation_reason #=> String, one of "UNSPECIFIED", "KEY_COMPROMISE", "CA_COMPROMISE", "AFFILIATION_CHANGED", "SUPERCEDED", "SUPERSEDED", "CESSATION_OF_OPERATION", "CERTIFICATE_HOLD", "REMOVE_FROM_CRL", "PRIVILEGE_WITHDRAWN", "A_A_COMPROMISE"
|
639
642
|
# resp.certificate.not_before #=> Time
|
640
643
|
# resp.certificate.not_after #=> Time
|
641
644
|
# resp.certificate.key_algorithm #=> String, one of "RSA_1024", "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1"
|
@@ -654,7 +657,9 @@ module Aws::ACM
|
|
654
657
|
# resp.certificate.renewal_summary.domain_validation_options[0].resource_record.name #=> String
|
655
658
|
# resp.certificate.renewal_summary.domain_validation_options[0].resource_record.type #=> String, one of "CNAME"
|
656
659
|
# resp.certificate.renewal_summary.domain_validation_options[0].resource_record.value #=> String
|
657
|
-
# resp.certificate.renewal_summary.domain_validation_options[0].
|
660
|
+
# resp.certificate.renewal_summary.domain_validation_options[0].http_redirect.redirect_from #=> String
|
661
|
+
# resp.certificate.renewal_summary.domain_validation_options[0].http_redirect.redirect_to #=> String
|
662
|
+
# resp.certificate.renewal_summary.domain_validation_options[0].validation_method #=> String, one of "EMAIL", "DNS", "HTTP"
|
658
663
|
# 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"
|
659
664
|
# resp.certificate.renewal_summary.updated_at #=> Time
|
660
665
|
# resp.certificate.key_usages #=> Array
|
@@ -930,15 +935,11 @@ module Aws::ACM
|
|
930
935
|
req.send_request(options)
|
931
936
|
end
|
932
937
|
|
933
|
-
# Retrieves a list of certificate ARNs and domain names.
|
934
|
-
#
|
935
|
-
#
|
936
|
-
# RSA_2048
|
937
|
-
#
|
938
|
-
#
|
939
|
-
# In addition to `keyType`, you can also filter by the
|
940
|
-
# `CertificateStatuses`, `keyUsage`, and `extendedKeyUsage` attributes
|
941
|
-
# on the certificate. For more information, see Filters.
|
938
|
+
# Retrieves a list of certificate ARNs and domain names. You can request
|
939
|
+
# that only certificates that match a specific status be listed. You can
|
940
|
+
# also filter by specific attributes of the certificate. Default
|
941
|
+
# filtering returns only `RSA_2048` certificates. For more information,
|
942
|
+
# see Filters.
|
942
943
|
#
|
943
944
|
# @option params [Array<String>] :certificate_statuses
|
944
945
|
# Filter the certificate list by status value.
|
@@ -983,6 +984,7 @@ module Aws::ACM
|
|
983
984
|
# 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
|
984
985
|
# 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
|
985
986
|
# key_types: ["RSA_1024"], # accepts RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1
|
987
|
+
# managed_by: "CLOUDFRONT", # accepts CLOUDFRONT
|
986
988
|
# },
|
987
989
|
# next_token: "NextToken",
|
988
990
|
# max_items: 1,
|
@@ -1015,6 +1017,7 @@ module Aws::ACM
|
|
1015
1017
|
# resp.certificate_summary_list[0].issued_at #=> Time
|
1016
1018
|
# resp.certificate_summary_list[0].imported_at #=> Time
|
1017
1019
|
# resp.certificate_summary_list[0].revoked_at #=> Time
|
1020
|
+
# resp.certificate_summary_list[0].managed_by #=> String, one of "CLOUDFRONT"
|
1018
1021
|
#
|
1019
1022
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/ListCertificates AWS API Documentation
|
1020
1023
|
#
|
@@ -1364,6 +1367,10 @@ module Aws::ACM
|
|
1364
1367
|
#
|
1365
1368
|
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms
|
1366
1369
|
#
|
1370
|
+
# @option params [String] :managed_by
|
1371
|
+
# Identifies the Amazon Web Services service that manages the
|
1372
|
+
# certificate issued by ACM.
|
1373
|
+
#
|
1367
1374
|
# @return [Types::RequestCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1368
1375
|
#
|
1369
1376
|
# * {Types::RequestCertificateResponse#certificate_arn #certificate_arn} => String
|
@@ -1372,7 +1379,7 @@ module Aws::ACM
|
|
1372
1379
|
#
|
1373
1380
|
# resp = client.request_certificate({
|
1374
1381
|
# domain_name: "DomainNameString", # required
|
1375
|
-
# validation_method: "EMAIL", # accepts EMAIL, DNS
|
1382
|
+
# validation_method: "EMAIL", # accepts EMAIL, DNS, HTTP
|
1376
1383
|
# subject_alternative_names: ["DomainNameString"],
|
1377
1384
|
# idempotency_token: "IdempotencyToken",
|
1378
1385
|
# domain_validation_options: [
|
@@ -1392,6 +1399,7 @@ module Aws::ACM
|
|
1392
1399
|
# },
|
1393
1400
|
# ],
|
1394
1401
|
# key_algorithm: "RSA_1024", # accepts RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1
|
1402
|
+
# managed_by: "CLOUDFRONT", # accepts CLOUDFRONT
|
1395
1403
|
# })
|
1396
1404
|
#
|
1397
1405
|
# @example Response structure
|
@@ -1537,7 +1545,7 @@ module Aws::ACM
|
|
1537
1545
|
tracer: tracer
|
1538
1546
|
)
|
1539
1547
|
context[:gem_name] = 'aws-sdk-acm'
|
1540
|
-
context[:gem_version] = '1.
|
1548
|
+
context[:gem_version] = '1.85.0'
|
1541
1549
|
Seahorse::Client::Request.new(handlers, context)
|
1542
1550
|
end
|
1543
1551
|
|
@@ -1605,7 +1613,7 @@ module Aws::ACM
|
|
1605
1613
|
#
|
1606
1614
|
# | waiter_name | params | :delay | :max_attempts |
|
1607
1615
|
# | --------------------- | ----------------------------- | -------- | ------------- |
|
1608
|
-
# | certificate_validated | {Client#describe_certificate} | 60 |
|
1616
|
+
# | certificate_validated | {Client#describe_certificate} | 60 | 5 |
|
1609
1617
|
#
|
1610
1618
|
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
1611
1619
|
# because the waiter has entered a state that it will not transition
|
@@ -23,6 +23,7 @@ module Aws::ACM
|
|
23
23
|
CertificateChain = Shapes::StringShape.new(name: 'CertificateChain')
|
24
24
|
CertificateChainBlob = Shapes::BlobShape.new(name: 'CertificateChainBlob')
|
25
25
|
CertificateDetail = Shapes::StructureShape.new(name: 'CertificateDetail')
|
26
|
+
CertificateManagedBy = Shapes::StringShape.new(name: 'CertificateManagedBy')
|
26
27
|
CertificateOptions = Shapes::StructureShape.new(name: 'CertificateOptions')
|
27
28
|
CertificateStatus = Shapes::StringShape.new(name: 'CertificateStatus')
|
28
29
|
CertificateStatuses = Shapes::ListShape.new(name: 'CertificateStatuses')
|
@@ -54,6 +55,7 @@ module Aws::ACM
|
|
54
55
|
GetAccountConfigurationResponse = Shapes::StructureShape.new(name: 'GetAccountConfigurationResponse')
|
55
56
|
GetCertificateRequest = Shapes::StructureShape.new(name: 'GetCertificateRequest')
|
56
57
|
GetCertificateResponse = Shapes::StructureShape.new(name: 'GetCertificateResponse')
|
58
|
+
HttpRedirect = Shapes::StructureShape.new(name: 'HttpRedirect')
|
57
59
|
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
58
60
|
ImportCertificateRequest = Shapes::StructureShape.new(name: 'ImportCertificateRequest')
|
59
61
|
ImportCertificateResponse = Shapes::StructureShape.new(name: 'ImportCertificateResponse')
|
@@ -127,6 +129,7 @@ module Aws::ACM
|
|
127
129
|
CertificateDetail.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "CertificateArn"))
|
128
130
|
CertificateDetail.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainNameString, location_name: "DomainName"))
|
129
131
|
CertificateDetail.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: DomainList, location_name: "SubjectAlternativeNames"))
|
132
|
+
CertificateDetail.add_member(:managed_by, Shapes::ShapeRef.new(shape: CertificateManagedBy, location_name: "ManagedBy"))
|
130
133
|
CertificateDetail.add_member(:domain_validation_options, Shapes::ShapeRef.new(shape: DomainValidationList, location_name: "DomainValidationOptions"))
|
131
134
|
CertificateDetail.add_member(:serial, Shapes::ShapeRef.new(shape: String, location_name: "Serial"))
|
132
135
|
CertificateDetail.add_member(:subject, Shapes::ShapeRef.new(shape: String, location_name: "Subject"))
|
@@ -160,14 +163,14 @@ module Aws::ACM
|
|
160
163
|
CertificateSummary.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "CertificateArn"))
|
161
164
|
CertificateSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainNameString, location_name: "DomainName"))
|
162
165
|
CertificateSummary.add_member(:subject_alternative_name_summaries, Shapes::ShapeRef.new(shape: DomainList, location_name: "SubjectAlternativeNameSummaries"))
|
163
|
-
CertificateSummary.add_member(:has_additional_subject_alternative_names, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "HasAdditionalSubjectAlternativeNames"
|
166
|
+
CertificateSummary.add_member(:has_additional_subject_alternative_names, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "HasAdditionalSubjectAlternativeNames"))
|
164
167
|
CertificateSummary.add_member(:status, Shapes::ShapeRef.new(shape: CertificateStatus, location_name: "Status"))
|
165
168
|
CertificateSummary.add_member(:type, Shapes::ShapeRef.new(shape: CertificateType, location_name: "Type"))
|
166
169
|
CertificateSummary.add_member(:key_algorithm, Shapes::ShapeRef.new(shape: KeyAlgorithm, location_name: "KeyAlgorithm"))
|
167
170
|
CertificateSummary.add_member(:key_usages, Shapes::ShapeRef.new(shape: KeyUsageNames, location_name: "KeyUsages"))
|
168
171
|
CertificateSummary.add_member(:extended_key_usages, Shapes::ShapeRef.new(shape: ExtendedKeyUsageNames, location_name: "ExtendedKeyUsages"))
|
169
|
-
CertificateSummary.add_member(:in_use, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "InUse"
|
170
|
-
CertificateSummary.add_member(:exported, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Exported"
|
172
|
+
CertificateSummary.add_member(:in_use, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "InUse"))
|
173
|
+
CertificateSummary.add_member(:exported, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Exported"))
|
171
174
|
CertificateSummary.add_member(:renewal_eligibility, Shapes::ShapeRef.new(shape: RenewalEligibility, location_name: "RenewalEligibility"))
|
172
175
|
CertificateSummary.add_member(:not_before, Shapes::ShapeRef.new(shape: TStamp, location_name: "NotBefore"))
|
173
176
|
CertificateSummary.add_member(:not_after, Shapes::ShapeRef.new(shape: TStamp, location_name: "NotAfter"))
|
@@ -175,6 +178,7 @@ module Aws::ACM
|
|
175
178
|
CertificateSummary.add_member(:issued_at, Shapes::ShapeRef.new(shape: TStamp, location_name: "IssuedAt"))
|
176
179
|
CertificateSummary.add_member(:imported_at, Shapes::ShapeRef.new(shape: TStamp, location_name: "ImportedAt"))
|
177
180
|
CertificateSummary.add_member(:revoked_at, Shapes::ShapeRef.new(shape: TStamp, location_name: "RevokedAt"))
|
181
|
+
CertificateSummary.add_member(:managed_by, Shapes::ShapeRef.new(shape: CertificateManagedBy, location_name: "ManagedBy"))
|
178
182
|
CertificateSummary.struct_class = Types::CertificateSummary
|
179
183
|
|
180
184
|
CertificateSummaryList.member = Shapes::ShapeRef.new(shape: CertificateSummary)
|
@@ -198,6 +202,7 @@ module Aws::ACM
|
|
198
202
|
DomainValidation.add_member(:validation_domain, Shapes::ShapeRef.new(shape: DomainNameString, location_name: "ValidationDomain"))
|
199
203
|
DomainValidation.add_member(:validation_status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "ValidationStatus"))
|
200
204
|
DomainValidation.add_member(:resource_record, Shapes::ShapeRef.new(shape: ResourceRecord, location_name: "ResourceRecord"))
|
205
|
+
DomainValidation.add_member(:http_redirect, Shapes::ShapeRef.new(shape: HttpRedirect, location_name: "HttpRedirect"))
|
201
206
|
DomainValidation.add_member(:validation_method, Shapes::ShapeRef.new(shape: ValidationMethod, location_name: "ValidationMethod"))
|
202
207
|
DomainValidation.struct_class = Types::DomainValidation
|
203
208
|
|
@@ -234,6 +239,7 @@ module Aws::ACM
|
|
234
239
|
Filters.add_member(:extended_key_usage, Shapes::ShapeRef.new(shape: ExtendedKeyUsageFilterList, location_name: "extendedKeyUsage"))
|
235
240
|
Filters.add_member(:key_usage, Shapes::ShapeRef.new(shape: KeyUsageFilterList, location_name: "keyUsage"))
|
236
241
|
Filters.add_member(:key_types, Shapes::ShapeRef.new(shape: KeyAlgorithmList, location_name: "keyTypes"))
|
242
|
+
Filters.add_member(:managed_by, Shapes::ShapeRef.new(shape: CertificateManagedBy, location_name: "managedBy"))
|
237
243
|
Filters.struct_class = Types::Filters
|
238
244
|
|
239
245
|
GetAccountConfigurationResponse.add_member(:expiry_events, Shapes::ShapeRef.new(shape: ExpiryEventsConfiguration, location_name: "ExpiryEvents"))
|
@@ -246,6 +252,10 @@ module Aws::ACM
|
|
246
252
|
GetCertificateResponse.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: CertificateChain, location_name: "CertificateChain"))
|
247
253
|
GetCertificateResponse.struct_class = Types::GetCertificateResponse
|
248
254
|
|
255
|
+
HttpRedirect.add_member(:redirect_from, Shapes::ShapeRef.new(shape: String, location_name: "RedirectFrom"))
|
256
|
+
HttpRedirect.add_member(:redirect_to, Shapes::ShapeRef.new(shape: String, location_name: "RedirectTo"))
|
257
|
+
HttpRedirect.struct_class = Types::HttpRedirect
|
258
|
+
|
249
259
|
ImportCertificateRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "CertificateArn"))
|
250
260
|
ImportCertificateRequest.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateBodyBlob, required: true, location_name: "Certificate"))
|
251
261
|
ImportCertificateRequest.add_member(:private_key, Shapes::ShapeRef.new(shape: PrivateKeyBlob, required: true, location_name: "PrivateKey"))
|
@@ -334,6 +344,7 @@ module Aws::ACM
|
|
334
344
|
RequestCertificateRequest.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: PcaArn, location_name: "CertificateAuthorityArn"))
|
335
345
|
RequestCertificateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
336
346
|
RequestCertificateRequest.add_member(:key_algorithm, Shapes::ShapeRef.new(shape: KeyAlgorithm, location_name: "KeyAlgorithm"))
|
347
|
+
RequestCertificateRequest.add_member(:managed_by, Shapes::ShapeRef.new(shape: CertificateManagedBy, location_name: "ManagedBy"))
|
337
348
|
RequestCertificateRequest.struct_class = Types::RequestCertificateRequest
|
338
349
|
|
339
350
|
RequestCertificateResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "CertificateArn"))
|
@@ -399,6 +410,7 @@ module Aws::ACM
|
|
399
410
|
"serviceFullName" => "AWS Certificate Manager",
|
400
411
|
"serviceId" => "ACM",
|
401
412
|
"signatureVersion" => "v4",
|
413
|
+
"signingName" => "acm",
|
402
414
|
"targetPrefix" => "CertificateManager",
|
403
415
|
"uid" => "acm-2015-12-08",
|
404
416
|
}
|
@@ -409,13 +421,13 @@ module Aws::ACM
|
|
409
421
|
o.http_request_uri = "/"
|
410
422
|
o.input = Shapes::ShapeRef.new(shape: AddTagsToCertificateRequest)
|
411
423
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
412
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
413
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
414
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTagException)
|
415
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
416
424
|
o.errors << Shapes::ShapeRef.new(shape: TagPolicyException)
|
417
425
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
426
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
418
427
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
428
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
429
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagException)
|
430
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
419
431
|
end)
|
420
432
|
|
421
433
|
api.add_operation(:delete_certificate, Seahorse::Model::Operation.new.tap do |o|
|
@@ -424,12 +436,12 @@ module Aws::ACM
|
|
424
436
|
o.http_request_uri = "/"
|
425
437
|
o.input = Shapes::ShapeRef.new(shape: DeleteCertificateRequest)
|
426
438
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
427
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
428
439
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
429
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
430
440
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
431
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
432
441
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
442
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
443
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
444
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
433
445
|
end)
|
434
446
|
|
435
447
|
api.add_operation(:describe_certificate, Seahorse::Model::Operation.new.tap do |o|
|
@@ -438,8 +450,8 @@ module Aws::ACM
|
|
438
450
|
o.http_request_uri = "/"
|
439
451
|
o.input = Shapes::ShapeRef.new(shape: DescribeCertificateRequest)
|
440
452
|
o.output = Shapes::ShapeRef.new(shape: DescribeCertificateResponse)
|
441
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
442
453
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
454
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
443
455
|
end)
|
444
456
|
|
445
457
|
api.add_operation(:export_certificate, Seahorse::Model::Operation.new.tap do |o|
|
@@ -448,9 +460,9 @@ module Aws::ACM
|
|
448
460
|
o.http_request_uri = "/"
|
449
461
|
o.input = Shapes::ShapeRef.new(shape: ExportCertificateRequest)
|
450
462
|
o.output = Shapes::ShapeRef.new(shape: ExportCertificateResponse)
|
451
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
452
|
-
o.errors << Shapes::ShapeRef.new(shape: RequestInProgressException)
|
453
463
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
464
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestInProgressException)
|
465
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
454
466
|
end)
|
455
467
|
|
456
468
|
api.add_operation(:get_account_configuration, Seahorse::Model::Operation.new.tap do |o|
|
@@ -459,8 +471,8 @@ module Aws::ACM
|
|
459
471
|
o.http_request_uri = "/"
|
460
472
|
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
461
473
|
o.output = Shapes::ShapeRef.new(shape: GetAccountConfigurationResponse)
|
462
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
463
474
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
475
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
464
476
|
end)
|
465
477
|
|
466
478
|
api.add_operation(:get_certificate, Seahorse::Model::Operation.new.tap do |o|
|
@@ -469,9 +481,9 @@ module Aws::ACM
|
|
469
481
|
o.http_request_uri = "/"
|
470
482
|
o.input = Shapes::ShapeRef.new(shape: GetCertificateRequest)
|
471
483
|
o.output = Shapes::ShapeRef.new(shape: GetCertificateResponse)
|
472
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
473
|
-
o.errors << Shapes::ShapeRef.new(shape: RequestInProgressException)
|
474
484
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
485
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestInProgressException)
|
486
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
475
487
|
end)
|
476
488
|
|
477
489
|
api.add_operation(:import_certificate, Seahorse::Model::Operation.new.tap do |o|
|
@@ -480,13 +492,13 @@ module Aws::ACM
|
|
480
492
|
o.http_request_uri = "/"
|
481
493
|
o.input = Shapes::ShapeRef.new(shape: ImportCertificateRequest)
|
482
494
|
o.output = Shapes::ShapeRef.new(shape: ImportCertificateResponse)
|
483
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
484
|
-
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
485
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTagException)
|
486
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
487
495
|
o.errors << Shapes::ShapeRef.new(shape: TagPolicyException)
|
488
496
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
497
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
489
498
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
499
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagException)
|
500
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
501
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
490
502
|
end)
|
491
503
|
|
492
504
|
api.add_operation(:list_certificates, Seahorse::Model::Operation.new.tap do |o|
|
@@ -495,8 +507,8 @@ module Aws::ACM
|
|
495
507
|
o.http_request_uri = "/"
|
496
508
|
o.input = Shapes::ShapeRef.new(shape: ListCertificatesRequest)
|
497
509
|
o.output = Shapes::ShapeRef.new(shape: ListCertificatesResponse)
|
498
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgsException)
|
499
510
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
511
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgsException)
|
500
512
|
o[:pager] = Aws::Pager.new(
|
501
513
|
limit_key: "max_items",
|
502
514
|
tokens: {
|
@@ -511,8 +523,8 @@ module Aws::ACM
|
|
511
523
|
o.http_request_uri = "/"
|
512
524
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForCertificateRequest)
|
513
525
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForCertificateResponse)
|
514
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
515
526
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
527
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
516
528
|
end)
|
517
529
|
|
518
530
|
api.add_operation(:put_account_configuration, Seahorse::Model::Operation.new.tap do |o|
|
@@ -523,8 +535,8 @@ module Aws::ACM
|
|
523
535
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
524
536
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
525
537
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
526
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
527
538
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
539
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
528
540
|
end)
|
529
541
|
|
530
542
|
api.add_operation(:remove_tags_from_certificate, Seahorse::Model::Operation.new.tap do |o|
|
@@ -533,12 +545,12 @@ module Aws::ACM
|
|
533
545
|
o.http_request_uri = "/"
|
534
546
|
o.input = Shapes::ShapeRef.new(shape: RemoveTagsFromCertificateRequest)
|
535
547
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
536
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
537
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
538
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTagException)
|
539
548
|
o.errors << Shapes::ShapeRef.new(shape: TagPolicyException)
|
540
549
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
541
550
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
551
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
552
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagException)
|
553
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
542
554
|
end)
|
543
555
|
|
544
556
|
api.add_operation(:renew_certificate, Seahorse::Model::Operation.new.tap do |o|
|
@@ -547,8 +559,9 @@ module Aws::ACM
|
|
547
559
|
o.http_request_uri = "/"
|
548
560
|
o.input = Shapes::ShapeRef.new(shape: RenewCertificateRequest)
|
549
561
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
550
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
551
562
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
563
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestInProgressException)
|
564
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
552
565
|
end)
|
553
566
|
|
554
567
|
api.add_operation(:request_certificate, Seahorse::Model::Operation.new.tap do |o|
|
@@ -557,13 +570,13 @@ module Aws::ACM
|
|
557
570
|
o.http_request_uri = "/"
|
558
571
|
o.input = Shapes::ShapeRef.new(shape: RequestCertificateRequest)
|
559
572
|
o.output = Shapes::ShapeRef.new(shape: RequestCertificateResponse)
|
560
|
-
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
561
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidDomainValidationOptionsException)
|
562
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
563
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTagException)
|
564
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
565
573
|
o.errors << Shapes::ShapeRef.new(shape: TagPolicyException)
|
566
574
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
575
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
576
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
577
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagException)
|
578
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDomainValidationOptionsException)
|
579
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
567
580
|
end)
|
568
581
|
|
569
582
|
api.add_operation(:resend_validation_email, Seahorse::Model::Operation.new.tap do |o|
|
@@ -572,10 +585,10 @@ module Aws::ACM
|
|
572
585
|
o.http_request_uri = "/"
|
573
586
|
o.input = Shapes::ShapeRef.new(shape: ResendValidationEmailRequest)
|
574
587
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
575
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
576
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
577
588
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
578
589
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDomainValidationOptionsException)
|
590
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
591
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
579
592
|
end)
|
580
593
|
|
581
594
|
api.add_operation(:update_certificate_options, Seahorse::Model::Operation.new.tap do |o|
|
@@ -584,10 +597,10 @@ module Aws::ACM
|
|
584
597
|
o.http_request_uri = "/"
|
585
598
|
o.input = Shapes::ShapeRef.new(shape: UpdateCertificateOptionsRequest)
|
586
599
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
587
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
600
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
588
601
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
589
602
|
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
590
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
603
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
591
604
|
end)
|
592
605
|
end
|
593
606
|
|
data/lib/aws-sdk-acm/types.rb
CHANGED
@@ -77,6 +77,11 @@ module Aws::ACM
|
|
77
77
|
# to the website.
|
78
78
|
# @return [Array<String>]
|
79
79
|
#
|
80
|
+
# @!attribute [rw] managed_by
|
81
|
+
# Identifies the Amazon Web Services service that manages the
|
82
|
+
# certificate issued by ACM.
|
83
|
+
# @return [String]
|
84
|
+
#
|
80
85
|
# @!attribute [rw] domain_validation_options
|
81
86
|
# Contains information about the initial validation of each domain
|
82
87
|
# name that occurs as a result of the RequestCertificate request. This
|
@@ -239,6 +244,7 @@ module Aws::ACM
|
|
239
244
|
:certificate_arn,
|
240
245
|
:domain_name,
|
241
246
|
:subject_alternative_names,
|
247
|
+
:managed_by,
|
242
248
|
:domain_validation_options,
|
243
249
|
:serial,
|
244
250
|
:subject,
|
@@ -321,20 +327,30 @@ module Aws::ACM
|
|
321
327
|
# certificate and additional domain names that can be used to connect
|
322
328
|
# to the website.
|
323
329
|
#
|
324
|
-
# When called by ListCertificates, this parameter will only
|
325
|
-
# first 100 subject alternative names included in the
|
326
|
-
# display the full list of subject alternative names,
|
327
|
-
# DescribeCertificate.
|
330
|
+
# When called by [ListCertificates][1], this parameter will only
|
331
|
+
# return the first 100 subject alternative names included in the
|
332
|
+
# certificate. To display the full list of subject alternative names,
|
333
|
+
# use [DescribeCertificate][2].
|
334
|
+
#
|
335
|
+
#
|
336
|
+
#
|
337
|
+
# [1]: https://docs.aws.amazon.com/acm/latestAPIReference/API_ListCertificates.html
|
338
|
+
# [2]: https://docs.aws.amazon.com/acm/latestAPIReference/API_DescribeCertificate.html
|
328
339
|
# @return [Array<String>]
|
329
340
|
#
|
330
341
|
# @!attribute [rw] has_additional_subject_alternative_names
|
331
|
-
# When called by ListCertificates, indicates whether the full
|
332
|
-
# subject alternative names has been included in the response.
|
333
|
-
# false, the response includes all of the subject alternative names
|
342
|
+
# When called by [ListCertificates][1], indicates whether the full
|
343
|
+
# list of subject alternative names has been included in the response.
|
344
|
+
# If false, the response includes all of the subject alternative names
|
334
345
|
# included in the certificate. If true, the response only includes the
|
335
346
|
# first 100 subject alternative names included in the certificate. To
|
336
347
|
# display the full list of subject alternative names, use
|
337
|
-
# DescribeCertificate.
|
348
|
+
# [DescribeCertificate][2].
|
349
|
+
#
|
350
|
+
#
|
351
|
+
#
|
352
|
+
# [1]: https://docs.aws.amazon.com/acm/latestAPIReference/API_ListCertificates.html
|
353
|
+
# [2]: https://docs.aws.amazon.com/acm/latestAPIReference/API_DescribeCertificate.html
|
338
354
|
# @return [Boolean]
|
339
355
|
#
|
340
356
|
# @!attribute [rw] status
|
@@ -431,6 +447,11 @@ module Aws::ACM
|
|
431
447
|
# only when the certificate status is `REVOKED`.
|
432
448
|
# @return [Time]
|
433
449
|
#
|
450
|
+
# @!attribute [rw] managed_by
|
451
|
+
# Identifies the Amazon Web Services service that manages the
|
452
|
+
# certificate issued by ACM.
|
453
|
+
# @return [String]
|
454
|
+
#
|
434
455
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/CertificateSummary AWS API Documentation
|
435
456
|
#
|
436
457
|
class CertificateSummary < Struct.new(
|
@@ -451,7 +472,8 @@ module Aws::ACM
|
|
451
472
|
:created_at,
|
452
473
|
:issued_at,
|
453
474
|
:imported_at,
|
454
|
-
:revoked_at
|
475
|
+
:revoked_at,
|
476
|
+
:managed_by)
|
455
477
|
SENSITIVE = []
|
456
478
|
include Aws::Structure
|
457
479
|
end
|
@@ -550,9 +572,9 @@ module Aws::ACM
|
|
550
572
|
#
|
551
573
|
# * `PENDING_VALIDATION`
|
552
574
|
#
|
553
|
-
# *
|
575
|
+
# * ``SUCCESS
|
554
576
|
#
|
555
|
-
# *
|
577
|
+
# * ``FAILED
|
556
578
|
# @return [String]
|
557
579
|
#
|
558
580
|
# @!attribute [rw] resource_record
|
@@ -561,8 +583,8 @@ module Aws::ACM
|
|
561
583
|
# Domain Ownership][1].
|
562
584
|
#
|
563
585
|
# Note: The CNAME information that you need does not include the name
|
564
|
-
# of your domain. If you include
|
565
|
-
# CNAME record, validation fails.
|
586
|
+
# of your domain. If you include
|
587
|
+
# CNAME record, validation fails.
|
566
588
|
# "\_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only
|
567
589
|
# "\_a79865eb4cd1a6ab990a45779b4e0b96" must be used.
|
568
590
|
#
|
@@ -571,6 +593,13 @@ module Aws::ACM
|
|
571
593
|
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html
|
572
594
|
# @return [Types::ResourceRecord]
|
573
595
|
#
|
596
|
+
# @!attribute [rw] http_redirect
|
597
|
+
# Contains information for HTTP-based domain validation of
|
598
|
+
# certificates requested through CloudFront and issued by ACM. This
|
599
|
+
# field exists only when the certificate type is `AMAZON_ISSUED` and
|
600
|
+
# the validation method is `HTTP`.
|
601
|
+
# @return [Types::HttpRedirect]
|
602
|
+
#
|
574
603
|
# @!attribute [rw] validation_method
|
575
604
|
# Specifies the domain validation method.
|
576
605
|
# @return [String]
|
@@ -583,6 +612,7 @@ module Aws::ACM
|
|
583
612
|
:validation_domain,
|
584
613
|
:validation_status,
|
585
614
|
:resource_record,
|
615
|
+
:http_redirect,
|
586
616
|
:validation_method)
|
587
617
|
SENSITIVE = []
|
588
618
|
include Aws::Structure
|
@@ -764,12 +794,18 @@ module Aws::ACM
|
|
764
794
|
# certificates.
|
765
795
|
# @return [Array<String>]
|
766
796
|
#
|
797
|
+
# @!attribute [rw] managed_by
|
798
|
+
# Identifies the Amazon Web Services service that manages the
|
799
|
+
# certificate issued by ACM.
|
800
|
+
# @return [String]
|
801
|
+
#
|
767
802
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/Filters AWS API Documentation
|
768
803
|
#
|
769
804
|
class Filters < Struct.new(
|
770
805
|
:extended_key_usage,
|
771
806
|
:key_usage,
|
772
|
-
:key_types
|
807
|
+
:key_types,
|
808
|
+
:managed_by)
|
773
809
|
SENSITIVE = []
|
774
810
|
include Aws::Structure
|
775
811
|
end
|
@@ -828,6 +864,30 @@ module Aws::ACM
|
|
828
864
|
include Aws::Structure
|
829
865
|
end
|
830
866
|
|
867
|
+
# Contains information for HTTP-based domain validation of certificates
|
868
|
+
# requested through CloudFront and issued by ACM. This field exists only
|
869
|
+
# when the certificate type is `AMAZON_ISSUED` and the validation method
|
870
|
+
# is `HTTP`.
|
871
|
+
#
|
872
|
+
# @!attribute [rw] redirect_from
|
873
|
+
# The URL including the domain to be validated. The certificate
|
874
|
+
# authority sends `GET` requests here during validation.
|
875
|
+
# @return [String]
|
876
|
+
#
|
877
|
+
# @!attribute [rw] redirect_to
|
878
|
+
# The URL hosting the validation token. `RedirectFrom` must return
|
879
|
+
# this content or redirect here.
|
880
|
+
# @return [String]
|
881
|
+
#
|
882
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/HttpRedirect AWS API Documentation
|
883
|
+
#
|
884
|
+
class HttpRedirect < Struct.new(
|
885
|
+
:redirect_from,
|
886
|
+
:redirect_to)
|
887
|
+
SENSITIVE = []
|
888
|
+
include Aws::Structure
|
889
|
+
end
|
890
|
+
|
831
891
|
# @!attribute [rw] certificate_arn
|
832
892
|
# The [Amazon Resource Name (ARN)][1] of an imported certificate to
|
833
893
|
# replace. To import a new certificate, omit this field.
|
@@ -1361,6 +1421,11 @@ module Aws::ACM
|
|
1361
1421
|
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms
|
1362
1422
|
# @return [String]
|
1363
1423
|
#
|
1424
|
+
# @!attribute [rw] managed_by
|
1425
|
+
# Identifies the Amazon Web Services service that manages the
|
1426
|
+
# certificate issued by ACM.
|
1427
|
+
# @return [String]
|
1428
|
+
#
|
1364
1429
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/RequestCertificateRequest AWS API Documentation
|
1365
1430
|
#
|
1366
1431
|
class RequestCertificateRequest < Struct.new(
|
@@ -1372,7 +1437,8 @@ module Aws::ACM
|
|
1372
1437
|
:options,
|
1373
1438
|
:certificate_authority_arn,
|
1374
1439
|
:tags,
|
1375
|
-
:key_algorithm
|
1440
|
+
:key_algorithm,
|
1441
|
+
:managed_by)
|
1376
1442
|
SENSITIVE = []
|
1377
1443
|
include Aws::Structure
|
1378
1444
|
end
|
data/lib/aws-sdk-acm/waiters.rb
CHANGED
@@ -69,7 +69,7 @@ module Aws::ACM
|
|
69
69
|
#
|
70
70
|
# | waiter_name | params | :delay | :max_attempts |
|
71
71
|
# | --------------------- | ----------------------------- | -------- | ------------- |
|
72
|
-
# | certificate_validated | {Client#describe_certificate} | 60 |
|
72
|
+
# | certificate_validated | {Client#describe_certificate} | 60 | 5 |
|
73
73
|
#
|
74
74
|
module Waiters
|
75
75
|
|
@@ -77,40 +77,40 @@ module Aws::ACM
|
|
77
77
|
|
78
78
|
# @param [Hash] options
|
79
79
|
# @option options [required, Client] :client
|
80
|
-
# @option options [Integer] :max_attempts (
|
80
|
+
# @option options [Integer] :max_attempts (5)
|
81
81
|
# @option options [Integer] :delay (60)
|
82
82
|
# @option options [Proc] :before_attempt
|
83
83
|
# @option options [Proc] :before_wait
|
84
84
|
def initialize(options)
|
85
85
|
@client = options.fetch(:client)
|
86
86
|
@waiter = Aws::Waiters::Waiter.new({
|
87
|
-
max_attempts:
|
87
|
+
max_attempts: 5,
|
88
88
|
delay: 60,
|
89
89
|
poller: Aws::Waiters::Poller.new(
|
90
90
|
operation_name: :describe_certificate,
|
91
91
|
acceptors: [
|
92
92
|
{
|
93
93
|
"matcher" => "pathAll",
|
94
|
-
"expected" => "SUCCESS",
|
95
94
|
"argument" => "certificate.domain_validation_options[].validation_status",
|
96
|
-
"state" => "success"
|
95
|
+
"state" => "success",
|
96
|
+
"expected" => "SUCCESS"
|
97
97
|
},
|
98
98
|
{
|
99
99
|
"matcher" => "pathAny",
|
100
|
-
"expected" => "PENDING_VALIDATION",
|
101
100
|
"argument" => "certificate.domain_validation_options[].validation_status",
|
102
|
-
"state" => "retry"
|
101
|
+
"state" => "retry",
|
102
|
+
"expected" => "PENDING_VALIDATION"
|
103
103
|
},
|
104
104
|
{
|
105
105
|
"matcher" => "path",
|
106
|
-
"expected" => "FAILED",
|
107
106
|
"argument" => "certificate.status",
|
108
|
-
"state" => "failure"
|
107
|
+
"state" => "failure",
|
108
|
+
"expected" => "FAILED"
|
109
109
|
},
|
110
110
|
{
|
111
111
|
"matcher" => "error",
|
112
|
-
"
|
113
|
-
"
|
112
|
+
"state" => "failure",
|
113
|
+
"expected" => "ResourceNotFoundException"
|
114
114
|
}
|
115
115
|
]
|
116
116
|
)
|
data/lib/aws-sdk-acm.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -168,7 +168,8 @@ module Aws
|
|
168
168
|
?includes: {
|
169
169
|
extended_key_usage: Array[("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")]?,
|
170
170
|
key_usage: Array[("DIGITAL_SIGNATURE" | "NON_REPUDIATION" | "KEY_ENCIPHERMENT" | "DATA_ENCIPHERMENT" | "KEY_AGREEMENT" | "CERTIFICATE_SIGNING" | "CRL_SIGNING" | "ENCIPHER_ONLY" | "DECIPHER_ONLY" | "ANY" | "CUSTOM")]?,
|
171
|
-
key_types: Array[("RSA_1024" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1")]
|
171
|
+
key_types: Array[("RSA_1024" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1")]?,
|
172
|
+
managed_by: ("CLOUDFRONT")?
|
172
173
|
},
|
173
174
|
?next_token: ::String,
|
174
175
|
?max_items: ::Integer,
|
@@ -221,7 +222,7 @@ module Aws
|
|
221
222
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ACM/Client.html#request_certificate-instance_method
|
222
223
|
def request_certificate: (
|
223
224
|
domain_name: ::String,
|
224
|
-
?validation_method: ("EMAIL" | "DNS"),
|
225
|
+
?validation_method: ("EMAIL" | "DNS" | "HTTP"),
|
225
226
|
?subject_alternative_names: Array[::String],
|
226
227
|
?idempotency_token: ::String,
|
227
228
|
?domain_validation_options: Array[
|
@@ -240,7 +241,8 @@ module Aws
|
|
240
241
|
value: ::String?
|
241
242
|
},
|
242
243
|
],
|
243
|
-
?key_algorithm: ("RSA_1024" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1")
|
244
|
+
?key_algorithm: ("RSA_1024" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1"),
|
245
|
+
?managed_by: ("CLOUDFRONT")
|
244
246
|
) -> _RequestCertificateResponseSuccess
|
245
247
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RequestCertificateResponseSuccess
|
246
248
|
|
data/sig/types.rbs
CHANGED
@@ -23,6 +23,7 @@ module Aws::ACM
|
|
23
23
|
attr_accessor certificate_arn: ::String
|
24
24
|
attr_accessor domain_name: ::String
|
25
25
|
attr_accessor subject_alternative_names: ::Array[::String]
|
26
|
+
attr_accessor managed_by: ("CLOUDFRONT")
|
26
27
|
attr_accessor domain_validation_options: ::Array[Types::DomainValidation]
|
27
28
|
attr_accessor serial: ::String
|
28
29
|
attr_accessor subject: ::String
|
@@ -32,7 +33,7 @@ module Aws::ACM
|
|
32
33
|
attr_accessor imported_at: ::Time
|
33
34
|
attr_accessor status: ("PENDING_VALIDATION" | "ISSUED" | "INACTIVE" | "EXPIRED" | "VALIDATION_TIMED_OUT" | "REVOKED" | "FAILED")
|
34
35
|
attr_accessor revoked_at: ::Time
|
35
|
-
attr_accessor revocation_reason: ("UNSPECIFIED" | "KEY_COMPROMISE" | "CA_COMPROMISE" | "AFFILIATION_CHANGED" | "SUPERCEDED" | "CESSATION_OF_OPERATION" | "CERTIFICATE_HOLD" | "REMOVE_FROM_CRL" | "PRIVILEGE_WITHDRAWN" | "A_A_COMPROMISE")
|
36
|
+
attr_accessor revocation_reason: ("UNSPECIFIED" | "KEY_COMPROMISE" | "CA_COMPROMISE" | "AFFILIATION_CHANGED" | "SUPERCEDED" | "SUPERSEDED" | "CESSATION_OF_OPERATION" | "CERTIFICATE_HOLD" | "REMOVE_FROM_CRL" | "PRIVILEGE_WITHDRAWN" | "A_A_COMPROMISE")
|
36
37
|
attr_accessor not_before: ::Time
|
37
38
|
attr_accessor not_after: ::Time
|
38
39
|
attr_accessor key_algorithm: ("RSA_1024" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1")
|
@@ -73,6 +74,7 @@ module Aws::ACM
|
|
73
74
|
attr_accessor issued_at: ::Time
|
74
75
|
attr_accessor imported_at: ::Time
|
75
76
|
attr_accessor revoked_at: ::Time
|
77
|
+
attr_accessor managed_by: ("CLOUDFRONT")
|
76
78
|
SENSITIVE: []
|
77
79
|
end
|
78
80
|
|
@@ -102,7 +104,8 @@ module Aws::ACM
|
|
102
104
|
attr_accessor validation_domain: ::String
|
103
105
|
attr_accessor validation_status: ("PENDING_VALIDATION" | "SUCCESS" | "FAILED")
|
104
106
|
attr_accessor resource_record: Types::ResourceRecord
|
105
|
-
attr_accessor
|
107
|
+
attr_accessor http_redirect: Types::HttpRedirect
|
108
|
+
attr_accessor validation_method: ("EMAIL" | "DNS" | "HTTP")
|
106
109
|
SENSITIVE: []
|
107
110
|
end
|
108
111
|
|
@@ -140,6 +143,7 @@ module Aws::ACM
|
|
140
143
|
attr_accessor extended_key_usage: ::Array[("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")]
|
141
144
|
attr_accessor key_usage: ::Array[("DIGITAL_SIGNATURE" | "NON_REPUDIATION" | "KEY_ENCIPHERMENT" | "DATA_ENCIPHERMENT" | "KEY_AGREEMENT" | "CERTIFICATE_SIGNING" | "CRL_SIGNING" | "ENCIPHER_ONLY" | "DECIPHER_ONLY" | "ANY" | "CUSTOM")]
|
142
145
|
attr_accessor key_types: ::Array[("RSA_1024" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1")]
|
146
|
+
attr_accessor managed_by: ("CLOUDFRONT")
|
143
147
|
SENSITIVE: []
|
144
148
|
end
|
145
149
|
|
@@ -159,6 +163,12 @@ module Aws::ACM
|
|
159
163
|
SENSITIVE: []
|
160
164
|
end
|
161
165
|
|
166
|
+
class HttpRedirect
|
167
|
+
attr_accessor redirect_from: ::String
|
168
|
+
attr_accessor redirect_to: ::String
|
169
|
+
SENSITIVE: []
|
170
|
+
end
|
171
|
+
|
162
172
|
class ImportCertificateRequest
|
163
173
|
attr_accessor certificate_arn: ::String
|
164
174
|
attr_accessor certificate: ::String
|
@@ -266,7 +276,7 @@ module Aws::ACM
|
|
266
276
|
|
267
277
|
class RequestCertificateRequest
|
268
278
|
attr_accessor domain_name: ::String
|
269
|
-
attr_accessor validation_method: ("EMAIL" | "DNS")
|
279
|
+
attr_accessor validation_method: ("EMAIL" | "DNS" | "HTTP")
|
270
280
|
attr_accessor subject_alternative_names: ::Array[::String]
|
271
281
|
attr_accessor idempotency_token: ::String
|
272
282
|
attr_accessor domain_validation_options: ::Array[Types::DomainValidationOption]
|
@@ -274,6 +284,7 @@ module Aws::ACM
|
|
274
284
|
attr_accessor certificate_authority_arn: ::String
|
275
285
|
attr_accessor tags: ::Array[Types::Tag]
|
276
286
|
attr_accessor key_algorithm: ("RSA_1024" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1")
|
287
|
+
attr_accessor managed_by: ("CLOUDFRONT")
|
277
288
|
SENSITIVE: []
|
278
289
|
end
|
279
290
|
|
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.85.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: 2025-
|
11
|
+
date: 2025-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|