aws-sdk-core 2.11.530 → 2.11.535
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +37 -6
- data/apis/backup/2018-11-15/api-2.json +43 -3
- data/apis/codecommit/2015-04-13/api-2.json +139 -5
- data/apis/codecommit/2015-04-13/paginators-1.json +5 -0
- data/apis/ec2/2016-11-15/api-2.json +43 -5
- data/apis/elasticmapreduce/2009-03-31/api-2.json +21 -4
- data/apis/fsx/2018-03-01/api-2.json +39 -12
- data/apis/honeycode/2020-03-01/api-2.json +321 -0
- data/apis/honeycode/2020-03-01/examples-1.json +5 -0
- data/apis/honeycode/2020-03-01/paginators-1.json +4 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +55 -1
- data/apis/medialive/2017-10-14/api-2.json +44 -0
- data/apis/mediatailor/2018-04-23/api-2.json +45 -25
- data/apis/opsworkscm/2016-11-01/api-2.json +1 -0
- data/apis/organizations/2016-11-28/api-2.json +40 -11
- data/apis/rds/2014-10-31/api-2.json +19 -4
- 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/route53/2013-04-01/api-2.json +87 -1
- data/apis/sesv2/2019-09-27/api-2.json +2 -1
- data/apis/sqs/2012-11-05/api-2.json +15 -4
- data/apis/sqs/2012-11-05/paginators-1.json +9 -0
- data/apis/ssm/2014-11-06/api-2.json +25 -0
- data/endpoints.json +62 -3
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/client.rb +7 -1
- data/lib/aws-sdk-core/honeycode.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +11 -6
@@ -2770,7 +2770,8 @@
|
|
2770
2770
|
"EnableHttpEndpoint":{"shape":"BooleanOptional"},
|
2771
2771
|
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
2772
2772
|
"Domain":{"shape":"String"},
|
2773
|
-
"DomainIAMRoleName":{"shape":"String"}
|
2773
|
+
"DomainIAMRoleName":{"shape":"String"},
|
2774
|
+
"EnableGlobalWriteForwarding":{"shape":"BooleanOptional"}
|
2774
2775
|
}
|
2775
2776
|
},
|
2776
2777
|
"CreateDBClusterParameterGroupMessage":{
|
@@ -3201,7 +3202,9 @@
|
|
3201
3202
|
"ActivityStreamKinesisStreamName":{"shape":"String"},
|
3202
3203
|
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
3203
3204
|
"CrossAccountClone":{"shape":"BooleanOptional"},
|
3204
|
-
"DomainMemberships":{"shape":"DomainMembershipList"}
|
3205
|
+
"DomainMemberships":{"shape":"DomainMembershipList"},
|
3206
|
+
"GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"},
|
3207
|
+
"GlobalWriteForwardingRequested":{"shape":"BooleanOptional"}
|
3205
3208
|
},
|
3206
3209
|
"wrapper":true
|
3207
3210
|
},
|
@@ -5345,7 +5348,8 @@
|
|
5345
5348
|
"members":{
|
5346
5349
|
"DBClusterArn":{"shape":"String"},
|
5347
5350
|
"Readers":{"shape":"ReadersArnList"},
|
5348
|
-
"IsWriter":{"shape":"Boolean"}
|
5351
|
+
"IsWriter":{"shape":"Boolean"},
|
5352
|
+
"GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"}
|
5349
5353
|
},
|
5350
5354
|
"wrapper":true
|
5351
5355
|
},
|
@@ -5906,7 +5910,8 @@
|
|
5906
5910
|
"ScalingConfiguration":{"shape":"ScalingConfiguration"},
|
5907
5911
|
"DeletionProtection":{"shape":"BooleanOptional"},
|
5908
5912
|
"EnableHttpEndpoint":{"shape":"BooleanOptional"},
|
5909
|
-
"CopyTagsToSnapshot":{"shape":"BooleanOptional"}
|
5913
|
+
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
5914
|
+
"EnableGlobalWriteForwarding":{"shape":"BooleanOptional"}
|
5910
5915
|
}
|
5911
5916
|
},
|
5912
5917
|
"ModifyDBClusterParameterGroupMessage":{
|
@@ -7698,6 +7703,16 @@
|
|
7698
7703
|
"VpnName":{"shape":"String"},
|
7699
7704
|
"VpnState":{"shape":"String"}
|
7700
7705
|
}
|
7706
|
+
},
|
7707
|
+
"WriteForwardingStatus":{
|
7708
|
+
"type":"string",
|
7709
|
+
"enum":[
|
7710
|
+
"enabled",
|
7711
|
+
"disabled",
|
7712
|
+
"enabling",
|
7713
|
+
"disabling",
|
7714
|
+
"unknown"
|
7715
|
+
]
|
7701
7716
|
}
|
7702
7717
|
}
|
7703
7718
|
}
|
@@ -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",
|
@@ -636,6 +636,19 @@
|
|
636
636
|
{"shape":"InvalidDomainName"}
|
637
637
|
]
|
638
638
|
},
|
639
|
+
"ListHostedZonesByVPC":{
|
640
|
+
"name":"ListHostedZonesByVPC",
|
641
|
+
"http":{
|
642
|
+
"method":"GET",
|
643
|
+
"requestUri":"/2013-04-01/hostedzonesbyvpc"
|
644
|
+
},
|
645
|
+
"input":{"shape":"ListHostedZonesByVPCRequest"},
|
646
|
+
"output":{"shape":"ListHostedZonesByVPCResponse"},
|
647
|
+
"errors":[
|
648
|
+
{"shape":"InvalidInput"},
|
649
|
+
{"shape":"InvalidPaginationToken"}
|
650
|
+
]
|
651
|
+
},
|
639
652
|
"ListQueryLoggingConfigs":{
|
640
653
|
"name":"ListQueryLoggingConfigs",
|
641
654
|
"http":{
|
@@ -879,6 +892,7 @@
|
|
879
892
|
}
|
880
893
|
},
|
881
894
|
"shapes":{
|
895
|
+
"AWSAccountID":{"type":"string"},
|
882
896
|
"AccountLimit":{
|
883
897
|
"type":"structure",
|
884
898
|
"required":[
|
@@ -2244,7 +2258,38 @@
|
|
2244
2258
|
},
|
2245
2259
|
"exception":true
|
2246
2260
|
},
|
2261
|
+
"HostedZoneOwner":{
|
2262
|
+
"type":"structure",
|
2263
|
+
"members":{
|
2264
|
+
"OwningAccount":{"shape":"AWSAccountID"},
|
2265
|
+
"OwningService":{"shape":"HostedZoneOwningService"}
|
2266
|
+
}
|
2267
|
+
},
|
2268
|
+
"HostedZoneOwningService":{
|
2269
|
+
"type":"string",
|
2270
|
+
"max":128
|
2271
|
+
},
|
2247
2272
|
"HostedZoneRRSetCount":{"type":"long"},
|
2273
|
+
"HostedZoneSummaries":{
|
2274
|
+
"type":"list",
|
2275
|
+
"member":{
|
2276
|
+
"shape":"HostedZoneSummary",
|
2277
|
+
"locationName":"HostedZoneSummary"
|
2278
|
+
}
|
2279
|
+
},
|
2280
|
+
"HostedZoneSummary":{
|
2281
|
+
"type":"structure",
|
2282
|
+
"required":[
|
2283
|
+
"HostedZoneId",
|
2284
|
+
"Name",
|
2285
|
+
"Owner"
|
2286
|
+
],
|
2287
|
+
"members":{
|
2288
|
+
"HostedZoneId":{"shape":"ResourceId"},
|
2289
|
+
"Name":{"shape":"DNSName"},
|
2290
|
+
"Owner":{"shape":"HostedZoneOwner"}
|
2291
|
+
}
|
2292
|
+
},
|
2248
2293
|
"HostedZones":{
|
2249
2294
|
"type":"list",
|
2250
2295
|
"member":{
|
@@ -2474,6 +2519,47 @@
|
|
2474
2519
|
"MaxItems":{"shape":"PageMaxItems"}
|
2475
2520
|
}
|
2476
2521
|
},
|
2522
|
+
"ListHostedZonesByVPCRequest":{
|
2523
|
+
"type":"structure",
|
2524
|
+
"required":[
|
2525
|
+
"VPCId",
|
2526
|
+
"VPCRegion"
|
2527
|
+
],
|
2528
|
+
"members":{
|
2529
|
+
"VPCId":{
|
2530
|
+
"shape":"VPCId",
|
2531
|
+
"location":"querystring",
|
2532
|
+
"locationName":"vpcid"
|
2533
|
+
},
|
2534
|
+
"VPCRegion":{
|
2535
|
+
"shape":"VPCRegion",
|
2536
|
+
"location":"querystring",
|
2537
|
+
"locationName":"vpcregion"
|
2538
|
+
},
|
2539
|
+
"MaxItems":{
|
2540
|
+
"shape":"PageMaxItems",
|
2541
|
+
"location":"querystring",
|
2542
|
+
"locationName":"maxitems"
|
2543
|
+
},
|
2544
|
+
"NextToken":{
|
2545
|
+
"shape":"PaginationToken",
|
2546
|
+
"location":"querystring",
|
2547
|
+
"locationName":"nexttoken"
|
2548
|
+
}
|
2549
|
+
}
|
2550
|
+
},
|
2551
|
+
"ListHostedZonesByVPCResponse":{
|
2552
|
+
"type":"structure",
|
2553
|
+
"required":[
|
2554
|
+
"HostedZoneSummaries",
|
2555
|
+
"MaxItems"
|
2556
|
+
],
|
2557
|
+
"members":{
|
2558
|
+
"HostedZoneSummaries":{"shape":"HostedZoneSummaries"},
|
2559
|
+
"MaxItems":{"shape":"PageMaxItems"},
|
2560
|
+
"NextToken":{"shape":"PaginationToken"}
|
2561
|
+
}
|
2562
|
+
},
|
2477
2563
|
"ListHostedZonesRequest":{
|
2478
2564
|
"type":"structure",
|
2479
2565
|
"members":{
|
@@ -3013,7 +3099,7 @@
|
|
3013
3099
|
"PageTruncated":{"type":"boolean"},
|
3014
3100
|
"PaginationToken":{
|
3015
3101
|
"type":"string",
|
3016
|
-
"max":
|
3102
|
+
"max":1024
|
3017
3103
|
},
|
3018
3104
|
"Period":{
|
3019
3105
|
"type":"integer",
|