aws-sdk-acm 1.41.0 → 1.45.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acm/client.rb +39 -27
- data/lib/aws-sdk-acm/customizations.rb +1 -1
- data/lib/aws-sdk-acm/types.rb +22 -21
- data/lib/aws-sdk-acm.rb +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27dfca476afbe6412edbdd2f04d6d2ca2691747c96e3c77592540784b1ea9eb4
|
4
|
+
data.tar.gz: 93c1d3f52f3d45b6952b8ea8375dcdae4ee0bc97388cacad00be95962e391c27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 693a93c3f904c93da89876df41338e0c8ec68622ee041385aaedd960670280e1ce54043d971f40d6df93f3a7808476811d087a4fd3621b4f7fcdf722781e6dce
|
7
|
+
data.tar.gz: 7a55bd6f8ec22a21018aa48942f885e0f82a29e47f105934e5ee00eb07f0c7e204ccdaa3138386c36afd7ae6c3f3be70a2696ba16c4425c840e1a84d6d1188e9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.45.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.44.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.43.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.42.0 (2021-07-14)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for RSA 3072 SSL certificate import
|
23
|
+
|
4
24
|
1.41.0 (2021-03-10)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.45.0
|
data/lib/aws-sdk-acm/client.rb
CHANGED
@@ -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
|
342
|
-
# of a `key` and an optional `value`. You specify the
|
343
|
-
# input by its Amazon Resource Name (ARN). You specify
|
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
|
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
|
410
|
-
# service. To delete a certificate that is in use,
|
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", "
|
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
|
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
|
663
|
-
# services that are integrated with ACM. Note that
|
664
|
-
# services][1] allow only certificate types and keys they
|
665
|
-
# associated with their resources. Further, their support
|
666
|
-
# depending on whether the certificate is imported into IAM or
|
667
|
-
# For more information, see the documentation for each
|
668
|
-
# information about importing certificates into ACM,
|
669
|
-
# Certificates][2] in the *
|
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: ["
|
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
|
1020
|
-
# request an ACM certificate, you must specify a fully
|
1021
|
-
# name (FQDN) in the `DomainName` parameter. You can
|
1022
|
-
# additional FQDNs in the `SubjectAlternativeNames`
|
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 [
|
1119
|
-
# Authority (PCA)][1] user guide. The ARN must have the
|
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.
|
1309
|
+
context[:gem_version] = '1.45.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/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
data/lib/aws-sdk-acm/types.rb
CHANGED
@@ -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
|
-
# *
|
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
|
159
|
-
# A certificate can be used by multiple
|
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 *
|
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 *
|
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
|
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: ["
|
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
|
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: ["
|
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 [
|
1303
|
-
# Certificate Authority (PCA)][1] user guide. The ARN must
|
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
|
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
|
1445
|
-
#
|
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
|
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]
|
data/lib/aws-sdk-acm.rb
CHANGED
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.45.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-
|
11
|
+
date: 2021-09-01 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.120.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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/
|
71
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
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:
|
@@ -77,15 +77,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
77
|
requirements:
|
78
78
|
- - ">="
|
79
79
|
- !ruby/object:Gem::Version
|
80
|
-
version: '
|
80
|
+
version: '2.3'
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
82
|
requirements:
|
83
83
|
- - ">="
|
84
84
|
- !ruby/object:Gem::Version
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
|
-
|
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
|