aws-sdk-route53domains 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e4628b471c86df567a6b7c20c394914dafe8a1b4944618cb7a7e00c3ef6e025
4
- data.tar.gz: 49e630c74363ca8a6b8cd69e5f8dc233b387e6bac553d4105bacc36650f0c138
3
+ metadata.gz: ce8df47b9937e632563e14c91f8e210b1f130dbfa117850422cbb4764748e002
4
+ data.tar.gz: 7841e6176092e605ef0b3f4a01eaa2c7bb89d38dfe3d69ef623733645f777e2a
5
5
  SHA512:
6
- metadata.gz: 9e775c238892759d8d03034bb0cc57770fef34860b5e3aca389e2f717bbc92613e582395fd720d428ebd51e43d3f6f7651fbc73cf6294442f3c1a51dd90e2c42
7
- data.tar.gz: 0f7cb17bb15af89591a32c196627f030922cd82043b22632560b8425be91a94ffef1bdd3ff166674fcd64a5c64b0cfbeeb1b61575e11def8c1d2e41608f1aa33
6
+ metadata.gz: 640c1ed8f3fb5c5118e9de904138c14ff6c1d363f7f9f6cb9cfb7f1ec60afea11c68f4ff5022e3f1c6098ddac8405144dba1c970427e685d28576783807dd2ca
7
+ data.tar.gz: '068173b691d6e1acdecb5344a29cf8705216ebb4a58dab8facf521ce94f0d6543818389f03db2ac9fb008661cc3f047232705f098eb9b1dffccbb1d64dd0ef51'
@@ -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-route53domains/customizations'
45
47
  # @service
46
48
  module Aws::Route53Domains
47
49
 
48
- GEM_VERSION = '1.23.1'
50
+ GEM_VERSION = '1.24.0'
49
51
 
50
52
  end
@@ -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:
@@ -2151,7 +2153,7 @@ module Aws::Route53Domains
2151
2153
  params: params,
2152
2154
  config: config)
2153
2155
  context[:gem_name] = 'aws-sdk-route53domains'
2154
- context[:gem_version] = '1.23.1'
2156
+ context[:gem_version] = '1.24.0'
2155
2157
  Seahorse::Client::Request.new(handlers, context)
2156
2158
  end
2157
2159
 
@@ -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:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -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:
@@ -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:
@@ -42,6 +44,7 @@ module Aws::Route53Domains
42
44
  class AcceptDomainTransferFromAnotherAwsAccountRequest < Struct.new(
43
45
  :domain_name,
44
46
  :password)
47
+ SENSITIVE = []
45
48
  include Aws::Structure
46
49
  end
47
50
 
@@ -61,6 +64,7 @@ module Aws::Route53Domains
61
64
  #
62
65
  class AcceptDomainTransferFromAnotherAwsAccountResponse < Struct.new(
63
66
  :operation_id)
67
+ SENSITIVE = []
64
68
  include Aws::Structure
65
69
  end
66
70
 
@@ -104,6 +108,7 @@ module Aws::Route53Domains
104
108
  :invoice_id,
105
109
  :bill_date,
106
110
  :price)
111
+ SENSITIVE = []
107
112
  include Aws::Structure
108
113
  end
109
114
 
@@ -126,6 +131,7 @@ module Aws::Route53Domains
126
131
  #
127
132
  class CancelDomainTransferToAnotherAwsAccountRequest < Struct.new(
128
133
  :domain_name)
134
+ SENSITIVE = []
129
135
  include Aws::Structure
130
136
  end
131
137
 
@@ -143,6 +149,7 @@ module Aws::Route53Domains
143
149
  #
144
150
  class CancelDomainTransferToAnotherAwsAccountResponse < Struct.new(
145
151
  :operation_id)
152
+ SENSITIVE = []
146
153
  include Aws::Structure
147
154
  end
148
155
 
@@ -196,6 +203,7 @@ module Aws::Route53Domains
196
203
  class CheckDomainAvailabilityRequest < Struct.new(
197
204
  :domain_name,
198
205
  :idn_lang_code)
206
+ SENSITIVE = []
199
207
  include Aws::Structure
200
208
  end
201
209
 
@@ -257,6 +265,7 @@ module Aws::Route53Domains
257
265
  #
258
266
  class CheckDomainAvailabilityResponse < Struct.new(
259
267
  :availability)
268
+ SENSITIVE = []
260
269
  include Aws::Structure
261
270
  end
262
271
 
@@ -306,6 +315,7 @@ module Aws::Route53Domains
306
315
  class CheckDomainTransferabilityRequest < Struct.new(
307
316
  :domain_name,
308
317
  :auth_code)
318
+ SENSITIVE = [:auth_code]
309
319
  include Aws::Structure
310
320
  end
311
321
 
@@ -321,6 +331,7 @@ module Aws::Route53Domains
321
331
  #
322
332
  class CheckDomainTransferabilityResponse < Struct.new(
323
333
  :transferability)
334
+ SENSITIVE = []
324
335
  include Aws::Structure
325
336
  end
326
337
 
@@ -451,6 +462,7 @@ module Aws::Route53Domains
451
462
  :email,
452
463
  :fax,
453
464
  :extra_params)
465
+ SENSITIVE = []
454
466
  include Aws::Structure
455
467
  end
456
468
 
@@ -477,6 +489,7 @@ module Aws::Route53Domains
477
489
  class DeleteTagsForDomainRequest < Struct.new(
478
490
  :domain_name,
479
491
  :tags_to_delete)
492
+ SENSITIVE = []
480
493
  include Aws::Structure
481
494
  end
482
495
 
@@ -500,6 +513,7 @@ module Aws::Route53Domains
500
513
  #
501
514
  class DisableDomainAutoRenewRequest < Struct.new(
502
515
  :domain_name)
516
+ SENSITIVE = []
503
517
  include Aws::Structure
504
518
  end
505
519
 
@@ -525,6 +539,7 @@ module Aws::Route53Domains
525
539
  #
526
540
  class DisableDomainTransferLockRequest < Struct.new(
527
541
  :domain_name)
542
+ SENSITIVE = []
528
543
  include Aws::Structure
529
544
  end
530
545
 
@@ -543,6 +558,7 @@ module Aws::Route53Domains
543
558
  #
544
559
  class DisableDomainTransferLockResponse < Struct.new(
545
560
  :operation_id)
561
+ SENSITIVE = []
546
562
  include Aws::Structure
547
563
  end
548
564
 
@@ -558,6 +574,7 @@ module Aws::Route53Domains
558
574
  #
559
575
  class DomainLimitExceeded < Struct.new(
560
576
  :message)
577
+ SENSITIVE = []
561
578
  include Aws::Structure
562
579
  end
563
580
 
@@ -625,6 +642,7 @@ module Aws::Route53Domains
625
642
  class DomainSuggestion < Struct.new(
626
643
  :domain_name,
627
644
  :availability)
645
+ SENSITIVE = []
628
646
  include Aws::Structure
629
647
  end
630
648
 
@@ -656,6 +674,7 @@ module Aws::Route53Domains
656
674
  :auto_renew,
657
675
  :transfer_lock,
658
676
  :expiry)
677
+ SENSITIVE = []
659
678
  include Aws::Structure
660
679
  end
661
680
 
@@ -689,6 +708,7 @@ module Aws::Route53Domains
689
708
  #
690
709
  class DomainTransferability < Struct.new(
691
710
  :transferable)
711
+ SENSITIVE = []
692
712
  include Aws::Structure
693
713
  end
694
714
 
@@ -702,6 +722,7 @@ module Aws::Route53Domains
702
722
  #
703
723
  class DuplicateRequest < Struct.new(
704
724
  :message)
725
+ SENSITIVE = []
705
726
  include Aws::Structure
706
727
  end
707
728
 
@@ -721,6 +742,7 @@ module Aws::Route53Domains
721
742
  #
722
743
  class EnableDomainAutoRenewRequest < Struct.new(
723
744
  :domain_name)
745
+ SENSITIVE = []
724
746
  include Aws::Structure
725
747
  end
726
748
 
@@ -745,6 +767,7 @@ module Aws::Route53Domains
745
767
  #
746
768
  class EnableDomainTransferLockRequest < Struct.new(
747
769
  :domain_name)
770
+ SENSITIVE = []
748
771
  include Aws::Structure
749
772
  end
750
773
 
@@ -759,6 +782,7 @@ module Aws::Route53Domains
759
782
  #
760
783
  class EnableDomainTransferLockResponse < Struct.new(
761
784
  :operation_id)
785
+ SENSITIVE = []
762
786
  include Aws::Structure
763
787
  end
764
788
 
@@ -1136,6 +1160,7 @@ module Aws::Route53Domains
1136
1160
  class ExtraParam < Struct.new(
1137
1161
  :name,
1138
1162
  :value)
1163
+ SENSITIVE = []
1139
1164
  include Aws::Structure
1140
1165
  end
1141
1166
 
@@ -1155,6 +1180,7 @@ module Aws::Route53Domains
1155
1180
  #
1156
1181
  class GetContactReachabilityStatusRequest < Struct.new(
1157
1182
  :domain_name)
1183
+ SENSITIVE = []
1158
1184
  include Aws::Structure
1159
1185
  end
1160
1186
 
@@ -1186,6 +1212,7 @@ module Aws::Route53Domains
1186
1212
  class GetContactReachabilityStatusResponse < Struct.new(
1187
1213
  :domain_name,
1188
1214
  :status)
1215
+ SENSITIVE = []
1189
1216
  include Aws::Structure
1190
1217
  end
1191
1218
 
@@ -1207,6 +1234,7 @@ module Aws::Route53Domains
1207
1234
  #
1208
1235
  class GetDomainDetailRequest < Struct.new(
1209
1236
  :domain_name)
1237
+ SENSITIVE = []
1210
1238
  include Aws::Structure
1211
1239
  end
1212
1240
 
@@ -1368,6 +1396,7 @@ module Aws::Route53Domains
1368
1396
  :reseller,
1369
1397
  :dns_sec,
1370
1398
  :status_list)
1399
+ SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact]
1371
1400
  include Aws::Structure
1372
1401
  end
1373
1402
 
@@ -1428,6 +1457,7 @@ module Aws::Route53Domains
1428
1457
  :domain_name,
1429
1458
  :suggestion_count,
1430
1459
  :only_available)
1460
+ SENSITIVE = []
1431
1461
  include Aws::Structure
1432
1462
  end
1433
1463
 
@@ -1441,6 +1471,7 @@ module Aws::Route53Domains
1441
1471
  #
1442
1472
  class GetDomainSuggestionsResponse < Struct.new(
1443
1473
  :suggestions_list)
1474
+ SENSITIVE = []
1444
1475
  include Aws::Structure
1445
1476
  end
1446
1477
 
@@ -1467,6 +1498,7 @@ module Aws::Route53Domains
1467
1498
  #
1468
1499
  class GetOperationDetailRequest < Struct.new(
1469
1500
  :operation_id)
1501
+ SENSITIVE = []
1470
1502
  include Aws::Structure
1471
1503
  end
1472
1504
 
@@ -1505,6 +1537,7 @@ module Aws::Route53Domains
1505
1537
  :domain_name,
1506
1538
  :type,
1507
1539
  :submitted_date)
1540
+ SENSITIVE = []
1508
1541
  include Aws::Structure
1509
1542
  end
1510
1543
 
@@ -1525,6 +1558,7 @@ module Aws::Route53Domains
1525
1558
  #
1526
1559
  class InvalidInput < Struct.new(
1527
1560
  :message)
1561
+ SENSITIVE = []
1528
1562
  include Aws::Structure
1529
1563
  end
1530
1564
 
@@ -1562,6 +1596,7 @@ module Aws::Route53Domains
1562
1596
  class ListDomainsRequest < Struct.new(
1563
1597
  :marker,
1564
1598
  :max_items)
1599
+ SENSITIVE = []
1565
1600
  include Aws::Structure
1566
1601
  end
1567
1602
 
@@ -1582,6 +1617,7 @@ module Aws::Route53Domains
1582
1617
  class ListDomainsResponse < Struct.new(
1583
1618
  :domains,
1584
1619
  :next_page_marker)
1620
+ SENSITIVE = []
1585
1621
  include Aws::Structure
1586
1622
  end
1587
1623
 
@@ -1625,6 +1661,7 @@ module Aws::Route53Domains
1625
1661
  :submitted_since,
1626
1662
  :marker,
1627
1663
  :max_items)
1664
+ SENSITIVE = []
1628
1665
  include Aws::Structure
1629
1666
  end
1630
1667
 
@@ -1645,6 +1682,7 @@ module Aws::Route53Domains
1645
1682
  class ListOperationsResponse < Struct.new(
1646
1683
  :operations,
1647
1684
  :next_page_marker)
1685
+ SENSITIVE = []
1648
1686
  include Aws::Structure
1649
1687
  end
1650
1688
 
@@ -1665,6 +1703,7 @@ module Aws::Route53Domains
1665
1703
  #
1666
1704
  class ListTagsForDomainRequest < Struct.new(
1667
1705
  :domain_name)
1706
+ SENSITIVE = []
1668
1707
  include Aws::Structure
1669
1708
  end
1670
1709
 
@@ -1678,6 +1717,7 @@ module Aws::Route53Domains
1678
1717
  #
1679
1718
  class ListTagsForDomainResponse < Struct.new(
1680
1719
  :tag_list)
1720
+ SENSITIVE = []
1681
1721
  include Aws::Structure
1682
1722
  end
1683
1723
 
@@ -1713,6 +1753,7 @@ module Aws::Route53Domains
1713
1753
  class Nameserver < Struct.new(
1714
1754
  :name,
1715
1755
  :glue_ips)
1756
+ SENSITIVE = []
1716
1757
  include Aws::Structure
1717
1758
  end
1718
1759
 
@@ -1728,6 +1769,7 @@ module Aws::Route53Domains
1728
1769
  #
1729
1770
  class OperationLimitExceeded < Struct.new(
1730
1771
  :message)
1772
+ SENSITIVE = []
1731
1773
  include Aws::Structure
1732
1774
  end
1733
1775
 
@@ -1756,6 +1798,7 @@ module Aws::Route53Domains
1756
1798
  :status,
1757
1799
  :type,
1758
1800
  :submitted_date)
1801
+ SENSITIVE = []
1759
1802
  include Aws::Structure
1760
1803
  end
1761
1804
 
@@ -1966,6 +2009,7 @@ module Aws::Route53Domains
1966
2009
  :privacy_protect_admin_contact,
1967
2010
  :privacy_protect_registrant_contact,
1968
2011
  :privacy_protect_tech_contact)
2012
+ SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact]
1969
2013
  include Aws::Structure
1970
2014
  end
1971
2015
 
@@ -1984,6 +2028,7 @@ module Aws::Route53Domains
1984
2028
  #
1985
2029
  class RegisterDomainResponse < Struct.new(
1986
2030
  :operation_id)
2031
+ SENSITIVE = []
1987
2032
  include Aws::Structure
1988
2033
  end
1989
2034
 
@@ -2010,6 +2055,7 @@ module Aws::Route53Domains
2010
2055
  #
2011
2056
  class RejectDomainTransferFromAnotherAwsAccountRequest < Struct.new(
2012
2057
  :domain_name)
2058
+ SENSITIVE = []
2013
2059
  include Aws::Structure
2014
2060
  end
2015
2061
 
@@ -2027,6 +2073,7 @@ module Aws::Route53Domains
2027
2073
  #
2028
2074
  class RejectDomainTransferFromAnotherAwsAccountResponse < Struct.new(
2029
2075
  :operation_id)
2076
+ SENSITIVE = []
2030
2077
  include Aws::Structure
2031
2078
  end
2032
2079
 
@@ -2071,6 +2118,7 @@ module Aws::Route53Domains
2071
2118
  :domain_name,
2072
2119
  :duration_in_years,
2073
2120
  :current_expiry_year)
2121
+ SENSITIVE = []
2074
2122
  include Aws::Structure
2075
2123
  end
2076
2124
 
@@ -2087,6 +2135,7 @@ module Aws::Route53Domains
2087
2135
  #
2088
2136
  class RenewDomainResponse < Struct.new(
2089
2137
  :operation_id)
2138
+ SENSITIVE = []
2090
2139
  include Aws::Structure
2091
2140
  end
2092
2141
 
@@ -2106,6 +2155,7 @@ module Aws::Route53Domains
2106
2155
  #
2107
2156
  class ResendContactReachabilityEmailRequest < Struct.new(
2108
2157
  :domain_name)
2158
+ SENSITIVE = []
2109
2159
  include Aws::Structure
2110
2160
  end
2111
2161
 
@@ -2130,6 +2180,7 @@ module Aws::Route53Domains
2130
2180
  :domain_name,
2131
2181
  :email_address,
2132
2182
  :is_already_verified)
2183
+ SENSITIVE = []
2133
2184
  include Aws::Structure
2134
2185
  end
2135
2186
 
@@ -2153,6 +2204,7 @@ module Aws::Route53Domains
2153
2204
  #
2154
2205
  class RetrieveDomainAuthCodeRequest < Struct.new(
2155
2206
  :domain_name)
2207
+ SENSITIVE = []
2156
2208
  include Aws::Structure
2157
2209
  end
2158
2210
 
@@ -2166,6 +2218,7 @@ module Aws::Route53Domains
2166
2218
  #
2167
2219
  class RetrieveDomainAuthCodeResponse < Struct.new(
2168
2220
  :auth_code)
2221
+ SENSITIVE = [:auth_code]
2169
2222
  include Aws::Structure
2170
2223
  end
2171
2224
 
@@ -2179,6 +2232,7 @@ module Aws::Route53Domains
2179
2232
  #
2180
2233
  class TLDRulesViolation < Struct.new(
2181
2234
  :message)
2235
+ SENSITIVE = []
2182
2236
  include Aws::Structure
2183
2237
  end
2184
2238
 
@@ -2213,6 +2267,7 @@ module Aws::Route53Domains
2213
2267
  class Tag < Struct.new(
2214
2268
  :key,
2215
2269
  :value)
2270
+ SENSITIVE = []
2216
2271
  include Aws::Structure
2217
2272
  end
2218
2273
 
@@ -2414,6 +2469,7 @@ module Aws::Route53Domains
2414
2469
  :privacy_protect_admin_contact,
2415
2470
  :privacy_protect_registrant_contact,
2416
2471
  :privacy_protect_tech_contact)
2472
+ SENSITIVE = [:auth_code, :admin_contact, :registrant_contact, :tech_contact]
2417
2473
  include Aws::Structure
2418
2474
  end
2419
2475
 
@@ -2432,6 +2488,7 @@ module Aws::Route53Domains
2432
2488
  #
2433
2489
  class TransferDomainResponse < Struct.new(
2434
2490
  :operation_id)
2491
+ SENSITIVE = []
2435
2492
  include Aws::Structure
2436
2493
  end
2437
2494
 
@@ -2461,6 +2518,7 @@ module Aws::Route53Domains
2461
2518
  class TransferDomainToAnotherAwsAccountRequest < Struct.new(
2462
2519
  :domain_name,
2463
2520
  :account_id)
2521
+ SENSITIVE = []
2464
2522
  include Aws::Structure
2465
2523
  end
2466
2524
 
@@ -2493,6 +2551,7 @@ module Aws::Route53Domains
2493
2551
  class TransferDomainToAnotherAwsAccountResponse < Struct.new(
2494
2552
  :operation_id,
2495
2553
  :password)
2554
+ SENSITIVE = []
2496
2555
  include Aws::Structure
2497
2556
  end
2498
2557
 
@@ -2506,6 +2565,7 @@ module Aws::Route53Domains
2506
2565
  #
2507
2566
  class UnsupportedTLD < Struct.new(
2508
2567
  :message)
2568
+ SENSITIVE = []
2509
2569
  include Aws::Structure
2510
2570
  end
2511
2571
 
@@ -2561,6 +2621,7 @@ module Aws::Route53Domains
2561
2621
  :admin_privacy,
2562
2622
  :registrant_privacy,
2563
2623
  :tech_privacy)
2624
+ SENSITIVE = []
2564
2625
  include Aws::Structure
2565
2626
  end
2566
2627
 
@@ -2576,6 +2637,7 @@ module Aws::Route53Domains
2576
2637
  #
2577
2638
  class UpdateDomainContactPrivacyResponse < Struct.new(
2578
2639
  :operation_id)
2640
+ SENSITIVE = []
2579
2641
  include Aws::Structure
2580
2642
  end
2581
2643
 
@@ -2675,6 +2737,7 @@ module Aws::Route53Domains
2675
2737
  :admin_contact,
2676
2738
  :registrant_contact,
2677
2739
  :tech_contact)
2740
+ SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact]
2678
2741
  include Aws::Structure
2679
2742
  end
2680
2743
 
@@ -2693,6 +2756,7 @@ module Aws::Route53Domains
2693
2756
  #
2694
2757
  class UpdateDomainContactResponse < Struct.new(
2695
2758
  :operation_id)
2759
+ SENSITIVE = []
2696
2760
  include Aws::Structure
2697
2761
  end
2698
2762
 
@@ -2738,6 +2802,7 @@ module Aws::Route53Domains
2738
2802
  :domain_name,
2739
2803
  :fi_auth_key,
2740
2804
  :nameservers)
2805
+ SENSITIVE = []
2741
2806
  include Aws::Structure
2742
2807
  end
2743
2808
 
@@ -2756,6 +2821,7 @@ module Aws::Route53Domains
2756
2821
  #
2757
2822
  class UpdateDomainNameserversResponse < Struct.new(
2758
2823
  :operation_id)
2824
+ SENSITIVE = []
2759
2825
  include Aws::Structure
2760
2826
  end
2761
2827
 
@@ -2789,6 +2855,7 @@ module Aws::Route53Domains
2789
2855
  class UpdateTagsForDomainRequest < Struct.new(
2790
2856
  :domain_name,
2791
2857
  :tags_to_update)
2858
+ SENSITIVE = []
2792
2859
  include Aws::Structure
2793
2860
  end
2794
2861
 
@@ -2846,6 +2913,7 @@ module Aws::Route53Domains
2846
2913
  :end,
2847
2914
  :marker,
2848
2915
  :max_items)
2916
+ SENSITIVE = []
2849
2917
  include Aws::Structure
2850
2918
  end
2851
2919
 
@@ -2866,6 +2934,7 @@ module Aws::Route53Domains
2866
2934
  class ViewBillingResponse < Struct.new(
2867
2935
  :next_page_marker,
2868
2936
  :billing_records)
2937
+ SENSITIVE = []
2869
2938
  include Aws::Structure
2870
2939
  end
2871
2940
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53domains
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.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 00:00:00.000000000 Z
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