aws-sdk-core 2.11.404 → 2.11.405

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +130 -4
  3. data/apis/appconfig/2019-10-09/api-2.json +1391 -0
  4. data/apis/appconfig/2019-10-09/examples-1.json +5 -0
  5. data/apis/appconfig/2019-10-09/paginators-1.json +29 -0
  6. data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
  7. data/apis/application-insights/2018-11-25/api-2.json +432 -12
  8. data/apis/application-insights/2018-11-25/paginators-1.json +10 -0
  9. data/apis/athena/2017-05-18/api-2.json +5 -1
  10. data/apis/ce/2017-10-25/api-2.json +248 -2
  11. data/apis/codebuild/2016-10-06/api-2.json +444 -1
  12. data/apis/cognito-idp/2016-04-18/api-2.json +1 -0
  13. data/apis/comprehend/2017-11-27/api-2.json +265 -0
  14. data/apis/dlm/2018-01-12/api-2.json +15 -6
  15. data/apis/ec2/2016-11-15/api-2.json +77 -0
  16. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +5 -2
  17. data/apis/greengrass/2017-06-07/api-2.json +21 -3
  18. data/apis/iot/2015-05-28/api-2.json +909 -20
  19. data/apis/iotsecuretunneling/2018-10-05/api-2.json +388 -0
  20. data/apis/iotsecuretunneling/2018-10-05/examples-1.json +5 -0
  21. data/apis/iotsecuretunneling/2018-10-05/paginators-1.json +9 -0
  22. data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +149 -5
  23. data/apis/kms/2014-11-01/api-2.json +315 -8
  24. data/apis/lambda/2015-03-31/api-2.json +336 -10
  25. data/apis/lambda/2015-03-31/paginators-1.json +6 -0
  26. data/apis/lambda/2015-03-31/waiters-2.json +52 -0
  27. data/apis/mediaconvert/2017-08-29/api-2.json +28 -6
  28. data/apis/medialive/2017-10-14/api-2.json +1696 -106
  29. data/apis/medialive/2017-10-14/paginators-1.json +12 -0
  30. data/apis/medialive/2017-10-14/waiters-2.json +106 -0
  31. data/apis/mediapackage-vod/2018-11-07/api-2.json +12 -0
  32. data/apis/monitoring/2010-08-01/api-2.json +341 -0
  33. data/apis/monitoring/2010-08-01/paginators-1.json +5 -0
  34. data/apis/ram/2018-01-04/api-2.json +253 -2
  35. data/apis/rds/2014-10-31/api-2.json +2 -1
  36. data/apis/redshift/2012-12-01/api-2.json +273 -5
  37. data/apis/redshift/2012-12-01/paginators-1.json +6 -0
  38. data/apis/runtime.lex/2016-11-28/api-2.json +8 -2
  39. data/apis/sesv2/2019-09-27/api-2.json +274 -5
  40. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  41. data/apis/ssm/2014-11-06/api-2.json +46 -7
  42. data/apis/wafv2/2019-07-29/api-2.json +2418 -0
  43. data/apis/wafv2/2019-07-29/examples-1.json +5 -0
  44. data/apis/wafv2/2019-07-29/paginators-1.json +4 -0
  45. data/apis/wafv2/2019-07-29/smoke.json +21 -0
  46. data/endpoints.json +2 -0
  47. data/lib/aws-sdk-core.rb +3 -0
  48. data/lib/aws-sdk-core/appconfig.rb +6 -0
  49. data/lib/aws-sdk-core/iotsecuretunneling.rb +6 -0
  50. data/lib/aws-sdk-core/version.rb +1 -1
  51. data/lib/aws-sdk-core/wafv2.rb +6 -0
  52. data/service-models.json +12 -0
  53. metadata +15 -2
@@ -159,7 +159,23 @@
159
159
  {"shape":"ServiceException"},
160
160
  {"shape":"ResourceNotFoundException"},
161
161
  {"shape":"TooManyRequestsException"},
162
- {"shape":"InvalidParameterValueException"}
162
+ {"shape":"InvalidParameterValueException"},
163
+ {"shape":"ResourceConflictException"}
164
+ ]
165
+ },
166
+ "DeleteFunctionEventInvokeConfig":{
167
+ "name":"DeleteFunctionEventInvokeConfig",
168
+ "http":{
169
+ "method":"DELETE",
170
+ "requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config",
171
+ "responseCode":204
172
+ },
173
+ "input":{"shape":"DeleteFunctionEventInvokeConfigRequest"},
174
+ "errors":[
175
+ {"shape":"ServiceException"},
176
+ {"shape":"ResourceNotFoundException"},
177
+ {"shape":"InvalidParameterValueException"},
178
+ {"shape":"TooManyRequestsException"}
163
179
  ]
164
180
  },
165
181
  "DeleteLayerVersion":{
@@ -253,6 +269,22 @@
253
269
  {"shape":"InvalidParameterValueException"}
254
270
  ]
255
271
  },
272
+ "GetFunctionEventInvokeConfig":{
273
+ "name":"GetFunctionEventInvokeConfig",
274
+ "http":{
275
+ "method":"GET",
276
+ "requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config",
277
+ "responseCode":200
278
+ },
279
+ "input":{"shape":"GetFunctionEventInvokeConfigRequest"},
280
+ "output":{"shape":"FunctionEventInvokeConfig"},
281
+ "errors":[
282
+ {"shape":"ServiceException"},
283
+ {"shape":"ResourceNotFoundException"},
284
+ {"shape":"InvalidParameterValueException"},
285
+ {"shape":"TooManyRequestsException"}
286
+ ]
287
+ },
256
288
  "GetLayerVersion":{
257
289
  "name":"GetLayerVersion",
258
290
  "http":{
@@ -345,7 +377,9 @@
345
377
  {"shape":"KMSInvalidStateException"},
346
378
  {"shape":"KMSAccessDeniedException"},
347
379
  {"shape":"KMSNotFoundException"},
348
- {"shape":"InvalidRuntimeException"}
380
+ {"shape":"InvalidRuntimeException"},
381
+ {"shape":"ResourceConflictException"},
382
+ {"shape":"ResourceNotReadyException"}
349
383
  ]
350
384
  },
351
385
  "InvokeAsync":{
@@ -361,7 +395,8 @@
361
395
  {"shape":"ServiceException"},
362
396
  {"shape":"ResourceNotFoundException"},
363
397
  {"shape":"InvalidRequestContentException"},
364
- {"shape":"InvalidRuntimeException"}
398
+ {"shape":"InvalidRuntimeException"},
399
+ {"shape":"ResourceConflictException"}
365
400
  ],
366
401
  "deprecated":true
367
402
  },
@@ -397,6 +432,22 @@
397
432
  {"shape":"TooManyRequestsException"}
398
433
  ]
399
434
  },
435
+ "ListFunctionEventInvokeConfigs":{
436
+ "name":"ListFunctionEventInvokeConfigs",
437
+ "http":{
438
+ "method":"GET",
439
+ "requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config/list",
440
+ "responseCode":200
441
+ },
442
+ "input":{"shape":"ListFunctionEventInvokeConfigsRequest"},
443
+ "output":{"shape":"ListFunctionEventInvokeConfigsResponse"},
444
+ "errors":[
445
+ {"shape":"InvalidParameterValueException"},
446
+ {"shape":"ResourceNotFoundException"},
447
+ {"shape":"TooManyRequestsException"},
448
+ {"shape":"ServiceException"}
449
+ ]
450
+ },
400
451
  "ListFunctions":{
401
452
  "name":"ListFunctions",
402
453
  "http":{
@@ -506,7 +557,8 @@
506
557
  {"shape":"InvalidParameterValueException"},
507
558
  {"shape":"TooManyRequestsException"},
508
559
  {"shape":"CodeStorageExceededException"},
509
- {"shape":"PreconditionFailedException"}
560
+ {"shape":"PreconditionFailedException"},
561
+ {"shape":"ResourceConflictException"}
510
562
  ]
511
563
  },
512
564
  "PutFunctionConcurrency":{
@@ -522,6 +574,23 @@
522
574
  {"shape":"ServiceException"},
523
575
  {"shape":"InvalidParameterValueException"},
524
576
  {"shape":"ResourceNotFoundException"},
577
+ {"shape":"TooManyRequestsException"},
578
+ {"shape":"ResourceConflictException"}
579
+ ]
580
+ },
581
+ "PutFunctionEventInvokeConfig":{
582
+ "name":"PutFunctionEventInvokeConfig",
583
+ "http":{
584
+ "method":"PUT",
585
+ "requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config",
586
+ "responseCode":200
587
+ },
588
+ "input":{"shape":"PutFunctionEventInvokeConfigRequest"},
589
+ "output":{"shape":"FunctionEventInvokeConfig"},
590
+ "errors":[
591
+ {"shape":"ServiceException"},
592
+ {"shape":"ResourceNotFoundException"},
593
+ {"shape":"InvalidParameterValueException"},
525
594
  {"shape":"TooManyRequestsException"}
526
595
  ]
527
596
  },
@@ -601,7 +670,8 @@
601
670
  {"shape":"ResourceNotFoundException"},
602
671
  {"shape":"InvalidParameterValueException"},
603
672
  {"shape":"TooManyRequestsException"},
604
- {"shape":"PreconditionFailedException"}
673
+ {"shape":"PreconditionFailedException"},
674
+ {"shape":"ResourceConflictException"}
605
675
  ]
606
676
  },
607
677
  "UpdateEventSourceMapping":{
@@ -637,7 +707,8 @@
637
707
  {"shape":"InvalidParameterValueException"},
638
708
  {"shape":"TooManyRequestsException"},
639
709
  {"shape":"CodeStorageExceededException"},
640
- {"shape":"PreconditionFailedException"}
710
+ {"shape":"PreconditionFailedException"},
711
+ {"shape":"ResourceConflictException"}
641
712
  ]
642
713
  },
643
714
  "UpdateFunctionConfiguration":{
@@ -657,6 +728,22 @@
657
728
  {"shape":"ResourceConflictException"},
658
729
  {"shape":"PreconditionFailedException"}
659
730
  ]
731
+ },
732
+ "UpdateFunctionEventInvokeConfig":{
733
+ "name":"UpdateFunctionEventInvokeConfig",
734
+ "http":{
735
+ "method":"POST",
736
+ "requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config",
737
+ "responseCode":200
738
+ },
739
+ "input":{"shape":"UpdateFunctionEventInvokeConfigRequest"},
740
+ "output":{"shape":"FunctionEventInvokeConfig"},
741
+ "errors":[
742
+ {"shape":"ServiceException"},
743
+ {"shape":"ResourceNotFoundException"},
744
+ {"shape":"InvalidParameterValueException"},
745
+ {"shape":"TooManyRequestsException"}
746
+ ]
660
747
  }
661
748
  },
662
749
  "shapes":{
@@ -800,6 +887,7 @@
800
887
  "max":10000,
801
888
  "min":1
802
889
  },
890
+ "BisectBatchOnFunctionError":{"type":"boolean"},
803
891
  "Blob":{
804
892
  "type":"blob",
805
893
  "sensitive":true
@@ -860,8 +948,13 @@
860
948
  "Enabled":{"shape":"Enabled"},
861
949
  "BatchSize":{"shape":"BatchSize"},
862
950
  "MaximumBatchingWindowInSeconds":{"shape":"MaximumBatchingWindowInSeconds"},
951
+ "ParallelizationFactor":{"shape":"ParallelizationFactor"},
863
952
  "StartingPosition":{"shape":"EventSourcePosition"},
864
- "StartingPositionTimestamp":{"shape":"Date"}
953
+ "StartingPositionTimestamp":{"shape":"Date"},
954
+ "DestinationConfig":{"shape":"DestinationConfig"},
955
+ "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
956
+ "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
957
+ "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
865
958
  }
866
959
  },
867
960
  "CreateFunctionRequest":{
@@ -940,6 +1033,22 @@
940
1033
  }
941
1034
  }
942
1035
  },
1036
+ "DeleteFunctionEventInvokeConfigRequest":{
1037
+ "type":"structure",
1038
+ "required":["FunctionName"],
1039
+ "members":{
1040
+ "FunctionName":{
1041
+ "shape":"FunctionName",
1042
+ "location":"uri",
1043
+ "locationName":"FunctionName"
1044
+ },
1045
+ "Qualifier":{
1046
+ "shape":"Qualifier",
1047
+ "location":"querystring",
1048
+ "locationName":"Qualifier"
1049
+ }
1050
+ }
1051
+ },
943
1052
  "DeleteFunctionRequest":{
944
1053
  "type":"structure",
945
1054
  "required":["FunctionName"],
@@ -980,6 +1089,19 @@
980
1089
  "max":256,
981
1090
  "min":0
982
1091
  },
1092
+ "DestinationArn":{
1093
+ "type":"string",
1094
+ "max":350,
1095
+ "min":0,
1096
+ "pattern":"^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)"
1097
+ },
1098
+ "DestinationConfig":{
1099
+ "type":"structure",
1100
+ "members":{
1101
+ "OnSuccess":{"shape":"OnSuccess"},
1102
+ "OnFailure":{"shape":"OnFailure"}
1103
+ }
1104
+ },
983
1105
  "EC2AccessDeniedException":{
984
1106
  "type":"structure",
985
1107
  "members":{
@@ -1059,12 +1181,17 @@
1059
1181
  "UUID":{"shape":"String"},
1060
1182
  "BatchSize":{"shape":"BatchSize"},
1061
1183
  "MaximumBatchingWindowInSeconds":{"shape":"MaximumBatchingWindowInSeconds"},
1184
+ "ParallelizationFactor":{"shape":"ParallelizationFactor"},
1062
1185
  "EventSourceArn":{"shape":"Arn"},
1063
1186
  "FunctionArn":{"shape":"FunctionArn"},
1064
1187
  "LastModified":{"shape":"Date"},
1065
1188
  "LastProcessingResult":{"shape":"String"},
1066
1189
  "State":{"shape":"String"},
1067
- "StateTransitionReason":{"shape":"String"}
1190
+ "StateTransitionReason":{"shape":"String"},
1191
+ "DestinationConfig":{"shape":"DestinationConfig"},
1192
+ "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1193
+ "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1194
+ "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
1068
1195
  }
1069
1196
  },
1070
1197
  "EventSourceMappingsList":{
@@ -1127,9 +1254,29 @@
1127
1254
  "TracingConfig":{"shape":"TracingConfigResponse"},
1128
1255
  "MasterArn":{"shape":"FunctionArn"},
1129
1256
  "RevisionId":{"shape":"String"},
1130
- "Layers":{"shape":"LayersReferenceList"}
1257
+ "Layers":{"shape":"LayersReferenceList"},
1258
+ "State":{"shape":"State"},
1259
+ "StateReason":{"shape":"StateReason"},
1260
+ "StateReasonCode":{"shape":"StateReasonCode"},
1261
+ "LastUpdateStatus":{"shape":"LastUpdateStatus"},
1262
+ "LastUpdateStatusReason":{"shape":"LastUpdateStatusReason"},
1263
+ "LastUpdateStatusReasonCode":{"shape":"LastUpdateStatusReasonCode"}
1131
1264
  }
1132
1265
  },
1266
+ "FunctionEventInvokeConfig":{
1267
+ "type":"structure",
1268
+ "members":{
1269
+ "LastModified":{"shape":"Date"},
1270
+ "FunctionArn":{"shape":"FunctionArn"},
1271
+ "MaximumRetryAttempts":{"shape":"MaximumRetryAttempts"},
1272
+ "MaximumEventAgeInSeconds":{"shape":"MaximumEventAgeInSeconds"},
1273
+ "DestinationConfig":{"shape":"DestinationConfig"}
1274
+ }
1275
+ },
1276
+ "FunctionEventInvokeConfigList":{
1277
+ "type":"list",
1278
+ "member":{"shape":"FunctionEventInvokeConfig"}
1279
+ },
1133
1280
  "FunctionList":{
1134
1281
  "type":"list",
1135
1282
  "member":{"shape":"FunctionConfiguration"}
@@ -1202,6 +1349,22 @@
1202
1349
  }
1203
1350
  }
1204
1351
  },
1352
+ "GetFunctionEventInvokeConfigRequest":{
1353
+ "type":"structure",
1354
+ "required":["FunctionName"],
1355
+ "members":{
1356
+ "FunctionName":{
1357
+ "shape":"FunctionName",
1358
+ "location":"uri",
1359
+ "locationName":"FunctionName"
1360
+ },
1361
+ "Qualifier":{
1362
+ "shape":"Qualifier",
1363
+ "location":"querystring",
1364
+ "locationName":"Qualifier"
1365
+ }
1366
+ }
1367
+ },
1205
1368
  "GetFunctionRequest":{
1206
1369
  "type":"structure",
1207
1370
  "required":["FunctionName"],
@@ -1514,6 +1677,24 @@
1514
1677
  "error":{"httpStatusCode":502},
1515
1678
  "exception":true
1516
1679
  },
1680
+ "LastUpdateStatus":{
1681
+ "type":"string",
1682
+ "enum":[
1683
+ "Successful",
1684
+ "Failed",
1685
+ "InProgress"
1686
+ ]
1687
+ },
1688
+ "LastUpdateStatusReason":{"type":"string"},
1689
+ "LastUpdateStatusReasonCode":{
1690
+ "type":"string",
1691
+ "enum":[
1692
+ "EniLimitExceeded",
1693
+ "InsufficientRolePermissions",
1694
+ "InvalidConfiguration",
1695
+ "InternalError"
1696
+ ]
1697
+ },
1517
1698
  "Layer":{
1518
1699
  "type":"structure",
1519
1700
  "members":{
@@ -1669,6 +1850,34 @@
1669
1850
  "EventSourceMappings":{"shape":"EventSourceMappingsList"}
1670
1851
  }
1671
1852
  },
1853
+ "ListFunctionEventInvokeConfigsRequest":{
1854
+ "type":"structure",
1855
+ "required":["FunctionName"],
1856
+ "members":{
1857
+ "FunctionName":{
1858
+ "shape":"FunctionName",
1859
+ "location":"uri",
1860
+ "locationName":"FunctionName"
1861
+ },
1862
+ "Marker":{
1863
+ "shape":"String",
1864
+ "location":"querystring",
1865
+ "locationName":"Marker"
1866
+ },
1867
+ "MaxItems":{
1868
+ "shape":"MaxFunctionEventInvokeConfigListItems",
1869
+ "location":"querystring",
1870
+ "locationName":"MaxItems"
1871
+ }
1872
+ }
1873
+ },
1874
+ "ListFunctionEventInvokeConfigsResponse":{
1875
+ "type":"structure",
1876
+ "members":{
1877
+ "FunctionEventInvokeConfigs":{"shape":"FunctionEventInvokeConfigList"},
1878
+ "NextMarker":{"shape":"String"}
1879
+ }
1880
+ },
1672
1881
  "ListFunctionsRequest":{
1673
1882
  "type":"structure",
1674
1883
  "members":{
@@ -1818,6 +2027,11 @@
1818
2027
  "type":"string",
1819
2028
  "pattern":"ALL|[a-z]{2}(-gov)?-[a-z]+-\\d{1}"
1820
2029
  },
2030
+ "MaxFunctionEventInvokeConfigListItems":{
2031
+ "type":"integer",
2032
+ "max":50,
2033
+ "min":1
2034
+ },
1821
2035
  "MaxLayerListItems":{
1822
2036
  "type":"integer",
1823
2037
  "max":50,
@@ -1833,6 +2047,26 @@
1833
2047
  "max":300,
1834
2048
  "min":0
1835
2049
  },
2050
+ "MaximumEventAgeInSeconds":{
2051
+ "type":"integer",
2052
+ "max":21600,
2053
+ "min":60
2054
+ },
2055
+ "MaximumRecordAgeInSeconds":{
2056
+ "type":"integer",
2057
+ "max":604800,
2058
+ "min":60
2059
+ },
2060
+ "MaximumRetryAttempts":{
2061
+ "type":"integer",
2062
+ "max":2,
2063
+ "min":0
2064
+ },
2065
+ "MaximumRetryAttemptsEventSourceMapping":{
2066
+ "type":"integer",
2067
+ "max":10000,
2068
+ "min":0
2069
+ },
1836
2070
  "MemorySize":{
1837
2071
  "type":"integer",
1838
2072
  "max":3008,
@@ -1854,10 +2088,27 @@
1854
2088
  "min":1,
1855
2089
  "pattern":"([a-zA-Z0-9-_.]+)"
1856
2090
  },
2091
+ "OnFailure":{
2092
+ "type":"structure",
2093
+ "members":{
2094
+ "Destination":{"shape":"DestinationArn"}
2095
+ }
2096
+ },
2097
+ "OnSuccess":{
2098
+ "type":"structure",
2099
+ "members":{
2100
+ "Destination":{"shape":"DestinationArn"}
2101
+ }
2102
+ },
1857
2103
  "OrganizationId":{
1858
2104
  "type":"string",
1859
2105
  "pattern":"o-[a-z0-9]{10,32}"
1860
2106
  },
2107
+ "ParallelizationFactor":{
2108
+ "type":"integer",
2109
+ "max":10,
2110
+ "min":1
2111
+ },
1861
2112
  "PolicyLengthExceededException":{
1862
2113
  "type":"structure",
1863
2114
  "members":{
@@ -1940,6 +2191,25 @@
1940
2191
  "ReservedConcurrentExecutions":{"shape":"ReservedConcurrentExecutions"}
1941
2192
  }
1942
2193
  },
2194
+ "PutFunctionEventInvokeConfigRequest":{
2195
+ "type":"structure",
2196
+ "required":["FunctionName"],
2197
+ "members":{
2198
+ "FunctionName":{
2199
+ "shape":"FunctionName",
2200
+ "location":"uri",
2201
+ "locationName":"FunctionName"
2202
+ },
2203
+ "Qualifier":{
2204
+ "shape":"Qualifier",
2205
+ "location":"querystring",
2206
+ "locationName":"Qualifier"
2207
+ },
2208
+ "MaximumRetryAttempts":{"shape":"MaximumRetryAttempts"},
2209
+ "MaximumEventAgeInSeconds":{"shape":"MaximumEventAgeInSeconds"},
2210
+ "DestinationConfig":{"shape":"DestinationConfig"}
2211
+ }
2212
+ },
1943
2213
  "Qualifier":{
1944
2214
  "type":"string",
1945
2215
  "max":128,
@@ -2049,6 +2319,15 @@
2049
2319
  "error":{"httpStatusCode":404},
2050
2320
  "exception":true
2051
2321
  },
2322
+ "ResourceNotReadyException":{
2323
+ "type":"structure",
2324
+ "members":{
2325
+ "Type":{"shape":"String"},
2326
+ "message":{"shape":"String"}
2327
+ },
2328
+ "error":{"httpStatusCode":502},
2329
+ "exception":true
2330
+ },
2052
2331
  "RoleArn":{
2053
2332
  "type":"string",
2054
2333
  "pattern":"arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
@@ -2116,6 +2395,29 @@
2116
2395
  "type":"string",
2117
2396
  "pattern":"\\d{12}"
2118
2397
  },
2398
+ "State":{
2399
+ "type":"string",
2400
+ "enum":[
2401
+ "Pending",
2402
+ "Active",
2403
+ "Inactive",
2404
+ "Failed"
2405
+ ]
2406
+ },
2407
+ "StateReason":{"type":"string"},
2408
+ "StateReasonCode":{
2409
+ "type":"string",
2410
+ "enum":[
2411
+ "Idle",
2412
+ "Creating",
2413
+ "Restoring",
2414
+ "EniLimitExceeded",
2415
+ "InsufficientRolePermissions",
2416
+ "InvalidConfiguration",
2417
+ "InternalError",
2418
+ "SubnetOutOfIPAddresses"
2419
+ ]
2420
+ },
2119
2421
  "StatementId":{
2120
2422
  "type":"string",
2121
2423
  "max":100,
@@ -2280,7 +2582,12 @@
2280
2582
  "FunctionName":{"shape":"FunctionName"},
2281
2583
  "Enabled":{"shape":"Enabled"},
2282
2584
  "BatchSize":{"shape":"BatchSize"},
2283
- "MaximumBatchingWindowInSeconds":{"shape":"MaximumBatchingWindowInSeconds"}
2585
+ "MaximumBatchingWindowInSeconds":{"shape":"MaximumBatchingWindowInSeconds"},
2586
+ "DestinationConfig":{"shape":"DestinationConfig"},
2587
+ "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
2588
+ "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
2589
+ "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
2590
+ "ParallelizationFactor":{"shape":"ParallelizationFactor"}
2284
2591
  }
2285
2592
  },
2286
2593
  "UpdateFunctionCodeRequest":{
@@ -2325,6 +2632,25 @@
2325
2632
  "Layers":{"shape":"LayerList"}
2326
2633
  }
2327
2634
  },
2635
+ "UpdateFunctionEventInvokeConfigRequest":{
2636
+ "type":"structure",
2637
+ "required":["FunctionName"],
2638
+ "members":{
2639
+ "FunctionName":{
2640
+ "shape":"FunctionName",
2641
+ "location":"uri",
2642
+ "locationName":"FunctionName"
2643
+ },
2644
+ "Qualifier":{
2645
+ "shape":"Qualifier",
2646
+ "location":"querystring",
2647
+ "locationName":"Qualifier"
2648
+ },
2649
+ "MaximumRetryAttempts":{"shape":"MaximumRetryAttempts"},
2650
+ "MaximumEventAgeInSeconds":{"shape":"MaximumEventAgeInSeconds"},
2651
+ "DestinationConfig":{"shape":"DestinationConfig"}
2652
+ }
2653
+ },
2328
2654
  "Version":{
2329
2655
  "type":"string",
2330
2656
  "max":1024,