aws-sdk-core 2.11.232 → 2.11.233
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 +4 -4
- data/apis/mediapackage/2017-10-12/api-2.json +184 -0
- data/apis/ssm/2014-11-06/api-2.json +111 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8d5633a5665388398c2638d21169cfa7d39296a
|
|
4
|
+
data.tar.gz: 659e5ecd8bf1af2efb10fd26a3ff76fa3ac59184
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6c8ef2ec8dacf8345b59319194ba50e9c76dd166d8887d6bd06b709438d79ed7f9ef10ef8d29228e57314489c1606cce5c5a9091cd035755da4b538dc7b9136
|
|
7
|
+
data.tar.gz: 8c61e3c112e20708c5eeda712bedea2f418fed18a5c9314e5e0887a7917790c3e2ce4552af2ba4d8e248a2d0515f2e96fe22d7b81aa4ef5fe4f0270ec3235299
|
|
@@ -284,6 +284,21 @@
|
|
|
284
284
|
"shape": "ListOriginEndpointsResponse"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
|
+
"ListTagsForResource": {
|
|
288
|
+
"errors": [],
|
|
289
|
+
"http": {
|
|
290
|
+
"method": "GET",
|
|
291
|
+
"requestUri": "/tags/{resource-arn}",
|
|
292
|
+
"responseCode": 200
|
|
293
|
+
},
|
|
294
|
+
"input": {
|
|
295
|
+
"shape": "ListTagsForResourceRequest"
|
|
296
|
+
},
|
|
297
|
+
"name": "ListTagsForResource",
|
|
298
|
+
"output": {
|
|
299
|
+
"shape": "ListTagsForResourceResponse"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
287
302
|
"RotateChannelCredentials": {
|
|
288
303
|
"deprecated": true,
|
|
289
304
|
"deprecatedMessage": "This API is deprecated. Please use RotateIngestEndpointCredentials instead",
|
|
@@ -354,6 +369,30 @@
|
|
|
354
369
|
"shape": "RotateIngestEndpointCredentialsResponse"
|
|
355
370
|
}
|
|
356
371
|
},
|
|
372
|
+
"TagResource": {
|
|
373
|
+
"errors": [],
|
|
374
|
+
"http": {
|
|
375
|
+
"method": "POST",
|
|
376
|
+
"requestUri": "/tags/{resource-arn}",
|
|
377
|
+
"responseCode": 204
|
|
378
|
+
},
|
|
379
|
+
"input": {
|
|
380
|
+
"shape": "TagResourceRequest"
|
|
381
|
+
},
|
|
382
|
+
"name": "TagResource"
|
|
383
|
+
},
|
|
384
|
+
"UntagResource": {
|
|
385
|
+
"errors": [],
|
|
386
|
+
"http": {
|
|
387
|
+
"method": "DELETE",
|
|
388
|
+
"requestUri": "/tags/{resource-arn}",
|
|
389
|
+
"responseCode": 204
|
|
390
|
+
},
|
|
391
|
+
"input": {
|
|
392
|
+
"shape": "UntagResourceRequest"
|
|
393
|
+
},
|
|
394
|
+
"name": "UntagResource"
|
|
395
|
+
},
|
|
357
396
|
"UpdateChannel": {
|
|
358
397
|
"errors": [
|
|
359
398
|
{
|
|
@@ -449,6 +488,10 @@
|
|
|
449
488
|
"Id": {
|
|
450
489
|
"locationName": "id",
|
|
451
490
|
"shape": "__string"
|
|
491
|
+
},
|
|
492
|
+
"Tags": {
|
|
493
|
+
"locationName": "tags",
|
|
494
|
+
"shape": "Tags"
|
|
452
495
|
}
|
|
453
496
|
},
|
|
454
497
|
"type": "structure"
|
|
@@ -462,6 +505,10 @@
|
|
|
462
505
|
"Id": {
|
|
463
506
|
"locationName": "id",
|
|
464
507
|
"shape": "__string"
|
|
508
|
+
},
|
|
509
|
+
"Tags": {
|
|
510
|
+
"locationName": "tags",
|
|
511
|
+
"shape": "Tags"
|
|
465
512
|
}
|
|
466
513
|
},
|
|
467
514
|
"required": [
|
|
@@ -566,6 +613,10 @@
|
|
|
566
613
|
"Id": {
|
|
567
614
|
"locationName": "id",
|
|
568
615
|
"shape": "__string"
|
|
616
|
+
},
|
|
617
|
+
"Tags": {
|
|
618
|
+
"locationName": "tags",
|
|
619
|
+
"shape": "Tags"
|
|
569
620
|
}
|
|
570
621
|
},
|
|
571
622
|
"required": [
|
|
@@ -590,6 +641,10 @@
|
|
|
590
641
|
"Id": {
|
|
591
642
|
"locationName": "id",
|
|
592
643
|
"shape": "__string"
|
|
644
|
+
},
|
|
645
|
+
"Tags": {
|
|
646
|
+
"locationName": "tags",
|
|
647
|
+
"shape": "Tags"
|
|
593
648
|
}
|
|
594
649
|
},
|
|
595
650
|
"type": "structure"
|
|
@@ -632,6 +687,10 @@
|
|
|
632
687
|
"locationName": "startoverWindowSeconds",
|
|
633
688
|
"shape": "__integer"
|
|
634
689
|
},
|
|
690
|
+
"Tags": {
|
|
691
|
+
"locationName": "tags",
|
|
692
|
+
"shape": "Tags"
|
|
693
|
+
},
|
|
635
694
|
"TimeDelaySeconds": {
|
|
636
695
|
"locationName": "timeDelaySeconds",
|
|
637
696
|
"shape": "__integer"
|
|
@@ -689,6 +748,10 @@
|
|
|
689
748
|
"locationName": "startoverWindowSeconds",
|
|
690
749
|
"shape": "__integer"
|
|
691
750
|
},
|
|
751
|
+
"Tags": {
|
|
752
|
+
"locationName": "tags",
|
|
753
|
+
"shape": "Tags"
|
|
754
|
+
},
|
|
692
755
|
"TimeDelaySeconds": {
|
|
693
756
|
"locationName": "timeDelaySeconds",
|
|
694
757
|
"shape": "__integer"
|
|
@@ -833,6 +896,10 @@
|
|
|
833
896
|
"Id": {
|
|
834
897
|
"locationName": "id",
|
|
835
898
|
"shape": "__string"
|
|
899
|
+
},
|
|
900
|
+
"Tags": {
|
|
901
|
+
"locationName": "tags",
|
|
902
|
+
"shape": "Tags"
|
|
836
903
|
}
|
|
837
904
|
},
|
|
838
905
|
"type": "structure"
|
|
@@ -892,6 +959,10 @@
|
|
|
892
959
|
"locationName": "startoverWindowSeconds",
|
|
893
960
|
"shape": "__integer"
|
|
894
961
|
},
|
|
962
|
+
"Tags": {
|
|
963
|
+
"locationName": "tags",
|
|
964
|
+
"shape": "Tags"
|
|
965
|
+
},
|
|
895
966
|
"TimeDelaySeconds": {
|
|
896
967
|
"locationName": "timeDelaySeconds",
|
|
897
968
|
"shape": "__integer"
|
|
@@ -1176,6 +1247,28 @@
|
|
|
1176
1247
|
},
|
|
1177
1248
|
"type": "structure"
|
|
1178
1249
|
},
|
|
1250
|
+
"ListTagsForResourceRequest": {
|
|
1251
|
+
"members": {
|
|
1252
|
+
"ResourceArn": {
|
|
1253
|
+
"location": "uri",
|
|
1254
|
+
"locationName": "resource-arn",
|
|
1255
|
+
"shape": "__string"
|
|
1256
|
+
}
|
|
1257
|
+
},
|
|
1258
|
+
"required": [
|
|
1259
|
+
"ResourceArn"
|
|
1260
|
+
],
|
|
1261
|
+
"type": "structure"
|
|
1262
|
+
},
|
|
1263
|
+
"ListTagsForResourceResponse": {
|
|
1264
|
+
"members": {
|
|
1265
|
+
"Tags": {
|
|
1266
|
+
"locationName": "tags",
|
|
1267
|
+
"shape": "__mapOf__string"
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
"type": "structure"
|
|
1271
|
+
},
|
|
1179
1272
|
"ManifestLayout": {
|
|
1180
1273
|
"enum": [
|
|
1181
1274
|
"FULL",
|
|
@@ -1276,6 +1369,10 @@
|
|
|
1276
1369
|
"locationName": "startoverWindowSeconds",
|
|
1277
1370
|
"shape": "__integer"
|
|
1278
1371
|
},
|
|
1372
|
+
"Tags": {
|
|
1373
|
+
"locationName": "tags",
|
|
1374
|
+
"shape": "Tags"
|
|
1375
|
+
},
|
|
1279
1376
|
"TimeDelaySeconds": {
|
|
1280
1377
|
"locationName": "timeDelaySeconds",
|
|
1281
1378
|
"shape": "__integer"
|
|
@@ -1329,6 +1426,10 @@
|
|
|
1329
1426
|
"locationName": "startoverWindowSeconds",
|
|
1330
1427
|
"shape": "__integer"
|
|
1331
1428
|
},
|
|
1429
|
+
"Tags": {
|
|
1430
|
+
"locationName": "tags",
|
|
1431
|
+
"shape": "Tags"
|
|
1432
|
+
},
|
|
1332
1433
|
"TimeDelaySeconds": {
|
|
1333
1434
|
"locationName": "timeDelaySeconds",
|
|
1334
1435
|
"shape": "__integer"
|
|
@@ -1445,6 +1546,10 @@
|
|
|
1445
1546
|
"Id": {
|
|
1446
1547
|
"locationName": "id",
|
|
1447
1548
|
"shape": "__string"
|
|
1549
|
+
},
|
|
1550
|
+
"Tags": {
|
|
1551
|
+
"locationName": "tags",
|
|
1552
|
+
"shape": "Tags"
|
|
1448
1553
|
}
|
|
1449
1554
|
},
|
|
1450
1555
|
"type": "structure"
|
|
@@ -1485,6 +1590,10 @@
|
|
|
1485
1590
|
"Id": {
|
|
1486
1591
|
"locationName": "id",
|
|
1487
1592
|
"shape": "__string"
|
|
1593
|
+
},
|
|
1594
|
+
"Tags": {
|
|
1595
|
+
"locationName": "tags",
|
|
1596
|
+
"shape": "Tags"
|
|
1488
1597
|
}
|
|
1489
1598
|
},
|
|
1490
1599
|
"type": "structure"
|
|
@@ -1565,6 +1674,45 @@
|
|
|
1565
1674
|
},
|
|
1566
1675
|
"type": "structure"
|
|
1567
1676
|
},
|
|
1677
|
+
"TagResourceRequest": {
|
|
1678
|
+
"members": {
|
|
1679
|
+
"ResourceArn": {
|
|
1680
|
+
"location": "uri",
|
|
1681
|
+
"locationName": "resource-arn",
|
|
1682
|
+
"shape": "__string"
|
|
1683
|
+
},
|
|
1684
|
+
"Tags": {
|
|
1685
|
+
"locationName": "tags",
|
|
1686
|
+
"shape": "__mapOf__string"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
"required": [
|
|
1690
|
+
"ResourceArn",
|
|
1691
|
+
"Tags"
|
|
1692
|
+
],
|
|
1693
|
+
"type": "structure"
|
|
1694
|
+
},
|
|
1695
|
+
"Tags": {
|
|
1696
|
+
"key": {
|
|
1697
|
+
"shape": "__string"
|
|
1698
|
+
},
|
|
1699
|
+
"type": "map",
|
|
1700
|
+
"value": {
|
|
1701
|
+
"shape": "__string"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
"TagsModel": {
|
|
1705
|
+
"members": {
|
|
1706
|
+
"Tags": {
|
|
1707
|
+
"locationName": "tags",
|
|
1708
|
+
"shape": "__mapOf__string"
|
|
1709
|
+
}
|
|
1710
|
+
},
|
|
1711
|
+
"required": [
|
|
1712
|
+
"Tags"
|
|
1713
|
+
],
|
|
1714
|
+
"type": "structure"
|
|
1715
|
+
},
|
|
1568
1716
|
"TooManyRequestsException": {
|
|
1569
1717
|
"error": {
|
|
1570
1718
|
"httpStatusCode": 429
|
|
@@ -1591,6 +1739,25 @@
|
|
|
1591
1739
|
},
|
|
1592
1740
|
"type": "structure"
|
|
1593
1741
|
},
|
|
1742
|
+
"UntagResourceRequest": {
|
|
1743
|
+
"members": {
|
|
1744
|
+
"ResourceArn": {
|
|
1745
|
+
"location": "uri",
|
|
1746
|
+
"locationName": "resource-arn",
|
|
1747
|
+
"shape": "__string"
|
|
1748
|
+
},
|
|
1749
|
+
"TagKeys": {
|
|
1750
|
+
"location": "querystring",
|
|
1751
|
+
"locationName": "tagKeys",
|
|
1752
|
+
"shape": "__listOf__string"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
"required": [
|
|
1756
|
+
"TagKeys",
|
|
1757
|
+
"ResourceArn"
|
|
1758
|
+
],
|
|
1759
|
+
"type": "structure"
|
|
1760
|
+
},
|
|
1594
1761
|
"UpdateChannelRequest": {
|
|
1595
1762
|
"members": {
|
|
1596
1763
|
"Description": {
|
|
@@ -1625,6 +1792,10 @@
|
|
|
1625
1792
|
"Id": {
|
|
1626
1793
|
"locationName": "id",
|
|
1627
1794
|
"shape": "__string"
|
|
1795
|
+
},
|
|
1796
|
+
"Tags": {
|
|
1797
|
+
"locationName": "tags",
|
|
1798
|
+
"shape": "Tags"
|
|
1628
1799
|
}
|
|
1629
1800
|
},
|
|
1630
1801
|
"type": "structure"
|
|
@@ -1720,6 +1891,10 @@
|
|
|
1720
1891
|
"locationName": "startoverWindowSeconds",
|
|
1721
1892
|
"shape": "__integer"
|
|
1722
1893
|
},
|
|
1894
|
+
"Tags": {
|
|
1895
|
+
"locationName": "tags",
|
|
1896
|
+
"shape": "Tags"
|
|
1897
|
+
},
|
|
1723
1898
|
"TimeDelaySeconds": {
|
|
1724
1899
|
"locationName": "timeDelaySeconds",
|
|
1725
1900
|
"shape": "__integer"
|
|
@@ -1795,6 +1970,15 @@
|
|
|
1795
1970
|
"__long": {
|
|
1796
1971
|
"type": "long"
|
|
1797
1972
|
},
|
|
1973
|
+
"__mapOf__string": {
|
|
1974
|
+
"key": {
|
|
1975
|
+
"shape": "__string"
|
|
1976
|
+
},
|
|
1977
|
+
"type": "map",
|
|
1978
|
+
"value": {
|
|
1979
|
+
"shape": "__string"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1798
1982
|
"__string": {
|
|
1799
1983
|
"type": "string"
|
|
1800
1984
|
}
|
|
@@ -1027,6 +1027,19 @@
|
|
|
1027
1027
|
{"shape":"InternalServerError"}
|
|
1028
1028
|
]
|
|
1029
1029
|
},
|
|
1030
|
+
"GetServiceSetting":{
|
|
1031
|
+
"name":"GetServiceSetting",
|
|
1032
|
+
"http":{
|
|
1033
|
+
"method":"POST",
|
|
1034
|
+
"requestUri":"/"
|
|
1035
|
+
},
|
|
1036
|
+
"input":{"shape":"GetServiceSettingRequest"},
|
|
1037
|
+
"output":{"shape":"GetServiceSettingResult"},
|
|
1038
|
+
"errors":[
|
|
1039
|
+
{"shape":"InternalServerError"},
|
|
1040
|
+
{"shape":"ServiceSettingNotFound"}
|
|
1041
|
+
]
|
|
1042
|
+
},
|
|
1030
1043
|
"LabelParameterVersion":{
|
|
1031
1044
|
"name":"LabelParameterVersion",
|
|
1032
1045
|
"http":{
|
|
@@ -1372,6 +1385,20 @@
|
|
|
1372
1385
|
{"shape":"TooManyUpdates"}
|
|
1373
1386
|
]
|
|
1374
1387
|
},
|
|
1388
|
+
"ResetServiceSetting":{
|
|
1389
|
+
"name":"ResetServiceSetting",
|
|
1390
|
+
"http":{
|
|
1391
|
+
"method":"POST",
|
|
1392
|
+
"requestUri":"/"
|
|
1393
|
+
},
|
|
1394
|
+
"input":{"shape":"ResetServiceSettingRequest"},
|
|
1395
|
+
"output":{"shape":"ResetServiceSettingResult"},
|
|
1396
|
+
"errors":[
|
|
1397
|
+
{"shape":"InternalServerError"},
|
|
1398
|
+
{"shape":"ServiceSettingNotFound"},
|
|
1399
|
+
{"shape":"TooManyUpdates"}
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1375
1402
|
"ResumeSession":{
|
|
1376
1403
|
"name":"ResumeSession",
|
|
1377
1404
|
"http":{
|
|
@@ -1634,6 +1661,20 @@
|
|
|
1634
1661
|
{"shape":"DoesNotExistException"},
|
|
1635
1662
|
{"shape":"InternalServerError"}
|
|
1636
1663
|
]
|
|
1664
|
+
},
|
|
1665
|
+
"UpdateServiceSetting":{
|
|
1666
|
+
"name":"UpdateServiceSetting",
|
|
1667
|
+
"http":{
|
|
1668
|
+
"method":"POST",
|
|
1669
|
+
"requestUri":"/"
|
|
1670
|
+
},
|
|
1671
|
+
"input":{"shape":"UpdateServiceSettingRequest"},
|
|
1672
|
+
"output":{"shape":"UpdateServiceSettingResult"},
|
|
1673
|
+
"errors":[
|
|
1674
|
+
{"shape":"InternalServerError"},
|
|
1675
|
+
{"shape":"ServiceSettingNotFound"},
|
|
1676
|
+
{"shape":"TooManyUpdates"}
|
|
1677
|
+
]
|
|
1637
1678
|
}
|
|
1638
1679
|
},
|
|
1639
1680
|
"shapes":{
|
|
@@ -4521,6 +4562,19 @@
|
|
|
4521
4562
|
"Sources":{"shape":"PatchSourceList"}
|
|
4522
4563
|
}
|
|
4523
4564
|
},
|
|
4565
|
+
"GetServiceSettingRequest":{
|
|
4566
|
+
"type":"structure",
|
|
4567
|
+
"required":["SettingId"],
|
|
4568
|
+
"members":{
|
|
4569
|
+
"SettingId":{"shape":"ServiceSettingId"}
|
|
4570
|
+
}
|
|
4571
|
+
},
|
|
4572
|
+
"GetServiceSettingResult":{
|
|
4573
|
+
"type":"structure",
|
|
4574
|
+
"members":{
|
|
4575
|
+
"ServiceSetting":{"shape":"ServiceSetting"}
|
|
4576
|
+
}
|
|
4577
|
+
},
|
|
4524
4578
|
"HierarchyLevelLimitExceededException":{
|
|
4525
4579
|
"type":"structure",
|
|
4526
4580
|
"members":{
|
|
@@ -7010,6 +7064,19 @@
|
|
|
7010
7064
|
"members":{
|
|
7011
7065
|
}
|
|
7012
7066
|
},
|
|
7067
|
+
"ResetServiceSettingRequest":{
|
|
7068
|
+
"type":"structure",
|
|
7069
|
+
"required":["SettingId"],
|
|
7070
|
+
"members":{
|
|
7071
|
+
"SettingId":{"shape":"ServiceSettingId"}
|
|
7072
|
+
}
|
|
7073
|
+
},
|
|
7074
|
+
"ResetServiceSettingResult":{
|
|
7075
|
+
"type":"structure",
|
|
7076
|
+
"members":{
|
|
7077
|
+
"ServiceSetting":{"shape":"ServiceSetting"}
|
|
7078
|
+
}
|
|
7079
|
+
},
|
|
7013
7080
|
"ResolvedTargets":{
|
|
7014
7081
|
"type":"structure",
|
|
7015
7082
|
"members":{
|
|
@@ -7283,6 +7350,34 @@
|
|
|
7283
7350
|
}
|
|
7284
7351
|
},
|
|
7285
7352
|
"ServiceRole":{"type":"string"},
|
|
7353
|
+
"ServiceSetting":{
|
|
7354
|
+
"type":"structure",
|
|
7355
|
+
"members":{
|
|
7356
|
+
"SettingId":{"shape":"ServiceSettingId"},
|
|
7357
|
+
"SettingValue":{"shape":"ServiceSettingValue"},
|
|
7358
|
+
"LastModifiedDate":{"shape":"DateTime"},
|
|
7359
|
+
"LastModifiedUser":{"shape":"String"},
|
|
7360
|
+
"ARN":{"shape":"String"},
|
|
7361
|
+
"Status":{"shape":"String"}
|
|
7362
|
+
}
|
|
7363
|
+
},
|
|
7364
|
+
"ServiceSettingId":{
|
|
7365
|
+
"type":"string",
|
|
7366
|
+
"max":1000,
|
|
7367
|
+
"min":1
|
|
7368
|
+
},
|
|
7369
|
+
"ServiceSettingNotFound":{
|
|
7370
|
+
"type":"structure",
|
|
7371
|
+
"members":{
|
|
7372
|
+
"Message":{"shape":"String"}
|
|
7373
|
+
},
|
|
7374
|
+
"exception":true
|
|
7375
|
+
},
|
|
7376
|
+
"ServiceSettingValue":{
|
|
7377
|
+
"type":"string",
|
|
7378
|
+
"max":4096,
|
|
7379
|
+
"min":1
|
|
7380
|
+
},
|
|
7286
7381
|
"Session":{
|
|
7287
7382
|
"type":"structure",
|
|
7288
7383
|
"members":{
|
|
@@ -8138,6 +8233,22 @@
|
|
|
8138
8233
|
"Sources":{"shape":"PatchSourceList"}
|
|
8139
8234
|
}
|
|
8140
8235
|
},
|
|
8236
|
+
"UpdateServiceSettingRequest":{
|
|
8237
|
+
"type":"structure",
|
|
8238
|
+
"required":[
|
|
8239
|
+
"SettingId",
|
|
8240
|
+
"SettingValue"
|
|
8241
|
+
],
|
|
8242
|
+
"members":{
|
|
8243
|
+
"SettingId":{"shape":"ServiceSettingId"},
|
|
8244
|
+
"SettingValue":{"shape":"ServiceSettingValue"}
|
|
8245
|
+
}
|
|
8246
|
+
},
|
|
8247
|
+
"UpdateServiceSettingResult":{
|
|
8248
|
+
"type":"structure",
|
|
8249
|
+
"members":{
|
|
8250
|
+
}
|
|
8251
|
+
},
|
|
8141
8252
|
"Url":{"type":"string"},
|
|
8142
8253
|
"ValidNextStep":{
|
|
8143
8254
|
"type":"string",
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.11.
|
|
4
|
+
version: 2.11.233
|
|
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: 2019-03-
|
|
11
|
+
date: 2019-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|