aws-sdk-core 2.11.32 → 2.11.33
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/dms/2016-01-01/api-2.json +26 -6
- data/apis/glue/2017-03-31/api-2.json +22 -8
- data/apis/mediapackage/2017-10-12/api-2.json +234 -41
- data/apis/ssm/2014-11-06/api-2.json +4 -2
- data/apis/workmail/2017-10-01/api-2.json +137 -0
- data/apis/workmail/2017-10-01/paginators-1.json +5 -0
- data/endpoints.json +17 -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: 07dc2230faafb47e4e45989f6cbfb1195402b9b1
|
|
4
|
+
data.tar.gz: 820382a6d5cbf8e2d6ac98759b1330c0d7573998
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48f908f10a44462ad4686195a9bf920c76ce32fb70d537674b9700e9550d3e416b04e530c8786b361b24e6d81e585d164368423197407dd63384fcdbad32c756
|
|
7
|
+
data.tar.gz: 2f465bca4e07f667839ba1ba082fe09d194d040be0333296fab15d7d5dabe7d476e4193da3e2d8549ac037c75e155cd9443cd3c53a8b7806a9624ef1fd80bba6
|
|
@@ -552,7 +552,8 @@
|
|
|
552
552
|
"output":{"shape":"StartReplicationTaskResponse"},
|
|
553
553
|
"errors":[
|
|
554
554
|
{"shape":"ResourceNotFoundFault"},
|
|
555
|
-
{"shape":"InvalidResourceStateFault"}
|
|
555
|
+
{"shape":"InvalidResourceStateFault"},
|
|
556
|
+
{"shape":"AccessDeniedFault"}
|
|
556
557
|
]
|
|
557
558
|
},
|
|
558
559
|
"StartReplicationTaskAssessment":{
|
|
@@ -719,6 +720,8 @@
|
|
|
719
720
|
"Tags":{"shape":"TagList"},
|
|
720
721
|
"CertificateArn":{"shape":"String"},
|
|
721
722
|
"SslMode":{"shape":"DmsSslModeValue"},
|
|
723
|
+
"ServiceAccessRoleArn":{"shape":"String"},
|
|
724
|
+
"ExternalTableDefinition":{"shape":"String"},
|
|
722
725
|
"DynamoDbSettings":{"shape":"DynamoDbSettings"},
|
|
723
726
|
"S3Settings":{"shape":"S3Settings"},
|
|
724
727
|
"MongoDbSettings":{"shape":"MongoDbSettings"}
|
|
@@ -819,6 +822,8 @@
|
|
|
819
822
|
"TableMappings":{"shape":"String"},
|
|
820
823
|
"ReplicationTaskSettings":{"shape":"String"},
|
|
821
824
|
"CdcStartTime":{"shape":"TStamp"},
|
|
825
|
+
"CdcStartPosition":{"shape":"String"},
|
|
826
|
+
"CdcStopPosition":{"shape":"String"},
|
|
822
827
|
"Tags":{"shape":"TagList"}
|
|
823
828
|
}
|
|
824
829
|
},
|
|
@@ -1187,6 +1192,7 @@
|
|
|
1187
1192
|
"EndpointIdentifier":{"shape":"String"},
|
|
1188
1193
|
"EndpointType":{"shape":"ReplicationEndpointTypeValue"},
|
|
1189
1194
|
"EngineName":{"shape":"String"},
|
|
1195
|
+
"EngineDisplayName":{"shape":"String"},
|
|
1190
1196
|
"Username":{"shape":"String"},
|
|
1191
1197
|
"ServerName":{"shape":"String"},
|
|
1192
1198
|
"Port":{"shape":"IntegerOptional"},
|
|
@@ -1197,6 +1203,8 @@
|
|
|
1197
1203
|
"EndpointArn":{"shape":"String"},
|
|
1198
1204
|
"CertificateArn":{"shape":"String"},
|
|
1199
1205
|
"SslMode":{"shape":"DmsSslModeValue"},
|
|
1206
|
+
"ServiceAccessRoleArn":{"shape":"String"},
|
|
1207
|
+
"ExternalTableDefinition":{"shape":"String"},
|
|
1200
1208
|
"ExternalId":{"shape":"String"},
|
|
1201
1209
|
"DynamoDbSettings":{"shape":"DynamoDbSettings"},
|
|
1202
1210
|
"S3Settings":{"shape":"S3Settings"},
|
|
@@ -1369,6 +1377,8 @@
|
|
|
1369
1377
|
"ExtraConnectionAttributes":{"shape":"String"},
|
|
1370
1378
|
"CertificateArn":{"shape":"String"},
|
|
1371
1379
|
"SslMode":{"shape":"DmsSslModeValue"},
|
|
1380
|
+
"ServiceAccessRoleArn":{"shape":"String"},
|
|
1381
|
+
"ExternalTableDefinition":{"shape":"String"},
|
|
1372
1382
|
"DynamoDbSettings":{"shape":"DynamoDbSettings"},
|
|
1373
1383
|
"S3Settings":{"shape":"S3Settings"},
|
|
1374
1384
|
"MongoDbSettings":{"shape":"MongoDbSettings"}
|
|
@@ -1447,7 +1457,9 @@
|
|
|
1447
1457
|
"MigrationType":{"shape":"MigrationTypeValue"},
|
|
1448
1458
|
"TableMappings":{"shape":"String"},
|
|
1449
1459
|
"ReplicationTaskSettings":{"shape":"String"},
|
|
1450
|
-
"CdcStartTime":{"shape":"TStamp"}
|
|
1460
|
+
"CdcStartTime":{"shape":"TStamp"},
|
|
1461
|
+
"CdcStartPosition":{"shape":"String"},
|
|
1462
|
+
"CdcStopPosition":{"shape":"String"}
|
|
1451
1463
|
}
|
|
1452
1464
|
},
|
|
1453
1465
|
"ModifyReplicationTaskResponse":{
|
|
@@ -1469,7 +1481,8 @@
|
|
|
1469
1481
|
"NestingLevel":{"shape":"NestingLevelValue"},
|
|
1470
1482
|
"ExtractDocId":{"shape":"String"},
|
|
1471
1483
|
"DocsToInvestigate":{"shape":"String"},
|
|
1472
|
-
"AuthSource":{"shape":"String"}
|
|
1484
|
+
"AuthSource":{"shape":"String"},
|
|
1485
|
+
"KmsKeyId":{"shape":"String"}
|
|
1473
1486
|
}
|
|
1474
1487
|
},
|
|
1475
1488
|
"NestingLevelValue":{
|
|
@@ -1613,7 +1626,8 @@
|
|
|
1613
1626
|
"ReplicationInstancePublicIpAddresses":{"shape":"ReplicationInstancePublicIpAddressList"},
|
|
1614
1627
|
"ReplicationInstancePrivateIpAddresses":{"shape":"ReplicationInstancePrivateIpAddressList"},
|
|
1615
1628
|
"PubliclyAccessible":{"shape":"Boolean"},
|
|
1616
|
-
"SecondaryAvailabilityZone":{"shape":"String"}
|
|
1629
|
+
"SecondaryAvailabilityZone":{"shape":"String"},
|
|
1630
|
+
"FreeUntil":{"shape":"TStamp"}
|
|
1617
1631
|
}
|
|
1618
1632
|
},
|
|
1619
1633
|
"ReplicationInstanceList":{
|
|
@@ -1685,6 +1699,9 @@
|
|
|
1685
1699
|
"StopReason":{"shape":"String"},
|
|
1686
1700
|
"ReplicationTaskCreationDate":{"shape":"TStamp"},
|
|
1687
1701
|
"ReplicationTaskStartDate":{"shape":"TStamp"},
|
|
1702
|
+
"CdcStartPosition":{"shape":"String"},
|
|
1703
|
+
"CdcStopPosition":{"shape":"String"},
|
|
1704
|
+
"RecoveryCheckpoint":{"shape":"String"},
|
|
1688
1705
|
"ReplicationTaskArn":{"shape":"String"},
|
|
1689
1706
|
"ReplicationTaskStats":{"shape":"ReplicationTaskStats"}
|
|
1690
1707
|
}
|
|
@@ -1805,7 +1822,9 @@
|
|
|
1805
1822
|
"members":{
|
|
1806
1823
|
"ReplicationTaskArn":{"shape":"String"},
|
|
1807
1824
|
"StartReplicationTaskType":{"shape":"StartReplicationTaskTypeValue"},
|
|
1808
|
-
"CdcStartTime":{"shape":"TStamp"}
|
|
1825
|
+
"CdcStartTime":{"shape":"TStamp"},
|
|
1826
|
+
"CdcStartPosition":{"shape":"String"},
|
|
1827
|
+
"CdcStopPosition":{"shape":"String"}
|
|
1809
1828
|
}
|
|
1810
1829
|
},
|
|
1811
1830
|
"StartReplicationTaskResponse":{
|
|
@@ -1871,7 +1890,8 @@
|
|
|
1871
1890
|
"members":{
|
|
1872
1891
|
"EngineName":{"shape":"String"},
|
|
1873
1892
|
"SupportsCDC":{"shape":"Boolean"},
|
|
1874
|
-
"EndpointType":{"shape":"ReplicationEndpointTypeValue"}
|
|
1893
|
+
"EndpointType":{"shape":"ReplicationEndpointTypeValue"},
|
|
1894
|
+
"EngineDisplayName":{"shape":"String"}
|
|
1875
1895
|
}
|
|
1876
1896
|
},
|
|
1877
1897
|
"SupportedEndpointTypeList":{
|
|
@@ -1190,7 +1190,8 @@
|
|
|
1190
1190
|
"type":"structure",
|
|
1191
1191
|
"members":{
|
|
1192
1192
|
"JobName":{"shape":"NameString"},
|
|
1193
|
-
"Arguments":{"shape":"GenericMap"}
|
|
1193
|
+
"Arguments":{"shape":"GenericMap"},
|
|
1194
|
+
"Timeout":{"shape":"Timeout"}
|
|
1194
1195
|
}
|
|
1195
1196
|
},
|
|
1196
1197
|
"ActionList":{
|
|
@@ -1842,7 +1843,8 @@
|
|
|
1842
1843
|
"DefaultArguments":{"shape":"GenericMap"},
|
|
1843
1844
|
"Connections":{"shape":"ConnectionsList"},
|
|
1844
1845
|
"MaxRetries":{"shape":"MaxRetries"},
|
|
1845
|
-
"AllocatedCapacity":{"shape":"IntegerValue"}
|
|
1846
|
+
"AllocatedCapacity":{"shape":"IntegerValue"},
|
|
1847
|
+
"Timeout":{"shape":"Timeout"}
|
|
1846
1848
|
}
|
|
1847
1849
|
},
|
|
1848
1850
|
"CreateJobResponse":{
|
|
@@ -1926,7 +1928,8 @@
|
|
|
1926
1928
|
"Schedule":{"shape":"GenericString"},
|
|
1927
1929
|
"Predicate":{"shape":"Predicate"},
|
|
1928
1930
|
"Actions":{"shape":"ActionList"},
|
|
1929
|
-
"Description":{"shape":"DescriptionString"}
|
|
1931
|
+
"Description":{"shape":"DescriptionString"},
|
|
1932
|
+
"StartOnCreation":{"shape":"BooleanValue"}
|
|
1930
1933
|
}
|
|
1931
1934
|
},
|
|
1932
1935
|
"CreateTriggerResponse":{
|
|
@@ -2841,7 +2844,8 @@
|
|
|
2841
2844
|
"DefaultArguments":{"shape":"GenericMap"},
|
|
2842
2845
|
"Connections":{"shape":"ConnectionsList"},
|
|
2843
2846
|
"MaxRetries":{"shape":"MaxRetries"},
|
|
2844
|
-
"AllocatedCapacity":{"shape":"IntegerValue"}
|
|
2847
|
+
"AllocatedCapacity":{"shape":"IntegerValue"},
|
|
2848
|
+
"Timeout":{"shape":"Timeout"}
|
|
2845
2849
|
}
|
|
2846
2850
|
},
|
|
2847
2851
|
"JobBookmarkEntry":{
|
|
@@ -2881,7 +2885,9 @@
|
|
|
2881
2885
|
"Arguments":{"shape":"GenericMap"},
|
|
2882
2886
|
"ErrorMessage":{"shape":"ErrorString"},
|
|
2883
2887
|
"PredecessorRuns":{"shape":"PredecessorList"},
|
|
2884
|
-
"AllocatedCapacity":{"shape":"IntegerValue"}
|
|
2888
|
+
"AllocatedCapacity":{"shape":"IntegerValue"},
|
|
2889
|
+
"ExecutionTime":{"shape":"IntegerValue"},
|
|
2890
|
+
"Timeout":{"shape":"Timeout"}
|
|
2885
2891
|
}
|
|
2886
2892
|
},
|
|
2887
2893
|
"JobRunList":{
|
|
@@ -2896,7 +2902,8 @@
|
|
|
2896
2902
|
"STOPPING",
|
|
2897
2903
|
"STOPPED",
|
|
2898
2904
|
"SUCCEEDED",
|
|
2899
|
-
"FAILED"
|
|
2905
|
+
"FAILED",
|
|
2906
|
+
"TIMEOUT"
|
|
2900
2907
|
]
|
|
2901
2908
|
},
|
|
2902
2909
|
"JobUpdate":{
|
|
@@ -2910,7 +2917,8 @@
|
|
|
2910
2917
|
"DefaultArguments":{"shape":"GenericMap"},
|
|
2911
2918
|
"Connections":{"shape":"ConnectionsList"},
|
|
2912
2919
|
"MaxRetries":{"shape":"MaxRetries"},
|
|
2913
|
-
"AllocatedCapacity":{"shape":"IntegerValue"}
|
|
2920
|
+
"AllocatedCapacity":{"shape":"IntegerValue"},
|
|
2921
|
+
"Timeout":{"shape":"Timeout"}
|
|
2914
2922
|
}
|
|
2915
2923
|
},
|
|
2916
2924
|
"JsonClassifier":{
|
|
@@ -3360,7 +3368,8 @@
|
|
|
3360
3368
|
"JobName":{"shape":"NameString"},
|
|
3361
3369
|
"JobRunId":{"shape":"IdString"},
|
|
3362
3370
|
"Arguments":{"shape":"GenericMap"},
|
|
3363
|
-
"AllocatedCapacity":{"shape":"IntegerValue"}
|
|
3371
|
+
"AllocatedCapacity":{"shape":"IntegerValue"},
|
|
3372
|
+
"Timeout":{"shape":"Timeout"}
|
|
3364
3373
|
}
|
|
3365
3374
|
},
|
|
3366
3375
|
"StartJobRunResponse":{
|
|
@@ -3524,6 +3533,11 @@
|
|
|
3524
3533
|
"type":"list",
|
|
3525
3534
|
"member":{"shape":"TableVersionError"}
|
|
3526
3535
|
},
|
|
3536
|
+
"Timeout":{
|
|
3537
|
+
"type":"integer",
|
|
3538
|
+
"box":true,
|
|
3539
|
+
"min":1
|
|
3540
|
+
},
|
|
3527
3541
|
"Timestamp":{"type":"timestamp"},
|
|
3528
3542
|
"TimestampValue":{"type":"timestamp"},
|
|
3529
3543
|
"Token":{"type":"string"},
|
|
@@ -428,13 +428,16 @@
|
|
|
428
428
|
"shape": "__string"
|
|
429
429
|
}
|
|
430
430
|
},
|
|
431
|
+
"required": [
|
|
432
|
+
"Id"
|
|
433
|
+
],
|
|
431
434
|
"type": "structure"
|
|
432
435
|
},
|
|
433
436
|
"ChannelList": {
|
|
434
437
|
"members": {
|
|
435
438
|
"Channels": {
|
|
436
439
|
"locationName": "channels",
|
|
437
|
-
"shape": "
|
|
440
|
+
"shape": "__listOfChannel"
|
|
438
441
|
},
|
|
439
442
|
"NextToken": {
|
|
440
443
|
"locationName": "nextToken",
|
|
@@ -452,6 +455,72 @@
|
|
|
452
455
|
},
|
|
453
456
|
"type": "structure"
|
|
454
457
|
},
|
|
458
|
+
"CmafEncryption": {
|
|
459
|
+
"members": {
|
|
460
|
+
"KeyRotationIntervalSeconds": {
|
|
461
|
+
"locationName": "keyRotationIntervalSeconds",
|
|
462
|
+
"shape": "__integer"
|
|
463
|
+
},
|
|
464
|
+
"SpekeKeyProvider": {
|
|
465
|
+
"locationName": "spekeKeyProvider",
|
|
466
|
+
"shape": "SpekeKeyProvider"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"required": [
|
|
470
|
+
"SpekeKeyProvider"
|
|
471
|
+
],
|
|
472
|
+
"type": "structure"
|
|
473
|
+
},
|
|
474
|
+
"CmafPackage": {
|
|
475
|
+
"members": {
|
|
476
|
+
"Encryption": {
|
|
477
|
+
"locationName": "encryption",
|
|
478
|
+
"shape": "CmafEncryption"
|
|
479
|
+
},
|
|
480
|
+
"HlsManifests": {
|
|
481
|
+
"locationName": "hlsManifests",
|
|
482
|
+
"shape": "__listOfHlsManifest"
|
|
483
|
+
},
|
|
484
|
+
"SegmentDurationSeconds": {
|
|
485
|
+
"locationName": "segmentDurationSeconds",
|
|
486
|
+
"shape": "__integer"
|
|
487
|
+
},
|
|
488
|
+
"SegmentPrefix": {
|
|
489
|
+
"locationName": "segmentPrefix",
|
|
490
|
+
"shape": "__string"
|
|
491
|
+
},
|
|
492
|
+
"StreamSelection": {
|
|
493
|
+
"locationName": "streamSelection",
|
|
494
|
+
"shape": "StreamSelection"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"type": "structure"
|
|
498
|
+
},
|
|
499
|
+
"CmafPackageCreateOrUpdateParameters": {
|
|
500
|
+
"members": {
|
|
501
|
+
"Encryption": {
|
|
502
|
+
"locationName": "encryption",
|
|
503
|
+
"shape": "CmafEncryption"
|
|
504
|
+
},
|
|
505
|
+
"HlsManifests": {
|
|
506
|
+
"locationName": "hlsManifests",
|
|
507
|
+
"shape": "__listOfHlsManifestCreateOrUpdateParameters"
|
|
508
|
+
},
|
|
509
|
+
"SegmentDurationSeconds": {
|
|
510
|
+
"locationName": "segmentDurationSeconds",
|
|
511
|
+
"shape": "__integer"
|
|
512
|
+
},
|
|
513
|
+
"SegmentPrefix": {
|
|
514
|
+
"locationName": "segmentPrefix",
|
|
515
|
+
"shape": "__string"
|
|
516
|
+
},
|
|
517
|
+
"StreamSelection": {
|
|
518
|
+
"locationName": "streamSelection",
|
|
519
|
+
"shape": "StreamSelection"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
"type": "structure"
|
|
523
|
+
},
|
|
455
524
|
"CreateChannelRequest": {
|
|
456
525
|
"members": {
|
|
457
526
|
"Description": {
|
|
@@ -495,6 +564,10 @@
|
|
|
495
564
|
"locationName": "channelId",
|
|
496
565
|
"shape": "__string"
|
|
497
566
|
},
|
|
567
|
+
"CmafPackage": {
|
|
568
|
+
"locationName": "cmafPackage",
|
|
569
|
+
"shape": "CmafPackageCreateOrUpdateParameters"
|
|
570
|
+
},
|
|
498
571
|
"DashPackage": {
|
|
499
572
|
"locationName": "dashPackage",
|
|
500
573
|
"shape": "DashPackage"
|
|
@@ -529,7 +602,7 @@
|
|
|
529
602
|
},
|
|
530
603
|
"Whitelist": {
|
|
531
604
|
"locationName": "whitelist",
|
|
532
|
-
"shape": "
|
|
605
|
+
"shape": "__listOf__string"
|
|
533
606
|
}
|
|
534
607
|
},
|
|
535
608
|
"required": [
|
|
@@ -548,6 +621,10 @@
|
|
|
548
621
|
"locationName": "channelId",
|
|
549
622
|
"shape": "__string"
|
|
550
623
|
},
|
|
624
|
+
"CmafPackage": {
|
|
625
|
+
"locationName": "cmafPackage",
|
|
626
|
+
"shape": "CmafPackage"
|
|
627
|
+
},
|
|
551
628
|
"DashPackage": {
|
|
552
629
|
"locationName": "dashPackage",
|
|
553
630
|
"shape": "DashPackage"
|
|
@@ -586,7 +663,7 @@
|
|
|
586
663
|
},
|
|
587
664
|
"Whitelist": {
|
|
588
665
|
"locationName": "whitelist",
|
|
589
|
-
"shape": "
|
|
666
|
+
"shape": "__listOf__string"
|
|
590
667
|
}
|
|
591
668
|
},
|
|
592
669
|
"type": "structure"
|
|
@@ -735,6 +812,10 @@
|
|
|
735
812
|
"locationName": "channelId",
|
|
736
813
|
"shape": "__string"
|
|
737
814
|
},
|
|
815
|
+
"CmafPackage": {
|
|
816
|
+
"locationName": "cmafPackage",
|
|
817
|
+
"shape": "CmafPackage"
|
|
818
|
+
},
|
|
738
819
|
"DashPackage": {
|
|
739
820
|
"locationName": "dashPackage",
|
|
740
821
|
"shape": "DashPackage"
|
|
@@ -773,7 +854,7 @@
|
|
|
773
854
|
},
|
|
774
855
|
"Whitelist": {
|
|
775
856
|
"locationName": "whitelist",
|
|
776
|
-
"shape": "
|
|
857
|
+
"shape": "__listOf__string"
|
|
777
858
|
}
|
|
778
859
|
},
|
|
779
860
|
"type": "structure"
|
|
@@ -830,9 +911,85 @@
|
|
|
830
911
|
"members": {
|
|
831
912
|
"IngestEndpoints": {
|
|
832
913
|
"locationName": "ingestEndpoints",
|
|
833
|
-
"shape": "
|
|
914
|
+
"shape": "__listOfIngestEndpoint"
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
"type": "structure"
|
|
918
|
+
},
|
|
919
|
+
"HlsManifest": {
|
|
920
|
+
"members": {
|
|
921
|
+
"AdMarkers": {
|
|
922
|
+
"locationName": "adMarkers",
|
|
923
|
+
"shape": "AdMarkers"
|
|
924
|
+
},
|
|
925
|
+
"Id": {
|
|
926
|
+
"locationName": "id",
|
|
927
|
+
"shape": "__string"
|
|
928
|
+
},
|
|
929
|
+
"IncludeIframeOnlyStream": {
|
|
930
|
+
"locationName": "includeIframeOnlyStream",
|
|
931
|
+
"shape": "__boolean"
|
|
932
|
+
},
|
|
933
|
+
"ManifestName": {
|
|
934
|
+
"locationName": "manifestName",
|
|
935
|
+
"shape": "__string"
|
|
936
|
+
},
|
|
937
|
+
"PlaylistType": {
|
|
938
|
+
"locationName": "playlistType",
|
|
939
|
+
"shape": "PlaylistType"
|
|
940
|
+
},
|
|
941
|
+
"PlaylistWindowSeconds": {
|
|
942
|
+
"locationName": "playlistWindowSeconds",
|
|
943
|
+
"shape": "__integer"
|
|
944
|
+
},
|
|
945
|
+
"ProgramDateTimeIntervalSeconds": {
|
|
946
|
+
"locationName": "programDateTimeIntervalSeconds",
|
|
947
|
+
"shape": "__integer"
|
|
948
|
+
},
|
|
949
|
+
"Url": {
|
|
950
|
+
"locationName": "url",
|
|
951
|
+
"shape": "__string"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
"required": [
|
|
955
|
+
"Id"
|
|
956
|
+
],
|
|
957
|
+
"type": "structure"
|
|
958
|
+
},
|
|
959
|
+
"HlsManifestCreateOrUpdateParameters": {
|
|
960
|
+
"members": {
|
|
961
|
+
"AdMarkers": {
|
|
962
|
+
"locationName": "adMarkers",
|
|
963
|
+
"shape": "AdMarkers"
|
|
964
|
+
},
|
|
965
|
+
"Id": {
|
|
966
|
+
"locationName": "id",
|
|
967
|
+
"shape": "__string"
|
|
968
|
+
},
|
|
969
|
+
"IncludeIframeOnlyStream": {
|
|
970
|
+
"locationName": "includeIframeOnlyStream",
|
|
971
|
+
"shape": "__boolean"
|
|
972
|
+
},
|
|
973
|
+
"ManifestName": {
|
|
974
|
+
"locationName": "manifestName",
|
|
975
|
+
"shape": "__string"
|
|
976
|
+
},
|
|
977
|
+
"PlaylistType": {
|
|
978
|
+
"locationName": "playlistType",
|
|
979
|
+
"shape": "PlaylistType"
|
|
980
|
+
},
|
|
981
|
+
"PlaylistWindowSeconds": {
|
|
982
|
+
"locationName": "playlistWindowSeconds",
|
|
983
|
+
"shape": "__integer"
|
|
984
|
+
},
|
|
985
|
+
"ProgramDateTimeIntervalSeconds": {
|
|
986
|
+
"locationName": "programDateTimeIntervalSeconds",
|
|
987
|
+
"shape": "__integer"
|
|
834
988
|
}
|
|
835
989
|
},
|
|
990
|
+
"required": [
|
|
991
|
+
"Id"
|
|
992
|
+
],
|
|
836
993
|
"type": "structure"
|
|
837
994
|
},
|
|
838
995
|
"HlsPackage": {
|
|
@@ -925,7 +1082,7 @@
|
|
|
925
1082
|
"members": {
|
|
926
1083
|
"Channels": {
|
|
927
1084
|
"locationName": "channels",
|
|
928
|
-
"shape": "
|
|
1085
|
+
"shape": "__listOfChannel"
|
|
929
1086
|
},
|
|
930
1087
|
"NextToken": {
|
|
931
1088
|
"locationName": "nextToken",
|
|
@@ -934,30 +1091,6 @@
|
|
|
934
1091
|
},
|
|
935
1092
|
"type": "structure"
|
|
936
1093
|
},
|
|
937
|
-
"ListOfChannel": {
|
|
938
|
-
"member": {
|
|
939
|
-
"shape": "Channel"
|
|
940
|
-
},
|
|
941
|
-
"type": "list"
|
|
942
|
-
},
|
|
943
|
-
"ListOfIngestEndpoint": {
|
|
944
|
-
"member": {
|
|
945
|
-
"shape": "IngestEndpoint"
|
|
946
|
-
},
|
|
947
|
-
"type": "list"
|
|
948
|
-
},
|
|
949
|
-
"ListOfOriginEndpoint": {
|
|
950
|
-
"member": {
|
|
951
|
-
"shape": "OriginEndpoint"
|
|
952
|
-
},
|
|
953
|
-
"type": "list"
|
|
954
|
-
},
|
|
955
|
-
"ListOf__string": {
|
|
956
|
-
"member": {
|
|
957
|
-
"shape": "__string"
|
|
958
|
-
},
|
|
959
|
-
"type": "list"
|
|
960
|
-
},
|
|
961
1094
|
"ListOriginEndpointsRequest": {
|
|
962
1095
|
"members": {
|
|
963
1096
|
"ChannelId": {
|
|
@@ -986,7 +1119,7 @@
|
|
|
986
1119
|
},
|
|
987
1120
|
"OriginEndpoints": {
|
|
988
1121
|
"locationName": "originEndpoints",
|
|
989
|
-
"shape": "
|
|
1122
|
+
"shape": "__listOfOriginEndpoint"
|
|
990
1123
|
}
|
|
991
1124
|
},
|
|
992
1125
|
"type": "structure"
|
|
@@ -1052,6 +1185,10 @@
|
|
|
1052
1185
|
"locationName": "channelId",
|
|
1053
1186
|
"shape": "__string"
|
|
1054
1187
|
},
|
|
1188
|
+
"CmafPackage": {
|
|
1189
|
+
"locationName": "cmafPackage",
|
|
1190
|
+
"shape": "CmafPackage"
|
|
1191
|
+
},
|
|
1055
1192
|
"DashPackage": {
|
|
1056
1193
|
"locationName": "dashPackage",
|
|
1057
1194
|
"shape": "DashPackage"
|
|
@@ -1090,7 +1227,7 @@
|
|
|
1090
1227
|
},
|
|
1091
1228
|
"Whitelist": {
|
|
1092
1229
|
"locationName": "whitelist",
|
|
1093
|
-
"shape": "
|
|
1230
|
+
"shape": "__listOf__string"
|
|
1094
1231
|
}
|
|
1095
1232
|
},
|
|
1096
1233
|
"type": "structure"
|
|
@@ -1101,6 +1238,10 @@
|
|
|
1101
1238
|
"locationName": "channelId",
|
|
1102
1239
|
"shape": "__string"
|
|
1103
1240
|
},
|
|
1241
|
+
"CmafPackage": {
|
|
1242
|
+
"locationName": "cmafPackage",
|
|
1243
|
+
"shape": "CmafPackageCreateOrUpdateParameters"
|
|
1244
|
+
},
|
|
1104
1245
|
"DashPackage": {
|
|
1105
1246
|
"locationName": "dashPackage",
|
|
1106
1247
|
"shape": "DashPackage"
|
|
@@ -1135,9 +1276,13 @@
|
|
|
1135
1276
|
},
|
|
1136
1277
|
"Whitelist": {
|
|
1137
1278
|
"locationName": "whitelist",
|
|
1138
|
-
"shape": "
|
|
1279
|
+
"shape": "__listOf__string"
|
|
1139
1280
|
}
|
|
1140
1281
|
},
|
|
1282
|
+
"required": [
|
|
1283
|
+
"Id",
|
|
1284
|
+
"ChannelId"
|
|
1285
|
+
],
|
|
1141
1286
|
"type": "structure"
|
|
1142
1287
|
},
|
|
1143
1288
|
"OriginEndpointList": {
|
|
@@ -1148,13 +1293,17 @@
|
|
|
1148
1293
|
},
|
|
1149
1294
|
"OriginEndpoints": {
|
|
1150
1295
|
"locationName": "originEndpoints",
|
|
1151
|
-
"shape": "
|
|
1296
|
+
"shape": "__listOfOriginEndpoint"
|
|
1152
1297
|
}
|
|
1153
1298
|
},
|
|
1154
1299
|
"type": "structure"
|
|
1155
1300
|
},
|
|
1156
1301
|
"OriginEndpointUpdateParameters": {
|
|
1157
1302
|
"members": {
|
|
1303
|
+
"CmafPackage": {
|
|
1304
|
+
"locationName": "cmafPackage",
|
|
1305
|
+
"shape": "CmafPackageCreateOrUpdateParameters"
|
|
1306
|
+
},
|
|
1158
1307
|
"DashPackage": {
|
|
1159
1308
|
"locationName": "dashPackage",
|
|
1160
1309
|
"shape": "DashPackage"
|
|
@@ -1185,7 +1334,7 @@
|
|
|
1185
1334
|
},
|
|
1186
1335
|
"Whitelist": {
|
|
1187
1336
|
"locationName": "whitelist",
|
|
1188
|
-
"shape": "
|
|
1337
|
+
"shape": "__listOf__string"
|
|
1189
1338
|
}
|
|
1190
1339
|
},
|
|
1191
1340
|
"type": "structure"
|
|
@@ -1264,7 +1413,7 @@
|
|
|
1264
1413
|
},
|
|
1265
1414
|
"SystemIds": {
|
|
1266
1415
|
"locationName": "systemIds",
|
|
1267
|
-
"shape": "
|
|
1416
|
+
"shape": "__listOf__string"
|
|
1268
1417
|
},
|
|
1269
1418
|
"Url": {
|
|
1270
1419
|
"locationName": "url",
|
|
@@ -1370,6 +1519,10 @@
|
|
|
1370
1519
|
},
|
|
1371
1520
|
"UpdateOriginEndpointRequest": {
|
|
1372
1521
|
"members": {
|
|
1522
|
+
"CmafPackage": {
|
|
1523
|
+
"locationName": "cmafPackage",
|
|
1524
|
+
"shape": "CmafPackageCreateOrUpdateParameters"
|
|
1525
|
+
},
|
|
1373
1526
|
"DashPackage": {
|
|
1374
1527
|
"locationName": "dashPackage",
|
|
1375
1528
|
"shape": "DashPackage"
|
|
@@ -1405,7 +1558,7 @@
|
|
|
1405
1558
|
},
|
|
1406
1559
|
"Whitelist": {
|
|
1407
1560
|
"locationName": "whitelist",
|
|
1408
|
-
"shape": "
|
|
1561
|
+
"shape": "__listOf__string"
|
|
1409
1562
|
}
|
|
1410
1563
|
},
|
|
1411
1564
|
"required": [
|
|
@@ -1423,6 +1576,10 @@
|
|
|
1423
1576
|
"locationName": "channelId",
|
|
1424
1577
|
"shape": "__string"
|
|
1425
1578
|
},
|
|
1579
|
+
"CmafPackage": {
|
|
1580
|
+
"locationName": "cmafPackage",
|
|
1581
|
+
"shape": "CmafPackage"
|
|
1582
|
+
},
|
|
1426
1583
|
"DashPackage": {
|
|
1427
1584
|
"locationName": "dashPackage",
|
|
1428
1585
|
"shape": "DashPackage"
|
|
@@ -1461,7 +1618,7 @@
|
|
|
1461
1618
|
},
|
|
1462
1619
|
"Whitelist": {
|
|
1463
1620
|
"locationName": "whitelist",
|
|
1464
|
-
"shape": "
|
|
1621
|
+
"shape": "__listOf__string"
|
|
1465
1622
|
}
|
|
1466
1623
|
},
|
|
1467
1624
|
"type": "structure"
|
|
@@ -1475,11 +1632,47 @@
|
|
|
1475
1632
|
"__integer": {
|
|
1476
1633
|
"type": "integer"
|
|
1477
1634
|
},
|
|
1635
|
+
"__listOfChannel": {
|
|
1636
|
+
"member": {
|
|
1637
|
+
"shape": "Channel"
|
|
1638
|
+
},
|
|
1639
|
+
"type": "list"
|
|
1640
|
+
},
|
|
1641
|
+
"__listOfHlsManifest": {
|
|
1642
|
+
"member": {
|
|
1643
|
+
"shape": "HlsManifest"
|
|
1644
|
+
},
|
|
1645
|
+
"type": "list"
|
|
1646
|
+
},
|
|
1647
|
+
"__listOfHlsManifestCreateOrUpdateParameters": {
|
|
1648
|
+
"member": {
|
|
1649
|
+
"shape": "HlsManifestCreateOrUpdateParameters"
|
|
1650
|
+
},
|
|
1651
|
+
"type": "list"
|
|
1652
|
+
},
|
|
1653
|
+
"__listOfIngestEndpoint": {
|
|
1654
|
+
"member": {
|
|
1655
|
+
"shape": "IngestEndpoint"
|
|
1656
|
+
},
|
|
1657
|
+
"type": "list"
|
|
1658
|
+
},
|
|
1659
|
+
"__listOfOriginEndpoint": {
|
|
1660
|
+
"member": {
|
|
1661
|
+
"shape": "OriginEndpoint"
|
|
1662
|
+
},
|
|
1663
|
+
"type": "list"
|
|
1664
|
+
},
|
|
1665
|
+
"__listOf__string": {
|
|
1666
|
+
"member": {
|
|
1667
|
+
"shape": "__string"
|
|
1668
|
+
},
|
|
1669
|
+
"type": "list"
|
|
1670
|
+
},
|
|
1671
|
+
"__long": {
|
|
1672
|
+
"type": "long"
|
|
1673
|
+
},
|
|
1478
1674
|
"__string": {
|
|
1479
1675
|
"type": "string"
|
|
1480
|
-
},
|
|
1481
|
-
"__timestamp": {
|
|
1482
|
-
"type": "timestamp"
|
|
1483
1676
|
}
|
|
1484
1677
|
}
|
|
1485
1678
|
}
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
{"shape":"InvalidResourceType"},
|
|
26
26
|
{"shape":"InvalidResourceId"},
|
|
27
27
|
{"shape":"InternalServerError"},
|
|
28
|
-
{"shape":"TooManyTagsError"}
|
|
28
|
+
{"shape":"TooManyTagsError"},
|
|
29
|
+
{"shape":"TooManyUpdates"}
|
|
29
30
|
]
|
|
30
31
|
},
|
|
31
32
|
"CancelCommand":{
|
|
@@ -1226,7 +1227,8 @@
|
|
|
1226
1227
|
"errors":[
|
|
1227
1228
|
{"shape":"InvalidResourceType"},
|
|
1228
1229
|
{"shape":"InvalidResourceId"},
|
|
1229
|
-
{"shape":"InternalServerError"}
|
|
1230
|
+
{"shape":"InternalServerError"},
|
|
1231
|
+
{"shape":"TooManyUpdates"}
|
|
1230
1232
|
]
|
|
1231
1233
|
},
|
|
1232
1234
|
"SendAutomationSignal":{
|
|
@@ -164,6 +164,23 @@
|
|
|
164
164
|
],
|
|
165
165
|
"idempotent":true
|
|
166
166
|
},
|
|
167
|
+
"DeleteMailboxPermissions":{
|
|
168
|
+
"name":"DeleteMailboxPermissions",
|
|
169
|
+
"http":{
|
|
170
|
+
"method":"POST",
|
|
171
|
+
"requestUri":"/"
|
|
172
|
+
},
|
|
173
|
+
"input":{"shape":"DeleteMailboxPermissionsRequest"},
|
|
174
|
+
"output":{"shape":"DeleteMailboxPermissionsResponse"},
|
|
175
|
+
"errors":[
|
|
176
|
+
{"shape":"EntityNotFoundException"},
|
|
177
|
+
{"shape":"EntityStateException"},
|
|
178
|
+
{"shape":"InvalidParameterException"},
|
|
179
|
+
{"shape":"OrganizationNotFoundException"},
|
|
180
|
+
{"shape":"OrganizationStateException"}
|
|
181
|
+
],
|
|
182
|
+
"idempotent":true
|
|
183
|
+
},
|
|
167
184
|
"DeleteResource":{
|
|
168
185
|
"name":"DeleteResource",
|
|
169
186
|
"http":{
|
|
@@ -365,6 +382,22 @@
|
|
|
365
382
|
],
|
|
366
383
|
"idempotent":true
|
|
367
384
|
},
|
|
385
|
+
"ListMailboxPermissions":{
|
|
386
|
+
"name":"ListMailboxPermissions",
|
|
387
|
+
"http":{
|
|
388
|
+
"method":"POST",
|
|
389
|
+
"requestUri":"/"
|
|
390
|
+
},
|
|
391
|
+
"input":{"shape":"ListMailboxPermissionsRequest"},
|
|
392
|
+
"output":{"shape":"ListMailboxPermissionsResponse"},
|
|
393
|
+
"errors":[
|
|
394
|
+
{"shape":"EntityNotFoundException"},
|
|
395
|
+
{"shape":"InvalidParameterException"},
|
|
396
|
+
{"shape":"OrganizationNotFoundException"},
|
|
397
|
+
{"shape":"OrganizationStateException"}
|
|
398
|
+
],
|
|
399
|
+
"idempotent":true
|
|
400
|
+
},
|
|
368
401
|
"ListOrganizations":{
|
|
369
402
|
"name":"ListOrganizations",
|
|
370
403
|
"http":{
|
|
@@ -425,6 +458,23 @@
|
|
|
425
458
|
],
|
|
426
459
|
"idempotent":true
|
|
427
460
|
},
|
|
461
|
+
"PutMailboxPermissions":{
|
|
462
|
+
"name":"PutMailboxPermissions",
|
|
463
|
+
"http":{
|
|
464
|
+
"method":"POST",
|
|
465
|
+
"requestUri":"/"
|
|
466
|
+
},
|
|
467
|
+
"input":{"shape":"PutMailboxPermissionsRequest"},
|
|
468
|
+
"output":{"shape":"PutMailboxPermissionsResponse"},
|
|
469
|
+
"errors":[
|
|
470
|
+
{"shape":"EntityNotFoundException"},
|
|
471
|
+
{"shape":"EntityStateException"},
|
|
472
|
+
{"shape":"InvalidParameterException"},
|
|
473
|
+
{"shape":"OrganizationNotFoundException"},
|
|
474
|
+
{"shape":"OrganizationStateException"}
|
|
475
|
+
],
|
|
476
|
+
"idempotent":true
|
|
477
|
+
},
|
|
428
478
|
"RegisterToWorkMail":{
|
|
429
479
|
"name":"RegisterToWorkMail",
|
|
430
480
|
"http":{
|
|
@@ -686,6 +736,24 @@
|
|
|
686
736
|
"members":{
|
|
687
737
|
}
|
|
688
738
|
},
|
|
739
|
+
"DeleteMailboxPermissionsRequest":{
|
|
740
|
+
"type":"structure",
|
|
741
|
+
"required":[
|
|
742
|
+
"OrganizationId",
|
|
743
|
+
"EntityId",
|
|
744
|
+
"GranteeId"
|
|
745
|
+
],
|
|
746
|
+
"members":{
|
|
747
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
|
748
|
+
"EntityId":{"shape":"WorkMailIdentifier"},
|
|
749
|
+
"GranteeId":{"shape":"WorkMailIdentifier"}
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
"DeleteMailboxPermissionsResponse":{
|
|
753
|
+
"type":"structure",
|
|
754
|
+
"members":{
|
|
755
|
+
}
|
|
756
|
+
},
|
|
689
757
|
"DeleteResourceRequest":{
|
|
690
758
|
"type":"structure",
|
|
691
759
|
"required":[
|
|
@@ -1014,6 +1082,26 @@
|
|
|
1014
1082
|
"NextToken":{"shape":"NextToken"}
|
|
1015
1083
|
}
|
|
1016
1084
|
},
|
|
1085
|
+
"ListMailboxPermissionsRequest":{
|
|
1086
|
+
"type":"structure",
|
|
1087
|
+
"required":[
|
|
1088
|
+
"OrganizationId",
|
|
1089
|
+
"EntityId"
|
|
1090
|
+
],
|
|
1091
|
+
"members":{
|
|
1092
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
|
1093
|
+
"EntityId":{"shape":"WorkMailIdentifier"},
|
|
1094
|
+
"NextToken":{"shape":"NextToken"},
|
|
1095
|
+
"MaxResults":{"shape":"MaxResults"}
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
"ListMailboxPermissionsResponse":{
|
|
1099
|
+
"type":"structure",
|
|
1100
|
+
"members":{
|
|
1101
|
+
"Permissions":{"shape":"Permissions"},
|
|
1102
|
+
"NextToken":{"shape":"NextToken"}
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1017
1105
|
"ListOrganizationsRequest":{
|
|
1018
1106
|
"type":"structure",
|
|
1019
1107
|
"members":{
|
|
@@ -1177,6 +1265,55 @@
|
|
|
1177
1265
|
"pattern":"[\\u0020-\\u00FF]+",
|
|
1178
1266
|
"sensitive":true
|
|
1179
1267
|
},
|
|
1268
|
+
"Permission":{
|
|
1269
|
+
"type":"structure",
|
|
1270
|
+
"required":[
|
|
1271
|
+
"GranteeId",
|
|
1272
|
+
"GranteeType",
|
|
1273
|
+
"PermissionValues"
|
|
1274
|
+
],
|
|
1275
|
+
"members":{
|
|
1276
|
+
"GranteeId":{"shape":"WorkMailIdentifier"},
|
|
1277
|
+
"GranteeType":{"shape":"MemberType"},
|
|
1278
|
+
"PermissionValues":{"shape":"PermissionValues"}
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
"PermissionType":{
|
|
1282
|
+
"type":"string",
|
|
1283
|
+
"enum":[
|
|
1284
|
+
"FULL_ACCESS",
|
|
1285
|
+
"SEND_AS",
|
|
1286
|
+
"SEND_ON_BEHALF"
|
|
1287
|
+
]
|
|
1288
|
+
},
|
|
1289
|
+
"PermissionValues":{
|
|
1290
|
+
"type":"list",
|
|
1291
|
+
"member":{"shape":"PermissionType"}
|
|
1292
|
+
},
|
|
1293
|
+
"Permissions":{
|
|
1294
|
+
"type":"list",
|
|
1295
|
+
"member":{"shape":"Permission"}
|
|
1296
|
+
},
|
|
1297
|
+
"PutMailboxPermissionsRequest":{
|
|
1298
|
+
"type":"structure",
|
|
1299
|
+
"required":[
|
|
1300
|
+
"OrganizationId",
|
|
1301
|
+
"EntityId",
|
|
1302
|
+
"GranteeId",
|
|
1303
|
+
"PermissionValues"
|
|
1304
|
+
],
|
|
1305
|
+
"members":{
|
|
1306
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
|
1307
|
+
"EntityId":{"shape":"WorkMailIdentifier"},
|
|
1308
|
+
"GranteeId":{"shape":"WorkMailIdentifier"},
|
|
1309
|
+
"PermissionValues":{"shape":"PermissionValues"}
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
"PutMailboxPermissionsResponse":{
|
|
1313
|
+
"type":"structure",
|
|
1314
|
+
"members":{
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1180
1317
|
"RegisterToWorkMailRequest":{
|
|
1181
1318
|
"type":"structure",
|
|
1182
1319
|
"required":[
|
|
@@ -15,6 +15,11 @@
|
|
|
15
15
|
"output_token": "NextToken",
|
|
16
16
|
"limit_key": "MaxResults"
|
|
17
17
|
},
|
|
18
|
+
"ListMailboxPermissions": {
|
|
19
|
+
"input_token": "NextToken",
|
|
20
|
+
"output_token": "NextToken",
|
|
21
|
+
"limit_key": "MaxResults"
|
|
22
|
+
},
|
|
18
23
|
"ListOrganizations": {
|
|
19
24
|
"input_token": "NextToken",
|
|
20
25
|
"output_token": "NextToken",
|
data/endpoints.json
CHANGED
|
@@ -81,6 +81,14 @@
|
|
|
81
81
|
"us-west-2" : { }
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
+
"acm-pca" : {
|
|
85
|
+
"defaults" : {
|
|
86
|
+
"protocols" : [ "https" ]
|
|
87
|
+
},
|
|
88
|
+
"endpoints" : {
|
|
89
|
+
"us-east-1" : { }
|
|
90
|
+
}
|
|
91
|
+
},
|
|
84
92
|
"api.pricing" : {
|
|
85
93
|
"defaults" : {
|
|
86
94
|
"credentialScope" : {
|
|
@@ -929,6 +937,15 @@
|
|
|
929
937
|
"us-west-2" : { }
|
|
930
938
|
}
|
|
931
939
|
},
|
|
940
|
+
"fms" : {
|
|
941
|
+
"defaults" : {
|
|
942
|
+
"protocols" : [ "https" ]
|
|
943
|
+
},
|
|
944
|
+
"endpoints" : {
|
|
945
|
+
"us-east-1" : { },
|
|
946
|
+
"us-west-2" : { }
|
|
947
|
+
}
|
|
948
|
+
},
|
|
932
949
|
"gamelift" : {
|
|
933
950
|
"endpoints" : {
|
|
934
951
|
"ap-northeast-1" : { },
|
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.33
|
|
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: 2018-04-
|
|
11
|
+
date: 2018-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|