aws-sdk-core 2.6.22 → 2.6.23

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3065c120622adcf961e507129b033dfc78917bf
4
- data.tar.gz: 33a961576da793dabe60e537fed0d5734959b112
3
+ metadata.gz: eebcf7006287ca15cee289dd2697a48d9fa84564
4
+ data.tar.gz: d9b8f576b35f16f57c690720bbe788c6085f97f3
5
5
  SHA512:
6
- metadata.gz: 6fd1b4c7d6eff9787d853fc89603e403f2233e2e0c8b673310fe65ad5d57fd1c31e36a51aef232cf624ab90cf959dd0b2b110ff2c90f11a6a959890702e25a1f
7
- data.tar.gz: e2fbbe1884379e55bf1940610b35dc49b075a18131f2ae0b0f3127c8991e31c540b2272554db21d050e0b15fb441b9789aa7c6d859c4cf748629e243b768ab1a
6
+ metadata.gz: 0ed4805219f100981007763642398d7b947d8d29c1cbcbbbe98f389a0fc2e468086723424681d3caf0a865f8f7391af124a60a173450aef05c7978e06f5b5899
7
+ data.tar.gz: a53c197da27128c92659c641b09197807d5c978602fb47e432761fb799f474fea182ef3b944983d50a1c5f7317490f9fc091866cc98f6edfab692c326f27a57e
@@ -24,6 +24,7 @@
24
24
  "output":{"shape":"AssociateVPCWithHostedZoneResponse"},
25
25
  "errors":[
26
26
  {"shape":"NoSuchHostedZone"},
27
+ {"shape":"NotAuthorizedException"},
27
28
  {"shape":"InvalidVPCId"},
28
29
  {"shape":"InvalidInput"},
29
30
  {"shape":"PublicZoneVPCAssociation"},
@@ -199,6 +200,25 @@
199
200
  {"shape":"InvalidTrafficPolicyDocument"}
200
201
  ]
201
202
  },
203
+ "CreateVPCAssociationAuthorization":{
204
+ "name":"CreateVPCAssociationAuthorization",
205
+ "http":{
206
+ "method":"POST",
207
+ "requestUri":"/2013-04-01/hostedzone/{Id}/authorizevpcassociation"
208
+ },
209
+ "input":{
210
+ "shape":"CreateVPCAssociationAuthorizationRequest",
211
+ "locationName":"CreateVPCAssociationAuthorizationRequest",
212
+ "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
213
+ },
214
+ "output":{"shape":"CreateVPCAssociationAuthorizationResponse"},
215
+ "errors":[
216
+ {"shape":"TooManyVPCAssociationAuthorizations"},
217
+ {"shape":"NoSuchHostedZone"},
218
+ {"shape":"InvalidVPCId"},
219
+ {"shape":"InvalidInput"}
220
+ ]
221
+ },
202
222
  "DeleteHealthCheck":{
203
223
  "name":"DeleteHealthCheck",
204
224
  "http":{
@@ -273,6 +293,25 @@
273
293
  {"shape":"PriorRequestNotComplete"}
274
294
  ]
275
295
  },
296
+ "DeleteVPCAssociationAuthorization":{
297
+ "name":"DeleteVPCAssociationAuthorization",
298
+ "http":{
299
+ "method":"POST",
300
+ "requestUri":"/2013-04-01/hostedzone/{Id}/deauthorizevpcassociation"
301
+ },
302
+ "input":{
303
+ "shape":"DeleteVPCAssociationAuthorizationRequest",
304
+ "locationName":"DeleteVPCAssociationAuthorizationRequest",
305
+ "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
306
+ },
307
+ "output":{"shape":"DeleteVPCAssociationAuthorizationResponse"},
308
+ "errors":[
309
+ {"shape":"VPCAssociationAuthorizationNotFound"},
310
+ {"shape":"NoSuchHostedZone"},
311
+ {"shape":"InvalidVPCId"},
312
+ {"shape":"InvalidInput"}
313
+ ]
314
+ },
276
315
  "DisassociateVPCFromHostedZone":{
277
316
  "name":"DisassociateVPCFromHostedZone",
278
317
  "http":{
@@ -306,20 +345,6 @@
306
345
  {"shape":"InvalidInput"}
307
346
  ]
308
347
  },
309
- "GetChangeDetails":{
310
- "name":"GetChangeDetails",
311
- "http":{
312
- "method":"GET",
313
- "requestUri":"/2013-04-01/changedetails/{Id}"
314
- },
315
- "input":{"shape":"GetChangeDetailsRequest"},
316
- "output":{"shape":"GetChangeDetailsResponse"},
317
- "errors":[
318
- {"shape":"NoSuchChange"},
319
- {"shape":"InvalidInput"}
320
- ],
321
- "deprecated":true
322
- },
323
348
  "GetCheckerIpRanges":{
324
349
  "name":"GetCheckerIpRanges",
325
350
  "http":{
@@ -465,34 +490,6 @@
465
490
  "input":{"shape":"GetTrafficPolicyInstanceCountRequest"},
466
491
  "output":{"shape":"GetTrafficPolicyInstanceCountResponse"}
467
492
  },
468
- "ListChangeBatchesByHostedZone":{
469
- "name":"ListChangeBatchesByHostedZone",
470
- "http":{
471
- "method":"GET",
472
- "requestUri":"/2013-04-01/hostedzone/{Id}/changes"
473
- },
474
- "input":{"shape":"ListChangeBatchesByHostedZoneRequest"},
475
- "output":{"shape":"ListChangeBatchesByHostedZoneResponse"},
476
- "errors":[
477
- {"shape":"NoSuchHostedZone"},
478
- {"shape":"InvalidInput"}
479
- ],
480
- "deprecated":true
481
- },
482
- "ListChangeBatchesByRRSet":{
483
- "name":"ListChangeBatchesByRRSet",
484
- "http":{
485
- "method":"GET",
486
- "requestUri":"/2013-04-01/hostedzone/{Id}/rrsChanges"
487
- },
488
- "input":{"shape":"ListChangeBatchesByRRSetRequest"},
489
- "output":{"shape":"ListChangeBatchesByRRSetResponse"},
490
- "errors":[
491
- {"shape":"NoSuchHostedZone"},
492
- {"shape":"InvalidInput"}
493
- ],
494
- "deprecated":true
495
- },
496
493
  "ListGeoLocations":{
497
494
  "name":"ListGeoLocations",
498
495
  "http":{
@@ -672,6 +669,20 @@
672
669
  {"shape":"NoSuchTrafficPolicy"}
673
670
  ]
674
671
  },
672
+ "ListVPCAssociationAuthorizations":{
673
+ "name":"ListVPCAssociationAuthorizations",
674
+ "http":{
675
+ "method":"GET",
676
+ "requestUri":"/2013-04-01/hostedzone/{Id}/authorizevpcassociation"
677
+ },
678
+ "input":{"shape":"ListVPCAssociationAuthorizationsRequest"},
679
+ "output":{"shape":"ListVPCAssociationAuthorizationsResponse"},
680
+ "errors":[
681
+ {"shape":"NoSuchHostedZone"},
682
+ {"shape":"InvalidInput"},
683
+ {"shape":"InvalidPaginationToken"}
684
+ ]
685
+ },
675
686
  "TestDNSAnswer":{
676
687
  "name":"TestDNSAnswer",
677
688
  "http":{
@@ -760,7 +771,6 @@
760
771
  }
761
772
  },
762
773
  "shapes":{
763
- "AWSAccountID":{"type":"string"},
764
774
  "AlarmIdentifier":{
765
775
  "type":"structure",
766
776
  "required":[
@@ -842,31 +852,6 @@
842
852
  "Changes":{"shape":"Changes"}
843
853
  }
844
854
  },
845
- "ChangeBatchRecord":{
846
- "type":"structure",
847
- "required":[
848
- "Id",
849
- "Status"
850
- ],
851
- "members":{
852
- "Id":{"shape":"ResourceId"},
853
- "SubmittedAt":{"shape":"TimeStamp"},
854
- "Status":{"shape":"ChangeStatus"},
855
- "Comment":{"shape":"ResourceDescription"},
856
- "Submitter":{"shape":"AWSAccountID"},
857
- "Changes":{"shape":"Changes"}
858
- },
859
- "deprecated":true
860
- },
861
- "ChangeBatchRecords":{
862
- "type":"list",
863
- "member":{
864
- "shape":"ChangeBatchRecord",
865
- "locationName":"ChangeBatchRecord"
866
- },
867
- "deprecated":true,
868
- "min":1
869
- },
870
855
  "ChangeInfo":{
871
856
  "type":"structure",
872
857
  "required":[
@@ -982,6 +967,7 @@
982
967
  "type":"string",
983
968
  "enum":[
984
969
  "us-east-1",
970
+ "us-east-2",
985
971
  "us-west-1",
986
972
  "us-west-2",
987
973
  "eu-central-1",
@@ -1201,16 +1187,37 @@
1201
1187
  }
1202
1188
  }
1203
1189
  },
1190
+ "CreateVPCAssociationAuthorizationRequest":{
1191
+ "type":"structure",
1192
+ "required":[
1193
+ "HostedZoneId",
1194
+ "VPC"
1195
+ ],
1196
+ "members":{
1197
+ "HostedZoneId":{
1198
+ "shape":"ResourceId",
1199
+ "location":"uri",
1200
+ "locationName":"Id"
1201
+ },
1202
+ "VPC":{"shape":"VPC"}
1203
+ }
1204
+ },
1205
+ "CreateVPCAssociationAuthorizationResponse":{
1206
+ "type":"structure",
1207
+ "required":[
1208
+ "HostedZoneId",
1209
+ "VPC"
1210
+ ],
1211
+ "members":{
1212
+ "HostedZoneId":{"shape":"ResourceId"},
1213
+ "VPC":{"shape":"VPC"}
1214
+ }
1215
+ },
1204
1216
  "DNSName":{
1205
1217
  "type":"string",
1206
1218
  "max":1024
1207
1219
  },
1208
1220
  "DNSRCode":{"type":"string"},
1209
- "Date":{
1210
- "type":"string",
1211
- "deprecated":true,
1212
- "max":256
1213
- },
1214
1221
  "DelegationSet":{
1215
1222
  "type":"structure",
1216
1223
  "required":["NameServers"],
@@ -1360,6 +1367,26 @@
1360
1367
  "members":{
1361
1368
  }
1362
1369
  },
1370
+ "DeleteVPCAssociationAuthorizationRequest":{
1371
+ "type":"structure",
1372
+ "required":[
1373
+ "HostedZoneId",
1374
+ "VPC"
1375
+ ],
1376
+ "members":{
1377
+ "HostedZoneId":{
1378
+ "shape":"ResourceId",
1379
+ "location":"uri",
1380
+ "locationName":"Id"
1381
+ },
1382
+ "VPC":{"shape":"VPC"}
1383
+ }
1384
+ },
1385
+ "DeleteVPCAssociationAuthorizationResponse":{
1386
+ "type":"structure",
1387
+ "members":{
1388
+ }
1389
+ },
1363
1390
  "Dimension":{
1364
1391
  "type":"structure",
1365
1392
  "required":[
@@ -1486,26 +1513,6 @@
1486
1513
  "max":64,
1487
1514
  "min":1
1488
1515
  },
1489
- "GetChangeDetailsRequest":{
1490
- "type":"structure",
1491
- "required":["Id"],
1492
- "members":{
1493
- "Id":{
1494
- "shape":"ResourceId",
1495
- "location":"uri",
1496
- "locationName":"Id"
1497
- }
1498
- },
1499
- "deprecated":true
1500
- },
1501
- "GetChangeDetailsResponse":{
1502
- "type":"structure",
1503
- "required":["ChangeBatchRecord"],
1504
- "members":{
1505
- "ChangeBatchRecord":{"shape":"ChangeBatchRecord"}
1506
- },
1507
- "deprecated":true
1508
- },
1509
1516
  "GetChangeRequest":{
1510
1517
  "type":"structure",
1511
1518
  "required":["Id"],
@@ -1980,6 +1987,14 @@
1980
1987
  "error":{"httpStatusCode":400},
1981
1988
  "exception":true
1982
1989
  },
1990
+ "InvalidPaginationToken":{
1991
+ "type":"structure",
1992
+ "members":{
1993
+ "message":{"shape":"ErrorMessage"}
1994
+ },
1995
+ "error":{"httpStatusCode":400},
1996
+ "exception":true
1997
+ },
1983
1998
  "InvalidTrafficPolicyDocument":{
1984
1999
  "type":"structure",
1985
2000
  "members":{
@@ -2013,127 +2028,6 @@
2013
2028
  },
2014
2029
  "exception":true
2015
2030
  },
2016
- "ListChangeBatchesByHostedZoneRequest":{
2017
- "type":"structure",
2018
- "required":[
2019
- "HostedZoneId",
2020
- "StartDate",
2021
- "EndDate"
2022
- ],
2023
- "members":{
2024
- "HostedZoneId":{
2025
- "shape":"ResourceId",
2026
- "location":"uri",
2027
- "locationName":"Id"
2028
- },
2029
- "StartDate":{
2030
- "shape":"Date",
2031
- "location":"querystring",
2032
- "locationName":"startDate"
2033
- },
2034
- "EndDate":{
2035
- "shape":"Date",
2036
- "location":"querystring",
2037
- "locationName":"endDate"
2038
- },
2039
- "MaxItems":{
2040
- "shape":"PageMaxItems",
2041
- "location":"querystring",
2042
- "locationName":"maxItems"
2043
- },
2044
- "Marker":{
2045
- "shape":"PageMarker",
2046
- "location":"querystring",
2047
- "locationName":"marker"
2048
- }
2049
- },
2050
- "deprecated":true
2051
- },
2052
- "ListChangeBatchesByHostedZoneResponse":{
2053
- "type":"structure",
2054
- "required":[
2055
- "MaxItems",
2056
- "Marker",
2057
- "ChangeBatchRecords"
2058
- ],
2059
- "members":{
2060
- "MaxItems":{"shape":"PageMaxItems"},
2061
- "Marker":{"shape":"PageMarker"},
2062
- "IsTruncated":{"shape":"PageTruncated"},
2063
- "ChangeBatchRecords":{"shape":"ChangeBatchRecords"},
2064
- "NextMarker":{"shape":"PageMarker"}
2065
- },
2066
- "deprecated":true
2067
- },
2068
- "ListChangeBatchesByRRSetRequest":{
2069
- "type":"structure",
2070
- "required":[
2071
- "HostedZoneId",
2072
- "Name",
2073
- "Type",
2074
- "StartDate",
2075
- "EndDate"
2076
- ],
2077
- "members":{
2078
- "HostedZoneId":{
2079
- "shape":"ResourceId",
2080
- "location":"uri",
2081
- "locationName":"Id"
2082
- },
2083
- "Name":{
2084
- "shape":"DNSName",
2085
- "location":"querystring",
2086
- "locationName":"rrSet_name"
2087
- },
2088
- "Type":{
2089
- "shape":"RRType",
2090
- "location":"querystring",
2091
- "locationName":"type"
2092
- },
2093
- "SetIdentifier":{
2094
- "shape":"ResourceRecordSetIdentifier",
2095
- "location":"querystring",
2096
- "locationName":"identifier"
2097
- },
2098
- "StartDate":{
2099
- "shape":"Date",
2100
- "location":"querystring",
2101
- "locationName":"startDate"
2102
- },
2103
- "EndDate":{
2104
- "shape":"Date",
2105
- "location":"querystring",
2106
- "locationName":"endDate"
2107
- },
2108
- "MaxItems":{
2109
- "shape":"PageMaxItems",
2110
- "location":"querystring",
2111
- "locationName":"maxItems"
2112
- },
2113
- "Marker":{
2114
- "shape":"PageMarker",
2115
- "location":"querystring",
2116
- "locationName":"marker"
2117
- }
2118
- },
2119
- "deprecated":true
2120
- },
2121
- "ListChangeBatchesByRRSetResponse":{
2122
- "type":"structure",
2123
- "required":[
2124
- "MaxItems",
2125
- "Marker",
2126
- "ChangeBatchRecords"
2127
- ],
2128
- "members":{
2129
- "MaxItems":{"shape":"PageMaxItems"},
2130
- "Marker":{"shape":"PageMarker"},
2131
- "IsTruncated":{"shape":"PageTruncated"},
2132
- "ChangeBatchRecords":{"shape":"ChangeBatchRecords"},
2133
- "NextMarker":{"shape":"PageMarker"}
2134
- },
2135
- "deprecated":true
2136
- },
2137
2031
  "ListGeoLocationsRequest":{
2138
2032
  "type":"structure",
2139
2033
  "members":{
@@ -2608,6 +2502,40 @@
2608
2502
  "MaxItems":{"shape":"PageMaxItems"}
2609
2503
  }
2610
2504
  },
2505
+ "ListVPCAssociationAuthorizationsRequest":{
2506
+ "type":"structure",
2507
+ "required":["HostedZoneId"],
2508
+ "members":{
2509
+ "HostedZoneId":{
2510
+ "shape":"ResourceId",
2511
+ "location":"uri",
2512
+ "locationName":"Id"
2513
+ },
2514
+ "NextToken":{
2515
+ "shape":"PaginationToken",
2516
+ "location":"querystring",
2517
+ "locationName":"nexttoken"
2518
+ },
2519
+ "MaxResults":{
2520
+ "shape":"MaxResults",
2521
+ "location":"querystring",
2522
+ "locationName":"maxresults"
2523
+ }
2524
+ }
2525
+ },
2526
+ "ListVPCAssociationAuthorizationsResponse":{
2527
+ "type":"structure",
2528
+ "required":[
2529
+ "HostedZoneId",
2530
+ "VPCs"
2531
+ ],
2532
+ "members":{
2533
+ "HostedZoneId":{"shape":"ResourceId"},
2534
+ "NextToken":{"shape":"PaginationToken"},
2535
+ "VPCs":{"shape":"VPCs"}
2536
+ }
2537
+ },
2538
+ "MaxResults":{"type":"string"},
2611
2539
  "MeasureLatency":{"type":"boolean"},
2612
2540
  "Message":{
2613
2541
  "type":"string",
@@ -2688,12 +2616,24 @@
2688
2616
  "max":128,
2689
2617
  "min":1
2690
2618
  },
2619
+ "NotAuthorizedException":{
2620
+ "type":"structure",
2621
+ "members":{
2622
+ "message":{"shape":"ErrorMessage"}
2623
+ },
2624
+ "error":{"httpStatusCode":401},
2625
+ "exception":true
2626
+ },
2691
2627
  "PageMarker":{
2692
2628
  "type":"string",
2693
2629
  "max":64
2694
2630
  },
2695
2631
  "PageMaxItems":{"type":"string"},
2696
2632
  "PageTruncated":{"type":"boolean"},
2633
+ "PaginationToken":{
2634
+ "type":"string",
2635
+ "max":256
2636
+ },
2697
2637
  "Period":{
2698
2638
  "type":"integer",
2699
2639
  "min":60
@@ -3052,6 +2992,14 @@
3052
2992
  "error":{"httpStatusCode":400},
3053
2993
  "exception":true
3054
2994
  },
2995
+ "TooManyVPCAssociationAuthorizations":{
2996
+ "type":"structure",
2997
+ "members":{
2998
+ "message":{"shape":"ErrorMessage"}
2999
+ },
3000
+ "error":{"httpStatusCode":400},
3001
+ "exception":true
3002
+ },
3055
3003
  "TrafficPolicies":{
3056
3004
  "type":"list",
3057
3005
  "member":{
@@ -3301,6 +3249,14 @@
3301
3249
  "VPCId":{"shape":"VPCId"}
3302
3250
  }
3303
3251
  },
3252
+ "VPCAssociationAuthorizationNotFound":{
3253
+ "type":"structure",
3254
+ "members":{
3255
+ "message":{"shape":"ErrorMessage"}
3256
+ },
3257
+ "error":{"httpStatusCode":404},
3258
+ "exception":true
3259
+ },
3304
3260
  "VPCAssociationNotFound":{
3305
3261
  "type":"structure",
3306
3262
  "members":{