aws-sdk-core 2.11.409 → 2.11.410

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: 62eabc81606646b8035e4645e968973331444df6
4
- data.tar.gz: 4adbb781d63f3a5a7ab804434b55b240eeda7eef
3
+ metadata.gz: 74579db46083907733eee1d54cb87a14a85a06c3
4
+ data.tar.gz: d29bb036cbe019df760e9cca3acdefd9a156df6e
5
5
  SHA512:
6
- metadata.gz: dc7a83904bf0d7ec3f311180268da4af915aab005549b9f818d2f70a4e307387a0ac7e5c88b6b0943297a9e9e704f4befc96f85bc1186bc199048e64ed898270
7
- data.tar.gz: 2a772a5708d601fa5f1f45bad1ab8da997dc904859bfef32080d2babe6d0795dfbd22cebae14b336069438f9e2f750ea9a6bc6a7e5f9145f7ed130a4b78c8cb9
6
+ metadata.gz: 35928ac4599c8d97c8e17d489ccecc3d33e635f485e2edb2a29d1cf6697c88b267cec24cba1d3dd183630b43d0c3aa13cd4a5797cae5d4e38a0f91af08ece7e6
7
+ data.tar.gz: 7f105d4da2b9e00e7773322be0317c35334c58445e727e0fd8a68f82a11deec1b97bac69d3ea253441e78d83f990a4b579bc6a65ed666b3962ac953c8a8534cf
@@ -431,7 +431,8 @@
431
431
  "ECSServiceAverageCPUUtilization",
432
432
  "ECSServiceAverageMemoryUtilization",
433
433
  "AppStreamAverageCapacityUtilization",
434
- "ComprehendInferenceUtilization"
434
+ "ComprehendInferenceUtilization",
435
+ "LambdaProvisionedConcurrencyUtilization"
435
436
  ]
436
437
  },
437
438
  "MetricUnit":{"type":"string"},
@@ -570,7 +571,8 @@
570
571
  "rds:cluster:ReadReplicaCount",
571
572
  "sagemaker:variant:DesiredInstanceCount",
572
573
  "custom-resource:ResourceType:Property",
573
- "comprehend:document-classifier-endpoint:DesiredInferenceUnits"
574
+ "comprehend:document-classifier-endpoint:DesiredInferenceUnits",
575
+ "lambda:function:ProvisionedConcurrency"
574
576
  ]
575
577
  },
576
578
  "ScalableTarget":{
@@ -721,7 +723,8 @@
721
723
  "rds",
722
724
  "sagemaker",
723
725
  "custom-resource",
724
- "comprehend"
726
+ "comprehend",
727
+ "lambda"
725
728
  ]
726
729
  },
727
730
  "StepAdjustment":{
@@ -0,0 +1,277 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2019-11-02",
5
+ "endpointPrefix":"ebs",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Amazon EBS",
9
+ "serviceFullName":"Amazon Elastic Block Store",
10
+ "serviceId":"EBS",
11
+ "signatureVersion":"v4",
12
+ "uid":"ebs-2019-11-02"
13
+ },
14
+ "operations":{
15
+ "GetSnapshotBlock":{
16
+ "name":"GetSnapshotBlock",
17
+ "http":{
18
+ "method":"GET",
19
+ "requestUri":"/snapshots/{snapshotId}/blocks/{blockIndex}"
20
+ },
21
+ "input":{"shape":"GetSnapshotBlockRequest"},
22
+ "output":{"shape":"GetSnapshotBlockResponse"},
23
+ "errors":[
24
+ {"shape":"ValidationException"},
25
+ {"shape":"ResourceNotFoundException"}
26
+ ]
27
+ },
28
+ "ListChangedBlocks":{
29
+ "name":"ListChangedBlocks",
30
+ "http":{
31
+ "method":"GET",
32
+ "requestUri":"/snapshots/{secondSnapshotId}/changedblocks"
33
+ },
34
+ "input":{"shape":"ListChangedBlocksRequest"},
35
+ "output":{"shape":"ListChangedBlocksResponse"},
36
+ "errors":[
37
+ {"shape":"ValidationException"},
38
+ {"shape":"ResourceNotFoundException"}
39
+ ]
40
+ },
41
+ "ListSnapshotBlocks":{
42
+ "name":"ListSnapshotBlocks",
43
+ "http":{
44
+ "method":"GET",
45
+ "requestUri":"/snapshots/{snapshotId}/blocks"
46
+ },
47
+ "input":{"shape":"ListSnapshotBlocksRequest"},
48
+ "output":{"shape":"ListSnapshotBlocksResponse"},
49
+ "errors":[
50
+ {"shape":"ValidationException"},
51
+ {"shape":"ResourceNotFoundException"}
52
+ ]
53
+ }
54
+ },
55
+ "shapes":{
56
+ "Block":{
57
+ "type":"structure",
58
+ "members":{
59
+ "BlockIndex":{"shape":"BlockIndex"},
60
+ "BlockToken":{"shape":"BlockToken"}
61
+ }
62
+ },
63
+ "BlockData":{
64
+ "type":"blob",
65
+ "sensitive":true,
66
+ "streaming":true
67
+ },
68
+ "BlockIndex":{"type":"integer"},
69
+ "BlockSize":{"type":"integer"},
70
+ "BlockToken":{
71
+ "type":"string",
72
+ "max":256,
73
+ "pattern":"^[A-Za-z0-9+/=]+$"
74
+ },
75
+ "Blocks":{
76
+ "type":"list",
77
+ "member":{"shape":"Block"},
78
+ "sensitive":true
79
+ },
80
+ "ChangedBlock":{
81
+ "type":"structure",
82
+ "members":{
83
+ "BlockIndex":{"shape":"BlockIndex"},
84
+ "FirstBlockToken":{"shape":"BlockToken"},
85
+ "SecondBlockToken":{"shape":"BlockToken"}
86
+ },
87
+ "sensitive":true
88
+ },
89
+ "ChangedBlocks":{
90
+ "type":"list",
91
+ "member":{"shape":"ChangedBlock"}
92
+ },
93
+ "Checksum":{
94
+ "type":"string",
95
+ "max":64
96
+ },
97
+ "ChecksumAlgorithm":{
98
+ "type":"string",
99
+ "enum":["SHA256"],
100
+ "max":32
101
+ },
102
+ "DataLength":{"type":"integer"},
103
+ "ErrorMessage":{
104
+ "type":"string",
105
+ "max":256
106
+ },
107
+ "GetSnapshotBlockRequest":{
108
+ "type":"structure",
109
+ "required":[
110
+ "SnapshotId",
111
+ "BlockIndex",
112
+ "BlockToken"
113
+ ],
114
+ "members":{
115
+ "SnapshotId":{
116
+ "shape":"SnapshotId",
117
+ "location":"uri",
118
+ "locationName":"snapshotId"
119
+ },
120
+ "BlockIndex":{
121
+ "shape":"BlockIndex",
122
+ "location":"uri",
123
+ "locationName":"blockIndex"
124
+ },
125
+ "BlockToken":{
126
+ "shape":"BlockToken",
127
+ "location":"querystring",
128
+ "locationName":"blockToken"
129
+ }
130
+ }
131
+ },
132
+ "GetSnapshotBlockResponse":{
133
+ "type":"structure",
134
+ "members":{
135
+ "DataLength":{
136
+ "shape":"DataLength",
137
+ "location":"header",
138
+ "locationName":"x-amz-Data-Length"
139
+ },
140
+ "BlockData":{"shape":"BlockData"},
141
+ "Checksum":{
142
+ "shape":"Checksum",
143
+ "location":"header",
144
+ "locationName":"x-amz-Checksum"
145
+ },
146
+ "ChecksumAlgorithm":{
147
+ "shape":"ChecksumAlgorithm",
148
+ "location":"header",
149
+ "locationName":"x-amz-Checksum-Algorithm"
150
+ }
151
+ },
152
+ "payload":"BlockData"
153
+ },
154
+ "ListChangedBlocksRequest":{
155
+ "type":"structure",
156
+ "required":["SecondSnapshotId"],
157
+ "members":{
158
+ "FirstSnapshotId":{
159
+ "shape":"SnapshotId",
160
+ "location":"querystring",
161
+ "locationName":"firstSnapshotId"
162
+ },
163
+ "SecondSnapshotId":{
164
+ "shape":"SnapshotId",
165
+ "location":"uri",
166
+ "locationName":"secondSnapshotId"
167
+ },
168
+ "NextToken":{
169
+ "shape":"PageToken",
170
+ "location":"querystring",
171
+ "locationName":"pageToken"
172
+ },
173
+ "MaxResults":{
174
+ "shape":"MaxResults",
175
+ "location":"querystring",
176
+ "locationName":"maxResults"
177
+ },
178
+ "StartingBlockIndex":{
179
+ "shape":"BlockIndex",
180
+ "location":"querystring",
181
+ "locationName":"startingBlockIndex"
182
+ }
183
+ }
184
+ },
185
+ "ListChangedBlocksResponse":{
186
+ "type":"structure",
187
+ "members":{
188
+ "ChangedBlocks":{"shape":"ChangedBlocks"},
189
+ "ExpiryTime":{"shape":"TimeStamp"},
190
+ "VolumeSize":{"shape":"VolumeSize"},
191
+ "BlockSize":{"shape":"BlockSize"},
192
+ "NextToken":{"shape":"PageToken"}
193
+ }
194
+ },
195
+ "ListSnapshotBlocksRequest":{
196
+ "type":"structure",
197
+ "required":["SnapshotId"],
198
+ "members":{
199
+ "SnapshotId":{
200
+ "shape":"SnapshotId",
201
+ "location":"uri",
202
+ "locationName":"snapshotId"
203
+ },
204
+ "NextToken":{
205
+ "shape":"PageToken",
206
+ "location":"querystring",
207
+ "locationName":"pageToken"
208
+ },
209
+ "MaxResults":{
210
+ "shape":"MaxResults",
211
+ "location":"querystring",
212
+ "locationName":"maxResults"
213
+ },
214
+ "StartingBlockIndex":{
215
+ "shape":"BlockIndex",
216
+ "location":"querystring",
217
+ "locationName":"startingBlockIndex"
218
+ }
219
+ }
220
+ },
221
+ "ListSnapshotBlocksResponse":{
222
+ "type":"structure",
223
+ "members":{
224
+ "Blocks":{"shape":"Blocks"},
225
+ "ExpiryTime":{"shape":"TimeStamp"},
226
+ "VolumeSize":{"shape":"VolumeSize"},
227
+ "BlockSize":{"shape":"BlockSize"},
228
+ "NextToken":{"shape":"PageToken"}
229
+ }
230
+ },
231
+ "MaxResults":{
232
+ "type":"integer",
233
+ "max":10000,
234
+ "min":100
235
+ },
236
+ "PageToken":{
237
+ "type":"string",
238
+ "max":256,
239
+ "pattern":"^[A-Za-z0-9+/=]+$"
240
+ },
241
+ "ResourceNotFoundException":{
242
+ "type":"structure",
243
+ "members":{
244
+ "Message":{"shape":"ErrorMessage"}
245
+ },
246
+ "error":{"httpStatusCode":404},
247
+ "exception":true
248
+ },
249
+ "SnapshotId":{
250
+ "type":"string",
251
+ "max":64,
252
+ "min":1,
253
+ "pattern":"^snap-[0-9a-f]+$"
254
+ },
255
+ "TimeStamp":{"type":"timestamp"},
256
+ "ValidationException":{
257
+ "type":"structure",
258
+ "members":{
259
+ "Message":{"shape":"ErrorMessage"},
260
+ "Reason":{"shape":"ValidationExceptionReason"}
261
+ },
262
+ "error":{"httpStatusCode":400},
263
+ "exception":true
264
+ },
265
+ "ValidationExceptionReason":{
266
+ "type":"string",
267
+ "enum":[
268
+ "INVALID_CUSTOMER_KEY",
269
+ "INVALID_PAGE_TOKEN",
270
+ "INVALID_BLOCK_TOKEN",
271
+ "INVALID_SNAPSHOT_ID",
272
+ "UNRELATED_SNAPSHOTS"
273
+ ]
274
+ },
275
+ "VolumeSize":{"type":"long"}
276
+ }
277
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListChangedBlocks": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListSnapshotBlocks": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
13
+ }
14
+ }
@@ -111,6 +111,7 @@
111
111
  "errors":[
112
112
  {"shape":"ServiceException"},
113
113
  {"shape":"InvalidParameterValueException"},
114
+ {"shape":"ResourceConflictException"},
114
115
  {"shape":"TooManyRequestsException"}
115
116
  ]
116
117
  },
@@ -191,6 +192,22 @@
191
192
  {"shape":"TooManyRequestsException"}
192
193
  ]
193
194
  },
195
+ "DeleteProvisionedConcurrencyConfig":{
196
+ "name":"DeleteProvisionedConcurrencyConfig",
197
+ "http":{
198
+ "method":"DELETE",
199
+ "requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency",
200
+ "responseCode":204
201
+ },
202
+ "input":{"shape":"DeleteProvisionedConcurrencyConfigRequest"},
203
+ "errors":[
204
+ {"shape":"InvalidParameterValueException"},
205
+ {"shape":"ResourceConflictException"},
206
+ {"shape":"ResourceNotFoundException"},
207
+ {"shape":"TooManyRequestsException"},
208
+ {"shape":"ServiceException"}
209
+ ]
210
+ },
194
211
  "GetAccountSettings":{
195
212
  "name":"GetAccountSettings",
196
213
  "http":{
@@ -253,6 +270,22 @@
253
270
  {"shape":"InvalidParameterValueException"}
254
271
  ]
255
272
  },
273
+ "GetFunctionConcurrency":{
274
+ "name":"GetFunctionConcurrency",
275
+ "http":{
276
+ "method":"GET",
277
+ "requestUri":"/2019-09-30/functions/{FunctionName}/concurrency",
278
+ "responseCode":200
279
+ },
280
+ "input":{"shape":"GetFunctionConcurrencyRequest"},
281
+ "output":{"shape":"GetFunctionConcurrencyResponse"},
282
+ "errors":[
283
+ {"shape":"InvalidParameterValueException"},
284
+ {"shape":"ResourceNotFoundException"},
285
+ {"shape":"TooManyRequestsException"},
286
+ {"shape":"ServiceException"}
287
+ ]
288
+ },
256
289
  "GetFunctionConfiguration":{
257
290
  "name":"GetFunctionConfiguration",
258
291
  "http":{
@@ -349,6 +382,23 @@
349
382
  {"shape":"InvalidParameterValueException"}
350
383
  ]
351
384
  },
385
+ "GetProvisionedConcurrencyConfig":{
386
+ "name":"GetProvisionedConcurrencyConfig",
387
+ "http":{
388
+ "method":"GET",
389
+ "requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency",
390
+ "responseCode":200
391
+ },
392
+ "input":{"shape":"GetProvisionedConcurrencyConfigRequest"},
393
+ "output":{"shape":"GetProvisionedConcurrencyConfigResponse"},
394
+ "errors":[
395
+ {"shape":"InvalidParameterValueException"},
396
+ {"shape":"ResourceNotFoundException"},
397
+ {"shape":"TooManyRequestsException"},
398
+ {"shape":"ServiceException"},
399
+ {"shape":"ProvisionedConcurrencyConfigNotFoundException"}
400
+ ]
401
+ },
352
402
  "Invoke":{
353
403
  "name":"Invoke",
354
404
  "http":{
@@ -494,6 +544,22 @@
494
544
  {"shape":"TooManyRequestsException"}
495
545
  ]
496
546
  },
547
+ "ListProvisionedConcurrencyConfigs":{
548
+ "name":"ListProvisionedConcurrencyConfigs",
549
+ "http":{
550
+ "method":"GET",
551
+ "requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL",
552
+ "responseCode":200
553
+ },
554
+ "input":{"shape":"ListProvisionedConcurrencyConfigsRequest"},
555
+ "output":{"shape":"ListProvisionedConcurrencyConfigsResponse"},
556
+ "errors":[
557
+ {"shape":"InvalidParameterValueException"},
558
+ {"shape":"ResourceNotFoundException"},
559
+ {"shape":"TooManyRequestsException"},
560
+ {"shape":"ServiceException"}
561
+ ]
562
+ },
497
563
  "ListTags":{
498
564
  "name":"ListTags",
499
565
  "http":{
@@ -594,6 +660,23 @@
594
660
  {"shape":"TooManyRequestsException"}
595
661
  ]
596
662
  },
663
+ "PutProvisionedConcurrencyConfig":{
664
+ "name":"PutProvisionedConcurrencyConfig",
665
+ "http":{
666
+ "method":"PUT",
667
+ "requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency",
668
+ "responseCode":202
669
+ },
670
+ "input":{"shape":"PutProvisionedConcurrencyConfigRequest"},
671
+ "output":{"shape":"PutProvisionedConcurrencyConfigResponse"},
672
+ "errors":[
673
+ {"shape":"InvalidParameterValueException"},
674
+ {"shape":"ResourceNotFoundException"},
675
+ {"shape":"ResourceConflictException"},
676
+ {"shape":"TooManyRequestsException"},
677
+ {"shape":"ServiceException"}
678
+ ]
679
+ },
597
680
  "RemoveLayerVersionPermission":{
598
681
  "name":"RemoveLayerVersionPermission",
599
682
  "http":{
@@ -1084,6 +1167,25 @@
1084
1167
  }
1085
1168
  }
1086
1169
  },
1170
+ "DeleteProvisionedConcurrencyConfigRequest":{
1171
+ "type":"structure",
1172
+ "required":[
1173
+ "FunctionName",
1174
+ "Qualifier"
1175
+ ],
1176
+ "members":{
1177
+ "FunctionName":{
1178
+ "shape":"FunctionName",
1179
+ "location":"uri",
1180
+ "locationName":"FunctionName"
1181
+ },
1182
+ "Qualifier":{
1183
+ "shape":"Qualifier",
1184
+ "location":"querystring",
1185
+ "locationName":"Qualifier"
1186
+ }
1187
+ }
1188
+ },
1087
1189
  "Description":{
1088
1190
  "type":"string",
1089
1191
  "max":256,
@@ -1333,6 +1435,23 @@
1333
1435
  }
1334
1436
  }
1335
1437
  },
1438
+ "GetFunctionConcurrencyRequest":{
1439
+ "type":"structure",
1440
+ "required":["FunctionName"],
1441
+ "members":{
1442
+ "FunctionName":{
1443
+ "shape":"FunctionName",
1444
+ "location":"uri",
1445
+ "locationName":"FunctionName"
1446
+ }
1447
+ }
1448
+ },
1449
+ "GetFunctionConcurrencyResponse":{
1450
+ "type":"structure",
1451
+ "members":{
1452
+ "ReservedConcurrentExecutions":{"shape":"ReservedConcurrentExecutions"}
1453
+ }
1454
+ },
1336
1455
  "GetFunctionConfigurationRequest":{
1337
1456
  "type":"structure",
1338
1457
  "required":["FunctionName"],
@@ -1482,6 +1601,36 @@
1482
1601
  "RevisionId":{"shape":"String"}
1483
1602
  }
1484
1603
  },
1604
+ "GetProvisionedConcurrencyConfigRequest":{
1605
+ "type":"structure",
1606
+ "required":[
1607
+ "FunctionName",
1608
+ "Qualifier"
1609
+ ],
1610
+ "members":{
1611
+ "FunctionName":{
1612
+ "shape":"FunctionName",
1613
+ "location":"uri",
1614
+ "locationName":"FunctionName"
1615
+ },
1616
+ "Qualifier":{
1617
+ "shape":"Qualifier",
1618
+ "location":"querystring",
1619
+ "locationName":"Qualifier"
1620
+ }
1621
+ }
1622
+ },
1623
+ "GetProvisionedConcurrencyConfigResponse":{
1624
+ "type":"structure",
1625
+ "members":{
1626
+ "RequestedProvisionedConcurrentExecutions":{"shape":"PositiveInteger"},
1627
+ "AvailableProvisionedConcurrentExecutions":{"shape":"NonNegativeInteger"},
1628
+ "AllocatedProvisionedConcurrentExecutions":{"shape":"NonNegativeInteger"},
1629
+ "Status":{"shape":"ProvisionedConcurrencyStatusEnum"},
1630
+ "StatusReason":{"shape":"String"},
1631
+ "LastModified":{"shape":"Timestamp"}
1632
+ }
1633
+ },
1485
1634
  "Handler":{
1486
1635
  "type":"string",
1487
1636
  "max":128,
@@ -1970,6 +2119,34 @@
1970
2119
  "Layers":{"shape":"LayersList"}
1971
2120
  }
1972
2121
  },
2122
+ "ListProvisionedConcurrencyConfigsRequest":{
2123
+ "type":"structure",
2124
+ "required":["FunctionName"],
2125
+ "members":{
2126
+ "FunctionName":{
2127
+ "shape":"FunctionName",
2128
+ "location":"uri",
2129
+ "locationName":"FunctionName"
2130
+ },
2131
+ "Marker":{
2132
+ "shape":"String",
2133
+ "location":"querystring",
2134
+ "locationName":"Marker"
2135
+ },
2136
+ "MaxItems":{
2137
+ "shape":"MaxProvisionedConcurrencyConfigListItems",
2138
+ "location":"querystring",
2139
+ "locationName":"MaxItems"
2140
+ }
2141
+ }
2142
+ },
2143
+ "ListProvisionedConcurrencyConfigsResponse":{
2144
+ "type":"structure",
2145
+ "members":{
2146
+ "ProvisionedConcurrencyConfigs":{"shape":"ProvisionedConcurrencyConfigList"},
2147
+ "NextMarker":{"shape":"String"}
2148
+ }
2149
+ },
1973
2150
  "ListTagsRequest":{
1974
2151
  "type":"structure",
1975
2152
  "required":["Resource"],
@@ -2042,6 +2219,11 @@
2042
2219
  "max":10000,
2043
2220
  "min":1
2044
2221
  },
2222
+ "MaxProvisionedConcurrencyConfigListItems":{
2223
+ "type":"integer",
2224
+ "max":50,
2225
+ "min":1
2226
+ },
2045
2227
  "MaximumBatchingWindowInSeconds":{
2046
2228
  "type":"integer",
2047
2229
  "max":300,
@@ -2088,6 +2270,10 @@
2088
2270
  "min":1,
2089
2271
  "pattern":"([a-zA-Z0-9-_.]+)"
2090
2272
  },
2273
+ "NonNegativeInteger":{
2274
+ "type":"integer",
2275
+ "min":0
2276
+ },
2091
2277
  "OnFailure":{
2092
2278
  "type":"structure",
2093
2279
  "members":{
@@ -2118,6 +2304,10 @@
2118
2304
  "error":{"httpStatusCode":400},
2119
2305
  "exception":true
2120
2306
  },
2307
+ "PositiveInteger":{
2308
+ "type":"integer",
2309
+ "min":1
2310
+ },
2121
2311
  "PreconditionFailedException":{
2122
2312
  "type":"structure",
2123
2313
  "members":{
@@ -2131,6 +2321,39 @@
2131
2321
  "type":"string",
2132
2322
  "pattern":".*"
2133
2323
  },
2324
+ "ProvisionedConcurrencyConfigList":{
2325
+ "type":"list",
2326
+ "member":{"shape":"ProvisionedConcurrencyConfigListItem"}
2327
+ },
2328
+ "ProvisionedConcurrencyConfigListItem":{
2329
+ "type":"structure",
2330
+ "members":{
2331
+ "FunctionArn":{"shape":"FunctionArn"},
2332
+ "RequestedProvisionedConcurrentExecutions":{"shape":"PositiveInteger"},
2333
+ "AvailableProvisionedConcurrentExecutions":{"shape":"NonNegativeInteger"},
2334
+ "AllocatedProvisionedConcurrentExecutions":{"shape":"NonNegativeInteger"},
2335
+ "Status":{"shape":"ProvisionedConcurrencyStatusEnum"},
2336
+ "StatusReason":{"shape":"String"},
2337
+ "LastModified":{"shape":"Timestamp"}
2338
+ }
2339
+ },
2340
+ "ProvisionedConcurrencyConfigNotFoundException":{
2341
+ "type":"structure",
2342
+ "members":{
2343
+ "Type":{"shape":"String"},
2344
+ "message":{"shape":"String"}
2345
+ },
2346
+ "error":{"httpStatusCode":404},
2347
+ "exception":true
2348
+ },
2349
+ "ProvisionedConcurrencyStatusEnum":{
2350
+ "type":"string",
2351
+ "enum":[
2352
+ "IN_PROGRESS",
2353
+ "READY",
2354
+ "FAILED"
2355
+ ]
2356
+ },
2134
2357
  "PublishLayerVersionRequest":{
2135
2358
  "type":"structure",
2136
2359
  "required":[
@@ -2210,6 +2433,38 @@
2210
2433
  "DestinationConfig":{"shape":"DestinationConfig"}
2211
2434
  }
2212
2435
  },
2436
+ "PutProvisionedConcurrencyConfigRequest":{
2437
+ "type":"structure",
2438
+ "required":[
2439
+ "FunctionName",
2440
+ "Qualifier",
2441
+ "ProvisionedConcurrentExecutions"
2442
+ ],
2443
+ "members":{
2444
+ "FunctionName":{
2445
+ "shape":"FunctionName",
2446
+ "location":"uri",
2447
+ "locationName":"FunctionName"
2448
+ },
2449
+ "Qualifier":{
2450
+ "shape":"Qualifier",
2451
+ "location":"querystring",
2452
+ "locationName":"Qualifier"
2453
+ },
2454
+ "ProvisionedConcurrentExecutions":{"shape":"PositiveInteger"}
2455
+ }
2456
+ },
2457
+ "PutProvisionedConcurrencyConfigResponse":{
2458
+ "type":"structure",
2459
+ "members":{
2460
+ "RequestedProvisionedConcurrentExecutions":{"shape":"PositiveInteger"},
2461
+ "AvailableProvisionedConcurrentExecutions":{"shape":"NonNegativeInteger"},
2462
+ "AllocatedProvisionedConcurrentExecutions":{"shape":"NonNegativeInteger"},
2463
+ "Status":{"shape":"ProvisionedConcurrencyStatusEnum"},
2464
+ "StatusReason":{"shape":"String"},
2465
+ "LastModified":{"shape":"Timestamp"}
2466
+ }
2467
+ },
2213
2468
  "Qualifier":{
2214
2469
  "type":"string",
2215
2470
  "max":128,