aws-sdk 2.810.0 → 2.814.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.
Files changed (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -159,7 +159,6 @@
159
159
  "input": {
160
160
  "type": "structure",
161
161
  "required": [
162
- "EventSourceArn",
163
162
  "FunctionName"
164
163
  ],
165
164
  "members": {
@@ -193,19 +192,28 @@
193
192
  "MaximumRetryAttempts": {
194
193
  "type": "integer"
195
194
  },
195
+ "TumblingWindowInSeconds": {
196
+ "type": "integer"
197
+ },
196
198
  "Topics": {
197
- "shape": "S1h"
199
+ "shape": "S1i"
198
200
  },
199
201
  "Queues": {
200
- "shape": "S1j"
202
+ "shape": "S1k"
201
203
  },
202
204
  "SourceAccessConfigurations": {
203
- "shape": "S1l"
205
+ "shape": "S1m"
206
+ },
207
+ "SelfManagedEventSource": {
208
+ "shape": "S1q"
209
+ },
210
+ "FunctionResponseTypes": {
211
+ "shape": "S1v"
204
212
  }
205
213
  }
206
214
  },
207
215
  "output": {
208
- "shape": "S1o"
216
+ "shape": "S1x"
209
217
  }
210
218
  },
211
219
  "CreateFunction": {
@@ -229,7 +237,7 @@
229
237
  "type": "structure",
230
238
  "members": {
231
239
  "ZipFile": {
232
- "shape": "S1u"
240
+ "shape": "S23"
233
241
  },
234
242
  "S3Bucket": {},
235
243
  "S3Key": {},
@@ -248,36 +256,36 @@
248
256
  "type": "boolean"
249
257
  },
250
258
  "VpcConfig": {
251
- "shape": "S21"
259
+ "shape": "S2a"
252
260
  },
253
261
  "PackageType": {},
254
262
  "DeadLetterConfig": {
255
- "shape": "S27"
263
+ "shape": "S2g"
256
264
  },
257
265
  "Environment": {
258
- "shape": "S29"
266
+ "shape": "S2i"
259
267
  },
260
268
  "KMSKeyArn": {},
261
269
  "TracingConfig": {
262
- "shape": "S2e"
270
+ "shape": "S2n"
263
271
  },
264
272
  "Tags": {
265
- "shape": "S2g"
273
+ "shape": "S2p"
266
274
  },
267
275
  "Layers": {
268
- "shape": "S2j"
276
+ "shape": "S2s"
269
277
  },
270
278
  "FileSystemConfigs": {
271
- "shape": "S2l"
279
+ "shape": "S2u"
272
280
  },
273
281
  "ImageConfig": {
274
- "shape": "S2p"
282
+ "shape": "S2y"
275
283
  },
276
284
  "CodeSigningConfigArn": {}
277
285
  }
278
286
  },
279
287
  "output": {
280
- "shape": "S2s"
288
+ "shape": "S31"
281
289
  }
282
290
  },
283
291
  "DeleteAlias": {
@@ -346,7 +354,7 @@
346
354
  }
347
355
  },
348
356
  "output": {
349
- "shape": "S1o"
357
+ "shape": "S1x"
350
358
  }
351
359
  },
352
360
  "DeleteFunction": {
@@ -605,7 +613,7 @@
605
613
  }
606
614
  },
607
615
  "output": {
608
- "shape": "S1o"
616
+ "shape": "S1x"
609
617
  }
610
618
  },
611
619
  "GetFunction": {
@@ -634,7 +642,7 @@
634
642
  "type": "structure",
635
643
  "members": {
636
644
  "Configuration": {
637
- "shape": "S2s"
645
+ "shape": "S31"
638
646
  },
639
647
  "Code": {
640
648
  "type": "structure",
@@ -646,10 +654,10 @@
646
654
  }
647
655
  },
648
656
  "Tags": {
649
- "shape": "S2g"
657
+ "shape": "S2p"
650
658
  },
651
659
  "Concurrency": {
652
- "shape": "S3z"
660
+ "shape": "S48"
653
661
  }
654
662
  }
655
663
  }
@@ -734,7 +742,7 @@
734
742
  }
735
743
  },
736
744
  "output": {
737
- "shape": "S2s"
745
+ "shape": "S31"
738
746
  }
739
747
  },
740
748
  "GetFunctionEventInvokeConfig": {
@@ -760,7 +768,7 @@
760
768
  }
761
769
  },
762
770
  "output": {
763
- "shape": "S47"
771
+ "shape": "S4g"
764
772
  }
765
773
  },
766
774
  "GetLayerVersion": {
@@ -788,7 +796,7 @@
788
796
  }
789
797
  },
790
798
  "output": {
791
- "shape": "S4b"
799
+ "shape": "S4k"
792
800
  }
793
801
  },
794
802
  "GetLayerVersionByArn": {
@@ -810,7 +818,7 @@
810
818
  }
811
819
  },
812
820
  "output": {
813
- "shape": "S4b"
821
+ "shape": "S4k"
814
822
  }
815
823
  },
816
824
  "GetLayerVersionPolicy": {
@@ -943,7 +951,7 @@
943
951
  "locationName": "X-Amz-Client-Context"
944
952
  },
945
953
  "Payload": {
946
- "shape": "S1u"
954
+ "shape": "S23"
947
955
  },
948
956
  "Qualifier": {
949
957
  "location": "querystring",
@@ -968,7 +976,7 @@
968
976
  "locationName": "X-Amz-Log-Result"
969
977
  },
970
978
  "Payload": {
971
- "shape": "S1u"
979
+ "shape": "S23"
972
980
  },
973
981
  "ExecutedVersion": {
974
982
  "location": "header",
@@ -1126,7 +1134,7 @@
1126
1134
  "EventSourceMappings": {
1127
1135
  "type": "list",
1128
1136
  "member": {
1129
- "shape": "S1o"
1137
+ "shape": "S1x"
1130
1138
  }
1131
1139
  }
1132
1140
  }
@@ -1165,7 +1173,7 @@
1165
1173
  "FunctionEventInvokeConfigs": {
1166
1174
  "type": "list",
1167
1175
  "member": {
1168
- "shape": "S47"
1176
+ "shape": "S4g"
1169
1177
  }
1170
1178
  },
1171
1179
  "NextMarker": {}
@@ -1205,7 +1213,7 @@
1205
1213
  "members": {
1206
1214
  "NextMarker": {},
1207
1215
  "Functions": {
1208
- "shape": "S5g"
1216
+ "shape": "S5p"
1209
1217
  }
1210
1218
  }
1211
1219
  }
@@ -1286,7 +1294,7 @@
1286
1294
  "LayerVersions": {
1287
1295
  "type": "list",
1288
1296
  "member": {
1289
- "shape": "S5o"
1297
+ "shape": "S5x"
1290
1298
  }
1291
1299
  }
1292
1300
  }
@@ -1328,7 +1336,7 @@
1328
1336
  "LayerName": {},
1329
1337
  "LayerArn": {},
1330
1338
  "LatestMatchingVersion": {
1331
- "shape": "S5o"
1339
+ "shape": "S5x"
1332
1340
  }
1333
1341
  }
1334
1342
  }
@@ -1412,7 +1420,7 @@
1412
1420
  "type": "structure",
1413
1421
  "members": {
1414
1422
  "Tags": {
1415
- "shape": "S2g"
1423
+ "shape": "S2p"
1416
1424
  }
1417
1425
  }
1418
1426
  }
@@ -1449,7 +1457,7 @@
1449
1457
  "members": {
1450
1458
  "NextMarker": {},
1451
1459
  "Versions": {
1452
- "shape": "S5g"
1460
+ "shape": "S5p"
1453
1461
  }
1454
1462
  }
1455
1463
  }
@@ -1478,12 +1486,12 @@
1478
1486
  "S3Key": {},
1479
1487
  "S3ObjectVersion": {},
1480
1488
  "ZipFile": {
1481
- "shape": "S1u"
1489
+ "shape": "S23"
1482
1490
  }
1483
1491
  }
1484
1492
  },
1485
1493
  "CompatibleRuntimes": {
1486
- "shape": "S4e"
1494
+ "shape": "S4n"
1487
1495
  },
1488
1496
  "LicenseInfo": {}
1489
1497
  }
@@ -1492,7 +1500,7 @@
1492
1500
  "type": "structure",
1493
1501
  "members": {
1494
1502
  "Content": {
1495
- "shape": "S4c"
1503
+ "shape": "S4l"
1496
1504
  },
1497
1505
  "LayerArn": {},
1498
1506
  "LayerVersionArn": {},
@@ -1502,7 +1510,7 @@
1502
1510
  "type": "long"
1503
1511
  },
1504
1512
  "CompatibleRuntimes": {
1505
- "shape": "S4e"
1513
+ "shape": "S4n"
1506
1514
  },
1507
1515
  "LicenseInfo": {}
1508
1516
  }
@@ -1529,7 +1537,7 @@
1529
1537
  }
1530
1538
  },
1531
1539
  "output": {
1532
- "shape": "S2s"
1540
+ "shape": "S31"
1533
1541
  }
1534
1542
  },
1535
1543
  "PutFunctionCodeSigningConfig": {
@@ -1587,7 +1595,7 @@
1587
1595
  }
1588
1596
  },
1589
1597
  "output": {
1590
- "shape": "S3z"
1598
+ "shape": "S48"
1591
1599
  }
1592
1600
  },
1593
1601
  "PutFunctionEventInvokeConfig": {
@@ -1622,7 +1630,7 @@
1622
1630
  }
1623
1631
  },
1624
1632
  "output": {
1625
- "shape": "S47"
1633
+ "shape": "S4g"
1626
1634
  }
1627
1635
  },
1628
1636
  "PutProvisionedConcurrencyConfig": {
@@ -1753,7 +1761,7 @@
1753
1761
  "locationName": "ARN"
1754
1762
  },
1755
1763
  "Tags": {
1756
- "shape": "S2g"
1764
+ "shape": "S2p"
1757
1765
  }
1758
1766
  }
1759
1767
  }
@@ -1896,12 +1904,18 @@
1896
1904
  "type": "integer"
1897
1905
  },
1898
1906
  "SourceAccessConfigurations": {
1899
- "shape": "S1l"
1907
+ "shape": "S1m"
1908
+ },
1909
+ "TumblingWindowInSeconds": {
1910
+ "type": "integer"
1911
+ },
1912
+ "FunctionResponseTypes": {
1913
+ "shape": "S1v"
1900
1914
  }
1901
1915
  }
1902
1916
  },
1903
1917
  "output": {
1904
- "shape": "S1o"
1918
+ "shape": "S1x"
1905
1919
  }
1906
1920
  },
1907
1921
  "UpdateFunctionCode": {
@@ -1921,7 +1935,7 @@
1921
1935
  "locationName": "FunctionName"
1922
1936
  },
1923
1937
  "ZipFile": {
1924
- "shape": "S1u"
1938
+ "shape": "S23"
1925
1939
  },
1926
1940
  "S3Bucket": {},
1927
1941
  "S3Key": {},
@@ -1937,7 +1951,7 @@
1937
1951
  }
1938
1952
  },
1939
1953
  "output": {
1940
- "shape": "S2s"
1954
+ "shape": "S31"
1941
1955
  }
1942
1956
  },
1943
1957
  "UpdateFunctionConfiguration": {
@@ -1966,33 +1980,33 @@
1966
1980
  "type": "integer"
1967
1981
  },
1968
1982
  "VpcConfig": {
1969
- "shape": "S21"
1983
+ "shape": "S2a"
1970
1984
  },
1971
1985
  "Environment": {
1972
- "shape": "S29"
1986
+ "shape": "S2i"
1973
1987
  },
1974
1988
  "Runtime": {},
1975
1989
  "DeadLetterConfig": {
1976
- "shape": "S27"
1990
+ "shape": "S2g"
1977
1991
  },
1978
1992
  "KMSKeyArn": {},
1979
1993
  "TracingConfig": {
1980
- "shape": "S2e"
1994
+ "shape": "S2n"
1981
1995
  },
1982
1996
  "RevisionId": {},
1983
1997
  "Layers": {
1984
- "shape": "S2j"
1998
+ "shape": "S2s"
1985
1999
  },
1986
2000
  "FileSystemConfigs": {
1987
- "shape": "S2l"
2001
+ "shape": "S2u"
1988
2002
  },
1989
2003
  "ImageConfig": {
1990
- "shape": "S2p"
2004
+ "shape": "S2y"
1991
2005
  }
1992
2006
  }
1993
2007
  },
1994
2008
  "output": {
1995
- "shape": "S2s"
2009
+ "shape": "S31"
1996
2010
  }
1997
2011
  },
1998
2012
  "UpdateFunctionEventInvokeConfig": {
@@ -2026,7 +2040,7 @@
2026
2040
  }
2027
2041
  },
2028
2042
  "output": {
2029
- "shape": "S47"
2043
+ "shape": "S4g"
2030
2044
  }
2031
2045
  }
2032
2046
  },
@@ -2113,15 +2127,15 @@
2113
2127
  }
2114
2128
  }
2115
2129
  },
2116
- "S1h": {
2130
+ "S1i": {
2117
2131
  "type": "list",
2118
2132
  "member": {}
2119
2133
  },
2120
- "S1j": {
2134
+ "S1k": {
2121
2135
  "type": "list",
2122
2136
  "member": {}
2123
2137
  },
2124
- "S1l": {
2138
+ "S1m": {
2125
2139
  "type": "list",
2126
2140
  "member": {
2127
2141
  "type": "structure",
@@ -2131,7 +2145,24 @@
2131
2145
  }
2132
2146
  }
2133
2147
  },
2134
- "S1o": {
2148
+ "S1q": {
2149
+ "type": "structure",
2150
+ "members": {
2151
+ "Endpoints": {
2152
+ "type": "map",
2153
+ "key": {},
2154
+ "value": {
2155
+ "type": "list",
2156
+ "member": {}
2157
+ }
2158
+ }
2159
+ }
2160
+ },
2161
+ "S1v": {
2162
+ "type": "list",
2163
+ "member": {}
2164
+ },
2165
+ "S1x": {
2135
2166
  "type": "structure",
2136
2167
  "members": {
2137
2168
  "UUID": {},
@@ -2160,13 +2191,16 @@
2160
2191
  "shape": "S1a"
2161
2192
  },
2162
2193
  "Topics": {
2163
- "shape": "S1h"
2194
+ "shape": "S1i"
2164
2195
  },
2165
2196
  "Queues": {
2166
- "shape": "S1j"
2197
+ "shape": "S1k"
2167
2198
  },
2168
2199
  "SourceAccessConfigurations": {
2169
- "shape": "S1l"
2200
+ "shape": "S1m"
2201
+ },
2202
+ "SelfManagedEventSource": {
2203
+ "shape": "S1q"
2170
2204
  },
2171
2205
  "MaximumRecordAgeInSeconds": {
2172
2206
  "type": "integer"
@@ -2176,47 +2210,53 @@
2176
2210
  },
2177
2211
  "MaximumRetryAttempts": {
2178
2212
  "type": "integer"
2213
+ },
2214
+ "TumblingWindowInSeconds": {
2215
+ "type": "integer"
2216
+ },
2217
+ "FunctionResponseTypes": {
2218
+ "shape": "S1v"
2179
2219
  }
2180
2220
  }
2181
2221
  },
2182
- "S1u": {
2222
+ "S23": {
2183
2223
  "type": "blob",
2184
2224
  "sensitive": true
2185
2225
  },
2186
- "S21": {
2226
+ "S2a": {
2187
2227
  "type": "structure",
2188
2228
  "members": {
2189
2229
  "SubnetIds": {
2190
- "shape": "S22"
2230
+ "shape": "S2b"
2191
2231
  },
2192
2232
  "SecurityGroupIds": {
2193
- "shape": "S24"
2233
+ "shape": "S2d"
2194
2234
  }
2195
2235
  }
2196
2236
  },
2197
- "S22": {
2237
+ "S2b": {
2198
2238
  "type": "list",
2199
2239
  "member": {}
2200
2240
  },
2201
- "S24": {
2241
+ "S2d": {
2202
2242
  "type": "list",
2203
2243
  "member": {}
2204
2244
  },
2205
- "S27": {
2245
+ "S2g": {
2206
2246
  "type": "structure",
2207
2247
  "members": {
2208
2248
  "TargetArn": {}
2209
2249
  }
2210
2250
  },
2211
- "S29": {
2251
+ "S2i": {
2212
2252
  "type": "structure",
2213
2253
  "members": {
2214
2254
  "Variables": {
2215
- "shape": "S2a"
2255
+ "shape": "S2j"
2216
2256
  }
2217
2257
  }
2218
2258
  },
2219
- "S2a": {
2259
+ "S2j": {
2220
2260
  "type": "map",
2221
2261
  "key": {
2222
2262
  "type": "string",
@@ -2228,22 +2268,22 @@
2228
2268
  },
2229
2269
  "sensitive": true
2230
2270
  },
2231
- "S2e": {
2271
+ "S2n": {
2232
2272
  "type": "structure",
2233
2273
  "members": {
2234
2274
  "Mode": {}
2235
2275
  }
2236
2276
  },
2237
- "S2g": {
2277
+ "S2p": {
2238
2278
  "type": "map",
2239
2279
  "key": {},
2240
2280
  "value": {}
2241
2281
  },
2242
- "S2j": {
2282
+ "S2s": {
2243
2283
  "type": "list",
2244
2284
  "member": {}
2245
2285
  },
2246
- "S2l": {
2286
+ "S2u": {
2247
2287
  "type": "list",
2248
2288
  "member": {
2249
2289
  "type": "structure",
@@ -2257,23 +2297,23 @@
2257
2297
  }
2258
2298
  }
2259
2299
  },
2260
- "S2p": {
2300
+ "S2y": {
2261
2301
  "type": "structure",
2262
2302
  "members": {
2263
2303
  "EntryPoint": {
2264
- "shape": "S2q"
2304
+ "shape": "S2z"
2265
2305
  },
2266
2306
  "Command": {
2267
- "shape": "S2q"
2307
+ "shape": "S2z"
2268
2308
  },
2269
2309
  "WorkingDirectory": {}
2270
2310
  }
2271
2311
  },
2272
- "S2q": {
2312
+ "S2z": {
2273
2313
  "type": "list",
2274
2314
  "member": {}
2275
2315
  },
2276
- "S2s": {
2316
+ "S31": {
2277
2317
  "type": "structure",
2278
2318
  "members": {
2279
2319
  "FunctionName": {},
@@ -2298,29 +2338,29 @@
2298
2338
  "type": "structure",
2299
2339
  "members": {
2300
2340
  "SubnetIds": {
2301
- "shape": "S22"
2341
+ "shape": "S2b"
2302
2342
  },
2303
2343
  "SecurityGroupIds": {
2304
- "shape": "S24"
2344
+ "shape": "S2d"
2305
2345
  },
2306
2346
  "VpcId": {}
2307
2347
  }
2308
2348
  },
2309
2349
  "DeadLetterConfig": {
2310
- "shape": "S27"
2350
+ "shape": "S2g"
2311
2351
  },
2312
2352
  "Environment": {
2313
2353
  "type": "structure",
2314
2354
  "members": {
2315
2355
  "Variables": {
2316
- "shape": "S2a"
2356
+ "shape": "S2j"
2317
2357
  },
2318
2358
  "Error": {
2319
2359
  "type": "structure",
2320
2360
  "members": {
2321
2361
  "ErrorCode": {},
2322
2362
  "Message": {
2323
- "shape": "S30"
2363
+ "shape": "S39"
2324
2364
  }
2325
2365
  }
2326
2366
  }
@@ -2356,21 +2396,21 @@
2356
2396
  "LastUpdateStatusReason": {},
2357
2397
  "LastUpdateStatusReasonCode": {},
2358
2398
  "FileSystemConfigs": {
2359
- "shape": "S2l"
2399
+ "shape": "S2u"
2360
2400
  },
2361
2401
  "PackageType": {},
2362
2402
  "ImageConfigResponse": {
2363
2403
  "type": "structure",
2364
2404
  "members": {
2365
2405
  "ImageConfig": {
2366
- "shape": "S2p"
2406
+ "shape": "S2y"
2367
2407
  },
2368
2408
  "Error": {
2369
2409
  "type": "structure",
2370
2410
  "members": {
2371
2411
  "ErrorCode": {},
2372
2412
  "Message": {
2373
- "shape": "S30"
2413
+ "shape": "S39"
2374
2414
  }
2375
2415
  }
2376
2416
  }
@@ -2380,11 +2420,11 @@
2380
2420
  "SigningJobArn": {}
2381
2421
  }
2382
2422
  },
2383
- "S30": {
2423
+ "S39": {
2384
2424
  "type": "string",
2385
2425
  "sensitive": true
2386
2426
  },
2387
- "S3z": {
2427
+ "S48": {
2388
2428
  "type": "structure",
2389
2429
  "members": {
2390
2430
  "ReservedConcurrentExecutions": {
@@ -2392,7 +2432,7 @@
2392
2432
  }
2393
2433
  }
2394
2434
  },
2395
- "S47": {
2435
+ "S4g": {
2396
2436
  "type": "structure",
2397
2437
  "members": {
2398
2438
  "LastModified": {
@@ -2410,11 +2450,11 @@
2410
2450
  }
2411
2451
  }
2412
2452
  },
2413
- "S4b": {
2453
+ "S4k": {
2414
2454
  "type": "structure",
2415
2455
  "members": {
2416
2456
  "Content": {
2417
- "shape": "S4c"
2457
+ "shape": "S4l"
2418
2458
  },
2419
2459
  "LayerArn": {},
2420
2460
  "LayerVersionArn": {},
@@ -2424,12 +2464,12 @@
2424
2464
  "type": "long"
2425
2465
  },
2426
2466
  "CompatibleRuntimes": {
2427
- "shape": "S4e"
2467
+ "shape": "S4n"
2428
2468
  },
2429
2469
  "LicenseInfo": {}
2430
2470
  }
2431
2471
  },
2432
- "S4c": {
2472
+ "S4l": {
2433
2473
  "type": "structure",
2434
2474
  "members": {
2435
2475
  "Location": {},
@@ -2441,17 +2481,17 @@
2441
2481
  "SigningJobArn": {}
2442
2482
  }
2443
2483
  },
2444
- "S4e": {
2484
+ "S4n": {
2445
2485
  "type": "list",
2446
2486
  "member": {}
2447
2487
  },
2448
- "S5g": {
2488
+ "S5p": {
2449
2489
  "type": "list",
2450
2490
  "member": {
2451
- "shape": "S2s"
2491
+ "shape": "S31"
2452
2492
  }
2453
2493
  },
2454
- "S5o": {
2494
+ "S5x": {
2455
2495
  "type": "structure",
2456
2496
  "members": {
2457
2497
  "LayerVersionArn": {},
@@ -2461,7 +2501,7 @@
2461
2501
  "Description": {},
2462
2502
  "CreatedDate": {},
2463
2503
  "CompatibleRuntimes": {
2464
- "shape": "S4e"
2504
+ "shape": "S4n"
2465
2505
  },
2466
2506
  "LicenseInfo": {}
2467
2507
  }