aws-sdk-dax 1.23.1 → 1.24.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-dax.rb +3 -1
- data/lib/aws-sdk-dax/client.rb +3 -1
- data/lib/aws-sdk-dax/client_api.rb +2 -0
- data/lib/aws-sdk-dax/errors.rb +2 -0
- data/lib/aws-sdk-dax/resource.rb +2 -0
- data/lib/aws-sdk-dax/types.rb +62 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d14b028b2fd90bf269197b21c611800636bef11a8062761a80d9803c1497afae
|
4
|
+
data.tar.gz: 807f11f55eec2d4864d7ba6a4c20c0d5cdecfb4867542a395218217941a0727f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86641880a7bc39990f7e1c344d3e18be385a322824edcc5dd7225844e7e9d1c6209e263f3a27f888bca85a0d049fc798bc53658d2342a3be4b1711753f2d542b
|
7
|
+
data.tar.gz: 959eb545fa4efe8f2937eeb3f1462b2524ead7aa21066506350a01e7079c8cb8130ad44cda559030409bd7bcc12597ef3b4ce506a83ec9cc80e4743bd9c4e7e1
|
data/lib/aws-sdk-dax.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:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-dax/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::DAX
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.24.0'
|
49
51
|
|
50
52
|
end
|
data/lib/aws-sdk-dax/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:
|
@@ -1607,7 +1609,7 @@ module Aws::DAX
|
|
1607
1609
|
params: params,
|
1608
1610
|
config: config)
|
1609
1611
|
context[:gem_name] = 'aws-sdk-dax'
|
1610
|
-
context[:gem_version] = '1.
|
1612
|
+
context[:gem_version] = '1.24.0'
|
1611
1613
|
Seahorse::Client::Request.new(handlers, context)
|
1612
1614
|
end
|
1613
1615
|
|
data/lib/aws-sdk-dax/errors.rb
CHANGED
data/lib/aws-sdk-dax/resource.rb
CHANGED
data/lib/aws-sdk-dax/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:
|
@@ -113,6 +115,7 @@ module Aws::DAX
|
|
113
115
|
:iam_role_arn,
|
114
116
|
:parameter_group,
|
115
117
|
:sse_description)
|
118
|
+
SENSITIVE = []
|
116
119
|
include Aws::Structure
|
117
120
|
end
|
118
121
|
|
@@ -296,6 +299,7 @@ module Aws::DAX
|
|
296
299
|
:parameter_group_name,
|
297
300
|
:tags,
|
298
301
|
:sse_specification)
|
302
|
+
SENSITIVE = []
|
299
303
|
include Aws::Structure
|
300
304
|
end
|
301
305
|
|
@@ -307,6 +311,7 @@ module Aws::DAX
|
|
307
311
|
#
|
308
312
|
class CreateClusterResponse < Struct.new(
|
309
313
|
:cluster)
|
314
|
+
SENSITIVE = []
|
310
315
|
include Aws::Structure
|
311
316
|
end
|
312
317
|
|
@@ -332,6 +337,7 @@ module Aws::DAX
|
|
332
337
|
class CreateParameterGroupRequest < Struct.new(
|
333
338
|
:parameter_group_name,
|
334
339
|
:description)
|
340
|
+
SENSITIVE = []
|
335
341
|
include Aws::Structure
|
336
342
|
end
|
337
343
|
|
@@ -343,6 +349,7 @@ module Aws::DAX
|
|
343
349
|
#
|
344
350
|
class CreateParameterGroupResponse < Struct.new(
|
345
351
|
:parameter_group)
|
352
|
+
SENSITIVE = []
|
346
353
|
include Aws::Structure
|
347
354
|
end
|
348
355
|
|
@@ -374,6 +381,7 @@ module Aws::DAX
|
|
374
381
|
:subnet_group_name,
|
375
382
|
:description,
|
376
383
|
:subnet_ids)
|
384
|
+
SENSITIVE = []
|
377
385
|
include Aws::Structure
|
378
386
|
end
|
379
387
|
|
@@ -385,6 +393,7 @@ module Aws::DAX
|
|
385
393
|
#
|
386
394
|
class CreateSubnetGroupResponse < Struct.new(
|
387
395
|
:subnet_group)
|
396
|
+
SENSITIVE = []
|
388
397
|
include Aws::Structure
|
389
398
|
end
|
390
399
|
|
@@ -421,6 +430,7 @@ module Aws::DAX
|
|
421
430
|
:new_replication_factor,
|
422
431
|
:availability_zones,
|
423
432
|
:node_ids_to_remove)
|
433
|
+
SENSITIVE = []
|
424
434
|
include Aws::Structure
|
425
435
|
end
|
426
436
|
|
@@ -433,6 +443,7 @@ module Aws::DAX
|
|
433
443
|
#
|
434
444
|
class DecreaseReplicationFactorResponse < Struct.new(
|
435
445
|
:cluster)
|
446
|
+
SENSITIVE = []
|
436
447
|
include Aws::Structure
|
437
448
|
end
|
438
449
|
|
@@ -451,6 +462,7 @@ module Aws::DAX
|
|
451
462
|
#
|
452
463
|
class DeleteClusterRequest < Struct.new(
|
453
464
|
:cluster_name)
|
465
|
+
SENSITIVE = []
|
454
466
|
include Aws::Structure
|
455
467
|
end
|
456
468
|
|
@@ -462,6 +474,7 @@ module Aws::DAX
|
|
462
474
|
#
|
463
475
|
class DeleteClusterResponse < Struct.new(
|
464
476
|
:cluster)
|
477
|
+
SENSITIVE = []
|
465
478
|
include Aws::Structure
|
466
479
|
end
|
467
480
|
|
@@ -480,6 +493,7 @@ module Aws::DAX
|
|
480
493
|
#
|
481
494
|
class DeleteParameterGroupRequest < Struct.new(
|
482
495
|
:parameter_group_name)
|
496
|
+
SENSITIVE = []
|
483
497
|
include Aws::Structure
|
484
498
|
end
|
485
499
|
|
@@ -492,6 +506,7 @@ module Aws::DAX
|
|
492
506
|
#
|
493
507
|
class DeleteParameterGroupResponse < Struct.new(
|
494
508
|
:deletion_message)
|
509
|
+
SENSITIVE = []
|
495
510
|
include Aws::Structure
|
496
511
|
end
|
497
512
|
|
@@ -510,6 +525,7 @@ module Aws::DAX
|
|
510
525
|
#
|
511
526
|
class DeleteSubnetGroupRequest < Struct.new(
|
512
527
|
:subnet_group_name)
|
528
|
+
SENSITIVE = []
|
513
529
|
include Aws::Structure
|
514
530
|
end
|
515
531
|
|
@@ -522,6 +538,7 @@ module Aws::DAX
|
|
522
538
|
#
|
523
539
|
class DeleteSubnetGroupResponse < Struct.new(
|
524
540
|
:deletion_message)
|
541
|
+
SENSITIVE = []
|
525
542
|
include Aws::Structure
|
526
543
|
end
|
527
544
|
|
@@ -560,6 +577,7 @@ module Aws::DAX
|
|
560
577
|
:cluster_names,
|
561
578
|
:max_results,
|
562
579
|
:next_token)
|
580
|
+
SENSITIVE = []
|
563
581
|
include Aws::Structure
|
564
582
|
end
|
565
583
|
|
@@ -577,6 +595,7 @@ module Aws::DAX
|
|
577
595
|
class DescribeClustersResponse < Struct.new(
|
578
596
|
:next_token,
|
579
597
|
:clusters)
|
598
|
+
SENSITIVE = []
|
580
599
|
include Aws::Structure
|
581
600
|
end
|
582
601
|
|
@@ -609,6 +628,7 @@ module Aws::DAX
|
|
609
628
|
class DescribeDefaultParametersRequest < Struct.new(
|
610
629
|
:max_results,
|
611
630
|
:next_token)
|
631
|
+
SENSITIVE = []
|
612
632
|
include Aws::Structure
|
613
633
|
end
|
614
634
|
|
@@ -626,6 +646,7 @@ module Aws::DAX
|
|
626
646
|
class DescribeDefaultParametersResponse < Struct.new(
|
627
647
|
:next_token,
|
628
648
|
:parameters)
|
649
|
+
SENSITIVE = []
|
629
650
|
include Aws::Structure
|
630
651
|
end
|
631
652
|
|
@@ -693,6 +714,7 @@ module Aws::DAX
|
|
693
714
|
:duration,
|
694
715
|
:max_results,
|
695
716
|
:next_token)
|
717
|
+
SENSITIVE = []
|
696
718
|
include Aws::Structure
|
697
719
|
end
|
698
720
|
|
@@ -709,6 +731,7 @@ module Aws::DAX
|
|
709
731
|
class DescribeEventsResponse < Struct.new(
|
710
732
|
:next_token,
|
711
733
|
:events)
|
734
|
+
SENSITIVE = []
|
712
735
|
include Aws::Structure
|
713
736
|
end
|
714
737
|
|
@@ -747,6 +770,7 @@ module Aws::DAX
|
|
747
770
|
:parameter_group_names,
|
748
771
|
:max_results,
|
749
772
|
:next_token)
|
773
|
+
SENSITIVE = []
|
750
774
|
include Aws::Structure
|
751
775
|
end
|
752
776
|
|
@@ -764,6 +788,7 @@ module Aws::DAX
|
|
764
788
|
class DescribeParameterGroupsResponse < Struct.new(
|
765
789
|
:next_token,
|
766
790
|
:parameter_groups)
|
791
|
+
SENSITIVE = []
|
767
792
|
include Aws::Structure
|
768
793
|
end
|
769
794
|
|
@@ -809,6 +834,7 @@ module Aws::DAX
|
|
809
834
|
:source,
|
810
835
|
:max_results,
|
811
836
|
:next_token)
|
837
|
+
SENSITIVE = []
|
812
838
|
include Aws::Structure
|
813
839
|
end
|
814
840
|
|
@@ -826,6 +852,7 @@ module Aws::DAX
|
|
826
852
|
class DescribeParametersResponse < Struct.new(
|
827
853
|
:next_token,
|
828
854
|
:parameters)
|
855
|
+
SENSITIVE = []
|
829
856
|
include Aws::Structure
|
830
857
|
end
|
831
858
|
|
@@ -864,6 +891,7 @@ module Aws::DAX
|
|
864
891
|
:subnet_group_names,
|
865
892
|
:max_results,
|
866
893
|
:next_token)
|
894
|
+
SENSITIVE = []
|
867
895
|
include Aws::Structure
|
868
896
|
end
|
869
897
|
|
@@ -881,6 +909,7 @@ module Aws::DAX
|
|
881
909
|
class DescribeSubnetGroupsResponse < Struct.new(
|
882
910
|
:next_token,
|
883
911
|
:subnet_groups)
|
912
|
+
SENSITIVE = []
|
884
913
|
include Aws::Structure
|
885
914
|
end
|
886
915
|
|
@@ -902,6 +931,7 @@ module Aws::DAX
|
|
902
931
|
class Endpoint < Struct.new(
|
903
932
|
:address,
|
904
933
|
:port)
|
934
|
+
SENSITIVE = []
|
905
935
|
include Aws::Structure
|
906
936
|
end
|
907
937
|
|
@@ -934,6 +964,7 @@ module Aws::DAX
|
|
934
964
|
:source_type,
|
935
965
|
:message,
|
936
966
|
:date)
|
967
|
+
SENSITIVE = []
|
937
968
|
include Aws::Structure
|
938
969
|
end
|
939
970
|
|
@@ -967,6 +998,7 @@ module Aws::DAX
|
|
967
998
|
:cluster_name,
|
968
999
|
:new_replication_factor,
|
969
1000
|
:availability_zones)
|
1001
|
+
SENSITIVE = []
|
970
1002
|
include Aws::Structure
|
971
1003
|
end
|
972
1004
|
|
@@ -978,6 +1010,7 @@ module Aws::DAX
|
|
978
1010
|
#
|
979
1011
|
class IncreaseReplicationFactorResponse < Struct.new(
|
980
1012
|
:cluster)
|
1013
|
+
SENSITIVE = []
|
981
1014
|
include Aws::Structure
|
982
1015
|
end
|
983
1016
|
|
@@ -1009,6 +1042,7 @@ module Aws::DAX
|
|
1009
1042
|
#
|
1010
1043
|
class InvalidParameterCombinationException < Struct.new(
|
1011
1044
|
:message)
|
1045
|
+
SENSITIVE = []
|
1012
1046
|
include Aws::Structure
|
1013
1047
|
end
|
1014
1048
|
|
@@ -1027,6 +1061,7 @@ module Aws::DAX
|
|
1027
1061
|
#
|
1028
1062
|
class InvalidParameterValueException < Struct.new(
|
1029
1063
|
:message)
|
1064
|
+
SENSITIVE = []
|
1030
1065
|
include Aws::Structure
|
1031
1066
|
end
|
1032
1067
|
|
@@ -1065,6 +1100,7 @@ module Aws::DAX
|
|
1065
1100
|
class ListTagsRequest < Struct.new(
|
1066
1101
|
:resource_name,
|
1067
1102
|
:next_token)
|
1103
|
+
SENSITIVE = []
|
1068
1104
|
include Aws::Structure
|
1069
1105
|
end
|
1070
1106
|
|
@@ -1083,6 +1119,7 @@ module Aws::DAX
|
|
1083
1119
|
class ListTagsResponse < Struct.new(
|
1084
1120
|
:tags,
|
1085
1121
|
:next_token)
|
1122
|
+
SENSITIVE = []
|
1086
1123
|
include Aws::Structure
|
1087
1124
|
end
|
1088
1125
|
|
@@ -1126,6 +1163,7 @@ module Aws::DAX
|
|
1126
1163
|
:availability_zone,
|
1127
1164
|
:node_status,
|
1128
1165
|
:parameter_group_status)
|
1166
|
+
SENSITIVE = []
|
1129
1167
|
include Aws::Structure
|
1130
1168
|
end
|
1131
1169
|
|
@@ -1165,6 +1203,7 @@ module Aws::DAX
|
|
1165
1203
|
class NodeTypeSpecificValue < Struct.new(
|
1166
1204
|
:node_type,
|
1167
1205
|
:value)
|
1206
|
+
SENSITIVE = []
|
1168
1207
|
include Aws::Structure
|
1169
1208
|
end
|
1170
1209
|
|
@@ -1185,6 +1224,7 @@ module Aws::DAX
|
|
1185
1224
|
class NotificationConfiguration < Struct.new(
|
1186
1225
|
:topic_arn,
|
1187
1226
|
:topic_status)
|
1227
|
+
SENSITIVE = []
|
1188
1228
|
include Aws::Structure
|
1189
1229
|
end
|
1190
1230
|
|
@@ -1248,6 +1288,7 @@ module Aws::DAX
|
|
1248
1288
|
:allowed_values,
|
1249
1289
|
:is_modifiable,
|
1250
1290
|
:change_type)
|
1291
|
+
SENSITIVE = []
|
1251
1292
|
include Aws::Structure
|
1252
1293
|
end
|
1253
1294
|
|
@@ -1267,6 +1308,7 @@ module Aws::DAX
|
|
1267
1308
|
class ParameterGroup < Struct.new(
|
1268
1309
|
:parameter_group_name,
|
1269
1310
|
:description)
|
1311
|
+
SENSITIVE = []
|
1270
1312
|
include Aws::Structure
|
1271
1313
|
end
|
1272
1314
|
|
@@ -1308,6 +1350,7 @@ module Aws::DAX
|
|
1308
1350
|
:parameter_group_name,
|
1309
1351
|
:parameter_apply_status,
|
1310
1352
|
:node_ids_to_reboot)
|
1353
|
+
SENSITIVE = []
|
1311
1354
|
include Aws::Structure
|
1312
1355
|
end
|
1313
1356
|
|
@@ -1334,6 +1377,7 @@ module Aws::DAX
|
|
1334
1377
|
class ParameterNameValue < Struct.new(
|
1335
1378
|
:parameter_name,
|
1336
1379
|
:parameter_value)
|
1380
|
+
SENSITIVE = []
|
1337
1381
|
include Aws::Structure
|
1338
1382
|
end
|
1339
1383
|
|
@@ -1358,6 +1402,7 @@ module Aws::DAX
|
|
1358
1402
|
class RebootNodeRequest < Struct.new(
|
1359
1403
|
:cluster_name,
|
1360
1404
|
:node_id)
|
1405
|
+
SENSITIVE = []
|
1361
1406
|
include Aws::Structure
|
1362
1407
|
end
|
1363
1408
|
|
@@ -1369,6 +1414,7 @@ module Aws::DAX
|
|
1369
1414
|
#
|
1370
1415
|
class RebootNodeResponse < Struct.new(
|
1371
1416
|
:cluster)
|
1417
|
+
SENSITIVE = []
|
1372
1418
|
include Aws::Structure
|
1373
1419
|
end
|
1374
1420
|
|
@@ -1391,6 +1437,7 @@ module Aws::DAX
|
|
1391
1437
|
#
|
1392
1438
|
class SSEDescription < Struct.new(
|
1393
1439
|
:status)
|
1440
|
+
SENSITIVE = []
|
1394
1441
|
include Aws::Structure
|
1395
1442
|
end
|
1396
1443
|
|
@@ -1412,6 +1459,7 @@ module Aws::DAX
|
|
1412
1459
|
#
|
1413
1460
|
class SSESpecification < Struct.new(
|
1414
1461
|
:enabled)
|
1462
|
+
SENSITIVE = []
|
1415
1463
|
include Aws::Structure
|
1416
1464
|
end
|
1417
1465
|
|
@@ -1430,6 +1478,7 @@ module Aws::DAX
|
|
1430
1478
|
class SecurityGroupMembership < Struct.new(
|
1431
1479
|
:security_group_identifier,
|
1432
1480
|
:status)
|
1481
|
+
SENSITIVE = []
|
1433
1482
|
include Aws::Structure
|
1434
1483
|
end
|
1435
1484
|
|
@@ -1456,6 +1505,7 @@ module Aws::DAX
|
|
1456
1505
|
class Subnet < Struct.new(
|
1457
1506
|
:subnet_identifier,
|
1458
1507
|
:subnet_availability_zone)
|
1508
|
+
SENSITIVE = []
|
1459
1509
|
include Aws::Structure
|
1460
1510
|
end
|
1461
1511
|
|
@@ -1489,6 +1539,7 @@ module Aws::DAX
|
|
1489
1539
|
:description,
|
1490
1540
|
:vpc_id,
|
1491
1541
|
:subnets)
|
1542
|
+
SENSITIVE = []
|
1492
1543
|
include Aws::Structure
|
1493
1544
|
end
|
1494
1545
|
|
@@ -1565,6 +1616,7 @@ module Aws::DAX
|
|
1565
1616
|
class Tag < Struct.new(
|
1566
1617
|
:key,
|
1567
1618
|
:value)
|
1619
|
+
SENSITIVE = []
|
1568
1620
|
include Aws::Structure
|
1569
1621
|
end
|
1570
1622
|
|
@@ -1606,6 +1658,7 @@ module Aws::DAX
|
|
1606
1658
|
class TagResourceRequest < Struct.new(
|
1607
1659
|
:resource_name,
|
1608
1660
|
:tags)
|
1661
|
+
SENSITIVE = []
|
1609
1662
|
include Aws::Structure
|
1610
1663
|
end
|
1611
1664
|
|
@@ -1617,6 +1670,7 @@ module Aws::DAX
|
|
1617
1670
|
#
|
1618
1671
|
class TagResourceResponse < Struct.new(
|
1619
1672
|
:tags)
|
1673
|
+
SENSITIVE = []
|
1620
1674
|
include Aws::Structure
|
1621
1675
|
end
|
1622
1676
|
|
@@ -1642,6 +1696,7 @@ module Aws::DAX
|
|
1642
1696
|
class UntagResourceRequest < Struct.new(
|
1643
1697
|
:resource_name,
|
1644
1698
|
:tag_keys)
|
1699
|
+
SENSITIVE = []
|
1645
1700
|
include Aws::Structure
|
1646
1701
|
end
|
1647
1702
|
|
@@ -1653,6 +1708,7 @@ module Aws::DAX
|
|
1653
1708
|
#
|
1654
1709
|
class UntagResourceResponse < Struct.new(
|
1655
1710
|
:tags)
|
1711
|
+
SENSITIVE = []
|
1656
1712
|
include Aws::Structure
|
1657
1713
|
end
|
1658
1714
|
|
@@ -1712,6 +1768,7 @@ module Aws::DAX
|
|
1712
1768
|
:notification_topic_status,
|
1713
1769
|
:parameter_group_name,
|
1714
1770
|
:security_group_ids)
|
1771
|
+
SENSITIVE = []
|
1715
1772
|
include Aws::Structure
|
1716
1773
|
end
|
1717
1774
|
|
@@ -1723,6 +1780,7 @@ module Aws::DAX
|
|
1723
1780
|
#
|
1724
1781
|
class UpdateClusterResponse < Struct.new(
|
1725
1782
|
:cluster)
|
1783
|
+
SENSITIVE = []
|
1726
1784
|
include Aws::Structure
|
1727
1785
|
end
|
1728
1786
|
|
@@ -1753,6 +1811,7 @@ module Aws::DAX
|
|
1753
1811
|
class UpdateParameterGroupRequest < Struct.new(
|
1754
1812
|
:parameter_group_name,
|
1755
1813
|
:parameter_name_values)
|
1814
|
+
SENSITIVE = []
|
1756
1815
|
include Aws::Structure
|
1757
1816
|
end
|
1758
1817
|
|
@@ -1764,6 +1823,7 @@ module Aws::DAX
|
|
1764
1823
|
#
|
1765
1824
|
class UpdateParameterGroupResponse < Struct.new(
|
1766
1825
|
:parameter_group)
|
1826
|
+
SENSITIVE = []
|
1767
1827
|
include Aws::Structure
|
1768
1828
|
end
|
1769
1829
|
|
@@ -1794,6 +1854,7 @@ module Aws::DAX
|
|
1794
1854
|
:subnet_group_name,
|
1795
1855
|
:description,
|
1796
1856
|
:subnet_ids)
|
1857
|
+
SENSITIVE = []
|
1797
1858
|
include Aws::Structure
|
1798
1859
|
end
|
1799
1860
|
|
@@ -1805,6 +1866,7 @@ module Aws::DAX
|
|
1805
1866
|
#
|
1806
1867
|
class UpdateSubnetGroupResponse < Struct.new(
|
1807
1868
|
:subnet_group)
|
1869
|
+
SENSITIVE = []
|
1808
1870
|
include Aws::Structure
|
1809
1871
|
end
|
1810
1872
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-dax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.24.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-06-
|
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
|