aws-sdk 2.1108.0 → 2.1111.0

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.
@@ -81,7 +81,8 @@
81
81
  "locationName": "Qualifier"
82
82
  },
83
83
  "RevisionId": {},
84
- "PrincipalOrgID": {}
84
+ "PrincipalOrgID": {},
85
+ "FunctionUrlAuthType": {}
85
86
  }
86
87
  },
87
88
  "output": {
@@ -112,12 +113,12 @@
112
113
  "FunctionVersion": {},
113
114
  "Description": {},
114
115
  "RoutingConfig": {
115
- "shape": "So"
116
+ "shape": "Sp"
116
117
  }
117
118
  }
118
119
  },
119
120
  "output": {
120
- "shape": "Ss"
121
+ "shape": "St"
121
122
  }
122
123
  },
123
124
  "CreateCodeSigningConfig": {
@@ -133,10 +134,10 @@
133
134
  "members": {
134
135
  "Description": {},
135
136
  "AllowedPublishers": {
136
- "shape": "Sv"
137
+ "shape": "Sw"
137
138
  },
138
139
  "CodeSigningPolicies": {
139
- "shape": "Sx"
140
+ "shape": "Sy"
140
141
  }
141
142
  }
142
143
  },
@@ -147,7 +148,7 @@
147
148
  ],
148
149
  "members": {
149
150
  "CodeSigningConfig": {
150
- "shape": "S10"
151
+ "shape": "S11"
151
152
  }
152
153
  }
153
154
  }
@@ -172,7 +173,7 @@
172
173
  "type": "integer"
173
174
  },
174
175
  "FilterCriteria": {
175
- "shape": "S17"
176
+ "shape": "S18"
176
177
  },
177
178
  "MaximumBatchingWindowInSeconds": {
178
179
  "type": "integer"
@@ -185,7 +186,7 @@
185
186
  "type": "timestamp"
186
187
  },
187
188
  "DestinationConfig": {
188
- "shape": "S1f"
189
+ "shape": "S1g"
189
190
  },
190
191
  "MaximumRecordAgeInSeconds": {
191
192
  "type": "integer"
@@ -200,24 +201,24 @@
200
201
  "type": "integer"
201
202
  },
202
203
  "Topics": {
203
- "shape": "S1n"
204
+ "shape": "S1o"
204
205
  },
205
206
  "Queues": {
206
- "shape": "S1p"
207
+ "shape": "S1q"
207
208
  },
208
209
  "SourceAccessConfigurations": {
209
- "shape": "S1r"
210
+ "shape": "S1s"
210
211
  },
211
212
  "SelfManagedEventSource": {
212
- "shape": "S1v"
213
+ "shape": "S1w"
213
214
  },
214
215
  "FunctionResponseTypes": {
215
- "shape": "S20"
216
+ "shape": "S21"
216
217
  }
217
218
  }
218
219
  },
219
220
  "output": {
220
- "shape": "S22"
221
+ "shape": "S23"
221
222
  }
222
223
  },
223
224
  "CreateFunction": {
@@ -241,7 +242,7 @@
241
242
  "type": "structure",
242
243
  "members": {
243
244
  "ZipFile": {
244
- "shape": "S28"
245
+ "shape": "S29"
245
246
  },
246
247
  "S3Bucket": {},
247
248
  "S3Key": {},
@@ -260,42 +261,87 @@
260
261
  "type": "boolean"
261
262
  },
262
263
  "VpcConfig": {
263
- "shape": "S2f"
264
+ "shape": "S2g"
264
265
  },
265
266
  "PackageType": {},
266
267
  "DeadLetterConfig": {
267
- "shape": "S2l"
268
+ "shape": "S2m"
268
269
  },
269
270
  "Environment": {
270
- "shape": "S2n"
271
+ "shape": "S2o"
271
272
  },
272
273
  "KMSKeyArn": {},
273
274
  "TracingConfig": {
274
- "shape": "S2s"
275
+ "shape": "S2t"
275
276
  },
276
277
  "Tags": {
277
- "shape": "S2u"
278
+ "shape": "S2v"
278
279
  },
279
280
  "Layers": {
280
- "shape": "S2x"
281
+ "shape": "S2y"
281
282
  },
282
283
  "FileSystemConfigs": {
283
- "shape": "S2z"
284
+ "shape": "S30"
284
285
  },
285
286
  "ImageConfig": {
286
- "shape": "S33"
287
+ "shape": "S34"
287
288
  },
288
289
  "CodeSigningConfigArn": {},
289
290
  "Architectures": {
290
- "shape": "S36"
291
+ "shape": "S37"
291
292
  },
292
293
  "EphemeralStorage": {
293
- "shape": "S38"
294
+ "shape": "S39"
294
295
  }
295
296
  }
296
297
  },
297
298
  "output": {
298
- "shape": "S3a"
299
+ "shape": "S3b"
300
+ }
301
+ },
302
+ "CreateFunctionUrlConfig": {
303
+ "http": {
304
+ "requestUri": "/2021-10-31/functions/{FunctionName}/url",
305
+ "responseCode": 201
306
+ },
307
+ "input": {
308
+ "type": "structure",
309
+ "required": [
310
+ "FunctionName",
311
+ "AuthType"
312
+ ],
313
+ "members": {
314
+ "FunctionName": {
315
+ "location": "uri",
316
+ "locationName": "FunctionName"
317
+ },
318
+ "Qualifier": {
319
+ "location": "querystring",
320
+ "locationName": "Qualifier"
321
+ },
322
+ "AuthType": {},
323
+ "Cors": {
324
+ "shape": "S3x"
325
+ }
326
+ }
327
+ },
328
+ "output": {
329
+ "type": "structure",
330
+ "required": [
331
+ "FunctionUrl",
332
+ "FunctionArn",
333
+ "AuthType",
334
+ "CreationTime"
335
+ ],
336
+ "members": {
337
+ "FunctionUrl": {},
338
+ "FunctionArn": {},
339
+ "AuthType": {},
340
+ "Cors": {
341
+ "shape": "S3x"
342
+ },
343
+ "CreationTime": {}
344
+ }
299
345
  }
300
346
  },
301
347
  "DeleteAlias": {
@@ -364,7 +410,7 @@
364
410
  }
365
411
  },
366
412
  "output": {
367
- "shape": "S22"
413
+ "shape": "S23"
368
414
  }
369
415
  },
370
416
  "DeleteFunction": {
@@ -451,6 +497,29 @@
451
497
  }
452
498
  }
453
499
  },
500
+ "DeleteFunctionUrlConfig": {
501
+ "http": {
502
+ "method": "DELETE",
503
+ "requestUri": "/2021-10-31/functions/{FunctionName}/url",
504
+ "responseCode": 204
505
+ },
506
+ "input": {
507
+ "type": "structure",
508
+ "required": [
509
+ "FunctionName"
510
+ ],
511
+ "members": {
512
+ "FunctionName": {
513
+ "location": "uri",
514
+ "locationName": "FunctionName"
515
+ },
516
+ "Qualifier": {
517
+ "location": "querystring",
518
+ "locationName": "Qualifier"
519
+ }
520
+ }
521
+ }
522
+ },
454
523
  "DeleteLayerVersion": {
455
524
  "http": {
456
525
  "method": "DELETE",
@@ -571,7 +640,7 @@
571
640
  }
572
641
  },
573
642
  "output": {
574
- "shape": "Ss"
643
+ "shape": "St"
575
644
  }
576
645
  },
577
646
  "GetCodeSigningConfig": {
@@ -599,7 +668,7 @@
599
668
  ],
600
669
  "members": {
601
670
  "CodeSigningConfig": {
602
- "shape": "S10"
671
+ "shape": "S11"
603
672
  }
604
673
  }
605
674
  }
@@ -623,7 +692,7 @@
623
692
  }
624
693
  },
625
694
  "output": {
626
- "shape": "S22"
695
+ "shape": "S23"
627
696
  }
628
697
  },
629
698
  "GetFunction": {
@@ -652,7 +721,7 @@
652
721
  "type": "structure",
653
722
  "members": {
654
723
  "Configuration": {
655
- "shape": "S3a"
724
+ "shape": "S3b"
656
725
  },
657
726
  "Code": {
658
727
  "type": "structure",
@@ -664,10 +733,10 @@
664
733
  }
665
734
  },
666
735
  "Tags": {
667
- "shape": "S2u"
736
+ "shape": "S2v"
668
737
  },
669
738
  "Concurrency": {
670
- "shape": "S4h"
739
+ "shape": "S4w"
671
740
  }
672
741
  }
673
742
  }
@@ -752,7 +821,7 @@
752
821
  }
753
822
  },
754
823
  "output": {
755
- "shape": "S3a"
824
+ "shape": "S3b"
756
825
  }
757
826
  },
758
827
  "GetFunctionEventInvokeConfig": {
@@ -778,7 +847,50 @@
778
847
  }
779
848
  },
780
849
  "output": {
781
- "shape": "S4p"
850
+ "shape": "S54"
851
+ }
852
+ },
853
+ "GetFunctionUrlConfig": {
854
+ "http": {
855
+ "method": "GET",
856
+ "requestUri": "/2021-10-31/functions/{FunctionName}/url",
857
+ "responseCode": 200
858
+ },
859
+ "input": {
860
+ "type": "structure",
861
+ "required": [
862
+ "FunctionName"
863
+ ],
864
+ "members": {
865
+ "FunctionName": {
866
+ "location": "uri",
867
+ "locationName": "FunctionName"
868
+ },
869
+ "Qualifier": {
870
+ "location": "querystring",
871
+ "locationName": "Qualifier"
872
+ }
873
+ }
874
+ },
875
+ "output": {
876
+ "type": "structure",
877
+ "required": [
878
+ "FunctionUrl",
879
+ "FunctionArn",
880
+ "AuthType",
881
+ "CreationTime",
882
+ "LastModifiedTime"
883
+ ],
884
+ "members": {
885
+ "FunctionUrl": {},
886
+ "FunctionArn": {},
887
+ "AuthType": {},
888
+ "Cors": {
889
+ "shape": "S3x"
890
+ },
891
+ "CreationTime": {},
892
+ "LastModifiedTime": {}
893
+ }
782
894
  }
783
895
  },
784
896
  "GetLayerVersion": {
@@ -806,7 +918,7 @@
806
918
  }
807
919
  },
808
920
  "output": {
809
- "shape": "S4t"
921
+ "shape": "S5a"
810
922
  }
811
923
  },
812
924
  "GetLayerVersionByArn": {
@@ -828,7 +940,7 @@
828
940
  }
829
941
  },
830
942
  "output": {
831
- "shape": "S4t"
943
+ "shape": "S5a"
832
944
  }
833
945
  },
834
946
  "GetLayerVersionPolicy": {
@@ -961,7 +1073,7 @@
961
1073
  "locationName": "X-Amz-Client-Context"
962
1074
  },
963
1075
  "Payload": {
964
- "shape": "S28"
1076
+ "shape": "S29"
965
1077
  },
966
1078
  "Qualifier": {
967
1079
  "location": "querystring",
@@ -986,7 +1098,7 @@
986
1098
  "locationName": "X-Amz-Log-Result"
987
1099
  },
988
1100
  "Payload": {
989
- "shape": "S28"
1101
+ "shape": "S29"
990
1102
  },
991
1103
  "ExecutedVersion": {
992
1104
  "location": "header",
@@ -1070,7 +1182,7 @@
1070
1182
  "Aliases": {
1071
1183
  "type": "list",
1072
1184
  "member": {
1073
- "shape": "Ss"
1185
+ "shape": "St"
1074
1186
  }
1075
1187
  }
1076
1188
  }
@@ -1103,7 +1215,7 @@
1103
1215
  "CodeSigningConfigs": {
1104
1216
  "type": "list",
1105
1217
  "member": {
1106
- "shape": "S10"
1218
+ "shape": "S11"
1107
1219
  }
1108
1220
  }
1109
1221
  }
@@ -1144,7 +1256,7 @@
1144
1256
  "EventSourceMappings": {
1145
1257
  "type": "list",
1146
1258
  "member": {
1147
- "shape": "S22"
1259
+ "shape": "S23"
1148
1260
  }
1149
1261
  }
1150
1262
  }
@@ -1183,7 +1295,67 @@
1183
1295
  "FunctionEventInvokeConfigs": {
1184
1296
  "type": "list",
1185
1297
  "member": {
1186
- "shape": "S4p"
1298
+ "shape": "S54"
1299
+ }
1300
+ },
1301
+ "NextMarker": {}
1302
+ }
1303
+ }
1304
+ },
1305
+ "ListFunctionUrlConfigs": {
1306
+ "http": {
1307
+ "method": "GET",
1308
+ "requestUri": "/2021-10-31/functions/{FunctionName}/urls",
1309
+ "responseCode": 200
1310
+ },
1311
+ "input": {
1312
+ "type": "structure",
1313
+ "required": [
1314
+ "FunctionName"
1315
+ ],
1316
+ "members": {
1317
+ "FunctionName": {
1318
+ "location": "uri",
1319
+ "locationName": "FunctionName"
1320
+ },
1321
+ "Marker": {
1322
+ "location": "querystring",
1323
+ "locationName": "Marker"
1324
+ },
1325
+ "MaxItems": {
1326
+ "location": "querystring",
1327
+ "locationName": "MaxItems",
1328
+ "type": "integer"
1329
+ }
1330
+ }
1331
+ },
1332
+ "output": {
1333
+ "type": "structure",
1334
+ "required": [
1335
+ "FunctionUrlConfigs"
1336
+ ],
1337
+ "members": {
1338
+ "FunctionUrlConfigs": {
1339
+ "type": "list",
1340
+ "member": {
1341
+ "type": "structure",
1342
+ "required": [
1343
+ "FunctionUrl",
1344
+ "FunctionArn",
1345
+ "CreationTime",
1346
+ "LastModifiedTime",
1347
+ "AuthType"
1348
+ ],
1349
+ "members": {
1350
+ "FunctionUrl": {},
1351
+ "FunctionArn": {},
1352
+ "CreationTime": {},
1353
+ "LastModifiedTime": {},
1354
+ "Cors": {
1355
+ "shape": "S3x"
1356
+ },
1357
+ "AuthType": {}
1358
+ }
1187
1359
  }
1188
1360
  },
1189
1361
  "NextMarker": {}
@@ -1223,7 +1395,7 @@
1223
1395
  "members": {
1224
1396
  "NextMarker": {},
1225
1397
  "Functions": {
1226
- "shape": "S5z"
1398
+ "shape": "S6l"
1227
1399
  }
1228
1400
  }
1229
1401
  }
@@ -1308,7 +1480,7 @@
1308
1480
  "LayerVersions": {
1309
1481
  "type": "list",
1310
1482
  "member": {
1311
- "shape": "S67"
1483
+ "shape": "S6t"
1312
1484
  }
1313
1485
  }
1314
1486
  }
@@ -1354,7 +1526,7 @@
1354
1526
  "LayerName": {},
1355
1527
  "LayerArn": {},
1356
1528
  "LatestMatchingVersion": {
1357
- "shape": "S67"
1529
+ "shape": "S6t"
1358
1530
  }
1359
1531
  }
1360
1532
  }
@@ -1438,7 +1610,7 @@
1438
1610
  "type": "structure",
1439
1611
  "members": {
1440
1612
  "Tags": {
1441
- "shape": "S2u"
1613
+ "shape": "S2v"
1442
1614
  }
1443
1615
  }
1444
1616
  }
@@ -1475,7 +1647,7 @@
1475
1647
  "members": {
1476
1648
  "NextMarker": {},
1477
1649
  "Versions": {
1478
- "shape": "S5z"
1650
+ "shape": "S6l"
1479
1651
  }
1480
1652
  }
1481
1653
  }
@@ -1504,16 +1676,16 @@
1504
1676
  "S3Key": {},
1505
1677
  "S3ObjectVersion": {},
1506
1678
  "ZipFile": {
1507
- "shape": "S28"
1679
+ "shape": "S29"
1508
1680
  }
1509
1681
  }
1510
1682
  },
1511
1683
  "CompatibleRuntimes": {
1512
- "shape": "S4w"
1684
+ "shape": "S5d"
1513
1685
  },
1514
1686
  "LicenseInfo": {},
1515
1687
  "CompatibleArchitectures": {
1516
- "shape": "S4y"
1688
+ "shape": "S5f"
1517
1689
  }
1518
1690
  }
1519
1691
  },
@@ -1521,7 +1693,7 @@
1521
1693
  "type": "structure",
1522
1694
  "members": {
1523
1695
  "Content": {
1524
- "shape": "S4u"
1696
+ "shape": "S5b"
1525
1697
  },
1526
1698
  "LayerArn": {},
1527
1699
  "LayerVersionArn": {},
@@ -1531,11 +1703,11 @@
1531
1703
  "type": "long"
1532
1704
  },
1533
1705
  "CompatibleRuntimes": {
1534
- "shape": "S4w"
1706
+ "shape": "S5d"
1535
1707
  },
1536
1708
  "LicenseInfo": {},
1537
1709
  "CompatibleArchitectures": {
1538
- "shape": "S4y"
1710
+ "shape": "S5f"
1539
1711
  }
1540
1712
  }
1541
1713
  }
@@ -1561,7 +1733,7 @@
1561
1733
  }
1562
1734
  },
1563
1735
  "output": {
1564
- "shape": "S3a"
1736
+ "shape": "S3b"
1565
1737
  }
1566
1738
  },
1567
1739
  "PutFunctionCodeSigningConfig": {
@@ -1619,7 +1791,7 @@
1619
1791
  }
1620
1792
  },
1621
1793
  "output": {
1622
- "shape": "S4h"
1794
+ "shape": "S4w"
1623
1795
  }
1624
1796
  },
1625
1797
  "PutFunctionEventInvokeConfig": {
@@ -1649,12 +1821,12 @@
1649
1821
  "type": "integer"
1650
1822
  },
1651
1823
  "DestinationConfig": {
1652
- "shape": "S1f"
1824
+ "shape": "S1g"
1653
1825
  }
1654
1826
  }
1655
1827
  },
1656
1828
  "output": {
1657
- "shape": "S4p"
1829
+ "shape": "S54"
1658
1830
  }
1659
1831
  },
1660
1832
  "PutProvisionedConcurrencyConfig": {
@@ -1785,7 +1957,7 @@
1785
1957
  "locationName": "ARN"
1786
1958
  },
1787
1959
  "Tags": {
1788
- "shape": "S2u"
1960
+ "shape": "S2v"
1789
1961
  }
1790
1962
  }
1791
1963
  }
@@ -1840,13 +2012,13 @@
1840
2012
  "FunctionVersion": {},
1841
2013
  "Description": {},
1842
2014
  "RoutingConfig": {
1843
- "shape": "So"
2015
+ "shape": "Sp"
1844
2016
  },
1845
2017
  "RevisionId": {}
1846
2018
  }
1847
2019
  },
1848
2020
  "output": {
1849
- "shape": "Ss"
2021
+ "shape": "St"
1850
2022
  }
1851
2023
  },
1852
2024
  "UpdateCodeSigningConfig": {
@@ -1867,10 +2039,10 @@
1867
2039
  },
1868
2040
  "Description": {},
1869
2041
  "AllowedPublishers": {
1870
- "shape": "Sv"
2042
+ "shape": "Sw"
1871
2043
  },
1872
2044
  "CodeSigningPolicies": {
1873
- "shape": "Sx"
2045
+ "shape": "Sy"
1874
2046
  }
1875
2047
  }
1876
2048
  },
@@ -1881,7 +2053,7 @@
1881
2053
  ],
1882
2054
  "members": {
1883
2055
  "CodeSigningConfig": {
1884
- "shape": "S10"
2056
+ "shape": "S11"
1885
2057
  }
1886
2058
  }
1887
2059
  }
@@ -1910,13 +2082,13 @@
1910
2082
  "type": "integer"
1911
2083
  },
1912
2084
  "FilterCriteria": {
1913
- "shape": "S17"
2085
+ "shape": "S18"
1914
2086
  },
1915
2087
  "MaximumBatchingWindowInSeconds": {
1916
2088
  "type": "integer"
1917
2089
  },
1918
2090
  "DestinationConfig": {
1919
- "shape": "S1f"
2091
+ "shape": "S1g"
1920
2092
  },
1921
2093
  "MaximumRecordAgeInSeconds": {
1922
2094
  "type": "integer"
@@ -1931,18 +2103,18 @@
1931
2103
  "type": "integer"
1932
2104
  },
1933
2105
  "SourceAccessConfigurations": {
1934
- "shape": "S1r"
2106
+ "shape": "S1s"
1935
2107
  },
1936
2108
  "TumblingWindowInSeconds": {
1937
2109
  "type": "integer"
1938
2110
  },
1939
2111
  "FunctionResponseTypes": {
1940
- "shape": "S20"
2112
+ "shape": "S21"
1941
2113
  }
1942
2114
  }
1943
2115
  },
1944
2116
  "output": {
1945
- "shape": "S22"
2117
+ "shape": "S23"
1946
2118
  }
1947
2119
  },
1948
2120
  "UpdateFunctionCode": {
@@ -1962,7 +2134,7 @@
1962
2134
  "locationName": "FunctionName"
1963
2135
  },
1964
2136
  "ZipFile": {
1965
- "shape": "S28"
2137
+ "shape": "S29"
1966
2138
  },
1967
2139
  "S3Bucket": {},
1968
2140
  "S3Key": {},
@@ -1976,12 +2148,12 @@
1976
2148
  },
1977
2149
  "RevisionId": {},
1978
2150
  "Architectures": {
1979
- "shape": "S36"
2151
+ "shape": "S37"
1980
2152
  }
1981
2153
  }
1982
2154
  },
1983
2155
  "output": {
1984
- "shape": "S3a"
2156
+ "shape": "S3b"
1985
2157
  }
1986
2158
  },
1987
2159
  "UpdateFunctionConfiguration": {
@@ -2010,36 +2182,36 @@
2010
2182
  "type": "integer"
2011
2183
  },
2012
2184
  "VpcConfig": {
2013
- "shape": "S2f"
2185
+ "shape": "S2g"
2014
2186
  },
2015
2187
  "Environment": {
2016
- "shape": "S2n"
2188
+ "shape": "S2o"
2017
2189
  },
2018
2190
  "Runtime": {},
2019
2191
  "DeadLetterConfig": {
2020
- "shape": "S2l"
2192
+ "shape": "S2m"
2021
2193
  },
2022
2194
  "KMSKeyArn": {},
2023
2195
  "TracingConfig": {
2024
- "shape": "S2s"
2196
+ "shape": "S2t"
2025
2197
  },
2026
2198
  "RevisionId": {},
2027
2199
  "Layers": {
2028
- "shape": "S2x"
2200
+ "shape": "S2y"
2029
2201
  },
2030
2202
  "FileSystemConfigs": {
2031
- "shape": "S2z"
2203
+ "shape": "S30"
2032
2204
  },
2033
2205
  "ImageConfig": {
2034
- "shape": "S33"
2206
+ "shape": "S34"
2035
2207
  },
2036
2208
  "EphemeralStorage": {
2037
- "shape": "S38"
2209
+ "shape": "S39"
2038
2210
  }
2039
2211
  }
2040
2212
  },
2041
2213
  "output": {
2042
- "shape": "S3a"
2214
+ "shape": "S3b"
2043
2215
  }
2044
2216
  },
2045
2217
  "UpdateFunctionEventInvokeConfig": {
@@ -2068,17 +2240,64 @@
2068
2240
  "type": "integer"
2069
2241
  },
2070
2242
  "DestinationConfig": {
2071
- "shape": "S1f"
2243
+ "shape": "S1g"
2072
2244
  }
2073
2245
  }
2074
2246
  },
2075
2247
  "output": {
2076
- "shape": "S4p"
2248
+ "shape": "S54"
2249
+ }
2250
+ },
2251
+ "UpdateFunctionUrlConfig": {
2252
+ "http": {
2253
+ "method": "PUT",
2254
+ "requestUri": "/2021-10-31/functions/{FunctionName}/url",
2255
+ "responseCode": 200
2256
+ },
2257
+ "input": {
2258
+ "type": "structure",
2259
+ "required": [
2260
+ "FunctionName"
2261
+ ],
2262
+ "members": {
2263
+ "FunctionName": {
2264
+ "location": "uri",
2265
+ "locationName": "FunctionName"
2266
+ },
2267
+ "Qualifier": {
2268
+ "location": "querystring",
2269
+ "locationName": "Qualifier"
2270
+ },
2271
+ "AuthType": {},
2272
+ "Cors": {
2273
+ "shape": "S3x"
2274
+ }
2275
+ }
2276
+ },
2277
+ "output": {
2278
+ "type": "structure",
2279
+ "required": [
2280
+ "FunctionUrl",
2281
+ "FunctionArn",
2282
+ "AuthType",
2283
+ "CreationTime",
2284
+ "LastModifiedTime"
2285
+ ],
2286
+ "members": {
2287
+ "FunctionUrl": {},
2288
+ "FunctionArn": {},
2289
+ "AuthType": {},
2290
+ "Cors": {
2291
+ "shape": "S3x"
2292
+ },
2293
+ "CreationTime": {},
2294
+ "LastModifiedTime": {}
2295
+ }
2077
2296
  }
2078
2297
  }
2079
2298
  },
2080
2299
  "shapes": {
2081
- "So": {
2300
+ "Sp": {
2082
2301
  "type": "structure",
2083
2302
  "members": {
2084
2303
  "AdditionalVersionWeights": {
@@ -2090,7 +2309,7 @@
2090
2309
  }
2091
2310
  }
2092
2311
  },
2093
- "Ss": {
2312
+ "St": {
2094
2313
  "type": "structure",
2095
2314
  "members": {
2096
2315
  "AliasArn": {},
@@ -2098,12 +2317,12 @@
2098
2317
  "FunctionVersion": {},
2099
2318
  "Description": {},
2100
2319
  "RoutingConfig": {
2101
- "shape": "So"
2320
+ "shape": "Sp"
2102
2321
  },
2103
2322
  "RevisionId": {}
2104
2323
  }
2105
2324
  },
2106
- "Sv": {
2325
+ "Sw": {
2107
2326
  "type": "structure",
2108
2327
  "required": [
2109
2328
  "SigningProfileVersionArns"
@@ -2115,13 +2334,13 @@
2115
2334
  }
2116
2335
  }
2117
2336
  },
2118
- "Sx": {
2337
+ "Sy": {
2119
2338
  "type": "structure",
2120
2339
  "members": {
2121
2340
  "UntrustedArtifactOnDeployment": {}
2122
2341
  }
2123
2342
  },
2124
- "S10": {
2343
+ "S11": {
2125
2344
  "type": "structure",
2126
2345
  "required": [
2127
2346
  "CodeSigningConfigId",
@@ -2135,15 +2354,15 @@
2135
2354
  "CodeSigningConfigArn": {},
2136
2355
  "Description": {},
2137
2356
  "AllowedPublishers": {
2138
- "shape": "Sv"
2357
+ "shape": "Sw"
2139
2358
  },
2140
2359
  "CodeSigningPolicies": {
2141
- "shape": "Sx"
2360
+ "shape": "Sy"
2142
2361
  },
2143
2362
  "LastModified": {}
2144
2363
  }
2145
2364
  },
2146
- "S17": {
2365
+ "S18": {
2147
2366
  "type": "structure",
2148
2367
  "members": {
2149
2368
  "Filters": {
@@ -2157,7 +2376,7 @@
2157
2376
  }
2158
2377
  }
2159
2378
  },
2160
- "S1f": {
2379
+ "S1g": {
2161
2380
  "type": "structure",
2162
2381
  "members": {
2163
2382
  "OnSuccess": {
@@ -2174,15 +2393,15 @@
2174
2393
  }
2175
2394
  }
2176
2395
  },
2177
- "S1n": {
2396
+ "S1o": {
2178
2397
  "type": "list",
2179
2398
  "member": {}
2180
2399
  },
2181
- "S1p": {
2400
+ "S1q": {
2182
2401
  "type": "list",
2183
2402
  "member": {}
2184
2403
  },
2185
- "S1r": {
2404
+ "S1s": {
2186
2405
  "type": "list",
2187
2406
  "member": {
2188
2407
  "type": "structure",
@@ -2192,7 +2411,7 @@
2192
2411
  }
2193
2412
  }
2194
2413
  },
2195
- "S1v": {
2414
+ "S1w": {
2196
2415
  "type": "structure",
2197
2416
  "members": {
2198
2417
  "Endpoints": {
@@ -2205,11 +2424,11 @@
2205
2424
  }
2206
2425
  }
2207
2426
  },
2208
- "S20": {
2427
+ "S21": {
2209
2428
  "type": "list",
2210
2429
  "member": {}
2211
2430
  },
2212
- "S22": {
2431
+ "S23": {
2213
2432
  "type": "structure",
2214
2433
  "members": {
2215
2434
  "UUID": {},
@@ -2228,7 +2447,7 @@
2228
2447
  },
2229
2448
  "EventSourceArn": {},
2230
2449
  "FilterCriteria": {
2231
- "shape": "S17"
2450
+ "shape": "S18"
2232
2451
  },
2233
2452
  "FunctionArn": {},
2234
2453
  "LastModified": {
@@ -2238,19 +2457,19 @@
2238
2457
  "State": {},
2239
2458
  "StateTransitionReason": {},
2240
2459
  "DestinationConfig": {
2241
- "shape": "S1f"
2460
+ "shape": "S1g"
2242
2461
  },
2243
2462
  "Topics": {
2244
- "shape": "S1n"
2463
+ "shape": "S1o"
2245
2464
  },
2246
2465
  "Queues": {
2247
- "shape": "S1p"
2466
+ "shape": "S1q"
2248
2467
  },
2249
2468
  "SourceAccessConfigurations": {
2250
- "shape": "S1r"
2469
+ "shape": "S1s"
2251
2470
  },
2252
2471
  "SelfManagedEventSource": {
2253
- "shape": "S1v"
2472
+ "shape": "S1w"
2254
2473
  },
2255
2474
  "MaximumRecordAgeInSeconds": {
2256
2475
  "type": "integer"
@@ -2265,48 +2484,48 @@
2265
2484
  "type": "integer"
2266
2485
  },
2267
2486
  "FunctionResponseTypes": {
2268
- "shape": "S20"
2487
+ "shape": "S21"
2269
2488
  }
2270
2489
  }
2271
2490
  },
2272
- "S28": {
2491
+ "S29": {
2273
2492
  "type": "blob",
2274
2493
  "sensitive": true
2275
2494
  },
2276
- "S2f": {
2495
+ "S2g": {
2277
2496
  "type": "structure",
2278
2497
  "members": {
2279
2498
  "SubnetIds": {
2280
- "shape": "S2g"
2499
+ "shape": "S2h"
2281
2500
  },
2282
2501
  "SecurityGroupIds": {
2283
- "shape": "S2i"
2502
+ "shape": "S2j"
2284
2503
  }
2285
2504
  }
2286
2505
  },
2287
- "S2g": {
2506
+ "S2h": {
2288
2507
  "type": "list",
2289
2508
  "member": {}
2290
2509
  },
2291
- "S2i": {
2510
+ "S2j": {
2292
2511
  "type": "list",
2293
2512
  "member": {}
2294
2513
  },
2295
- "S2l": {
2514
+ "S2m": {
2296
2515
  "type": "structure",
2297
2516
  "members": {
2298
2517
  "TargetArn": {}
2299
2518
  }
2300
2519
  },
2301
- "S2n": {
2520
+ "S2o": {
2302
2521
  "type": "structure",
2303
2522
  "members": {
2304
2523
  "Variables": {
2305
- "shape": "S2o"
2524
+ "shape": "S2p"
2306
2525
  }
2307
2526
  }
2308
2527
  },
2309
- "S2o": {
2528
+ "S2p": {
2310
2529
  "type": "map",
2311
2530
  "key": {
2312
2531
  "type": "string",
@@ -2318,22 +2537,22 @@
2318
2537
  },
2319
2538
  "sensitive": true
2320
2539
  },
2321
- "S2s": {
2540
+ "S2t": {
2322
2541
  "type": "structure",
2323
2542
  "members": {
2324
2543
  "Mode": {}
2325
2544
  }
2326
2545
  },
2327
- "S2u": {
2546
+ "S2v": {
2328
2547
  "type": "map",
2329
2548
  "key": {},
2330
2549
  "value": {}
2331
2550
  },
2332
- "S2x": {
2551
+ "S2y": {
2333
2552
  "type": "list",
2334
2553
  "member": {}
2335
2554
  },
2336
- "S2z": {
2555
+ "S30": {
2337
2556
  "type": "list",
2338
2557
  "member": {
2339
2558
  "type": "structure",
@@ -2347,27 +2566,27 @@
2347
2566
  }
2348
2567
  }
2349
2568
  },
2350
- "S33": {
2569
+ "S34": {
2351
2570
  "type": "structure",
2352
2571
  "members": {
2353
2572
  "EntryPoint": {
2354
- "shape": "S34"
2573
+ "shape": "S35"
2355
2574
  },
2356
2575
  "Command": {
2357
- "shape": "S34"
2576
+ "shape": "S35"
2358
2577
  },
2359
2578
  "WorkingDirectory": {}
2360
2579
  }
2361
2580
  },
2362
- "S34": {
2581
+ "S35": {
2363
2582
  "type": "list",
2364
2583
  "member": {}
2365
2584
  },
2366
- "S36": {
2585
+ "S37": {
2367
2586
  "type": "list",
2368
2587
  "member": {}
2369
2588
  },
2370
- "S38": {
2589
+ "S39": {
2371
2590
  "type": "structure",
2372
2591
  "required": [
2373
2592
  "Size"
@@ -2378,7 +2597,7 @@
2378
2597
  }
2379
2598
  }
2380
2599
  },
2381
- "S3a": {
2600
+ "S3b": {
2382
2601
  "type": "structure",
2383
2602
  "members": {
2384
2603
  "FunctionName": {},
@@ -2403,29 +2622,29 @@
2403
2622
  "type": "structure",
2404
2623
  "members": {
2405
2624
  "SubnetIds": {
2406
- "shape": "S2g"
2625
+ "shape": "S2h"
2407
2626
  },
2408
2627
  "SecurityGroupIds": {
2409
- "shape": "S2i"
2628
+ "shape": "S2j"
2410
2629
  },
2411
2630
  "VpcId": {}
2412
2631
  }
2413
2632
  },
2414
2633
  "DeadLetterConfig": {
2415
- "shape": "S2l"
2634
+ "shape": "S2m"
2416
2635
  },
2417
2636
  "Environment": {
2418
2637
  "type": "structure",
2419
2638
  "members": {
2420
2639
  "Variables": {
2421
- "shape": "S2o"
2640
+ "shape": "S2p"
2422
2641
  },
2423
2642
  "Error": {
2424
2643
  "type": "structure",
2425
2644
  "members": {
2426
2645
  "ErrorCode": {},
2427
2646
  "Message": {
2428
- "shape": "S3i"
2647
+ "shape": "S3j"
2429
2648
  }
2430
2649
  }
2431
2650
  }
@@ -2461,21 +2680,21 @@
2461
2680
  "LastUpdateStatusReason": {},
2462
2681
  "LastUpdateStatusReasonCode": {},
2463
2682
  "FileSystemConfigs": {
2464
- "shape": "S2z"
2683
+ "shape": "S30"
2465
2684
  },
2466
2685
  "PackageType": {},
2467
2686
  "ImageConfigResponse": {
2468
2687
  "type": "structure",
2469
2688
  "members": {
2470
2689
  "ImageConfig": {
2471
- "shape": "S33"
2690
+ "shape": "S34"
2472
2691
  },
2473
2692
  "Error": {
2474
2693
  "type": "structure",
2475
2694
  "members": {
2476
2695
  "ErrorCode": {},
2477
2696
  "Message": {
2478
- "shape": "S3i"
2697
+ "shape": "S3j"
2479
2698
  }
2480
2699
  }
2481
2700
  }
@@ -2484,18 +2703,47 @@
2484
2703
  "SigningProfileVersionArn": {},
2485
2704
  "SigningJobArn": {},
2486
2705
  "Architectures": {
2487
- "shape": "S36"
2706
+ "shape": "S37"
2488
2707
  },
2489
2708
  "EphemeralStorage": {
2490
- "shape": "S38"
2709
+ "shape": "S39"
2491
2710
  }
2492
2711
  }
2493
2712
  },
2494
- "S3i": {
2713
+ "S3j": {
2495
2714
  "type": "string",
2496
2715
  "sensitive": true
2497
2716
  },
2498
- "S4h": {
2717
+ "S3x": {
2718
+ "type": "structure",
2719
+ "members": {
2720
+ "AllowCredentials": {
2721
+ "type": "boolean"
2722
+ },
2723
+ "AllowHeaders": {
2724
+ "shape": "S3z"
2725
+ },
2726
+ "AllowMethods": {
2727
+ "type": "list",
2728
+ "member": {}
2729
+ },
2730
+ "AllowOrigins": {
2731
+ "type": "list",
2732
+ "member": {}
2733
+ },
2734
+ "ExposeHeaders": {
2735
+ "shape": "S3z"
2736
+ },
2737
+ "MaxAge": {
2738
+ "type": "integer"
2739
+ }
2740
+ }
2741
+ },
2742
+ "S3z": {
2743
+ "type": "list",
2744
+ "member": {}
2745
+ },
2746
+ "S4w": {
2499
2747
  "type": "structure",
2500
2748
  "members": {
2501
2749
  "ReservedConcurrentExecutions": {
@@ -2503,7 +2751,7 @@
2503
2751
  }
2504
2752
  }
2505
2753
  },
2506
- "S4p": {
2754
+ "S54": {
2507
2755
  "type": "structure",
2508
2756
  "members": {
2509
2757
  "LastModified": {
@@ -2517,15 +2765,15 @@
2517
2765
  "type": "integer"
2518
2766
  },
2519
2767
  "DestinationConfig": {
2520
- "shape": "S1f"
2768
+ "shape": "S1g"
2521
2769
  }
2522
2770
  }
2523
2771
  },
2524
- "S4t": {
2772
+ "S5a": {
2525
2773
  "type": "structure",
2526
2774
  "members": {
2527
2775
  "Content": {
2528
- "shape": "S4u"
2776
+ "shape": "S5b"
2529
2777
  },
2530
2778
  "LayerArn": {},
2531
2779
  "LayerVersionArn": {},
@@ -2535,15 +2783,15 @@
2535
2783
  "type": "long"
2536
2784
  },
2537
2785
  "CompatibleRuntimes": {
2538
- "shape": "S4w"
2786
+ "shape": "S5d"
2539
2787
  },
2540
2788
  "LicenseInfo": {},
2541
2789
  "CompatibleArchitectures": {
2542
- "shape": "S4y"
2790
+ "shape": "S5f"
2543
2791
  }
2544
2792
  }
2545
2793
  },
2546
- "S4u": {
2794
+ "S5b": {
2547
2795
  "type": "structure",
2548
2796
  "members": {
2549
2797
  "Location": {},
@@ -2555,21 +2803,21 @@
2555
2803
  "SigningJobArn": {}
2556
2804
  }
2557
2805
  },
2558
- "S4w": {
2806
+ "S5d": {
2559
2807
  "type": "list",
2560
2808
  "member": {}
2561
2809
  },
2562
- "S4y": {
2810
+ "S5f": {
2563
2811
  "type": "list",
2564
2812
  "member": {}
2565
2813
  },
2566
- "S5z": {
2814
+ "S6l": {
2567
2815
  "type": "list",
2568
2816
  "member": {
2569
- "shape": "S3a"
2817
+ "shape": "S3b"
2570
2818
  }
2571
2819
  },
2572
- "S67": {
2820
+ "S6t": {
2573
2821
  "type": "structure",
2574
2822
  "members": {
2575
2823
  "LayerVersionArn": {},
@@ -2579,11 +2827,11 @@
2579
2827
  "Description": {},
2580
2828
  "CreatedDate": {},
2581
2829
  "CompatibleRuntimes": {
2582
- "shape": "S4w"
2830
+ "shape": "S5d"
2583
2831
  },
2584
2832
  "LicenseInfo": {},
2585
2833
  "CompatibleArchitectures": {
2586
- "shape": "S4y"
2834
+ "shape": "S5f"
2587
2835
  }
2588
2836
  }
2589
2837
  }