aws-sdk-core 2.11.410 → 2.11.411

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74579db46083907733eee1d54cb87a14a85a06c3
4
- data.tar.gz: d29bb036cbe019df760e9cca3acdefd9a156df6e
3
+ metadata.gz: 8336e7320f89190f28613da96da7f1c6f9c6954e
4
+ data.tar.gz: 07b8bfe7fa00b4eb8b5ac8933f0b78edfa525fbf
5
5
  SHA512:
6
- metadata.gz: 35928ac4599c8d97c8e17d489ccecc3d33e635f485e2edb2a29d1cf6697c88b267cec24cba1d3dd183630b43d0c3aa13cd4a5797cae5d4e38a0f91af08ece7e6
7
- data.tar.gz: 7f105d4da2b9e00e7773322be0317c35334c58445e727e0fd8a68f82a11deec1b97bac69d3ea253441e78d83f990a4b579bc6a65ed666b3962ac953c8a8534cf
6
+ metadata.gz: 514006feb80dc2652dd48d4f9381b52aea9919616c8c142ad608bea46fa14729a1b0976fed8cd83f4c41ff32f84482fb2782123aeebe2c24080f376bf7d36ad4
7
+ data.tar.gz: 7a1b0b65272348313a1848f8f3369aeb8ea600bc7b8393c94f7727d203049fe765b7365b992dae8884609d5c2a48885232a3565ca34ee90aa87368687b01dfae
@@ -124,6 +124,8 @@
124
124
  "shape" : "BadRequestException"
125
125
  }, {
126
126
  "shape" : "ConflictException"
127
+ }, {
128
+ "shape" : "AccessDeniedException"
127
129
  } ]
128
130
  },
129
131
  "CreateIntegration" : {
@@ -314,6 +316,22 @@
314
316
  "shape" : "TooManyRequestsException"
315
317
  } ]
316
318
  },
319
+ "DeleteCorsConfiguration" : {
320
+ "name" : "DeleteCorsConfiguration",
321
+ "http" : {
322
+ "method" : "DELETE",
323
+ "requestUri" : "/v2/apis/{apiId}/cors",
324
+ "responseCode" : 204
325
+ },
326
+ "input" : {
327
+ "shape" : "DeleteCorsConfigurationRequest"
328
+ },
329
+ "errors" : [ {
330
+ "shape" : "NotFoundException"
331
+ }, {
332
+ "shape" : "TooManyRequestsException"
333
+ } ]
334
+ },
317
335
  "DeleteDeployment" : {
318
336
  "name" : "DeleteDeployment",
319
337
  "http" : {
@@ -426,6 +444,22 @@
426
444
  "shape" : "TooManyRequestsException"
427
445
  } ]
428
446
  },
447
+ "DeleteRouteSettings" : {
448
+ "name" : "DeleteRouteSettings",
449
+ "http" : {
450
+ "method" : "DELETE",
451
+ "requestUri" : "/v2/apis/{apiId}/stages/{stageName}/routesettings/{routeKey}",
452
+ "responseCode" : 204
453
+ },
454
+ "input" : {
455
+ "shape" : "DeleteRouteSettingsRequest"
456
+ },
457
+ "errors" : [ {
458
+ "shape" : "NotFoundException"
459
+ }, {
460
+ "shape" : "TooManyRequestsException"
461
+ } ]
462
+ },
429
463
  "DeleteStage" : {
430
464
  "name" : "DeleteStage",
431
465
  "http" : {
@@ -926,6 +960,52 @@
926
960
  "shape" : "ConflictException"
927
961
  } ]
928
962
  },
963
+ "ImportApi" : {
964
+ "name" : "ImportApi",
965
+ "http" : {
966
+ "method" : "PUT",
967
+ "requestUri" : "/v2/apis",
968
+ "responseCode" : 201
969
+ },
970
+ "input" : {
971
+ "shape" : "ImportApiRequest"
972
+ },
973
+ "output" : {
974
+ "shape" : "ImportApiResponse"
975
+ },
976
+ "errors" : [ {
977
+ "shape" : "NotFoundException"
978
+ }, {
979
+ "shape" : "TooManyRequestsException"
980
+ }, {
981
+ "shape" : "BadRequestException"
982
+ }, {
983
+ "shape" : "ConflictException"
984
+ } ]
985
+ },
986
+ "ReimportApi" : {
987
+ "name" : "ReimportApi",
988
+ "http" : {
989
+ "method" : "PUT",
990
+ "requestUri" : "/v2/apis/{apiId}",
991
+ "responseCode" : 201
992
+ },
993
+ "input" : {
994
+ "shape" : "ReimportApiRequest"
995
+ },
996
+ "output" : {
997
+ "shape" : "ReimportApiResponse"
998
+ },
999
+ "errors" : [ {
1000
+ "shape" : "NotFoundException"
1001
+ }, {
1002
+ "shape" : "TooManyRequestsException"
1003
+ }, {
1004
+ "shape" : "BadRequestException"
1005
+ }, {
1006
+ "shape" : "ConflictException"
1007
+ } ]
1008
+ },
929
1009
  "TagResource" : {
930
1010
  "name" : "TagResource",
931
1011
  "http" : {
@@ -1224,6 +1304,19 @@
1224
1304
  }
1225
1305
  },
1226
1306
  "shapes" : {
1307
+ "AccessDeniedException" : {
1308
+ "type" : "structure",
1309
+ "members" : {
1310
+ "Message" : {
1311
+ "shape" : "__string",
1312
+ "locationName" : "message"
1313
+ }
1314
+ },
1315
+ "exception" : true,
1316
+ "error" : {
1317
+ "httpStatusCode" : 403
1318
+ }
1319
+ },
1227
1320
  "AccessLogSettings" : {
1228
1321
  "type" : "structure",
1229
1322
  "members" : {
@@ -1252,6 +1345,10 @@
1252
1345
  "shape" : "SelectionExpression",
1253
1346
  "locationName" : "apiKeySelectionExpression"
1254
1347
  },
1348
+ "CorsConfiguration" : {
1349
+ "shape" : "Cors",
1350
+ "locationName" : "corsConfiguration"
1351
+ },
1255
1352
  "CreatedDate" : {
1256
1353
  "shape" : "__timestampIso8601",
1257
1354
  "locationName" : "createdDate"
@@ -1264,6 +1361,10 @@
1264
1361
  "shape" : "__boolean",
1265
1362
  "locationName" : "disableSchemaValidation"
1266
1363
  },
1364
+ "ImportInfo" : {
1365
+ "shape" : "__listOf__string",
1366
+ "locationName" : "importInfo"
1367
+ },
1267
1368
  "Name" : {
1268
1369
  "shape" : "StringWithLengthBetween1And128",
1269
1370
  "locationName" : "name"
@@ -1276,6 +1377,10 @@
1276
1377
  "shape" : "SelectionExpression",
1277
1378
  "locationName" : "routeSelectionExpression"
1278
1379
  },
1380
+ "Tags" : {
1381
+ "shape" : "Tags",
1382
+ "locationName" : "tags"
1383
+ },
1279
1384
  "Version" : {
1280
1385
  "shape" : "StringWithLengthBetween1And64",
1281
1386
  "locationName" : "version"
@@ -1283,13 +1388,9 @@
1283
1388
  "Warnings" : {
1284
1389
  "shape" : "__listOf__string",
1285
1390
  "locationName" : "warnings"
1286
- },
1287
- "Tags" : {
1288
- "shape" : "Tags",
1289
- "locationName" : "tags"
1290
1391
  }
1291
1392
  },
1292
- "required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ]
1393
+ "required" : [ "RouteSelectionExpression", "Name", "ProtocolType" ]
1293
1394
  },
1294
1395
  "ApiMapping" : {
1295
1396
  "type" : "structure",
@@ -1350,7 +1451,7 @@
1350
1451
  },
1351
1452
  "AuthorizationType" : {
1352
1453
  "type" : "string",
1353
- "enum" : [ "NONE", "AWS_IAM", "CUSTOM" ]
1454
+ "enum" : [ "NONE", "AWS_IAM", "CUSTOM", "JWT" ]
1354
1455
  },
1355
1456
  "Authorizer" : {
1356
1457
  "type" : "structure",
@@ -1383,20 +1484,20 @@
1383
1484
  "shape" : "StringWithLengthBetween0And1024",
1384
1485
  "locationName" : "identityValidationExpression"
1385
1486
  },
1487
+ "JwtConfiguration" : {
1488
+ "shape" : "JWTConfiguration",
1489
+ "locationName" : "jwtConfiguration"
1490
+ },
1386
1491
  "Name" : {
1387
1492
  "shape" : "StringWithLengthBetween1And128",
1388
1493
  "locationName" : "name"
1389
- },
1390
- "ProviderArns" : {
1391
- "shape" : "ProviderArnList",
1392
- "locationName" : "providerArns"
1393
1494
  }
1394
1495
  },
1395
1496
  "required" : [ "Name" ]
1396
1497
  },
1397
1498
  "AuthorizerType" : {
1398
1499
  "type" : "string",
1399
- "enum" : [ "REQUEST" ]
1500
+ "enum" : [ "REQUEST", "JWT" ]
1400
1501
  },
1401
1502
  "Authorizers" : {
1402
1503
  "type" : "structure",
@@ -1445,6 +1546,53 @@
1445
1546
  "type" : "string",
1446
1547
  "enum" : [ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT" ]
1447
1548
  },
1549
+ "Cors" : {
1550
+ "type" : "structure",
1551
+ "members" : {
1552
+ "AllowCredentials" : {
1553
+ "shape" : "__boolean",
1554
+ "locationName" : "allowCredentials"
1555
+ },
1556
+ "AllowHeaders" : {
1557
+ "shape" : "CorsHeaderList",
1558
+ "locationName" : "allowHeaders"
1559
+ },
1560
+ "AllowMethods" : {
1561
+ "shape" : "CorsMethodList",
1562
+ "locationName" : "allowMethods"
1563
+ },
1564
+ "AllowOrigins" : {
1565
+ "shape" : "CorsOriginList",
1566
+ "locationName" : "allowOrigins"
1567
+ },
1568
+ "ExposeHeaders" : {
1569
+ "shape" : "CorsHeaderList",
1570
+ "locationName" : "exposeHeaders"
1571
+ },
1572
+ "MaxAge" : {
1573
+ "shape" : "IntegerWithLengthBetweenMinus1And86400",
1574
+ "locationName" : "maxAge"
1575
+ }
1576
+ }
1577
+ },
1578
+ "CorsHeaderList" : {
1579
+ "type" : "list",
1580
+ "member" : {
1581
+ "shape" : "__string"
1582
+ }
1583
+ },
1584
+ "CorsMethodList" : {
1585
+ "type" : "list",
1586
+ "member" : {
1587
+ "shape" : "StringWithLengthBetween1And64"
1588
+ }
1589
+ },
1590
+ "CorsOriginList" : {
1591
+ "type" : "list",
1592
+ "member" : {
1593
+ "shape" : "__string"
1594
+ }
1595
+ },
1448
1596
  "CreateApiInput" : {
1449
1597
  "type" : "structure",
1450
1598
  "members" : {
@@ -1452,6 +1600,14 @@
1452
1600
  "shape" : "SelectionExpression",
1453
1601
  "locationName" : "apiKeySelectionExpression"
1454
1602
  },
1603
+ "CorsConfiguration" : {
1604
+ "shape" : "Cors",
1605
+ "locationName" : "corsConfiguration"
1606
+ },
1607
+ "CredentialsArn" : {
1608
+ "shape" : "Arn",
1609
+ "locationName" : "credentialsArn"
1610
+ },
1455
1611
  "Description" : {
1456
1612
  "shape" : "StringWithLengthBetween0And1024",
1457
1613
  "locationName" : "description"
@@ -1468,20 +1624,28 @@
1468
1624
  "shape" : "ProtocolType",
1469
1625
  "locationName" : "protocolType"
1470
1626
  },
1627
+ "RouteKey" : {
1628
+ "shape" : "SelectionKey",
1629
+ "locationName" : "routeKey"
1630
+ },
1471
1631
  "RouteSelectionExpression" : {
1472
1632
  "shape" : "SelectionExpression",
1473
1633
  "locationName" : "routeSelectionExpression"
1474
1634
  },
1475
- "Version" : {
1476
- "shape" : "StringWithLengthBetween1And64",
1477
- "locationName" : "version"
1478
- },
1479
1635
  "Tags" : {
1480
1636
  "shape" : "Tags",
1481
1637
  "locationName" : "tags"
1638
+ },
1639
+ "Target" : {
1640
+ "shape" : "UriWithLengthBetween1And2048",
1641
+ "locationName" : "target"
1642
+ },
1643
+ "Version" : {
1644
+ "shape" : "StringWithLengthBetween1And64",
1645
+ "locationName" : "version"
1482
1646
  }
1483
1647
  },
1484
- "required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ]
1648
+ "required" : [ "ProtocolType", "Name" ]
1485
1649
  },
1486
1650
  "CreateApiMappingInput" : {
1487
1651
  "type" : "structure",
@@ -1552,6 +1716,14 @@
1552
1716
  "shape" : "SelectionExpression",
1553
1717
  "locationName" : "apiKeySelectionExpression"
1554
1718
  },
1719
+ "CorsConfiguration" : {
1720
+ "shape" : "Cors",
1721
+ "locationName" : "corsConfiguration"
1722
+ },
1723
+ "CredentialsArn" : {
1724
+ "shape" : "Arn",
1725
+ "locationName" : "credentialsArn"
1726
+ },
1555
1727
  "Description" : {
1556
1728
  "shape" : "StringWithLengthBetween0And1024",
1557
1729
  "locationName" : "description"
@@ -1568,16 +1740,28 @@
1568
1740
  "shape" : "ProtocolType",
1569
1741
  "locationName" : "protocolType"
1570
1742
  },
1743
+ "RouteKey" : {
1744
+ "shape" : "SelectionKey",
1745
+ "locationName" : "routeKey"
1746
+ },
1571
1747
  "RouteSelectionExpression" : {
1572
1748
  "shape" : "SelectionExpression",
1573
1749
  "locationName" : "routeSelectionExpression"
1574
1750
  },
1751
+ "Tags" : {
1752
+ "shape" : "Tags",
1753
+ "locationName" : "tags"
1754
+ },
1755
+ "Target" : {
1756
+ "shape" : "UriWithLengthBetween1And2048",
1757
+ "locationName" : "target"
1758
+ },
1575
1759
  "Version" : {
1576
1760
  "shape" : "StringWithLengthBetween1And64",
1577
1761
  "locationName" : "version"
1578
1762
  }
1579
1763
  },
1580
- "required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ]
1764
+ "required" : [ "ProtocolType", "Name" ]
1581
1765
  },
1582
1766
  "CreateApiResponse" : {
1583
1767
  "type" : "structure",
@@ -1594,6 +1778,10 @@
1594
1778
  "shape" : "SelectionExpression",
1595
1779
  "locationName" : "apiKeySelectionExpression"
1596
1780
  },
1781
+ "CorsConfiguration" : {
1782
+ "shape" : "Cors",
1783
+ "locationName" : "corsConfiguration"
1784
+ },
1597
1785
  "CreatedDate" : {
1598
1786
  "shape" : "__timestampIso8601",
1599
1787
  "locationName" : "createdDate"
@@ -1606,6 +1794,10 @@
1606
1794
  "shape" : "__boolean",
1607
1795
  "locationName" : "disableSchemaValidation"
1608
1796
  },
1797
+ "ImportInfo" : {
1798
+ "shape" : "__listOf__string",
1799
+ "locationName" : "importInfo"
1800
+ },
1609
1801
  "Name" : {
1610
1802
  "shape" : "StringWithLengthBetween1And128",
1611
1803
  "locationName" : "name"
@@ -1618,6 +1810,10 @@
1618
1810
  "shape" : "SelectionExpression",
1619
1811
  "locationName" : "routeSelectionExpression"
1620
1812
  },
1813
+ "Tags" : {
1814
+ "shape" : "Tags",
1815
+ "locationName" : "tags"
1816
+ },
1621
1817
  "Version" : {
1622
1818
  "shape" : "StringWithLengthBetween1And64",
1623
1819
  "locationName" : "version"
@@ -1655,16 +1851,16 @@
1655
1851
  "shape" : "StringWithLengthBetween0And1024",
1656
1852
  "locationName" : "identityValidationExpression"
1657
1853
  },
1854
+ "JwtConfiguration" : {
1855
+ "shape" : "JWTConfiguration",
1856
+ "locationName" : "jwtConfiguration"
1857
+ },
1658
1858
  "Name" : {
1659
1859
  "shape" : "StringWithLengthBetween1And128",
1660
1860
  "locationName" : "name"
1661
- },
1662
- "ProviderArns" : {
1663
- "shape" : "ProviderArnList",
1664
- "locationName" : "providerArns"
1665
1861
  }
1666
1862
  },
1667
- "required" : [ "AuthorizerUri", "AuthorizerType", "IdentitySource", "Name" ]
1863
+ "required" : [ "AuthorizerType", "IdentitySource", "Name" ]
1668
1864
  },
1669
1865
  "CreateAuthorizerRequest" : {
1670
1866
  "type" : "structure",
@@ -1698,16 +1894,16 @@
1698
1894
  "shape" : "StringWithLengthBetween0And1024",
1699
1895
  "locationName" : "identityValidationExpression"
1700
1896
  },
1897
+ "JwtConfiguration" : {
1898
+ "shape" : "JWTConfiguration",
1899
+ "locationName" : "jwtConfiguration"
1900
+ },
1701
1901
  "Name" : {
1702
1902
  "shape" : "StringWithLengthBetween1And128",
1703
1903
  "locationName" : "name"
1704
- },
1705
- "ProviderArns" : {
1706
- "shape" : "ProviderArnList",
1707
- "locationName" : "providerArns"
1708
1904
  }
1709
1905
  },
1710
- "required" : [ "ApiId", "AuthorizerUri", "AuthorizerType", "IdentitySource", "Name" ]
1906
+ "required" : [ "ApiId", "AuthorizerType", "IdentitySource", "Name" ]
1711
1907
  },
1712
1908
  "CreateAuthorizerResponse" : {
1713
1909
  "type" : "structure",
@@ -1740,13 +1936,13 @@
1740
1936
  "shape" : "StringWithLengthBetween0And1024",
1741
1937
  "locationName" : "identityValidationExpression"
1742
1938
  },
1939
+ "JwtConfiguration" : {
1940
+ "shape" : "JWTConfiguration",
1941
+ "locationName" : "jwtConfiguration"
1942
+ },
1743
1943
  "Name" : {
1744
1944
  "shape" : "StringWithLengthBetween1And128",
1745
1945
  "locationName" : "name"
1746
- },
1747
- "ProviderArns" : {
1748
- "shape" : "ProviderArnList",
1749
- "locationName" : "providerArns"
1750
1946
  }
1751
1947
  }
1752
1948
  },
@@ -1785,6 +1981,10 @@
1785
1981
  "CreateDeploymentResponse" : {
1786
1982
  "type" : "structure",
1787
1983
  "members" : {
1984
+ "AutoDeployed" : {
1985
+ "shape" : "__boolean",
1986
+ "locationName" : "autoDeployed"
1987
+ },
1788
1988
  "CreatedDate" : {
1789
1989
  "shape" : "__timestampIso8601",
1790
1990
  "locationName" : "createdDate"
@@ -1903,6 +2103,10 @@
1903
2103
  "shape" : "PassthroughBehavior",
1904
2104
  "locationName" : "passthroughBehavior"
1905
2105
  },
2106
+ "PayloadFormatVersion" : {
2107
+ "shape" : "StringWithLengthBetween1And64",
2108
+ "locationName" : "payloadFormatVersion"
2109
+ },
1906
2110
  "RequestParameters" : {
1907
2111
  "shape" : "IntegrationParameters",
1908
2112
  "locationName" : "requestParameters"
@@ -1966,6 +2170,10 @@
1966
2170
  "shape" : "PassthroughBehavior",
1967
2171
  "locationName" : "passthroughBehavior"
1968
2172
  },
2173
+ "PayloadFormatVersion" : {
2174
+ "shape" : "StringWithLengthBetween1And64",
2175
+ "locationName" : "payloadFormatVersion"
2176
+ },
1969
2177
  "RequestParameters" : {
1970
2178
  "shape" : "IntegrationParameters",
1971
2179
  "locationName" : "requestParameters"
@@ -1988,6 +2196,10 @@
1988
2196
  "CreateIntegrationResult" : {
1989
2197
  "type" : "structure",
1990
2198
  "members" : {
2199
+ "ApiGatewayManaged" : {
2200
+ "shape" : "__boolean",
2201
+ "locationName" : "apiGatewayManaged"
2202
+ },
1991
2203
  "ConnectionId" : {
1992
2204
  "shape" : "StringWithLengthBetween1And1024",
1993
2205
  "locationName" : "connectionId"
@@ -2032,6 +2244,10 @@
2032
2244
  "shape" : "PassthroughBehavior",
2033
2245
  "locationName" : "passthroughBehavior"
2034
2246
  },
2247
+ "PayloadFormatVersion" : {
2248
+ "shape" : "StringWithLengthBetween1And64",
2249
+ "locationName" : "payloadFormatVersion"
2250
+ },
2035
2251
  "RequestParameters" : {
2036
2252
  "shape" : "IntegrationParameters",
2037
2253
  "locationName" : "requestParameters"
@@ -2323,6 +2539,10 @@
2323
2539
  "CreateRouteResult" : {
2324
2540
  "type" : "structure",
2325
2541
  "members" : {
2542
+ "ApiGatewayManaged" : {
2543
+ "shape" : "__boolean",
2544
+ "locationName" : "apiGatewayManaged"
2545
+ },
2326
2546
  "ApiKeyRequired" : {
2327
2547
  "shape" : "__boolean",
2328
2548
  "locationName" : "apiKeyRequired"
@@ -2459,6 +2679,10 @@
2459
2679
  "shape" : "AccessLogSettings",
2460
2680
  "locationName" : "accessLogSettings"
2461
2681
  },
2682
+ "AutoDeploy" : {
2683
+ "shape" : "__boolean",
2684
+ "locationName" : "autoDeploy"
2685
+ },
2462
2686
  "ClientCertificateId" : {
2463
2687
  "shape" : "Id",
2464
2688
  "locationName" : "clientCertificateId"
@@ -2506,6 +2730,10 @@
2506
2730
  "location" : "uri",
2507
2731
  "locationName" : "apiId"
2508
2732
  },
2733
+ "AutoDeploy" : {
2734
+ "shape" : "__boolean",
2735
+ "locationName" : "autoDeploy"
2736
+ },
2509
2737
  "ClientCertificateId" : {
2510
2738
  "shape" : "Id",
2511
2739
  "locationName" : "clientCertificateId"
@@ -2548,6 +2776,14 @@
2548
2776
  "shape" : "AccessLogSettings",
2549
2777
  "locationName" : "accessLogSettings"
2550
2778
  },
2779
+ "ApiGatewayManaged" : {
2780
+ "shape" : "__boolean",
2781
+ "locationName" : "apiGatewayManaged"
2782
+ },
2783
+ "AutoDeploy" : {
2784
+ "shape" : "__boolean",
2785
+ "locationName" : "autoDeploy"
2786
+ },
2551
2787
  "ClientCertificateId" : {
2552
2788
  "shape" : "Id",
2553
2789
  "locationName" : "clientCertificateId"
@@ -2568,6 +2804,10 @@
2568
2804
  "shape" : "StringWithLengthBetween0And1024",
2569
2805
  "locationName" : "description"
2570
2806
  },
2807
+ "LastDeploymentStatusMessage" : {
2808
+ "shape" : "__string",
2809
+ "locationName" : "lastDeploymentStatusMessage"
2810
+ },
2571
2811
  "LastUpdatedDate" : {
2572
2812
  "shape" : "__timestampIso8601",
2573
2813
  "locationName" : "lastUpdatedDate"
@@ -2584,10 +2824,6 @@
2584
2824
  "shape" : "StageVariablesMap",
2585
2825
  "locationName" : "stageVariables"
2586
2826
  },
2587
- "Tags" : {
2588
- "shape" : "Tags",
2589
- "locationName" : "tags"
2590
- },
2591
2827
  "Tags" : {
2592
2828
  "shape" : "Tags",
2593
2829
  "locationName" : "tags"
@@ -2637,6 +2873,17 @@
2637
2873
  },
2638
2874
  "required" : [ "AuthorizerId", "ApiId" ]
2639
2875
  },
2876
+ "DeleteCorsConfigurationRequest" : {
2877
+ "type" : "structure",
2878
+ "members" : {
2879
+ "ApiId" : {
2880
+ "shape" : "__string",
2881
+ "location" : "uri",
2882
+ "locationName" : "apiId"
2883
+ }
2884
+ },
2885
+ "required" : [ "ApiId" ]
2886
+ },
2640
2887
  "DeleteDeploymentRequest" : {
2641
2888
  "type" : "structure",
2642
2889
  "members" : {
@@ -2754,6 +3001,27 @@
2754
3001
  },
2755
3002
  "required" : [ "RouteResponseId", "ApiId", "RouteId" ]
2756
3003
  },
3004
+ "DeleteRouteSettingsRequest" : {
3005
+ "type" : "structure",
3006
+ "members" : {
3007
+ "ApiId" : {
3008
+ "shape" : "__string",
3009
+ "location" : "uri",
3010
+ "locationName" : "apiId"
3011
+ },
3012
+ "RouteKey" : {
3013
+ "shape" : "SelectionKey",
3014
+ "location" : "uri",
3015
+ "locationName" : "routeKey"
3016
+ },
3017
+ "StageName" : {
3018
+ "shape" : "__string",
3019
+ "location" : "uri",
3020
+ "locationName" : "stageName"
3021
+ }
3022
+ },
3023
+ "required" : [ "StageName", "ApiId", "RouteKey" ]
3024
+ },
2757
3025
  "DeleteStageRequest" : {
2758
3026
  "type" : "structure",
2759
3027
  "members" : {
@@ -2773,6 +3041,10 @@
2773
3041
  "Deployment" : {
2774
3042
  "type" : "structure",
2775
3043
  "members" : {
3044
+ "AutoDeployed" : {
3045
+ "shape" : "__boolean",
3046
+ "locationName" : "autoDeployed"
3047
+ },
2776
3048
  "CreatedDate" : {
2777
3049
  "shape" : "__timestampIso8601",
2778
3050
  "locationName" : "createdDate"
@@ -2853,6 +3125,14 @@
2853
3125
  "shape" : "__timestampIso8601",
2854
3126
  "locationName" : "certificateUploadDate"
2855
3127
  },
3128
+ "DomainNameStatus" : {
3129
+ "shape" : "DomainNameStatus",
3130
+ "locationName" : "domainNameStatus"
3131
+ },
3132
+ "DomainNameStatusMessage" : {
3133
+ "shape" : "__string",
3134
+ "locationName" : "domainNameStatusMessage"
3135
+ },
2856
3136
  "EndpointType" : {
2857
3137
  "shape" : "EndpointType",
2858
3138
  "locationName" : "endpointType"
@@ -2864,14 +3144,6 @@
2864
3144
  "SecurityPolicy" : {
2865
3145
  "shape" : "SecurityPolicy",
2866
3146
  "locationName" : "securityPolicy"
2867
- },
2868
- "DomainNameStatus" : {
2869
- "shape" : "DomainNameStatus",
2870
- "locationName" : "domainNameStatus"
2871
- },
2872
- "DomainNameStatusMessage" : {
2873
- "shape" : "__string",
2874
- "locationName" : "domainNameStatusMessage"
2875
3147
  }
2876
3148
  }
2877
3149
  },
@@ -2881,6 +3153,10 @@
2881
3153
  "shape" : "DomainNameConfiguration"
2882
3154
  }
2883
3155
  },
3156
+ "DomainNameStatus" : {
3157
+ "type" : "string",
3158
+ "enum" : [ "AVAILABLE", "UPDATING" ]
3159
+ },
2884
3160
  "DomainNames" : {
2885
3161
  "type" : "structure",
2886
3162
  "members" : {
@@ -2898,14 +3174,6 @@
2898
3174
  "type" : "string",
2899
3175
  "enum" : [ "REGIONAL", "EDGE" ]
2900
3176
  },
2901
- "SecurityPolicy" : {
2902
- "type" : "string",
2903
- "enum" : [ "TLS_1_0", "TLS_1_2" ]
2904
- },
2905
- "DomainNameStatus" : {
2906
- "type" : "string",
2907
- "enum" : [ "AVAILABLE", "UPDATING" ]
2908
- },
2909
3177
  "GetApiMappingRequest" : {
2910
3178
  "type" : "structure",
2911
3179
  "members" : {
@@ -3003,6 +3271,10 @@
3003
3271
  "shape" : "SelectionExpression",
3004
3272
  "locationName" : "apiKeySelectionExpression"
3005
3273
  },
3274
+ "CorsConfiguration" : {
3275
+ "shape" : "Cors",
3276
+ "locationName" : "corsConfiguration"
3277
+ },
3006
3278
  "CreatedDate" : {
3007
3279
  "shape" : "__timestampIso8601",
3008
3280
  "locationName" : "createdDate"
@@ -3015,6 +3287,10 @@
3015
3287
  "shape" : "__boolean",
3016
3288
  "locationName" : "disableSchemaValidation"
3017
3289
  },
3290
+ "ImportInfo" : {
3291
+ "shape" : "__listOf__string",
3292
+ "locationName" : "importInfo"
3293
+ },
3018
3294
  "Name" : {
3019
3295
  "shape" : "StringWithLengthBetween1And128",
3020
3296
  "locationName" : "name"
@@ -3027,6 +3303,10 @@
3027
3303
  "shape" : "SelectionExpression",
3028
3304
  "locationName" : "routeSelectionExpression"
3029
3305
  },
3306
+ "Tags" : {
3307
+ "shape" : "Tags",
3308
+ "locationName" : "tags"
3309
+ },
3030
3310
  "Version" : {
3031
3311
  "shape" : "StringWithLengthBetween1And64",
3032
3312
  "locationName" : "version"
@@ -3034,10 +3314,6 @@
3034
3314
  "Warnings" : {
3035
3315
  "shape" : "__listOf__string",
3036
3316
  "locationName" : "warnings"
3037
- },
3038
- "Tags" : {
3039
- "shape" : "Tags",
3040
- "locationName" : "tags"
3041
3317
  }
3042
3318
  }
3043
3319
  },
@@ -3116,13 +3392,13 @@
3116
3392
  "shape" : "StringWithLengthBetween0And1024",
3117
3393
  "locationName" : "identityValidationExpression"
3118
3394
  },
3395
+ "JwtConfiguration" : {
3396
+ "shape" : "JWTConfiguration",
3397
+ "locationName" : "jwtConfiguration"
3398
+ },
3119
3399
  "Name" : {
3120
3400
  "shape" : "StringWithLengthBetween1And128",
3121
3401
  "locationName" : "name"
3122
- },
3123
- "ProviderArns" : {
3124
- "shape" : "ProviderArnList",
3125
- "locationName" : "providerArns"
3126
3402
  }
3127
3403
  }
3128
3404
  },
@@ -3179,6 +3455,10 @@
3179
3455
  "GetDeploymentResponse" : {
3180
3456
  "type" : "structure",
3181
3457
  "members" : {
3458
+ "AutoDeployed" : {
3459
+ "shape" : "__boolean",
3460
+ "locationName" : "autoDeployed"
3461
+ },
3182
3462
  "CreatedDate" : {
3183
3463
  "shape" : "__timestampIso8601",
3184
3464
  "locationName" : "createdDate"
@@ -3314,6 +3594,10 @@
3314
3594
  "GetIntegrationResult" : {
3315
3595
  "type" : "structure",
3316
3596
  "members" : {
3597
+ "ApiGatewayManaged" : {
3598
+ "shape" : "__boolean",
3599
+ "locationName" : "apiGatewayManaged"
3600
+ },
3317
3601
  "ConnectionId" : {
3318
3602
  "shape" : "StringWithLengthBetween1And1024",
3319
3603
  "locationName" : "connectionId"
@@ -3358,6 +3642,10 @@
3358
3642
  "shape" : "PassthroughBehavior",
3359
3643
  "locationName" : "passthroughBehavior"
3360
3644
  },
3645
+ "PayloadFormatVersion" : {
3646
+ "shape" : "StringWithLengthBetween1And64",
3647
+ "locationName" : "payloadFormatVersion"
3648
+ },
3361
3649
  "RequestParameters" : {
3362
3650
  "shape" : "IntegrationParameters",
3363
3651
  "locationName" : "requestParameters"
@@ -3618,6 +3906,10 @@
3618
3906
  "GetRouteResult" : {
3619
3907
  "type" : "structure",
3620
3908
  "members" : {
3909
+ "ApiGatewayManaged" : {
3910
+ "shape" : "__boolean",
3911
+ "locationName" : "apiGatewayManaged"
3912
+ },
3621
3913
  "ApiKeyRequired" : {
3622
3914
  "shape" : "__boolean",
3623
3915
  "locationName" : "apiKeyRequired"
@@ -3810,6 +4102,14 @@
3810
4102
  "shape" : "AccessLogSettings",
3811
4103
  "locationName" : "accessLogSettings"
3812
4104
  },
4105
+ "ApiGatewayManaged" : {
4106
+ "shape" : "__boolean",
4107
+ "locationName" : "apiGatewayManaged"
4108
+ },
4109
+ "AutoDeploy" : {
4110
+ "shape" : "__boolean",
4111
+ "locationName" : "autoDeploy"
4112
+ },
3813
4113
  "ClientCertificateId" : {
3814
4114
  "shape" : "Id",
3815
4115
  "locationName" : "clientCertificateId"
@@ -3830,6 +4130,10 @@
3830
4130
  "shape" : "StringWithLengthBetween0And1024",
3831
4131
  "locationName" : "description"
3832
4132
  },
4133
+ "LastDeploymentStatusMessage" : {
4134
+ "shape" : "__string",
4135
+ "locationName" : "lastDeploymentStatusMessage"
4136
+ },
3833
4137
  "LastUpdatedDate" : {
3834
4138
  "shape" : "__timestampIso8601",
3835
4139
  "locationName" : "lastUpdatedDate"
@@ -3886,6 +4190,27 @@
3886
4190
  }
3887
4191
  }
3888
4192
  },
4193
+ "GetTagsRequest" : {
4194
+ "type" : "structure",
4195
+ "members" : {
4196
+ "ResourceArn" : {
4197
+ "shape" : "__string",
4198
+ "location" : "uri",
4199
+ "locationName" : "resource-arn"
4200
+ }
4201
+ },
4202
+ "required" : [ "ResourceArn" ]
4203
+ },
4204
+ "GetTagsResponse" : {
4205
+ "type" : "structure",
4206
+ "members" : {
4207
+ "Tags" : {
4208
+ "shape" : "Tags",
4209
+ "locationName" : "tags"
4210
+ }
4211
+ },
4212
+ "required" : [ "Tags" ]
4213
+ },
3889
4214
  "Id" : {
3890
4215
  "type" : "string"
3891
4216
  },
@@ -3895,6 +4220,97 @@
3895
4220
  "shape" : "__string"
3896
4221
  }
3897
4222
  },
4223
+ "ImportApiInput" : {
4224
+ "type" : "structure",
4225
+ "members" : {
4226
+ "Body" : {
4227
+ "shape" : "__string",
4228
+ "locationName" : "body"
4229
+ }
4230
+ },
4231
+ "required" : [ "Body" ]
4232
+ },
4233
+ "ImportApiRequest" : {
4234
+ "type" : "structure",
4235
+ "members" : {
4236
+ "Basepath" : {
4237
+ "shape" : "__string",
4238
+ "location" : "querystring",
4239
+ "locationName" : "basepath"
4240
+ },
4241
+ "Body" : {
4242
+ "shape" : "__string",
4243
+ "locationName" : "body"
4244
+ },
4245
+ "FailOnWarnings" : {
4246
+ "shape" : "__boolean",
4247
+ "location" : "querystring",
4248
+ "locationName" : "failOnWarnings"
4249
+ }
4250
+ },
4251
+ "required" : [ "Body" ]
4252
+ },
4253
+ "ImportApiResponse" : {
4254
+ "type" : "structure",
4255
+ "members" : {
4256
+ "ApiEndpoint" : {
4257
+ "shape" : "__string",
4258
+ "locationName" : "apiEndpoint"
4259
+ },
4260
+ "ApiId" : {
4261
+ "shape" : "Id",
4262
+ "locationName" : "apiId"
4263
+ },
4264
+ "ApiKeySelectionExpression" : {
4265
+ "shape" : "SelectionExpression",
4266
+ "locationName" : "apiKeySelectionExpression"
4267
+ },
4268
+ "CorsConfiguration" : {
4269
+ "shape" : "Cors",
4270
+ "locationName" : "corsConfiguration"
4271
+ },
4272
+ "CreatedDate" : {
4273
+ "shape" : "__timestampIso8601",
4274
+ "locationName" : "createdDate"
4275
+ },
4276
+ "Description" : {
4277
+ "shape" : "StringWithLengthBetween0And1024",
4278
+ "locationName" : "description"
4279
+ },
4280
+ "DisableSchemaValidation" : {
4281
+ "shape" : "__boolean",
4282
+ "locationName" : "disableSchemaValidation"
4283
+ },
4284
+ "ImportInfo" : {
4285
+ "shape" : "__listOf__string",
4286
+ "locationName" : "importInfo"
4287
+ },
4288
+ "Name" : {
4289
+ "shape" : "StringWithLengthBetween1And128",
4290
+ "locationName" : "name"
4291
+ },
4292
+ "ProtocolType" : {
4293
+ "shape" : "ProtocolType",
4294
+ "locationName" : "protocolType"
4295
+ },
4296
+ "RouteSelectionExpression" : {
4297
+ "shape" : "SelectionExpression",
4298
+ "locationName" : "routeSelectionExpression"
4299
+ },
4300
+ "Tags" : {
4301
+ "shape" : "Tags",
4302
+ "locationName" : "tags"
4303
+ },
4304
+ "Version" : {
4305
+ "shape" : "StringWithLengthBetween1And64",
4306
+ "locationName" : "version"
4307
+ },
4308
+ "Warnings" : {
4309
+ "shape" : "__listOf__string",
4310
+ "locationName" : "warnings"
4311
+ }
4312
+ }
4313
+ },
3898
4314
  "IntegerWithLengthBetween0And3600" : {
3899
4315
  "type" : "integer",
3900
4316
  "min" : 0,
@@ -3905,9 +4321,18 @@
3905
4321
  "min" : 50,
3906
4322
  "max" : 29000
3907
4323
  },
4324
+ "IntegerWithLengthBetweenMinus1And86400" : {
4325
+ "type" : "integer",
4326
+ "min" : -1,
4327
+ "max" : 86400
4328
+ },
3908
4329
  "Integration" : {
3909
4330
  "type" : "structure",
3910
4331
  "members" : {
4332
+ "ApiGatewayManaged" : {
4333
+ "shape" : "__boolean",
4334
+ "locationName" : "apiGatewayManaged"
4335
+ },
3911
4336
  "ConnectionId" : {
3912
4337
  "shape" : "StringWithLengthBetween1And1024",
3913
4338
  "locationName" : "connectionId"
@@ -3952,6 +4377,10 @@
3952
4377
  "shape" : "PassthroughBehavior",
3953
4378
  "locationName" : "passthroughBehavior"
3954
4379
  },
4380
+ "PayloadFormatVersion" : {
4381
+ "shape" : "StringWithLengthBetween1And64",
4382
+ "locationName" : "payloadFormatVersion"
4383
+ },
3955
4384
  "RequestParameters" : {
3956
4385
  "shape" : "IntegrationParameters",
3957
4386
  "locationName" : "requestParameters"
@@ -4039,6 +4468,19 @@
4039
4468
  }
4040
4469
  }
4041
4470
  },
4471
+ "JWTConfiguration" : {
4472
+ "type" : "structure",
4473
+ "members" : {
4474
+ "Audience" : {
4475
+ "shape" : "__listOf__string",
4476
+ "locationName" : "audience"
4477
+ },
4478
+ "Issuer" : {
4479
+ "shape" : "UriWithLengthBetween1And2048",
4480
+ "locationName" : "issuer"
4481
+ }
4482
+ }
4483
+ },
4042
4484
  "LimitExceededException" : {
4043
4485
  "type" : "structure",
4044
4486
  "members" : {
@@ -4052,26 +4494,6 @@
4052
4494
  }
4053
4495
  }
4054
4496
  },
4055
- "GetTagsRequest" : {
4056
- "type" : "structure",
4057
- "members" : {
4058
- "ResourceArn" : {
4059
- "shape" : "__string",
4060
- "location" : "uri",
4061
- "locationName" : "resource-arn"
4062
- }
4063
- },
4064
- "required" : [ "ResourceArn" ]
4065
- },
4066
- "GetTagsResponse" : {
4067
- "type" : "structure",
4068
- "members" : {
4069
- "Tags" : {
4070
- "shape" : "__mapOf__string",
4071
- "locationName" : "tags"
4072
- }
4073
- }
4074
- },
4075
4497
  "LoggingLevel" : {
4076
4498
  "type" : "string",
4077
4499
  "enum" : [ "ERROR", "INFO", "false" ]
@@ -4150,17 +4572,111 @@
4150
4572
  },
4151
4573
  "ProtocolType" : {
4152
4574
  "type" : "string",
4153
- "enum" : [ "WEBSOCKET" ]
4575
+ "enum" : [ "WEBSOCKET", "HTTP" ]
4154
4576
  },
4155
- "ProviderArnList" : {
4156
- "type" : "list",
4157
- "member" : {
4158
- "shape" : "Arn"
4577
+ "ReimportApiInput" : {
4578
+ "type" : "structure",
4579
+ "members" : {
4580
+ "Body" : {
4581
+ "shape" : "__string",
4582
+ "locationName" : "body"
4583
+ }
4584
+ },
4585
+ "required" : [ "Body" ]
4586
+ },
4587
+ "ReimportApiRequest" : {
4588
+ "type" : "structure",
4589
+ "members" : {
4590
+ "ApiId" : {
4591
+ "shape" : "__string",
4592
+ "location" : "uri",
4593
+ "locationName" : "apiId"
4594
+ },
4595
+ "Basepath" : {
4596
+ "shape" : "__string",
4597
+ "location" : "querystring",
4598
+ "locationName" : "basepath"
4599
+ },
4600
+ "Body" : {
4601
+ "shape" : "__string",
4602
+ "locationName" : "body"
4603
+ },
4604
+ "FailOnWarnings" : {
4605
+ "shape" : "__boolean",
4606
+ "location" : "querystring",
4607
+ "locationName" : "failOnWarnings"
4608
+ }
4609
+ },
4610
+ "required" : [ "ApiId", "Body" ]
4611
+ },
4612
+ "ReimportApiResponse" : {
4613
+ "type" : "structure",
4614
+ "members" : {
4615
+ "ApiEndpoint" : {
4616
+ "shape" : "__string",
4617
+ "locationName" : "apiEndpoint"
4618
+ },
4619
+ "ApiId" : {
4620
+ "shape" : "Id",
4621
+ "locationName" : "apiId"
4622
+ },
4623
+ "ApiKeySelectionExpression" : {
4624
+ "shape" : "SelectionExpression",
4625
+ "locationName" : "apiKeySelectionExpression"
4626
+ },
4627
+ "CorsConfiguration" : {
4628
+ "shape" : "Cors",
4629
+ "locationName" : "corsConfiguration"
4630
+ },
4631
+ "CreatedDate" : {
4632
+ "shape" : "__timestampIso8601",
4633
+ "locationName" : "createdDate"
4634
+ },
4635
+ "Description" : {
4636
+ "shape" : "StringWithLengthBetween0And1024",
4637
+ "locationName" : "description"
4638
+ },
4639
+ "DisableSchemaValidation" : {
4640
+ "shape" : "__boolean",
4641
+ "locationName" : "disableSchemaValidation"
4642
+ },
4643
+ "ImportInfo" : {
4644
+ "shape" : "__listOf__string",
4645
+ "locationName" : "importInfo"
4646
+ },
4647
+ "Name" : {
4648
+ "shape" : "StringWithLengthBetween1And128",
4649
+ "locationName" : "name"
4650
+ },
4651
+ "ProtocolType" : {
4652
+ "shape" : "ProtocolType",
4653
+ "locationName" : "protocolType"
4654
+ },
4655
+ "RouteSelectionExpression" : {
4656
+ "shape" : "SelectionExpression",
4657
+ "locationName" : "routeSelectionExpression"
4658
+ },
4659
+ "Tags" : {
4660
+ "shape" : "Tags",
4661
+ "locationName" : "tags"
4662
+ },
4663
+ "Version" : {
4664
+ "shape" : "StringWithLengthBetween1And64",
4665
+ "locationName" : "version"
4666
+ },
4667
+ "Warnings" : {
4668
+ "shape" : "__listOf__string",
4669
+ "locationName" : "warnings"
4670
+ }
4159
4671
  }
4160
4672
  },
4161
4673
  "Route" : {
4162
4674
  "type" : "structure",
4163
4675
  "members" : {
4676
+ "ApiGatewayManaged" : {
4677
+ "shape" : "__boolean",
4678
+ "locationName" : "apiGatewayManaged"
4679
+ },
4164
4680
  "ApiKeyRequired" : {
4165
4681
  "shape" : "__boolean",
4166
4682
  "locationName" : "apiKeyRequired"
@@ -4316,6 +4832,10 @@
4316
4832
  }
4317
4833
  }
4318
4834
  },
4835
+ "SecurityPolicy" : {
4836
+ "type" : "string",
4837
+ "enum" : [ "TLS_1_0", "TLS_1_2" ]
4838
+ },
4319
4839
  "SelectionExpression" : {
4320
4840
  "type" : "string"
4321
4841
  },
@@ -4329,6 +4849,14 @@
4329
4849
  "shape" : "AccessLogSettings",
4330
4850
  "locationName" : "accessLogSettings"
4331
4851
  },
4852
+ "ApiGatewayManaged" : {
4853
+ "shape" : "__boolean",
4854
+ "locationName" : "apiGatewayManaged"
4855
+ },
4856
+ "AutoDeploy" : {
4857
+ "shape" : "__boolean",
4858
+ "locationName" : "autoDeploy"
4859
+ },
4332
4860
  "ClientCertificateId" : {
4333
4861
  "shape" : "Id",
4334
4862
  "locationName" : "clientCertificateId"
@@ -4349,6 +4877,10 @@
4349
4877
  "shape" : "StringWithLengthBetween0And1024",
4350
4878
  "locationName" : "description"
4351
4879
  },
4880
+ "LastDeploymentStatusMessage" : {
4881
+ "shape" : "__string",
4882
+ "locationName" : "lastDeploymentStatusMessage"
4883
+ },
4352
4884
  "LastUpdatedDate" : {
4353
4885
  "shape" : "__timestampIso8601",
4354
4886
  "locationName" : "lastUpdatedDate"
@@ -4409,6 +4941,9 @@
4409
4941
  "StringWithLengthBetween1And128" : {
4410
4942
  "type" : "string"
4411
4943
  },
4944
+ "StringWithLengthBetween1And1600" : {
4945
+ "type" : "string"
4946
+ },
4412
4947
  "StringWithLengthBetween1And256" : {
4413
4948
  "type" : "string"
4414
4949
  },
@@ -4417,10 +4952,6 @@
4417
4952
  },
4418
4953
  "StringWithLengthBetween1And64" : {
4419
4954
  "type" : "string"
4420
- },
4421
- "StringWithLengthBetween1And1600" : {
4422
- "type" : "string",
4423
- "documentation" : "<p>A string with a length between [1-1600].</p>"
4424
4955
  },
4425
4956
  "TagResourceInput" : {
4426
4957
  "type" : "structure",
@@ -4459,22 +4990,6 @@
4459
4990
  "shape" : "StringWithLengthBetween1And1600"
4460
4991
  }
4461
4992
  },
4462
- "UntagResourceRequest" : {
4463
- "type" : "structure",
4464
- "members" : {
4465
- "ResourceArn" : {
4466
- "shape" : "__string",
4467
- "location" : "uri",
4468
- "locationName" : "resource-arn"
4469
- },
4470
- "TagKeys" : {
4471
- "shape" : "__listOf__string",
4472
- "location" : "querystring",
4473
- "locationName" : "tagKeys"
4474
- }
4475
- },
4476
- "required" : [ "TagKeys", "ResourceArn" ]
4477
- },
4478
4993
  "Template" : {
4479
4994
  "type" : "structure",
4480
4995
  "members" : {
@@ -4510,6 +5025,22 @@
4510
5025
  "httpStatusCode" : 429
4511
5026
  }
4512
5027
  },
5028
+ "UntagResourceRequest" : {
5029
+ "type" : "structure",
5030
+ "members" : {
5031
+ "ResourceArn" : {
5032
+ "shape" : "__string",
5033
+ "location" : "uri",
5034
+ "locationName" : "resource-arn"
5035
+ },
5036
+ "TagKeys" : {
5037
+ "shape" : "__listOf__string",
5038
+ "location" : "querystring",
5039
+ "locationName" : "tagKeys"
5040
+ }
5041
+ },
5042
+ "required" : [ "ResourceArn", "TagKeys" ]
5043
+ },
4513
5044
  "UpdateApiInput" : {
4514
5045
  "type" : "structure",
4515
5046
  "members" : {
@@ -4517,6 +5048,14 @@
4517
5048
  "shape" : "SelectionExpression",
4518
5049
  "locationName" : "apiKeySelectionExpression"
4519
5050
  },
5051
+ "CorsConfiguration" : {
5052
+ "shape" : "Cors",
5053
+ "locationName" : "corsConfiguration"
5054
+ },
5055
+ "CredentialsArn" : {
5056
+ "shape" : "Arn",
5057
+ "locationName" : "credentialsArn"
5058
+ },
4520
5059
  "Description" : {
4521
5060
  "shape" : "StringWithLengthBetween0And1024",
4522
5061
  "locationName" : "description"
@@ -4529,10 +5068,18 @@
4529
5068
  "shape" : "StringWithLengthBetween1And128",
4530
5069
  "locationName" : "name"
4531
5070
  },
5071
+ "RouteKey" : {
5072
+ "shape" : "SelectionKey",
5073
+ "locationName" : "routeKey"
5074
+ },
4532
5075
  "RouteSelectionExpression" : {
4533
5076
  "shape" : "SelectionExpression",
4534
5077
  "locationName" : "routeSelectionExpression"
4535
5078
  },
5079
+ "Target" : {
5080
+ "shape" : "UriWithLengthBetween1And2048",
5081
+ "locationName" : "target"
5082
+ },
4536
5083
  "Version" : {
4537
5084
  "shape" : "StringWithLengthBetween1And64",
4538
5085
  "locationName" : "version"
@@ -4617,6 +5164,14 @@
4617
5164
  "shape" : "SelectionExpression",
4618
5165
  "locationName" : "apiKeySelectionExpression"
4619
5166
  },
5167
+ "CorsConfiguration" : {
5168
+ "shape" : "Cors",
5169
+ "locationName" : "corsConfiguration"
5170
+ },
5171
+ "CredentialsArn" : {
5172
+ "shape" : "Arn",
5173
+ "locationName" : "credentialsArn"
5174
+ },
4620
5175
  "Description" : {
4621
5176
  "shape" : "StringWithLengthBetween0And1024",
4622
5177
  "locationName" : "description"
@@ -4629,10 +5184,18 @@
4629
5184
  "shape" : "StringWithLengthBetween1And128",
4630
5185
  "locationName" : "name"
4631
5186
  },
5187
+ "RouteKey" : {
5188
+ "shape" : "SelectionKey",
5189
+ "locationName" : "routeKey"
5190
+ },
4632
5191
  "RouteSelectionExpression" : {
4633
5192
  "shape" : "SelectionExpression",
4634
5193
  "locationName" : "routeSelectionExpression"
4635
5194
  },
5195
+ "Target" : {
5196
+ "shape" : "UriWithLengthBetween1And2048",
5197
+ "locationName" : "target"
5198
+ },
4636
5199
  "Version" : {
4637
5200
  "shape" : "StringWithLengthBetween1And64",
4638
5201
  "locationName" : "version"
@@ -4655,6 +5218,10 @@
4655
5218
  "shape" : "SelectionExpression",
4656
5219
  "locationName" : "apiKeySelectionExpression"
4657
5220
  },
5221
+ "CorsConfiguration" : {
5222
+ "shape" : "Cors",
5223
+ "locationName" : "corsConfiguration"
5224
+ },
4658
5225
  "CreatedDate" : {
4659
5226
  "shape" : "__timestampIso8601",
4660
5227
  "locationName" : "createdDate"
@@ -4667,6 +5234,10 @@
4667
5234
  "shape" : "__boolean",
4668
5235
  "locationName" : "disableSchemaValidation"
4669
5236
  },
5237
+ "ImportInfo" : {
5238
+ "shape" : "__listOf__string",
5239
+ "locationName" : "importInfo"
5240
+ },
4670
5241
  "Name" : {
4671
5242
  "shape" : "StringWithLengthBetween1And128",
4672
5243
  "locationName" : "name"
@@ -4679,6 +5250,10 @@
4679
5250
  "shape" : "SelectionExpression",
4680
5251
  "locationName" : "routeSelectionExpression"
4681
5252
  },
5253
+ "Tags" : {
5254
+ "shape" : "Tags",
5255
+ "locationName" : "tags"
5256
+ },
4682
5257
  "Version" : {
4683
5258
  "shape" : "StringWithLengthBetween1And64",
4684
5259
  "locationName" : "version"
@@ -4686,10 +5261,6 @@
4686
5261
  "Warnings" : {
4687
5262
  "shape" : "__listOf__string",
4688
5263
  "locationName" : "warnings"
4689
- },
4690
- "Tags" : {
4691
- "shape" : "Tags",
4692
- "locationName" : "tags"
4693
5264
  }
4694
5265
  }
4695
5266
  },
@@ -4720,13 +5291,13 @@
4720
5291
  "shape" : "StringWithLengthBetween0And1024",
4721
5292
  "locationName" : "identityValidationExpression"
4722
5293
  },
5294
+ "JwtConfiguration" : {
5295
+ "shape" : "JWTConfiguration",
5296
+ "locationName" : "jwtConfiguration"
5297
+ },
4723
5298
  "Name" : {
4724
5299
  "shape" : "StringWithLengthBetween1And128",
4725
5300
  "locationName" : "name"
4726
- },
4727
- "ProviderArns" : {
4728
- "shape" : "ProviderArnList",
4729
- "locationName" : "providerArns"
4730
5301
  }
4731
5302
  }
4732
5303
  },
@@ -4767,13 +5338,13 @@
4767
5338
  "shape" : "StringWithLengthBetween0And1024",
4768
5339
  "locationName" : "identityValidationExpression"
4769
5340
  },
5341
+ "JwtConfiguration" : {
5342
+ "shape" : "JWTConfiguration",
5343
+ "locationName" : "jwtConfiguration"
5344
+ },
4770
5345
  "Name" : {
4771
5346
  "shape" : "StringWithLengthBetween1And128",
4772
5347
  "locationName" : "name"
4773
- },
4774
- "ProviderArns" : {
4775
- "shape" : "ProviderArnList",
4776
- "locationName" : "providerArns"
4777
5348
  }
4778
5349
  },
4779
5350
  "required" : [ "AuthorizerId", "ApiId" ]
@@ -4809,13 +5380,13 @@
4809
5380
  "shape" : "StringWithLengthBetween0And1024",
4810
5381
  "locationName" : "identityValidationExpression"
4811
5382
  },
5383
+ "JwtConfiguration" : {
5384
+ "shape" : "JWTConfiguration",
5385
+ "locationName" : "jwtConfiguration"
5386
+ },
4812
5387
  "Name" : {
4813
5388
  "shape" : "StringWithLengthBetween1And128",
4814
5389
  "locationName" : "name"
4815
- },
4816
- "ProviderArns" : {
4817
- "shape" : "ProviderArnList",
4818
- "locationName" : "providerArns"
4819
5390
  }
4820
5391
  }
4821
5392
  },
@@ -4851,6 +5422,10 @@
4851
5422
  "UpdateDeploymentResponse" : {
4852
5423
  "type" : "structure",
4853
5424
  "members" : {
5425
+ "AutoDeployed" : {
5426
+ "shape" : "__boolean",
5427
+ "locationName" : "autoDeployed"
5428
+ },
4854
5429
  "CreatedDate" : {
4855
5430
  "shape" : "__timestampIso8601",
4856
5431
  "locationName" : "createdDate"
@@ -4957,6 +5532,10 @@
4957
5532
  "shape" : "PassthroughBehavior",
4958
5533
  "locationName" : "passthroughBehavior"
4959
5534
  },
5535
+ "PayloadFormatVersion" : {
5536
+ "shape" : "StringWithLengthBetween1And64",
5537
+ "locationName" : "payloadFormatVersion"
5538
+ },
4960
5539
  "RequestParameters" : {
4961
5540
  "shape" : "IntegrationParameters",
4962
5541
  "locationName" : "requestParameters"
@@ -5024,6 +5603,10 @@
5024
5603
  "shape" : "PassthroughBehavior",
5025
5604
  "locationName" : "passthroughBehavior"
5026
5605
  },
5606
+ "PayloadFormatVersion" : {
5607
+ "shape" : "StringWithLengthBetween1And64",
5608
+ "locationName" : "payloadFormatVersion"
5609
+ },
5027
5610
  "RequestParameters" : {
5028
5611
  "shape" : "IntegrationParameters",
5029
5612
  "locationName" : "requestParameters"
@@ -5046,6 +5629,10 @@
5046
5629
  "UpdateIntegrationResult" : {
5047
5630
  "type" : "structure",
5048
5631
  "members" : {
5632
+ "ApiGatewayManaged" : {
5633
+ "shape" : "__boolean",
5634
+ "locationName" : "apiGatewayManaged"
5635
+ },
5049
5636
  "ConnectionId" : {
5050
5637
  "shape" : "StringWithLengthBetween1And1024",
5051
5638
  "locationName" : "connectionId"
@@ -5090,6 +5677,10 @@
5090
5677
  "shape" : "PassthroughBehavior",
5091
5678
  "locationName" : "passthroughBehavior"
5092
5679
  },
5680
+ "PayloadFormatVersion" : {
5681
+ "shape" : "StringWithLengthBetween1And64",
5682
+ "locationName" : "payloadFormatVersion"
5683
+ },
5093
5684
  "RequestParameters" : {
5094
5685
  "shape" : "IntegrationParameters",
5095
5686
  "locationName" : "requestParameters"
@@ -5393,6 +5984,10 @@
5393
5984
  "UpdateRouteResult" : {
5394
5985
  "type" : "structure",
5395
5986
  "members" : {
5987
+ "ApiGatewayManaged" : {
5988
+ "shape" : "__boolean",
5989
+ "locationName" : "apiGatewayManaged"
5990
+ },
5396
5991
  "ApiKeyRequired" : {
5397
5992
  "shape" : "__boolean",
5398
5993
  "locationName" : "apiKeyRequired"
@@ -5533,6 +6128,10 @@
5533
6128
  "shape" : "AccessLogSettings",
5534
6129
  "locationName" : "accessLogSettings"
5535
6130
  },
6131
+ "AutoDeploy" : {
6132
+ "shape" : "__boolean",
6133
+ "locationName" : "autoDeploy"
6134
+ },
5536
6135
  "ClientCertificateId" : {
5537
6136
  "shape" : "Id",
5538
6137
  "locationName" : "clientCertificateId"
@@ -5571,6 +6170,10 @@
5571
6170
  "location" : "uri",
5572
6171
  "locationName" : "apiId"
5573
6172
  },
6173
+ "AutoDeploy" : {
6174
+ "shape" : "__boolean",
6175
+ "locationName" : "autoDeploy"
6176
+ },
5574
6177
  "ClientCertificateId" : {
5575
6178
  "shape" : "Id",
5576
6179
  "locationName" : "clientCertificateId"
@@ -5610,6 +6213,14 @@
5610
6213
  "shape" : "AccessLogSettings",
5611
6214
  "locationName" : "accessLogSettings"
5612
6215
  },
6216
+ "ApiGatewayManaged" : {
6217
+ "shape" : "__boolean",
6218
+ "locationName" : "apiGatewayManaged"
6219
+ },
6220
+ "AutoDeploy" : {
6221
+ "shape" : "__boolean",
6222
+ "locationName" : "autoDeploy"
6223
+ },
5613
6224
  "ClientCertificateId" : {
5614
6225
  "shape" : "Id",
5615
6226
  "locationName" : "clientCertificateId"
@@ -5630,6 +6241,10 @@
5630
6241
  "shape" : "StringWithLengthBetween0And1024",
5631
6242
  "locationName" : "description"
5632
6243
  },
6244
+ "LastDeploymentStatusMessage" : {
6245
+ "shape" : "__string",
6246
+ "locationName" : "lastDeploymentStatusMessage"
6247
+ },
5633
6248
  "LastUpdatedDate" : {
5634
6249
  "shape" : "__timestampIso8601",
5635
6250
  "locationName" : "lastUpdatedDate"
@@ -5742,15 +6357,6 @@
5742
6357
  "__string" : {
5743
6358
  "type" : "string"
5744
6359
  },
5745
- "__mapOf__string" : {
5746
- "type" : "map",
5747
- "key" : {
5748
- "shape" : "__string"
5749
- },
5750
- "value" : {
5751
- "shape" : "__string"
5752
- }
5753
- },
5754
6360
  "__timestampIso8601" : {
5755
6361
  "type" : "timestamp",
5756
6362
  "timestampFormat" : "iso8601"