cdk-docker-image-deployment 0.0.172 → 0.0.174
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.
- package/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +32 -1
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +3 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +3 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +209 -182
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +143 -116
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +328 -18
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +277 -88
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +24 -22
- package/node_modules/aws-sdk/clients/appflow.d.ts +4 -0
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +17 -17
- package/node_modules/aws-sdk/clients/ecs.d.ts +64 -39
- package/node_modules/aws-sdk/clients/grafana.d.ts +11 -11
- package/node_modules/aws-sdk/clients/guardduty.d.ts +34 -34
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +21 -9
- package/node_modules/aws-sdk/clients/location.d.ts +336 -55
- package/node_modules/aws-sdk/clients/macie2.d.ts +40 -40
- package/node_modules/aws-sdk/clients/opensearch.d.ts +223 -5
- package/node_modules/aws-sdk/clients/rum.d.ts +25 -11
- package/node_modules/aws-sdk/clients/ssm.d.ts +17 -17
- package/node_modules/aws-sdk/clients/wafv2.d.ts +49 -49
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +59 -45
- package/node_modules/aws-sdk/dist/aws-sdk.js +547 -204
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
- package/node_modules/aws-sdk/dist/xml2js.js +24 -17
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -702,6 +702,58 @@
|
|
|
702
702
|
},
|
|
703
703
|
"idempotent": true
|
|
704
704
|
},
|
|
705
|
+
"CreateKey": {
|
|
706
|
+
"http": {
|
|
707
|
+
"requestUri": "/metadata/v0/keys",
|
|
708
|
+
"responseCode": 200
|
|
709
|
+
},
|
|
710
|
+
"input": {
|
|
711
|
+
"type": "structure",
|
|
712
|
+
"required": [
|
|
713
|
+
"KeyName",
|
|
714
|
+
"Restrictions"
|
|
715
|
+
],
|
|
716
|
+
"members": {
|
|
717
|
+
"Description": {},
|
|
718
|
+
"ExpireTime": {
|
|
719
|
+
"shape": "St"
|
|
720
|
+
},
|
|
721
|
+
"KeyName": {},
|
|
722
|
+
"NoExpiry": {
|
|
723
|
+
"type": "boolean"
|
|
724
|
+
},
|
|
725
|
+
"Restrictions": {
|
|
726
|
+
"shape": "S36"
|
|
727
|
+
},
|
|
728
|
+
"Tags": {
|
|
729
|
+
"shape": "S31"
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"output": {
|
|
734
|
+
"type": "structure",
|
|
735
|
+
"required": [
|
|
736
|
+
"CreateTime",
|
|
737
|
+
"Key",
|
|
738
|
+
"KeyArn",
|
|
739
|
+
"KeyName"
|
|
740
|
+
],
|
|
741
|
+
"members": {
|
|
742
|
+
"CreateTime": {
|
|
743
|
+
"shape": "St"
|
|
744
|
+
},
|
|
745
|
+
"Key": {
|
|
746
|
+
"shape": "S3e"
|
|
747
|
+
},
|
|
748
|
+
"KeyArn": {},
|
|
749
|
+
"KeyName": {}
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
"endpoint": {
|
|
753
|
+
"hostPrefix": "metadata."
|
|
754
|
+
},
|
|
755
|
+
"idempotent": true
|
|
756
|
+
},
|
|
705
757
|
"CreateMap": {
|
|
706
758
|
"http": {
|
|
707
759
|
"requestUri": "/maps/v0/maps",
|
|
@@ -715,7 +767,7 @@
|
|
|
715
767
|
],
|
|
716
768
|
"members": {
|
|
717
769
|
"Configuration": {
|
|
718
|
-
"shape": "
|
|
770
|
+
"shape": "S3g"
|
|
719
771
|
},
|
|
720
772
|
"Description": {},
|
|
721
773
|
"MapName": {},
|
|
@@ -762,7 +814,7 @@
|
|
|
762
814
|
"members": {
|
|
763
815
|
"DataSource": {},
|
|
764
816
|
"DataSourceConfiguration": {
|
|
765
|
-
"shape": "
|
|
817
|
+
"shape": "S3k"
|
|
766
818
|
},
|
|
767
819
|
"Description": {},
|
|
768
820
|
"IndexName": {},
|
|
@@ -914,6 +966,33 @@
|
|
|
914
966
|
},
|
|
915
967
|
"idempotent": true
|
|
916
968
|
},
|
|
969
|
+
"DeleteKey": {
|
|
970
|
+
"http": {
|
|
971
|
+
"method": "DELETE",
|
|
972
|
+
"requestUri": "/metadata/v0/keys/{KeyName}",
|
|
973
|
+
"responseCode": 200
|
|
974
|
+
},
|
|
975
|
+
"input": {
|
|
976
|
+
"type": "structure",
|
|
977
|
+
"required": [
|
|
978
|
+
"KeyName"
|
|
979
|
+
],
|
|
980
|
+
"members": {
|
|
981
|
+
"KeyName": {
|
|
982
|
+
"location": "uri",
|
|
983
|
+
"locationName": "KeyName"
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
"output": {
|
|
988
|
+
"type": "structure",
|
|
989
|
+
"members": {}
|
|
990
|
+
},
|
|
991
|
+
"endpoint": {
|
|
992
|
+
"hostPrefix": "metadata."
|
|
993
|
+
},
|
|
994
|
+
"idempotent": true
|
|
995
|
+
},
|
|
917
996
|
"DeleteMap": {
|
|
918
997
|
"http": {
|
|
919
998
|
"method": "DELETE",
|
|
@@ -1077,6 +1156,63 @@
|
|
|
1077
1156
|
"hostPrefix": "geofencing."
|
|
1078
1157
|
}
|
|
1079
1158
|
},
|
|
1159
|
+
"DescribeKey": {
|
|
1160
|
+
"http": {
|
|
1161
|
+
"method": "GET",
|
|
1162
|
+
"requestUri": "/metadata/v0/keys/{KeyName}",
|
|
1163
|
+
"responseCode": 200
|
|
1164
|
+
},
|
|
1165
|
+
"input": {
|
|
1166
|
+
"type": "structure",
|
|
1167
|
+
"required": [
|
|
1168
|
+
"KeyName"
|
|
1169
|
+
],
|
|
1170
|
+
"members": {
|
|
1171
|
+
"KeyName": {
|
|
1172
|
+
"location": "uri",
|
|
1173
|
+
"locationName": "KeyName"
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
"output": {
|
|
1178
|
+
"type": "structure",
|
|
1179
|
+
"required": [
|
|
1180
|
+
"CreateTime",
|
|
1181
|
+
"ExpireTime",
|
|
1182
|
+
"Key",
|
|
1183
|
+
"KeyArn",
|
|
1184
|
+
"KeyName",
|
|
1185
|
+
"Restrictions",
|
|
1186
|
+
"UpdateTime"
|
|
1187
|
+
],
|
|
1188
|
+
"members": {
|
|
1189
|
+
"CreateTime": {
|
|
1190
|
+
"shape": "St"
|
|
1191
|
+
},
|
|
1192
|
+
"Description": {},
|
|
1193
|
+
"ExpireTime": {
|
|
1194
|
+
"shape": "St"
|
|
1195
|
+
},
|
|
1196
|
+
"Key": {
|
|
1197
|
+
"shape": "S3e"
|
|
1198
|
+
},
|
|
1199
|
+
"KeyArn": {},
|
|
1200
|
+
"KeyName": {},
|
|
1201
|
+
"Restrictions": {
|
|
1202
|
+
"shape": "S36"
|
|
1203
|
+
},
|
|
1204
|
+
"Tags": {
|
|
1205
|
+
"shape": "S31"
|
|
1206
|
+
},
|
|
1207
|
+
"UpdateTime": {
|
|
1208
|
+
"shape": "St"
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
"endpoint": {
|
|
1213
|
+
"hostPrefix": "metadata."
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1080
1216
|
"DescribeMap": {
|
|
1081
1217
|
"http": {
|
|
1082
1218
|
"method": "GET",
|
|
@@ -1108,7 +1244,7 @@
|
|
|
1108
1244
|
],
|
|
1109
1245
|
"members": {
|
|
1110
1246
|
"Configuration": {
|
|
1111
|
-
"shape": "
|
|
1247
|
+
"shape": "S3g"
|
|
1112
1248
|
},
|
|
1113
1249
|
"CreateTime": {
|
|
1114
1250
|
"shape": "St"
|
|
@@ -1168,7 +1304,7 @@
|
|
|
1168
1304
|
},
|
|
1169
1305
|
"DataSource": {},
|
|
1170
1306
|
"DataSourceConfiguration": {
|
|
1171
|
-
"shape": "
|
|
1307
|
+
"shape": "S3k"
|
|
1172
1308
|
},
|
|
1173
1309
|
"Description": {},
|
|
1174
1310
|
"IndexArn": {},
|
|
@@ -1501,6 +1637,11 @@
|
|
|
1501
1637
|
"location": "uri",
|
|
1502
1638
|
"locationName": "FontUnicodeRange"
|
|
1503
1639
|
},
|
|
1640
|
+
"Key": {
|
|
1641
|
+
"shape": "S3e",
|
|
1642
|
+
"location": "querystring",
|
|
1643
|
+
"locationName": "key"
|
|
1644
|
+
},
|
|
1504
1645
|
"MapName": {
|
|
1505
1646
|
"location": "uri",
|
|
1506
1647
|
"locationName": "MapName"
|
|
@@ -1513,6 +1654,10 @@
|
|
|
1513
1654
|
"Blob": {
|
|
1514
1655
|
"type": "blob"
|
|
1515
1656
|
},
|
|
1657
|
+
"CacheControl": {
|
|
1658
|
+
"location": "header",
|
|
1659
|
+
"locationName": "Cache-Control"
|
|
1660
|
+
},
|
|
1516
1661
|
"ContentType": {
|
|
1517
1662
|
"location": "header",
|
|
1518
1663
|
"locationName": "Content-Type"
|
|
@@ -1541,6 +1686,11 @@
|
|
|
1541
1686
|
"location": "uri",
|
|
1542
1687
|
"locationName": "FileName"
|
|
1543
1688
|
},
|
|
1689
|
+
"Key": {
|
|
1690
|
+
"shape": "S3e",
|
|
1691
|
+
"location": "querystring",
|
|
1692
|
+
"locationName": "key"
|
|
1693
|
+
},
|
|
1544
1694
|
"MapName": {
|
|
1545
1695
|
"location": "uri",
|
|
1546
1696
|
"locationName": "MapName"
|
|
@@ -1553,6 +1703,10 @@
|
|
|
1553
1703
|
"Blob": {
|
|
1554
1704
|
"type": "blob"
|
|
1555
1705
|
},
|
|
1706
|
+
"CacheControl": {
|
|
1707
|
+
"location": "header",
|
|
1708
|
+
"locationName": "Cache-Control"
|
|
1709
|
+
},
|
|
1556
1710
|
"ContentType": {
|
|
1557
1711
|
"location": "header",
|
|
1558
1712
|
"locationName": "Content-Type"
|
|
@@ -1576,6 +1730,11 @@
|
|
|
1576
1730
|
"MapName"
|
|
1577
1731
|
],
|
|
1578
1732
|
"members": {
|
|
1733
|
+
"Key": {
|
|
1734
|
+
"shape": "S3e",
|
|
1735
|
+
"location": "querystring",
|
|
1736
|
+
"locationName": "key"
|
|
1737
|
+
},
|
|
1579
1738
|
"MapName": {
|
|
1580
1739
|
"location": "uri",
|
|
1581
1740
|
"locationName": "MapName"
|
|
@@ -1588,6 +1747,10 @@
|
|
|
1588
1747
|
"Blob": {
|
|
1589
1748
|
"type": "blob"
|
|
1590
1749
|
},
|
|
1750
|
+
"CacheControl": {
|
|
1751
|
+
"location": "header",
|
|
1752
|
+
"locationName": "Cache-Control"
|
|
1753
|
+
},
|
|
1591
1754
|
"ContentType": {
|
|
1592
1755
|
"location": "header",
|
|
1593
1756
|
"locationName": "Content-Type"
|
|
@@ -1614,6 +1777,11 @@
|
|
|
1614
1777
|
"Z"
|
|
1615
1778
|
],
|
|
1616
1779
|
"members": {
|
|
1780
|
+
"Key": {
|
|
1781
|
+
"shape": "S3e",
|
|
1782
|
+
"location": "querystring",
|
|
1783
|
+
"locationName": "key"
|
|
1784
|
+
},
|
|
1617
1785
|
"MapName": {
|
|
1618
1786
|
"location": "uri",
|
|
1619
1787
|
"locationName": "MapName"
|
|
@@ -1638,6 +1806,10 @@
|
|
|
1638
1806
|
"Blob": {
|
|
1639
1807
|
"type": "blob"
|
|
1640
1808
|
},
|
|
1809
|
+
"CacheControl": {
|
|
1810
|
+
"location": "header",
|
|
1811
|
+
"locationName": "Cache-Control"
|
|
1812
|
+
},
|
|
1641
1813
|
"ContentType": {
|
|
1642
1814
|
"location": "header",
|
|
1643
1815
|
"locationName": "Content-Type"
|
|
@@ -1683,7 +1855,7 @@
|
|
|
1683
1855
|
],
|
|
1684
1856
|
"members": {
|
|
1685
1857
|
"Place": {
|
|
1686
|
-
"shape": "
|
|
1858
|
+
"shape": "S58"
|
|
1687
1859
|
}
|
|
1688
1860
|
}
|
|
1689
1861
|
},
|
|
@@ -1868,6 +2040,68 @@
|
|
|
1868
2040
|
"hostPrefix": "geofencing."
|
|
1869
2041
|
}
|
|
1870
2042
|
},
|
|
2043
|
+
"ListKeys": {
|
|
2044
|
+
"http": {
|
|
2045
|
+
"requestUri": "/metadata/v0/list-keys",
|
|
2046
|
+
"responseCode": 200
|
|
2047
|
+
},
|
|
2048
|
+
"input": {
|
|
2049
|
+
"type": "structure",
|
|
2050
|
+
"members": {
|
|
2051
|
+
"Filter": {
|
|
2052
|
+
"type": "structure",
|
|
2053
|
+
"members": {
|
|
2054
|
+
"KeyStatus": {}
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
"MaxResults": {
|
|
2058
|
+
"type": "integer"
|
|
2059
|
+
},
|
|
2060
|
+
"NextToken": {}
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
"output": {
|
|
2064
|
+
"type": "structure",
|
|
2065
|
+
"required": [
|
|
2066
|
+
"Entries"
|
|
2067
|
+
],
|
|
2068
|
+
"members": {
|
|
2069
|
+
"Entries": {
|
|
2070
|
+
"type": "list",
|
|
2071
|
+
"member": {
|
|
2072
|
+
"type": "structure",
|
|
2073
|
+
"required": [
|
|
2074
|
+
"CreateTime",
|
|
2075
|
+
"ExpireTime",
|
|
2076
|
+
"KeyName",
|
|
2077
|
+
"Restrictions",
|
|
2078
|
+
"UpdateTime"
|
|
2079
|
+
],
|
|
2080
|
+
"members": {
|
|
2081
|
+
"CreateTime": {
|
|
2082
|
+
"shape": "St"
|
|
2083
|
+
},
|
|
2084
|
+
"Description": {},
|
|
2085
|
+
"ExpireTime": {
|
|
2086
|
+
"shape": "St"
|
|
2087
|
+
},
|
|
2088
|
+
"KeyName": {},
|
|
2089
|
+
"Restrictions": {
|
|
2090
|
+
"shape": "S36"
|
|
2091
|
+
},
|
|
2092
|
+
"UpdateTime": {
|
|
2093
|
+
"shape": "St"
|
|
2094
|
+
}
|
|
2095
|
+
}
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2098
|
+
"NextToken": {}
|
|
2099
|
+
}
|
|
2100
|
+
},
|
|
2101
|
+
"endpoint": {
|
|
2102
|
+
"hostPrefix": "metadata."
|
|
2103
|
+
}
|
|
2104
|
+
},
|
|
1871
2105
|
"ListMaps": {
|
|
1872
2106
|
"http": {
|
|
1873
2107
|
"requestUri": "/maps/v0/list-maps",
|
|
@@ -2251,7 +2485,7 @@
|
|
|
2251
2485
|
"type": "double"
|
|
2252
2486
|
},
|
|
2253
2487
|
"Place": {
|
|
2254
|
-
"shape": "
|
|
2488
|
+
"shape": "S58"
|
|
2255
2489
|
},
|
|
2256
2490
|
"PlaceId": {}
|
|
2257
2491
|
}
|
|
@@ -2299,7 +2533,7 @@
|
|
|
2299
2533
|
"shape": "S2g"
|
|
2300
2534
|
},
|
|
2301
2535
|
"FilterCountries": {
|
|
2302
|
-
"shape": "
|
|
2536
|
+
"shape": "S6y"
|
|
2303
2537
|
},
|
|
2304
2538
|
"IndexName": {
|
|
2305
2539
|
"location": "uri",
|
|
@@ -2350,14 +2584,14 @@
|
|
|
2350
2584
|
"shape": "S2g"
|
|
2351
2585
|
},
|
|
2352
2586
|
"FilterCountries": {
|
|
2353
|
-
"shape": "
|
|
2587
|
+
"shape": "S6y"
|
|
2354
2588
|
},
|
|
2355
2589
|
"Language": {},
|
|
2356
2590
|
"MaxResults": {
|
|
2357
2591
|
"type": "integer"
|
|
2358
2592
|
},
|
|
2359
2593
|
"Text": {
|
|
2360
|
-
"shape": "
|
|
2594
|
+
"shape": "S76"
|
|
2361
2595
|
}
|
|
2362
2596
|
}
|
|
2363
2597
|
}
|
|
@@ -2386,7 +2620,7 @@
|
|
|
2386
2620
|
"shape": "S2g"
|
|
2387
2621
|
},
|
|
2388
2622
|
"FilterCountries": {
|
|
2389
|
-
"shape": "
|
|
2623
|
+
"shape": "S6y"
|
|
2390
2624
|
},
|
|
2391
2625
|
"IndexName": {
|
|
2392
2626
|
"location": "uri",
|
|
@@ -2421,7 +2655,7 @@
|
|
|
2421
2655
|
"type": "double"
|
|
2422
2656
|
},
|
|
2423
2657
|
"Place": {
|
|
2424
|
-
"shape": "
|
|
2658
|
+
"shape": "S58"
|
|
2425
2659
|
},
|
|
2426
2660
|
"PlaceId": {},
|
|
2427
2661
|
"Relevance": {
|
|
@@ -2445,7 +2679,7 @@
|
|
|
2445
2679
|
"shape": "S2g"
|
|
2446
2680
|
},
|
|
2447
2681
|
"FilterCountries": {
|
|
2448
|
-
"shape": "
|
|
2682
|
+
"shape": "S6y"
|
|
2449
2683
|
},
|
|
2450
2684
|
"Language": {},
|
|
2451
2685
|
"MaxResults": {
|
|
@@ -2455,7 +2689,7 @@
|
|
|
2455
2689
|
"shape": "S2g"
|
|
2456
2690
|
},
|
|
2457
2691
|
"Text": {
|
|
2458
|
-
"shape": "
|
|
2692
|
+
"shape": "S76"
|
|
2459
2693
|
}
|
|
2460
2694
|
}
|
|
2461
2695
|
}
|
|
@@ -2575,6 +2809,57 @@
|
|
|
2575
2809
|
},
|
|
2576
2810
|
"idempotent": true
|
|
2577
2811
|
},
|
|
2812
|
+
"UpdateKey": {
|
|
2813
|
+
"http": {
|
|
2814
|
+
"method": "PATCH",
|
|
2815
|
+
"requestUri": "/metadata/v0/keys/{KeyName}",
|
|
2816
|
+
"responseCode": 200
|
|
2817
|
+
},
|
|
2818
|
+
"input": {
|
|
2819
|
+
"type": "structure",
|
|
2820
|
+
"required": [
|
|
2821
|
+
"KeyName"
|
|
2822
|
+
],
|
|
2823
|
+
"members": {
|
|
2824
|
+
"Description": {},
|
|
2825
|
+
"ExpireTime": {
|
|
2826
|
+
"shape": "St"
|
|
2827
|
+
},
|
|
2828
|
+
"ForceUpdate": {
|
|
2829
|
+
"type": "boolean"
|
|
2830
|
+
},
|
|
2831
|
+
"KeyName": {
|
|
2832
|
+
"location": "uri",
|
|
2833
|
+
"locationName": "KeyName"
|
|
2834
|
+
},
|
|
2835
|
+
"NoExpiry": {
|
|
2836
|
+
"type": "boolean"
|
|
2837
|
+
},
|
|
2838
|
+
"Restrictions": {
|
|
2839
|
+
"shape": "S36"
|
|
2840
|
+
}
|
|
2841
|
+
}
|
|
2842
|
+
},
|
|
2843
|
+
"output": {
|
|
2844
|
+
"type": "structure",
|
|
2845
|
+
"required": [
|
|
2846
|
+
"KeyArn",
|
|
2847
|
+
"KeyName",
|
|
2848
|
+
"UpdateTime"
|
|
2849
|
+
],
|
|
2850
|
+
"members": {
|
|
2851
|
+
"KeyArn": {},
|
|
2852
|
+
"KeyName": {},
|
|
2853
|
+
"UpdateTime": {
|
|
2854
|
+
"shape": "St"
|
|
2855
|
+
}
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
"endpoint": {
|
|
2859
|
+
"hostPrefix": "metadata."
|
|
2860
|
+
},
|
|
2861
|
+
"idempotent": true
|
|
2862
|
+
},
|
|
2578
2863
|
"UpdateMap": {
|
|
2579
2864
|
"http": {
|
|
2580
2865
|
"method": "PATCH",
|
|
@@ -2631,7 +2916,7 @@
|
|
|
2631
2916
|
],
|
|
2632
2917
|
"members": {
|
|
2633
2918
|
"DataSourceConfiguration": {
|
|
2634
|
-
"shape": "
|
|
2919
|
+
"shape": "S3k"
|
|
2635
2920
|
},
|
|
2636
2921
|
"Description": {},
|
|
2637
2922
|
"IndexName": {
|
|
@@ -2933,6 +3218,31 @@
|
|
|
2933
3218
|
"value": {}
|
|
2934
3219
|
},
|
|
2935
3220
|
"S36": {
|
|
3221
|
+
"type": "structure",
|
|
3222
|
+
"required": [
|
|
3223
|
+
"AllowActions",
|
|
3224
|
+
"AllowResources"
|
|
3225
|
+
],
|
|
3226
|
+
"members": {
|
|
3227
|
+
"AllowActions": {
|
|
3228
|
+
"type": "list",
|
|
3229
|
+
"member": {}
|
|
3230
|
+
},
|
|
3231
|
+
"AllowReferers": {
|
|
3232
|
+
"type": "list",
|
|
3233
|
+
"member": {}
|
|
3234
|
+
},
|
|
3235
|
+
"AllowResources": {
|
|
3236
|
+
"type": "list",
|
|
3237
|
+
"member": {}
|
|
3238
|
+
}
|
|
3239
|
+
}
|
|
3240
|
+
},
|
|
3241
|
+
"S3e": {
|
|
3242
|
+
"type": "string",
|
|
3243
|
+
"sensitive": true
|
|
3244
|
+
},
|
|
3245
|
+
"S3g": {
|
|
2936
3246
|
"type": "structure",
|
|
2937
3247
|
"required": [
|
|
2938
3248
|
"Style"
|
|
@@ -2941,13 +3251,13 @@
|
|
|
2941
3251
|
"Style": {}
|
|
2942
3252
|
}
|
|
2943
3253
|
},
|
|
2944
|
-
"
|
|
3254
|
+
"S3k": {
|
|
2945
3255
|
"type": "structure",
|
|
2946
3256
|
"members": {
|
|
2947
3257
|
"IntendedUse": {}
|
|
2948
3258
|
}
|
|
2949
3259
|
},
|
|
2950
|
-
"
|
|
3260
|
+
"S58": {
|
|
2951
3261
|
"type": "structure",
|
|
2952
3262
|
"required": [
|
|
2953
3263
|
"Geometry"
|
|
@@ -2989,11 +3299,11 @@
|
|
|
2989
3299
|
"UnitType": {}
|
|
2990
3300
|
}
|
|
2991
3301
|
},
|
|
2992
|
-
"
|
|
3302
|
+
"S6y": {
|
|
2993
3303
|
"type": "list",
|
|
2994
3304
|
"member": {}
|
|
2995
3305
|
},
|
|
2996
|
-
"
|
|
3306
|
+
"S76": {
|
|
2997
3307
|
"type": "string",
|
|
2998
3308
|
"sensitive": true
|
|
2999
3309
|
}
|
|
@@ -24,6 +24,12 @@
|
|
|
24
24
|
"limit_key": "MaxResults",
|
|
25
25
|
"result_key": "Entries"
|
|
26
26
|
},
|
|
27
|
+
"ListKeys": {
|
|
28
|
+
"input_token": "NextToken",
|
|
29
|
+
"output_token": "NextToken",
|
|
30
|
+
"limit_key": "MaxResults",
|
|
31
|
+
"result_key": "Entries"
|
|
32
|
+
},
|
|
27
33
|
"ListMaps": {
|
|
28
34
|
"input_token": "NextToken",
|
|
29
35
|
"output_token": "NextToken",
|