aws-sdk-acm 1.29.0 → 1.34.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 +14 -11
- 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 +2 -0
- data/lib/aws-sdk-acm/types.rb +45 -0
- data/lib/aws-sdk-acm/waiters.rb +5 -3
- 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: 71a0726dd33e29d235effc934513bffb0855f6d592b7d7344091e3b72ebb4e40
|
4
|
+
data.tar.gz: 0ebc3c823f2965902ac39d2dcc03201f851d63d17da2a36cee9ee51be1f9677c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d46d69f3ec35ccad8abdd59857efe4ac07f4ffab6b75ae964fd855027487ad73e3b452e3a74abc3ac0940497907376902097e0d602b5992a4b1dcc71d9ea367
|
7
|
+
data.tar.gz: e7338c0e43eddfadc19f4c6179daea8c4dd87c28288e2d6bf17b25835c4782d1d1ecbdaa7a11d8b84ca835a2377b3bab042ead99b7142fdb8fafcc8adb5f375e
|
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.34.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
|
|
@@ -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.
|
@@ -279,8 +283,7 @@ module Aws::ACM
|
|
279
283
|
#
|
280
284
|
# @option options [Integer] :http_read_timeout (60) The default
|
281
285
|
# number of seconds to wait for response data. This value can
|
282
|
-
# safely be set
|
283
|
-
# per-request on the session yielded by {#session_for}.
|
286
|
+
# safely be set per-request on the session.
|
284
287
|
#
|
285
288
|
# @option options [Float] :http_idle_timeout (5) The number of
|
286
289
|
# seconds a connection is allowed to sit idle before it is
|
@@ -292,7 +295,7 @@ module Aws::ACM
|
|
292
295
|
# request body. This option has no effect unless the request has
|
293
296
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
294
297
|
# disables this behaviour. This value can safely be set per
|
295
|
-
# request on the session
|
298
|
+
# request on the session.
|
296
299
|
#
|
297
300
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
298
301
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -505,7 +508,7 @@ module Aws::ACM
|
|
505
508
|
# resp.certificate.options.certificate_transparency_logging_preference #=> String, one of "ENABLED", "DISABLED"
|
506
509
|
#
|
507
510
|
#
|
508
|
-
# The following waiters are defined for this operation (see {Client#
|
511
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
509
512
|
#
|
510
513
|
# * certificate_validated
|
511
514
|
#
|
@@ -1215,7 +1218,7 @@ module Aws::ACM
|
|
1215
1218
|
params: params,
|
1216
1219
|
config: config)
|
1217
1220
|
context[:gem_name] = 'aws-sdk-acm'
|
1218
|
-
context[:gem_version] = '1.
|
1221
|
+
context[:gem_version] = '1.34.0'
|
1219
1222
|
Seahorse::Client::Request.new(handlers, context)
|
1220
1223
|
end
|
1221
1224
|
|
@@ -1281,9 +1284,9 @@ module Aws::ACM
|
|
1281
1284
|
# The following table lists the valid waiter names, the operations they call,
|
1282
1285
|
# and the default `:delay` and `:max_attempts` values.
|
1283
1286
|
#
|
1284
|
-
# | waiter_name | params
|
1285
|
-
# | --------------------- |
|
1286
|
-
# | certificate_validated | {#describe_certificate} | 60 | 40 |
|
1287
|
+
# | waiter_name | params | :delay | :max_attempts |
|
1288
|
+
# | --------------------- | ----------------------------- | -------- | ------------- |
|
1289
|
+
# | certificate_validated | {Client#describe_certificate} | 60 | 40 |
|
1287
1290
|
#
|
1288
1291
|
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
1289
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
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
|
|
@@ -433,6 +442,7 @@ module Aws::ACM
|
|
433
442
|
:validation_status,
|
434
443
|
:resource_record,
|
435
444
|
:validation_method)
|
445
|
+
SENSITIVE = []
|
436
446
|
include Aws::Structure
|
437
447
|
end
|
438
448
|
|
@@ -476,6 +486,7 @@ module Aws::ACM
|
|
476
486
|
class DomainValidationOption < Struct.new(
|
477
487
|
:domain_name,
|
478
488
|
:validation_domain)
|
489
|
+
SENSITIVE = []
|
479
490
|
include Aws::Structure
|
480
491
|
end
|
481
492
|
|
@@ -508,6 +519,7 @@ module Aws::ACM
|
|
508
519
|
class ExportCertificateRequest < Struct.new(
|
509
520
|
:certificate_arn,
|
510
521
|
:passphrase)
|
522
|
+
SENSITIVE = [:passphrase]
|
511
523
|
include Aws::Structure
|
512
524
|
end
|
513
525
|
|
@@ -532,6 +544,7 @@ module Aws::ACM
|
|
532
544
|
:certificate,
|
533
545
|
:certificate_chain,
|
534
546
|
:private_key)
|
547
|
+
SENSITIVE = [:private_key]
|
535
548
|
include Aws::Structure
|
536
549
|
end
|
537
550
|
|
@@ -572,6 +585,7 @@ module Aws::ACM
|
|
572
585
|
class ExtendedKeyUsage < Struct.new(
|
573
586
|
:name,
|
574
587
|
:oid)
|
588
|
+
SENSITIVE = []
|
575
589
|
include Aws::Structure
|
576
590
|
end
|
577
591
|
|
@@ -612,6 +626,7 @@ module Aws::ACM
|
|
612
626
|
:extended_key_usage,
|
613
627
|
:key_usage,
|
614
628
|
:key_types)
|
629
|
+
SENSITIVE = []
|
615
630
|
include Aws::Structure
|
616
631
|
end
|
617
632
|
|
@@ -639,6 +654,7 @@ module Aws::ACM
|
|
639
654
|
#
|
640
655
|
class GetCertificateRequest < Struct.new(
|
641
656
|
:certificate_arn)
|
657
|
+
SENSITIVE = []
|
642
658
|
include Aws::Structure
|
643
659
|
end
|
644
660
|
|
@@ -658,6 +674,7 @@ module Aws::ACM
|
|
658
674
|
class GetCertificateResponse < Struct.new(
|
659
675
|
:certificate,
|
660
676
|
:certificate_chain)
|
677
|
+
SENSITIVE = []
|
661
678
|
include Aws::Structure
|
662
679
|
end
|
663
680
|
|
@@ -713,6 +730,7 @@ module Aws::ACM
|
|
713
730
|
:private_key,
|
714
731
|
:certificate_chain,
|
715
732
|
:tags)
|
733
|
+
SENSITIVE = [:private_key]
|
716
734
|
include Aws::Structure
|
717
735
|
end
|
718
736
|
|
@@ -728,6 +746,7 @@ module Aws::ACM
|
|
728
746
|
#
|
729
747
|
class ImportCertificateResponse < Struct.new(
|
730
748
|
:certificate_arn)
|
749
|
+
SENSITIVE = []
|
731
750
|
include Aws::Structure
|
732
751
|
end
|
733
752
|
|
@@ -740,6 +759,7 @@ module Aws::ACM
|
|
740
759
|
#
|
741
760
|
class InvalidArgsException < Struct.new(
|
742
761
|
:message)
|
762
|
+
SENSITIVE = []
|
743
763
|
include Aws::Structure
|
744
764
|
end
|
745
765
|
|
@@ -753,6 +773,7 @@ module Aws::ACM
|
|
753
773
|
#
|
754
774
|
class InvalidArnException < Struct.new(
|
755
775
|
:message)
|
776
|
+
SENSITIVE = []
|
756
777
|
include Aws::Structure
|
757
778
|
end
|
758
779
|
|
@@ -766,6 +787,7 @@ module Aws::ACM
|
|
766
787
|
#
|
767
788
|
class InvalidDomainValidationOptionsException < Struct.new(
|
768
789
|
:message)
|
790
|
+
SENSITIVE = []
|
769
791
|
include Aws::Structure
|
770
792
|
end
|
771
793
|
|
@@ -778,6 +800,7 @@ module Aws::ACM
|
|
778
800
|
#
|
779
801
|
class InvalidParameterException < Struct.new(
|
780
802
|
:message)
|
803
|
+
SENSITIVE = []
|
781
804
|
include Aws::Structure
|
782
805
|
end
|
783
806
|
|
@@ -790,6 +813,7 @@ module Aws::ACM
|
|
790
813
|
#
|
791
814
|
class InvalidStateException < Struct.new(
|
792
815
|
:message)
|
816
|
+
SENSITIVE = []
|
793
817
|
include Aws::Structure
|
794
818
|
end
|
795
819
|
|
@@ -804,6 +828,7 @@ module Aws::ACM
|
|
804
828
|
#
|
805
829
|
class InvalidTagException < Struct.new(
|
806
830
|
:message)
|
831
|
+
SENSITIVE = []
|
807
832
|
include Aws::Structure
|
808
833
|
end
|
809
834
|
|
@@ -818,6 +843,7 @@ module Aws::ACM
|
|
818
843
|
#
|
819
844
|
class KeyUsage < Struct.new(
|
820
845
|
:name)
|
846
|
+
SENSITIVE = []
|
821
847
|
include Aws::Structure
|
822
848
|
end
|
823
849
|
|
@@ -830,6 +856,7 @@ module Aws::ACM
|
|
830
856
|
#
|
831
857
|
class LimitExceededException < Struct.new(
|
832
858
|
:message)
|
859
|
+
SENSITIVE = []
|
833
860
|
include Aws::Structure
|
834
861
|
end
|
835
862
|
|
@@ -878,6 +905,7 @@ module Aws::ACM
|
|
878
905
|
:includes,
|
879
906
|
:next_token,
|
880
907
|
:max_items)
|
908
|
+
SENSITIVE = []
|
881
909
|
include Aws::Structure
|
882
910
|
end
|
883
911
|
|
@@ -896,6 +924,7 @@ module Aws::ACM
|
|
896
924
|
class ListCertificatesResponse < Struct.new(
|
897
925
|
:next_token,
|
898
926
|
:certificate_summary_list)
|
927
|
+
SENSITIVE = []
|
899
928
|
include Aws::Structure
|
900
929
|
end
|
901
930
|
|
@@ -924,6 +953,7 @@ module Aws::ACM
|
|
924
953
|
#
|
925
954
|
class ListTagsForCertificateRequest < Struct.new(
|
926
955
|
:certificate_arn)
|
956
|
+
SENSITIVE = []
|
927
957
|
include Aws::Structure
|
928
958
|
end
|
929
959
|
|
@@ -935,6 +965,7 @@ module Aws::ACM
|
|
935
965
|
#
|
936
966
|
class ListTagsForCertificateResponse < Struct.new(
|
937
967
|
:tags)
|
968
|
+
SENSITIVE = []
|
938
969
|
include Aws::Structure
|
939
970
|
end
|
940
971
|
|
@@ -974,6 +1005,7 @@ module Aws::ACM
|
|
974
1005
|
class RemoveTagsFromCertificateRequest < Struct.new(
|
975
1006
|
:certificate_arn,
|
976
1007
|
:tags)
|
1008
|
+
SENSITIVE = []
|
977
1009
|
include Aws::Structure
|
978
1010
|
end
|
979
1011
|
|
@@ -1002,6 +1034,7 @@ module Aws::ACM
|
|
1002
1034
|
#
|
1003
1035
|
class RenewCertificateRequest < Struct.new(
|
1004
1036
|
:certificate_arn)
|
1037
|
+
SENSITIVE = []
|
1005
1038
|
include Aws::Structure
|
1006
1039
|
end
|
1007
1040
|
|
@@ -1048,6 +1081,7 @@ module Aws::ACM
|
|
1048
1081
|
:domain_validation_options,
|
1049
1082
|
:renewal_status_reason,
|
1050
1083
|
:updated_at)
|
1084
|
+
SENSITIVE = []
|
1051
1085
|
include Aws::Structure
|
1052
1086
|
end
|
1053
1087
|
|
@@ -1192,6 +1226,7 @@ module Aws::ACM
|
|
1192
1226
|
:options,
|
1193
1227
|
:certificate_authority_arn,
|
1194
1228
|
:tags)
|
1229
|
+
SENSITIVE = []
|
1195
1230
|
include Aws::Structure
|
1196
1231
|
end
|
1197
1232
|
|
@@ -1206,6 +1241,7 @@ module Aws::ACM
|
|
1206
1241
|
#
|
1207
1242
|
class RequestCertificateResponse < Struct.new(
|
1208
1243
|
:certificate_arn)
|
1244
|
+
SENSITIVE = []
|
1209
1245
|
include Aws::Structure
|
1210
1246
|
end
|
1211
1247
|
|
@@ -1219,6 +1255,7 @@ module Aws::ACM
|
|
1219
1255
|
#
|
1220
1256
|
class RequestInProgressException < Struct.new(
|
1221
1257
|
:message)
|
1258
|
+
SENSITIVE = []
|
1222
1259
|
include Aws::Structure
|
1223
1260
|
end
|
1224
1261
|
|
@@ -1273,6 +1310,7 @@ module Aws::ACM
|
|
1273
1310
|
:certificate_arn,
|
1274
1311
|
:domain,
|
1275
1312
|
:validation_domain)
|
1313
|
+
SENSITIVE = []
|
1276
1314
|
include Aws::Structure
|
1277
1315
|
end
|
1278
1316
|
|
@@ -1286,6 +1324,7 @@ module Aws::ACM
|
|
1286
1324
|
#
|
1287
1325
|
class ResourceInUseException < Struct.new(
|
1288
1326
|
:message)
|
1327
|
+
SENSITIVE = []
|
1289
1328
|
include Aws::Structure
|
1290
1329
|
end
|
1291
1330
|
|
@@ -1299,6 +1338,7 @@ module Aws::ACM
|
|
1299
1338
|
#
|
1300
1339
|
class ResourceNotFoundException < Struct.new(
|
1301
1340
|
:message)
|
1341
|
+
SENSITIVE = []
|
1302
1342
|
include Aws::Structure
|
1303
1343
|
end
|
1304
1344
|
|
@@ -1326,6 +1366,7 @@ module Aws::ACM
|
|
1326
1366
|
:name,
|
1327
1367
|
:type,
|
1328
1368
|
:value)
|
1369
|
+
SENSITIVE = []
|
1329
1370
|
include Aws::Structure
|
1330
1371
|
end
|
1331
1372
|
|
@@ -1353,6 +1394,7 @@ module Aws::ACM
|
|
1353
1394
|
class Tag < Struct.new(
|
1354
1395
|
:key,
|
1355
1396
|
:value)
|
1397
|
+
SENSITIVE = []
|
1356
1398
|
include Aws::Structure
|
1357
1399
|
end
|
1358
1400
|
|
@@ -1366,6 +1408,7 @@ module Aws::ACM
|
|
1366
1408
|
#
|
1367
1409
|
class TagPolicyException < Struct.new(
|
1368
1410
|
:message)
|
1411
|
+
SENSITIVE = []
|
1369
1412
|
include Aws::Structure
|
1370
1413
|
end
|
1371
1414
|
|
@@ -1379,6 +1422,7 @@ module Aws::ACM
|
|
1379
1422
|
#
|
1380
1423
|
class TooManyTagsException < Struct.new(
|
1381
1424
|
:message)
|
1425
|
+
SENSITIVE = []
|
1382
1426
|
include Aws::Structure
|
1383
1427
|
end
|
1384
1428
|
|
@@ -1414,6 +1458,7 @@ module Aws::ACM
|
|
1414
1458
|
class UpdateCertificateOptionsRequest < Struct.new(
|
1415
1459
|
:certificate_arn,
|
1416
1460
|
:options)
|
1461
|
+
SENSITIVE = []
|
1417
1462
|
include Aws::Structure
|
1418
1463
|
end
|
1419
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:
|
@@ -65,9 +67,9 @@ module Aws::ACM
|
|
65
67
|
# The following table lists the valid waiter names, the operations they call,
|
66
68
|
# and the default `:delay` and `:max_attempts` values.
|
67
69
|
#
|
68
|
-
# | waiter_name | params
|
69
|
-
# | --------------------- |
|
70
|
-
# | certificate_validated | {#describe_certificate} | 60 | 40 |
|
70
|
+
# | waiter_name | params | :delay | :max_attempts |
|
71
|
+
# | --------------------- | ----------------------------- | -------- | ------------- |
|
72
|
+
# | certificate_validated | {Client#describe_certificate} | 60 | 40 |
|
71
73
|
#
|
72
74
|
module Waiters
|
73
75
|
|
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.34.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-07-02 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
|