aws-sdk-acm 1.14.0 → 1.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-acm.rb +1 -1
- data/lib/aws-sdk-acm/client.rb +64 -23
- data/lib/aws-sdk-acm/client_api.rb +18 -0
- data/lib/aws-sdk-acm/types.rb +69 -28
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9980fda00feb760aa6086730644e5819d7bc26e9
|
4
|
+
data.tar.gz: 74d4982a2fbe374c07cf3d671ba0fc2d6b2326d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21afe6cfab08821c18692cac52bae505c8aa6166d7d56f19c7eab56af8a6d71c24b75206b442618ccca525d34ec4b5713943e1f3716b8e9b068a6b0c9d8613ad
|
7
|
+
data.tar.gz: 81b9cb8c40b36ffe1951303e135ca7a292804977a86b1b4a19187f0c792be1977c65e29c56c46bb9d6429b966e84553548e7d515417d238c467c1de46d547dc4
|
data/lib/aws-sdk-acm.rb
CHANGED
data/lib/aws-sdk-acm/client.rb
CHANGED
@@ -237,7 +237,7 @@ module Aws::ACM
|
|
237
237
|
#
|
238
238
|
#
|
239
239
|
#
|
240
|
-
# [1]:
|
240
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/tags.html
|
241
241
|
#
|
242
242
|
# @option params [required, String] :certificate_arn
|
243
243
|
# String that contains the ARN of the ACM certificate to which the tag
|
@@ -250,7 +250,7 @@ module Aws::ACM
|
|
250
250
|
#
|
251
251
|
#
|
252
252
|
#
|
253
|
-
# [1]:
|
253
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
254
254
|
#
|
255
255
|
# @option params [required, Array<Types::Tag>] :tags
|
256
256
|
# The key-value pair that defines the tag. The tag value is optional.
|
@@ -301,7 +301,7 @@ module Aws::ACM
|
|
301
301
|
#
|
302
302
|
#
|
303
303
|
#
|
304
|
-
# [1]:
|
304
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
305
305
|
#
|
306
306
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
307
307
|
#
|
@@ -333,7 +333,7 @@ module Aws::ACM
|
|
333
333
|
#
|
334
334
|
#
|
335
335
|
#
|
336
|
-
# [1]:
|
336
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
337
337
|
#
|
338
338
|
# @return [Types::DescribeCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
339
339
|
#
|
@@ -376,7 +376,7 @@ module Aws::ACM
|
|
376
376
|
# resp.certificate.signature_algorithm #=> String
|
377
377
|
# resp.certificate.in_use_by #=> Array
|
378
378
|
# resp.certificate.in_use_by[0] #=> String
|
379
|
-
# resp.certificate.failure_reason #=> String, one of "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "CAA_ERROR", "PCA_LIMIT_EXCEEDED", "PCA_INVALID_ARN", "PCA_INVALID_STATE", "PCA_REQUEST_FAILED", "PCA_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "OTHER"
|
379
|
+
# 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_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "OTHER"
|
380
380
|
# resp.certificate.type #=> String, one of "IMPORTED", "AMAZON_ISSUED", "PRIVATE"
|
381
381
|
# resp.certificate.renewal_summary.renewal_status #=> String, one of "PENDING_AUTO_RENEWAL", "PENDING_VALIDATION", "SUCCESS", "FAILED"
|
382
382
|
# resp.certificate.renewal_summary.domain_validation_options #=> Array
|
@@ -389,6 +389,8 @@ module Aws::ACM
|
|
389
389
|
# resp.certificate.renewal_summary.domain_validation_options[0].resource_record.type #=> String, one of "CNAME"
|
390
390
|
# resp.certificate.renewal_summary.domain_validation_options[0].resource_record.value #=> String
|
391
391
|
# resp.certificate.renewal_summary.domain_validation_options[0].validation_method #=> String, one of "EMAIL", "DNS"
|
392
|
+
# 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_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "OTHER"
|
393
|
+
# resp.certificate.renewal_summary.updated_at #=> Time
|
392
394
|
# resp.certificate.key_usages #=> Array
|
393
395
|
# 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"
|
394
396
|
# resp.certificate.extended_key_usages #=> Array
|
@@ -477,7 +479,7 @@ module Aws::ACM
|
|
477
479
|
#
|
478
480
|
#
|
479
481
|
#
|
480
|
-
# [1]:
|
482
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
481
483
|
#
|
482
484
|
# @return [Types::GetCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
483
485
|
#
|
@@ -562,10 +564,10 @@ module Aws::ACM
|
|
562
564
|
#
|
563
565
|
#
|
564
566
|
#
|
565
|
-
# [1]:
|
566
|
-
# [2]:
|
567
|
-
# [3]:
|
568
|
-
# [4]:
|
567
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html
|
568
|
+
# [2]: https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html
|
569
|
+
# [3]: https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
|
570
|
+
# [4]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
569
571
|
#
|
570
572
|
# @option params [String] :certificate_arn
|
571
573
|
# The [Amazon Resource Name (ARN)][1] of an imported certificate to
|
@@ -573,7 +575,7 @@ module Aws::ACM
|
|
573
575
|
#
|
574
576
|
#
|
575
577
|
#
|
576
|
-
# [1]:
|
578
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
577
579
|
#
|
578
580
|
# @option params [required, String, IO] :certificate
|
579
581
|
# The certificate to import.
|
@@ -684,7 +686,7 @@ module Aws::ACM
|
|
684
686
|
#
|
685
687
|
#
|
686
688
|
#
|
687
|
-
# [1]:
|
689
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
688
690
|
#
|
689
691
|
# @return [Types::ListTagsForCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
690
692
|
#
|
@@ -732,7 +734,7 @@ module Aws::ACM
|
|
732
734
|
#
|
733
735
|
#
|
734
736
|
#
|
735
|
-
# [1]:
|
737
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
736
738
|
#
|
737
739
|
# @option params [required, Array<Types::Tag>] :tags
|
738
740
|
# The key-value pair that defines the tag to remove.
|
@@ -760,6 +762,45 @@ module Aws::ACM
|
|
760
762
|
req.send_request(options)
|
761
763
|
end
|
762
764
|
|
765
|
+
# Renews an eligable ACM certificate. At this time, only exported
|
766
|
+
# private certificates can be renewed with this operation. In order to
|
767
|
+
# renew your ACM PCA certificates with ACM, you must first [grant the
|
768
|
+
# ACM service principal permission to do
|
769
|
+
# so](acm-pca/latest/userguide/PcaPermissions.html). For more
|
770
|
+
# information, see [Testing Managed
|
771
|
+
# Renewal](acm/latest/userguide/manuel-renewal.html) in the ACM User
|
772
|
+
# Guide.
|
773
|
+
#
|
774
|
+
# @option params [required, String] :certificate_arn
|
775
|
+
# String that contains the ARN of the ACM certificate to be renewed.
|
776
|
+
# This must be of the form:
|
777
|
+
#
|
778
|
+
# `arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012`
|
779
|
+
#
|
780
|
+
# For more information about ARNs, see [Amazon Resource Names (ARNs) and
|
781
|
+
# AWS Service Namespaces][1].
|
782
|
+
#
|
783
|
+
#
|
784
|
+
#
|
785
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
786
|
+
#
|
787
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
788
|
+
#
|
789
|
+
# @example Request syntax with placeholder values
|
790
|
+
#
|
791
|
+
# resp = client.renew_certificate({
|
792
|
+
# certificate_arn: "Arn", # required
|
793
|
+
# })
|
794
|
+
#
|
795
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/RenewCertificate AWS API Documentation
|
796
|
+
#
|
797
|
+
# @overload renew_certificate(params = {})
|
798
|
+
# @param [Hash] params ({})
|
799
|
+
def renew_certificate(params = {}, options = {})
|
800
|
+
req = build_request(:renew_certificate, params)
|
801
|
+
req.send_request(options)
|
802
|
+
end
|
803
|
+
|
763
804
|
# Requests an ACM certificate for use with other AWS services. To
|
764
805
|
# request an ACM certificate, you must specify a fully qualified domain
|
765
806
|
# name (FQDN) in the `DomainName` parameter. You can also specify
|
@@ -774,8 +815,8 @@ module Aws::ACM
|
|
774
815
|
#
|
775
816
|
#
|
776
817
|
#
|
777
|
-
# [1]:
|
778
|
-
# [2]:
|
818
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html
|
819
|
+
# [2]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html
|
779
820
|
#
|
780
821
|
# @option params [required, String] :domain_name
|
781
822
|
# Fully qualified domain name (FQDN), such as www.example.com, that you
|
@@ -796,8 +837,8 @@ module Aws::ACM
|
|
796
837
|
#
|
797
838
|
#
|
798
839
|
#
|
799
|
-
# [1]:
|
800
|
-
# [2]:
|
840
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html
|
841
|
+
# [2]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html
|
801
842
|
#
|
802
843
|
# @option params [Array<String>] :subject_alternative_names
|
803
844
|
# Additional FQDNs to be included in the Subject Alternative Name
|
@@ -827,7 +868,7 @@ module Aws::ACM
|
|
827
868
|
#
|
828
869
|
#
|
829
870
|
#
|
830
|
-
# [1]:
|
871
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-limits.html
|
831
872
|
#
|
832
873
|
# @option params [String] :idempotency_token
|
833
874
|
# Customer chosen string that can be used to distinguish between calls
|
@@ -852,7 +893,7 @@ module Aws::ACM
|
|
852
893
|
#
|
853
894
|
#
|
854
895
|
#
|
855
|
-
# [1]:
|
896
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency
|
856
897
|
#
|
857
898
|
# @option params [String] :certificate_authority_arn
|
858
899
|
# The Amazon Resource Name (ARN) of the private certificate authority
|
@@ -866,7 +907,7 @@ module Aws::ACM
|
|
866
907
|
#
|
867
908
|
#
|
868
909
|
#
|
869
|
-
# [1]:
|
910
|
+
# [1]: https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaWelcome.html
|
870
911
|
#
|
871
912
|
# @return [Types::RequestCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
872
913
|
#
|
@@ -919,7 +960,7 @@ module Aws::ACM
|
|
919
960
|
#
|
920
961
|
#
|
921
962
|
#
|
922
|
-
# [1]:
|
963
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/setup-email.html
|
923
964
|
#
|
924
965
|
# @option params [required, String] :certificate_arn
|
925
966
|
# String that contains the ARN of the requested certificate. The
|
@@ -980,7 +1021,7 @@ module Aws::ACM
|
|
980
1021
|
#
|
981
1022
|
#
|
982
1023
|
#
|
983
|
-
# [1]:
|
1024
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency
|
984
1025
|
#
|
985
1026
|
# @option params [required, String] :certificate_arn
|
986
1027
|
# ARN of the requested certificate to update. This must be of the form:
|
@@ -1029,7 +1070,7 @@ module Aws::ACM
|
|
1029
1070
|
params: params,
|
1030
1071
|
config: config)
|
1031
1072
|
context[:gem_name] = 'aws-sdk-acm'
|
1032
|
-
context[:gem_version] = '1.
|
1073
|
+
context[:gem_version] = '1.15.0'
|
1033
1074
|
Seahorse::Client::Request.new(handlers, context)
|
1034
1075
|
end
|
1035
1076
|
|
@@ -49,6 +49,7 @@ module Aws::ACM
|
|
49
49
|
ImportCertificateRequest = Shapes::StructureShape.new(name: 'ImportCertificateRequest')
|
50
50
|
ImportCertificateResponse = Shapes::StructureShape.new(name: 'ImportCertificateResponse')
|
51
51
|
InUseList = Shapes::ListShape.new(name: 'InUseList')
|
52
|
+
InvalidArgsException = Shapes::StructureShape.new(name: 'InvalidArgsException')
|
52
53
|
InvalidArnException = Shapes::StructureShape.new(name: 'InvalidArnException')
|
53
54
|
InvalidDomainValidationOptionsException = Shapes::StructureShape.new(name: 'InvalidDomainValidationOptionsException')
|
54
55
|
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
@@ -71,6 +72,7 @@ module Aws::ACM
|
|
71
72
|
PrivateKeyBlob = Shapes::BlobShape.new(name: 'PrivateKeyBlob')
|
72
73
|
RecordType = Shapes::StringShape.new(name: 'RecordType')
|
73
74
|
RemoveTagsFromCertificateRequest = Shapes::StructureShape.new(name: 'RemoveTagsFromCertificateRequest')
|
75
|
+
RenewCertificateRequest = Shapes::StructureShape.new(name: 'RenewCertificateRequest')
|
74
76
|
RenewalEligibility = Shapes::StringShape.new(name: 'RenewalEligibility')
|
75
77
|
RenewalStatus = Shapes::StringShape.new(name: 'RenewalStatus')
|
76
78
|
RenewalSummary = Shapes::StructureShape.new(name: 'RenewalSummary')
|
@@ -232,8 +234,13 @@ module Aws::ACM
|
|
232
234
|
RemoveTagsFromCertificateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
233
235
|
RemoveTagsFromCertificateRequest.struct_class = Types::RemoveTagsFromCertificateRequest
|
234
236
|
|
237
|
+
RenewCertificateRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CertificateArn"))
|
238
|
+
RenewCertificateRequest.struct_class = Types::RenewCertificateRequest
|
239
|
+
|
235
240
|
RenewalSummary.add_member(:renewal_status, Shapes::ShapeRef.new(shape: RenewalStatus, required: true, location_name: "RenewalStatus"))
|
236
241
|
RenewalSummary.add_member(:domain_validation_options, Shapes::ShapeRef.new(shape: DomainValidationList, required: true, location_name: "DomainValidationOptions"))
|
242
|
+
RenewalSummary.add_member(:renewal_status_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "RenewalStatusReason"))
|
243
|
+
RenewalSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: TStamp, required: true, location_name: "UpdatedAt"))
|
237
244
|
RenewalSummary.struct_class = Types::RenewalSummary
|
238
245
|
|
239
246
|
RequestCertificateRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainNameString, required: true, location_name: "DomainName"))
|
@@ -360,6 +367,7 @@ module Aws::ACM
|
|
360
367
|
o.http_request_uri = "/"
|
361
368
|
o.input = Shapes::ShapeRef.new(shape: ListCertificatesRequest)
|
362
369
|
o.output = Shapes::ShapeRef.new(shape: ListCertificatesResponse)
|
370
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgsException)
|
363
371
|
o[:pager] = Aws::Pager.new(
|
364
372
|
limit_key: "max_items",
|
365
373
|
tokens: {
|
@@ -389,6 +397,16 @@ module Aws::ACM
|
|
389
397
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTagException)
|
390
398
|
end)
|
391
399
|
|
400
|
+
api.add_operation(:renew_certificate, Seahorse::Model::Operation.new.tap do |o|
|
401
|
+
o.name = "RenewCertificate"
|
402
|
+
o.http_method = "POST"
|
403
|
+
o.http_request_uri = "/"
|
404
|
+
o.input = Shapes::ShapeRef.new(shape: RenewCertificateRequest)
|
405
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
406
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
407
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
408
|
+
end)
|
409
|
+
|
392
410
|
api.add_operation(:request_certificate, Seahorse::Model::Operation.new.tap do |o|
|
393
411
|
o.name = "RequestCertificate"
|
394
412
|
o.http_method = "POST"
|
data/lib/aws-sdk-acm/types.rb
CHANGED
@@ -32,7 +32,7 @@ module Aws::ACM
|
|
32
32
|
#
|
33
33
|
#
|
34
34
|
#
|
35
|
-
# [1]:
|
35
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
36
36
|
# @return [String]
|
37
37
|
#
|
38
38
|
# @!attribute [rw] tags
|
@@ -57,7 +57,7 @@ module Aws::ACM
|
|
57
57
|
#
|
58
58
|
#
|
59
59
|
#
|
60
|
-
# [1]:
|
60
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
61
61
|
# @return [String]
|
62
62
|
#
|
63
63
|
# @!attribute [rw] domain_name
|
@@ -152,7 +152,7 @@ module Aws::ACM
|
|
152
152
|
#
|
153
153
|
#
|
154
154
|
#
|
155
|
-
# [1]:
|
155
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting.html#troubleshooting-failed
|
156
156
|
# @return [String]
|
157
157
|
#
|
158
158
|
# @!attribute [rw] type
|
@@ -166,8 +166,8 @@ module Aws::ACM
|
|
166
166
|
#
|
167
167
|
#
|
168
168
|
#
|
169
|
-
# [1]:
|
170
|
-
# [2]:
|
169
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
|
170
|
+
# [2]: https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html
|
171
171
|
# @return [String]
|
172
172
|
#
|
173
173
|
# @!attribute [rw] renewal_summary
|
@@ -177,7 +177,7 @@ module Aws::ACM
|
|
177
177
|
#
|
178
178
|
#
|
179
179
|
#
|
180
|
-
# [1]:
|
180
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
|
181
181
|
# @return [Types::RenewalSummary]
|
182
182
|
#
|
183
183
|
# @!attribute [rw] key_usages
|
@@ -202,7 +202,9 @@ module Aws::ACM
|
|
202
202
|
# @return [String]
|
203
203
|
#
|
204
204
|
# @!attribute [rw] renewal_eligibility
|
205
|
-
# Specifies whether the certificate is eligible for renewal.
|
205
|
+
# Specifies whether the certificate is eligible for renewal. At this
|
206
|
+
# time, only exported private certificates can be renewed with the
|
207
|
+
# RenewCertificate command.
|
206
208
|
# @return [String]
|
207
209
|
#
|
208
210
|
# @!attribute [rw] options
|
@@ -257,7 +259,7 @@ module Aws::ACM
|
|
257
259
|
#
|
258
260
|
#
|
259
261
|
#
|
260
|
-
# [1]:
|
262
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency
|
261
263
|
#
|
262
264
|
# @note When making an API call, you may pass CertificateOptions
|
263
265
|
# data as a hash:
|
@@ -291,7 +293,7 @@ module Aws::ACM
|
|
291
293
|
#
|
292
294
|
#
|
293
295
|
#
|
294
|
-
# [1]:
|
296
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
295
297
|
# @return [String]
|
296
298
|
#
|
297
299
|
# @!attribute [rw] domain_name
|
@@ -325,7 +327,7 @@ module Aws::ACM
|
|
325
327
|
#
|
326
328
|
#
|
327
329
|
#
|
328
|
-
# [1]:
|
330
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
329
331
|
# @return [String]
|
330
332
|
#
|
331
333
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/DeleteCertificateRequest AWS API Documentation
|
@@ -353,7 +355,7 @@ module Aws::ACM
|
|
353
355
|
#
|
354
356
|
#
|
355
357
|
#
|
356
|
-
# [1]:
|
358
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
357
359
|
# @return [String]
|
358
360
|
#
|
359
361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/DescribeCertificateRequest AWS API Documentation
|
@@ -409,7 +411,7 @@ module Aws::ACM
|
|
409
411
|
#
|
410
412
|
#
|
411
413
|
#
|
412
|
-
# [1]:
|
414
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html
|
413
415
|
# @return [Types::ResourceRecord]
|
414
416
|
#
|
415
417
|
# @!attribute [rw] validation_method
|
@@ -513,8 +515,9 @@ module Aws::ACM
|
|
513
515
|
# @return [String]
|
514
516
|
#
|
515
517
|
# @!attribute [rw] private_key
|
516
|
-
# The
|
517
|
-
# certificate.
|
518
|
+
# The encrypted private key associated with the public key in the
|
519
|
+
# certificate. The key is output in PKCS #8 format and is base64
|
520
|
+
# PEM-encoded.
|
518
521
|
# @return [String]
|
519
522
|
#
|
520
523
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/ExportCertificateResponse AWS API Documentation
|
@@ -617,7 +620,7 @@ module Aws::ACM
|
|
617
620
|
#
|
618
621
|
#
|
619
622
|
#
|
620
|
-
# [1]:
|
623
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
621
624
|
# @return [String]
|
622
625
|
#
|
623
626
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/GetCertificateRequest AWS API Documentation
|
@@ -661,7 +664,7 @@ module Aws::ACM
|
|
661
664
|
#
|
662
665
|
#
|
663
666
|
#
|
664
|
-
# [1]:
|
667
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
665
668
|
# @return [String]
|
666
669
|
#
|
667
670
|
# @!attribute [rw] certificate
|
@@ -691,7 +694,7 @@ module Aws::ACM
|
|
691
694
|
#
|
692
695
|
#
|
693
696
|
#
|
694
|
-
# [1]:
|
697
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
695
698
|
# @return [String]
|
696
699
|
#
|
697
700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/ImportCertificateResponse AWS API Documentation
|
@@ -799,7 +802,7 @@ module Aws::ACM
|
|
799
802
|
#
|
800
803
|
#
|
801
804
|
#
|
802
|
-
# [1]:
|
805
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
803
806
|
# @return [String]
|
804
807
|
#
|
805
808
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/ListTagsForCertificateRequest AWS API Documentation
|
@@ -844,7 +847,7 @@ module Aws::ACM
|
|
844
847
|
#
|
845
848
|
#
|
846
849
|
#
|
847
|
-
# [1]:
|
850
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
848
851
|
# @return [String]
|
849
852
|
#
|
850
853
|
# @!attribute [rw] tags
|
@@ -859,20 +862,48 @@ module Aws::ACM
|
|
859
862
|
include Aws::Structure
|
860
863
|
end
|
861
864
|
|
865
|
+
# @note When making an API call, you may pass RenewCertificateRequest
|
866
|
+
# data as a hash:
|
867
|
+
#
|
868
|
+
# {
|
869
|
+
# certificate_arn: "Arn", # required
|
870
|
+
# }
|
871
|
+
#
|
872
|
+
# @!attribute [rw] certificate_arn
|
873
|
+
# String that contains the ARN of the ACM certificate to be renewed.
|
874
|
+
# This must be of the form:
|
875
|
+
#
|
876
|
+
# `arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012`
|
877
|
+
#
|
878
|
+
# For more information about ARNs, see [Amazon Resource Names (ARNs)
|
879
|
+
# and AWS Service Namespaces][1].
|
880
|
+
#
|
881
|
+
#
|
882
|
+
#
|
883
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
884
|
+
# @return [String]
|
885
|
+
#
|
886
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/RenewCertificateRequest AWS API Documentation
|
887
|
+
#
|
888
|
+
class RenewCertificateRequest < Struct.new(
|
889
|
+
:certificate_arn)
|
890
|
+
include Aws::Structure
|
891
|
+
end
|
892
|
+
|
862
893
|
# Contains information about the status of ACM's [managed renewal][1]
|
863
894
|
# for the certificate. This structure exists only when the certificate
|
864
895
|
# type is `AMAZON_ISSUED`.
|
865
896
|
#
|
866
897
|
#
|
867
898
|
#
|
868
|
-
# [1]:
|
899
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
|
869
900
|
#
|
870
901
|
# @!attribute [rw] renewal_status
|
871
902
|
# The status of ACM's [managed renewal][1] of the certificate.
|
872
903
|
#
|
873
904
|
#
|
874
905
|
#
|
875
|
-
# [1]:
|
906
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
|
876
907
|
# @return [String]
|
877
908
|
#
|
878
909
|
# @!attribute [rw] domain_validation_options
|
@@ -884,14 +915,24 @@ module Aws::ACM
|
|
884
915
|
#
|
885
916
|
#
|
886
917
|
#
|
887
|
-
# [1]:
|
918
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
|
888
919
|
# @return [Array<Types::DomainValidation>]
|
889
920
|
#
|
921
|
+
# @!attribute [rw] renewal_status_reason
|
922
|
+
# The reason that a renewal request was unsuccessful.
|
923
|
+
# @return [String]
|
924
|
+
#
|
925
|
+
# @!attribute [rw] updated_at
|
926
|
+
# The time at which the renewal summary was last updated.
|
927
|
+
# @return [Time]
|
928
|
+
#
|
890
929
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/RenewalSummary AWS API Documentation
|
891
930
|
#
|
892
931
|
class RenewalSummary < Struct.new(
|
893
932
|
:renewal_status,
|
894
|
-
:domain_validation_options
|
933
|
+
:domain_validation_options,
|
934
|
+
:renewal_status_reason,
|
935
|
+
:updated_at)
|
895
936
|
include Aws::Structure
|
896
937
|
end
|
897
938
|
|
@@ -935,8 +976,8 @@ module Aws::ACM
|
|
935
976
|
#
|
936
977
|
#
|
937
978
|
#
|
938
|
-
# [1]:
|
939
|
-
# [2]:
|
979
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html
|
980
|
+
# [2]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html
|
940
981
|
# @return [String]
|
941
982
|
#
|
942
983
|
# @!attribute [rw] subject_alternative_names
|
@@ -967,7 +1008,7 @@ module Aws::ACM
|
|
967
1008
|
#
|
968
1009
|
#
|
969
1010
|
#
|
970
|
-
# [1]:
|
1011
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-limits.html
|
971
1012
|
# @return [Array<String>]
|
972
1013
|
#
|
973
1014
|
# @!attribute [rw] idempotency_token
|
@@ -996,7 +1037,7 @@ module Aws::ACM
|
|
996
1037
|
#
|
997
1038
|
#
|
998
1039
|
#
|
999
|
-
# [1]:
|
1040
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency
|
1000
1041
|
# @return [Types::CertificateOptions]
|
1001
1042
|
#
|
1002
1043
|
# @!attribute [rw] certificate_authority_arn
|
@@ -1012,7 +1053,7 @@ module Aws::ACM
|
|
1012
1053
|
#
|
1013
1054
|
#
|
1014
1055
|
#
|
1015
|
-
# [1]:
|
1056
|
+
# [1]: https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaWelcome.html
|
1016
1057
|
# @return [String]
|
1017
1058
|
#
|
1018
1059
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/RequestCertificateRequest AWS API Documentation
|
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.15.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:
|
11
|
+
date: 2019-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.47.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.47.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.1'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.1'
|
47
47
|
description: Official AWS Ruby gem for AWS Certificate Manager (ACM). This gem is
|
48
48
|
part of the AWS SDK for Ruby.
|
49
49
|
email:
|