aws-sdk-applicationdiscoveryservice 1.28.1 → 1.29.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: 8f299cea46ade109ca6f13beb1b816769a2de02264928a27ace7ef4e9c660a02
4
- data.tar.gz: df1afbb65b5b7d6ccc15bbda6d894fa61c63848d95103032eab60f8046bd3446
3
+ metadata.gz: dc0c25a7d567b2fc9c001d2b9a782051e2ff7e40dbe1e73358d8ab0b97a8221a
4
+ data.tar.gz: 2c502c4416758d2075eb21655261a57d68f3f899d655ef319a40648c3e703c4b
5
5
  SHA512:
6
- metadata.gz: b2dc3778d0dc99107013bbb6de81c44796c5bbb0f6361a2d29ed5c8547239f99b835824b99568ce73ae55842c19aaf9ce535a6793b85291ac45e9ec816c635c8
7
- data.tar.gz: a74cd03d7937192b11d5bbff341dc2af56c37f6a6544b914b0997ab1e7e7855b4babd3986a3e7a0d0ab1ad333618b661aff3818e5506c77a295bc7917f66d290
6
+ metadata.gz: 5eab80e2aff75a0d0f17844748cdfd9814a7e7873933da4d1b8208bb08d34a4a3309ed72be3ece908618129d47bee2c8a5835bdf00d07bfbf77716179d3c1885
7
+ data.tar.gz: a747bbaa06bb9aed27fbad9006b0474f02714c06752c855a48f3537ce0e1715cd472ff4e7e6899daaebe57acc18cc3ed3a614bd8baf142342f613a5805fe091a
@@ -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-applicationdiscoveryservice/customizations'
45
47
  # @service
46
48
  module Aws::ApplicationDiscoveryService
47
49
 
48
- GEM_VERSION = '1.28.1'
50
+ GEM_VERSION = '1.29.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:
@@ -1480,7 +1482,7 @@ module Aws::ApplicationDiscoveryService
1480
1482
  params: params,
1481
1483
  config: config)
1482
1484
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1483
- context[:gem_version] = '1.28.1'
1485
+ context[:gem_version] = '1.29.0'
1484
1486
  Seahorse::Client::Request.new(handlers, context)
1485
1487
  end
1486
1488
 
@@ -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:
@@ -32,6 +34,7 @@ module Aws::ApplicationDiscoveryService
32
34
  :agent_id,
33
35
  :operation_succeeded,
34
36
  :description)
37
+ SENSITIVE = []
35
38
  include Aws::Structure
36
39
  end
37
40
 
@@ -93,6 +96,7 @@ module Aws::ApplicationDiscoveryService
93
96
  :collection_status,
94
97
  :agent_type,
95
98
  :registered_time)
99
+ SENSITIVE = []
96
100
  include Aws::Structure
97
101
  end
98
102
 
@@ -109,6 +113,7 @@ module Aws::ApplicationDiscoveryService
109
113
  class AgentNetworkInfo < Struct.new(
110
114
  :ip_address,
111
115
  :mac_address)
116
+ SENSITIVE = []
112
117
  include Aws::Structure
113
118
  end
114
119
 
@@ -133,6 +138,7 @@ module Aws::ApplicationDiscoveryService
133
138
  class AssociateConfigurationItemsToApplicationRequest < Struct.new(
134
139
  :application_configuration_id,
135
140
  :configuration_ids)
141
+ SENSITIVE = []
136
142
  include Aws::Structure
137
143
  end
138
144
 
@@ -146,6 +152,7 @@ module Aws::ApplicationDiscoveryService
146
152
  #
147
153
  class AuthorizationErrorException < Struct.new(
148
154
  :message)
155
+ SENSITIVE = []
149
156
  include Aws::Structure
150
157
  end
151
158
 
@@ -169,6 +176,7 @@ module Aws::ApplicationDiscoveryService
169
176
  :import_task_id,
170
177
  :error_code,
171
178
  :error_description)
179
+ SENSITIVE = []
172
180
  include Aws::Structure
173
181
  end
174
182
 
@@ -185,6 +193,7 @@ module Aws::ApplicationDiscoveryService
185
193
  #
186
194
  class BatchDeleteImportDataRequest < Struct.new(
187
195
  :import_task_ids)
196
+ SENSITIVE = []
188
197
  include Aws::Structure
189
198
  end
190
199
 
@@ -195,6 +204,7 @@ module Aws::ApplicationDiscoveryService
195
204
  #
196
205
  class BatchDeleteImportDataResponse < Struct.new(
197
206
  :errors)
207
+ SENSITIVE = []
198
208
  include Aws::Structure
199
209
  end
200
210
 
@@ -230,6 +240,7 @@ module Aws::ApplicationDiscoveryService
230
240
  :key,
231
241
  :value,
232
242
  :time_of_creation)
243
+ SENSITIVE = []
233
244
  include Aws::Structure
234
245
  end
235
246
 
@@ -238,6 +249,7 @@ module Aws::ApplicationDiscoveryService
238
249
  #
239
250
  class ConflictErrorException < Struct.new(
240
251
  :message)
252
+ SENSITIVE = []
241
253
  include Aws::Structure
242
254
  end
243
255
 
@@ -359,6 +371,7 @@ module Aws::ApplicationDiscoveryService
359
371
  :stop_time,
360
372
  :data_source,
361
373
  :schema_storage_config)
374
+ SENSITIVE = []
362
375
  include Aws::Structure
363
376
  end
364
377
 
@@ -381,6 +394,7 @@ module Aws::ApplicationDiscoveryService
381
394
  class CreateApplicationRequest < Struct.new(
382
395
  :name,
383
396
  :description)
397
+ SENSITIVE = []
384
398
  include Aws::Structure
385
399
  end
386
400
 
@@ -390,6 +404,7 @@ module Aws::ApplicationDiscoveryService
390
404
  #
391
405
  class CreateApplicationResponse < Struct.new(
392
406
  :configuration_id)
407
+ SENSITIVE = []
393
408
  include Aws::Structure
394
409
  end
395
410
 
@@ -421,6 +436,7 @@ module Aws::ApplicationDiscoveryService
421
436
  class CreateTagsRequest < Struct.new(
422
437
  :configuration_ids,
423
438
  :tags)
439
+ SENSITIVE = []
424
440
  include Aws::Structure
425
441
  end
426
442
 
@@ -464,6 +480,7 @@ module Aws::ApplicationDiscoveryService
464
480
  :unhealthy_agents,
465
481
  :total_agents,
466
482
  :unknown_agents)
483
+ SENSITIVE = []
467
484
  include Aws::Structure
468
485
  end
469
486
 
@@ -505,6 +522,7 @@ module Aws::ApplicationDiscoveryService
505
522
  :unhealthy_connectors,
506
523
  :total_connectors,
507
524
  :unknown_connectors)
525
+ SENSITIVE = []
508
526
  include Aws::Structure
509
527
  end
510
528
 
@@ -521,6 +539,7 @@ module Aws::ApplicationDiscoveryService
521
539
  #
522
540
  class DeleteApplicationsRequest < Struct.new(
523
541
  :configuration_ids)
542
+ SENSITIVE = []
524
543
  include Aws::Structure
525
544
  end
526
545
 
@@ -554,6 +573,7 @@ module Aws::ApplicationDiscoveryService
554
573
  class DeleteTagsRequest < Struct.new(
555
574
  :configuration_ids,
556
575
  :tags)
576
+ SENSITIVE = []
557
577
  include Aws::Structure
558
578
  end
559
579
 
@@ -606,6 +626,7 @@ module Aws::ApplicationDiscoveryService
606
626
  :filters,
607
627
  :max_results,
608
628
  :next_token)
629
+ SENSITIVE = []
609
630
  include Aws::Structure
610
631
  end
611
632
 
@@ -629,6 +650,7 @@ module Aws::ApplicationDiscoveryService
629
650
  class DescribeAgentsResponse < Struct.new(
630
651
  :agents_info,
631
652
  :next_token)
653
+ SENSITIVE = []
632
654
  include Aws::Structure
633
655
  end
634
656
 
@@ -645,6 +667,7 @@ module Aws::ApplicationDiscoveryService
645
667
  #
646
668
  class DescribeConfigurationsRequest < Struct.new(
647
669
  :configuration_ids)
670
+ SENSITIVE = []
648
671
  include Aws::Structure
649
672
  end
650
673
 
@@ -654,6 +677,7 @@ module Aws::ApplicationDiscoveryService
654
677
  #
655
678
  class DescribeConfigurationsResponse < Struct.new(
656
679
  :configurations)
680
+ SENSITIVE = []
657
681
  include Aws::Structure
658
682
  end
659
683
 
@@ -683,6 +707,7 @@ module Aws::ApplicationDiscoveryService
683
707
  :export_ids,
684
708
  :max_results,
685
709
  :next_token)
710
+ SENSITIVE = []
686
711
  include Aws::Structure
687
712
  end
688
713
 
@@ -697,6 +722,7 @@ module Aws::ApplicationDiscoveryService
697
722
  class DescribeContinuousExportsResponse < Struct.new(
698
723
  :descriptions,
699
724
  :next_token)
725
+ SENSITIVE = []
700
726
  include Aws::Structure
701
727
  end
702
728
 
@@ -726,6 +752,7 @@ module Aws::ApplicationDiscoveryService
726
752
  :export_ids,
727
753
  :max_results,
728
754
  :next_token)
755
+ SENSITIVE = []
729
756
  include Aws::Structure
730
757
  end
731
758
 
@@ -739,6 +766,7 @@ module Aws::ApplicationDiscoveryService
739
766
  class DescribeExportConfigurationsResponse < Struct.new(
740
767
  :exports_info,
741
768
  :next_token)
769
+ SENSITIVE = []
742
770
  include Aws::Structure
743
771
  end
744
772
 
@@ -791,6 +819,7 @@ module Aws::ApplicationDiscoveryService
791
819
  :filters,
792
820
  :max_results,
793
821
  :next_token)
822
+ SENSITIVE = []
794
823
  include Aws::Structure
795
824
  end
796
825
 
@@ -811,6 +840,7 @@ module Aws::ApplicationDiscoveryService
811
840
  class DescribeExportTasksResponse < Struct.new(
812
841
  :exports_info,
813
842
  :next_token)
843
+ SENSITIVE = []
814
844
  include Aws::Structure
815
845
  end
816
846
 
@@ -847,6 +877,7 @@ module Aws::ApplicationDiscoveryService
847
877
  :filters,
848
878
  :max_results,
849
879
  :next_token)
880
+ SENSITIVE = []
850
881
  include Aws::Structure
851
882
  end
852
883
 
@@ -862,6 +893,7 @@ module Aws::ApplicationDiscoveryService
862
893
  class DescribeImportTasksResponse < Struct.new(
863
894
  :next_token,
864
895
  :tasks)
896
+ SENSITIVE = []
865
897
  include Aws::Structure
866
898
  end
867
899
 
@@ -899,6 +931,7 @@ module Aws::ApplicationDiscoveryService
899
931
  :filters,
900
932
  :max_results,
901
933
  :next_token)
934
+ SENSITIVE = []
902
935
  include Aws::Structure
903
936
  end
904
937
 
@@ -916,6 +949,7 @@ module Aws::ApplicationDiscoveryService
916
949
  class DescribeTagsResponse < Struct.new(
917
950
  :tags,
918
951
  :next_token)
952
+ SENSITIVE = []
919
953
  include Aws::Structure
920
954
  end
921
955
 
@@ -940,6 +974,7 @@ module Aws::ApplicationDiscoveryService
940
974
  class DisassociateConfigurationItemsFromApplicationRequest < Struct.new(
941
975
  :application_configuration_id,
942
976
  :configuration_ids)
977
+ SENSITIVE = []
943
978
  include Aws::Structure
944
979
  end
945
980
 
@@ -951,6 +986,7 @@ module Aws::ApplicationDiscoveryService
951
986
  #
952
987
  class ExportConfigurationsResponse < Struct.new(
953
988
  :export_id)
989
+ SENSITIVE = []
954
990
  include Aws::Structure
955
991
  end
956
992
 
@@ -992,6 +1028,7 @@ module Aws::ApplicationDiscoveryService
992
1028
  :name,
993
1029
  :values,
994
1030
  :condition)
1031
+ SENSITIVE = []
995
1032
  include Aws::Structure
996
1033
  end
997
1034
 
@@ -1046,6 +1083,7 @@ module Aws::ApplicationDiscoveryService
1046
1083
  :is_truncated,
1047
1084
  :requested_start_time,
1048
1085
  :requested_end_time)
1086
+ SENSITIVE = []
1049
1087
  include Aws::Structure
1050
1088
  end
1051
1089
 
@@ -1092,6 +1130,7 @@ module Aws::ApplicationDiscoveryService
1092
1130
  :name,
1093
1131
  :values,
1094
1132
  :condition)
1133
+ SENSITIVE = []
1095
1134
  include Aws::Structure
1096
1135
  end
1097
1136
 
@@ -1131,6 +1170,7 @@ module Aws::ApplicationDiscoveryService
1131
1170
  :servers_mappedto_tags,
1132
1171
  :agent_summary,
1133
1172
  :connector_summary)
1173
+ SENSITIVE = []
1134
1174
  include Aws::Structure
1135
1175
  end
1136
1176
 
@@ -1141,6 +1181,7 @@ module Aws::ApplicationDiscoveryService
1141
1181
  #
1142
1182
  class HomeRegionNotSetException < Struct.new(
1143
1183
  :message)
1184
+ SENSITIVE = []
1144
1185
  include Aws::Structure
1145
1186
  end
1146
1187
 
@@ -1246,6 +1287,7 @@ module Aws::ApplicationDiscoveryService
1246
1287
  :application_import_success,
1247
1288
  :application_import_failure,
1248
1289
  :errors_and_failed_entries_zip)
1290
+ SENSITIVE = []
1249
1291
  include Aws::Structure
1250
1292
  end
1251
1293
 
@@ -1278,6 +1320,7 @@ module Aws::ApplicationDiscoveryService
1278
1320
  class ImportTaskFilter < Struct.new(
1279
1321
  :name,
1280
1322
  :values)
1323
+ SENSITIVE = []
1281
1324
  include Aws::Structure
1282
1325
  end
1283
1326
 
@@ -1289,6 +1332,7 @@ module Aws::ApplicationDiscoveryService
1289
1332
  #
1290
1333
  class InvalidParameterException < Struct.new(
1291
1334
  :message)
1335
+ SENSITIVE = []
1292
1336
  include Aws::Structure
1293
1337
  end
1294
1338
 
@@ -1300,6 +1344,7 @@ module Aws::ApplicationDiscoveryService
1300
1344
  #
1301
1345
  class InvalidParameterValueException < Struct.new(
1302
1346
  :message)
1347
+ SENSITIVE = []
1303
1348
  include Aws::Structure
1304
1349
  end
1305
1350
 
@@ -1373,6 +1418,7 @@ module Aws::ApplicationDiscoveryService
1373
1418
  :max_results,
1374
1419
  :next_token,
1375
1420
  :order_by)
1421
+ SENSITIVE = []
1376
1422
  include Aws::Structure
1377
1423
  end
1378
1424
 
@@ -1392,6 +1438,7 @@ module Aws::ApplicationDiscoveryService
1392
1438
  class ListConfigurationsResponse < Struct.new(
1393
1439
  :configurations,
1394
1440
  :next_token)
1441
+ SENSITIVE = []
1395
1442
  include Aws::Structure
1396
1443
  end
1397
1444
 
@@ -1438,6 +1485,7 @@ module Aws::ApplicationDiscoveryService
1438
1485
  :neighbor_configuration_ids,
1439
1486
  :max_results,
1440
1487
  :next_token)
1488
+ SENSITIVE = []
1441
1489
  include Aws::Structure
1442
1490
  end
1443
1491
 
@@ -1464,6 +1512,7 @@ module Aws::ApplicationDiscoveryService
1464
1512
  :neighbors,
1465
1513
  :next_token,
1466
1514
  :known_dependency_count)
1515
+ SENSITIVE = []
1467
1516
  include Aws::Structure
1468
1517
  end
1469
1518
 
@@ -1495,6 +1544,7 @@ module Aws::ApplicationDiscoveryService
1495
1544
  :destination_port,
1496
1545
  :transport_protocol,
1497
1546
  :connections_count)
1547
+ SENSITIVE = []
1498
1548
  include Aws::Structure
1499
1549
  end
1500
1550
 
@@ -1505,6 +1555,7 @@ module Aws::ApplicationDiscoveryService
1505
1555
  #
1506
1556
  class OperationNotPermittedException < Struct.new(
1507
1557
  :message)
1558
+ SENSITIVE = []
1508
1559
  include Aws::Structure
1509
1560
  end
1510
1561
 
@@ -1529,6 +1580,7 @@ module Aws::ApplicationDiscoveryService
1529
1580
  class OrderByElement < Struct.new(
1530
1581
  :field_name,
1531
1582
  :sort_order)
1583
+ SENSITIVE = []
1532
1584
  include Aws::Structure
1533
1585
  end
1534
1586
 
@@ -1543,6 +1595,7 @@ module Aws::ApplicationDiscoveryService
1543
1595
  #
1544
1596
  class ResourceInUseException < Struct.new(
1545
1597
  :message)
1598
+ SENSITIVE = []
1546
1599
  include Aws::Structure
1547
1600
  end
1548
1601
 
@@ -1554,6 +1607,7 @@ module Aws::ApplicationDiscoveryService
1554
1607
  #
1555
1608
  class ResourceNotFoundException < Struct.new(
1556
1609
  :message)
1610
+ SENSITIVE = []
1557
1611
  include Aws::Structure
1558
1612
  end
1559
1613
 
@@ -1564,6 +1618,7 @@ module Aws::ApplicationDiscoveryService
1564
1618
  #
1565
1619
  class ServerInternalErrorException < Struct.new(
1566
1620
  :message)
1621
+ SENSITIVE = []
1567
1622
  include Aws::Structure
1568
1623
  end
1569
1624
 
@@ -1604,6 +1659,7 @@ module Aws::ApplicationDiscoveryService
1604
1659
  :start_time,
1605
1660
  :data_source,
1606
1661
  :schema_storage_config)
1662
+ SENSITIVE = []
1607
1663
  include Aws::Structure
1608
1664
  end
1609
1665
 
@@ -1627,6 +1683,7 @@ module Aws::ApplicationDiscoveryService
1627
1683
  #
1628
1684
  class StartDataCollectionByAgentIdsRequest < Struct.new(
1629
1685
  :agent_ids)
1686
+ SENSITIVE = []
1630
1687
  include Aws::Structure
1631
1688
  end
1632
1689
 
@@ -1639,6 +1696,7 @@ module Aws::ApplicationDiscoveryService
1639
1696
  #
1640
1697
  class StartDataCollectionByAgentIdsResponse < Struct.new(
1641
1698
  :agents_configuration_status)
1699
+ SENSITIVE = []
1642
1700
  include Aws::Structure
1643
1701
  end
1644
1702
 
@@ -1690,6 +1748,7 @@ module Aws::ApplicationDiscoveryService
1690
1748
  :filters,
1691
1749
  :start_time,
1692
1750
  :end_time)
1751
+ SENSITIVE = []
1693
1752
  include Aws::Structure
1694
1753
  end
1695
1754
 
@@ -1699,6 +1758,7 @@ module Aws::ApplicationDiscoveryService
1699
1758
  #
1700
1759
  class StartExportTaskResponse < Struct.new(
1701
1760
  :export_id)
1761
+ SENSITIVE = []
1702
1762
  include Aws::Structure
1703
1763
  end
1704
1764
 
@@ -1744,6 +1804,7 @@ module Aws::ApplicationDiscoveryService
1744
1804
  :client_request_token,
1745
1805
  :name,
1746
1806
  :import_url)
1807
+ SENSITIVE = []
1747
1808
  include Aws::Structure
1748
1809
  end
1749
1810
 
@@ -1755,6 +1816,7 @@ module Aws::ApplicationDiscoveryService
1755
1816
  #
1756
1817
  class StartImportTaskResponse < Struct.new(
1757
1818
  :task)
1819
+ SENSITIVE = []
1758
1820
  include Aws::Structure
1759
1821
  end
1760
1822
 
@@ -1771,6 +1833,7 @@ module Aws::ApplicationDiscoveryService
1771
1833
  #
1772
1834
  class StopContinuousExportRequest < Struct.new(
1773
1835
  :export_id)
1836
+ SENSITIVE = []
1774
1837
  include Aws::Structure
1775
1838
  end
1776
1839
 
@@ -1786,6 +1849,7 @@ module Aws::ApplicationDiscoveryService
1786
1849
  class StopContinuousExportResponse < Struct.new(
1787
1850
  :start_time,
1788
1851
  :stop_time)
1852
+ SENSITIVE = []
1789
1853
  include Aws::Structure
1790
1854
  end
1791
1855
 
@@ -1803,6 +1867,7 @@ module Aws::ApplicationDiscoveryService
1803
1867
  #
1804
1868
  class StopDataCollectionByAgentIdsRequest < Struct.new(
1805
1869
  :agent_ids)
1870
+ SENSITIVE = []
1806
1871
  include Aws::Structure
1807
1872
  end
1808
1873
 
@@ -1815,6 +1880,7 @@ module Aws::ApplicationDiscoveryService
1815
1880
  #
1816
1881
  class StopDataCollectionByAgentIdsResponse < Struct.new(
1817
1882
  :agents_configuration_status)
1883
+ SENSITIVE = []
1818
1884
  include Aws::Structure
1819
1885
  end
1820
1886
 
@@ -1839,6 +1905,7 @@ module Aws::ApplicationDiscoveryService
1839
1905
  class Tag < Struct.new(
1840
1906
  :key,
1841
1907
  :value)
1908
+ SENSITIVE = []
1842
1909
  include Aws::Structure
1843
1910
  end
1844
1911
 
@@ -1864,6 +1931,7 @@ module Aws::ApplicationDiscoveryService
1864
1931
  class TagFilter < Struct.new(
1865
1932
  :name,
1866
1933
  :values)
1934
+ SENSITIVE = []
1867
1935
  include Aws::Structure
1868
1936
  end
1869
1937
 
@@ -1892,6 +1960,7 @@ module Aws::ApplicationDiscoveryService
1892
1960
  :configuration_id,
1893
1961
  :name,
1894
1962
  :description)
1963
+ SENSITIVE = []
1895
1964
  include Aws::Structure
1896
1965
  end
1897
1966
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationdiscoveryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.1
4
+ version: 1.29.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