aws-sdk-core 2.11.532 → 2.11.533
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/ec2/2016-11-15/api-2.json +42 -6
- data/apis/elasticmapreduce/2009-03-31/api-2.json +2 -1
- data/apis/rds/2014-10-31/paginators-1.json +48 -0
- data/apis/rekognition/2016-06-27/api-2.json +186 -0
- data/apis/rekognition/2016-06-27/paginators-1.json +5 -0
- data/apis/sqs/2012-11-05/api-2.json +15 -4
- data/apis/sqs/2012-11-05/paginators-1.json +9 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0145ac0032581e74b796398e963c56969e80f041ef4d6e986b3053340de7aad8
|
4
|
+
data.tar.gz: 744cdefcefb788f4ce5f95d59adb802c69aafbbf30683df66c68797f0b0eb987
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12d33f31d94967cd17ae80b215db5234ff8e2dfb2db23ceaed3f6409864cca6be7b6fcacc97f2c68bb5ffc04e11cc86632cb15d58c60b7e742e1767bcaf44f18
|
7
|
+
data.tar.gz: ad392d32725488cd468d717a092bbc6a5c4c00913cc40d25ae88c4959fa6940c89c3a4670d23ff117bb394d027d55c40d21683dd053f0ba7ee98d4f9969b2a70
|
@@ -6786,6 +6786,10 @@
|
|
6786
6786
|
"TargetEnvironment":{
|
6787
6787
|
"shape":"ExportEnvironment",
|
6788
6788
|
"locationName":"targetEnvironment"
|
6789
|
+
},
|
6790
|
+
"TagSpecifications":{
|
6791
|
+
"shape":"TagSpecificationList",
|
6792
|
+
"locationName":"TagSpecification"
|
6789
6793
|
}
|
6790
6794
|
}
|
6791
6795
|
},
|
@@ -14196,7 +14200,11 @@
|
|
14196
14200
|
"DryRun":{"shape":"Boolean"},
|
14197
14201
|
"ImageId":{"shape":"ImageId"},
|
14198
14202
|
"S3ExportLocation":{"shape":"ExportTaskS3LocationRequest"},
|
14199
|
-
"RoleName":{"shape":"String"}
|
14203
|
+
"RoleName":{"shape":"String"},
|
14204
|
+
"TagSpecifications":{
|
14205
|
+
"shape":"TagSpecificationList",
|
14206
|
+
"locationName":"TagSpecification"
|
14207
|
+
}
|
14200
14208
|
}
|
14201
14209
|
},
|
14202
14210
|
"ExportImageResult":{
|
@@ -14237,6 +14245,10 @@
|
|
14237
14245
|
"StatusMessage":{
|
14238
14246
|
"shape":"String",
|
14239
14247
|
"locationName":"statusMessage"
|
14248
|
+
},
|
14249
|
+
"Tags":{
|
14250
|
+
"shape":"TagList",
|
14251
|
+
"locationName":"tagSet"
|
14240
14252
|
}
|
14241
14253
|
}
|
14242
14254
|
},
|
@@ -14270,6 +14282,10 @@
|
|
14270
14282
|
"StatusMessage":{
|
14271
14283
|
"shape":"String",
|
14272
14284
|
"locationName":"statusMessage"
|
14285
|
+
},
|
14286
|
+
"Tags":{
|
14287
|
+
"shape":"TagList",
|
14288
|
+
"locationName":"tagSet"
|
14273
14289
|
}
|
14274
14290
|
}
|
14275
14291
|
},
|
@@ -16347,7 +16363,11 @@
|
|
16347
16363
|
"LicenseType":{"shape":"String"},
|
16348
16364
|
"Platform":{"shape":"String"},
|
16349
16365
|
"RoleName":{"shape":"String"},
|
16350
|
-
"LicenseSpecifications":{"shape":"ImportImageLicenseSpecificationListRequest"}
|
16366
|
+
"LicenseSpecifications":{"shape":"ImportImageLicenseSpecificationListRequest"},
|
16367
|
+
"TagSpecifications":{
|
16368
|
+
"shape":"TagSpecificationList",
|
16369
|
+
"locationName":"TagSpecification"
|
16370
|
+
}
|
16351
16371
|
}
|
16352
16372
|
},
|
16353
16373
|
"ImportImageResult":{
|
@@ -16374,11 +16394,11 @@
|
|
16374
16394
|
"locationName":"imageId"
|
16375
16395
|
},
|
16376
16396
|
"ImportTaskId":{
|
16377
|
-
"shape":"
|
16397
|
+
"shape":"ImportImageTaskId",
|
16378
16398
|
"locationName":"importTaskId"
|
16379
16399
|
},
|
16380
16400
|
"KmsKeyId":{
|
16381
|
-
"shape":"
|
16401
|
+
"shape":"KmsKeyId",
|
16382
16402
|
"locationName":"kmsKeyId"
|
16383
16403
|
},
|
16384
16404
|
"LicenseType":{
|
@@ -16408,6 +16428,10 @@
|
|
16408
16428
|
"LicenseSpecifications":{
|
16409
16429
|
"shape":"ImportImageLicenseSpecificationListResponse",
|
16410
16430
|
"locationName":"licenseSpecifications"
|
16431
|
+
},
|
16432
|
+
"Tags":{
|
16433
|
+
"shape":"TagList",
|
16434
|
+
"locationName":"tagSet"
|
16411
16435
|
}
|
16412
16436
|
}
|
16413
16437
|
},
|
@@ -16685,7 +16709,11 @@
|
|
16685
16709
|
"DryRun":{"shape":"Boolean"},
|
16686
16710
|
"Encrypted":{"shape":"Boolean"},
|
16687
16711
|
"KmsKeyId":{"shape":"KmsKeyId"},
|
16688
|
-
"RoleName":{"shape":"String"}
|
16712
|
+
"RoleName":{"shape":"String"},
|
16713
|
+
"TagSpecifications":{
|
16714
|
+
"shape":"TagSpecificationList",
|
16715
|
+
"locationName":"TagSpecification"
|
16716
|
+
}
|
16689
16717
|
}
|
16690
16718
|
},
|
16691
16719
|
"ImportSnapshotResult":{
|
@@ -16702,6 +16730,10 @@
|
|
16702
16730
|
"SnapshotTaskDetail":{
|
16703
16731
|
"shape":"SnapshotTaskDetail",
|
16704
16732
|
"locationName":"snapshotTaskDetail"
|
16733
|
+
},
|
16734
|
+
"Tags":{
|
16735
|
+
"shape":"TagList",
|
16736
|
+
"locationName":"tagSet"
|
16705
16737
|
}
|
16706
16738
|
}
|
16707
16739
|
},
|
@@ -24141,14 +24173,19 @@
|
|
24141
24173
|
"dhcp-options",
|
24142
24174
|
"elastic-ip",
|
24143
24175
|
"elastic-gpu",
|
24176
|
+
"export-image-task",
|
24177
|
+
"export-instance-task",
|
24144
24178
|
"fleet",
|
24145
24179
|
"fpga-image",
|
24146
24180
|
"host-reservation",
|
24147
24181
|
"image",
|
24182
|
+
"import-image-task",
|
24183
|
+
"import-snapshot-task",
|
24148
24184
|
"instance",
|
24149
24185
|
"internet-gateway",
|
24150
24186
|
"key-pair",
|
24151
24187
|
"launch-template",
|
24188
|
+
"local-gateway-route-table-vpc-association",
|
24152
24189
|
"natgateway",
|
24153
24190
|
"network-acl",
|
24154
24191
|
"network-interface",
|
@@ -29025,7 +29062,6 @@
|
|
29025
29062
|
"enum":[
|
29026
29063
|
"standard",
|
29027
29064
|
"io1",
|
29028
|
-
"io2",
|
29029
29065
|
"gp2",
|
29030
29066
|
"sc1",
|
29031
29067
|
"st1"
|
@@ -807,7 +807,8 @@
|
|
807
807
|
"UnitType":{"shape":"ComputeLimitsUnitType"},
|
808
808
|
"MinimumCapacityUnits":{"shape":"Integer"},
|
809
809
|
"MaximumCapacityUnits":{"shape":"Integer"},
|
810
|
-
"MaximumOnDemandCapacityUnits":{"shape":"Integer"}
|
810
|
+
"MaximumOnDemandCapacityUnits":{"shape":"Integer"},
|
811
|
+
"MaximumCoreCapacityUnits":{"shape":"Integer"}
|
811
812
|
}
|
812
813
|
},
|
813
814
|
"ComputeLimitsUnitType":{
|
@@ -1,11 +1,47 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"DescribeCertificates": {
|
4
|
+
"input_token": "Marker",
|
5
|
+
"limit_key": "MaxRecords",
|
6
|
+
"output_token": "Marker",
|
7
|
+
"result_key": "Certificates"
|
8
|
+
},
|
3
9
|
"DescribeCustomAvailabilityZones": {
|
4
10
|
"input_token": "Marker",
|
5
11
|
"limit_key": "MaxRecords",
|
6
12
|
"output_token": "Marker",
|
7
13
|
"result_key": "CustomAvailabilityZones"
|
8
14
|
},
|
15
|
+
"DescribeDBClusterBacktracks": {
|
16
|
+
"input_token": "Marker",
|
17
|
+
"limit_key": "MaxRecords",
|
18
|
+
"output_token": "Marker",
|
19
|
+
"result_key": "DBClusterBacktracks"
|
20
|
+
},
|
21
|
+
"DescribeDBClusterEndpoints": {
|
22
|
+
"input_token": "Marker",
|
23
|
+
"limit_key": "MaxRecords",
|
24
|
+
"output_token": "Marker",
|
25
|
+
"result_key": "DBClusterEndpoints"
|
26
|
+
},
|
27
|
+
"DescribeDBClusterParameterGroups": {
|
28
|
+
"input_token": "Marker",
|
29
|
+
"limit_key": "MaxRecords",
|
30
|
+
"output_token": "Marker",
|
31
|
+
"result_key": "DBClusterParameterGroups"
|
32
|
+
},
|
33
|
+
"DescribeDBClusterParameters": {
|
34
|
+
"input_token": "Marker",
|
35
|
+
"limit_key": "MaxRecords",
|
36
|
+
"output_token": "Marker",
|
37
|
+
"result_key": "Parameters"
|
38
|
+
},
|
39
|
+
"DescribeDBClusterSnapshots": {
|
40
|
+
"input_token": "Marker",
|
41
|
+
"limit_key": "MaxRecords",
|
42
|
+
"output_token": "Marker",
|
43
|
+
"result_key": "DBClusterSnapshots"
|
44
|
+
},
|
9
45
|
"DescribeDBClusters": {
|
10
46
|
"input_token": "Marker",
|
11
47
|
"limit_key": "MaxRecords",
|
@@ -138,6 +174,12 @@
|
|
138
174
|
"output_token": "Marker",
|
139
175
|
"result_key": "OrderableDBInstanceOptions"
|
140
176
|
},
|
177
|
+
"DescribePendingMaintenanceActions": {
|
178
|
+
"input_token": "Marker",
|
179
|
+
"limit_key": "MaxRecords",
|
180
|
+
"output_token": "Marker",
|
181
|
+
"result_key": "PendingMaintenanceActions"
|
182
|
+
},
|
141
183
|
"DescribeReservedDBInstances": {
|
142
184
|
"input_token": "Marker",
|
143
185
|
"limit_key": "MaxRecords",
|
@@ -150,6 +192,12 @@
|
|
150
192
|
"output_token": "Marker",
|
151
193
|
"result_key": "ReservedDBInstancesOfferings"
|
152
194
|
},
|
195
|
+
"DescribeSourceRegions": {
|
196
|
+
"input_token": "Marker",
|
197
|
+
"limit_key": "MaxRecords",
|
198
|
+
"output_token": "Marker",
|
199
|
+
"result_key": "SourceRegions"
|
200
|
+
},
|
153
201
|
"DownloadDBLogFilePortion": {
|
154
202
|
"input_token": "Marker",
|
155
203
|
"limit_key": "NumberOfLines",
|
@@ -484,6 +484,24 @@
|
|
484
484
|
{"shape":"ThrottlingException"}
|
485
485
|
]
|
486
486
|
},
|
487
|
+
"GetSegmentDetection":{
|
488
|
+
"name":"GetSegmentDetection",
|
489
|
+
"http":{
|
490
|
+
"method":"POST",
|
491
|
+
"requestUri":"/"
|
492
|
+
},
|
493
|
+
"input":{"shape":"GetSegmentDetectionRequest"},
|
494
|
+
"output":{"shape":"GetSegmentDetectionResponse"},
|
495
|
+
"errors":[
|
496
|
+
{"shape":"AccessDeniedException"},
|
497
|
+
{"shape":"InternalServerError"},
|
498
|
+
{"shape":"InvalidParameterException"},
|
499
|
+
{"shape":"InvalidPaginationTokenException"},
|
500
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
501
|
+
{"shape":"ResourceNotFoundException"},
|
502
|
+
{"shape":"ThrottlingException"}
|
503
|
+
]
|
504
|
+
},
|
487
505
|
"GetTextDetection":{
|
488
506
|
"name":"GetTextDetection",
|
489
507
|
"http":{
|
@@ -778,6 +796,27 @@
|
|
778
796
|
{"shape":"ProvisionedThroughputExceededException"}
|
779
797
|
]
|
780
798
|
},
|
799
|
+
"StartSegmentDetection":{
|
800
|
+
"name":"StartSegmentDetection",
|
801
|
+
"http":{
|
802
|
+
"method":"POST",
|
803
|
+
"requestUri":"/"
|
804
|
+
},
|
805
|
+
"input":{"shape":"StartSegmentDetectionRequest"},
|
806
|
+
"output":{"shape":"StartSegmentDetectionResponse"},
|
807
|
+
"errors":[
|
808
|
+
{"shape":"AccessDeniedException"},
|
809
|
+
{"shape":"IdempotentParameterMismatchException"},
|
810
|
+
{"shape":"InvalidParameterException"},
|
811
|
+
{"shape":"InvalidS3ObjectException"},
|
812
|
+
{"shape":"InternalServerError"},
|
813
|
+
{"shape":"VideoTooLargeException"},
|
814
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
815
|
+
{"shape":"LimitExceededException"},
|
816
|
+
{"shape":"ThrottlingException"}
|
817
|
+
],
|
818
|
+
"idempotent":true
|
819
|
+
},
|
781
820
|
"StartStreamProcessor":{
|
782
821
|
"name":"StartStreamProcessor",
|
783
822
|
"http":{
|
@@ -889,6 +928,19 @@
|
|
889
928
|
"type":"list",
|
890
929
|
"member":{"shape":"Attribute"}
|
891
930
|
},
|
931
|
+
"AudioMetadata":{
|
932
|
+
"type":"structure",
|
933
|
+
"members":{
|
934
|
+
"Codec":{"shape":"String"},
|
935
|
+
"DurationMillis":{"shape":"ULong"},
|
936
|
+
"SampleRate":{"shape":"ULong"},
|
937
|
+
"NumberOfChannels":{"shape":"ULong"}
|
938
|
+
}
|
939
|
+
},
|
940
|
+
"AudioMetadataList":{
|
941
|
+
"type":"list",
|
942
|
+
"member":{"shape":"AudioMetadata"}
|
943
|
+
},
|
892
944
|
"Beard":{
|
893
945
|
"type":"structure",
|
894
946
|
"members":{
|
@@ -1714,6 +1766,27 @@
|
|
1714
1766
|
"Persons":{"shape":"PersonDetections"}
|
1715
1767
|
}
|
1716
1768
|
},
|
1769
|
+
"GetSegmentDetectionRequest":{
|
1770
|
+
"type":"structure",
|
1771
|
+
"required":["JobId"],
|
1772
|
+
"members":{
|
1773
|
+
"JobId":{"shape":"JobId"},
|
1774
|
+
"MaxResults":{"shape":"MaxResults"},
|
1775
|
+
"NextToken":{"shape":"PaginationToken"}
|
1776
|
+
}
|
1777
|
+
},
|
1778
|
+
"GetSegmentDetectionResponse":{
|
1779
|
+
"type":"structure",
|
1780
|
+
"members":{
|
1781
|
+
"JobStatus":{"shape":"VideoJobStatus"},
|
1782
|
+
"StatusMessage":{"shape":"StatusMessage"},
|
1783
|
+
"VideoMetadata":{"shape":"VideoMetadataList"},
|
1784
|
+
"AudioMetadata":{"shape":"AudioMetadataList"},
|
1785
|
+
"NextToken":{"shape":"PaginationToken"},
|
1786
|
+
"Segments":{"shape":"SegmentDetections"},
|
1787
|
+
"SelectedSegmentTypes":{"shape":"SegmentTypesInfo"}
|
1788
|
+
}
|
1789
|
+
},
|
1717
1790
|
"GetTextDetectionRequest":{
|
1718
1791
|
"type":"structure",
|
1719
1792
|
"required":["JobId"],
|
@@ -2462,6 +2535,59 @@
|
|
2462
2535
|
"FaceModelVersion":{"shape":"String"}
|
2463
2536
|
}
|
2464
2537
|
},
|
2538
|
+
"SegmentConfidence":{
|
2539
|
+
"type":"float",
|
2540
|
+
"max":100,
|
2541
|
+
"min":50
|
2542
|
+
},
|
2543
|
+
"SegmentDetection":{
|
2544
|
+
"type":"structure",
|
2545
|
+
"members":{
|
2546
|
+
"Type":{"shape":"SegmentType"},
|
2547
|
+
"StartTimestampMillis":{"shape":"Timestamp"},
|
2548
|
+
"EndTimestampMillis":{"shape":"Timestamp"},
|
2549
|
+
"DurationMillis":{"shape":"ULong"},
|
2550
|
+
"StartTimecodeSMPTE":{"shape":"Timecode"},
|
2551
|
+
"EndTimecodeSMPTE":{"shape":"Timecode"},
|
2552
|
+
"DurationSMPTE":{"shape":"Timecode"},
|
2553
|
+
"TechnicalCueSegment":{"shape":"TechnicalCueSegment"},
|
2554
|
+
"ShotSegment":{"shape":"ShotSegment"}
|
2555
|
+
}
|
2556
|
+
},
|
2557
|
+
"SegmentDetections":{
|
2558
|
+
"type":"list",
|
2559
|
+
"member":{"shape":"SegmentDetection"}
|
2560
|
+
},
|
2561
|
+
"SegmentType":{
|
2562
|
+
"type":"string",
|
2563
|
+
"enum":[
|
2564
|
+
"TECHNICAL_CUE",
|
2565
|
+
"SHOT"
|
2566
|
+
]
|
2567
|
+
},
|
2568
|
+
"SegmentTypeInfo":{
|
2569
|
+
"type":"structure",
|
2570
|
+
"members":{
|
2571
|
+
"Type":{"shape":"SegmentType"},
|
2572
|
+
"ModelVersion":{"shape":"String"}
|
2573
|
+
}
|
2574
|
+
},
|
2575
|
+
"SegmentTypes":{
|
2576
|
+
"type":"list",
|
2577
|
+
"member":{"shape":"SegmentType"},
|
2578
|
+
"min":1
|
2579
|
+
},
|
2580
|
+
"SegmentTypesInfo":{
|
2581
|
+
"type":"list",
|
2582
|
+
"member":{"shape":"SegmentTypeInfo"}
|
2583
|
+
},
|
2584
|
+
"ShotSegment":{
|
2585
|
+
"type":"structure",
|
2586
|
+
"members":{
|
2587
|
+
"Index":{"shape":"ULong"},
|
2588
|
+
"Confidence":{"shape":"SegmentConfidence"}
|
2589
|
+
}
|
2590
|
+
},
|
2465
2591
|
"Smile":{
|
2466
2592
|
"type":"structure",
|
2467
2593
|
"members":{
|
@@ -2590,6 +2716,40 @@
|
|
2590
2716
|
"Status":{"shape":"ProjectVersionStatus"}
|
2591
2717
|
}
|
2592
2718
|
},
|
2719
|
+
"StartSegmentDetectionFilters":{
|
2720
|
+
"type":"structure",
|
2721
|
+
"members":{
|
2722
|
+
"TechnicalCueFilter":{"shape":"StartTechnicalCueDetectionFilter"},
|
2723
|
+
"ShotFilter":{"shape":"StartShotDetectionFilter"}
|
2724
|
+
}
|
2725
|
+
},
|
2726
|
+
"StartSegmentDetectionRequest":{
|
2727
|
+
"type":"structure",
|
2728
|
+
"required":[
|
2729
|
+
"Video",
|
2730
|
+
"SegmentTypes"
|
2731
|
+
],
|
2732
|
+
"members":{
|
2733
|
+
"Video":{"shape":"Video"},
|
2734
|
+
"ClientRequestToken":{"shape":"ClientRequestToken"},
|
2735
|
+
"NotificationChannel":{"shape":"NotificationChannel"},
|
2736
|
+
"JobTag":{"shape":"JobTag"},
|
2737
|
+
"Filters":{"shape":"StartSegmentDetectionFilters"},
|
2738
|
+
"SegmentTypes":{"shape":"SegmentTypes"}
|
2739
|
+
}
|
2740
|
+
},
|
2741
|
+
"StartSegmentDetectionResponse":{
|
2742
|
+
"type":"structure",
|
2743
|
+
"members":{
|
2744
|
+
"JobId":{"shape":"JobId"}
|
2745
|
+
}
|
2746
|
+
},
|
2747
|
+
"StartShotDetectionFilter":{
|
2748
|
+
"type":"structure",
|
2749
|
+
"members":{
|
2750
|
+
"MinSegmentConfidence":{"shape":"SegmentConfidence"}
|
2751
|
+
}
|
2752
|
+
},
|
2593
2753
|
"StartStreamProcessorRequest":{
|
2594
2754
|
"type":"structure",
|
2595
2755
|
"required":["Name"],
|
@@ -2602,6 +2762,12 @@
|
|
2602
2762
|
"members":{
|
2603
2763
|
}
|
2604
2764
|
},
|
2765
|
+
"StartTechnicalCueDetectionFilter":{
|
2766
|
+
"type":"structure",
|
2767
|
+
"members":{
|
2768
|
+
"MinSegmentConfidence":{"shape":"SegmentConfidence"}
|
2769
|
+
}
|
2770
|
+
},
|
2605
2771
|
"StartTextDetectionFilters":{
|
2606
2772
|
"type":"structure",
|
2607
2773
|
"members":{
|
@@ -2715,6 +2881,21 @@
|
|
2715
2881
|
"Confidence":{"shape":"Percent"}
|
2716
2882
|
}
|
2717
2883
|
},
|
2884
|
+
"TechnicalCueSegment":{
|
2885
|
+
"type":"structure",
|
2886
|
+
"members":{
|
2887
|
+
"Type":{"shape":"TechnicalCueType"},
|
2888
|
+
"Confidence":{"shape":"SegmentConfidence"}
|
2889
|
+
}
|
2890
|
+
},
|
2891
|
+
"TechnicalCueType":{
|
2892
|
+
"type":"string",
|
2893
|
+
"enum":[
|
2894
|
+
"ColorBars",
|
2895
|
+
"EndCredits",
|
2896
|
+
"BlackFrames"
|
2897
|
+
]
|
2898
|
+
},
|
2718
2899
|
"TestingData":{
|
2719
2900
|
"type":"structure",
|
2720
2901
|
"members":{
|
@@ -2769,6 +2950,7 @@
|
|
2769
2950
|
"exception":true,
|
2770
2951
|
"fault":true
|
2771
2952
|
},
|
2953
|
+
"Timecode":{"type":"string"},
|
2772
2954
|
"Timestamp":{"type":"long"},
|
2773
2955
|
"TrainingData":{
|
2774
2956
|
"type":"structure",
|
@@ -2844,6 +3026,10 @@
|
|
2844
3026
|
"FrameWidth":{"shape":"ULong"}
|
2845
3027
|
}
|
2846
3028
|
},
|
3029
|
+
"VideoMetadataList":{
|
3030
|
+
"type":"list",
|
3031
|
+
"member":{"shape":"VideoMetadata"}
|
3032
|
+
},
|
2847
3033
|
"VideoTooLargeException":{
|
2848
3034
|
"type":"structure",
|
2849
3035
|
"members":{
|
@@ -42,6 +42,11 @@
|
|
42
42
|
"limit_key": "MaxResults",
|
43
43
|
"output_token": "NextToken"
|
44
44
|
},
|
45
|
+
"GetSegmentDetection": {
|
46
|
+
"input_token": "NextToken",
|
47
|
+
"limit_key": "MaxResults",
|
48
|
+
"output_token": "NextToken"
|
49
|
+
},
|
45
50
|
"GetTextDetection": {
|
46
51
|
"input_token": "NextToken",
|
47
52
|
"limit_key": "MaxResults",
|
@@ -368,6 +368,10 @@
|
|
368
368
|
}
|
369
369
|
},
|
370
370
|
"Boolean":{"type":"boolean"},
|
371
|
+
"BoxedInteger":{
|
372
|
+
"type":"integer",
|
373
|
+
"box":true
|
374
|
+
},
|
371
375
|
"ChangeMessageVisibilityBatchRequest":{
|
372
376
|
"type":"structure",
|
373
377
|
"required":[
|
@@ -609,14 +613,17 @@
|
|
609
613
|
"type":"structure",
|
610
614
|
"required":["QueueUrl"],
|
611
615
|
"members":{
|
612
|
-
"QueueUrl":{"shape":"String"}
|
616
|
+
"QueueUrl":{"shape":"String"},
|
617
|
+
"NextToken":{"shape":"Token"},
|
618
|
+
"MaxResults":{"shape":"BoxedInteger"}
|
613
619
|
}
|
614
620
|
},
|
615
621
|
"ListDeadLetterSourceQueuesResult":{
|
616
622
|
"type":"structure",
|
617
623
|
"required":["queueUrls"],
|
618
624
|
"members":{
|
619
|
-
"queueUrls":{"shape":"QueueUrlList"}
|
625
|
+
"queueUrls":{"shape":"QueueUrlList"},
|
626
|
+
"NextToken":{"shape":"Token"}
|
620
627
|
}
|
621
628
|
},
|
622
629
|
"ListQueueTagsRequest":{
|
@@ -638,13 +645,16 @@
|
|
638
645
|
"ListQueuesRequest":{
|
639
646
|
"type":"structure",
|
640
647
|
"members":{
|
641
|
-
"QueueNamePrefix":{"shape":"String"}
|
648
|
+
"QueueNamePrefix":{"shape":"String"},
|
649
|
+
"NextToken":{"shape":"Token"},
|
650
|
+
"MaxResults":{"shape":"BoxedInteger"}
|
642
651
|
}
|
643
652
|
},
|
644
653
|
"ListQueuesResult":{
|
645
654
|
"type":"structure",
|
646
655
|
"members":{
|
647
|
-
"QueueUrls":{"shape":"QueueUrlList"}
|
656
|
+
"QueueUrls":{"shape":"QueueUrlList"},
|
657
|
+
"NextToken":{"shape":"Token"}
|
648
658
|
}
|
649
659
|
},
|
650
660
|
"Message":{
|
@@ -1091,6 +1101,7 @@
|
|
1091
1101
|
}
|
1092
1102
|
},
|
1093
1103
|
"TagValue":{"type":"string"},
|
1104
|
+
"Token":{"type":"string"},
|
1094
1105
|
"TooManyEntriesInBatchRequest":{
|
1095
1106
|
"type":"structure",
|
1096
1107
|
"members":{
|
@@ -1,6 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"ListDeadLetterSourceQueues": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"limit_key": "MaxResults",
|
6
|
+
"output_token": "NextToken",
|
7
|
+
"result_key": "queueUrls"
|
8
|
+
},
|
3
9
|
"ListQueues": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults",
|
12
|
+
"output_token": "NextToken",
|
4
13
|
"result_key": "QueueUrls"
|
5
14
|
}
|
6
15
|
}
|
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.533
|
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
|
+
date: 2020-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|