aws-sdk-core 2.10.85 → 2.10.86

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
  SHA1:
3
- metadata.gz: 78d9c709fd73a3cdbb008d0759d0ce5bfbf377be
4
- data.tar.gz: bb8cbc56cf41d34ee79fc110ae6bdf7c53fc845e
3
+ metadata.gz: 186dfa0edc10f0e1b1b2ec922e9e4bbfa06c0ba6
4
+ data.tar.gz: a2580cb33a54edbd6f88ae0a7457b7919c38c600
5
5
  SHA512:
6
- metadata.gz: fbbb984e95605ca2ccf4ca442a4dba7f1982b4c0321d75c3d3f3faddb2aadef51a1bb9e999174de99e4665cd6525480f803fef86868e626231348c9eacc6e41a
7
- data.tar.gz: 1dbf8e7ec79bcb5c6e0e418775619a80919121fc11fb8b5415cdc5d2fa801a8a0aa4b2fa80599bfa62ddab4f738127027144acd03bc7a7b87416d20fee8f3520
6
+ metadata.gz: 5e24c4563b5d8eacc2da2c8556d089a60f97775e5ecffc206b239a745cb72cfeeeefb0111f674e6cf6c6e09b930eda6d1e1c35b8986b6c491db2e75d53fba095
7
+ data.tar.gz: 576cef747a1768ae0ba186d83aecb5011e146796300773a242e17a812b38296100dd6e65c811405aef4347a1dcbba3f55ae737ca627afbe6ddce0debad039506
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"Application Auto Scaling",
9
+ "serviceId":"Application Auto Scaling",
9
10
  "signatureVersion":"v4",
10
11
  "signingName":"application-autoscaling",
11
12
  "targetPrefix":"AnyScaleFrontendService",
@@ -419,8 +420,12 @@
419
420
  "enum":[
420
421
  "DynamoDBReadCapacityUtilization",
421
422
  "DynamoDBWriteCapacityUtilization",
423
+ "ALBRequestCountPerTarget",
422
424
  "RDSReaderAverageCPUUtilization",
423
- "RDSReaderAverageDatabaseConnections"
425
+ "RDSReaderAverageDatabaseConnections",
426
+ "EC2SpotFleetRequestAverageCPUUtilization",
427
+ "EC2SpotFleetRequestAverageNetworkIn",
428
+ "EC2SpotFleetRequestAverageNetworkOut"
424
429
  ]
425
430
  },
426
431
  "MetricUnit":{"type":"string"},
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"AWS Database Migration Service",
9
+ "serviceId":"Database Migration Service",
9
10
  "signatureVersion":"v4",
10
11
  "targetPrefix":"AmazonDMSv20160101",
11
12
  "uid":"dms-2016-01-01"
@@ -319,6 +320,18 @@
319
320
  {"shape":"ResourceNotFoundFault"}
320
321
  ]
321
322
  },
323
+ "DescribeReplicationTaskAssessmentResults":{
324
+ "name":"DescribeReplicationTaskAssessmentResults",
325
+ "http":{
326
+ "method":"POST",
327
+ "requestUri":"/"
328
+ },
329
+ "input":{"shape":"DescribeReplicationTaskAssessmentResultsMessage"},
330
+ "output":{"shape":"DescribeReplicationTaskAssessmentResultsResponse"},
331
+ "errors":[
332
+ {"shape":"ResourceNotFoundFault"}
333
+ ]
334
+ },
322
335
  "DescribeReplicationTasks":{
323
336
  "name":"DescribeReplicationTasks",
324
337
  "http":{
@@ -515,6 +528,19 @@
515
528
  {"shape":"InvalidResourceStateFault"}
516
529
  ]
517
530
  },
531
+ "StartReplicationTaskAssessment":{
532
+ "name":"StartReplicationTaskAssessment",
533
+ "http":{
534
+ "method":"POST",
535
+ "requestUri":"/"
536
+ },
537
+ "input":{"shape":"StartReplicationTaskAssessmentMessage"},
538
+ "output":{"shape":"StartReplicationTaskAssessmentResponse"},
539
+ "errors":[
540
+ {"shape":"InvalidResourceStateFault"},
541
+ {"shape":"ResourceNotFoundFault"}
542
+ ]
543
+ },
518
544
  "StopReplicationTask":{
519
545
  "name":"StopReplicationTask",
520
546
  "http":{
@@ -562,10 +588,7 @@
562
588
  },
563
589
  "AccountQuotaList":{
564
590
  "type":"list",
565
- "member":{
566
- "shape":"AccountQuota",
567
- "locationName":"AccountQuota"
568
- }
591
+ "member":{"shape":"AccountQuota"}
569
592
  },
570
593
  "AddTagsToResourceMessage":{
571
594
  "type":"structure",
@@ -623,10 +646,7 @@
623
646
  },
624
647
  "CertificateList":{
625
648
  "type":"list",
626
- "member":{
627
- "shape":"Certificate",
628
- "locationName":"Certificate"
629
- }
649
+ "member":{"shape":"Certificate"}
630
650
  },
631
651
  "CertificateWallet":{"type":"blob"},
632
652
  "CompressionTypeValue":{
@@ -649,10 +669,7 @@
649
669
  },
650
670
  "ConnectionList":{
651
671
  "type":"list",
652
- "member":{
653
- "shape":"Connection",
654
- "locationName":"Connection"
655
- }
672
+ "member":{"shape":"Connection"}
656
673
  },
657
674
  "CreateEndpointMessage":{
658
675
  "type":"structure",
@@ -1039,6 +1056,22 @@
1039
1056
  "ReplicationSubnetGroups":{"shape":"ReplicationSubnetGroups"}
1040
1057
  }
1041
1058
  },
1059
+ "DescribeReplicationTaskAssessmentResultsMessage":{
1060
+ "type":"structure",
1061
+ "members":{
1062
+ "ReplicationTaskArn":{"shape":"String"},
1063
+ "MaxRecords":{"shape":"IntegerOptional"},
1064
+ "Marker":{"shape":"String"}
1065
+ }
1066
+ },
1067
+ "DescribeReplicationTaskAssessmentResultsResponse":{
1068
+ "type":"structure",
1069
+ "members":{
1070
+ "Marker":{"shape":"String"},
1071
+ "BucketName":{"shape":"String"},
1072
+ "ReplicationTaskAssessmentResults":{"shape":"ReplicationTaskAssessmentResultList"}
1073
+ }
1074
+ },
1042
1075
  "DescribeReplicationTasksMessage":{
1043
1076
  "type":"structure",
1044
1077
  "members":{
@@ -1128,10 +1161,7 @@
1128
1161
  },
1129
1162
  "EndpointList":{
1130
1163
  "type":"list",
1131
- "member":{
1132
- "shape":"Endpoint",
1133
- "locationName":"Endpoint"
1134
- }
1164
+ "member":{"shape":"Endpoint"}
1135
1165
  },
1136
1166
  "Event":{
1137
1167
  "type":"structure",
@@ -1145,10 +1175,7 @@
1145
1175
  },
1146
1176
  "EventCategoriesList":{
1147
1177
  "type":"list",
1148
- "member":{
1149
- "shape":"String",
1150
- "locationName":"EventCategory"
1151
- }
1178
+ "member":{"shape":"String"}
1152
1179
  },
1153
1180
  "EventCategoryGroup":{
1154
1181
  "type":"structure",
@@ -1159,17 +1186,11 @@
1159
1186
  },
1160
1187
  "EventCategoryGroupList":{
1161
1188
  "type":"list",
1162
- "member":{
1163
- "shape":"EventCategoryGroup",
1164
- "locationName":"EventCategoryGroup"
1165
- }
1189
+ "member":{"shape":"EventCategoryGroup"}
1166
1190
  },
1167
1191
  "EventList":{
1168
1192
  "type":"list",
1169
- "member":{
1170
- "shape":"Event",
1171
- "locationName":"Event"
1172
- }
1193
+ "member":{"shape":"Event"}
1173
1194
  },
1174
1195
  "EventSubscription":{
1175
1196
  "type":"structure",
@@ -1187,10 +1208,7 @@
1187
1208
  },
1188
1209
  "EventSubscriptionsList":{
1189
1210
  "type":"list",
1190
- "member":{
1191
- "shape":"EventSubscription",
1192
- "locationName":"EventSubscription"
1193
- }
1211
+ "member":{"shape":"EventSubscription"}
1194
1212
  },
1195
1213
  "ExceptionMessage":{"type":"string"},
1196
1214
  "Filter":{
@@ -1206,17 +1224,11 @@
1206
1224
  },
1207
1225
  "FilterList":{
1208
1226
  "type":"list",
1209
- "member":{
1210
- "shape":"Filter",
1211
- "locationName":"Filter"
1212
- }
1227
+ "member":{"shape":"Filter"}
1213
1228
  },
1214
1229
  "FilterValueList":{
1215
1230
  "type":"list",
1216
- "member":{
1217
- "shape":"String",
1218
- "locationName":"Value"
1219
- }
1231
+ "member":{"shape":"String"}
1220
1232
  },
1221
1233
  "ImportCertificateMessage":{
1222
1234
  "type":"structure",
@@ -1437,10 +1449,7 @@
1437
1449
  },
1438
1450
  "OrderableReplicationInstanceList":{
1439
1451
  "type":"list",
1440
- "member":{
1441
- "shape":"OrderableReplicationInstance",
1442
- "locationName":"OrderableReplicationInstance"
1443
- }
1452
+ "member":{"shape":"OrderableReplicationInstance"}
1444
1453
  },
1445
1454
  "RefreshSchemasMessage":{
1446
1455
  "type":"structure",
@@ -1551,10 +1560,7 @@
1551
1560
  },
1552
1561
  "ReplicationInstanceList":{
1553
1562
  "type":"list",
1554
- "member":{
1555
- "shape":"ReplicationInstance",
1556
- "locationName":"ReplicationInstance"
1557
- }
1563
+ "member":{"shape":"ReplicationInstance"}
1558
1564
  },
1559
1565
  "ReplicationInstancePrivateIpAddressList":{
1560
1566
  "type":"list",
@@ -1592,10 +1598,7 @@
1592
1598
  },
1593
1599
  "ReplicationSubnetGroups":{
1594
1600
  "type":"list",
1595
- "member":{
1596
- "shape":"ReplicationSubnetGroup",
1597
- "locationName":"ReplicationSubnetGroup"
1598
- }
1601
+ "member":{"shape":"ReplicationSubnetGroup"}
1599
1602
  },
1600
1603
  "ReplicationTask":{
1601
1604
  "type":"structure",
@@ -1616,12 +1619,25 @@
1616
1619
  "ReplicationTaskStats":{"shape":"ReplicationTaskStats"}
1617
1620
  }
1618
1621
  },
1622
+ "ReplicationTaskAssessmentResult":{
1623
+ "type":"structure",
1624
+ "members":{
1625
+ "ReplicationTaskIdentifier":{"shape":"String"},
1626
+ "ReplicationTaskArn":{"shape":"String"},
1627
+ "ReplicationTaskLastAssessmentDate":{"shape":"TStamp"},
1628
+ "AssessmentStatus":{"shape":"String"},
1629
+ "AssessmentResultsFile":{"shape":"String"},
1630
+ "AssessmentResults":{"shape":"String"},
1631
+ "S3ObjectUrl":{"shape":"String"}
1632
+ }
1633
+ },
1634
+ "ReplicationTaskAssessmentResultList":{
1635
+ "type":"list",
1636
+ "member":{"shape":"ReplicationTaskAssessmentResult"}
1637
+ },
1619
1638
  "ReplicationTaskList":{
1620
1639
  "type":"list",
1621
- "member":{
1622
- "shape":"ReplicationTask",
1623
- "locationName":"ReplicationTask"
1624
- }
1640
+ "member":{"shape":"ReplicationTask"}
1625
1641
  },
1626
1642
  "ReplicationTaskStats":{
1627
1643
  "type":"structure",
@@ -1691,15 +1707,25 @@
1691
1707
  },
1692
1708
  "SourceIdsList":{
1693
1709
  "type":"list",
1694
- "member":{
1695
- "shape":"String",
1696
- "locationName":"SourceId"
1697
- }
1710
+ "member":{"shape":"String"}
1698
1711
  },
1699
1712
  "SourceType":{
1700
1713
  "type":"string",
1701
1714
  "enum":["replication-instance"]
1702
1715
  },
1716
+ "StartReplicationTaskAssessmentMessage":{
1717
+ "type":"structure",
1718
+ "required":["ReplicationTaskArn"],
1719
+ "members":{
1720
+ "ReplicationTaskArn":{"shape":"String"}
1721
+ }
1722
+ },
1723
+ "StartReplicationTaskAssessmentResponse":{
1724
+ "type":"structure",
1725
+ "members":{
1726
+ "ReplicationTask":{"shape":"ReplicationTask"}
1727
+ }
1728
+ },
1703
1729
  "StartReplicationTaskMessage":{
1704
1730
  "type":"structure",
1705
1731
  "required":[
@@ -1764,17 +1790,11 @@
1764
1790
  },
1765
1791
  "SubnetIdentifierList":{
1766
1792
  "type":"list",
1767
- "member":{
1768
- "shape":"String",
1769
- "locationName":"SubnetIdentifier"
1770
- }
1793
+ "member":{"shape":"String"}
1771
1794
  },
1772
1795
  "SubnetList":{
1773
1796
  "type":"list",
1774
- "member":{
1775
- "shape":"Subnet",
1776
- "locationName":"Subnet"
1777
- }
1797
+ "member":{"shape":"Subnet"}
1778
1798
  },
1779
1799
  "SupportedEndpointType":{
1780
1800
  "type":"structure",
@@ -1786,10 +1806,7 @@
1786
1806
  },
1787
1807
  "SupportedEndpointTypeList":{
1788
1808
  "type":"list",
1789
- "member":{
1790
- "shape":"SupportedEndpointType",
1791
- "locationName":"SupportedEndpointType"
1792
- }
1809
+ "member":{"shape":"SupportedEndpointType"}
1793
1810
  },
1794
1811
  "TStamp":{"type":"timestamp"},
1795
1812
  "TableListToReload":{
@@ -1809,7 +1826,11 @@
1809
1826
  "FullLoadCondtnlChkFailedRows":{"shape":"Long"},
1810
1827
  "FullLoadErrorRows":{"shape":"Long"},
1811
1828
  "LastUpdateTime":{"shape":"TStamp"},
1812
- "TableState":{"shape":"String"}
1829
+ "TableState":{"shape":"String"},
1830
+ "ValidationPendingRecords":{"shape":"Long"},
1831
+ "ValidationFailedRecords":{"shape":"Long"},
1832
+ "ValidationSuspendedRecords":{"shape":"Long"},
1833
+ "ValidationState":{"shape":"String"}
1813
1834
  }
1814
1835
  },
1815
1836
  "TableStatisticsList":{
@@ -1832,10 +1853,7 @@
1832
1853
  },
1833
1854
  "TagList":{
1834
1855
  "type":"list",
1835
- "member":{
1836
- "shape":"Tag",
1837
- "locationName":"Tag"
1838
- }
1856
+ "member":{"shape":"Tag"}
1839
1857
  },
1840
1858
  "TestConnectionMessage":{
1841
1859
  "type":"structure",
@@ -1863,10 +1881,7 @@
1863
1881
  },
1864
1882
  "VpcSecurityGroupIdList":{
1865
1883
  "type":"list",
1866
- "member":{
1867
- "shape":"String",
1868
- "locationName":"VpcSecurityGroupId"
1869
- }
1884
+ "member":{"shape":"String"}
1870
1885
  },
1871
1886
  "VpcSecurityGroupMembership":{
1872
1887
  "type":"structure",
@@ -1877,10 +1892,7 @@
1877
1892
  },
1878
1893
  "VpcSecurityGroupMembershipList":{
1879
1894
  "type":"list",
1880
- "member":{
1881
- "shape":"VpcSecurityGroupMembership",
1882
- "locationName":"VpcSecurityGroupMembership"
1883
- }
1895
+ "member":{"shape":"VpcSecurityGroupMembership"}
1884
1896
  }
1885
1897
  }
1886
1898
  }
@@ -45,6 +45,11 @@
45
45
  "output_token": "Marker",
46
46
  "limit_key": "MaxRecords"
47
47
  },
48
+ "DescribeReplicationTaskAssessmentResults": {
49
+ "input_token": "Marker",
50
+ "output_token": "Marker",
51
+ "limit_key": "MaxRecords"
52
+ },
48
53
  "DescribeReplicationTasks": {
49
54
  "input_token": "Marker",
50
55
  "output_token": "Marker",
@@ -6,6 +6,7 @@
6
6
  "protocol":"query",
7
7
  "serviceAbbreviation":"Elastic Load Balancing v2",
8
8
  "serviceFullName":"Elastic Load Balancing",
9
+ "serviceId":"Elastic Load Balancing v2",
9
10
  "signatureVersion":"v4",
10
11
  "uid":"elasticloadbalancingv2-2015-12-01",
11
12
  "xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/"
@@ -168,7 +169,8 @@
168
169
  },
169
170
  "errors":[
170
171
  {"shape":"LoadBalancerNotFoundException"},
171
- {"shape":"OperationNotPermittedException"}
172
+ {"shape":"OperationNotPermittedException"},
173
+ {"shape":"ResourceInUseException"}
172
174
  ]
173
175
  },
174
176
  "DeleteRule":{
@@ -1469,6 +1469,36 @@
1469
1469
  {"shape":"DomainNotFoundFault"}
1470
1470
  ]
1471
1471
  },
1472
+ "RestoreDBInstanceFromS3":{
1473
+ "name":"RestoreDBInstanceFromS3",
1474
+ "http":{
1475
+ "method":"POST",
1476
+ "requestUri":"/"
1477
+ },
1478
+ "input":{"shape":"RestoreDBInstanceFromS3Message"},
1479
+ "output":{
1480
+ "shape":"RestoreDBInstanceFromS3Result",
1481
+ "resultWrapper":"RestoreDBInstanceFromS3Result"
1482
+ },
1483
+ "errors":[
1484
+ {"shape":"DBInstanceAlreadyExistsFault"},
1485
+ {"shape":"InsufficientDBInstanceCapacityFault"},
1486
+ {"shape":"DBParameterGroupNotFoundFault"},
1487
+ {"shape":"DBSecurityGroupNotFoundFault"},
1488
+ {"shape":"InstanceQuotaExceededFault"},
1489
+ {"shape":"StorageQuotaExceededFault"},
1490
+ {"shape":"DBSubnetGroupNotFoundFault"},
1491
+ {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
1492
+ {"shape":"InvalidSubnet"},
1493
+ {"shape":"InvalidVPCNetworkStateFault"},
1494
+ {"shape":"InvalidS3BucketFault"},
1495
+ {"shape":"ProvisionedIopsNotAvailableInAZFault"},
1496
+ {"shape":"OptionGroupNotFoundFault"},
1497
+ {"shape":"StorageTypeNotSupportedFault"},
1498
+ {"shape":"AuthorizationNotFoundFault"},
1499
+ {"shape":"KMSKeyNotAccessibleFault"}
1500
+ ]
1501
+ },
1472
1502
  "RestoreDBInstanceToPointInTime":{
1473
1503
  "name":"RestoreDBInstanceToPointInTime",
1474
1504
  "http":{
@@ -4905,6 +4935,64 @@
4905
4935
  "DBInstance":{"shape":"DBInstance"}
4906
4936
  }
4907
4937
  },
4938
+ "RestoreDBInstanceFromS3Message":{
4939
+ "type":"structure",
4940
+ "required":[
4941
+ "DBInstanceIdentifier",
4942
+ "DBInstanceClass",
4943
+ "Engine",
4944
+ "SourceEngine",
4945
+ "SourceEngineVersion",
4946
+ "S3BucketName",
4947
+ "S3IngestionRoleArn"
4948
+ ],
4949
+ "members":{
4950
+ "DBName":{"shape":"String"},
4951
+ "DBInstanceIdentifier":{"shape":"String"},
4952
+ "AllocatedStorage":{"shape":"IntegerOptional"},
4953
+ "DBInstanceClass":{"shape":"String"},
4954
+ "Engine":{"shape":"String"},
4955
+ "MasterUsername":{"shape":"String"},
4956
+ "MasterUserPassword":{"shape":"String"},
4957
+ "DBSecurityGroups":{"shape":"DBSecurityGroupNameList"},
4958
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
4959
+ "AvailabilityZone":{"shape":"String"},
4960
+ "DBSubnetGroupName":{"shape":"String"},
4961
+ "PreferredMaintenanceWindow":{"shape":"String"},
4962
+ "DBParameterGroupName":{"shape":"String"},
4963
+ "BackupRetentionPeriod":{"shape":"IntegerOptional"},
4964
+ "PreferredBackupWindow":{"shape":"String"},
4965
+ "Port":{"shape":"IntegerOptional"},
4966
+ "MultiAZ":{"shape":"BooleanOptional"},
4967
+ "EngineVersion":{"shape":"String"},
4968
+ "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
4969
+ "LicenseModel":{"shape":"String"},
4970
+ "Iops":{"shape":"IntegerOptional"},
4971
+ "OptionGroupName":{"shape":"String"},
4972
+ "PubliclyAccessible":{"shape":"BooleanOptional"},
4973
+ "Tags":{"shape":"TagList"},
4974
+ "StorageType":{"shape":"String"},
4975
+ "StorageEncrypted":{"shape":"BooleanOptional"},
4976
+ "KmsKeyId":{"shape":"String"},
4977
+ "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
4978
+ "MonitoringInterval":{"shape":"IntegerOptional"},
4979
+ "MonitoringRoleArn":{"shape":"String"},
4980
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
4981
+ "SourceEngine":{"shape":"String"},
4982
+ "SourceEngineVersion":{"shape":"String"},
4983
+ "S3BucketName":{"shape":"String"},
4984
+ "S3Prefix":{"shape":"String"},
4985
+ "S3IngestionRoleArn":{"shape":"String"},
4986
+ "EnablePerformanceInsights":{"shape":"BooleanOptional"},
4987
+ "PerformanceInsightsKMSKeyId":{"shape":"String"}
4988
+ }
4989
+ },
4990
+ "RestoreDBInstanceFromS3Result":{
4991
+ "type":"structure",
4992
+ "members":{
4993
+ "DBInstance":{"shape":"DBInstance"}
4994
+ }
4995
+ },
4908
4996
  "RestoreDBInstanceToPointInTimeMessage":{
4909
4997
  "type":"structure",
4910
4998
  "required":[
@@ -3163,7 +3163,10 @@
3163
3163
  },
3164
3164
  "InventoryFormat":{
3165
3165
  "type":"string",
3166
- "enum":["CSV"]
3166
+ "enum":[
3167
+ "CSV",
3168
+ "ORC"
3169
+ ]
3167
3170
  },
3168
3171
  "InventoryFrequency":{
3169
3172
  "type":"string",
@@ -1948,6 +1948,11 @@
1948
1948
  "us-gov-west-1" : { }
1949
1949
  }
1950
1950
  },
1951
+ "dms" : {
1952
+ "endpoints" : {
1953
+ "us-gov-west-1" : { }
1954
+ }
1955
+ },
1951
1956
  "dynamodb" : {
1952
1957
  "endpoints" : {
1953
1958
  "us-gov-west-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.85'
2
+ VERSION = '2.10.86'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.85
4
+ version: 2.10.86
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: 2017-11-16 00:00:00.000000000 Z
11
+ date: 2017-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath