aws-sdk-acm 1.28.0 → 1.33.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 +5 -5
- data/lib/aws-sdk-acm.rb +3 -1
- data/lib/aws-sdk-acm/client.rb +50 -33
- data/lib/aws-sdk-acm/client_api.rb +2 -0
- data/lib/aws-sdk-acm/customizations.rb +1 -0
- data/lib/aws-sdk-acm/errors.rb +2 -0
- data/lib/aws-sdk-acm/resource.rb +3 -7
- data/lib/aws-sdk-acm/types.rb +60 -8
- data/lib/aws-sdk-acm/waiters.rb +63 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1050b2df513aabc621ad206c437ac047a9048d3cfd6ff40fec0cc08d2ec3915b
|
4
|
+
data.tar.gz: da61d7f1ac6c651d39bffc288a015d6e26e3ee5f0336ec052d89eea6e8962801
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba6bfc4652da446277d4a6842bdadf83b8643c5b09dbc795466ed9aeec1a367c4cf4cb6c2b0c31ba42488831d72ea5daa6c3f230748ff11fd80acc35b68876ba
|
7
|
+
data.tar.gz: c61d0b8542c3d80bc9985385e73f67383a8754e14568436ca94ee07fbc5666c4408129f9041583132315b81e9fa59cf7b268170eb2e15a317534b2cc5713b364
|
data/lib/aws-sdk-acm.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-acm/customizations'
|
|
46
48
|
# @service
|
47
49
|
module Aws::ACM
|
48
50
|
|
49
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.33.0'
|
50
52
|
|
51
53
|
end
|
data/lib/aws-sdk-acm/client.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:acm)
|
|
32
35
|
module Aws::ACM
|
33
36
|
# An API client for ACM. To construct a client, you need to configure a `:region` and `:credentials`.
|
34
37
|
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
#
|
38
|
-
#
|
39
|
-
#
|
38
|
+
# client = Aws::ACM::Client.new(
|
39
|
+
# region: region_name,
|
40
|
+
# credentials: credentials,
|
41
|
+
# # ...
|
42
|
+
# )
|
40
43
|
#
|
41
44
|
# For details on configuring region and credentials see
|
42
45
|
# the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
|
@@ -69,6 +72,7 @@ module Aws::ACM
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -105,7 +109,7 @@ module Aws::ACM
|
|
105
109
|
# @option options [required, String] :region
|
106
110
|
# The AWS region to connect to. The configured `:region` is
|
107
111
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
112
|
+
# a default `:region` is searched for in the following locations:
|
109
113
|
#
|
110
114
|
# * `Aws.config[:region]`
|
111
115
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +165,7 @@ module Aws::ACM
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::ACM
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -229,15 +233,19 @@ module Aws::ACM
|
|
229
233
|
#
|
230
234
|
# @option options [String] :retry_mode ("legacy")
|
231
235
|
# Specifies which retry algorithm to use. Values are:
|
232
|
-
#
|
233
|
-
#
|
234
|
-
#
|
235
|
-
#
|
236
|
-
#
|
237
|
-
#
|
238
|
-
#
|
239
|
-
#
|
240
|
-
#
|
236
|
+
#
|
237
|
+
# * `legacy` - The pre-existing retry behavior. This is default value if
|
238
|
+
# no retry mode is provided.
|
239
|
+
#
|
240
|
+
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
241
|
+
# This includes support for retry quotas, which limit the number of
|
242
|
+
# unsuccessful retries a client can make.
|
243
|
+
#
|
244
|
+
# * `adaptive` - An experimental retry mode that includes all the
|
245
|
+
# functionality of `standard` mode along with automatic client side
|
246
|
+
# throttling. This is a provisional mode that may change behavior
|
247
|
+
# in the future.
|
248
|
+
#
|
241
249
|
#
|
242
250
|
# @option options [String] :secret_access_key
|
243
251
|
#
|
@@ -275,8 +283,7 @@ module Aws::ACM
|
|
275
283
|
#
|
276
284
|
# @option options [Integer] :http_read_timeout (60) The default
|
277
285
|
# number of seconds to wait for response data. This value can
|
278
|
-
# safely be set
|
279
|
-
# per-request on the session yielded by {#session_for}.
|
286
|
+
# safely be set per-request on the session.
|
280
287
|
#
|
281
288
|
# @option options [Float] :http_idle_timeout (5) The number of
|
282
289
|
# seconds a connection is allowed to sit idle before it is
|
@@ -288,7 +295,7 @@ module Aws::ACM
|
|
288
295
|
# request body. This option has no effect unless the request has
|
289
296
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
290
297
|
# disables this behaviour. This value can safely be set per
|
291
|
-
# request on the session
|
298
|
+
# request on the session.
|
292
299
|
#
|
293
300
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
294
301
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -500,6 +507,11 @@ module Aws::ACM
|
|
500
507
|
# resp.certificate.renewal_eligibility #=> String, one of "ELIGIBLE", "INELIGIBLE"
|
501
508
|
# resp.certificate.options.certificate_transparency_logging_preference #=> String, one of "ENABLED", "DISABLED"
|
502
509
|
#
|
510
|
+
#
|
511
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
512
|
+
#
|
513
|
+
# * certificate_validated
|
514
|
+
#
|
503
515
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/DescribeCertificate AWS API Documentation
|
504
516
|
#
|
505
517
|
# @overload describe_certificate(params = {})
|
@@ -565,12 +577,15 @@ module Aws::ACM
|
|
565
577
|
req.send_request(options)
|
566
578
|
end
|
567
579
|
|
568
|
-
# Retrieves
|
569
|
-
#
|
570
|
-
#
|
571
|
-
#
|
572
|
-
#
|
573
|
-
#
|
580
|
+
# Retrieves an Amazon-issued certificate and its certificate chain. The
|
581
|
+
# chain consists of the certificate of the issuing CA and the
|
582
|
+
# intermediate certificates of any other subordinate CAs. All of the
|
583
|
+
# certificates are base64 encoded. You can use [OpenSSL][1] to decode
|
584
|
+
# the certificates and inspect individual fields.
|
585
|
+
#
|
586
|
+
#
|
587
|
+
#
|
588
|
+
# [1]: https://wiki.openssl.org/index.php/Command_Line_Utilities
|
574
589
|
#
|
575
590
|
# @option params [required, String] :certificate_arn
|
576
591
|
# String that contains a certificate ARN in the following format:
|
@@ -761,6 +776,8 @@ module Aws::ACM
|
|
761
776
|
# * {Types::ListCertificatesResponse#next_token #next_token} => String
|
762
777
|
# * {Types::ListCertificatesResponse#certificate_summary_list #certificate_summary_list} => Array<Types::CertificateSummary>
|
763
778
|
#
|
779
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
780
|
+
#
|
764
781
|
# @example Request syntax with placeholder values
|
765
782
|
#
|
766
783
|
# resp = client.list_certificates({
|
@@ -968,9 +985,9 @@ module Aws::ACM
|
|
968
985
|
# www.example.net to a certificate for which the `DomainName` field is
|
969
986
|
# www.example.com if users can reach your site by using either name. The
|
970
987
|
# maximum number of domain names that you can add to an ACM certificate
|
971
|
-
# is 100. However, the initial
|
972
|
-
# more than 10 names, you must request a
|
973
|
-
# information, see [
|
988
|
+
# is 100. However, the initial quota is 10 domain names. If you need
|
989
|
+
# more than 10 names, you must request a quota increase. For more
|
990
|
+
# information, see [Quotas][1].
|
974
991
|
#
|
975
992
|
# The maximum length of a SAN DNS name is 253 octets. The name is made
|
976
993
|
# up of multiple labels separated by periods. No label can be longer
|
@@ -1201,7 +1218,7 @@ module Aws::ACM
|
|
1201
1218
|
params: params,
|
1202
1219
|
config: config)
|
1203
1220
|
context[:gem_name] = 'aws-sdk-acm'
|
1204
|
-
context[:gem_version] = '1.
|
1221
|
+
context[:gem_version] = '1.33.0'
|
1205
1222
|
Seahorse::Client::Request.new(handlers, context)
|
1206
1223
|
end
|
1207
1224
|
|
@@ -1267,9 +1284,9 @@ module Aws::ACM
|
|
1267
1284
|
# The following table lists the valid waiter names, the operations they call,
|
1268
1285
|
# and the default `:delay` and `:max_attempts` values.
|
1269
1286
|
#
|
1270
|
-
# | waiter_name | params
|
1271
|
-
# | --------------------- |
|
1272
|
-
# | certificate_validated | {#describe_certificate} | 60 | 40 |
|
1287
|
+
# | waiter_name | params | :delay | :max_attempts |
|
1288
|
+
# | --------------------- | ----------------------------- | -------- | ------------- |
|
1289
|
+
# | certificate_validated | {Client#describe_certificate} | 60 | 40 |
|
1273
1290
|
#
|
1274
1291
|
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
1275
1292
|
# because the waiter has entered a state that it will not transition
|
data/lib/aws-sdk-acm/errors.rb
CHANGED
data/lib/aws-sdk-acm/resource.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -6,13 +8,7 @@
|
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
8
10
|
module Aws::ACM
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::ACM::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::ACM::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::ACM::Resource.new(client: client)
|
11
|
+
|
16
12
|
class Resource
|
17
13
|
|
18
14
|
# @param options ({})
|
data/lib/aws-sdk-acm/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -44,6 +46,7 @@ module Aws::ACM
|
|
44
46
|
class AddTagsToCertificateRequest < Struct.new(
|
45
47
|
:certificate_arn,
|
46
48
|
:tags)
|
49
|
+
SENSITIVE = []
|
47
50
|
include Aws::Structure
|
48
51
|
end
|
49
52
|
|
@@ -245,6 +248,7 @@ module Aws::ACM
|
|
245
248
|
:certificate_authority_arn,
|
246
249
|
:renewal_eligibility,
|
247
250
|
:options)
|
251
|
+
SENSITIVE = []
|
248
252
|
include Aws::Structure
|
249
253
|
end
|
250
254
|
|
@@ -277,6 +281,7 @@ module Aws::ACM
|
|
277
281
|
#
|
278
282
|
class CertificateOptions < Struct.new(
|
279
283
|
:certificate_transparency_logging_preference)
|
284
|
+
SENSITIVE = []
|
280
285
|
include Aws::Structure
|
281
286
|
end
|
282
287
|
|
@@ -306,6 +311,7 @@ module Aws::ACM
|
|
306
311
|
class CertificateSummary < Struct.new(
|
307
312
|
:certificate_arn,
|
308
313
|
:domain_name)
|
314
|
+
SENSITIVE = []
|
309
315
|
include Aws::Structure
|
310
316
|
end
|
311
317
|
|
@@ -334,6 +340,7 @@ module Aws::ACM
|
|
334
340
|
#
|
335
341
|
class DeleteCertificateRequest < Struct.new(
|
336
342
|
:certificate_arn)
|
343
|
+
SENSITIVE = []
|
337
344
|
include Aws::Structure
|
338
345
|
end
|
339
346
|
|
@@ -362,6 +369,7 @@ module Aws::ACM
|
|
362
369
|
#
|
363
370
|
class DescribeCertificateRequest < Struct.new(
|
364
371
|
:certificate_arn)
|
372
|
+
SENSITIVE = []
|
365
373
|
include Aws::Structure
|
366
374
|
end
|
367
375
|
|
@@ -373,6 +381,7 @@ module Aws::ACM
|
|
373
381
|
#
|
374
382
|
class DescribeCertificateResponse < Struct.new(
|
375
383
|
:certificate)
|
384
|
+
SENSITIVE = []
|
376
385
|
include Aws::Structure
|
377
386
|
end
|
378
387
|
|
@@ -409,6 +418,12 @@ module Aws::ACM
|
|
409
418
|
# domain validation. For more information, see [Use DNS to Validate
|
410
419
|
# Domain Ownership][1].
|
411
420
|
#
|
421
|
+
# Note: The CNAME information that you need does not include the name
|
422
|
+
# of your domain. If you include
your domain name in the DNS database
|
423
|
+
# CNAME record, validation fails.
For example, if the name is
|
424
|
+
# "\_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only
|
425
|
+
# "\_a79865eb4cd1a6ab990a45779b4e0b96" must be used.
|
426
|
+
#
|
412
427
|
#
|
413
428
|
#
|
414
429
|
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html
|
@@ -427,6 +442,7 @@ module Aws::ACM
|
|
427
442
|
:validation_status,
|
428
443
|
:resource_record,
|
429
444
|
:validation_method)
|
445
|
+
SENSITIVE = []
|
430
446
|
include Aws::Structure
|
431
447
|
end
|
432
448
|
|
@@ -470,6 +486,7 @@ module Aws::ACM
|
|
470
486
|
class DomainValidationOption < Struct.new(
|
471
487
|
:domain_name,
|
472
488
|
:validation_domain)
|
489
|
+
SENSITIVE = []
|
473
490
|
include Aws::Structure
|
474
491
|
end
|
475
492
|
|
@@ -502,6 +519,7 @@ module Aws::ACM
|
|
502
519
|
class ExportCertificateRequest < Struct.new(
|
503
520
|
:certificate_arn,
|
504
521
|
:passphrase)
|
522
|
+
SENSITIVE = [:passphrase]
|
505
523
|
include Aws::Structure
|
506
524
|
end
|
507
525
|
|
@@ -526,6 +544,7 @@ module Aws::ACM
|
|
526
544
|
:certificate,
|
527
545
|
:certificate_chain,
|
528
546
|
:private_key)
|
547
|
+
SENSITIVE = [:private_key]
|
529
548
|
include Aws::Structure
|
530
549
|
end
|
531
550
|
|
@@ -566,6 +585,7 @@ module Aws::ACM
|
|
566
585
|
class ExtendedKeyUsage < Struct.new(
|
567
586
|
:name,
|
568
587
|
:oid)
|
588
|
+
SENSITIVE = []
|
569
589
|
include Aws::Structure
|
570
590
|
end
|
571
591
|
|
@@ -606,6 +626,7 @@ module Aws::ACM
|
|
606
626
|
:extended_key_usage,
|
607
627
|
:key_usage,
|
608
628
|
:key_types)
|
629
|
+
SENSITIVE = []
|
609
630
|
include Aws::Structure
|
610
631
|
end
|
611
632
|
|
@@ -633,17 +654,19 @@ module Aws::ACM
|
|
633
654
|
#
|
634
655
|
class GetCertificateRequest < Struct.new(
|
635
656
|
:certificate_arn)
|
657
|
+
SENSITIVE = []
|
636
658
|
include Aws::Structure
|
637
659
|
end
|
638
660
|
|
639
661
|
# @!attribute [rw] certificate
|
640
|
-
#
|
641
|
-
#
|
662
|
+
# The ACM-issued certificate corresponding to the ARN specified as
|
663
|
+
# input.
|
642
664
|
# @return [String]
|
643
665
|
#
|
644
666
|
# @!attribute [rw] certificate_chain
|
645
|
-
#
|
646
|
-
# the certificate
|
667
|
+
# Certificates forming the requested certificate's chain of trust.
|
668
|
+
# The chain consists of the certificate of the issuing CA and the
|
669
|
+
# intermediate certificates of any other subordinate CAs.
|
647
670
|
# @return [String]
|
648
671
|
#
|
649
672
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/GetCertificateResponse AWS API Documentation
|
@@ -651,6 +674,7 @@ module Aws::ACM
|
|
651
674
|
class GetCertificateResponse < Struct.new(
|
652
675
|
:certificate,
|
653
676
|
:certificate_chain)
|
677
|
+
SENSITIVE = []
|
654
678
|
include Aws::Structure
|
655
679
|
end
|
656
680
|
|
@@ -706,6 +730,7 @@ module Aws::ACM
|
|
706
730
|
:private_key,
|
707
731
|
:certificate_chain,
|
708
732
|
:tags)
|
733
|
+
SENSITIVE = [:private_key]
|
709
734
|
include Aws::Structure
|
710
735
|
end
|
711
736
|
|
@@ -721,6 +746,7 @@ module Aws::ACM
|
|
721
746
|
#
|
722
747
|
class ImportCertificateResponse < Struct.new(
|
723
748
|
:certificate_arn)
|
749
|
+
SENSITIVE = []
|
724
750
|
include Aws::Structure
|
725
751
|
end
|
726
752
|
|
@@ -733,6 +759,7 @@ module Aws::ACM
|
|
733
759
|
#
|
734
760
|
class InvalidArgsException < Struct.new(
|
735
761
|
:message)
|
762
|
+
SENSITIVE = []
|
736
763
|
include Aws::Structure
|
737
764
|
end
|
738
765
|
|
@@ -746,6 +773,7 @@ module Aws::ACM
|
|
746
773
|
#
|
747
774
|
class InvalidArnException < Struct.new(
|
748
775
|
:message)
|
776
|
+
SENSITIVE = []
|
749
777
|
include Aws::Structure
|
750
778
|
end
|
751
779
|
|
@@ -759,6 +787,7 @@ module Aws::ACM
|
|
759
787
|
#
|
760
788
|
class InvalidDomainValidationOptionsException < Struct.new(
|
761
789
|
:message)
|
790
|
+
SENSITIVE = []
|
762
791
|
include Aws::Structure
|
763
792
|
end
|
764
793
|
|
@@ -771,6 +800,7 @@ module Aws::ACM
|
|
771
800
|
#
|
772
801
|
class InvalidParameterException < Struct.new(
|
773
802
|
:message)
|
803
|
+
SENSITIVE = []
|
774
804
|
include Aws::Structure
|
775
805
|
end
|
776
806
|
|
@@ -783,6 +813,7 @@ module Aws::ACM
|
|
783
813
|
#
|
784
814
|
class InvalidStateException < Struct.new(
|
785
815
|
:message)
|
816
|
+
SENSITIVE = []
|
786
817
|
include Aws::Structure
|
787
818
|
end
|
788
819
|
|
@@ -797,6 +828,7 @@ module Aws::ACM
|
|
797
828
|
#
|
798
829
|
class InvalidTagException < Struct.new(
|
799
830
|
:message)
|
831
|
+
SENSITIVE = []
|
800
832
|
include Aws::Structure
|
801
833
|
end
|
802
834
|
|
@@ -811,10 +843,11 @@ module Aws::ACM
|
|
811
843
|
#
|
812
844
|
class KeyUsage < Struct.new(
|
813
845
|
:name)
|
846
|
+
SENSITIVE = []
|
814
847
|
include Aws::Structure
|
815
848
|
end
|
816
849
|
|
817
|
-
# An ACM
|
850
|
+
# An ACM quota has been exceeded.
|
818
851
|
#
|
819
852
|
# @!attribute [rw] message
|
820
853
|
# @return [String]
|
@@ -823,6 +856,7 @@ module Aws::ACM
|
|
823
856
|
#
|
824
857
|
class LimitExceededException < Struct.new(
|
825
858
|
:message)
|
859
|
+
SENSITIVE = []
|
826
860
|
include Aws::Structure
|
827
861
|
end
|
828
862
|
|
@@ -871,6 +905,7 @@ module Aws::ACM
|
|
871
905
|
:includes,
|
872
906
|
:next_token,
|
873
907
|
:max_items)
|
908
|
+
SENSITIVE = []
|
874
909
|
include Aws::Structure
|
875
910
|
end
|
876
911
|
|
@@ -889,6 +924,7 @@ module Aws::ACM
|
|
889
924
|
class ListCertificatesResponse < Struct.new(
|
890
925
|
:next_token,
|
891
926
|
:certificate_summary_list)
|
927
|
+
SENSITIVE = []
|
892
928
|
include Aws::Structure
|
893
929
|
end
|
894
930
|
|
@@ -917,6 +953,7 @@ module Aws::ACM
|
|
917
953
|
#
|
918
954
|
class ListTagsForCertificateRequest < Struct.new(
|
919
955
|
:certificate_arn)
|
956
|
+
SENSITIVE = []
|
920
957
|
include Aws::Structure
|
921
958
|
end
|
922
959
|
|
@@ -928,6 +965,7 @@ module Aws::ACM
|
|
928
965
|
#
|
929
966
|
class ListTagsForCertificateResponse < Struct.new(
|
930
967
|
:tags)
|
968
|
+
SENSITIVE = []
|
931
969
|
include Aws::Structure
|
932
970
|
end
|
933
971
|
|
@@ -967,6 +1005,7 @@ module Aws::ACM
|
|
967
1005
|
class RemoveTagsFromCertificateRequest < Struct.new(
|
968
1006
|
:certificate_arn,
|
969
1007
|
:tags)
|
1008
|
+
SENSITIVE = []
|
970
1009
|
include Aws::Structure
|
971
1010
|
end
|
972
1011
|
|
@@ -995,6 +1034,7 @@ module Aws::ACM
|
|
995
1034
|
#
|
996
1035
|
class RenewCertificateRequest < Struct.new(
|
997
1036
|
:certificate_arn)
|
1037
|
+
SENSITIVE = []
|
998
1038
|
include Aws::Structure
|
999
1039
|
end
|
1000
1040
|
|
@@ -1041,6 +1081,7 @@ module Aws::ACM
|
|
1041
1081
|
:domain_validation_options,
|
1042
1082
|
:renewal_status_reason,
|
1043
1083
|
:updated_at)
|
1084
|
+
SENSITIVE = []
|
1044
1085
|
include Aws::Structure
|
1045
1086
|
end
|
1046
1087
|
|
@@ -1100,9 +1141,9 @@ module Aws::ACM
|
|
1100
1141
|
# www.example.net to a certificate for which the `DomainName` field is
|
1101
1142
|
# www.example.com if users can reach your site by using either name.
|
1102
1143
|
# The maximum number of domain names that you can add to an ACM
|
1103
|
-
# certificate is 100. However, the initial
|
1104
|
-
# If you need more than 10 names, you must request a
|
1105
|
-
# For more information, see [
|
1144
|
+
# certificate is 100. However, the initial quota is 10 domain names.
|
1145
|
+
# If you need more than 10 names, you must request a quota increase.
|
1146
|
+
# For more information, see [Quotas][1].
|
1106
1147
|
#
|
1107
1148
|
# The maximum length of a SAN DNS name is 253 octets. The name is made
|
1108
1149
|
# up of multiple labels separated by periods. No label can be longer
|
@@ -1185,6 +1226,7 @@ module Aws::ACM
|
|
1185
1226
|
:options,
|
1186
1227
|
:certificate_authority_arn,
|
1187
1228
|
:tags)
|
1229
|
+
SENSITIVE = []
|
1188
1230
|
include Aws::Structure
|
1189
1231
|
end
|
1190
1232
|
|
@@ -1199,6 +1241,7 @@ module Aws::ACM
|
|
1199
1241
|
#
|
1200
1242
|
class RequestCertificateResponse < Struct.new(
|
1201
1243
|
:certificate_arn)
|
1244
|
+
SENSITIVE = []
|
1202
1245
|
include Aws::Structure
|
1203
1246
|
end
|
1204
1247
|
|
@@ -1212,6 +1255,7 @@ module Aws::ACM
|
|
1212
1255
|
#
|
1213
1256
|
class RequestInProgressException < Struct.new(
|
1214
1257
|
:message)
|
1258
|
+
SENSITIVE = []
|
1215
1259
|
include Aws::Structure
|
1216
1260
|
end
|
1217
1261
|
|
@@ -1266,6 +1310,7 @@ module Aws::ACM
|
|
1266
1310
|
:certificate_arn,
|
1267
1311
|
:domain,
|
1268
1312
|
:validation_domain)
|
1313
|
+
SENSITIVE = []
|
1269
1314
|
include Aws::Structure
|
1270
1315
|
end
|
1271
1316
|
|
@@ -1279,6 +1324,7 @@ module Aws::ACM
|
|
1279
1324
|
#
|
1280
1325
|
class ResourceInUseException < Struct.new(
|
1281
1326
|
:message)
|
1327
|
+
SENSITIVE = []
|
1282
1328
|
include Aws::Structure
|
1283
1329
|
end
|
1284
1330
|
|
@@ -1292,6 +1338,7 @@ module Aws::ACM
|
|
1292
1338
|
#
|
1293
1339
|
class ResourceNotFoundException < Struct.new(
|
1294
1340
|
:message)
|
1341
|
+
SENSITIVE = []
|
1295
1342
|
include Aws::Structure
|
1296
1343
|
end
|
1297
1344
|
|
@@ -1319,6 +1366,7 @@ module Aws::ACM
|
|
1319
1366
|
:name,
|
1320
1367
|
:type,
|
1321
1368
|
:value)
|
1369
|
+
SENSITIVE = []
|
1322
1370
|
include Aws::Structure
|
1323
1371
|
end
|
1324
1372
|
|
@@ -1346,6 +1394,7 @@ module Aws::ACM
|
|
1346
1394
|
class Tag < Struct.new(
|
1347
1395
|
:key,
|
1348
1396
|
:value)
|
1397
|
+
SENSITIVE = []
|
1349
1398
|
include Aws::Structure
|
1350
1399
|
end
|
1351
1400
|
|
@@ -1359,6 +1408,7 @@ module Aws::ACM
|
|
1359
1408
|
#
|
1360
1409
|
class TagPolicyException < Struct.new(
|
1361
1410
|
:message)
|
1411
|
+
SENSITIVE = []
|
1362
1412
|
include Aws::Structure
|
1363
1413
|
end
|
1364
1414
|
|
@@ -1372,6 +1422,7 @@ module Aws::ACM
|
|
1372
1422
|
#
|
1373
1423
|
class TooManyTagsException < Struct.new(
|
1374
1424
|
:message)
|
1425
|
+
SENSITIVE = []
|
1375
1426
|
include Aws::Structure
|
1376
1427
|
end
|
1377
1428
|
|
@@ -1407,6 +1458,7 @@ module Aws::ACM
|
|
1407
1458
|
class UpdateCertificateOptionsRequest < Struct.new(
|
1408
1459
|
:certificate_arn,
|
1409
1460
|
:options)
|
1461
|
+
SENSITIVE = []
|
1410
1462
|
include Aws::Structure
|
1411
1463
|
end
|
1412
1464
|
|
data/lib/aws-sdk-acm/waiters.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -8,6 +10,67 @@
|
|
8
10
|
require 'aws-sdk-core/waiters'
|
9
11
|
|
10
12
|
module Aws::ACM
|
13
|
+
# Waiters are utility methods that poll for a particular state to occur
|
14
|
+
# on a client. Waiters can fail after a number of attempts at a polling
|
15
|
+
# interval defined for the service client.
|
16
|
+
#
|
17
|
+
# For a list of operations that can be waited for and the
|
18
|
+
# client methods called for each operation, see the table below or the
|
19
|
+
# {Client#wait_until} field documentation for the {Client}.
|
20
|
+
#
|
21
|
+
# # Invoking a Waiter
|
22
|
+
# To invoke a waiter, call #wait_until on a {Client}. The first parameter
|
23
|
+
# is the waiter name, which is specific to the service client and indicates
|
24
|
+
# which operation is being waited for. The second parameter is a hash of
|
25
|
+
# parameters that are passed to the client method called by the waiter,
|
26
|
+
# which varies according to the waiter name.
|
27
|
+
#
|
28
|
+
# # Wait Failures
|
29
|
+
# To catch errors in a waiter, use WaiterFailed,
|
30
|
+
# as shown in the following example.
|
31
|
+
#
|
32
|
+
# rescue rescue Aws::Waiters::Errors::WaiterFailed => error
|
33
|
+
# puts "failed waiting for instance running: #{error.message}
|
34
|
+
# end
|
35
|
+
#
|
36
|
+
# # Configuring a Waiter
|
37
|
+
# Each waiter has a default polling interval and a maximum number of
|
38
|
+
# attempts it will make before returning control to your program.
|
39
|
+
# To set these values, use the `max_attempts` and `delay` parameters
|
40
|
+
# in your `#wait_until` call.
|
41
|
+
# The following example waits for up to 25 seconds, polling every five seconds.
|
42
|
+
#
|
43
|
+
# client.wait_until(...) do |w|
|
44
|
+
# w.max_attempts = 5
|
45
|
+
# w.delay = 5
|
46
|
+
# end
|
47
|
+
#
|
48
|
+
# To disable wait failures, set the value of either of these parameters
|
49
|
+
# to `nil`.
|
50
|
+
#
|
51
|
+
# # Extending a Waiter
|
52
|
+
# To modify the behavior of waiters, you can register callbacks that are
|
53
|
+
# triggered before each polling attempt and before waiting.
|
54
|
+
#
|
55
|
+
# The following example implements an exponential backoff in a waiter
|
56
|
+
# by doubling the amount of time to wait on every attempt.
|
57
|
+
#
|
58
|
+
# client.wait_until(...) do |w|
|
59
|
+
# w.interval = 0 # disable normal sleep
|
60
|
+
# w.before_wait do |n, resp|
|
61
|
+
# sleep(n ** 2)
|
62
|
+
# end
|
63
|
+
# end
|
64
|
+
#
|
65
|
+
# # Available Waiters
|
66
|
+
#
|
67
|
+
# The following table lists the valid waiter names, the operations they call,
|
68
|
+
# and the default `:delay` and `:max_attempts` values.
|
69
|
+
#
|
70
|
+
# | waiter_name | params | :delay | :max_attempts |
|
71
|
+
# | --------------------- | ----------------------------- | -------- | ------------- |
|
72
|
+
# | certificate_validated | {Client#describe_certificate} | 60 | 40 |
|
73
|
+
#
|
11
74
|
module Waiters
|
12
75
|
|
13
76
|
class CertificateValidated
|
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.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-06-23 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.99.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.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
version: '0'
|
83
83
|
requirements: []
|
84
84
|
rubyforge_project:
|
85
|
-
rubygems_version: 2.
|
85
|
+
rubygems_version: 2.7.6.2
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: AWS SDK for Ruby - ACM
|