1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.lambda#AWSGirApiService": {
33            "type": "service",
34            "version": "2015-03-31",
35            "operations": [
36                {
37                    "target": "com.amazonaws.lambda#AddLayerVersionPermission"
38                },
39                {
40                    "target": "com.amazonaws.lambda#AddPermission"
41                },
42                {
43                    "target": "com.amazonaws.lambda#CreateAlias"
44                },
45                {
46                    "target": "com.amazonaws.lambda#CreateCodeSigningConfig"
47                },
48                {
49                    "target": "com.amazonaws.lambda#CreateEventSourceMapping"
50                },
51                {
52                    "target": "com.amazonaws.lambda#CreateFunction"
53                },
54                {
55                    "target": "com.amazonaws.lambda#DeleteAlias"
56                },
57                {
58                    "target": "com.amazonaws.lambda#DeleteCodeSigningConfig"
59                },
60                {
61                    "target": "com.amazonaws.lambda#DeleteEventSourceMapping"
62                },
63                {
64                    "target": "com.amazonaws.lambda#DeleteFunction"
65                },
66                {
67                    "target": "com.amazonaws.lambda#DeleteFunctionCodeSigningConfig"
68                },
69                {
70                    "target": "com.amazonaws.lambda#DeleteFunctionConcurrency"
71                },
72                {
73                    "target": "com.amazonaws.lambda#DeleteFunctionEventInvokeConfig"
74                },
75                {
76                    "target": "com.amazonaws.lambda#DeleteLayerVersion"
77                },
78                {
79                    "target": "com.amazonaws.lambda#DeleteProvisionedConcurrencyConfig"
80                },
81                {
82                    "target": "com.amazonaws.lambda#GetAccountSettings"
83                },
84                {
85                    "target": "com.amazonaws.lambda#GetAlias"
86                },
87                {
88                    "target": "com.amazonaws.lambda#GetCodeSigningConfig"
89                },
90                {
91                    "target": "com.amazonaws.lambda#GetEventSourceMapping"
92                },
93                {
94                    "target": "com.amazonaws.lambda#GetFunction"
95                },
96                {
97                    "target": "com.amazonaws.lambda#GetFunctionCodeSigningConfig"
98                },
99                {
100                    "target": "com.amazonaws.lambda#GetFunctionConcurrency"
101                },
102                {
103                    "target": "com.amazonaws.lambda#GetFunctionConfiguration"
104                },
105                {
106                    "target": "com.amazonaws.lambda#GetFunctionEventInvokeConfig"
107                },
108                {
109                    "target": "com.amazonaws.lambda#GetLayerVersion"
110                },
111                {
112                    "target": "com.amazonaws.lambda#GetLayerVersionByArn"
113                },
114                {
115                    "target": "com.amazonaws.lambda#GetLayerVersionPolicy"
116                },
117                {
118                    "target": "com.amazonaws.lambda#GetPolicy"
119                },
120                {
121                    "target": "com.amazonaws.lambda#GetProvisionedConcurrencyConfig"
122                },
123                {
124                    "target": "com.amazonaws.lambda#Invoke"
125                },
126                {
127                    "target": "com.amazonaws.lambda#InvokeAsync"
128                },
129                {
130                    "target": "com.amazonaws.lambda#ListAliases"
131                },
132                {
133                    "target": "com.amazonaws.lambda#ListCodeSigningConfigs"
134                },
135                {
136                    "target": "com.amazonaws.lambda#ListEventSourceMappings"
137                },
138                {
139                    "target": "com.amazonaws.lambda#ListFunctionEventInvokeConfigs"
140                },
141                {
142                    "target": "com.amazonaws.lambda#ListFunctions"
143                },
144                {
145                    "target": "com.amazonaws.lambda#ListFunctionsByCodeSigningConfig"
146                },
147                {
148                    "target": "com.amazonaws.lambda#ListLayers"
149                },
150                {
151                    "target": "com.amazonaws.lambda#ListLayerVersions"
152                },
153                {
154                    "target": "com.amazonaws.lambda#ListProvisionedConcurrencyConfigs"
155                },
156                {
157                    "target": "com.amazonaws.lambda#ListTags"
158                },
159                {
160                    "target": "com.amazonaws.lambda#ListVersionsByFunction"
161                },
162                {
163                    "target": "com.amazonaws.lambda#PublishLayerVersion"
164                },
165                {
166                    "target": "com.amazonaws.lambda#PublishVersion"
167                },
168                {
169                    "target": "com.amazonaws.lambda#PutFunctionCodeSigningConfig"
170                },
171                {
172                    "target": "com.amazonaws.lambda#PutFunctionConcurrency"
173                },
174                {
175                    "target": "com.amazonaws.lambda#PutFunctionEventInvokeConfig"
176                },
177                {
178                    "target": "com.amazonaws.lambda#PutProvisionedConcurrencyConfig"
179                },
180                {
181                    "target": "com.amazonaws.lambda#RemoveLayerVersionPermission"
182                },
183                {
184                    "target": "com.amazonaws.lambda#RemovePermission"
185                },
186                {
187                    "target": "com.amazonaws.lambda#TagResource"
188                },
189                {
190                    "target": "com.amazonaws.lambda#UntagResource"
191                },
192                {
193                    "target": "com.amazonaws.lambda#UpdateAlias"
194                },
195                {
196                    "target": "com.amazonaws.lambda#UpdateCodeSigningConfig"
197                },
198                {
199                    "target": "com.amazonaws.lambda#UpdateEventSourceMapping"
200                },
201                {
202                    "target": "com.amazonaws.lambda#UpdateFunctionCode"
203                },
204                {
205                    "target": "com.amazonaws.lambda#UpdateFunctionConfiguration"
206                },
207                {
208                    "target": "com.amazonaws.lambda#UpdateFunctionEventInvokeConfig"
209                }
210            ],
211            "traits": {
212                "aws.api#service": {
213                    "sdkId": "Lambda",
214                    "arnNamespace": "lambda",
215                    "cloudFormationName": "Lambda",
216                    "cloudTrailEventSource": "lambda.amazonaws.com",
217                    "endpointPrefix": "lambda"
218                },
219                "aws.auth#sigv4": {
220                    "name": "lambda"
221                },
222                "aws.protocols#restJson1": {},
223                "smithy.api#documentation": "<fullname>AWS Lambda</fullname>\n         <p>\n            <b>Overview</b>\n         </p>\n         <p>This is the <i>AWS Lambda API Reference</i>. The AWS Lambda Developer Guide provides additional\n      information. For the service overview, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/welcome.html\">What is\n        AWS Lambda</a>, and for information about how the service works, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html\">AWS Lambda: How it Works</a> in the <b>AWS Lambda Developer Guide</b>.</p>",
224                "smithy.api#title": "AWS Lambda"
225            }
226        },
227        "com.amazonaws.lambda#AccountLimit": {
228            "type": "structure",
229            "members": {
230                "TotalCodeSize": {
231                    "target": "com.amazonaws.lambda#Long",
232                    "traits": {
233                        "smithy.api#documentation": "<p>The amount of storage space that you can use for all deployment packages and layer archives.</p>"
234                    }
235                },
236                "CodeSizeUnzipped": {
237                    "target": "com.amazonaws.lambda#Long",
238                    "traits": {
239                        "smithy.api#documentation": "<p>The maximum size of a function's deployment package and layers when they're extracted.</p>"
240                    }
241                },
242                "CodeSizeZipped": {
243                    "target": "com.amazonaws.lambda#Long",
244                    "traits": {
245                        "smithy.api#documentation": "<p>The maximum size of a deployment package when it's uploaded directly to AWS Lambda. Use Amazon S3 for larger\n      files.</p>"
246                    }
247                },
248                "ConcurrentExecutions": {
249                    "target": "com.amazonaws.lambda#Integer",
250                    "traits": {
251                        "smithy.api#documentation": "<p>The maximum number of simultaneous function executions.</p>"
252                    }
253                },
254                "UnreservedConcurrentExecutions": {
255                    "target": "com.amazonaws.lambda#UnreservedConcurrentExecutions",
256                    "traits": {
257                        "smithy.api#documentation": "<p>The maximum number of simultaneous function executions, minus the capacity that's reserved for individual\n      functions with <a>PutFunctionConcurrency</a>.</p>"
258                    }
259                }
260            },
261            "traits": {
262                "smithy.api#documentation": "<p>Limits that are related to concurrency and storage. All file and storage sizes are in bytes.</p>"
263            }
264        },
265        "com.amazonaws.lambda#AccountUsage": {
266            "type": "structure",
267            "members": {
268                "TotalCodeSize": {
269                    "target": "com.amazonaws.lambda#Long",
270                    "traits": {
271                        "smithy.api#documentation": "<p>The amount of storage space, in bytes, that's being used by deployment packages and layer archives.</p>"
272                    }
273                },
274                "FunctionCount": {
275                    "target": "com.amazonaws.lambda#Long",
276                    "traits": {
277                        "smithy.api#documentation": "<p>The number of Lambda functions.</p>"
278                    }
279                }
280            },
281            "traits": {
282                "smithy.api#documentation": "<p>The number of functions and amount of storage in use.</p>"
283            }
284        },
285        "com.amazonaws.lambda#Action": {
286            "type": "string",
287            "traits": {
288                "smithy.api#pattern": "(lambda:[*]|lambda:[a-zA-Z]+|[*])"
289            }
290        },
291        "com.amazonaws.lambda#AddLayerVersionPermission": {
292            "type": "operation",
293            "input": {
294                "target": "com.amazonaws.lambda#AddLayerVersionPermissionRequest"
295            },
296            "output": {
297                "target": "com.amazonaws.lambda#AddLayerVersionPermissionResponse"
298            },
299            "errors": [
300                {
301                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
302                },
303                {
304                    "target": "com.amazonaws.lambda#PolicyLengthExceededException"
305                },
306                {
307                    "target": "com.amazonaws.lambda#PreconditionFailedException"
308                },
309                {
310                    "target": "com.amazonaws.lambda#ResourceConflictException"
311                },
312                {
313                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
314                },
315                {
316                    "target": "com.amazonaws.lambda#ServiceException"
317                },
318                {
319                    "target": "com.amazonaws.lambda#TooManyRequestsException"
320                }
321            ],
322            "traits": {
323                "smithy.api#documentation": "<p>Adds permissions to the resource-based policy of a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>. Use this action to grant layer\n      usage permission to other accounts. You can grant permission to a single account, all AWS accounts, or all\n      accounts in an organization.</p>\n         <p>To revoke permission, call <a>RemoveLayerVersionPermission</a> with the statement ID that you\n      specified when you added it.</p>",
324                "smithy.api#http": {
325                    "method": "POST",
326                    "uri": "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy",
327                    "code": 201
328                }
329            }
330        },
331        "com.amazonaws.lambda#AddLayerVersionPermissionRequest": {
332            "type": "structure",
333            "members": {
334                "LayerName": {
335                    "target": "com.amazonaws.lambda#LayerName",
336                    "traits": {
337                        "smithy.api#documentation": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
338                        "smithy.api#httpLabel": {},
339                        "smithy.api#required": {}
340                    }
341                },
342                "VersionNumber": {
343                    "target": "com.amazonaws.lambda#LayerVersionNumber",
344                    "traits": {
345                        "smithy.api#documentation": "<p>The version number.</p>",
346                        "smithy.api#httpLabel": {},
347                        "smithy.api#required": {}
348                    }
349                },
350                "StatementId": {
351                    "target": "com.amazonaws.lambda#StatementId",
352                    "traits": {
353                        "smithy.api#documentation": "<p>An identifier that distinguishes the policy from others on the same layer version.</p>",
354                        "smithy.api#required": {}
355                    }
356                },
357                "Action": {
358                    "target": "com.amazonaws.lambda#LayerPermissionAllowedAction",
359                    "traits": {
360                        "smithy.api#documentation": "<p>The API action that grants access to the layer. For example, <code>lambda:GetLayerVersion</code>.</p>",
361                        "smithy.api#required": {}
362                    }
363                },
364                "Principal": {
365                    "target": "com.amazonaws.lambda#LayerPermissionAllowedPrincipal",
366                    "traits": {
367                        "smithy.api#documentation": "<p>An account ID, or <code>*</code> to grant permission to all AWS accounts.</p>",
368                        "smithy.api#required": {}
369                    }
370                },
371                "OrganizationId": {
372                    "target": "com.amazonaws.lambda#OrganizationId",
373                    "traits": {
374                        "smithy.api#documentation": "<p>With the principal set to <code>*</code>, grant permission to all accounts in the specified\n      organization.</p>"
375                    }
376                },
377                "RevisionId": {
378                    "target": "com.amazonaws.lambda#String",
379                    "traits": {
380                        "smithy.api#documentation": "<p>Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a\n      policy that has changed since you last read it.</p>",
381                        "smithy.api#httpQuery": "RevisionId"
382                    }
383                }
384            }
385        },
386        "com.amazonaws.lambda#AddLayerVersionPermissionResponse": {
387            "type": "structure",
388            "members": {
389                "Statement": {
390                    "target": "com.amazonaws.lambda#String",
391                    "traits": {
392                        "smithy.api#documentation": "<p>The permission statement.</p>"
393                    }
394                },
395                "RevisionId": {
396                    "target": "com.amazonaws.lambda#String",
397                    "traits": {
398                        "smithy.api#documentation": "<p>A unique identifier for the current revision of the policy.</p>"
399                    }
400                }
401            }
402        },
403        "com.amazonaws.lambda#AddPermission": {
404            "type": "operation",
405            "input": {
406                "target": "com.amazonaws.lambda#AddPermissionRequest"
407            },
408            "output": {
409                "target": "com.amazonaws.lambda#AddPermissionResponse"
410            },
411            "errors": [
412                {
413                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
414                },
415                {
416                    "target": "com.amazonaws.lambda#PolicyLengthExceededException"
417                },
418                {
419                    "target": "com.amazonaws.lambda#PreconditionFailedException"
420                },
421                {
422                    "target": "com.amazonaws.lambda#ResourceConflictException"
423                },
424                {
425                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
426                },
427                {
428                    "target": "com.amazonaws.lambda#ServiceException"
429                },
430                {
431                    "target": "com.amazonaws.lambda#TooManyRequestsException"
432                }
433            ],
434            "traits": {
435                "smithy.api#documentation": "<p>Grants an AWS service or another account permission to use a function. You can apply the policy at the\n      function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier,\n      the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function.</p>\n      \n         <p>To grant permission to another account, specify the account ID as the <code>Principal</code>. For AWS\n      services, the principal is a domain-style identifier defined by the service, like <code>s3.amazonaws.com</code> or\n        <code>sns.amazonaws.com</code>. For AWS services, you can also specify the ARN of the associated resource as the\n        <code>SourceArn</code>. If you grant permission to a service principal without specifying the source, other\n      accounts could potentially configure resources in their account to invoke your Lambda function.</p>\n      \n         <p>This action adds a statement to a resource-based permissions policy for the function. For more information\n      about function policies, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html\">Lambda Function Policies</a>. </p>",
436                "smithy.api#http": {
437                    "method": "POST",
438                    "uri": "/2015-03-31/functions/{FunctionName}/policy",
439                    "code": 201
440                }
441            }
442        },
443        "com.amazonaws.lambda#AddPermissionRequest": {
444            "type": "structure",
445            "members": {
446                "FunctionName": {
447                    "target": "com.amazonaws.lambda#FunctionName",
448                    "traits": {
449                        "smithy.api#documentation": "<p>The name of the Lambda function, version, or alias.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
450                        "smithy.api#httpLabel": {},
451                        "smithy.api#required": {}
452                    }
453                },
454                "StatementId": {
455                    "target": "com.amazonaws.lambda#StatementId",
456                    "traits": {
457                        "smithy.api#documentation": "<p>A statement identifier that differentiates the statement from others in the same policy.</p>",
458                        "smithy.api#required": {}
459                    }
460                },
461                "Action": {
462                    "target": "com.amazonaws.lambda#Action",
463                    "traits": {
464                        "smithy.api#documentation": "<p>The action that the principal can use on the function. For example, <code>lambda:InvokeFunction</code> or\n        <code>lambda:GetFunction</code>.</p>",
465                        "smithy.api#required": {}
466                    }
467                },
468                "Principal": {
469                    "target": "com.amazonaws.lambda#Principal",
470                    "traits": {
471                        "smithy.api#documentation": "<p>The AWS service or account that invokes the function. If you specify a service, use <code>SourceArn</code> or\n        <code>SourceAccount</code> to limit who can invoke the function through that service.</p>",
472                        "smithy.api#required": {}
473                    }
474                },
475                "SourceArn": {
476                    "target": "com.amazonaws.lambda#Arn",
477                    "traits": {
478                        "smithy.api#documentation": "<p>For AWS services, the ARN of the AWS resource that invokes the function. For example, an Amazon S3 bucket or\n      Amazon SNS topic.</p>"
479                    }
480                },
481                "SourceAccount": {
482                    "target": "com.amazonaws.lambda#SourceOwner",
483                    "traits": {
484                        "smithy.api#documentation": "<p>For Amazon S3, the ID of the account that owns the resource. Use this together with <code>SourceArn</code> to\n      ensure that the resource is owned by the specified account. It is possible for an Amazon S3 bucket to be deleted\n      by its owner and recreated by another account.</p>"
485                    }
486                },
487                "EventSourceToken": {
488                    "target": "com.amazonaws.lambda#EventSourceToken",
489                    "traits": {
490                        "smithy.api#documentation": "<p>For Alexa Smart Home functions, a token that must be supplied by the invoker.</p>"
491                    }
492                },
493                "Qualifier": {
494                    "target": "com.amazonaws.lambda#Qualifier",
495                    "traits": {
496                        "smithy.api#documentation": "<p>Specify a version or alias to add permissions to a published version of the function.</p>",
497                        "smithy.api#httpQuery": "Qualifier"
498                    }
499                },
500                "RevisionId": {
501                    "target": "com.amazonaws.lambda#String",
502                    "traits": {
503                        "smithy.api#documentation": "<p>Only update the policy if the revision ID matches the ID that's specified. Use this option to avoid modifying a\n      policy that has changed since you last read it.</p>"
504                    }
505                }
506            }
507        },
508        "com.amazonaws.lambda#AddPermissionResponse": {
509            "type": "structure",
510            "members": {
511                "Statement": {
512                    "target": "com.amazonaws.lambda#String",
513                    "traits": {
514                        "smithy.api#documentation": "<p>The permission statement that's added to the function policy.</p>"
515                    }
516                }
517            }
518        },
519        "com.amazonaws.lambda#AdditionalVersion": {
520            "type": "string",
521            "traits": {
522                "smithy.api#length": {
523                    "min": 1,
524                    "max": 1024
525                },
526                "smithy.api#pattern": "[0-9]+"
527            }
528        },
529        "com.amazonaws.lambda#AdditionalVersionWeights": {
530            "type": "map",
531            "key": {
532                "target": "com.amazonaws.lambda#AdditionalVersion"
533            },
534            "value": {
535                "target": "com.amazonaws.lambda#Weight"
536            }
537        },
538        "com.amazonaws.lambda#Alias": {
539            "type": "string",
540            "traits": {
541                "smithy.api#length": {
542                    "min": 1,
543                    "max": 128
544                },
545                "smithy.api#pattern": "(?!^[0-9]+$)([a-zA-Z0-9-_]+)"
546            }
547        },
548        "com.amazonaws.lambda#AliasConfiguration": {
549            "type": "structure",
550            "members": {
551                "AliasArn": {
552                    "target": "com.amazonaws.lambda#FunctionArn",
553                    "traits": {
554                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the alias.</p>"
555                    }
556                },
557                "Name": {
558                    "target": "com.amazonaws.lambda#Alias",
559                    "traits": {
560                        "smithy.api#documentation": "<p>The name of the alias.</p>"
561                    }
562                },
563                "FunctionVersion": {
564                    "target": "com.amazonaws.lambda#Version",
565                    "traits": {
566                        "smithy.api#documentation": "<p>The function version that the alias invokes.</p>"
567                    }
568                },
569                "Description": {
570                    "target": "com.amazonaws.lambda#Description",
571                    "traits": {
572                        "smithy.api#documentation": "<p>A description of the alias.</p>"
573                    }
574                },
575                "RoutingConfig": {
576                    "target": "com.amazonaws.lambda#AliasRoutingConfiguration",
577                    "traits": {
578                        "smithy.api#documentation": "<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html\">routing\n        configuration</a> of the alias.</p>"
579                    }
580                },
581                "RevisionId": {
582                    "target": "com.amazonaws.lambda#String",
583                    "traits": {
584                        "smithy.api#documentation": "<p>A unique identifier that changes when you update the alias.</p>"
585                    }
586                }
587            },
588            "traits": {
589                "smithy.api#documentation": "<p>Provides configuration information about a Lambda function <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">alias</a>.</p>"
590            }
591        },
592        "com.amazonaws.lambda#AliasList": {
593            "type": "list",
594            "member": {
595                "target": "com.amazonaws.lambda#AliasConfiguration"
596            }
597        },
598        "com.amazonaws.lambda#AliasRoutingConfiguration": {
599            "type": "structure",
600            "members": {
601                "AdditionalVersionWeights": {
602                    "target": "com.amazonaws.lambda#AdditionalVersionWeights",
603                    "traits": {
604                        "smithy.api#documentation": "<p>The second version, and the percentage of traffic that's routed to it.</p>"
605                    }
606                }
607            },
608            "traits": {
609                "smithy.api#documentation": "<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html\">traffic-shifting</a> configuration of a Lambda function alias.</p>"
610            }
611        },
612        "com.amazonaws.lambda#AllowedPublishers": {
613            "type": "structure",
614            "members": {
615                "SigningProfileVersionArns": {
616                    "target": "com.amazonaws.lambda#SigningProfileVersionArns",
617                    "traits": {
618                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user\n      who can sign a code package. </p>",
619                        "smithy.api#required": {}
620                    }
621                }
622            },
623            "traits": {
624                "smithy.api#documentation": "<p>List of signing profiles that can sign a code package. </p>"
625            }
626        },
627        "com.amazonaws.lambda#Arn": {
628            "type": "string",
629            "traits": {
630                "smithy.api#pattern": "arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)"
631            }
632        },
633        "com.amazonaws.lambda#BatchSize": {
634            "type": "integer",
635            "traits": {
636                "smithy.api#box": {},
637                "smithy.api#range": {
638                    "min": 1,
639                    "max": 10000
640                }
641            }
642        },
643        "com.amazonaws.lambda#BisectBatchOnFunctionError": {
644            "type": "boolean",
645            "traits": {
646                "smithy.api#box": {}
647            }
648        },
649        "com.amazonaws.lambda#Blob": {
650            "type": "blob",
651            "traits": {
652                "smithy.api#sensitive": {}
653            }
654        },
655        "com.amazonaws.lambda#BlobStream": {
656            "type": "blob",
657            "traits": {
658                "smithy.api#streaming": {}
659            }
660        },
661        "com.amazonaws.lambda#Boolean": {
662            "type": "boolean"
663        },
664        "com.amazonaws.lambda#CodeSigningConfig": {
665            "type": "structure",
666            "members": {
667                "CodeSigningConfigId": {
668                    "target": "com.amazonaws.lambda#CodeSigningConfigId",
669                    "traits": {
670                        "smithy.api#documentation": "<p>Unique identifer for the Code signing configuration.</p>",
671                        "smithy.api#required": {}
672                    }
673                },
674                "CodeSigningConfigArn": {
675                    "target": "com.amazonaws.lambda#CodeSigningConfigArn",
676                    "traits": {
677                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Code signing configuration.</p>",
678                        "smithy.api#required": {}
679                    }
680                },
681                "Description": {
682                    "target": "com.amazonaws.lambda#Description",
683                    "traits": {
684                        "smithy.api#documentation": "<p>Code signing configuration description.</p>"
685                    }
686                },
687                "AllowedPublishers": {
688                    "target": "com.amazonaws.lambda#AllowedPublishers",
689                    "traits": {
690                        "smithy.api#documentation": "<p>List of allowed publishers.</p>",
691                        "smithy.api#required": {}
692                    }
693                },
694                "CodeSigningPolicies": {
695                    "target": "com.amazonaws.lambda#CodeSigningPolicies",
696                    "traits": {
697                        "smithy.api#documentation": "<p>The code signing policy controls the validation failure action for signature mismatch or expiry.</p>",
698                        "smithy.api#required": {}
699                    }
700                },
701                "LastModified": {
702                    "target": "com.amazonaws.lambda#Timestamp",
703                    "traits": {
704                        "smithy.api#documentation": "<p>The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). </p>",
705                        "smithy.api#required": {}
706                    }
707                }
708            },
709            "traits": {
710                "smithy.api#documentation": "<p>Details about a Code signing configuration. </p>"
711            }
712        },
713        "com.amazonaws.lambda#CodeSigningConfigArn": {
714            "type": "string",
715            "traits": {
716                "smithy.api#length": {
717                    "min": 0,
718                    "max": 200
719                },
720                "smithy.api#pattern": "arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:code-signing-config:csc-[a-z0-9]{17}"
721            }
722        },
723        "com.amazonaws.lambda#CodeSigningConfigId": {
724            "type": "string",
725            "traits": {
726                "smithy.api#pattern": "csc-[a-zA-Z0-9-_\\.]{17}"
727            }
728        },
729        "com.amazonaws.lambda#CodeSigningConfigList": {
730            "type": "list",
731            "member": {
732                "target": "com.amazonaws.lambda#CodeSigningConfig"
733            }
734        },
735        "com.amazonaws.lambda#CodeSigningConfigNotFoundException": {
736            "type": "structure",
737            "members": {
738                "Type": {
739                    "target": "com.amazonaws.lambda#String"
740                },
741                "Message": {
742                    "target": "com.amazonaws.lambda#String"
743                }
744            },
745            "traits": {
746                "smithy.api#documentation": "<p>The specified code signing configuration does not exist.</p>",
747                "smithy.api#error": "client",
748                "smithy.api#httpError": 404
749            }
750        },
751        "com.amazonaws.lambda#CodeSigningPolicies": {
752            "type": "structure",
753            "members": {
754                "UntrustedArtifactOnDeployment": {
755                    "target": "com.amazonaws.lambda#CodeSigningPolicy",
756                    "traits": {
757                        "smithy.api#documentation": "<p>Code signing configuration policy for deployment validation failure. If you set the policy to\n      <code>Enforce</code>, Lambda blocks the deployment request if signature validation checks fail. If you set the\n      policy to <code>Warn</code>, Lambda allows the deployment and creates a CloudWatch log. </p>\n         <p>Default value: <code>Warn</code>\n         </p>"
758                    }
759                }
760            },
761            "traits": {
762                "smithy.api#documentation": "<p>Code signing configuration policies specifies the validation failure action for signature mismatch or\n       expiry.</p>"
763            }
764        },
765        "com.amazonaws.lambda#CodeSigningPolicy": {
766            "type": "string",
767            "traits": {
768                "smithy.api#enum": [
769                    {
770                        "value": "Warn",
771                        "name": "Warn"
772                    },
773                    {
774                        "value": "Enforce",
775                        "name": "Enforce"
776                    }
777                ]
778            }
779        },
780        "com.amazonaws.lambda#CodeStorageExceededException": {
781            "type": "structure",
782            "members": {
783                "Type": {
784                    "target": "com.amazonaws.lambda#String",
785                    "traits": {
786                        "smithy.api#documentation": "<p>The exception type.</p>"
787                    }
788                },
789                "message": {
790                    "target": "com.amazonaws.lambda#String"
791                }
792            },
793            "traits": {
794                "smithy.api#documentation": "<p>You have exceeded your maximum total code size per account. <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/limits.html\">Learn more</a>\n         </p>",
795                "smithy.api#error": "client",
796                "smithy.api#httpError": 400
797            }
798        },
799        "com.amazonaws.lambda#CodeVerificationFailedException": {
800            "type": "structure",
801            "members": {
802                "Type": {
803                    "target": "com.amazonaws.lambda#String"
804                },
805                "Message": {
806                    "target": "com.amazonaws.lambda#String"
807                }
808            },
809            "traits": {
810                "smithy.api#documentation": "<p>The code signature failed one or more of the validation checks for signature mismatch or expiry, and the code signing policy \n      is set to ENFORCE. Lambda blocks the deployment. </p>",
811                "smithy.api#error": "client",
812                "smithy.api#httpError": 400
813            }
814        },
815        "com.amazonaws.lambda#CompatibleRuntimes": {
816            "type": "list",
817            "member": {
818                "target": "com.amazonaws.lambda#Runtime"
819            },
820            "traits": {
821                "smithy.api#length": {
822                    "min": 0,
823                    "max": 15
824                }
825            }
826        },
827        "com.amazonaws.lambda#Concurrency": {
828            "type": "structure",
829            "members": {
830                "ReservedConcurrentExecutions": {
831                    "target": "com.amazonaws.lambda#ReservedConcurrentExecutions",
832                    "traits": {
833                        "smithy.api#documentation": "<p>The number of concurrent executions that are reserved for this function. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html\">Managing Concurrency</a>.</p>"
834                    }
835                }
836            }
837        },
838        "com.amazonaws.lambda#CreateAlias": {
839            "type": "operation",
840            "input": {
841                "target": "com.amazonaws.lambda#CreateAliasRequest"
842            },
843            "output": {
844                "target": "com.amazonaws.lambda#AliasConfiguration"
845            },
846            "errors": [
847                {
848                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
849                },
850                {
851                    "target": "com.amazonaws.lambda#ResourceConflictException"
852                },
853                {
854                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
855                },
856                {
857                    "target": "com.amazonaws.lambda#ServiceException"
858                },
859                {
860                    "target": "com.amazonaws.lambda#TooManyRequestsException"
861                }
862            ],
863            "traits": {
864                "smithy.api#documentation": "<p>Creates an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">alias</a> for a\n      Lambda function version. Use aliases to provide clients with a function identifier that you can update to invoke a\n      different version.</p>\n         <p>You can also map an alias to split invocation requests between two versions. Use the\n        <code>RoutingConfig</code> parameter to specify a second version and the percentage of invocation requests that\n      it receives.</p>",
865                "smithy.api#http": {
866                    "method": "POST",
867                    "uri": "/2015-03-31/functions/{FunctionName}/aliases",
868                    "code": 201
869                }
870            }
871        },
872        "com.amazonaws.lambda#CreateAliasRequest": {
873            "type": "structure",
874            "members": {
875                "FunctionName": {
876                    "target": "com.amazonaws.lambda#FunctionName",
877                    "traits": {
878                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
879                        "smithy.api#httpLabel": {},
880                        "smithy.api#required": {}
881                    }
882                },
883                "Name": {
884                    "target": "com.amazonaws.lambda#Alias",
885                    "traits": {
886                        "smithy.api#documentation": "<p>The name of the alias.</p>",
887                        "smithy.api#required": {}
888                    }
889                },
890                "FunctionVersion": {
891                    "target": "com.amazonaws.lambda#Version",
892                    "traits": {
893                        "smithy.api#documentation": "<p>The function version that the alias invokes.</p>",
894                        "smithy.api#required": {}
895                    }
896                },
897                "Description": {
898                    "target": "com.amazonaws.lambda#Description",
899                    "traits": {
900                        "smithy.api#documentation": "<p>A description of the alias.</p>"
901                    }
902                },
903                "RoutingConfig": {
904                    "target": "com.amazonaws.lambda#AliasRoutingConfiguration",
905                    "traits": {
906                        "smithy.api#documentation": "<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing\">routing\n        configuration</a> of the alias.</p>"
907                    }
908                }
909            }
910        },
911        "com.amazonaws.lambda#CreateCodeSigningConfig": {
912            "type": "operation",
913            "input": {
914                "target": "com.amazonaws.lambda#CreateCodeSigningConfigRequest"
915            },
916            "output": {
917                "target": "com.amazonaws.lambda#CreateCodeSigningConfigResponse"
918            },
919            "errors": [
920                {
921                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
922                },
923                {
924                    "target": "com.amazonaws.lambda#ServiceException"
925                }
926            ],
927            "traits": {
928                "smithy.api#documentation": "<p>Creates a code signing configuration. A <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-trustedcode.html\">code signing configuration</a> defines a list of\n      allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment\n      validation checks fail). </p>",
929                "smithy.api#http": {
930                    "method": "POST",
931                    "uri": "/2020-04-22/code-signing-configs",
932                    "code": 201
933                }
934            }
935        },
936        "com.amazonaws.lambda#CreateCodeSigningConfigRequest": {
937            "type": "structure",
938            "members": {
939                "Description": {
940                    "target": "com.amazonaws.lambda#Description",
941                    "traits": {
942                        "smithy.api#documentation": "<p>Descriptive name for this code signing configuration.</p>"
943                    }
944                },
945                "AllowedPublishers": {
946                    "target": "com.amazonaws.lambda#AllowedPublishers",
947                    "traits": {
948                        "smithy.api#documentation": "<p>Signing profiles for this code signing configuration.</p>",
949                        "smithy.api#required": {}
950                    }
951                },
952                "CodeSigningPolicies": {
953                    "target": "com.amazonaws.lambda#CodeSigningPolicies",
954                    "traits": {
955                        "smithy.api#documentation": "<p>The code signing policies define the actions to take if the validation checks fail. </p>"
956                    }
957                }
958            }
959        },
960        "com.amazonaws.lambda#CreateCodeSigningConfigResponse": {
961            "type": "structure",
962            "members": {
963                "CodeSigningConfig": {
964                    "target": "com.amazonaws.lambda#CodeSigningConfig",
965                    "traits": {
966                        "smithy.api#documentation": "<p>The code signing configuration.</p>",
967                        "smithy.api#required": {}
968                    }
969                }
970            }
971        },
972        "com.amazonaws.lambda#CreateEventSourceMapping": {
973            "type": "operation",
974            "input": {
975                "target": "com.amazonaws.lambda#CreateEventSourceMappingRequest"
976            },
977            "output": {
978                "target": "com.amazonaws.lambda#EventSourceMappingConfiguration"
979            },
980            "errors": [
981                {
982                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
983                },
984                {
985                    "target": "com.amazonaws.lambda#ResourceConflictException"
986                },
987                {
988                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
989                },
990                {
991                    "target": "com.amazonaws.lambda#ServiceException"
992                },
993                {
994                    "target": "com.amazonaws.lambda#TooManyRequestsException"
995                }
996            ],
997            "traits": {
998                "smithy.api#documentation": "<p>Creates a mapping between an event source and an AWS Lambda function. Lambda reads items from the event source\n      and triggers the function.</p>\n         <p>For details about each event source type, see the following topics.</p>\n         <ul>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html\">Using AWS Lambda with Amazon\n          DynamoDB</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html\">Using AWS Lambda with Amazon\n          Kinesis</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html\">Using AWS Lambda with Amazon\n          SQS</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html\">Using AWS Lambda with Amazon\n          MQ</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html\">Using AWS Lambda with Amazon MSK</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html\">Using AWS Lambda with Self-Managed Apache Kafka</a>\n               </p>\n            </li>\n         </ul>\n         <p>The following error handling options are only available for stream sources (DynamoDB and Kinesis):</p>\n         <ul>\n            <li>\n               <p>\n                  <code>BisectBatchOnFunctionError</code> - If the function returns an error, split the batch in two and retry.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DestinationConfig</code> - Send discarded records to an Amazon SQS queue or Amazon SNS topic.</p>\n            </li>\n            <li>\n               <p>\n                  <code>MaximumRecordAgeInSeconds</code> - Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires</p>\n            </li>\n            <li>\n               <p>\n                  <code>MaximumRetryAttempts</code> - Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ParallelizationFactor</code> - Process multiple batches from each shard concurrently.</p>\n            </li>\n         </ul>",
999                "smithy.api#http": {
1000                    "method": "POST",
1001                    "uri": "/2015-03-31/event-source-mappings",
1002                    "code": 202
1003                }
1004            }
1005        },
1006        "com.amazonaws.lambda#CreateEventSourceMappingRequest": {
1007            "type": "structure",
1008            "members": {
1009                "EventSourceArn": {
1010                    "target": "com.amazonaws.lambda#Arn",
1011                    "traits": {
1012                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the event source.</p>\n         <ul>\n            <li>\n               <p>\n                  <b>Amazon Kinesis</b> - The ARN of the data stream or a stream consumer.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon DynamoDB Streams</b> - The ARN of the stream.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon Simple Queue Service</b> - The ARN of the queue.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon Managed Streaming for Apache Kafka</b> - The ARN of the cluster.</p>\n            </li>\n         </ul>"
1013                    }
1014                },
1015                "FunctionName": {
1016                    "target": "com.amazonaws.lambda#FunctionName",
1017                    "traits": {
1018                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Version or Alias ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64\n      characters in length.</p>",
1019                        "smithy.api#required": {}
1020                    }
1021                },
1022                "Enabled": {
1023                    "target": "com.amazonaws.lambda#Enabled",
1024                    "traits": {
1025                        "smithy.api#documentation": "<p>If true, the event source mapping is active. Set to false to pause polling and invocation.</p>"
1026                    }
1027                },
1028                "BatchSize": {
1029                    "target": "com.amazonaws.lambda#BatchSize",
1030                    "traits": {
1031                        "smithy.api#documentation": "<p>The maximum number of items to retrieve in a single batch.</p>\n         <ul>\n            <li>\n               <p>\n                  <b>Amazon Kinesis</b> - Default 100. Max 10,000.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon DynamoDB Streams</b> - Default 100. Max 1,000.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon Simple Queue Service</b> - Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon Managed Streaming for Apache Kafka</b> - Default 100. Max 10,000.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Self-Managed Apache Kafka</b> - Default 100. Max 10,000.</p>\n            </li>\n         </ul>"
1032                    }
1033                },
1034                "MaximumBatchingWindowInSeconds": {
1035                    "target": "com.amazonaws.lambda#MaximumBatchingWindowInSeconds",
1036                    "traits": {
1037                        "smithy.api#documentation": "<p>(Streams and SQS standard queues) The maximum amount of time to gather records before invoking the function, in seconds.</p>"
1038                    }
1039                },
1040                "ParallelizationFactor": {
1041                    "target": "com.amazonaws.lambda#ParallelizationFactor",
1042                    "traits": {
1043                        "smithy.api#documentation": "<p>(Streams) The number of batches to process from each shard concurrently.</p>"
1044                    }
1045                },
1046                "StartingPosition": {
1047                    "target": "com.amazonaws.lambda#EventSourcePosition",
1048                    "traits": {
1049                        "smithy.api#documentation": "<p>The position in a stream from which to start reading. Required for Amazon Kinesis, Amazon DynamoDB, and Amazon MSK Streams\n      sources. <code>AT_TIMESTAMP</code> is only supported for Amazon Kinesis streams.</p>"
1050                    }
1051                },
1052                "StartingPositionTimestamp": {
1053                    "target": "com.amazonaws.lambda#Date",
1054                    "traits": {
1055                        "smithy.api#documentation": "<p>With <code>StartingPosition</code> set to <code>AT_TIMESTAMP</code>, the time from which to start\n      reading.</p>"
1056                    }
1057                },
1058                "DestinationConfig": {
1059                    "target": "com.amazonaws.lambda#DestinationConfig",
1060                    "traits": {
1061                        "smithy.api#documentation": "<p>(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.</p>"
1062                    }
1063                },
1064                "MaximumRecordAgeInSeconds": {
1065                    "target": "com.amazonaws.lambda#MaximumRecordAgeInSeconds",
1066                    "traits": {
1067                        "smithy.api#documentation": "<p>(Streams) Discard records older than the specified age. The default value is infinite (-1).</p>"
1068                    }
1069                },
1070                "BisectBatchOnFunctionError": {
1071                    "target": "com.amazonaws.lambda#BisectBatchOnFunctionError",
1072                    "traits": {
1073                        "smithy.api#documentation": "<p>(Streams) If the function returns an error, split the batch in two and retry.</p>"
1074                    }
1075                },
1076                "MaximumRetryAttempts": {
1077                    "target": "com.amazonaws.lambda#MaximumRetryAttemptsEventSourceMapping",
1078                    "traits": {
1079                        "smithy.api#documentation": "<p>(Streams) Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records will be retried until the record expires.</p>"
1080                    }
1081                },
1082                "TumblingWindowInSeconds": {
1083                    "target": "com.amazonaws.lambda#TumblingWindowInSeconds",
1084                    "traits": {
1085                        "smithy.api#documentation": "<p>(Streams) The duration in seconds of a processing window. The range is between 1 second up to 900 seconds.</p>"
1086                    }
1087                },
1088                "Topics": {
1089                    "target": "com.amazonaws.lambda#Topics",
1090                    "traits": {
1091                        "smithy.api#documentation": "<p>The name of the Kafka topic.</p>"
1092                    }
1093                },
1094                "Queues": {
1095                    "target": "com.amazonaws.lambda#Queues",
1096                    "traits": {
1097                        "smithy.api#documentation": "<p>\n      (MQ) The name of the Amazon MQ broker destination queue to consume.\n    </p>"
1098                    }
1099                },
1100                "SourceAccessConfigurations": {
1101                    "target": "com.amazonaws.lambda#SourceAccessConfigurations",
1102                    "traits": {
1103                        "smithy.api#documentation": "<p>An array of the authentication protocol, or the VPC components to secure your event source.</p>"
1104                    }
1105                },
1106                "SelfManagedEventSource": {
1107                    "target": "com.amazonaws.lambda#SelfManagedEventSource",
1108                    "traits": {
1109                        "smithy.api#documentation": "<p>The Self-Managed Apache Kafka cluster to send records.</p>"
1110                    }
1111                },
1112                "FunctionResponseTypes": {
1113                    "target": "com.amazonaws.lambda#FunctionResponseTypeList",
1114                    "traits": {
1115                        "smithy.api#documentation": "<p>(Streams) A list of current response type enums applied to the event source mapping.</p>"
1116                    }
1117                }
1118            }
1119        },
1120        "com.amazonaws.lambda#CreateFunction": {
1121            "type": "operation",
1122            "input": {
1123                "target": "com.amazonaws.lambda#CreateFunctionRequest"
1124            },
1125            "output": {
1126                "target": "com.amazonaws.lambda#FunctionConfiguration"
1127            },
1128            "errors": [
1129                {
1130                    "target": "com.amazonaws.lambda#CodeSigningConfigNotFoundException"
1131                },
1132                {
1133                    "target": "com.amazonaws.lambda#CodeStorageExceededException"
1134                },
1135                {
1136                    "target": "com.amazonaws.lambda#CodeVerificationFailedException"
1137                },
1138                {
1139                    "target": "com.amazonaws.lambda#InvalidCodeSignatureException"
1140                },
1141                {
1142                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
1143                },
1144                {
1145                    "target": "com.amazonaws.lambda#ResourceConflictException"
1146                },
1147                {
1148                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
1149                },
1150                {
1151                    "target": "com.amazonaws.lambda#ServiceException"
1152                },
1153                {
1154                    "target": "com.amazonaws.lambda#TooManyRequestsException"
1155                }
1156            ],
1157            "traits": {
1158                "smithy.api#documentation": "<p>Creates a Lambda function. To create a function, you need a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html\">deployment package</a> and an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role\">execution role</a>. The\n      deployment package is a .zip file  archive or container image that contains your function code. The execution role grants the function permission to use AWS\n      services, such as Amazon CloudWatch Logs for log streaming and AWS X-Ray for request tracing.</p>\n      \n         <p>When you create a function, Lambda provisions an instance of the function and its supporting resources. If\n      your function connects to a VPC, this process can take a minute or so. During this time, you can't invoke or\n      modify the function. The <code>State</code>, <code>StateReason</code>, and <code>StateReasonCode</code> fields in\n      the response from <a>GetFunctionConfiguration</a> indicate when the function is ready to invoke. For\n      more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html\">Function\n        States</a>.</p>\n      \n         <p>A function has an unpublished version, and can have published versions and aliases. The unpublished version\n      changes when you update your function's code and configuration. A published version is a snapshot of your function\n      code and configuration that can't be changed. An alias is a named resource that maps to a version, and can be\n      changed to map to a different version. Use the <code>Publish</code> parameter to create version <code>1</code> of\n      your function from its initial configuration.</p>\n      \n         <p>The other parameters let you configure version-specific and function-level settings. You can modify\n      version-specific settings later with <a>UpdateFunctionConfiguration</a>. Function-level settings apply\n      to both the unpublished and published versions of the function, and include tags (<a>TagResource</a>)\n      and per-function concurrency limits (<a>PutFunctionConcurrency</a>).</p>\n      \n         <p>You can use code signing if your deployment package is a .zip file archive. To enable code signing for this function, \n      specify the ARN of a code-signing configuration. When a user\n      attempts to deploy a code package with <a>UpdateFunctionCode</a>, Lambda checks that the code\n      package has a valid signature from a trusted publisher. The code-signing configuration\n      includes set set of signing profiles, which define the trusted publishers for this function.</p>\n      \n         <p>If another account or an AWS service invokes your function, use <a>AddPermission</a> to grant\n      permission by creating a resource-based IAM policy. You can grant permissions at the function level, on a version,\n      or on an alias.</p>\n      \n         <p>To invoke your function directly, use <a>Invoke</a>. To invoke your function in response to events\n      in other AWS services, create an event source mapping (<a>CreateEventSourceMapping</a>), or configure a\n      function trigger in the other service. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-invocation.html\">Invoking Functions</a>.</p>",
1159                "smithy.api#http": {
1160                    "method": "POST",
1161                    "uri": "/2015-03-31/functions",
1162                    "code": 201
1163                }
1164            }
1165        },
1166        "com.amazonaws.lambda#CreateFunctionRequest": {
1167            "type": "structure",
1168            "members": {
1169                "FunctionName": {
1170                    "target": "com.amazonaws.lambda#FunctionName",
1171                    "traits": {
1172                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
1173                        "smithy.api#required": {}
1174                    }
1175                },
1176                "Runtime": {
1177                    "target": "com.amazonaws.lambda#Runtime",
1178                    "traits": {
1179                        "smithy.api#documentation": "<p>The identifier of the function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">runtime</a>.</p>"
1180                    }
1181                },
1182                "Role": {
1183                    "target": "com.amazonaws.lambda#RoleArn",
1184                    "traits": {
1185                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the function's execution role.</p>",
1186                        "smithy.api#required": {}
1187                    }
1188                },
1189                "Handler": {
1190                    "target": "com.amazonaws.lambda#Handler",
1191                    "traits": {
1192                        "smithy.api#documentation": "<p>The name of the method within your code that Lambda calls to execute your function. The format includes the\n      file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information,\n      see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/programming-model-v2.html\">Programming Model</a>.</p>"
1193                    }
1194                },
1195                "Code": {
1196                    "target": "com.amazonaws.lambda#FunctionCode",
1197                    "traits": {
1198                        "smithy.api#documentation": "<p>The code for the function.</p>",
1199                        "smithy.api#required": {}
1200                    }
1201                },
1202                "Description": {
1203                    "target": "com.amazonaws.lambda#Description",
1204                    "traits": {
1205                        "smithy.api#documentation": "<p>A description of the function.</p>"
1206                    }
1207                },
1208                "Timeout": {
1209                    "target": "com.amazonaws.lambda#Timeout",
1210                    "traits": {
1211                        "smithy.api#documentation": "<p>The amount of time that Lambda allows a function to run before stopping it. The default is 3 seconds. The\n      maximum allowed value is 900 seconds.</p>"
1212                    }
1213                },
1214                "MemorySize": {
1215                    "target": "com.amazonaws.lambda#MemorySize",
1216                    "traits": {
1217                        "smithy.api#documentation": "<p>The amount of memory available to the function at runtime. Increasing the function's memory also increases its CPU\n      allocation. The default value is 128 MB. The value can be any multiple of 1 MB.</p>"
1218                    }
1219                },
1220                "Publish": {
1221                    "target": "com.amazonaws.lambda#Boolean",
1222                    "traits": {
1223                        "smithy.api#documentation": "<p>Set to true to publish the first version of the function during creation.</p>"
1224                    }
1225                },
1226                "VpcConfig": {
1227                    "target": "com.amazonaws.lambda#VpcConfig",
1228                    "traits": {
1229                        "smithy.api#documentation": "<p>For network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC.\n      When you connect a function to a VPC, it can only access resources and the internet through that VPC. For more\n      information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html\">VPC Settings</a>.</p>"
1230                    }
1231                },
1232                "PackageType": {
1233                    "target": "com.amazonaws.lambda#PackageType",
1234                    "traits": {
1235                        "smithy.api#documentation": "<p>The type of deployment package. Set to <code>Image</code> for container image and set <code>Zip</code> for ZIP archive.</p>"
1236                    }
1237                },
1238                "DeadLetterConfig": {
1239                    "target": "com.amazonaws.lambda#DeadLetterConfig",
1240                    "traits": {
1241                        "smithy.api#documentation": "<p>A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events\n      when they fail processing. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq\">Dead Letter Queues</a>.</p>"
1242                    }
1243                },
1244                "Environment": {
1245                    "target": "com.amazonaws.lambda#Environment",
1246                    "traits": {
1247                        "smithy.api#documentation": "<p>Environment variables that are accessible from function code during execution.</p>"
1248                    }
1249                },
1250                "KMSKeyArn": {
1251                    "target": "com.amazonaws.lambda#KMSKeyArn",
1252                    "traits": {
1253                        "smithy.api#documentation": "<p>The ARN of the AWS Key Management Service (AWS KMS) key that's used to encrypt your function's environment\n      variables. If it's not provided, AWS Lambda uses a default service key.</p>"
1254                    }
1255                },
1256                "TracingConfig": {
1257                    "target": "com.amazonaws.lambda#TracingConfig",
1258                    "traits": {
1259                        "smithy.api#documentation": "<p>Set <code>Mode</code> to <code>Active</code> to sample and trace a subset of incoming requests with AWS\n      X-Ray.</p>"
1260                    }
1261                },
1262                "Tags": {
1263                    "target": "com.amazonaws.lambda#Tags",
1264                    "traits": {
1265                        "smithy.api#documentation": "<p>A list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a> to apply to the\n      function.</p>"
1266                    }
1267                },
1268                "Layers": {
1269                    "target": "com.amazonaws.lambda#LayerList",
1270                    "traits": {
1271                        "smithy.api#documentation": "<p>A list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">function layers</a>\n      to add to the function's execution environment. Specify each layer by its ARN, including the version.</p>"
1272                    }
1273                },
1274                "FileSystemConfigs": {
1275                    "target": "com.amazonaws.lambda#FileSystemConfigList",
1276                    "traits": {
1277                        "smithy.api#documentation": "<p>Connection settings for an Amazon EFS file system.</p>"
1278                    }
1279                },
1280                "ImageConfig": {
1281                    "target": "com.amazonaws.lambda#ImageConfig",
1282                    "traits": {
1283                        "smithy.api#documentation": "<p>\n            <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-parms.html\">Container image configuration\n      values</a> that override the values in the container image Dockerfile.</p>"
1284                    }
1285                },
1286                "CodeSigningConfigArn": {
1287                    "target": "com.amazonaws.lambda#CodeSigningConfigArn",
1288                    "traits": {
1289                        "smithy.api#documentation": "<p>To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration\nincludes a set of signing profiles, which define the trusted publishers for this function.</p>"
1290                    }
1291                }
1292            }
1293        },
1294        "com.amazonaws.lambda#Date": {
1295            "type": "timestamp"
1296        },
1297        "com.amazonaws.lambda#DeadLetterConfig": {
1298            "type": "structure",
1299            "members": {
1300                "TargetArn": {
1301                    "target": "com.amazonaws.lambda#ResourceArn",
1302                    "traits": {
1303                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.</p>"
1304                    }
1305                }
1306            },
1307            "traits": {
1308                "smithy.api#documentation": "<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq\">dead-letter queue</a> for\n      failed asynchronous invocations.</p>"
1309            }
1310        },
1311        "com.amazonaws.lambda#DeleteAlias": {
1312            "type": "operation",
1313            "input": {
1314                "target": "com.amazonaws.lambda#DeleteAliasRequest"
1315            },
1316            "errors": [
1317                {
1318                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
1319                },
1320                {
1321                    "target": "com.amazonaws.lambda#ResourceConflictException"
1322                },
1323                {
1324                    "target": "com.amazonaws.lambda#ServiceException"
1325                },
1326                {
1327                    "target": "com.amazonaws.lambda#TooManyRequestsException"
1328                }
1329            ],
1330            "traits": {
1331                "smithy.api#documentation": "<p>Deletes a Lambda function <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">alias</a>.</p>",
1332                "smithy.api#http": {
1333                    "method": "DELETE",
1334                    "uri": "/2015-03-31/functions/{FunctionName}/aliases/{Name}",
1335                    "code": 204
1336                }
1337            }
1338        },
1339        "com.amazonaws.lambda#DeleteAliasRequest": {
1340            "type": "structure",
1341            "members": {
1342                "FunctionName": {
1343                    "target": "com.amazonaws.lambda#FunctionName",
1344                    "traits": {
1345                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
1346                        "smithy.api#httpLabel": {},
1347                        "smithy.api#required": {}
1348                    }
1349                },
1350                "Name": {
1351                    "target": "com.amazonaws.lambda#Alias",
1352                    "traits": {
1353                        "smithy.api#documentation": "<p>The name of the alias.</p>",
1354                        "smithy.api#httpLabel": {},
1355                        "smithy.api#required": {}
1356                    }
1357                }
1358            }
1359        },
1360        "com.amazonaws.lambda#DeleteCodeSigningConfig": {
1361            "type": "operation",
1362            "input": {
1363                "target": "com.amazonaws.lambda#DeleteCodeSigningConfigRequest"
1364            },
1365            "output": {
1366                "target": "com.amazonaws.lambda#DeleteCodeSigningConfigResponse"
1367            },
1368            "errors": [
1369                {
1370                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
1371                },
1372                {
1373                    "target": "com.amazonaws.lambda#ResourceConflictException"
1374                },
1375                {
1376                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
1377                },
1378                {
1379                    "target": "com.amazonaws.lambda#ServiceException"
1380                }
1381            ],
1382            "traits": {
1383                "smithy.api#documentation": "<p>Deletes the code signing configuration. You can delete the code signing configuration only if no function is\n      using it. </p>",
1384                "smithy.api#http": {
1385                    "method": "DELETE",
1386                    "uri": "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}",
1387                    "code": 204
1388                }
1389            }
1390        },
1391        "com.amazonaws.lambda#DeleteCodeSigningConfigRequest": {
1392            "type": "structure",
1393            "members": {
1394                "CodeSigningConfigArn": {
1395                    "target": "com.amazonaws.lambda#CodeSigningConfigArn",
1396                    "traits": {
1397                        "smithy.api#documentation": "<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>",
1398                        "smithy.api#httpLabel": {},
1399                        "smithy.api#required": {}
1400                    }
1401                }
1402            }
1403        },
1404        "com.amazonaws.lambda#DeleteCodeSigningConfigResponse": {
1405            "type": "structure",
1406            "members": {}
1407        },
1408        "com.amazonaws.lambda#DeleteEventSourceMapping": {
1409            "type": "operation",
1410            "input": {
1411                "target": "com.amazonaws.lambda#DeleteEventSourceMappingRequest"
1412            },
1413            "output": {
1414                "target": "com.amazonaws.lambda#EventSourceMappingConfiguration"
1415            },
1416            "errors": [
1417                {
1418                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
1419                },
1420                {
1421                    "target": "com.amazonaws.lambda#ResourceInUseException"
1422                },
1423                {
1424                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
1425                },
1426                {
1427                    "target": "com.amazonaws.lambda#ServiceException"
1428                },
1429                {
1430                    "target": "com.amazonaws.lambda#TooManyRequestsException"
1431                }
1432            ],
1433            "traits": {
1434                "smithy.api#documentation": "<p>Deletes an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/intro-invocation-modes.html\">event source\n      mapping</a>. You can get the identifier of a mapping from the output of <a>ListEventSourceMappings</a>.</p>\n         <p>When you delete an event source mapping, it enters a <code>Deleting</code> state and might not be completely deleted for several seconds.</p>",
1435                "smithy.api#http": {
1436                    "method": "DELETE",
1437                    "uri": "/2015-03-31/event-source-mappings/{UUID}",
1438                    "code": 202
1439                }
1440            }
1441        },
1442        "com.amazonaws.lambda#DeleteEventSourceMappingRequest": {
1443            "type": "structure",
1444            "members": {
1445                "UUID": {
1446                    "target": "com.amazonaws.lambda#String",
1447                    "traits": {
1448                        "smithy.api#documentation": "<p>The identifier of the event source mapping.</p>",
1449                        "smithy.api#httpLabel": {},
1450                        "smithy.api#required": {}
1451                    }
1452                }
1453            }
1454        },
1455        "com.amazonaws.lambda#DeleteFunction": {
1456            "type": "operation",
1457            "input": {
1458                "target": "com.amazonaws.lambda#DeleteFunctionRequest"
1459            },
1460            "errors": [
1461                {
1462                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
1463                },
1464                {
1465                    "target": "com.amazonaws.lambda#ResourceConflictException"
1466                },
1467                {
1468                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
1469                },
1470                {
1471                    "target": "com.amazonaws.lambda#ServiceException"
1472                },
1473                {
1474                    "target": "com.amazonaws.lambda#TooManyRequestsException"
1475                }
1476            ],
1477            "traits": {
1478                "smithy.api#documentation": "<p>Deletes a Lambda function. To delete a specific function version, use the <code>Qualifier</code> parameter.\n      Otherwise, all versions and aliases are deleted.</p>\n      \n         <p>To delete Lambda event source mappings that invoke a function, use <a>DeleteEventSourceMapping</a>.\n      For AWS services and resources that invoke your function directly, delete the trigger in the service where you\n      originally configured it.</p>",
1479                "smithy.api#http": {
1480                    "method": "DELETE",
1481                    "uri": "/2015-03-31/functions/{FunctionName}",
1482                    "code": 204
1483                }
1484            }
1485        },
1486        "com.amazonaws.lambda#DeleteFunctionCodeSigningConfig": {
1487            "type": "operation",
1488            "input": {
1489                "target": "com.amazonaws.lambda#DeleteFunctionCodeSigningConfigRequest"
1490            },
1491            "errors": [
1492                {
1493                    "target": "com.amazonaws.lambda#CodeSigningConfigNotFoundException"
1494                },
1495                {
1496                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
1497                },
1498                {
1499                    "target": "com.amazonaws.lambda#ResourceConflictException"
1500                },
1501                {
1502                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
1503                },
1504                {
1505                    "target": "com.amazonaws.lambda#ServiceException"
1506                },
1507                {
1508                    "target": "com.amazonaws.lambda#TooManyRequestsException"
1509                }
1510            ],
1511            "traits": {
1512                "smithy.api#documentation": "<p>Removes the code signing configuration from the function.</p>",
1513                "smithy.api#http": {
1514                    "method": "DELETE",
1515                    "uri": "/2020-06-30/functions/{FunctionName}/code-signing-config",
1516                    "code": 204
1517                }
1518            }
1519        },
1520        "com.amazonaws.lambda#DeleteFunctionCodeSigningConfigRequest": {
1521            "type": "structure",
1522            "members": {
1523                "FunctionName": {
1524                    "target": "com.amazonaws.lambda#FunctionName",
1525                    "traits": {
1526                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
1527                        "smithy.api#httpLabel": {},
1528                        "smithy.api#required": {}
1529                    }
1530                }
1531            }
1532        },
1533        "com.amazonaws.lambda#DeleteFunctionConcurrency": {
1534            "type": "operation",
1535            "input": {
1536                "target": "com.amazonaws.lambda#DeleteFunctionConcurrencyRequest"
1537            },
1538            "errors": [
1539                {
1540                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
1541                },
1542                {
1543                    "target": "com.amazonaws.lambda#ResourceConflictException"
1544                },
1545                {
1546                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
1547                },
1548                {
1549                    "target": "com.amazonaws.lambda#ServiceException"
1550                },
1551                {
1552                    "target": "com.amazonaws.lambda#TooManyRequestsException"
1553                }
1554            ],
1555            "traits": {
1556                "smithy.api#documentation": "<p>Removes a concurrent execution limit from a function.</p>",
1557                "smithy.api#http": {
1558                    "method": "DELETE",
1559                    "uri": "/2017-10-31/functions/{FunctionName}/concurrency",
1560                    "code": 204
1561                }
1562            }
1563        },
1564        "com.amazonaws.lambda#DeleteFunctionConcurrencyRequest": {
1565            "type": "structure",
1566            "members": {
1567                "FunctionName": {
1568                    "target": "com.amazonaws.lambda#FunctionName",
1569                    "traits": {
1570                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
1571                        "smithy.api#httpLabel": {},
1572                        "smithy.api#required": {}
1573                    }
1574                }
1575            }
1576        },
1577        "com.amazonaws.lambda#DeleteFunctionEventInvokeConfig": {
1578            "type": "operation",
1579            "input": {
1580                "target": "com.amazonaws.lambda#DeleteFunctionEventInvokeConfigRequest"
1581            },
1582            "errors": [
1583                {
1584                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
1585                },
1586                {
1587                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
1588                },
1589                {
1590                    "target": "com.amazonaws.lambda#ServiceException"
1591                },
1592                {
1593                    "target": "com.amazonaws.lambda#TooManyRequestsException"
1594                }
1595            ],
1596            "traits": {
1597                "smithy.api#documentation": "<p>Deletes the configuration for asynchronous invocation for a function, version, or alias.</p> \n         <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>",
1598                "smithy.api#http": {
1599                    "method": "DELETE",
1600                    "uri": "/2019-09-25/functions/{FunctionName}/event-invoke-config",
1601                    "code": 204
1602                }
1603            }
1604        },
1605        "com.amazonaws.lambda#DeleteFunctionEventInvokeConfigRequest": {
1606            "type": "structure",
1607            "members": {
1608                "FunctionName": {
1609                    "target": "com.amazonaws.lambda#FunctionName",
1610                    "traits": {
1611                        "smithy.api#documentation": "<p>The name of the Lambda function, version, or alias.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
1612                        "smithy.api#httpLabel": {},
1613                        "smithy.api#required": {}
1614                    }
1615                },
1616                "Qualifier": {
1617                    "target": "com.amazonaws.lambda#Qualifier",
1618                    "traits": {
1619                        "smithy.api#documentation": "<p>A version number or alias name.</p>",
1620                        "smithy.api#httpQuery": "Qualifier"
1621                    }
1622                }
1623            }
1624        },
1625        "com.amazonaws.lambda#DeleteFunctionRequest": {
1626            "type": "structure",
1627            "members": {
1628                "FunctionName": {
1629                    "target": "com.amazonaws.lambda#FunctionName",
1630                    "traits": {
1631                        "smithy.api#documentation": "<p>The name of the Lambda function or version.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:1</code> (with version).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
1632                        "smithy.api#httpLabel": {},
1633                        "smithy.api#required": {}
1634                    }
1635                },
1636                "Qualifier": {
1637                    "target": "com.amazonaws.lambda#Qualifier",
1638                    "traits": {
1639                        "smithy.api#documentation": "<p>Specify a version to delete. You can't delete a version that's referenced by an alias.</p>",
1640                        "smithy.api#httpQuery": "Qualifier"
1641                    }
1642                }
1643            }
1644        },
1645        "com.amazonaws.lambda#DeleteLayerVersion": {
1646            "type": "operation",
1647            "input": {
1648                "target": "com.amazonaws.lambda#DeleteLayerVersionRequest"
1649            },
1650            "errors": [
1651                {
1652                    "target": "com.amazonaws.lambda#ServiceException"
1653                },
1654                {
1655                    "target": "com.amazonaws.lambda#TooManyRequestsException"
1656                }
1657            ],
1658            "traits": {
1659                "smithy.api#documentation": "<p>Deletes a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>. Deleted versions can no longer be viewed or added to functions. To avoid\n      breaking functions, a copy of the version remains in Lambda until no functions refer to it.</p>",
1660                "smithy.api#http": {
1661                    "method": "DELETE",
1662                    "uri": "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}",
1663                    "code": 204
1664                }
1665            }
1666        },
1667        "com.amazonaws.lambda#DeleteLayerVersionRequest": {
1668            "type": "structure",
1669            "members": {
1670                "LayerName": {
1671                    "target": "com.amazonaws.lambda#LayerName",
1672                    "traits": {
1673                        "smithy.api#documentation": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
1674                        "smithy.api#httpLabel": {},
1675                        "smithy.api#required": {}
1676                    }
1677                },
1678                "VersionNumber": {
1679                    "target": "com.amazonaws.lambda#LayerVersionNumber",
1680                    "traits": {
1681                        "smithy.api#documentation": "<p>The version number.</p>",
1682                        "smithy.api#httpLabel": {},
1683                        "smithy.api#required": {}
1684                    }
1685                }
1686            }
1687        },
1688        "com.amazonaws.lambda#DeleteProvisionedConcurrencyConfig": {
1689            "type": "operation",
1690            "input": {
1691                "target": "com.amazonaws.lambda#DeleteProvisionedConcurrencyConfigRequest"
1692            },
1693            "errors": [
1694                {
1695                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
1696                },
1697                {
1698                    "target": "com.amazonaws.lambda#ResourceConflictException"
1699                },
1700                {
1701                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
1702                },
1703                {
1704                    "target": "com.amazonaws.lambda#ServiceException"
1705                },
1706                {
1707                    "target": "com.amazonaws.lambda#TooManyRequestsException"
1708                }
1709            ],
1710            "traits": {
1711                "smithy.api#documentation": "<p>Deletes the provisioned concurrency configuration for a function.</p>",
1712                "smithy.api#http": {
1713                    "method": "DELETE",
1714                    "uri": "/2019-09-30/functions/{FunctionName}/provisioned-concurrency",
1715                    "code": 204
1716                }
1717            }
1718        },
1719        "com.amazonaws.lambda#DeleteProvisionedConcurrencyConfigRequest": {
1720            "type": "structure",
1721            "members": {
1722                "FunctionName": {
1723                    "target": "com.amazonaws.lambda#FunctionName",
1724                    "traits": {
1725                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
1726                        "smithy.api#httpLabel": {},
1727                        "smithy.api#required": {}
1728                    }
1729                },
1730                "Qualifier": {
1731                    "target": "com.amazonaws.lambda#Qualifier",
1732                    "traits": {
1733                        "smithy.api#documentation": "<p>The version number or alias name.</p>",
1734                        "smithy.api#httpQuery": "Qualifier",
1735                        "smithy.api#required": {}
1736                    }
1737                }
1738            }
1739        },
1740        "com.amazonaws.lambda#Description": {
1741            "type": "string",
1742            "traits": {
1743                "smithy.api#length": {
1744                    "min": 0,
1745                    "max": 256
1746                }
1747            }
1748        },
1749        "com.amazonaws.lambda#DestinationArn": {
1750            "type": "string",
1751            "traits": {
1752                "smithy.api#length": {
1753                    "min": 0,
1754                    "max": 350
1755                },
1756                "smithy.api#pattern": "^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)"
1757            }
1758        },
1759        "com.amazonaws.lambda#DestinationConfig": {
1760            "type": "structure",
1761            "members": {
1762                "OnSuccess": {
1763                    "target": "com.amazonaws.lambda#OnSuccess",
1764                    "traits": {
1765                        "smithy.api#documentation": "<p>The destination configuration for successful invocations.</p>"
1766                    }
1767                },
1768                "OnFailure": {
1769                    "target": "com.amazonaws.lambda#OnFailure",
1770                    "traits": {
1771                        "smithy.api#documentation": "<p>The destination configuration for failed invocations.</p>"
1772                    }
1773                }
1774            },
1775            "traits": {
1776                "smithy.api#documentation": "<p>A configuration object that specifies the destination of an event after Lambda processes it.</p>"
1777            }
1778        },
1779        "com.amazonaws.lambda#EC2AccessDeniedException": {
1780            "type": "structure",
1781            "members": {
1782                "Type": {
1783                    "target": "com.amazonaws.lambda#String"
1784                },
1785                "Message": {
1786                    "target": "com.amazonaws.lambda#String"
1787                }
1788            },
1789            "traits": {
1790                "smithy.api#documentation": "<p>Need additional permissions to configure VPC settings.</p>",
1791                "smithy.api#error": "server",
1792                "smithy.api#httpError": 502
1793            }
1794        },
1795        "com.amazonaws.lambda#EC2ThrottledException": {
1796            "type": "structure",
1797            "members": {
1798                "Type": {
1799                    "target": "com.amazonaws.lambda#String"
1800                },
1801                "Message": {
1802                    "target": "com.amazonaws.lambda#String"
1803                }
1804            },
1805            "traits": {
1806                "smithy.api#documentation": "<p>AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided\n      for the Lambda function.</p>",
1807                "smithy.api#error": "server",
1808                "smithy.api#httpError": 502
1809            }
1810        },
1811        "com.amazonaws.lambda#EC2UnexpectedException": {
1812            "type": "structure",
1813            "members": {
1814                "Type": {
1815                    "target": "com.amazonaws.lambda#String"
1816                },
1817                "Message": {
1818                    "target": "com.amazonaws.lambda#String"
1819                },
1820                "EC2ErrorCode": {
1821                    "target": "com.amazonaws.lambda#String"
1822                }
1823            },
1824            "traits": {
1825                "smithy.api#documentation": "<p>AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.</p>",
1826                "smithy.api#error": "server",
1827                "smithy.api#httpError": 502
1828            }
1829        },
1830        "com.amazonaws.lambda#EFSIOException": {
1831            "type": "structure",
1832            "members": {
1833                "Type": {
1834                    "target": "com.amazonaws.lambda#String"
1835                },
1836                "Message": {
1837                    "target": "com.amazonaws.lambda#String"
1838                }
1839            },
1840            "traits": {
1841                "smithy.api#documentation": "<p>An error occured when reading from or writing to a connected file system.</p>",
1842                "smithy.api#error": "client",
1843                "smithy.api#httpError": 410
1844            }
1845        },
1846        "com.amazonaws.lambda#EFSMountConnectivityException": {
1847            "type": "structure",
1848            "members": {
1849                "Type": {
1850                    "target": "com.amazonaws.lambda#String"
1851                },
1852                "Message": {
1853                    "target": "com.amazonaws.lambda#String"
1854                }
1855            },
1856            "traits": {
1857                "smithy.api#documentation": "<p>The function couldn't make a network connection to the configured file system.</p>",
1858                "smithy.api#error": "client",
1859                "smithy.api#httpError": 408
1860            }
1861        },
1862        "com.amazonaws.lambda#EFSMountFailureException": {
1863            "type": "structure",
1864            "members": {
1865                "Type": {
1866                    "target": "com.amazonaws.lambda#String"
1867                },
1868                "Message": {
1869                    "target": "com.amazonaws.lambda#String"
1870                }
1871            },
1872            "traits": {
1873                "smithy.api#documentation": "<p>The function couldn't mount the configured file system due to a permission or configuration issue.</p>",
1874                "smithy.api#error": "client",
1875                "smithy.api#httpError": 403
1876            }
1877        },
1878        "com.amazonaws.lambda#EFSMountTimeoutException": {
1879            "type": "structure",
1880            "members": {
1881                "Type": {
1882                    "target": "com.amazonaws.lambda#String"
1883                },
1884                "Message": {
1885                    "target": "com.amazonaws.lambda#String"
1886                }
1887            },
1888            "traits": {
1889                "smithy.api#documentation": "<p>The function was able to make a network connection to the configured file system, but the mount operation\n      timed out.</p>",
1890                "smithy.api#error": "client",
1891                "smithy.api#httpError": 408
1892            }
1893        },
1894        "com.amazonaws.lambda#ENILimitReachedException": {
1895            "type": "structure",
1896            "members": {
1897                "Type": {
1898                    "target": "com.amazonaws.lambda#String"
1899                },
1900                "Message": {
1901                    "target": "com.amazonaws.lambda#String"
1902                }
1903            },
1904            "traits": {
1905                "smithy.api#documentation": "<p>AWS Lambda was not able to create an elastic network interface in the VPC, specified as part of Lambda\n      function configuration, because the limit for network interfaces has been reached.</p>",
1906                "smithy.api#error": "server",
1907                "smithy.api#httpError": 502
1908            }
1909        },
1910        "com.amazonaws.lambda#Enabled": {
1911            "type": "boolean",
1912            "traits": {
1913                "smithy.api#box": {}
1914            }
1915        },
1916        "com.amazonaws.lambda#EndPointType": {
1917            "type": "string",
1918            "traits": {
1919                "smithy.api#enum": [
1920                    {
1921                        "value": "KAFKA_BOOTSTRAP_SERVERS",
1922                        "name": "KAFKA_BOOTSTRAP_SERVERS"
1923                    }
1924                ]
1925            }
1926        },
1927        "com.amazonaws.lambda#Endpoint": {
1928            "type": "string",
1929            "traits": {
1930                "smithy.api#length": {
1931                    "min": 1,
1932                    "max": 300
1933                },
1934                "smithy.api#pattern": "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]):[0-9]{1,5}"
1935            }
1936        },
1937        "com.amazonaws.lambda#EndpointLists": {
1938            "type": "list",
1939            "member": {
1940                "target": "com.amazonaws.lambda#Endpoint"
1941            },
1942            "traits": {
1943                "smithy.api#length": {
1944                    "min": 1,
1945                    "max": 10
1946                }
1947            }
1948        },
1949        "com.amazonaws.lambda#Endpoints": {
1950            "type": "map",
1951            "key": {
1952                "target": "com.amazonaws.lambda#EndPointType"
1953            },
1954            "value": {
1955                "target": "com.amazonaws.lambda#EndpointLists"
1956            },
1957            "traits": {
1958                "smithy.api#length": {
1959                    "min": 1,
1960                    "max": 2
1961                }
1962            }
1963        },
1964        "com.amazonaws.lambda#Environment": {
1965            "type": "structure",
1966            "members": {
1967                "Variables": {
1968                    "target": "com.amazonaws.lambda#EnvironmentVariables",
1969                    "traits": {
1970                        "smithy.api#documentation": "<p>Environment variable key-value pairs.</p>"
1971                    }
1972                }
1973            },
1974            "traits": {
1975                "smithy.api#documentation": "<p>A function's environment variable settings.</p>"
1976            }
1977        },
1978        "com.amazonaws.lambda#EnvironmentError": {
1979            "type": "structure",
1980            "members": {
1981                "ErrorCode": {
1982                    "target": "com.amazonaws.lambda#String",
1983                    "traits": {
1984                        "smithy.api#documentation": "<p>The error code.</p>"
1985                    }
1986                },
1987                "Message": {
1988                    "target": "com.amazonaws.lambda#SensitiveString",
1989                    "traits": {
1990                        "smithy.api#documentation": "<p>The error message.</p>"
1991                    }
1992                }
1993            },
1994            "traits": {
1995                "smithy.api#documentation": "<p>Error messages for environment variables that couldn't be applied.</p>"
1996            }
1997        },
1998        "com.amazonaws.lambda#EnvironmentResponse": {
1999            "type": "structure",
2000            "members": {
2001                "Variables": {
2002                    "target": "com.amazonaws.lambda#EnvironmentVariables",
2003                    "traits": {
2004                        "smithy.api#documentation": "<p>Environment variable key-value pairs.</p>"
2005                    }
2006                },
2007                "Error": {
2008                    "target": "com.amazonaws.lambda#EnvironmentError",
2009                    "traits": {
2010                        "smithy.api#documentation": "<p>Error messages for environment variables that couldn't be applied.</p>"
2011                    }
2012                }
2013            },
2014            "traits": {
2015                "smithy.api#documentation": "<p>The results of an operation to update or read environment variables. If the operation is successful, the\n      response contains the environment variables. If it failed, the response contains details about the error.</p>"
2016            }
2017        },
2018        "com.amazonaws.lambda#EnvironmentVariableName": {
2019            "type": "string",
2020            "traits": {
2021                "smithy.api#pattern": "[a-zA-Z]([a-zA-Z0-9_])+",
2022                "smithy.api#sensitive": {}
2023            }
2024        },
2025        "com.amazonaws.lambda#EnvironmentVariableValue": {
2026            "type": "string",
2027            "traits": {
2028                "smithy.api#sensitive": {}
2029            }
2030        },
2031        "com.amazonaws.lambda#EnvironmentVariables": {
2032            "type": "map",
2033            "key": {
2034                "target": "com.amazonaws.lambda#EnvironmentVariableName"
2035            },
2036            "value": {
2037                "target": "com.amazonaws.lambda#EnvironmentVariableValue"
2038            },
2039            "traits": {
2040                "smithy.api#sensitive": {}
2041            }
2042        },
2043        "com.amazonaws.lambda#EventSourceMappingConfiguration": {
2044            "type": "structure",
2045            "members": {
2046                "UUID": {
2047                    "target": "com.amazonaws.lambda#String",
2048                    "traits": {
2049                        "smithy.api#documentation": "<p>The identifier of the event source mapping.</p>"
2050                    }
2051                },
2052                "StartingPosition": {
2053                    "target": "com.amazonaws.lambda#EventSourcePosition",
2054                    "traits": {
2055                        "smithy.api#documentation": "<p>The position in a stream from which to start reading. Required for Amazon Kinesis, Amazon DynamoDB, and Amazon MSK Streams\n      sources. <code>AT_TIMESTAMP</code> is only supported for Amazon Kinesis streams.</p>"
2056                    }
2057                },
2058                "StartingPositionTimestamp": {
2059                    "target": "com.amazonaws.lambda#Date",
2060                    "traits": {
2061                        "smithy.api#documentation": "<p>With <code>StartingPosition</code> set to <code>AT_TIMESTAMP</code>, the time from which to start\n      reading.</p>"
2062                    }
2063                },
2064                "BatchSize": {
2065                    "target": "com.amazonaws.lambda#BatchSize",
2066                    "traits": {
2067                        "smithy.api#documentation": "<p>The maximum number of items to retrieve in a single batch.</p>"
2068                    }
2069                },
2070                "MaximumBatchingWindowInSeconds": {
2071                    "target": "com.amazonaws.lambda#MaximumBatchingWindowInSeconds",
2072                    "traits": {
2073                        "smithy.api#documentation": "<p>(Streams and SQS standard queues) The maximum amount of time to gather records before invoking the function, in seconds. The default value is zero.</p>"
2074                    }
2075                },
2076                "ParallelizationFactor": {
2077                    "target": "com.amazonaws.lambda#ParallelizationFactor",
2078                    "traits": {
2079                        "smithy.api#documentation": "<p>(Streams) The number of batches to process from each shard concurrently. The default value is 1.</p>"
2080                    }
2081                },
2082                "EventSourceArn": {
2083                    "target": "com.amazonaws.lambda#Arn",
2084                    "traits": {
2085                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the event source.</p>"
2086                    }
2087                },
2088                "FunctionArn": {
2089                    "target": "com.amazonaws.lambda#FunctionArn",
2090                    "traits": {
2091                        "smithy.api#documentation": "<p>The ARN of the Lambda function.</p>"
2092                    }
2093                },
2094                "LastModified": {
2095                    "target": "com.amazonaws.lambda#Date",
2096                    "traits": {
2097                        "smithy.api#documentation": "<p>The date that the event source mapping was last updated, or its state changed.</p>"
2098                    }
2099                },
2100                "LastProcessingResult": {
2101                    "target": "com.amazonaws.lambda#String",
2102                    "traits": {
2103                        "smithy.api#documentation": "<p>The result of the last AWS Lambda invocation of your Lambda function.</p>"
2104                    }
2105                },
2106                "State": {
2107                    "target": "com.amazonaws.lambda#String",
2108                    "traits": {
2109                        "smithy.api#documentation": "<p>The state of the event source mapping. It can be one of the following: <code>Creating</code>,\n      <code>Enabling</code>, <code>Enabled</code>, <code>Disabling</code>, <code>Disabled</code>,\n      <code>Updating</code>, or <code>Deleting</code>.</p>"
2110                    }
2111                },
2112                "StateTransitionReason": {
2113                    "target": "com.amazonaws.lambda#String",
2114                    "traits": {
2115                        "smithy.api#documentation": "<p>Indicates whether the last change to the event source mapping was made by a user, or by the Lambda\n      service.</p>"
2116                    }
2117                },
2118                "DestinationConfig": {
2119                    "target": "com.amazonaws.lambda#DestinationConfig",
2120                    "traits": {
2121                        "smithy.api#documentation": "<p>(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.</p>"
2122                    }
2123                },
2124                "Topics": {
2125                    "target": "com.amazonaws.lambda#Topics",
2126                    "traits": {
2127                        "smithy.api#documentation": "<p>The name of the Kafka topic.</p>"
2128                    }
2129                },
2130                "Queues": {
2131                    "target": "com.amazonaws.lambda#Queues",
2132                    "traits": {
2133                        "smithy.api#documentation": "<p>\n      (MQ) The name of the Amazon MQ broker destination queue to consume.\n    </p>"
2134                    }
2135                },
2136                "SourceAccessConfigurations": {
2137                    "target": "com.amazonaws.lambda#SourceAccessConfigurations",
2138                    "traits": {
2139                        "smithy.api#documentation": "<p>An array of the authentication protocol, or the VPC components to secure your event source.</p>"
2140                    }
2141                },
2142                "SelfManagedEventSource": {
2143                    "target": "com.amazonaws.lambda#SelfManagedEventSource",
2144                    "traits": {
2145                        "smithy.api#documentation": "<p>The Self-Managed Apache Kafka cluster for your event source.</p>"
2146                    }
2147                },
2148                "MaximumRecordAgeInSeconds": {
2149                    "target": "com.amazonaws.lambda#MaximumRecordAgeInSeconds",
2150                    "traits": {
2151                        "smithy.api#documentation": "<p>(Streams) Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.</p>"
2152                    }
2153                },
2154                "BisectBatchOnFunctionError": {
2155                    "target": "com.amazonaws.lambda#BisectBatchOnFunctionError",
2156                    "traits": {
2157                        "smithy.api#documentation": "<p>(Streams) If the function returns an error, split the batch in two and retry. The default value is false.</p>"
2158                    }
2159                },
2160                "MaximumRetryAttempts": {
2161                    "target": "com.amazonaws.lambda#MaximumRetryAttemptsEventSourceMapping",
2162                    "traits": {
2163                        "smithy.api#documentation": "<p>(Streams) Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.</p>"
2164                    }
2165                },
2166                "TumblingWindowInSeconds": {
2167                    "target": "com.amazonaws.lambda#TumblingWindowInSeconds",
2168                    "traits": {
2169                        "smithy.api#documentation": "<p>(Streams) The duration in seconds of a processing window. The range is between 1 second up to 900 seconds.</p>"
2170                    }
2171                },
2172                "FunctionResponseTypes": {
2173                    "target": "com.amazonaws.lambda#FunctionResponseTypeList",
2174                    "traits": {
2175                        "smithy.api#documentation": "<p>(Streams) A list of current response type enums applied to the event source mapping.</p>"
2176                    }
2177                }
2178            },
2179            "traits": {
2180                "smithy.api#documentation": "<p>A mapping between an AWS resource and an AWS Lambda function. See <a>CreateEventSourceMapping</a> for details.</p>"
2181            }
2182        },
2183        "com.amazonaws.lambda#EventSourceMappingsList": {
2184            "type": "list",
2185            "member": {
2186                "target": "com.amazonaws.lambda#EventSourceMappingConfiguration"
2187            }
2188        },
2189        "com.amazonaws.lambda#EventSourcePosition": {
2190            "type": "string",
2191            "traits": {
2192                "smithy.api#enum": [
2193                    {
2194                        "value": "TRIM_HORIZON",
2195                        "name": "TRIM_HORIZON"
2196                    },
2197                    {
2198                        "value": "LATEST",
2199                        "name": "LATEST"
2200                    },
2201                    {
2202                        "value": "AT_TIMESTAMP",
2203                        "name": "AT_TIMESTAMP"
2204                    }
2205                ]
2206            }
2207        },
2208        "com.amazonaws.lambda#EventSourceToken": {
2209            "type": "string",
2210            "traits": {
2211                "smithy.api#length": {
2212                    "min": 0,
2213                    "max": 256
2214                },
2215                "smithy.api#pattern": "[a-zA-Z0-9._\\-]+"
2216            }
2217        },
2218        "com.amazonaws.lambda#FileSystemArn": {
2219            "type": "string",
2220            "traits": {
2221                "smithy.api#length": {
2222                    "min": 0,
2223                    "max": 200
2224                },
2225                "smithy.api#pattern": "arn:aws[a-zA-Z-]*:elasticfilesystem:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:access-point/fsap-[a-f0-9]{17}"
2226            }
2227        },
2228        "com.amazonaws.lambda#FileSystemConfig": {
2229            "type": "structure",
2230            "members": {
2231                "Arn": {
2232                    "target": "com.amazonaws.lambda#FileSystemArn",
2233                    "traits": {
2234                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.</p>",
2235                        "smithy.api#required": {}
2236                    }
2237                },
2238                "LocalMountPath": {
2239                    "target": "com.amazonaws.lambda#LocalMountPath",
2240                    "traits": {
2241                        "smithy.api#documentation": "<p>The path where the function can access the file system, starting with <code>/mnt/</code>.</p>",
2242                        "smithy.api#required": {}
2243                    }
2244                }
2245            },
2246            "traits": {
2247                "smithy.api#documentation": "<p>Details about the connection between a Lambda function and an Amazon EFS file system.</p>"
2248            }
2249        },
2250        "com.amazonaws.lambda#FileSystemConfigList": {
2251            "type": "list",
2252            "member": {
2253                "target": "com.amazonaws.lambda#FileSystemConfig"
2254            },
2255            "traits": {
2256                "smithy.api#length": {
2257                    "min": 0,
2258                    "max": 1
2259                }
2260            }
2261        },
2262        "com.amazonaws.lambda#FunctionArn": {
2263            "type": "string",
2264            "traits": {
2265                "smithy.api#pattern": "arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
2266            }
2267        },
2268        "com.amazonaws.lambda#FunctionArnList": {
2269            "type": "list",
2270            "member": {
2271                "target": "com.amazonaws.lambda#FunctionArn"
2272            }
2273        },
2274        "com.amazonaws.lambda#FunctionCode": {
2275            "type": "structure",
2276            "members": {
2277                "ZipFile": {
2278                    "target": "com.amazonaws.lambda#Blob",
2279                    "traits": {
2280                        "smithy.api#documentation": "<p>The base64-encoded contents of the deployment package. AWS SDK and AWS CLI clients handle the encoding for\n  you.</p>"
2281                    }
2282                },
2283                "S3Bucket": {
2284                    "target": "com.amazonaws.lambda#S3Bucket",
2285                    "traits": {
2286                        "smithy.api#documentation": "<p>An Amazon S3 bucket in the same AWS Region as your function. The bucket can be in a different AWS account.</p>"
2287                    }
2288                },
2289                "S3Key": {
2290                    "target": "com.amazonaws.lambda#S3Key",
2291                    "traits": {
2292                        "smithy.api#documentation": "<p>The Amazon S3 key of the deployment package.</p>"
2293                    }
2294                },
2295                "S3ObjectVersion": {
2296                    "target": "com.amazonaws.lambda#S3ObjectVersion",
2297                    "traits": {
2298                        "smithy.api#documentation": "<p>For versioned objects, the version of the deployment package object to use.</p>"
2299                    }
2300                },
2301                "ImageUri": {
2302                    "target": "com.amazonaws.lambda#String",
2303                    "traits": {
2304                        "smithy.api#documentation": "<p>URI of a container image in the Amazon ECR registry.</p>"
2305                    }
2306                }
2307            },
2308            "traits": {
2309                "smithy.api#documentation": "<p>The code for the Lambda function. You can specify either an object in Amazon S3, upload a .zip file archive deployment\n      package directly, or specify the URI of a container image.</p>"
2310            }
2311        },
2312        "com.amazonaws.lambda#FunctionCodeLocation": {
2313            "type": "structure",
2314            "members": {
2315                "RepositoryType": {
2316                    "target": "com.amazonaws.lambda#String",
2317                    "traits": {
2318                        "smithy.api#documentation": "<p>The service that's hosting the file.</p>"
2319                    }
2320                },
2321                "Location": {
2322                    "target": "com.amazonaws.lambda#String",
2323                    "traits": {
2324                        "smithy.api#documentation": "<p>A presigned URL that you can use to download the deployment package.</p>"
2325                    }
2326                },
2327                "ImageUri": {
2328                    "target": "com.amazonaws.lambda#String",
2329                    "traits": {
2330                        "smithy.api#documentation": "<p>URI of a container image in the Amazon ECR registry.</p>"
2331                    }
2332                },
2333                "ResolvedImageUri": {
2334                    "target": "com.amazonaws.lambda#String",
2335                    "traits": {
2336                        "smithy.api#documentation": "<p>The resolved URI for the image.</p>"
2337                    }
2338                }
2339            },
2340            "traits": {
2341                "smithy.api#documentation": "<p>Details about a function's deployment package.</p>"
2342            }
2343        },
2344        "com.amazonaws.lambda#FunctionConfiguration": {
2345            "type": "structure",
2346            "members": {
2347                "FunctionName": {
2348                    "target": "com.amazonaws.lambda#NamespacedFunctionName",
2349                    "traits": {
2350                        "smithy.api#documentation": "<p>The name of the function.</p>"
2351                    }
2352                },
2353                "FunctionArn": {
2354                    "target": "com.amazonaws.lambda#NameSpacedFunctionArn",
2355                    "traits": {
2356                        "smithy.api#documentation": "<p>The function's Amazon Resource Name (ARN).</p>"
2357                    }
2358                },
2359                "Runtime": {
2360                    "target": "com.amazonaws.lambda#Runtime",
2361                    "traits": {
2362                        "smithy.api#documentation": "<p>The runtime environment for the Lambda function.</p>"
2363                    }
2364                },
2365                "Role": {
2366                    "target": "com.amazonaws.lambda#RoleArn",
2367                    "traits": {
2368                        "smithy.api#documentation": "<p>The function's execution role.</p>"
2369                    }
2370                },
2371                "Handler": {
2372                    "target": "com.amazonaws.lambda#Handler",
2373                    "traits": {
2374                        "smithy.api#documentation": "<p>The function that Lambda calls to begin executing your function.</p>"
2375                    }
2376                },
2377                "CodeSize": {
2378                    "target": "com.amazonaws.lambda#Long",
2379                    "traits": {
2380                        "smithy.api#documentation": "<p>The size of the function's deployment package, in bytes.</p>"
2381                    }
2382                },
2383                "Description": {
2384                    "target": "com.amazonaws.lambda#Description",
2385                    "traits": {
2386                        "smithy.api#documentation": "<p>The function's description.</p>"
2387                    }
2388                },
2389                "Timeout": {
2390                    "target": "com.amazonaws.lambda#Timeout",
2391                    "traits": {
2392                        "smithy.api#documentation": "<p>The amount of time in seconds that Lambda allows a function to run before stopping it.</p>"
2393                    }
2394                },
2395                "MemorySize": {
2396                    "target": "com.amazonaws.lambda#MemorySize",
2397                    "traits": {
2398                        "smithy.api#documentation": "<p>The amount of memory available to the function at runtime. </p>"
2399                    }
2400                },
2401                "LastModified": {
2402                    "target": "com.amazonaws.lambda#Timestamp",
2403                    "traits": {
2404                        "smithy.api#documentation": "<p>The date and time that the function was last updated, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>"
2405                    }
2406                },
2407                "CodeSha256": {
2408                    "target": "com.amazonaws.lambda#String",
2409                    "traits": {
2410                        "smithy.api#documentation": "<p>The SHA256 hash of the function's deployment package.</p>"
2411                    }
2412                },
2413                "Version": {
2414                    "target": "com.amazonaws.lambda#Version",
2415                    "traits": {
2416                        "smithy.api#documentation": "<p>The version of the Lambda function.</p>"
2417                    }
2418                },
2419                "VpcConfig": {
2420                    "target": "com.amazonaws.lambda#VpcConfigResponse",
2421                    "traits": {
2422                        "smithy.api#documentation": "<p>The function's networking configuration.</p>"
2423                    }
2424                },
2425                "DeadLetterConfig": {
2426                    "target": "com.amazonaws.lambda#DeadLetterConfig",
2427                    "traits": {
2428                        "smithy.api#documentation": "<p>The function's dead letter queue.</p>"
2429                    }
2430                },
2431                "Environment": {
2432                    "target": "com.amazonaws.lambda#EnvironmentResponse",
2433                    "traits": {
2434                        "smithy.api#documentation": "<p>The function's environment variables.</p>"
2435                    }
2436                },
2437                "KMSKeyArn": {
2438                    "target": "com.amazonaws.lambda#KMSKeyArn",
2439                    "traits": {
2440                        "smithy.api#documentation": "<p>The KMS key that's used to encrypt the function's environment variables. This key is only returned if you've\n      configured a customer managed CMK.</p>"
2441                    }
2442                },
2443                "TracingConfig": {
2444                    "target": "com.amazonaws.lambda#TracingConfigResponse",
2445                    "traits": {
2446                        "smithy.api#documentation": "<p>The function's AWS X-Ray tracing configuration.</p>"
2447                    }
2448                },
2449                "MasterArn": {
2450                    "target": "com.amazonaws.lambda#FunctionArn",
2451                    "traits": {
2452                        "smithy.api#documentation": "<p>For Lambda@Edge functions, the ARN of the master function.</p>"
2453                    }
2454                },
2455                "RevisionId": {
2456                    "target": "com.amazonaws.lambda#String",
2457                    "traits": {
2458                        "smithy.api#documentation": "<p>The latest updated revision of the function or alias.</p>"
2459                    }
2460                },
2461                "Layers": {
2462                    "target": "com.amazonaws.lambda#LayersReferenceList",
2463                    "traits": {
2464                        "smithy.api#documentation": "<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">\n      layers</a>.</p>"
2465                    }
2466                },
2467                "State": {
2468                    "target": "com.amazonaws.lambda#State",
2469                    "traits": {
2470                        "smithy.api#documentation": "<p>The current state of the function. When the state is <code>Inactive</code>, you can reactivate the function by\n      invoking it.</p>"
2471                    }
2472                },
2473                "StateReason": {
2474                    "target": "com.amazonaws.lambda#StateReason",
2475                    "traits": {
2476                        "smithy.api#documentation": "<p>The reason for the function's current state.</p>"
2477                    }
2478                },
2479                "StateReasonCode": {
2480                    "target": "com.amazonaws.lambda#StateReasonCode",
2481                    "traits": {
2482                        "smithy.api#documentation": "<p>The reason code for the function's current state. When the code is <code>Creating</code>, you can't invoke or\n      modify the function.</p>"
2483                    }
2484                },
2485                "LastUpdateStatus": {
2486                    "target": "com.amazonaws.lambda#LastUpdateStatus",
2487                    "traits": {
2488                        "smithy.api#documentation": "<p>The status of the last update that was performed on the function. This is first set to <code>Successful</code>\n      after function creation completes.</p>"
2489                    }
2490                },
2491                "LastUpdateStatusReason": {
2492                    "target": "com.amazonaws.lambda#LastUpdateStatusReason",
2493                    "traits": {
2494                        "smithy.api#documentation": "<p>The reason for the last update that was performed on the function.</p>"
2495                    }
2496                },
2497                "LastUpdateStatusReasonCode": {
2498                    "target": "com.amazonaws.lambda#LastUpdateStatusReasonCode",
2499                    "traits": {
2500                        "smithy.api#documentation": "<p>The reason code for the last update that was performed on the function.</p>"
2501                    }
2502                },
2503                "FileSystemConfigs": {
2504                    "target": "com.amazonaws.lambda#FileSystemConfigList",
2505                    "traits": {
2506                        "smithy.api#documentation": "<p>Connection settings for an Amazon EFS file system.</p>"
2507                    }
2508                },
2509                "PackageType": {
2510                    "target": "com.amazonaws.lambda#PackageType",
2511                    "traits": {
2512                        "smithy.api#documentation": "<p>The type of deployment package. Set to <code>Image</code> for container image and set <code>Zip</code> for .zip file archive.</p>"
2513                    }
2514                },
2515                "ImageConfigResponse": {
2516                    "target": "com.amazonaws.lambda#ImageConfigResponse",
2517                    "traits": {
2518                        "smithy.api#documentation": "<p>The function's image configuration values.</p>"
2519                    }
2520                },
2521                "SigningProfileVersionArn": {
2522                    "target": "com.amazonaws.lambda#Arn",
2523                    "traits": {
2524                        "smithy.api#documentation": "<p>The ARN of the signing profile version.</p>"
2525                    }
2526                },
2527                "SigningJobArn": {
2528                    "target": "com.amazonaws.lambda#Arn",
2529                    "traits": {
2530                        "smithy.api#documentation": "<p>The ARN of the signing job.</p>"
2531                    }
2532                }
2533            },
2534            "traits": {
2535                "smithy.api#documentation": "<p>Details about a function's configuration.</p>"
2536            }
2537        },
2538        "com.amazonaws.lambda#FunctionEventInvokeConfig": {
2539            "type": "structure",
2540            "members": {
2541                "LastModified": {
2542                    "target": "com.amazonaws.lambda#Date",
2543                    "traits": {
2544                        "smithy.api#documentation": "<p>The date and time that the configuration was last updated.</p>"
2545                    }
2546                },
2547                "FunctionArn": {
2548                    "target": "com.amazonaws.lambda#FunctionArn",
2549                    "traits": {
2550                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the function.</p>"
2551                    }
2552                },
2553                "MaximumRetryAttempts": {
2554                    "target": "com.amazonaws.lambda#MaximumRetryAttempts",
2555                    "traits": {
2556                        "smithy.api#documentation": "<p>The maximum number of times to retry when the function returns an error.</p>"
2557                    }
2558                },
2559                "MaximumEventAgeInSeconds": {
2560                    "target": "com.amazonaws.lambda#MaximumEventAgeInSeconds",
2561                    "traits": {
2562                        "smithy.api#documentation": "<p>The maximum age of a request that Lambda sends to a function for processing.</p>"
2563                    }
2564                },
2565                "DestinationConfig": {
2566                    "target": "com.amazonaws.lambda#DestinationConfig",
2567                    "traits": {
2568                        "smithy.api#documentation": "<p>A destination for events after they have been sent to a function for processing.</p>\n         <p class=\"title\">\n            <b>Destinations</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Queue</b> - The ARN of an SQS queue.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Topic</b> - The ARN of an SNS topic.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p>\n            </li>\n         </ul>"
2569                    }
2570                }
2571            }
2572        },
2573        "com.amazonaws.lambda#FunctionEventInvokeConfigList": {
2574            "type": "list",
2575            "member": {
2576                "target": "com.amazonaws.lambda#FunctionEventInvokeConfig"
2577            }
2578        },
2579        "com.amazonaws.lambda#FunctionList": {
2580            "type": "list",
2581            "member": {
2582                "target": "com.amazonaws.lambda#FunctionConfiguration"
2583            }
2584        },
2585        "com.amazonaws.lambda#FunctionName": {
2586            "type": "string",
2587            "traits": {
2588                "smithy.api#length": {
2589                    "min": 1,
2590                    "max": 140
2591                },
2592                "smithy.api#pattern": "(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
2593            }
2594        },
2595        "com.amazonaws.lambda#FunctionResponseType": {
2596            "type": "string",
2597            "traits": {
2598                "smithy.api#enum": [
2599                    {
2600                        "value": "ReportBatchItemFailures",
2601                        "name": "ReportBatchItemFailures"
2602                    }
2603                ]
2604            }
2605        },
2606        "com.amazonaws.lambda#FunctionResponseTypeList": {
2607            "type": "list",
2608            "member": {
2609                "target": "com.amazonaws.lambda#FunctionResponseType"
2610            },
2611            "traits": {
2612                "smithy.api#length": {
2613                    "min": 0,
2614                    "max": 1
2615                }
2616            }
2617        },
2618        "com.amazonaws.lambda#FunctionVersion": {
2619            "type": "string",
2620            "traits": {
2621                "smithy.api#enum": [
2622                    {
2623                        "value": "ALL",
2624                        "name": "ALL"
2625                    }
2626                ]
2627            }
2628        },
2629        "com.amazonaws.lambda#GetAccountSettings": {
2630            "type": "operation",
2631            "input": {
2632                "target": "com.amazonaws.lambda#GetAccountSettingsRequest"
2633            },
2634            "output": {
2635                "target": "com.amazonaws.lambda#GetAccountSettingsResponse"
2636            },
2637            "errors": [
2638                {
2639                    "target": "com.amazonaws.lambda#ServiceException"
2640                },
2641                {
2642                    "target": "com.amazonaws.lambda#TooManyRequestsException"
2643                }
2644            ],
2645            "traits": {
2646                "smithy.api#documentation": "<p>Retrieves details about your account's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/limits.html\">limits</a> and usage in an AWS Region.</p>",
2647                "smithy.api#http": {
2648                    "method": "GET",
2649                    "uri": "/2016-08-19/account-settings",
2650                    "code": 200
2651                }
2652            }
2653        },
2654        "com.amazonaws.lambda#GetAccountSettingsRequest": {
2655            "type": "structure",
2656            "members": {}
2657        },
2658        "com.amazonaws.lambda#GetAccountSettingsResponse": {
2659            "type": "structure",
2660            "members": {
2661                "AccountLimit": {
2662                    "target": "com.amazonaws.lambda#AccountLimit",
2663                    "traits": {
2664                        "smithy.api#documentation": "<p>Limits that are related to concurrency and code storage.</p>"
2665                    }
2666                },
2667                "AccountUsage": {
2668                    "target": "com.amazonaws.lambda#AccountUsage",
2669                    "traits": {
2670                        "smithy.api#documentation": "<p>The number of functions and amount of storage in use.</p>"
2671                    }
2672                }
2673            }
2674        },
2675        "com.amazonaws.lambda#GetAlias": {
2676            "type": "operation",
2677            "input": {
2678                "target": "com.amazonaws.lambda#GetAliasRequest"
2679            },
2680            "output": {
2681                "target": "com.amazonaws.lambda#AliasConfiguration"
2682            },
2683            "errors": [
2684                {
2685                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
2686                },
2687                {
2688                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
2689                },
2690                {
2691                    "target": "com.amazonaws.lambda#ServiceException"
2692                },
2693                {
2694                    "target": "com.amazonaws.lambda#TooManyRequestsException"
2695                }
2696            ],
2697            "traits": {
2698                "smithy.api#documentation": "<p>Returns details about a Lambda function <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">alias</a>.</p>",
2699                "smithy.api#http": {
2700                    "method": "GET",
2701                    "uri": "/2015-03-31/functions/{FunctionName}/aliases/{Name}",
2702                    "code": 200
2703                }
2704            }
2705        },
2706        "com.amazonaws.lambda#GetAliasRequest": {
2707            "type": "structure",
2708            "members": {
2709                "FunctionName": {
2710                    "target": "com.amazonaws.lambda#FunctionName",
2711                    "traits": {
2712                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
2713                        "smithy.api#httpLabel": {},
2714                        "smithy.api#required": {}
2715                    }
2716                },
2717                "Name": {
2718                    "target": "com.amazonaws.lambda#Alias",
2719                    "traits": {
2720                        "smithy.api#documentation": "<p>The name of the alias.</p>",
2721                        "smithy.api#httpLabel": {},
2722                        "smithy.api#required": {}
2723                    }
2724                }
2725            }
2726        },
2727        "com.amazonaws.lambda#GetCodeSigningConfig": {
2728            "type": "operation",
2729            "input": {
2730                "target": "com.amazonaws.lambda#GetCodeSigningConfigRequest"
2731            },
2732            "output": {
2733                "target": "com.amazonaws.lambda#GetCodeSigningConfigResponse"
2734            },
2735            "errors": [
2736                {
2737                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
2738                },
2739                {
2740                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
2741                },
2742                {
2743                    "target": "com.amazonaws.lambda#ServiceException"
2744                }
2745            ],
2746            "traits": {
2747                "smithy.api#documentation": "<p>Returns information about the specified code signing configuration.</p>",
2748                "smithy.api#http": {
2749                    "method": "GET",
2750                    "uri": "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}",
2751                    "code": 200
2752                }
2753            }
2754        },
2755        "com.amazonaws.lambda#GetCodeSigningConfigRequest": {
2756            "type": "structure",
2757            "members": {
2758                "CodeSigningConfigArn": {
2759                    "target": "com.amazonaws.lambda#CodeSigningConfigArn",
2760                    "traits": {
2761                        "smithy.api#documentation": "<p>The The Amazon Resource Name (ARN) of the code signing configuration. </p>",
2762                        "smithy.api#httpLabel": {},
2763                        "smithy.api#required": {}
2764                    }
2765                }
2766            }
2767        },
2768        "com.amazonaws.lambda#GetCodeSigningConfigResponse": {
2769            "type": "structure",
2770            "members": {
2771                "CodeSigningConfig": {
2772                    "target": "com.amazonaws.lambda#CodeSigningConfig",
2773                    "traits": {
2774                        "smithy.api#documentation": "<p>The code signing configuration</p>",
2775                        "smithy.api#required": {}
2776                    }
2777                }
2778            }
2779        },
2780        "com.amazonaws.lambda#GetEventSourceMapping": {
2781            "type": "operation",
2782            "input": {
2783                "target": "com.amazonaws.lambda#GetEventSourceMappingRequest"
2784            },
2785            "output": {
2786                "target": "com.amazonaws.lambda#EventSourceMappingConfiguration"
2787            },
2788            "errors": [
2789                {
2790                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
2791                },
2792                {
2793                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
2794                },
2795                {
2796                    "target": "com.amazonaws.lambda#ServiceException"
2797                },
2798                {
2799                    "target": "com.amazonaws.lambda#TooManyRequestsException"
2800                }
2801            ],
2802            "traits": {
2803                "smithy.api#documentation": "<p>Returns details about an event source mapping. You can get the identifier of a mapping from the output of <a>ListEventSourceMappings</a>.</p>",
2804                "smithy.api#http": {
2805                    "method": "GET",
2806                    "uri": "/2015-03-31/event-source-mappings/{UUID}",
2807                    "code": 200
2808                }
2809            }
2810        },
2811        "com.amazonaws.lambda#GetEventSourceMappingRequest": {
2812            "type": "structure",
2813            "members": {
2814                "UUID": {
2815                    "target": "com.amazonaws.lambda#String",
2816                    "traits": {
2817                        "smithy.api#documentation": "<p>The identifier of the event source mapping.</p>",
2818                        "smithy.api#httpLabel": {},
2819                        "smithy.api#required": {}
2820                    }
2821                }
2822            }
2823        },
2824        "com.amazonaws.lambda#GetFunction": {
2825            "type": "operation",
2826            "input": {
2827                "target": "com.amazonaws.lambda#GetFunctionRequest"
2828            },
2829            "output": {
2830                "target": "com.amazonaws.lambda#GetFunctionResponse"
2831            },
2832            "errors": [
2833                {
2834                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
2835                },
2836                {
2837                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
2838                },
2839                {
2840                    "target": "com.amazonaws.lambda#ServiceException"
2841                },
2842                {
2843                    "target": "com.amazonaws.lambda#TooManyRequestsException"
2844                }
2845            ],
2846            "traits": {
2847                "smithy.api#documentation": "<p>Returns information about the function or function version, with a link to download the deployment package\n      that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are\n      returned.</p>",
2848                "smithy.api#http": {
2849                    "method": "GET",
2850                    "uri": "/2015-03-31/functions/{FunctionName}",
2851                    "code": 200
2852                },
2853                "smithy.waiters#waitable": {
2854                    "FunctionExists": {
2855                        "acceptors": [
2856                            {
2857                                "state": "success",
2858                                "matcher": {
2859                                    "success": true
2860                                }
2861                            },
2862                            {
2863                                "state": "retry",
2864                                "matcher": {
2865                                    "errorType": "ResourceNotFoundException"
2866                                }
2867                            }
2868                        ],
2869                        "minDelay": 1
2870                    }
2871                }
2872            }
2873        },
2874        "com.amazonaws.lambda#GetFunctionCodeSigningConfig": {
2875            "type": "operation",
2876            "input": {
2877                "target": "com.amazonaws.lambda#GetFunctionCodeSigningConfigRequest"
2878            },
2879            "output": {
2880                "target": "com.amazonaws.lambda#GetFunctionCodeSigningConfigResponse"
2881            },
2882            "errors": [
2883                {
2884                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
2885                },
2886                {
2887                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
2888                },
2889                {
2890                    "target": "com.amazonaws.lambda#ServiceException"
2891                },
2892                {
2893                    "target": "com.amazonaws.lambda#TooManyRequestsException"
2894                }
2895            ],
2896            "traits": {
2897                "smithy.api#documentation": "<p>Returns the code signing configuration for the specified function.</p>",
2898                "smithy.api#http": {
2899                    "method": "GET",
2900                    "uri": "/2020-06-30/functions/{FunctionName}/code-signing-config",
2901                    "code": 200
2902                }
2903            }
2904        },
2905        "com.amazonaws.lambda#GetFunctionCodeSigningConfigRequest": {
2906            "type": "structure",
2907            "members": {
2908                "FunctionName": {
2909                    "target": "com.amazonaws.lambda#FunctionName",
2910                    "traits": {
2911                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
2912                        "smithy.api#httpLabel": {},
2913                        "smithy.api#required": {}
2914                    }
2915                }
2916            }
2917        },
2918        "com.amazonaws.lambda#GetFunctionCodeSigningConfigResponse": {
2919            "type": "structure",
2920            "members": {
2921                "CodeSigningConfigArn": {
2922                    "target": "com.amazonaws.lambda#CodeSigningConfigArn",
2923                    "traits": {
2924                        "smithy.api#documentation": "<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>",
2925                        "smithy.api#required": {}
2926                    }
2927                },
2928                "FunctionName": {
2929                    "target": "com.amazonaws.lambda#FunctionName",
2930                    "traits": {
2931                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
2932                        "smithy.api#required": {}
2933                    }
2934                }
2935            }
2936        },
2937        "com.amazonaws.lambda#GetFunctionConcurrency": {
2938            "type": "operation",
2939            "input": {
2940                "target": "com.amazonaws.lambda#GetFunctionConcurrencyRequest"
2941            },
2942            "output": {
2943                "target": "com.amazonaws.lambda#GetFunctionConcurrencyResponse"
2944            },
2945            "errors": [
2946                {
2947                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
2948                },
2949                {
2950                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
2951                },
2952                {
2953                    "target": "com.amazonaws.lambda#ServiceException"
2954                },
2955                {
2956                    "target": "com.amazonaws.lambda#TooManyRequestsException"
2957                }
2958            ],
2959            "traits": {
2960                "smithy.api#documentation": "<p>Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a\n      function, use <a>PutFunctionConcurrency</a>.</p>",
2961                "smithy.api#http": {
2962                    "method": "GET",
2963                    "uri": "/2019-09-30/functions/{FunctionName}/concurrency",
2964                    "code": 200
2965                }
2966            }
2967        },
2968        "com.amazonaws.lambda#GetFunctionConcurrencyRequest": {
2969            "type": "structure",
2970            "members": {
2971                "FunctionName": {
2972                    "target": "com.amazonaws.lambda#FunctionName",
2973                    "traits": {
2974                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
2975                        "smithy.api#httpLabel": {},
2976                        "smithy.api#required": {}
2977                    }
2978                }
2979            }
2980        },
2981        "com.amazonaws.lambda#GetFunctionConcurrencyResponse": {
2982            "type": "structure",
2983            "members": {
2984                "ReservedConcurrentExecutions": {
2985                    "target": "com.amazonaws.lambda#ReservedConcurrentExecutions",
2986                    "traits": {
2987                        "smithy.api#documentation": "<p>The number of simultaneous executions that are reserved for the function.</p>"
2988                    }
2989                }
2990            }
2991        },
2992        "com.amazonaws.lambda#GetFunctionConfiguration": {
2993            "type": "operation",
2994            "input": {
2995                "target": "com.amazonaws.lambda#GetFunctionConfigurationRequest"
2996            },
2997            "output": {
2998                "target": "com.amazonaws.lambda#FunctionConfiguration"
2999            },
3000            "errors": [
3001                {
3002                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
3003                },
3004                {
3005                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
3006                },
3007                {
3008                    "target": "com.amazonaws.lambda#ServiceException"
3009                },
3010                {
3011                    "target": "com.amazonaws.lambda#TooManyRequestsException"
3012                }
3013            ],
3014            "traits": {
3015                "smithy.api#documentation": "<p>Returns the version-specific settings of a Lambda function or version. The output includes only options that\n      can vary between versions of a function. To modify these settings, use <a>UpdateFunctionConfiguration</a>.</p>\n         <p>To get all of a function's details, including function-level settings, use <a>GetFunction</a>.</p>",
3016                "smithy.api#http": {
3017                    "method": "GET",
3018                    "uri": "/2015-03-31/functions/{FunctionName}/configuration",
3019                    "code": 200
3020                },
3021                "smithy.waiters#waitable": {
3022                    "FunctionActive": {
3023                        "documentation": "Waits for the function's State to be Active.",
3024                        "acceptors": [
3025                            {
3026                                "state": "success",
3027                                "matcher": {
3028                                    "output": {
3029                                        "path": "State",
3030                                        "expected": "Active",
3031                                        "comparator": "stringEquals"
3032                                    }
3033                                }
3034                            },
3035                            {
3036                                "state": "failure",
3037                                "matcher": {
3038                                    "output": {
3039                                        "path": "State",
3040                                        "expected": "Failed",
3041                                        "comparator": "stringEquals"
3042                                    }
3043                                }
3044                            },
3045                            {
3046                                "state": "retry",
3047                                "matcher": {
3048                                    "output": {
3049                                        "path": "State",
3050                                        "expected": "Pending",
3051                                        "comparator": "stringEquals"
3052                                    }
3053                                }
3054                            }
3055                        ],
3056                        "minDelay": 5
3057                    },
3058                    "FunctionUpdated": {
3059                        "documentation": "Waits for the function's LastUpdateStatus to be Successful.",
3060                        "acceptors": [
3061                            {
3062                                "state": "success",
3063                                "matcher": {
3064                                    "output": {
3065                                        "path": "LastUpdateStatus",
3066                                        "expected": "Successful",
3067                                        "comparator": "stringEquals"
3068                                    }
3069                                }
3070                            },
3071                            {
3072                                "state": "failure",
3073                                "matcher": {
3074                                    "output": {
3075                                        "path": "LastUpdateStatus",
3076                                        "expected": "Failed",
3077                                        "comparator": "stringEquals"
3078                                    }
3079                                }
3080                            },
3081                            {
3082                                "state": "retry",
3083                                "matcher": {
3084                                    "output": {
3085                                        "path": "LastUpdateStatus",
3086                                        "expected": "InProgress",
3087                                        "comparator": "stringEquals"
3088                                    }
3089                                }
3090                            }
3091                        ],
3092                        "minDelay": 5
3093                    }
3094                }
3095            }
3096        },
3097        "com.amazonaws.lambda#GetFunctionConfigurationRequest": {
3098            "type": "structure",
3099            "members": {
3100                "FunctionName": {
3101                    "target": "com.amazonaws.lambda#NamespacedFunctionName",
3102                    "traits": {
3103                        "smithy.api#documentation": "<p>The name of the Lambda function, version, or alias.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
3104                        "smithy.api#httpLabel": {},
3105                        "smithy.api#required": {}
3106                    }
3107                },
3108                "Qualifier": {
3109                    "target": "com.amazonaws.lambda#Qualifier",
3110                    "traits": {
3111                        "smithy.api#documentation": "<p>Specify a version or alias to get details about a published version of the function.</p>",
3112                        "smithy.api#httpQuery": "Qualifier"
3113                    }
3114                }
3115            }
3116        },
3117        "com.amazonaws.lambda#GetFunctionEventInvokeConfig": {
3118            "type": "operation",
3119            "input": {
3120                "target": "com.amazonaws.lambda#GetFunctionEventInvokeConfigRequest"
3121            },
3122            "output": {
3123                "target": "com.amazonaws.lambda#FunctionEventInvokeConfig"
3124            },
3125            "errors": [
3126                {
3127                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
3128                },
3129                {
3130                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
3131                },
3132                {
3133                    "target": "com.amazonaws.lambda#ServiceException"
3134                },
3135                {
3136                    "target": "com.amazonaws.lambda#TooManyRequestsException"
3137                }
3138            ],
3139            "traits": {
3140                "smithy.api#documentation": "<p>Retrieves the configuration for asynchronous invocation for a function, version, or alias.</p> \n         <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>",
3141                "smithy.api#http": {
3142                    "method": "GET",
3143                    "uri": "/2019-09-25/functions/{FunctionName}/event-invoke-config",
3144                    "code": 200
3145                }
3146            }
3147        },
3148        "com.amazonaws.lambda#GetFunctionEventInvokeConfigRequest": {
3149            "type": "structure",
3150            "members": {
3151                "FunctionName": {
3152                    "target": "com.amazonaws.lambda#FunctionName",
3153                    "traits": {
3154                        "smithy.api#documentation": "<p>The name of the Lambda function, version, or alias.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
3155                        "smithy.api#httpLabel": {},
3156                        "smithy.api#required": {}
3157                    }
3158                },
3159                "Qualifier": {
3160                    "target": "com.amazonaws.lambda#Qualifier",
3161                    "traits": {
3162                        "smithy.api#documentation": "<p>A version number or alias name.</p>",
3163                        "smithy.api#httpQuery": "Qualifier"
3164                    }
3165                }
3166            }
3167        },
3168        "com.amazonaws.lambda#GetFunctionRequest": {
3169            "type": "structure",
3170            "members": {
3171                "FunctionName": {
3172                    "target": "com.amazonaws.lambda#NamespacedFunctionName",
3173                    "traits": {
3174                        "smithy.api#documentation": "<p>The name of the Lambda function, version, or alias.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
3175                        "smithy.api#httpLabel": {},
3176                        "smithy.api#required": {}
3177                    }
3178                },
3179                "Qualifier": {
3180                    "target": "com.amazonaws.lambda#Qualifier",
3181                    "traits": {
3182                        "smithy.api#documentation": "<p>Specify a version or alias to get details about a published version of the function.</p>",
3183                        "smithy.api#httpQuery": "Qualifier"
3184                    }
3185                }
3186            }
3187        },
3188        "com.amazonaws.lambda#GetFunctionResponse": {
3189            "type": "structure",
3190            "members": {
3191                "Configuration": {
3192                    "target": "com.amazonaws.lambda#FunctionConfiguration",
3193                    "traits": {
3194                        "smithy.api#documentation": "<p>The configuration of the function or version.</p>"
3195                    }
3196                },
3197                "Code": {
3198                    "target": "com.amazonaws.lambda#FunctionCodeLocation",
3199                    "traits": {
3200                        "smithy.api#documentation": "<p>The deployment package of the function or version.</p>"
3201                    }
3202                },
3203                "Tags": {
3204                    "target": "com.amazonaws.lambda#Tags",
3205                    "traits": {
3206                        "smithy.api#documentation": "<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a>.</p>"
3207                    }
3208                },
3209                "Concurrency": {
3210                    "target": "com.amazonaws.lambda#Concurrency",
3211                    "traits": {
3212                        "smithy.api#documentation": "<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html\">reserved\n        concurrency</a>.</p>"
3213                    }
3214                }
3215            }
3216        },
3217        "com.amazonaws.lambda#GetLayerVersion": {
3218            "type": "operation",
3219            "input": {
3220                "target": "com.amazonaws.lambda#GetLayerVersionRequest"
3221            },
3222            "output": {
3223                "target": "com.amazonaws.lambda#GetLayerVersionResponse"
3224            },
3225            "errors": [
3226                {
3227                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
3228                },
3229                {
3230                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
3231                },
3232                {
3233                    "target": "com.amazonaws.lambda#ServiceException"
3234                },
3235                {
3236                    "target": "com.amazonaws.lambda#TooManyRequestsException"
3237                }
3238            ],
3239            "traits": {
3240                "smithy.api#documentation": "<p>Returns information about a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>, with a link to download the layer archive\n        that's valid for 10 minutes.</p>",
3241                "smithy.api#http": {
3242                    "method": "GET",
3243                    "uri": "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}",
3244                    "code": 200
3245                }
3246            }
3247        },
3248        "com.amazonaws.lambda#GetLayerVersionByArn": {
3249            "type": "operation",
3250            "input": {
3251                "target": "com.amazonaws.lambda#GetLayerVersionByArnRequest"
3252            },
3253            "output": {
3254                "target": "com.amazonaws.lambda#GetLayerVersionResponse"
3255            },
3256            "errors": [
3257                {
3258                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
3259                },
3260                {
3261                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
3262                },
3263                {
3264                    "target": "com.amazonaws.lambda#ServiceException"
3265                },
3266                {
3267                    "target": "com.amazonaws.lambda#TooManyRequestsException"
3268                }
3269            ],
3270            "traits": {
3271                "smithy.api#documentation": "<p>Returns information about a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>, with a link to download the layer archive\n        that's valid for 10 minutes.</p>",
3272                "smithy.api#http": {
3273                    "method": "GET",
3274                    "uri": "/2018-10-31/layers?find=LayerVersion",
3275                    "code": 200
3276                }
3277            }
3278        },
3279        "com.amazonaws.lambda#GetLayerVersionByArnRequest": {
3280            "type": "structure",
3281            "members": {
3282                "Arn": {
3283                    "target": "com.amazonaws.lambda#LayerVersionArn",
3284                    "traits": {
3285                        "smithy.api#documentation": "<p>The ARN of the layer version.</p>",
3286                        "smithy.api#httpQuery": "Arn",
3287                        "smithy.api#required": {}
3288                    }
3289                }
3290            }
3291        },
3292        "com.amazonaws.lambda#GetLayerVersionPolicy": {
3293            "type": "operation",
3294            "input": {
3295                "target": "com.amazonaws.lambda#GetLayerVersionPolicyRequest"
3296            },
3297            "output": {
3298                "target": "com.amazonaws.lambda#GetLayerVersionPolicyResponse"
3299            },
3300            "errors": [
3301                {
3302                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
3303                },
3304                {
3305                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
3306                },
3307                {
3308                    "target": "com.amazonaws.lambda#ServiceException"
3309                },
3310                {
3311                    "target": "com.amazonaws.lambda#TooManyRequestsException"
3312                }
3313            ],
3314            "traits": {
3315                "smithy.api#documentation": "<p>Returns the permission policy for a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>. For more information, see <a>AddLayerVersionPermission</a>.</p>",
3316                "smithy.api#http": {
3317                    "method": "GET",
3318                    "uri": "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy",
3319                    "code": 200
3320                }
3321            }
3322        },
3323        "com.amazonaws.lambda#GetLayerVersionPolicyRequest": {
3324            "type": "structure",
3325            "members": {
3326                "LayerName": {
3327                    "target": "com.amazonaws.lambda#LayerName",
3328                    "traits": {
3329                        "smithy.api#documentation": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
3330                        "smithy.api#httpLabel": {},
3331                        "smithy.api#required": {}
3332                    }
3333                },
3334                "VersionNumber": {
3335                    "target": "com.amazonaws.lambda#LayerVersionNumber",
3336                    "traits": {
3337                        "smithy.api#documentation": "<p>The version number.</p>",
3338                        "smithy.api#httpLabel": {},
3339                        "smithy.api#required": {}
3340                    }
3341                }
3342            }
3343        },
3344        "com.amazonaws.lambda#GetLayerVersionPolicyResponse": {
3345            "type": "structure",
3346            "members": {
3347                "Policy": {
3348                    "target": "com.amazonaws.lambda#String",
3349                    "traits": {
3350                        "smithy.api#documentation": "<p>The policy document.</p>"
3351                    }
3352                },
3353                "RevisionId": {
3354                    "target": "com.amazonaws.lambda#String",
3355                    "traits": {
3356                        "smithy.api#documentation": "<p>A unique identifier for the current revision of the policy.</p>"
3357                    }
3358                }
3359            }
3360        },
3361        "com.amazonaws.lambda#GetLayerVersionRequest": {
3362            "type": "structure",
3363            "members": {
3364                "LayerName": {
3365                    "target": "com.amazonaws.lambda#LayerName",
3366                    "traits": {
3367                        "smithy.api#documentation": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
3368                        "smithy.api#httpLabel": {},
3369                        "smithy.api#required": {}
3370                    }
3371                },
3372                "VersionNumber": {
3373                    "target": "com.amazonaws.lambda#LayerVersionNumber",
3374                    "traits": {
3375                        "smithy.api#documentation": "<p>The version number.</p>",
3376                        "smithy.api#httpLabel": {},
3377                        "smithy.api#required": {}
3378                    }
3379                }
3380            }
3381        },
3382        "com.amazonaws.lambda#GetLayerVersionResponse": {
3383            "type": "structure",
3384            "members": {
3385                "Content": {
3386                    "target": "com.amazonaws.lambda#LayerVersionContentOutput",
3387                    "traits": {
3388                        "smithy.api#documentation": "<p>Details about the layer version.</p>"
3389                    }
3390                },
3391                "LayerArn": {
3392                    "target": "com.amazonaws.lambda#LayerArn",
3393                    "traits": {
3394                        "smithy.api#documentation": "<p>The ARN of the layer.</p>"
3395                    }
3396                },
3397                "LayerVersionArn": {
3398                    "target": "com.amazonaws.lambda#LayerVersionArn",
3399                    "traits": {
3400                        "smithy.api#documentation": "<p>The ARN of the layer version.</p>"
3401                    }
3402                },
3403                "Description": {
3404                    "target": "com.amazonaws.lambda#Description",
3405                    "traits": {
3406                        "smithy.api#documentation": "<p>The description of the version.</p>"
3407                    }
3408                },
3409                "CreatedDate": {
3410                    "target": "com.amazonaws.lambda#Timestamp",
3411                    "traits": {
3412                        "smithy.api#documentation": "<p>The date that the layer version was created, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>"
3413                    }
3414                },
3415                "Version": {
3416                    "target": "com.amazonaws.lambda#LayerVersionNumber",
3417                    "traits": {
3418                        "smithy.api#documentation": "<p>The version number.</p>"
3419                    }
3420                },
3421                "CompatibleRuntimes": {
3422                    "target": "com.amazonaws.lambda#CompatibleRuntimes",
3423                    "traits": {
3424                        "smithy.api#documentation": "<p>The layer's compatible runtimes.</p>"
3425                    }
3426                },
3427                "LicenseInfo": {
3428                    "target": "com.amazonaws.lambda#LicenseInfo",
3429                    "traits": {
3430                        "smithy.api#documentation": "<p>The layer's software license.</p>"
3431                    }
3432                }
3433            }
3434        },
3435        "com.amazonaws.lambda#GetPolicy": {
3436            "type": "operation",
3437            "input": {
3438                "target": "com.amazonaws.lambda#GetPolicyRequest"
3439            },
3440            "output": {
3441                "target": "com.amazonaws.lambda#GetPolicyResponse"
3442            },
3443            "errors": [
3444                {
3445                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
3446                },
3447                {
3448                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
3449                },
3450                {
3451                    "target": "com.amazonaws.lambda#ServiceException"
3452                },
3453                {
3454                    "target": "com.amazonaws.lambda#TooManyRequestsException"
3455                }
3456            ],
3457            "traits": {
3458                "smithy.api#documentation": "<p>Returns the <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html\">resource-based IAM policy</a> for a function, version, or alias.</p>",
3459                "smithy.api#http": {
3460                    "method": "GET",
3461                    "uri": "/2015-03-31/functions/{FunctionName}/policy",
3462                    "code": 200
3463                }
3464            }
3465        },
3466        "com.amazonaws.lambda#GetPolicyRequest": {
3467            "type": "structure",
3468            "members": {
3469                "FunctionName": {
3470                    "target": "com.amazonaws.lambda#NamespacedFunctionName",
3471                    "traits": {
3472                        "smithy.api#documentation": "<p>The name of the Lambda function, version, or alias.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
3473                        "smithy.api#httpLabel": {},
3474                        "smithy.api#required": {}
3475                    }
3476                },
3477                "Qualifier": {
3478                    "target": "com.amazonaws.lambda#Qualifier",
3479                    "traits": {
3480                        "smithy.api#documentation": "<p>Specify a version or alias to get the policy for that resource.</p>",
3481                        "smithy.api#httpQuery": "Qualifier"
3482                    }
3483                }
3484            }
3485        },
3486        "com.amazonaws.lambda#GetPolicyResponse": {
3487            "type": "structure",
3488            "members": {
3489                "Policy": {
3490                    "target": "com.amazonaws.lambda#String",
3491                    "traits": {
3492                        "smithy.api#documentation": "<p>The resource-based policy.</p>"
3493                    }
3494                },
3495                "RevisionId": {
3496                    "target": "com.amazonaws.lambda#String",
3497                    "traits": {
3498                        "smithy.api#documentation": "<p>A unique identifier for the current revision of the policy.</p>"
3499                    }
3500                }
3501            }
3502        },
3503        "com.amazonaws.lambda#GetProvisionedConcurrencyConfig": {
3504            "type": "operation",
3505            "input": {
3506                "target": "com.amazonaws.lambda#GetProvisionedConcurrencyConfigRequest"
3507            },
3508            "output": {
3509                "target": "com.amazonaws.lambda#GetProvisionedConcurrencyConfigResponse"
3510            },
3511            "errors": [
3512                {
3513                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
3514                },
3515                {
3516                    "target": "com.amazonaws.lambda#ProvisionedConcurrencyConfigNotFoundException"
3517                },
3518                {
3519                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
3520                },
3521                {
3522                    "target": "com.amazonaws.lambda#ServiceException"
3523                },
3524                {
3525                    "target": "com.amazonaws.lambda#TooManyRequestsException"
3526                }
3527            ],
3528            "traits": {
3529                "smithy.api#documentation": "<p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>",
3530                "smithy.api#http": {
3531                    "method": "GET",
3532                    "uri": "/2019-09-30/functions/{FunctionName}/provisioned-concurrency",
3533                    "code": 200
3534                }
3535            }
3536        },
3537        "com.amazonaws.lambda#GetProvisionedConcurrencyConfigRequest": {
3538            "type": "structure",
3539            "members": {
3540                "FunctionName": {
3541                    "target": "com.amazonaws.lambda#FunctionName",
3542                    "traits": {
3543                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
3544                        "smithy.api#httpLabel": {},
3545                        "smithy.api#required": {}
3546                    }
3547                },
3548                "Qualifier": {
3549                    "target": "com.amazonaws.lambda#Qualifier",
3550                    "traits": {
3551                        "smithy.api#documentation": "<p>The version number or alias name.</p>",
3552                        "smithy.api#httpQuery": "Qualifier",
3553                        "smithy.api#required": {}
3554                    }
3555                }
3556            }
3557        },
3558        "com.amazonaws.lambda#GetProvisionedConcurrencyConfigResponse": {
3559            "type": "structure",
3560            "members": {
3561                "RequestedProvisionedConcurrentExecutions": {
3562                    "target": "com.amazonaws.lambda#PositiveInteger",
3563                    "traits": {
3564                        "smithy.api#documentation": "<p>The amount of provisioned concurrency requested.</p>"
3565                    }
3566                },
3567                "AvailableProvisionedConcurrentExecutions": {
3568                    "target": "com.amazonaws.lambda#NonNegativeInteger",
3569                    "traits": {
3570                        "smithy.api#documentation": "<p>The amount of provisioned concurrency available.</p>"
3571                    }
3572                },
3573                "AllocatedProvisionedConcurrentExecutions": {
3574                    "target": "com.amazonaws.lambda#NonNegativeInteger",
3575                    "traits": {
3576                        "smithy.api#documentation": "<p>The amount of provisioned concurrency allocated.</p>"
3577                    }
3578                },
3579                "Status": {
3580                    "target": "com.amazonaws.lambda#ProvisionedConcurrencyStatusEnum",
3581                    "traits": {
3582                        "smithy.api#documentation": "<p>The status of the allocation process.</p>"
3583                    }
3584                },
3585                "StatusReason": {
3586                    "target": "com.amazonaws.lambda#String",
3587                    "traits": {
3588                        "smithy.api#documentation": "<p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>"
3589                    }
3590                },
3591                "LastModified": {
3592                    "target": "com.amazonaws.lambda#Timestamp",
3593                    "traits": {
3594                        "smithy.api#documentation": "<p>The date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a>.</p>"
3595                    }
3596                }
3597            }
3598        },
3599        "com.amazonaws.lambda#Handler": {
3600            "type": "string",
3601            "traits": {
3602                "smithy.api#length": {
3603                    "min": 0,
3604                    "max": 128
3605                },
3606                "smithy.api#pattern": "[^\\s]+"
3607            }
3608        },
3609        "com.amazonaws.lambda#HttpStatus": {
3610            "type": "integer"
3611        },
3612        "com.amazonaws.lambda#ImageConfig": {
3613            "type": "structure",
3614            "members": {
3615                "EntryPoint": {
3616                    "target": "com.amazonaws.lambda#StringList",
3617                    "traits": {
3618                        "smithy.api#documentation": "<p>Specifies the entry point to their application, which is typically the location of the runtime\n      executable.</p>"
3619                    }
3620                },
3621                "Command": {
3622                    "target": "com.amazonaws.lambda#StringList",
3623                    "traits": {
3624                        "smithy.api#documentation": "<p>Specifies parameters that you want to pass in with ENTRYPOINT. </p>"
3625                    }
3626                },
3627                "WorkingDirectory": {
3628                    "target": "com.amazonaws.lambda#WorkingDirectory",
3629                    "traits": {
3630                        "smithy.api#documentation": "<p>Specifies the working directory.</p>"
3631                    }
3632                }
3633            },
3634            "traits": {
3635                "smithy.api#documentation": "<p>Configuration values that override the container image Dockerfile settings. See   \n      <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms\">Container settings</a>. </p>"
3636            }
3637        },
3638        "com.amazonaws.lambda#ImageConfigError": {
3639            "type": "structure",
3640            "members": {
3641                "ErrorCode": {
3642                    "target": "com.amazonaws.lambda#String",
3643                    "traits": {
3644                        "smithy.api#documentation": "<p>Error code.</p>"
3645                    }
3646                },
3647                "Message": {
3648                    "target": "com.amazonaws.lambda#SensitiveString",
3649                    "traits": {
3650                        "smithy.api#documentation": "<p>Error message.</p>"
3651                    }
3652                }
3653            },
3654            "traits": {
3655                "smithy.api#documentation": "<p>Error response to GetFunctionConfiguration.</p>"
3656            }
3657        },
3658        "com.amazonaws.lambda#ImageConfigResponse": {
3659            "type": "structure",
3660            "members": {
3661                "ImageConfig": {
3662                    "target": "com.amazonaws.lambda#ImageConfig",
3663                    "traits": {
3664                        "smithy.api#documentation": "<p>Configuration values that override the container image Dockerfile.</p>"
3665                    }
3666                },
3667                "Error": {
3668                    "target": "com.amazonaws.lambda#ImageConfigError",
3669                    "traits": {
3670                        "smithy.api#documentation": "<p>Error response to GetFunctionConfiguration.</p>"
3671                    }
3672                }
3673            },
3674            "traits": {
3675                "smithy.api#documentation": "<p>Response to GetFunctionConfiguration request.</p>"
3676            }
3677        },
3678        "com.amazonaws.lambda#Integer": {
3679            "type": "integer"
3680        },
3681        "com.amazonaws.lambda#InvalidCodeSignatureException": {
3682            "type": "structure",
3683            "members": {
3684                "Type": {
3685                    "target": "com.amazonaws.lambda#String"
3686                },
3687                "Message": {
3688                    "target": "com.amazonaws.lambda#String"
3689                }
3690            },
3691            "traits": {
3692                "smithy.api#documentation": "<p>The code signature failed the integrity check. Lambda always blocks deployment if the integrity check\n      fails, even if code signing policy is set to WARN.</p>",
3693                "smithy.api#error": "client",
3694                "smithy.api#httpError": 400
3695            }
3696        },
3697        "com.amazonaws.lambda#InvalidParameterValueException": {
3698            "type": "structure",
3699            "members": {
3700                "Type": {
3701                    "target": "com.amazonaws.lambda#String",
3702                    "traits": {
3703                        "smithy.api#documentation": "<p>The exception type.</p>"
3704                    }
3705                },
3706                "message": {
3707                    "target": "com.amazonaws.lambda#String",
3708                    "traits": {
3709                        "smithy.api#documentation": "<p>The exception message.</p>"
3710                    }
3711                }
3712            },
3713            "traits": {
3714                "smithy.api#documentation": "<p>One of the parameters in the request is invalid.</p>",
3715                "smithy.api#error": "client",
3716                "smithy.api#httpError": 400
3717            }
3718        },
3719        "com.amazonaws.lambda#InvalidRequestContentException": {
3720            "type": "structure",
3721            "members": {
3722                "Type": {
3723                    "target": "com.amazonaws.lambda#String",
3724                    "traits": {
3725                        "smithy.api#documentation": "<p>The exception type.</p>"
3726                    }
3727                },
3728                "message": {
3729                    "target": "com.amazonaws.lambda#String",
3730                    "traits": {
3731                        "smithy.api#documentation": "<p>The exception message.</p>"
3732                    }
3733                }
3734            },
3735            "traits": {
3736                "smithy.api#documentation": "<p>The request body could not be parsed as JSON.</p>",
3737                "smithy.api#error": "client",
3738                "smithy.api#httpError": 400
3739            }
3740        },
3741        "com.amazonaws.lambda#InvalidRuntimeException": {
3742            "type": "structure",
3743            "members": {
3744                "Type": {
3745                    "target": "com.amazonaws.lambda#String"
3746                },
3747                "Message": {
3748                    "target": "com.amazonaws.lambda#String"
3749                }
3750            },
3751            "traits": {
3752                "smithy.api#documentation": "<p>The runtime or runtime version specified is not supported.</p>",
3753                "smithy.api#error": "server",
3754                "smithy.api#httpError": 502
3755            }
3756        },
3757        "com.amazonaws.lambda#InvalidSecurityGroupIDException": {
3758            "type": "structure",
3759            "members": {
3760                "Type": {
3761                    "target": "com.amazonaws.lambda#String"
3762                },
3763                "Message": {
3764                    "target": "com.amazonaws.lambda#String"
3765                }
3766            },
3767            "traits": {
3768                "smithy.api#documentation": "<p>The Security Group ID provided in the Lambda function VPC configuration is invalid.</p>",
3769                "smithy.api#error": "server",
3770                "smithy.api#httpError": 502
3771            }
3772        },
3773        "com.amazonaws.lambda#InvalidSubnetIDException": {
3774            "type": "structure",
3775            "members": {
3776                "Type": {
3777                    "target": "com.amazonaws.lambda#String"
3778                },
3779                "Message": {
3780                    "target": "com.amazonaws.lambda#String"
3781                }
3782            },
3783            "traits": {
3784                "smithy.api#documentation": "<p>The Subnet ID provided in the Lambda function VPC configuration is invalid.</p>",
3785                "smithy.api#error": "server",
3786                "smithy.api#httpError": 502
3787            }
3788        },
3789        "com.amazonaws.lambda#InvalidZipFileException": {
3790            "type": "structure",
3791            "members": {
3792                "Type": {
3793                    "target": "com.amazonaws.lambda#String"
3794                },
3795                "Message": {
3796                    "target": "com.amazonaws.lambda#String"
3797                }
3798            },
3799            "traits": {
3800                "smithy.api#documentation": "<p>AWS Lambda could not unzip the deployment package.</p>",
3801                "smithy.api#error": "server",
3802                "smithy.api#httpError": 502
3803            }
3804        },
3805        "com.amazonaws.lambda#InvocationRequest": {
3806            "type": "structure",
3807            "members": {
3808                "FunctionName": {
3809                    "target": "com.amazonaws.lambda#NamespacedFunctionName",
3810                    "traits": {
3811                        "smithy.api#documentation": "<p>The name of the Lambda function, version, or alias.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
3812                        "smithy.api#httpLabel": {},
3813                        "smithy.api#required": {}
3814                    }
3815                },
3816                "InvocationType": {
3817                    "target": "com.amazonaws.lambda#InvocationType",
3818                    "traits": {
3819                        "smithy.api#documentation": "<p>Choose from the following options.</p>\n         <ul>\n            <li>\n               <p>\n                  <code>RequestResponse</code> (default) - Invoke the function synchronously. Keep the connection open until\n          the function returns a response or times out. The API response includes the function response and additional\n          data.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Event</code> - Invoke the function asynchronously. Send events that fail multiple times to the\n          function's dead-letter queue (if it's configured). The API response only includes a status code.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DryRun</code> - Validate parameter values and verify that the user or role has permission to invoke\n          the function.</p>\n            </li>\n         </ul>",
3820                        "smithy.api#httpHeader": "X-Amz-Invocation-Type"
3821                    }
3822                },
3823                "LogType": {
3824                    "target": "com.amazonaws.lambda#LogType",
3825                    "traits": {
3826                        "smithy.api#documentation": "<p>Set to <code>Tail</code> to include the execution log in the response.</p>",
3827                        "smithy.api#httpHeader": "X-Amz-Log-Type"
3828                    }
3829                },
3830                "ClientContext": {
3831                    "target": "com.amazonaws.lambda#String",
3832                    "traits": {
3833                        "smithy.api#documentation": "<p>Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function in the context\n      object.</p>",
3834                        "smithy.api#httpHeader": "X-Amz-Client-Context"
3835                    }
3836                },
3837                "Payload": {
3838                    "target": "com.amazonaws.lambda#Blob",
3839                    "traits": {
3840                        "smithy.api#documentation": "<p>The JSON that you want to provide to your Lambda function as input.</p>",
3841                        "smithy.api#httpPayload": {}
3842                    }
3843                },
3844                "Qualifier": {
3845                    "target": "com.amazonaws.lambda#Qualifier",
3846                    "traits": {
3847                        "smithy.api#documentation": "<p>Specify a version or alias to invoke a published version of the function.</p>",
3848                        "smithy.api#httpQuery": "Qualifier"
3849                    }
3850                }
3851            }
3852        },
3853        "com.amazonaws.lambda#InvocationResponse": {
3854            "type": "structure",
3855            "members": {
3856                "StatusCode": {
3857                    "target": "com.amazonaws.lambda#Integer",
3858                    "traits": {
3859                        "smithy.api#documentation": "<p>The HTTP status code is in the 200 range for a successful request. For the <code>RequestResponse</code>\n      invocation type, this status code is 200. For the <code>Event</code> invocation type, this status code is 202. For\n      the <code>DryRun</code> invocation type, the status code is 204.</p>",
3860                        "smithy.api#httpResponseCode": {}
3861                    }
3862                },
3863                "FunctionError": {
3864                    "target": "com.amazonaws.lambda#String",
3865                    "traits": {
3866                        "smithy.api#documentation": "<p>If present, indicates that an error occurred during function execution. Details about the error are included\n      in the response payload.</p>",
3867                        "smithy.api#httpHeader": "X-Amz-Function-Error"
3868                    }
3869                },
3870                "LogResult": {
3871                    "target": "com.amazonaws.lambda#String",
3872                    "traits": {
3873                        "smithy.api#documentation": "<p>The last 4 KB of the execution log, which is base64 encoded.</p>",
3874                        "smithy.api#httpHeader": "X-Amz-Log-Result"
3875                    }
3876                },
3877                "Payload": {
3878                    "target": "com.amazonaws.lambda#Blob",
3879                    "traits": {
3880                        "smithy.api#documentation": "<p>The response from the function, or an error object.</p>",
3881                        "smithy.api#httpPayload": {}
3882                    }
3883                },
3884                "ExecutedVersion": {
3885                    "target": "com.amazonaws.lambda#Version",
3886                    "traits": {
3887                        "smithy.api#documentation": "<p>The version of the function that executed. When you invoke a function with an alias, this indicates which\n      version the alias resolved to.</p>",
3888                        "smithy.api#httpHeader": "X-Amz-Executed-Version"
3889                    }
3890                }
3891            }
3892        },
3893        "com.amazonaws.lambda#InvocationType": {
3894            "type": "string",
3895            "traits": {
3896                "smithy.api#enum": [
3897                    {
3898                        "value": "Event",
3899                        "name": "Event"
3900                    },
3901                    {
3902                        "value": "RequestResponse",
3903                        "name": "RequestResponse"
3904                    },
3905                    {
3906                        "value": "DryRun",
3907                        "name": "DryRun"
3908                    }
3909                ]
3910            }
3911        },
3912        "com.amazonaws.lambda#Invoke": {
3913            "type": "operation",
3914            "input": {
3915                "target": "com.amazonaws.lambda#InvocationRequest"
3916            },
3917            "output": {
3918                "target": "com.amazonaws.lambda#InvocationResponse"
3919            },
3920            "errors": [
3921                {
3922                    "target": "com.amazonaws.lambda#EC2AccessDeniedException"
3923                },
3924                {
3925                    "target": "com.amazonaws.lambda#EC2ThrottledException"
3926                },
3927                {
3928                    "target": "com.amazonaws.lambda#EC2UnexpectedException"
3929                },
3930                {
3931                    "target": "com.amazonaws.lambda#EFSIOException"
3932                },
3933                {
3934                    "target": "com.amazonaws.lambda#EFSMountConnectivityException"
3935                },
3936                {
3937                    "target": "com.amazonaws.lambda#EFSMountFailureException"
3938                },
3939                {
3940                    "target": "com.amazonaws.lambda#EFSMountTimeoutException"
3941                },
3942                {
3943                    "target": "com.amazonaws.lambda#ENILimitReachedException"
3944                },
3945                {
3946                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
3947                },
3948                {
3949                    "target": "com.amazonaws.lambda#InvalidRequestContentException"
3950                },
3951                {
3952                    "target": "com.amazonaws.lambda#InvalidRuntimeException"
3953                },
3954                {
3955                    "target": "com.amazonaws.lambda#InvalidSecurityGroupIDException"
3956                },
3957                {
3958                    "target": "com.amazonaws.lambda#InvalidSubnetIDException"
3959                },
3960                {
3961                    "target": "com.amazonaws.lambda#InvalidZipFileException"
3962                },
3963                {
3964                    "target": "com.amazonaws.lambda#KMSAccessDeniedException"
3965                },
3966                {
3967                    "target": "com.amazonaws.lambda#KMSDisabledException"
3968                },
3969                {
3970                    "target": "com.amazonaws.lambda#KMSInvalidStateException"
3971                },
3972                {
3973                    "target": "com.amazonaws.lambda#KMSNotFoundException"
3974                },
3975                {
3976                    "target": "com.amazonaws.lambda#RequestTooLargeException"
3977                },
3978                {
3979                    "target": "com.amazonaws.lambda#ResourceConflictException"
3980                },
3981                {
3982                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
3983                },
3984                {
3985                    "target": "com.amazonaws.lambda#ResourceNotReadyException"
3986                },
3987                {
3988                    "target": "com.amazonaws.lambda#ServiceException"
3989                },
3990                {
3991                    "target": "com.amazonaws.lambda#SubnetIPAddressLimitReachedException"
3992                },
3993                {
3994                    "target": "com.amazonaws.lambda#TooManyRequestsException"
3995                },
3996                {
3997                    "target": "com.amazonaws.lambda#UnsupportedMediaTypeException"
3998                }
3999            ],
4000            "traits": {
4001                "smithy.api#documentation": "<p>Invokes a Lambda function. You can invoke a function synchronously (and wait for the response), or\n      asynchronously. To invoke a function asynchronously, set <code>InvocationType</code> to <code>Event</code>.</p>\n      \n         <p>For <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-sync.html\">synchronous invocation</a>,\n      details about the function response, including errors, are included in the response body and headers. For either\n      invocation type, you can find more information in the <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-functions.html\">execution log</a> and <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-x-ray.html\">trace</a>.</p>\n      \n         <p>When an error occurs, your function may be invoked multiple times. Retry behavior varies by error type,\n      client, event source, and invocation type. For example, if you invoke a function asynchronously and it returns an\n      error, Lambda executes the function up to two more times. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/retries-on-errors.html\">Retry Behavior</a>.</p>\n      \n         <p>For <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html\">asynchronous invocation</a>,\n      Lambda adds events to a queue before sending them to your function. If your function does not have enough capacity\n      to keep up with the queue, events may be lost. Occasionally, your function may receive the same event multiple\n      times, even if no error occurs. To retain events that were not processed, configure your function with a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq\">dead-letter queue</a>.</p>\n      \n         <p>The status code in the API response doesn't reflect function errors. Error codes are reserved for errors that\n      prevent your function from executing, such as permissions errors, <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/limits.html\">limit errors</a>, or issues with your function's code and configuration.\n      For example, Lambda returns <code>TooManyRequestsException</code> if executing the function would cause you to\n      exceed a concurrency limit at either the account level (<code>ConcurrentInvocationLimitExceeded</code>) or\n      function level (<code>ReservedFunctionConcurrentInvocationLimitExceeded</code>).</p>\n      \n         <p>For functions with a long timeout, your client might be disconnected during synchronous invocation while it\n      waits for a response. Configure your HTTP client, SDK, firewall, proxy, or operating system to allow for long\n      connections with timeout or keep-alive settings.</p>\n      \n         <p>This operation requires permission for the <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html\">lambda:InvokeFunction</a> action.</p>",
4002                "smithy.api#http": {
4003                    "method": "POST",
4004                    "uri": "/2015-03-31/functions/{FunctionName}/invocations",
4005                    "code": 200
4006                }
4007            }
4008        },
4009        "com.amazonaws.lambda#InvokeAsync": {
4010            "type": "operation",
4011            "input": {
4012                "target": "com.amazonaws.lambda#InvokeAsyncRequest"
4013            },
4014            "output": {
4015                "target": "com.amazonaws.lambda#InvokeAsyncResponse"
4016            },
4017            "errors": [
4018                {
4019                    "target": "com.amazonaws.lambda#InvalidRequestContentException"
4020                },
4021                {
4022                    "target": "com.amazonaws.lambda#InvalidRuntimeException"
4023                },
4024                {
4025                    "target": "com.amazonaws.lambda#ResourceConflictException"
4026                },
4027                {
4028                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
4029                },
4030                {
4031                    "target": "com.amazonaws.lambda#ServiceException"
4032                }
4033            ],
4034            "traits": {
4035                "smithy.api#deprecated": {},
4036                "smithy.api#documentation": "<important>\n            <p>For asynchronous function invocation, use <a>Invoke</a>.</p>\n         </important>\n         <p>Invokes a function asynchronously.</p>",
4037                "smithy.api#http": {
4038                    "method": "POST",
4039                    "uri": "/2014-11-13/functions/{FunctionName}/invoke-async",
4040                    "code": 202
4041                }
4042            }
4043        },
4044        "com.amazonaws.lambda#InvokeAsyncRequest": {
4045            "type": "structure",
4046            "members": {
4047                "FunctionName": {
4048                    "target": "com.amazonaws.lambda#NamespacedFunctionName",
4049                    "traits": {
4050                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
4051                        "smithy.api#httpLabel": {},
4052                        "smithy.api#required": {}
4053                    }
4054                },
4055                "InvokeArgs": {
4056                    "target": "com.amazonaws.lambda#BlobStream",
4057                    "traits": {
4058                        "smithy.api#documentation": "<p>The JSON that you want to provide to your Lambda function as input.</p>",
4059                        "smithy.api#httpPayload": {},
4060                        "smithy.api#required": {}
4061                    }
4062                }
4063            },
4064            "traits": {
4065                "smithy.api#deprecated": {}
4066            }
4067        },
4068        "com.amazonaws.lambda#InvokeAsyncResponse": {
4069            "type": "structure",
4070            "members": {
4071                "Status": {
4072                    "target": "com.amazonaws.lambda#HttpStatus",
4073                    "traits": {
4074                        "smithy.api#documentation": "<p>The status code.</p>",
4075                        "smithy.api#httpResponseCode": {}
4076                    }
4077                }
4078            },
4079            "traits": {
4080                "smithy.api#deprecated": {},
4081                "smithy.api#documentation": "<p>A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation. </p>"
4082            }
4083        },
4084        "com.amazonaws.lambda#KMSAccessDeniedException": {
4085            "type": "structure",
4086            "members": {
4087                "Type": {
4088                    "target": "com.amazonaws.lambda#String"
4089                },
4090                "Message": {
4091                    "target": "com.amazonaws.lambda#String"
4092                }
4093            },
4094            "traits": {
4095                "smithy.api#documentation": "<p>Lambda was unable to decrypt the environment variables because KMS access was denied. Check the Lambda\n      function's KMS permissions.</p>",
4096                "smithy.api#error": "server",
4097                "smithy.api#httpError": 502
4098            }
4099        },
4100        "com.amazonaws.lambda#KMSDisabledException": {
4101            "type": "structure",
4102            "members": {
4103                "Type": {
4104                    "target": "com.amazonaws.lambda#String"
4105                },
4106                "Message": {
4107                    "target": "com.amazonaws.lambda#String"
4108                }
4109            },
4110            "traits": {
4111                "smithy.api#documentation": "<p>Lambda was unable to decrypt the environment variables because the KMS key used is disabled. Check the Lambda\n      function's KMS key settings.</p>",
4112                "smithy.api#error": "server",
4113                "smithy.api#httpError": 502
4114            }
4115        },
4116        "com.amazonaws.lambda#KMSInvalidStateException": {
4117            "type": "structure",
4118            "members": {
4119                "Type": {
4120                    "target": "com.amazonaws.lambda#String"
4121                },
4122                "Message": {
4123                    "target": "com.amazonaws.lambda#String"
4124                }
4125            },
4126            "traits": {
4127                "smithy.api#documentation": "<p>Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for\n      Decrypt. Check the function's KMS key settings.</p>",
4128                "smithy.api#error": "server",
4129                "smithy.api#httpError": 502
4130            }
4131        },
4132        "com.amazonaws.lambda#KMSKeyArn": {
4133            "type": "string",
4134            "traits": {
4135                "smithy.api#pattern": "(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()"
4136            }
4137        },
4138        "com.amazonaws.lambda#KMSNotFoundException": {
4139            "type": "structure",
4140            "members": {
4141                "Type": {
4142                    "target": "com.amazonaws.lambda#String"
4143                },
4144                "Message": {
4145                    "target": "com.amazonaws.lambda#String"
4146                }
4147            },
4148            "traits": {
4149                "smithy.api#documentation": "<p>Lambda was unable to decrypt the environment variables because the KMS key was not found. Check the function's\n      KMS key settings. </p>",
4150                "smithy.api#error": "server",
4151                "smithy.api#httpError": 502
4152            }
4153        },
4154        "com.amazonaws.lambda#LastUpdateStatus": {
4155            "type": "string",
4156            "traits": {
4157                "smithy.api#enum": [
4158                    {
4159                        "value": "Successful",
4160                        "name": "Successful"
4161                    },
4162                    {
4163                        "value": "Failed",
4164                        "name": "Failed"
4165                    },
4166                    {
4167                        "value": "InProgress",
4168                        "name": "InProgress"
4169                    }
4170                ]
4171            }
4172        },
4173        "com.amazonaws.lambda#LastUpdateStatusReason": {
4174            "type": "string"
4175        },
4176        "com.amazonaws.lambda#LastUpdateStatusReasonCode": {
4177            "type": "string",
4178            "traits": {
4179                "smithy.api#enum": [
4180                    {
4181                        "value": "EniLimitExceeded",
4182                        "name": "EniLimitExceeded"
4183                    },
4184                    {
4185                        "value": "InsufficientRolePermissions",
4186                        "name": "InsufficientRolePermissions"
4187                    },
4188                    {
4189                        "value": "InvalidConfiguration",
4190                        "name": "InvalidConfiguration"
4191                    },
4192                    {
4193                        "value": "InternalError",
4194                        "name": "InternalError"
4195                    },
4196                    {
4197                        "value": "SubnetOutOfIPAddresses",
4198                        "name": "SubnetOutOfIPAddresses"
4199                    },
4200                    {
4201                        "value": "InvalidSubnet",
4202                        "name": "InvalidSubnet"
4203                    },
4204                    {
4205                        "value": "InvalidSecurityGroup",
4206                        "name": "InvalidSecurityGroup"
4207                    },
4208                    {
4209                        "value": "ImageDeleted",
4210                        "name": "ImageDeleted"
4211                    },
4212                    {
4213                        "value": "ImageAccessDenied",
4214                        "name": "ImageAccessDenied"
4215                    },
4216                    {
4217                        "value": "InvalidImage",
4218                        "name": "InvalidImage"
4219                    }
4220                ]
4221            }
4222        },
4223        "com.amazonaws.lambda#Layer": {
4224            "type": "structure",
4225            "members": {
4226                "Arn": {
4227                    "target": "com.amazonaws.lambda#LayerVersionArn",
4228                    "traits": {
4229                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the function layer.</p>"
4230                    }
4231                },
4232                "CodeSize": {
4233                    "target": "com.amazonaws.lambda#Long",
4234                    "traits": {
4235                        "smithy.api#documentation": "<p>The size of the layer archive in bytes.</p>"
4236                    }
4237                },
4238                "SigningProfileVersionArn": {
4239                    "target": "com.amazonaws.lambda#Arn",
4240                    "traits": {
4241                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for a signing profile version.</p>"
4242                    }
4243                },
4244                "SigningJobArn": {
4245                    "target": "com.amazonaws.lambda#Arn",
4246                    "traits": {
4247                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN)  of a signing job.</p>"
4248                    }
4249                }
4250            },
4251            "traits": {
4252                "smithy.api#documentation": "<p>An <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>.</p>"
4253            }
4254        },
4255        "com.amazonaws.lambda#LayerArn": {
4256            "type": "string",
4257            "traits": {
4258                "smithy.api#length": {
4259                    "min": 1,
4260                    "max": 140
4261                },
4262                "smithy.api#pattern": "arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+"
4263            }
4264        },
4265        "com.amazonaws.lambda#LayerList": {
4266            "type": "list",
4267            "member": {
4268                "target": "com.amazonaws.lambda#LayerVersionArn"
4269            }
4270        },
4271        "com.amazonaws.lambda#LayerName": {
4272            "type": "string",
4273            "traits": {
4274                "smithy.api#length": {
4275                    "min": 1,
4276                    "max": 140
4277                },
4278                "smithy.api#pattern": "(arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+)|[a-zA-Z0-9-_]+"
4279            }
4280        },
4281        "com.amazonaws.lambda#LayerPermissionAllowedAction": {
4282            "type": "string",
4283            "traits": {
4284                "smithy.api#pattern": "lambda:GetLayerVersion"
4285            }
4286        },
4287        "com.amazonaws.lambda#LayerPermissionAllowedPrincipal": {
4288            "type": "string",
4289            "traits": {
4290                "smithy.api#pattern": "\\d{12}|\\*|arn:(aws[a-zA-Z-]*):iam::\\d{12}:root"
4291            }
4292        },
4293        "com.amazonaws.lambda#LayerVersionArn": {
4294            "type": "string",
4295            "traits": {
4296                "smithy.api#length": {
4297                    "min": 1,
4298                    "max": 140
4299                },
4300                "smithy.api#pattern": "arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+:[0-9]+"
4301            }
4302        },
4303        "com.amazonaws.lambda#LayerVersionContentInput": {
4304            "type": "structure",
4305            "members": {
4306                "S3Bucket": {
4307                    "target": "com.amazonaws.lambda#S3Bucket",
4308                    "traits": {
4309                        "smithy.api#documentation": "<p>The Amazon S3 bucket of the layer archive.</p>"
4310                    }
4311                },
4312                "S3Key": {
4313                    "target": "com.amazonaws.lambda#S3Key",
4314                    "traits": {
4315                        "smithy.api#documentation": "<p>The Amazon S3 key of the layer archive.</p>"
4316                    }
4317                },
4318                "S3ObjectVersion": {
4319                    "target": "com.amazonaws.lambda#S3ObjectVersion",
4320                    "traits": {
4321                        "smithy.api#documentation": "<p>For versioned objects, the version of the layer archive object to use.</p>"
4322                    }
4323                },
4324                "ZipFile": {
4325                    "target": "com.amazonaws.lambda#Blob",
4326                    "traits": {
4327                        "smithy.api#documentation": "<p>The base64-encoded contents of the layer archive. AWS SDK and AWS CLI clients handle the encoding for\n      you.</p>"
4328                    }
4329                }
4330            },
4331            "traits": {
4332                "smithy.api#documentation": "<p>A ZIP archive that contains the contents of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>. You can specify either an Amazon S3 location,\n      or upload a layer archive directly.</p>"
4333            }
4334        },
4335        "com.amazonaws.lambda#LayerVersionContentOutput": {
4336            "type": "structure",
4337            "members": {
4338                "Location": {
4339                    "target": "com.amazonaws.lambda#String",
4340                    "traits": {
4341                        "smithy.api#documentation": "<p>A link to the layer archive in Amazon S3 that is valid for 10 minutes.</p>"
4342                    }
4343                },
4344                "CodeSha256": {
4345                    "target": "com.amazonaws.lambda#String",
4346                    "traits": {
4347                        "smithy.api#documentation": "<p>The SHA-256 hash of the layer archive.</p>"
4348                    }
4349                },
4350                "CodeSize": {
4351                    "target": "com.amazonaws.lambda#Long",
4352                    "traits": {
4353                        "smithy.api#documentation": "<p>The size of the layer archive in bytes.</p>"
4354                    }
4355                },
4356                "SigningProfileVersionArn": {
4357                    "target": "com.amazonaws.lambda#String",
4358                    "traits": {
4359                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for a signing profile version.</p>"
4360                    }
4361                },
4362                "SigningJobArn": {
4363                    "target": "com.amazonaws.lambda#String",
4364                    "traits": {
4365                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN)  of a signing job.</p>"
4366                    }
4367                }
4368            },
4369            "traits": {
4370                "smithy.api#documentation": "<p>Details about a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>.</p>"
4371            }
4372        },
4373        "com.amazonaws.lambda#LayerVersionNumber": {
4374            "type": "long"
4375        },
4376        "com.amazonaws.lambda#LayerVersionsList": {
4377            "type": "list",
4378            "member": {
4379                "target": "com.amazonaws.lambda#LayerVersionsListItem"
4380            }
4381        },
4382        "com.amazonaws.lambda#LayerVersionsListItem": {
4383            "type": "structure",
4384            "members": {
4385                "LayerVersionArn": {
4386                    "target": "com.amazonaws.lambda#LayerVersionArn",
4387                    "traits": {
4388                        "smithy.api#documentation": "<p>The ARN of the layer version.</p>"
4389                    }
4390                },
4391                "Version": {
4392                    "target": "com.amazonaws.lambda#LayerVersionNumber",
4393                    "traits": {
4394                        "smithy.api#documentation": "<p>The version number.</p>"
4395                    }
4396                },
4397                "Description": {
4398                    "target": "com.amazonaws.lambda#Description",
4399                    "traits": {
4400                        "smithy.api#documentation": "<p>The description of the version.</p>"
4401                    }
4402                },
4403                "CreatedDate": {
4404                    "target": "com.amazonaws.lambda#Timestamp",
4405                    "traits": {
4406                        "smithy.api#documentation": "<p>The date that the version was created, in ISO 8601 format. For example, <code>2018-11-27T15:10:45.123+0000</code>.</p>"
4407                    }
4408                },
4409                "CompatibleRuntimes": {
4410                    "target": "com.amazonaws.lambda#CompatibleRuntimes",
4411                    "traits": {
4412                        "smithy.api#documentation": "<p>The layer's compatible runtimes.</p>"
4413                    }
4414                },
4415                "LicenseInfo": {
4416                    "target": "com.amazonaws.lambda#LicenseInfo",
4417                    "traits": {
4418                        "smithy.api#documentation": "<p>The layer's open-source license.</p>"
4419                    }
4420                }
4421            },
4422            "traits": {
4423                "smithy.api#documentation": "<p>Details about a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>.</p>"
4424            }
4425        },
4426        "com.amazonaws.lambda#LayersList": {
4427            "type": "list",
4428            "member": {
4429                "target": "com.amazonaws.lambda#LayersListItem"
4430            }
4431        },
4432        "com.amazonaws.lambda#LayersListItem": {
4433            "type": "structure",
4434            "members": {
4435                "LayerName": {
4436                    "target": "com.amazonaws.lambda#LayerName",
4437                    "traits": {
4438                        "smithy.api#documentation": "<p>The name of the layer.</p>"
4439                    }
4440                },
4441                "LayerArn": {
4442                    "target": "com.amazonaws.lambda#LayerArn",
4443                    "traits": {
4444                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the function layer.</p>"
4445                    }
4446                },
4447                "LatestMatchingVersion": {
4448                    "target": "com.amazonaws.lambda#LayerVersionsListItem",
4449                    "traits": {
4450                        "smithy.api#documentation": "<p>The newest version of the layer.</p>"
4451                    }
4452                }
4453            },
4454            "traits": {
4455                "smithy.api#documentation": "<p>Details about an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>.</p>"
4456            }
4457        },
4458        "com.amazonaws.lambda#LayersReferenceList": {
4459            "type": "list",
4460            "member": {
4461                "target": "com.amazonaws.lambda#Layer"
4462            }
4463        },
4464        "com.amazonaws.lambda#LicenseInfo": {
4465            "type": "string",
4466            "traits": {
4467                "smithy.api#length": {
4468                    "min": 0,
4469                    "max": 512
4470                }
4471            }
4472        },
4473        "com.amazonaws.lambda#ListAliases": {
4474            "type": "operation",
4475            "input": {
4476                "target": "com.amazonaws.lambda#ListAliasesRequest"
4477            },
4478            "output": {
4479                "target": "com.amazonaws.lambda#ListAliasesResponse"
4480            },
4481            "errors": [
4482                {
4483                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
4484                },
4485                {
4486                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
4487                },
4488                {
4489                    "target": "com.amazonaws.lambda#ServiceException"
4490                },
4491                {
4492                    "target": "com.amazonaws.lambda#TooManyRequestsException"
4493                }
4494            ],
4495            "traits": {
4496                "smithy.api#documentation": "<p>Returns a list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">aliases</a>\n      for a Lambda function.</p>",
4497                "smithy.api#http": {
4498                    "method": "GET",
4499                    "uri": "/2015-03-31/functions/{FunctionName}/aliases",
4500                    "code": 200
4501                },
4502                "smithy.api#paginated": {
4503                    "inputToken": "Marker",
4504                    "outputToken": "NextMarker",
4505                    "items": "Aliases",
4506                    "pageSize": "MaxItems"
4507                }
4508            }
4509        },
4510        "com.amazonaws.lambda#ListAliasesRequest": {
4511            "type": "structure",
4512            "members": {
4513                "FunctionName": {
4514                    "target": "com.amazonaws.lambda#FunctionName",
4515                    "traits": {
4516                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
4517                        "smithy.api#httpLabel": {},
4518                        "smithy.api#required": {}
4519                    }
4520                },
4521                "FunctionVersion": {
4522                    "target": "com.amazonaws.lambda#Version",
4523                    "traits": {
4524                        "smithy.api#documentation": "<p>Specify a function version to only list aliases that invoke that version.</p>",
4525                        "smithy.api#httpQuery": "FunctionVersion"
4526                    }
4527                },
4528                "Marker": {
4529                    "target": "com.amazonaws.lambda#String",
4530                    "traits": {
4531                        "smithy.api#documentation": "<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>",
4532                        "smithy.api#httpQuery": "Marker"
4533                    }
4534                },
4535                "MaxItems": {
4536                    "target": "com.amazonaws.lambda#MaxListItems",
4537                    "traits": {
4538                        "smithy.api#documentation": "<p>Limit the number of aliases returned.</p>",
4539                        "smithy.api#httpQuery": "MaxItems"
4540                    }
4541                }
4542            }
4543        },
4544        "com.amazonaws.lambda#ListAliasesResponse": {
4545            "type": "structure",
4546            "members": {
4547                "NextMarker": {
4548                    "target": "com.amazonaws.lambda#String",
4549                    "traits": {
4550                        "smithy.api#documentation": "<p>The pagination token that's included if more results are available.</p>"
4551                    }
4552                },
4553                "Aliases": {
4554                    "target": "com.amazonaws.lambda#AliasList",
4555                    "traits": {
4556                        "smithy.api#documentation": "<p>A list of aliases.</p>"
4557                    }
4558                }
4559            }
4560        },
4561        "com.amazonaws.lambda#ListCodeSigningConfigs": {
4562            "type": "operation",
4563            "input": {
4564                "target": "com.amazonaws.lambda#ListCodeSigningConfigsRequest"
4565            },
4566            "output": {
4567                "target": "com.amazonaws.lambda#ListCodeSigningConfigsResponse"
4568            },
4569            "errors": [
4570                {
4571                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
4572                },
4573                {
4574                    "target": "com.amazonaws.lambda#ServiceException"
4575                }
4576            ],
4577            "traits": {
4578                "smithy.api#documentation": "<p>Returns a list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuring-codesigning.html\">code\n        signing configurations</a>. A request returns up to 10,000 configurations per\n      call. You can use the <code>MaxItems</code> parameter to return fewer configurations per call. </p>",
4579                "smithy.api#http": {
4580                    "method": "GET",
4581                    "uri": "/2020-04-22/code-signing-configs",
4582                    "code": 200
4583                },
4584                "smithy.api#paginated": {
4585                    "inputToken": "Marker",
4586                    "outputToken": "NextMarker",
4587                    "items": "CodeSigningConfigs",
4588                    "pageSize": "MaxItems"
4589                }
4590            }
4591        },
4592        "com.amazonaws.lambda#ListCodeSigningConfigsRequest": {
4593            "type": "structure",
4594            "members": {
4595                "Marker": {
4596                    "target": "com.amazonaws.lambda#String",
4597                    "traits": {
4598                        "smithy.api#documentation": "<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>",
4599                        "smithy.api#httpQuery": "Marker"
4600                    }
4601                },
4602                "MaxItems": {
4603                    "target": "com.amazonaws.lambda#MaxListItems",
4604                    "traits": {
4605                        "smithy.api#documentation": "<p>Maximum number of items to return.</p>",
4606                        "smithy.api#httpQuery": "MaxItems"
4607                    }
4608                }
4609            }
4610        },
4611        "com.amazonaws.lambda#ListCodeSigningConfigsResponse": {
4612            "type": "structure",
4613            "members": {
4614                "NextMarker": {
4615                    "target": "com.amazonaws.lambda#String",
4616                    "traits": {
4617                        "smithy.api#documentation": "<p>The pagination token that's included if more results are available.</p>"
4618                    }
4619                },
4620                "CodeSigningConfigs": {
4621                    "target": "com.amazonaws.lambda#CodeSigningConfigList",
4622                    "traits": {
4623                        "smithy.api#documentation": "<p>The code signing configurations</p>"
4624                    }
4625                }
4626            }
4627        },
4628        "com.amazonaws.lambda#ListEventSourceMappings": {
4629            "type": "operation",
4630            "input": {
4631                "target": "com.amazonaws.lambda#ListEventSourceMappingsRequest"
4632            },
4633            "output": {
4634                "target": "com.amazonaws.lambda#ListEventSourceMappingsResponse"
4635            },
4636            "errors": [
4637                {
4638                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
4639                },
4640                {
4641                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
4642                },
4643                {
4644                    "target": "com.amazonaws.lambda#ServiceException"
4645                },
4646                {
4647                    "target": "com.amazonaws.lambda#TooManyRequestsException"
4648                }
4649            ],
4650            "traits": {
4651                "smithy.api#documentation": "<p>Lists event source mappings. Specify an <code>EventSourceArn</code> to only show event source mappings for a\n      single event source.</p>",
4652                "smithy.api#http": {
4653                    "method": "GET",
4654                    "uri": "/2015-03-31/event-source-mappings",
4655                    "code": 200
4656                },
4657                "smithy.api#paginated": {
4658                    "inputToken": "Marker",
4659                    "outputToken": "NextMarker",
4660                    "items": "EventSourceMappings",
4661                    "pageSize": "MaxItems"
4662                }
4663            }
4664        },
4665        "com.amazonaws.lambda#ListEventSourceMappingsRequest": {
4666            "type": "structure",
4667            "members": {
4668                "EventSourceArn": {
4669                    "target": "com.amazonaws.lambda#Arn",
4670                    "traits": {
4671                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the event source.</p>\n         <ul>\n            <li>\n               <p>\n                  <b>Amazon Kinesis</b> - The ARN of the data stream or a stream consumer.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon DynamoDB Streams</b> - The ARN of the stream.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon Simple Queue Service</b> - The ARN of the queue.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon Managed Streaming for Apache Kafka</b> - The ARN of the cluster.</p>\n            </li>\n         </ul>",
4672                        "smithy.api#httpQuery": "EventSourceArn"
4673                    }
4674                },
4675                "FunctionName": {
4676                    "target": "com.amazonaws.lambda#FunctionName",
4677                    "traits": {
4678                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Version or Alias ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64\n      characters in length.</p>",
4679                        "smithy.api#httpQuery": "FunctionName"
4680                    }
4681                },
4682                "Marker": {
4683                    "target": "com.amazonaws.lambda#String",
4684                    "traits": {
4685                        "smithy.api#documentation": "<p>A pagination token returned by a previous call.</p>",
4686                        "smithy.api#httpQuery": "Marker"
4687                    }
4688                },
4689                "MaxItems": {
4690                    "target": "com.amazonaws.lambda#MaxListItems",
4691                    "traits": {
4692                        "smithy.api#documentation": "<p>The maximum number of event source mappings to return.</p>",
4693                        "smithy.api#httpQuery": "MaxItems"
4694                    }
4695                }
4696            }
4697        },
4698        "com.amazonaws.lambda#ListEventSourceMappingsResponse": {
4699            "type": "structure",
4700            "members": {
4701                "NextMarker": {
4702                    "target": "com.amazonaws.lambda#String",
4703                    "traits": {
4704                        "smithy.api#documentation": "<p>A pagination token that's returned when the response doesn't contain all event source mappings.</p>"
4705                    }
4706                },
4707                "EventSourceMappings": {
4708                    "target": "com.amazonaws.lambda#EventSourceMappingsList",
4709                    "traits": {
4710                        "smithy.api#documentation": "<p>A list of event source mappings.</p>"
4711                    }
4712                }
4713            }
4714        },
4715        "com.amazonaws.lambda#ListFunctionEventInvokeConfigs": {
4716            "type": "operation",
4717            "input": {
4718                "target": "com.amazonaws.lambda#ListFunctionEventInvokeConfigsRequest"
4719            },
4720            "output": {
4721                "target": "com.amazonaws.lambda#ListFunctionEventInvokeConfigsResponse"
4722            },
4723            "errors": [
4724                {
4725                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
4726                },
4727                {
4728                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
4729                },
4730                {
4731                    "target": "com.amazonaws.lambda#ServiceException"
4732                },
4733                {
4734                    "target": "com.amazonaws.lambda#TooManyRequestsException"
4735                }
4736            ],
4737            "traits": {
4738                "smithy.api#documentation": "<p>Retrieves a list of configurations for asynchronous invocation for a function.</p> \n         <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>",
4739                "smithy.api#http": {
4740                    "method": "GET",
4741                    "uri": "/2019-09-25/functions/{FunctionName}/event-invoke-config/list",
4742                    "code": 200
4743                },
4744                "smithy.api#paginated": {
4745                    "inputToken": "Marker",
4746                    "outputToken": "NextMarker",
4747                    "items": "FunctionEventInvokeConfigs",
4748                    "pageSize": "MaxItems"
4749                }
4750            }
4751        },
4752        "com.amazonaws.lambda#ListFunctionEventInvokeConfigsRequest": {
4753            "type": "structure",
4754            "members": {
4755                "FunctionName": {
4756                    "target": "com.amazonaws.lambda#FunctionName",
4757                    "traits": {
4758                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
4759                        "smithy.api#httpLabel": {},
4760                        "smithy.api#required": {}
4761                    }
4762                },
4763                "Marker": {
4764                    "target": "com.amazonaws.lambda#String",
4765                    "traits": {
4766                        "smithy.api#documentation": "<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>",
4767                        "smithy.api#httpQuery": "Marker"
4768                    }
4769                },
4770                "MaxItems": {
4771                    "target": "com.amazonaws.lambda#MaxFunctionEventInvokeConfigListItems",
4772                    "traits": {
4773                        "smithy.api#documentation": "<p>The maximum number of configurations to return.</p>",
4774                        "smithy.api#httpQuery": "MaxItems"
4775                    }
4776                }
4777            }
4778        },
4779        "com.amazonaws.lambda#ListFunctionEventInvokeConfigsResponse": {
4780            "type": "structure",
4781            "members": {
4782                "FunctionEventInvokeConfigs": {
4783                    "target": "com.amazonaws.lambda#FunctionEventInvokeConfigList",
4784                    "traits": {
4785                        "smithy.api#documentation": "<p>A list of configurations.</p>"
4786                    }
4787                },
4788                "NextMarker": {
4789                    "target": "com.amazonaws.lambda#String",
4790                    "traits": {
4791                        "smithy.api#documentation": "<p>The pagination token that's included if more results are available.</p>"
4792                    }
4793                }
4794            }
4795        },
4796        "com.amazonaws.lambda#ListFunctions": {
4797            "type": "operation",
4798            "input": {
4799                "target": "com.amazonaws.lambda#ListFunctionsRequest"
4800            },
4801            "output": {
4802                "target": "com.amazonaws.lambda#ListFunctionsResponse"
4803            },
4804            "errors": [
4805                {
4806                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
4807                },
4808                {
4809                    "target": "com.amazonaws.lambda#ServiceException"
4810                },
4811                {
4812                    "target": "com.amazonaws.lambda#TooManyRequestsException"
4813                }
4814            ],
4815            "traits": {
4816                "smithy.api#documentation": "<p>Returns a list of Lambda functions, with the version-specific configuration of each. Lambda returns up to 50\n      functions per call.</p>\n         <p>Set <code>FunctionVersion</code> to <code>ALL</code> to include all published versions of each function in\n      addition to the unpublished version. </p>\n         <note>\n            <p>The <code>ListFunctions</code> action returns a subset of the <a>FunctionConfiguration</a> fields.   \n      To get the additional fields (State, StateReasonCode, StateReason, LastUpdateStatus, LastUpdateStatusReason, LastUpdateStatusReasonCode) \n      for a function or version, use <a>GetFunction</a>.</p>\n         </note>",
4817                "smithy.api#http": {
4818                    "method": "GET",
4819                    "uri": "/2015-03-31/functions",
4820                    "code": 200
4821                },
4822                "smithy.api#paginated": {
4823                    "inputToken": "Marker",
4824                    "outputToken": "NextMarker",
4825                    "items": "Functions",
4826                    "pageSize": "MaxItems"
4827                }
4828            }
4829        },
4830        "com.amazonaws.lambda#ListFunctionsByCodeSigningConfig": {
4831            "type": "operation",
4832            "input": {
4833                "target": "com.amazonaws.lambda#ListFunctionsByCodeSigningConfigRequest"
4834            },
4835            "output": {
4836                "target": "com.amazonaws.lambda#ListFunctionsByCodeSigningConfigResponse"
4837            },
4838            "errors": [
4839                {
4840                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
4841                },
4842                {
4843                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
4844                },
4845                {
4846                    "target": "com.amazonaws.lambda#ServiceException"
4847                }
4848            ],
4849            "traits": {
4850                "smithy.api#documentation": "<p>List the functions that use the specified code signing configuration. You can use this method prior to deleting a\n      code signing configuration, to verify that no functions are using it.</p>",
4851                "smithy.api#http": {
4852                    "method": "GET",
4853                    "uri": "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions",
4854                    "code": 200
4855                },
4856                "smithy.api#paginated": {
4857                    "inputToken": "Marker",
4858                    "outputToken": "NextMarker",
4859                    "items": "FunctionArns",
4860                    "pageSize": "MaxItems"
4861                }
4862            }
4863        },
4864        "com.amazonaws.lambda#ListFunctionsByCodeSigningConfigRequest": {
4865            "type": "structure",
4866            "members": {
4867                "CodeSigningConfigArn": {
4868                    "target": "com.amazonaws.lambda#CodeSigningConfigArn",
4869                    "traits": {
4870                        "smithy.api#documentation": "<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>",
4871                        "smithy.api#httpLabel": {},
4872                        "smithy.api#required": {}
4873                    }
4874                },
4875                "Marker": {
4876                    "target": "com.amazonaws.lambda#String",
4877                    "traits": {
4878                        "smithy.api#documentation": "<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>",
4879                        "smithy.api#httpQuery": "Marker"
4880                    }
4881                },
4882                "MaxItems": {
4883                    "target": "com.amazonaws.lambda#MaxListItems",
4884                    "traits": {
4885                        "smithy.api#documentation": "<p>Maximum number of items to return.</p>",
4886                        "smithy.api#httpQuery": "MaxItems"
4887                    }
4888                }
4889            }
4890        },
4891        "com.amazonaws.lambda#ListFunctionsByCodeSigningConfigResponse": {
4892            "type": "structure",
4893            "members": {
4894                "NextMarker": {
4895                    "target": "com.amazonaws.lambda#String",
4896                    "traits": {
4897                        "smithy.api#documentation": "<p>The pagination token that's included if more results are available.</p>"
4898                    }
4899                },
4900                "FunctionArns": {
4901                    "target": "com.amazonaws.lambda#FunctionArnList",
4902                    "traits": {
4903                        "smithy.api#documentation": "<p>The function ARNs. </p>"
4904                    }
4905                }
4906            }
4907        },
4908        "com.amazonaws.lambda#ListFunctionsRequest": {
4909            "type": "structure",
4910            "members": {
4911                "MasterRegion": {
4912                    "target": "com.amazonaws.lambda#MasterRegion",
4913                    "traits": {
4914                        "smithy.api#documentation": "<p>For Lambda@Edge functions, the AWS Region of the master function. For example, <code>us-east-1</code> filters\n      the list of functions to only include Lambda@Edge functions replicated from a master function in US East (N.\n      Virginia). If specified, you must set <code>FunctionVersion</code> to <code>ALL</code>.</p>",
4915                        "smithy.api#httpQuery": "MasterRegion"
4916                    }
4917                },
4918                "FunctionVersion": {
4919                    "target": "com.amazonaws.lambda#FunctionVersion",
4920                    "traits": {
4921                        "smithy.api#documentation": "<p>Set to <code>ALL</code> to include entries for all published versions of each function.</p>",
4922                        "smithy.api#httpQuery": "FunctionVersion"
4923                    }
4924                },
4925                "Marker": {
4926                    "target": "com.amazonaws.lambda#String",
4927                    "traits": {
4928                        "smithy.api#documentation": "<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>",
4929                        "smithy.api#httpQuery": "Marker"
4930                    }
4931                },
4932                "MaxItems": {
4933                    "target": "com.amazonaws.lambda#MaxListItems",
4934                    "traits": {
4935                        "smithy.api#documentation": "<p>The maximum number of functions to return in the response. Note that <code>ListFunctions</code> returns a maximum of 50 items in each response, \n      even if you set the number higher.</p>",
4936                        "smithy.api#httpQuery": "MaxItems"
4937                    }
4938                }
4939            }
4940        },
4941        "com.amazonaws.lambda#ListFunctionsResponse": {
4942            "type": "structure",
4943            "members": {
4944                "NextMarker": {
4945                    "target": "com.amazonaws.lambda#String",
4946                    "traits": {
4947                        "smithy.api#documentation": "<p>The pagination token that's included if more results are available.</p>"
4948                    }
4949                },
4950                "Functions": {
4951                    "target": "com.amazonaws.lambda#FunctionList",
4952                    "traits": {
4953                        "smithy.api#documentation": "<p>A list of Lambda functions.</p>"
4954                    }
4955                }
4956            },
4957            "traits": {
4958                "smithy.api#documentation": "<p>A list of Lambda functions.</p>"
4959            }
4960        },
4961        "com.amazonaws.lambda#ListLayerVersions": {
4962            "type": "operation",
4963            "input": {
4964                "target": "com.amazonaws.lambda#ListLayerVersionsRequest"
4965            },
4966            "output": {
4967                "target": "com.amazonaws.lambda#ListLayerVersionsResponse"
4968            },
4969            "errors": [
4970                {
4971                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
4972                },
4973                {
4974                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
4975                },
4976                {
4977                    "target": "com.amazonaws.lambda#ServiceException"
4978                },
4979                {
4980                    "target": "com.amazonaws.lambda#TooManyRequestsException"
4981                }
4982            ],
4983            "traits": {
4984                "smithy.api#documentation": "<p>Lists the versions of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>. Versions that have been deleted aren't listed. Specify a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">runtime identifier</a> to list only\n      versions that indicate that they're compatible with that runtime.</p>",
4985                "smithy.api#http": {
4986                    "method": "GET",
4987                    "uri": "/2018-10-31/layers/{LayerName}/versions",
4988                    "code": 200
4989                },
4990                "smithy.api#paginated": {
4991                    "inputToken": "Marker",
4992                    "outputToken": "NextMarker",
4993                    "items": "LayerVersions",
4994                    "pageSize": "MaxItems"
4995                }
4996            }
4997        },
4998        "com.amazonaws.lambda#ListLayerVersionsRequest": {
4999            "type": "structure",
5000            "members": {
5001                "CompatibleRuntime": {
5002                    "target": "com.amazonaws.lambda#Runtime",
5003                    "traits": {
5004                        "smithy.api#documentation": "<p>A runtime identifier. For example, <code>go1.x</code>.</p>",
5005                        "smithy.api#httpQuery": "CompatibleRuntime"
5006                    }
5007                },
5008                "LayerName": {
5009                    "target": "com.amazonaws.lambda#LayerName",
5010                    "traits": {
5011                        "smithy.api#documentation": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
5012                        "smithy.api#httpLabel": {},
5013                        "smithy.api#required": {}
5014                    }
5015                },
5016                "Marker": {
5017                    "target": "com.amazonaws.lambda#String",
5018                    "traits": {
5019                        "smithy.api#documentation": "<p>A pagination token returned by a previous call.</p>",
5020                        "smithy.api#httpQuery": "Marker"
5021                    }
5022                },
5023                "MaxItems": {
5024                    "target": "com.amazonaws.lambda#MaxLayerListItems",
5025                    "traits": {
5026                        "smithy.api#documentation": "<p>The maximum number of versions to return.</p>",
5027                        "smithy.api#httpQuery": "MaxItems"
5028                    }
5029                }
5030            }
5031        },
5032        "com.amazonaws.lambda#ListLayerVersionsResponse": {
5033            "type": "structure",
5034            "members": {
5035                "NextMarker": {
5036                    "target": "com.amazonaws.lambda#String",
5037                    "traits": {
5038                        "smithy.api#documentation": "<p>A pagination token returned when the response doesn't contain all versions.</p>"
5039                    }
5040                },
5041                "LayerVersions": {
5042                    "target": "com.amazonaws.lambda#LayerVersionsList",
5043                    "traits": {
5044                        "smithy.api#documentation": "<p>A list of versions.</p>"
5045                    }
5046                }
5047            }
5048        },
5049        "com.amazonaws.lambda#ListLayers": {
5050            "type": "operation",
5051            "input": {
5052                "target": "com.amazonaws.lambda#ListLayersRequest"
5053            },
5054            "output": {
5055                "target": "com.amazonaws.lambda#ListLayersResponse"
5056            },
5057            "errors": [
5058                {
5059                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
5060                },
5061                {
5062                    "target": "com.amazonaws.lambda#ServiceException"
5063                },
5064                {
5065                    "target": "com.amazonaws.lambda#TooManyRequestsException"
5066                }
5067            ],
5068            "traits": {
5069                "smithy.api#documentation": "<p>Lists <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layers</a> and shows information about the latest version of each. Specify a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">runtime identifier</a> to list only layers\n      that indicate that they're compatible with that runtime.</p>",
5070                "smithy.api#http": {
5071                    "method": "GET",
5072                    "uri": "/2018-10-31/layers",
5073                    "code": 200
5074                },
5075                "smithy.api#paginated": {
5076                    "inputToken": "Marker",
5077                    "outputToken": "NextMarker",
5078                    "items": "Layers",
5079                    "pageSize": "MaxItems"
5080                }
5081            }
5082        },
5083        "com.amazonaws.lambda#ListLayersRequest": {
5084            "type": "structure",
5085            "members": {
5086                "CompatibleRuntime": {
5087                    "target": "com.amazonaws.lambda#Runtime",
5088                    "traits": {
5089                        "smithy.api#documentation": "<p>A runtime identifier. For example, <code>go1.x</code>.</p>",
5090                        "smithy.api#httpQuery": "CompatibleRuntime"
5091                    }
5092                },
5093                "Marker": {
5094                    "target": "com.amazonaws.lambda#String",
5095                    "traits": {
5096                        "smithy.api#documentation": "<p>A pagination token returned by a previous call.</p>",
5097                        "smithy.api#httpQuery": "Marker"
5098                    }
5099                },
5100                "MaxItems": {
5101                    "target": "com.amazonaws.lambda#MaxLayerListItems",
5102                    "traits": {
5103                        "smithy.api#documentation": "<p>The maximum number of layers to return.</p>",
5104                        "smithy.api#httpQuery": "MaxItems"
5105                    }
5106                }
5107            }
5108        },
5109        "com.amazonaws.lambda#ListLayersResponse": {
5110            "type": "structure",
5111            "members": {
5112                "NextMarker": {
5113                    "target": "com.amazonaws.lambda#String",
5114                    "traits": {
5115                        "smithy.api#documentation": "<p>A pagination token returned when the response doesn't contain all layers.</p>"
5116                    }
5117                },
5118                "Layers": {
5119                    "target": "com.amazonaws.lambda#LayersList",
5120                    "traits": {
5121                        "smithy.api#documentation": "<p>A list of function layers.</p>"
5122                    }
5123                }
5124            }
5125        },
5126        "com.amazonaws.lambda#ListProvisionedConcurrencyConfigs": {
5127            "type": "operation",
5128            "input": {
5129                "target": "com.amazonaws.lambda#ListProvisionedConcurrencyConfigsRequest"
5130            },
5131            "output": {
5132                "target": "com.amazonaws.lambda#ListProvisionedConcurrencyConfigsResponse"
5133            },
5134            "errors": [
5135                {
5136                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
5137                },
5138                {
5139                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
5140                },
5141                {
5142                    "target": "com.amazonaws.lambda#ServiceException"
5143                },
5144                {
5145                    "target": "com.amazonaws.lambda#TooManyRequestsException"
5146                }
5147            ],
5148            "traits": {
5149                "smithy.api#documentation": "<p>Retrieves a list of provisioned concurrency configurations for a function.</p>",
5150                "smithy.api#http": {
5151                    "method": "GET",
5152                    "uri": "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL",
5153                    "code": 200
5154                },
5155                "smithy.api#paginated": {
5156                    "inputToken": "Marker",
5157                    "outputToken": "NextMarker",
5158                    "items": "ProvisionedConcurrencyConfigs",
5159                    "pageSize": "MaxItems"
5160                }
5161            }
5162        },
5163        "com.amazonaws.lambda#ListProvisionedConcurrencyConfigsRequest": {
5164            "type": "structure",
5165            "members": {
5166                "FunctionName": {
5167                    "target": "com.amazonaws.lambda#FunctionName",
5168                    "traits": {
5169                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
5170                        "smithy.api#httpLabel": {},
5171                        "smithy.api#required": {}
5172                    }
5173                },
5174                "Marker": {
5175                    "target": "com.amazonaws.lambda#String",
5176                    "traits": {
5177                        "smithy.api#documentation": "<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>",
5178                        "smithy.api#httpQuery": "Marker"
5179                    }
5180                },
5181                "MaxItems": {
5182                    "target": "com.amazonaws.lambda#MaxProvisionedConcurrencyConfigListItems",
5183                    "traits": {
5184                        "smithy.api#documentation": "<p>Specify a number to limit the number of configurations returned.</p>",
5185                        "smithy.api#httpQuery": "MaxItems"
5186                    }
5187                }
5188            }
5189        },
5190        "com.amazonaws.lambda#ListProvisionedConcurrencyConfigsResponse": {
5191            "type": "structure",
5192            "members": {
5193                "ProvisionedConcurrencyConfigs": {
5194                    "target": "com.amazonaws.lambda#ProvisionedConcurrencyConfigList",
5195                    "traits": {
5196                        "smithy.api#documentation": "<p>A list of provisioned concurrency configurations.</p>"
5197                    }
5198                },
5199                "NextMarker": {
5200                    "target": "com.amazonaws.lambda#String",
5201                    "traits": {
5202                        "smithy.api#documentation": "<p>The pagination token that's included if more results are available.</p>"
5203                    }
5204                }
5205            }
5206        },
5207        "com.amazonaws.lambda#ListTags": {
5208            "type": "operation",
5209            "input": {
5210                "target": "com.amazonaws.lambda#ListTagsRequest"
5211            },
5212            "output": {
5213                "target": "com.amazonaws.lambda#ListTagsResponse"
5214            },
5215            "errors": [
5216                {
5217                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
5218                },
5219                {
5220                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
5221                },
5222                {
5223                    "target": "com.amazonaws.lambda#ServiceException"
5224                },
5225                {
5226                    "target": "com.amazonaws.lambda#TooManyRequestsException"
5227                }
5228            ],
5229            "traits": {
5230                "smithy.api#documentation": "<p>Returns a function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a>. You can\n      also view tags with <a>GetFunction</a>.</p>",
5231                "smithy.api#http": {
5232                    "method": "GET",
5233                    "uri": "/2017-03-31/tags/{Resource}",
5234                    "code": 200
5235                }
5236            }
5237        },
5238        "com.amazonaws.lambda#ListTagsRequest": {
5239            "type": "structure",
5240            "members": {
5241                "Resource": {
5242                    "target": "com.amazonaws.lambda#FunctionArn",
5243                    "traits": {
5244                        "smithy.api#documentation": "<p>The function's Amazon Resource Name (ARN).</p>",
5245                        "smithy.api#httpLabel": {},
5246                        "smithy.api#required": {}
5247                    }
5248                }
5249            }
5250        },
5251        "com.amazonaws.lambda#ListTagsResponse": {
5252            "type": "structure",
5253            "members": {
5254                "Tags": {
5255                    "target": "com.amazonaws.lambda#Tags",
5256                    "traits": {
5257                        "smithy.api#documentation": "<p>The function's tags.</p>"
5258                    }
5259                }
5260            }
5261        },
5262        "com.amazonaws.lambda#ListVersionsByFunction": {
5263            "type": "operation",
5264            "input": {
5265                "target": "com.amazonaws.lambda#ListVersionsByFunctionRequest"
5266            },
5267            "output": {
5268                "target": "com.amazonaws.lambda#ListVersionsByFunctionResponse"
5269            },
5270            "errors": [
5271                {
5272                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
5273                },
5274                {
5275                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
5276                },
5277                {
5278                    "target": "com.amazonaws.lambda#ServiceException"
5279                },
5280                {
5281                    "target": "com.amazonaws.lambda#TooManyRequestsException"
5282                }
5283            ],
5284            "traits": {
5285                "smithy.api#documentation": "<p>Returns a list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">versions</a>,\n      with the version-specific configuration of each. Lambda returns up to 50 versions per call.</p>",
5286                "smithy.api#http": {
5287                    "method": "GET",
5288                    "uri": "/2015-03-31/functions/{FunctionName}/versions",
5289                    "code": 200
5290                },
5291                "smithy.api#paginated": {
5292                    "inputToken": "Marker",
5293                    "outputToken": "NextMarker",
5294                    "items": "Versions",
5295                    "pageSize": "MaxItems"
5296                }
5297            }
5298        },
5299        "com.amazonaws.lambda#ListVersionsByFunctionRequest": {
5300            "type": "structure",
5301            "members": {
5302                "FunctionName": {
5303                    "target": "com.amazonaws.lambda#NamespacedFunctionName",
5304                    "traits": {
5305                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
5306                        "smithy.api#httpLabel": {},
5307                        "smithy.api#required": {}
5308                    }
5309                },
5310                "Marker": {
5311                    "target": "com.amazonaws.lambda#String",
5312                    "traits": {
5313                        "smithy.api#documentation": "<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>",
5314                        "smithy.api#httpQuery": "Marker"
5315                    }
5316                },
5317                "MaxItems": {
5318                    "target": "com.amazonaws.lambda#MaxListItems",
5319                    "traits": {
5320                        "smithy.api#documentation": "<p>The maximum number of versions to return.</p>",
5321                        "smithy.api#httpQuery": "MaxItems"
5322                    }
5323                }
5324            }
5325        },
5326        "com.amazonaws.lambda#ListVersionsByFunctionResponse": {
5327            "type": "structure",
5328            "members": {
5329                "NextMarker": {
5330                    "target": "com.amazonaws.lambda#String",
5331                    "traits": {
5332                        "smithy.api#documentation": "<p>The pagination token that's included if more results are available.</p>"
5333                    }
5334                },
5335                "Versions": {
5336                    "target": "com.amazonaws.lambda#FunctionList",
5337                    "traits": {
5338                        "smithy.api#documentation": "<p>A list of Lambda function versions.</p>"
5339                    }
5340                }
5341            }
5342        },
5343        "com.amazonaws.lambda#LocalMountPath": {
5344            "type": "string",
5345            "traits": {
5346                "smithy.api#length": {
5347                    "min": 0,
5348                    "max": 160
5349                },
5350                "smithy.api#pattern": "^/mnt/[a-zA-Z0-9-_.]+$"
5351            }
5352        },
5353        "com.amazonaws.lambda#LogType": {
5354            "type": "string",
5355            "traits": {
5356                "smithy.api#enum": [
5357                    {
5358                        "value": "None",
5359                        "name": "None"
5360                    },
5361                    {
5362                        "value": "Tail",
5363                        "name": "Tail"
5364                    }
5365                ]
5366            }
5367        },
5368        "com.amazonaws.lambda#Long": {
5369            "type": "long"
5370        },
5371        "com.amazonaws.lambda#MasterRegion": {
5372            "type": "string",
5373            "traits": {
5374                "smithy.api#pattern": "ALL|[a-z]{2}(-gov)?-[a-z]+-\\d{1}"
5375            }
5376        },
5377        "com.amazonaws.lambda#MaxFunctionEventInvokeConfigListItems": {
5378            "type": "integer",
5379            "traits": {
5380                "smithy.api#box": {},
5381                "smithy.api#range": {
5382                    "min": 1,
5383                    "max": 50
5384                }
5385            }
5386        },
5387        "com.amazonaws.lambda#MaxLayerListItems": {
5388            "type": "integer",
5389            "traits": {
5390                "smithy.api#box": {},
5391                "smithy.api#range": {
5392                    "min": 1,
5393                    "max": 50
5394                }
5395            }
5396        },
5397        "com.amazonaws.lambda#MaxListItems": {
5398            "type": "integer",
5399            "traits": {
5400                "smithy.api#box": {},
5401                "smithy.api#range": {
5402                    "min": 1,
5403                    "max": 10000
5404                }
5405            }
5406        },
5407        "com.amazonaws.lambda#MaxProvisionedConcurrencyConfigListItems": {
5408            "type": "integer",
5409            "traits": {
5410                "smithy.api#box": {},
5411                "smithy.api#range": {
5412                    "min": 1,
5413                    "max": 50
5414                }
5415            }
5416        },
5417        "com.amazonaws.lambda#MaximumBatchingWindowInSeconds": {
5418            "type": "integer",
5419            "traits": {
5420                "smithy.api#box": {},
5421                "smithy.api#range": {
5422                    "min": 0,
5423                    "max": 300
5424                }
5425            }
5426        },
5427        "com.amazonaws.lambda#MaximumEventAgeInSeconds": {
5428            "type": "integer",
5429            "traits": {
5430                "smithy.api#box": {},
5431                "smithy.api#range": {
5432                    "min": 60,
5433                    "max": 21600
5434                }
5435            }
5436        },
5437        "com.amazonaws.lambda#MaximumRecordAgeInSeconds": {
5438            "type": "integer",
5439            "traits": {
5440                "smithy.api#box": {},
5441                "smithy.api#range": {
5442                    "min": -1,
5443                    "max": 604800
5444                }
5445            }
5446        },
5447        "com.amazonaws.lambda#MaximumRetryAttempts": {
5448            "type": "integer",
5449            "traits": {
5450                "smithy.api#box": {},
5451                "smithy.api#range": {
5452                    "min": 0,
5453                    "max": 2
5454                }
5455            }
5456        },
5457        "com.amazonaws.lambda#MaximumRetryAttemptsEventSourceMapping": {
5458            "type": "integer",
5459            "traits": {
5460                "smithy.api#box": {},
5461                "smithy.api#range": {
5462                    "min": -1,
5463                    "max": 10000
5464                }
5465            }
5466        },
5467        "com.amazonaws.lambda#MemorySize": {
5468            "type": "integer",
5469            "traits": {
5470                "smithy.api#box": {},
5471                "smithy.api#range": {
5472                    "min": 128,
5473                    "max": 10240
5474                }
5475            }
5476        },
5477        "com.amazonaws.lambda#NameSpacedFunctionArn": {
5478            "type": "string",
5479            "traits": {
5480                "smithy.api#pattern": "arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
5481            }
5482        },
5483        "com.amazonaws.lambda#NamespacedFunctionName": {
5484            "type": "string",
5485            "traits": {
5486                "smithy.api#length": {
5487                    "min": 1,
5488                    "max": 170
5489                },
5490                "smithy.api#pattern": "(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_\\.]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
5491            }
5492        },
5493        "com.amazonaws.lambda#NamespacedStatementId": {
5494            "type": "string",
5495            "traits": {
5496                "smithy.api#length": {
5497                    "min": 1,
5498                    "max": 100
5499                },
5500                "smithy.api#pattern": "([a-zA-Z0-9-_.]+)"
5501            }
5502        },
5503        "com.amazonaws.lambda#NonNegativeInteger": {
5504            "type": "integer",
5505            "traits": {
5506                "smithy.api#box": {},
5507                "smithy.api#range": {
5508                    "min": 0
5509                }
5510            }
5511        },
5512        "com.amazonaws.lambda#OnFailure": {
5513            "type": "structure",
5514            "members": {
5515                "Destination": {
5516                    "target": "com.amazonaws.lambda#DestinationArn",
5517                    "traits": {
5518                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the destination resource.</p>"
5519                    }
5520                }
5521            },
5522            "traits": {
5523                "smithy.api#documentation": "<p>A destination for events that failed processing.</p>"
5524            }
5525        },
5526        "com.amazonaws.lambda#OnSuccess": {
5527            "type": "structure",
5528            "members": {
5529                "Destination": {
5530                    "target": "com.amazonaws.lambda#DestinationArn",
5531                    "traits": {
5532                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the destination resource.</p>"
5533                    }
5534                }
5535            },
5536            "traits": {
5537                "smithy.api#documentation": "<p>A destination for events that were processed successfully.</p>"
5538            }
5539        },
5540        "com.amazonaws.lambda#OrganizationId": {
5541            "type": "string",
5542            "traits": {
5543                "smithy.api#pattern": "o-[a-z0-9]{10,32}"
5544            }
5545        },
5546        "com.amazonaws.lambda#PackageType": {
5547            "type": "string",
5548            "traits": {
5549                "smithy.api#enum": [
5550                    {
5551                        "value": "Zip",
5552                        "name": "Zip"
5553                    },
5554                    {
5555                        "value": "Image",
5556                        "name": "Image"
5557                    }
5558                ]
5559            }
5560        },
5561        "com.amazonaws.lambda#ParallelizationFactor": {
5562            "type": "integer",
5563            "traits": {
5564                "smithy.api#box": {},
5565                "smithy.api#range": {
5566                    "min": 1,
5567                    "max": 10
5568                }
5569            }
5570        },
5571        "com.amazonaws.lambda#PolicyLengthExceededException": {
5572            "type": "structure",
5573            "members": {
5574                "Type": {
5575                    "target": "com.amazonaws.lambda#String"
5576                },
5577                "message": {
5578                    "target": "com.amazonaws.lambda#String"
5579                }
5580            },
5581            "traits": {
5582                "smithy.api#documentation": "<p>The permissions policy for the resource is too large. <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/limits.html\">Learn more</a>\n         </p>",
5583                "smithy.api#error": "client",
5584                "smithy.api#httpError": 400
5585            }
5586        },
5587        "com.amazonaws.lambda#PositiveInteger": {
5588            "type": "integer",
5589            "traits": {
5590                "smithy.api#box": {},
5591                "smithy.api#range": {
5592                    "min": 1
5593                }
5594            }
5595        },
5596        "com.amazonaws.lambda#PreconditionFailedException": {
5597            "type": "structure",
5598            "members": {
5599                "Type": {
5600                    "target": "com.amazonaws.lambda#String",
5601                    "traits": {
5602                        "smithy.api#documentation": "<p>The exception type.</p>"
5603                    }
5604                },
5605                "message": {
5606                    "target": "com.amazonaws.lambda#String",
5607                    "traits": {
5608                        "smithy.api#documentation": "<p>The exception message.</p>"
5609                    }
5610                }
5611            },
5612            "traits": {
5613                "smithy.api#documentation": "<p>The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the\n        <code>GetFunction</code> or the <code>GetAlias</code> API to retrieve the latest RevisionId for your\n      resource.</p>",
5614                "smithy.api#error": "client",
5615                "smithy.api#httpError": 412
5616            }
5617        },
5618        "com.amazonaws.lambda#Principal": {
5619            "type": "string",
5620            "traits": {
5621                "smithy.api#pattern": ".*"
5622            }
5623        },
5624        "com.amazonaws.lambda#ProvisionedConcurrencyConfigList": {
5625            "type": "list",
5626            "member": {
5627                "target": "com.amazonaws.lambda#ProvisionedConcurrencyConfigListItem"
5628            }
5629        },
5630        "com.amazonaws.lambda#ProvisionedConcurrencyConfigListItem": {
5631            "type": "structure",
5632            "members": {
5633                "FunctionArn": {
5634                    "target": "com.amazonaws.lambda#FunctionArn",
5635                    "traits": {
5636                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the alias or version.</p>"
5637                    }
5638                },
5639                "RequestedProvisionedConcurrentExecutions": {
5640                    "target": "com.amazonaws.lambda#PositiveInteger",
5641                    "traits": {
5642                        "smithy.api#documentation": "<p>The amount of provisioned concurrency requested.</p>"
5643                    }
5644                },
5645                "AvailableProvisionedConcurrentExecutions": {
5646                    "target": "com.amazonaws.lambda#NonNegativeInteger",
5647                    "traits": {
5648                        "smithy.api#documentation": "<p>The amount of provisioned concurrency available.</p>"
5649                    }
5650                },
5651                "AllocatedProvisionedConcurrentExecutions": {
5652                    "target": "com.amazonaws.lambda#NonNegativeInteger",
5653                    "traits": {
5654                        "smithy.api#documentation": "<p>The amount of provisioned concurrency allocated.</p>"
5655                    }
5656                },
5657                "Status": {
5658                    "target": "com.amazonaws.lambda#ProvisionedConcurrencyStatusEnum",
5659                    "traits": {
5660                        "smithy.api#documentation": "<p>The status of the allocation process.</p>"
5661                    }
5662                },
5663                "StatusReason": {
5664                    "target": "com.amazonaws.lambda#String",
5665                    "traits": {
5666                        "smithy.api#documentation": "<p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>"
5667                    }
5668                },
5669                "LastModified": {
5670                    "target": "com.amazonaws.lambda#Timestamp",
5671                    "traits": {
5672                        "smithy.api#documentation": "<p>The date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a>.</p>"
5673                    }
5674                }
5675            },
5676            "traits": {
5677                "smithy.api#documentation": "<p>Details about the provisioned concurrency configuration for a function alias or version.</p>"
5678            }
5679        },
5680        "com.amazonaws.lambda#ProvisionedConcurrencyConfigNotFoundException": {
5681            "type": "structure",
5682            "members": {
5683                "Type": {
5684                    "target": "com.amazonaws.lambda#String"
5685                },
5686                "message": {
5687                    "target": "com.amazonaws.lambda#String"
5688                }
5689            },
5690            "traits": {
5691                "smithy.api#documentation": "<p>The specified configuration does not exist.</p>",
5692                "smithy.api#error": "client",
5693                "smithy.api#httpError": 404
5694            }
5695        },
5696        "com.amazonaws.lambda#ProvisionedConcurrencyStatusEnum": {
5697            "type": "string",
5698            "traits": {
5699                "smithy.api#enum": [
5700                    {
5701                        "value": "IN_PROGRESS",
5702                        "name": "IN_PROGRESS"
5703                    },
5704                    {
5705                        "value": "READY",
5706                        "name": "READY"
5707                    },
5708                    {
5709                        "value": "FAILED",
5710                        "name": "FAILED"
5711                    }
5712                ]
5713            }
5714        },
5715        "com.amazonaws.lambda#PublishLayerVersion": {
5716            "type": "operation",
5717            "input": {
5718                "target": "com.amazonaws.lambda#PublishLayerVersionRequest"
5719            },
5720            "output": {
5721                "target": "com.amazonaws.lambda#PublishLayerVersionResponse"
5722            },
5723            "errors": [
5724                {
5725                    "target": "com.amazonaws.lambda#CodeStorageExceededException"
5726                },
5727                {
5728                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
5729                },
5730                {
5731                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
5732                },
5733                {
5734                    "target": "com.amazonaws.lambda#ServiceException"
5735                },
5736                {
5737                    "target": "com.amazonaws.lambda#TooManyRequestsException"
5738                }
5739            ],
5740            "traits": {
5741                "smithy.api#documentation": "<p>Creates an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a> from a ZIP archive. Each time you call <code>PublishLayerVersion</code> with the same\n      layer name, a new version is created.</p>\n         <p>Add layers to your function with <a>CreateFunction</a> or <a>UpdateFunctionConfiguration</a>.</p>",
5742                "smithy.api#http": {
5743                    "method": "POST",
5744                    "uri": "/2018-10-31/layers/{LayerName}/versions",
5745                    "code": 201
5746                }
5747            }
5748        },
5749        "com.amazonaws.lambda#PublishLayerVersionRequest": {
5750            "type": "structure",
5751            "members": {
5752                "LayerName": {
5753                    "target": "com.amazonaws.lambda#LayerName",
5754                    "traits": {
5755                        "smithy.api#documentation": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
5756                        "smithy.api#httpLabel": {},
5757                        "smithy.api#required": {}
5758                    }
5759                },
5760                "Description": {
5761                    "target": "com.amazonaws.lambda#Description",
5762                    "traits": {
5763                        "smithy.api#documentation": "<p>The description of the version.</p>"
5764                    }
5765                },
5766                "Content": {
5767                    "target": "com.amazonaws.lambda#LayerVersionContentInput",
5768                    "traits": {
5769                        "smithy.api#documentation": "<p>The function layer archive.</p>",
5770                        "smithy.api#required": {}
5771                    }
5772                },
5773                "CompatibleRuntimes": {
5774                    "target": "com.amazonaws.lambda#CompatibleRuntimes",
5775                    "traits": {
5776                        "smithy.api#documentation": "<p>A list of compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">function\n        runtimes</a>. Used for filtering with <a>ListLayers</a> and <a>ListLayerVersions</a>.</p>"
5777                    }
5778                },
5779                "LicenseInfo": {
5780                    "target": "com.amazonaws.lambda#LicenseInfo",
5781                    "traits": {
5782                        "smithy.api#documentation": "<p>The layer's software license. It can be any of the following:</p>\n         <ul>\n            <li>\n               <p>An <a href=\"https://spdx.org/licenses/\">SPDX license identifier</a>. For example,\n          <code>MIT</code>.</p>\n            </li>\n            <li>\n               <p>The URL of a license hosted on the internet. For example,\n          <code>https://opensource.org/licenses/MIT</code>.</p>\n            </li>\n            <li>\n               <p>The full text of the license.</p>\n            </li>\n         </ul>"
5783                    }
5784                }
5785            }
5786        },
5787        "com.amazonaws.lambda#PublishLayerVersionResponse": {
5788            "type": "structure",
5789            "members": {
5790                "Content": {
5791                    "target": "com.amazonaws.lambda#LayerVersionContentOutput",
5792                    "traits": {
5793                        "smithy.api#documentation": "<p>Details about the layer version.</p>"
5794                    }
5795                },
5796                "LayerArn": {
5797                    "target": "com.amazonaws.lambda#LayerArn",
5798                    "traits": {
5799                        "smithy.api#documentation": "<p>The ARN of the layer.</p>"
5800                    }
5801                },
5802                "LayerVersionArn": {
5803                    "target": "com.amazonaws.lambda#LayerVersionArn",
5804                    "traits": {
5805                        "smithy.api#documentation": "<p>The ARN of the layer version.</p>"
5806                    }
5807                },
5808                "Description": {
5809                    "target": "com.amazonaws.lambda#Description",
5810                    "traits": {
5811                        "smithy.api#documentation": "<p>The description of the version.</p>"
5812                    }
5813                },
5814                "CreatedDate": {
5815                    "target": "com.amazonaws.lambda#Timestamp",
5816                    "traits": {
5817                        "smithy.api#documentation": "<p>The date that the layer version was created, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>"
5818                    }
5819                },
5820                "Version": {
5821                    "target": "com.amazonaws.lambda#LayerVersionNumber",
5822                    "traits": {
5823                        "smithy.api#documentation": "<p>The version number.</p>"
5824                    }
5825                },
5826                "CompatibleRuntimes": {
5827                    "target": "com.amazonaws.lambda#CompatibleRuntimes",
5828                    "traits": {
5829                        "smithy.api#documentation": "<p>The layer's compatible runtimes.</p>"
5830                    }
5831                },
5832                "LicenseInfo": {
5833                    "target": "com.amazonaws.lambda#LicenseInfo",
5834                    "traits": {
5835                        "smithy.api#documentation": "<p>The layer's software license.</p>"
5836                    }
5837                }
5838            }
5839        },
5840        "com.amazonaws.lambda#PublishVersion": {
5841            "type": "operation",
5842            "input": {
5843                "target": "com.amazonaws.lambda#PublishVersionRequest"
5844            },
5845            "output": {
5846                "target": "com.amazonaws.lambda#FunctionConfiguration"
5847            },
5848            "errors": [
5849                {
5850                    "target": "com.amazonaws.lambda#CodeStorageExceededException"
5851                },
5852                {
5853                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
5854                },
5855                {
5856                    "target": "com.amazonaws.lambda#PreconditionFailedException"
5857                },
5858                {
5859                    "target": "com.amazonaws.lambda#ResourceConflictException"
5860                },
5861                {
5862                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
5863                },
5864                {
5865                    "target": "com.amazonaws.lambda#ServiceException"
5866                },
5867                {
5868                    "target": "com.amazonaws.lambda#TooManyRequestsException"
5869                }
5870            ],
5871            "traits": {
5872                "smithy.api#documentation": "<p>Creates a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">version</a> from the\n      current code and configuration of a function. Use versions to create a snapshot of your function code and\n      configuration that doesn't change.</p>\n      \n         <p>AWS Lambda doesn't publish a version if the function's configuration and code haven't changed since the last\n      version. Use <a>UpdateFunctionCode</a> or <a>UpdateFunctionConfiguration</a> to update the\n      function before publishing a version.</p>\n      \n         <p>Clients can invoke versions directly or with an alias. To create an alias, use <a>CreateAlias</a>.</p>",
5873                "smithy.api#http": {
5874                    "method": "POST",
5875                    "uri": "/2015-03-31/functions/{FunctionName}/versions",
5876                    "code": 201
5877                }
5878            }
5879        },
5880        "com.amazonaws.lambda#PublishVersionRequest": {
5881            "type": "structure",
5882            "members": {
5883                "FunctionName": {
5884                    "target": "com.amazonaws.lambda#FunctionName",
5885                    "traits": {
5886                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
5887                        "smithy.api#httpLabel": {},
5888                        "smithy.api#required": {}
5889                    }
5890                },
5891                "CodeSha256": {
5892                    "target": "com.amazonaws.lambda#String",
5893                    "traits": {
5894                        "smithy.api#documentation": "<p>Only publish a version if the hash value matches the value that's specified. Use this option to avoid\n      publishing a version if the function code has changed since you last updated it. You can get the hash for the\n      version that you uploaded from the output of <a>UpdateFunctionCode</a>.</p>"
5895                    }
5896                },
5897                "Description": {
5898                    "target": "com.amazonaws.lambda#Description",
5899                    "traits": {
5900                        "smithy.api#documentation": "<p>A description for the version to override the description in the function configuration.</p>"
5901                    }
5902                },
5903                "RevisionId": {
5904                    "target": "com.amazonaws.lambda#String",
5905                    "traits": {
5906                        "smithy.api#documentation": "<p>Only update the function if the revision ID matches the ID that's specified. Use this option to avoid\n      publishing a version if the function configuration has changed since you last updated it.</p>"
5907                    }
5908                }
5909            }
5910        },
5911        "com.amazonaws.lambda#PutFunctionCodeSigningConfig": {
5912            "type": "operation",
5913            "input": {
5914                "target": "com.amazonaws.lambda#PutFunctionCodeSigningConfigRequest"
5915            },
5916            "output": {
5917                "target": "com.amazonaws.lambda#PutFunctionCodeSigningConfigResponse"
5918            },
5919            "errors": [
5920                {
5921                    "target": "com.amazonaws.lambda#CodeSigningConfigNotFoundException"
5922                },
5923                {
5924                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
5925                },
5926                {
5927                    "target": "com.amazonaws.lambda#ResourceConflictException"
5928                },
5929                {
5930                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
5931                },
5932                {
5933                    "target": "com.amazonaws.lambda#ServiceException"
5934                },
5935                {
5936                    "target": "com.amazonaws.lambda#TooManyRequestsException"
5937                }
5938            ],
5939            "traits": {
5940                "smithy.api#documentation": "<p>Update the code signing configuration for the function. Changes to the code signing configuration take effect the\n      next time a user tries to deploy a code package to the function. </p>",
5941                "smithy.api#http": {
5942                    "method": "PUT",
5943                    "uri": "/2020-06-30/functions/{FunctionName}/code-signing-config",
5944                    "code": 200
5945                }
5946            }
5947        },
5948        "com.amazonaws.lambda#PutFunctionCodeSigningConfigRequest": {
5949            "type": "structure",
5950            "members": {
5951                "CodeSigningConfigArn": {
5952                    "target": "com.amazonaws.lambda#CodeSigningConfigArn",
5953                    "traits": {
5954                        "smithy.api#documentation": "<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>",
5955                        "smithy.api#required": {}
5956                    }
5957                },
5958                "FunctionName": {
5959                    "target": "com.amazonaws.lambda#FunctionName",
5960                    "traits": {
5961                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
5962                        "smithy.api#httpLabel": {},
5963                        "smithy.api#required": {}
5964                    }
5965                }
5966            }
5967        },
5968        "com.amazonaws.lambda#PutFunctionCodeSigningConfigResponse": {
5969            "type": "structure",
5970            "members": {
5971                "CodeSigningConfigArn": {
5972                    "target": "com.amazonaws.lambda#CodeSigningConfigArn",
5973                    "traits": {
5974                        "smithy.api#documentation": "<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>",
5975                        "smithy.api#required": {}
5976                    }
5977                },
5978                "FunctionName": {
5979                    "target": "com.amazonaws.lambda#FunctionName",
5980                    "traits": {
5981                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
5982                        "smithy.api#required": {}
5983                    }
5984                }
5985            }
5986        },
5987        "com.amazonaws.lambda#PutFunctionConcurrency": {
5988            "type": "operation",
5989            "input": {
5990                "target": "com.amazonaws.lambda#PutFunctionConcurrencyRequest"
5991            },
5992            "output": {
5993                "target": "com.amazonaws.lambda#Concurrency"
5994            },
5995            "errors": [
5996                {
5997                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
5998                },
5999                {
6000                    "target": "com.amazonaws.lambda#ResourceConflictException"
6001                },
6002                {
6003                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
6004                },
6005                {
6006                    "target": "com.amazonaws.lambda#ServiceException"
6007                },
6008                {
6009                    "target": "com.amazonaws.lambda#TooManyRequestsException"
6010                }
6011            ],
6012            "traits": {
6013                "smithy.api#documentation": "<p>Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency\n      level.</p>\n         <p>Concurrency settings apply to the function as a whole, including all published versions and the unpublished\n      version. Reserving concurrency both ensures that your function has capacity to process the specified number of\n      events simultaneously, and prevents it from scaling beyond that level. Use <a>GetFunction</a> to see\n      the current setting for a function.</p>\n         <p>Use <a>GetAccountSettings</a> to see your Regional concurrency limit. You can reserve concurrency\n      for as many functions as you like, as long as you leave at least 100 simultaneous executions unreserved for\n      functions that aren't configured with a per-function limit. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html\">Managing Concurrency</a>.</p>",
6014                "smithy.api#http": {
6015                    "method": "PUT",
6016                    "uri": "/2017-10-31/functions/{FunctionName}/concurrency",
6017                    "code": 200
6018                }
6019            }
6020        },
6021        "com.amazonaws.lambda#PutFunctionConcurrencyRequest": {
6022            "type": "structure",
6023            "members": {
6024                "FunctionName": {
6025                    "target": "com.amazonaws.lambda#FunctionName",
6026                    "traits": {
6027                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
6028                        "smithy.api#httpLabel": {},
6029                        "smithy.api#required": {}
6030                    }
6031                },
6032                "ReservedConcurrentExecutions": {
6033                    "target": "com.amazonaws.lambda#ReservedConcurrentExecutions",
6034                    "traits": {
6035                        "smithy.api#documentation": "<p>The number of simultaneous executions to reserve for the function.</p>",
6036                        "smithy.api#required": {}
6037                    }
6038                }
6039            }
6040        },
6041        "com.amazonaws.lambda#PutFunctionEventInvokeConfig": {
6042            "type": "operation",
6043            "input": {
6044                "target": "com.amazonaws.lambda#PutFunctionEventInvokeConfigRequest"
6045            },
6046            "output": {
6047                "target": "com.amazonaws.lambda#FunctionEventInvokeConfig"
6048            },
6049            "errors": [
6050                {
6051                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
6052                },
6053                {
6054                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
6055                },
6056                {
6057                    "target": "com.amazonaws.lambda#ServiceException"
6058                },
6059                {
6060                    "target": "com.amazonaws.lambda#TooManyRequestsException"
6061                }
6062            ],
6063            "traits": {
6064                "smithy.api#documentation": "<p>Configures options for <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html\">asynchronous\n        invocation</a> on a function, version, or alias. If a configuration already exists for a function, version,\n      or alias, this operation overwrites it. If you exclude any settings, they are removed. To set one option without\n      affecting existing settings for other options, use <a>UpdateFunctionEventInvokeConfig</a>.</p>\n         <p>By default, Lambda retries an asynchronous invocation twice if the function returns an error. It retains\n      events in a queue for up to six hours. When an event fails all processing attempts or stays in the asynchronous\n      invocation queue for too long, Lambda discards it. To retain discarded events, configure a dead-letter queue with\n        <a>UpdateFunctionConfiguration</a>.</p>\n         <p>To send an invocation record to a queue, topic, function, or event bus, specify a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations\">destination</a>. You can configure separate destinations for successful invocations (on-success) and events\n      that fail all processing attempts (on-failure). You can configure destinations in addition to or instead of a\n      dead-letter queue.</p>",
6065                "smithy.api#http": {
6066                    "method": "PUT",
6067                    "uri": "/2019-09-25/functions/{FunctionName}/event-invoke-config",
6068                    "code": 200
6069                }
6070            }
6071        },
6072        "com.amazonaws.lambda#PutFunctionEventInvokeConfigRequest": {
6073            "type": "structure",
6074            "members": {
6075                "FunctionName": {
6076                    "target": "com.amazonaws.lambda#FunctionName",
6077                    "traits": {
6078                        "smithy.api#documentation": "<p>The name of the Lambda function, version, or alias.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
6079                        "smithy.api#httpLabel": {},
6080                        "smithy.api#required": {}
6081                    }
6082                },
6083                "Qualifier": {
6084                    "target": "com.amazonaws.lambda#Qualifier",
6085                    "traits": {
6086                        "smithy.api#documentation": "<p>A version number or alias name.</p>",
6087                        "smithy.api#httpQuery": "Qualifier"
6088                    }
6089                },
6090                "MaximumRetryAttempts": {
6091                    "target": "com.amazonaws.lambda#MaximumRetryAttempts",
6092                    "traits": {
6093                        "smithy.api#documentation": "<p>The maximum number of times to retry when the function returns an error.</p>"
6094                    }
6095                },
6096                "MaximumEventAgeInSeconds": {
6097                    "target": "com.amazonaws.lambda#MaximumEventAgeInSeconds",
6098                    "traits": {
6099                        "smithy.api#documentation": "<p>The maximum age of a request that Lambda sends to a function for processing.</p>"
6100                    }
6101                },
6102                "DestinationConfig": {
6103                    "target": "com.amazonaws.lambda#DestinationConfig",
6104                    "traits": {
6105                        "smithy.api#documentation": "<p>A destination for events after they have been sent to a function for processing.</p>\n         <p class=\"title\">\n            <b>Destinations</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Queue</b> - The ARN of an SQS queue.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Topic</b> - The ARN of an SNS topic.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p>\n            </li>\n         </ul>"
6106                    }
6107                }
6108            }
6109        },
6110        "com.amazonaws.lambda#PutProvisionedConcurrencyConfig": {
6111            "type": "operation",
6112            "input": {
6113                "target": "com.amazonaws.lambda#PutProvisionedConcurrencyConfigRequest"
6114            },
6115            "output": {
6116                "target": "com.amazonaws.lambda#PutProvisionedConcurrencyConfigResponse"
6117            },
6118            "errors": [
6119                {
6120                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
6121                },
6122                {
6123                    "target": "com.amazonaws.lambda#ResourceConflictException"
6124                },
6125                {
6126                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
6127                },
6128                {
6129                    "target": "com.amazonaws.lambda#ServiceException"
6130                },
6131                {
6132                    "target": "com.amazonaws.lambda#TooManyRequestsException"
6133                }
6134            ],
6135            "traits": {
6136                "smithy.api#documentation": "<p>Adds a provisioned concurrency configuration to a function's alias or version.</p>",
6137                "smithy.api#http": {
6138                    "method": "PUT",
6139                    "uri": "/2019-09-30/functions/{FunctionName}/provisioned-concurrency",
6140                    "code": 202
6141                }
6142            }
6143        },
6144        "com.amazonaws.lambda#PutProvisionedConcurrencyConfigRequest": {
6145            "type": "structure",
6146            "members": {
6147                "FunctionName": {
6148                    "target": "com.amazonaws.lambda#FunctionName",
6149                    "traits": {
6150                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
6151                        "smithy.api#httpLabel": {},
6152                        "smithy.api#required": {}
6153                    }
6154                },
6155                "Qualifier": {
6156                    "target": "com.amazonaws.lambda#Qualifier",
6157                    "traits": {
6158                        "smithy.api#documentation": "<p>The version number or alias name.</p>",
6159                        "smithy.api#httpQuery": "Qualifier",
6160                        "smithy.api#required": {}
6161                    }
6162                },
6163                "ProvisionedConcurrentExecutions": {
6164                    "target": "com.amazonaws.lambda#PositiveInteger",
6165                    "traits": {
6166                        "smithy.api#documentation": "<p>The amount of provisioned concurrency to allocate for the version or alias.</p>",
6167                        "smithy.api#required": {}
6168                    }
6169                }
6170            }
6171        },
6172        "com.amazonaws.lambda#PutProvisionedConcurrencyConfigResponse": {
6173            "type": "structure",
6174            "members": {
6175                "RequestedProvisionedConcurrentExecutions": {
6176                    "target": "com.amazonaws.lambda#PositiveInteger",
6177                    "traits": {
6178                        "smithy.api#documentation": "<p>The amount of provisioned concurrency requested.</p>"
6179                    }
6180                },
6181                "AvailableProvisionedConcurrentExecutions": {
6182                    "target": "com.amazonaws.lambda#NonNegativeInteger",
6183                    "traits": {
6184                        "smithy.api#documentation": "<p>The amount of provisioned concurrency available.</p>"
6185                    }
6186                },
6187                "AllocatedProvisionedConcurrentExecutions": {
6188                    "target": "com.amazonaws.lambda#NonNegativeInteger",
6189                    "traits": {
6190                        "smithy.api#documentation": "<p>The amount of provisioned concurrency allocated.</p>"
6191                    }
6192                },
6193                "Status": {
6194                    "target": "com.amazonaws.lambda#ProvisionedConcurrencyStatusEnum",
6195                    "traits": {
6196                        "smithy.api#documentation": "<p>The status of the allocation process.</p>"
6197                    }
6198                },
6199                "StatusReason": {
6200                    "target": "com.amazonaws.lambda#String",
6201                    "traits": {
6202                        "smithy.api#documentation": "<p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>"
6203                    }
6204                },
6205                "LastModified": {
6206                    "target": "com.amazonaws.lambda#Timestamp",
6207                    "traits": {
6208                        "smithy.api#documentation": "<p>The date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a>.</p>"
6209                    }
6210                }
6211            }
6212        },
6213        "com.amazonaws.lambda#Qualifier": {
6214            "type": "string",
6215            "traits": {
6216                "smithy.api#length": {
6217                    "min": 1,
6218                    "max": 128
6219                },
6220                "smithy.api#pattern": "(|[a-zA-Z0-9$_-]+)"
6221            }
6222        },
6223        "com.amazonaws.lambda#Queue": {
6224            "type": "string",
6225            "traits": {
6226                "smithy.api#length": {
6227                    "min": 1,
6228                    "max": 1000
6229                },
6230                "smithy.api#pattern": "[\\s\\S]*"
6231            }
6232        },
6233        "com.amazonaws.lambda#Queues": {
6234            "type": "list",
6235            "member": {
6236                "target": "com.amazonaws.lambda#Queue"
6237            },
6238            "traits": {
6239                "smithy.api#length": {
6240                    "min": 1,
6241                    "max": 1
6242                }
6243            }
6244        },
6245        "com.amazonaws.lambda#RemoveLayerVersionPermission": {
6246            "type": "operation",
6247            "input": {
6248                "target": "com.amazonaws.lambda#RemoveLayerVersionPermissionRequest"
6249            },
6250            "errors": [
6251                {
6252                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
6253                },
6254                {
6255                    "target": "com.amazonaws.lambda#PreconditionFailedException"
6256                },
6257                {
6258                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
6259                },
6260                {
6261                    "target": "com.amazonaws.lambda#ServiceException"
6262                },
6263                {
6264                    "target": "com.amazonaws.lambda#TooManyRequestsException"
6265                }
6266            ],
6267            "traits": {
6268                "smithy.api#documentation": "<p>Removes a statement from the permissions policy for a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda\n        layer</a>. For more information, see\n        <a>AddLayerVersionPermission</a>.</p>",
6269                "smithy.api#http": {
6270                    "method": "DELETE",
6271                    "uri": "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}",
6272                    "code": 204
6273                }
6274            }
6275        },
6276        "com.amazonaws.lambda#RemoveLayerVersionPermissionRequest": {
6277            "type": "structure",
6278            "members": {
6279                "LayerName": {
6280                    "target": "com.amazonaws.lambda#LayerName",
6281                    "traits": {
6282                        "smithy.api#documentation": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
6283                        "smithy.api#httpLabel": {},
6284                        "smithy.api#required": {}
6285                    }
6286                },
6287                "VersionNumber": {
6288                    "target": "com.amazonaws.lambda#LayerVersionNumber",
6289                    "traits": {
6290                        "smithy.api#documentation": "<p>The version number.</p>",
6291                        "smithy.api#httpLabel": {},
6292                        "smithy.api#required": {}
6293                    }
6294                },
6295                "StatementId": {
6296                    "target": "com.amazonaws.lambda#StatementId",
6297                    "traits": {
6298                        "smithy.api#documentation": "<p>The identifier that was specified when the statement was added.</p>",
6299                        "smithy.api#httpLabel": {},
6300                        "smithy.api#required": {}
6301                    }
6302                },
6303                "RevisionId": {
6304                    "target": "com.amazonaws.lambda#String",
6305                    "traits": {
6306                        "smithy.api#documentation": "<p>Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a\n      policy that has changed since you last read it.</p>",
6307                        "smithy.api#httpQuery": "RevisionId"
6308                    }
6309                }
6310            }
6311        },
6312        "com.amazonaws.lambda#RemovePermission": {
6313            "type": "operation",
6314            "input": {
6315                "target": "com.amazonaws.lambda#RemovePermissionRequest"
6316            },
6317            "errors": [
6318                {
6319                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
6320                },
6321                {
6322                    "target": "com.amazonaws.lambda#PreconditionFailedException"
6323                },
6324                {
6325                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
6326                },
6327                {
6328                    "target": "com.amazonaws.lambda#ServiceException"
6329                },
6330                {
6331                    "target": "com.amazonaws.lambda#TooManyRequestsException"
6332                }
6333            ],
6334            "traits": {
6335                "smithy.api#documentation": "<p>Revokes function-use permission from an AWS service or another account. You can get the ID of the statement\n      from the output of <a>GetPolicy</a>.</p>",
6336                "smithy.api#http": {
6337                    "method": "DELETE",
6338                    "uri": "/2015-03-31/functions/{FunctionName}/policy/{StatementId}",
6339                    "code": 204
6340                }
6341            }
6342        },
6343        "com.amazonaws.lambda#RemovePermissionRequest": {
6344            "type": "structure",
6345            "members": {
6346                "FunctionName": {
6347                    "target": "com.amazonaws.lambda#FunctionName",
6348                    "traits": {
6349                        "smithy.api#documentation": "<p>The name of the Lambda function, version, or alias.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
6350                        "smithy.api#httpLabel": {},
6351                        "smithy.api#required": {}
6352                    }
6353                },
6354                "StatementId": {
6355                    "target": "com.amazonaws.lambda#NamespacedStatementId",
6356                    "traits": {
6357                        "smithy.api#documentation": "<p>Statement ID of the permission to remove.</p>",
6358                        "smithy.api#httpLabel": {},
6359                        "smithy.api#required": {}
6360                    }
6361                },
6362                "Qualifier": {
6363                    "target": "com.amazonaws.lambda#Qualifier",
6364                    "traits": {
6365                        "smithy.api#documentation": "<p>Specify a version or alias to remove permissions from a published version of the function.</p>",
6366                        "smithy.api#httpQuery": "Qualifier"
6367                    }
6368                },
6369                "RevisionId": {
6370                    "target": "com.amazonaws.lambda#String",
6371                    "traits": {
6372                        "smithy.api#documentation": "<p>Only update the policy if the revision ID matches the ID that's specified. Use this option to avoid modifying a\n      policy that has changed since you last read it.</p>",
6373                        "smithy.api#httpQuery": "RevisionId"
6374                    }
6375                }
6376            }
6377        },
6378        "com.amazonaws.lambda#RequestTooLargeException": {
6379            "type": "structure",
6380            "members": {
6381                "Type": {
6382                    "target": "com.amazonaws.lambda#String"
6383                },
6384                "message": {
6385                    "target": "com.amazonaws.lambda#String"
6386                }
6387            },
6388            "traits": {
6389                "smithy.api#documentation": "<p>The request payload exceeded the <code>Invoke</code> request body JSON input limit. For more information, see\n        <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/limits.html\">Limits</a>. </p>",
6390                "smithy.api#error": "client",
6391                "smithy.api#httpError": 413
6392            }
6393        },
6394        "com.amazonaws.lambda#ReservedConcurrentExecutions": {
6395            "type": "integer",
6396            "traits": {
6397                "smithy.api#box": {},
6398                "smithy.api#range": {
6399                    "min": 0
6400                }
6401            }
6402        },
6403        "com.amazonaws.lambda#ResourceArn": {
6404            "type": "string",
6405            "traits": {
6406                "smithy.api#pattern": "(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()"
6407            }
6408        },
6409        "com.amazonaws.lambda#ResourceConflictException": {
6410            "type": "structure",
6411            "members": {
6412                "Type": {
6413                    "target": "com.amazonaws.lambda#String",
6414                    "traits": {
6415                        "smithy.api#documentation": "<p>The exception type.</p>"
6416                    }
6417                },
6418                "message": {
6419                    "target": "com.amazonaws.lambda#String",
6420                    "traits": {
6421                        "smithy.api#documentation": "<p>The exception message.</p>"
6422                    }
6423                }
6424            },
6425            "traits": {
6426                "smithy.api#documentation": "<p>The resource already exists, or another operation is in progress.</p>",
6427                "smithy.api#error": "client",
6428                "smithy.api#httpError": 409
6429            }
6430        },
6431        "com.amazonaws.lambda#ResourceInUseException": {
6432            "type": "structure",
6433            "members": {
6434                "Type": {
6435                    "target": "com.amazonaws.lambda#String"
6436                },
6437                "Message": {
6438                    "target": "com.amazonaws.lambda#String"
6439                }
6440            },
6441            "traits": {
6442                "smithy.api#documentation": "<p>The operation conflicts with the resource's availability. For example, you attempted to update an EventSource\n      Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.</p>",
6443                "smithy.api#error": "client",
6444                "smithy.api#httpError": 400
6445            }
6446        },
6447        "com.amazonaws.lambda#ResourceNotFoundException": {
6448            "type": "structure",
6449            "members": {
6450                "Type": {
6451                    "target": "com.amazonaws.lambda#String"
6452                },
6453                "Message": {
6454                    "target": "com.amazonaws.lambda#String"
6455                }
6456            },
6457            "traits": {
6458                "smithy.api#documentation": "<p>The resource specified in the request does not exist.</p>",
6459                "smithy.api#error": "client",
6460                "smithy.api#httpError": 404
6461            }
6462        },
6463        "com.amazonaws.lambda#ResourceNotReadyException": {
6464            "type": "structure",
6465            "members": {
6466                "Type": {
6467                    "target": "com.amazonaws.lambda#String",
6468                    "traits": {
6469                        "smithy.api#documentation": "<p>The exception type.</p>"
6470                    }
6471                },
6472                "message": {
6473                    "target": "com.amazonaws.lambda#String",
6474                    "traits": {
6475                        "smithy.api#documentation": "<p>The exception message.</p>"
6476                    }
6477                }
6478            },
6479            "traits": {
6480                "smithy.api#documentation": "<p>The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to\n      reestablish and try again.</p>",
6481                "smithy.api#error": "server",
6482                "smithy.api#httpError": 502
6483            }
6484        },
6485        "com.amazonaws.lambda#RoleArn": {
6486            "type": "string",
6487            "traits": {
6488                "smithy.api#pattern": "arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
6489            }
6490        },
6491        "com.amazonaws.lambda#Runtime": {
6492            "type": "string",
6493            "traits": {
6494                "smithy.api#enum": [
6495                    {
6496                        "value": "nodejs",
6497                        "name": "nodejs"
6498                    },
6499                    {
6500                        "value": "nodejs4.3",
6501                        "name": "nodejs43"
6502                    },
6503                    {
6504                        "value": "nodejs6.10",
6505                        "name": "nodejs610"
6506                    },
6507                    {
6508                        "value": "nodejs8.10",
6509                        "name": "nodejs810"
6510                    },
6511                    {
6512                        "value": "nodejs10.x",
6513                        "name": "nodejs10x"
6514                    },
6515                    {
6516                        "value": "nodejs12.x",
6517                        "name": "nodejs12x"
6518                    },
6519                    {
6520                        "value": "nodejs14.x",
6521                        "name": "nodejs14x"
6522                    },
6523                    {
6524                        "value": "java8",
6525                        "name": "java8"
6526                    },
6527                    {
6528                        "value": "java8.al2",
6529                        "name": "java8al2"
6530                    },
6531                    {
6532                        "value": "java11",
6533                        "name": "java11"
6534                    },
6535                    {
6536                        "value": "python2.7",
6537                        "name": "python27"
6538                    },
6539                    {
6540                        "value": "python3.6",
6541                        "name": "python36"
6542                    },
6543                    {
6544                        "value": "python3.7",
6545                        "name": "python37"
6546                    },
6547                    {
6548                        "value": "python3.8",
6549                        "name": "python38"
6550                    },
6551                    {
6552                        "value": "dotnetcore1.0",
6553                        "name": "dotnetcore10"
6554                    },
6555                    {
6556                        "value": "dotnetcore2.0",
6557                        "name": "dotnetcore20"
6558                    },
6559                    {
6560                        "value": "dotnetcore2.1",
6561                        "name": "dotnetcore21"
6562                    },
6563                    {
6564                        "value": "dotnetcore3.1",
6565                        "name": "dotnetcore31"
6566                    },
6567                    {
6568                        "value": "nodejs4.3-edge",
6569                        "name": "nodejs43edge"
6570                    },
6571                    {
6572                        "value": "go1.x",
6573                        "name": "go1x"
6574                    },
6575                    {
6576                        "value": "ruby2.5",
6577                        "name": "ruby25"
6578                    },
6579                    {
6580                        "value": "ruby2.7",
6581                        "name": "ruby27"
6582                    },
6583                    {
6584                        "value": "provided",
6585                        "name": "provided"
6586                    },
6587                    {
6588                        "value": "provided.al2",
6589                        "name": "providedal2"
6590                    }
6591                ]
6592            }
6593        },
6594        "com.amazonaws.lambda#S3Bucket": {
6595            "type": "string",
6596            "traits": {
6597                "smithy.api#length": {
6598                    "min": 3,
6599                    "max": 63
6600                },
6601                "smithy.api#pattern": "^[0-9A-Za-z\\.\\-_]*(?<!\\.)$"
6602            }
6603        },
6604        "com.amazonaws.lambda#S3Key": {
6605            "type": "string",
6606            "traits": {
6607                "smithy.api#length": {
6608                    "min": 1,
6609                    "max": 1024
6610                }
6611            }
6612        },
6613        "com.amazonaws.lambda#S3ObjectVersion": {
6614            "type": "string",
6615            "traits": {
6616                "smithy.api#length": {
6617                    "min": 1,
6618                    "max": 1024
6619                }
6620            }
6621        },
6622        "com.amazonaws.lambda#SecurityGroupId": {
6623            "type": "string"
6624        },
6625        "com.amazonaws.lambda#SecurityGroupIds": {
6626            "type": "list",
6627            "member": {
6628                "target": "com.amazonaws.lambda#SecurityGroupId"
6629            },
6630            "traits": {
6631                "smithy.api#length": {
6632                    "min": 0,
6633                    "max": 5
6634                }
6635            }
6636        },
6637        "com.amazonaws.lambda#SelfManagedEventSource": {
6638            "type": "structure",
6639            "members": {
6640                "Endpoints": {
6641                    "target": "com.amazonaws.lambda#Endpoints",
6642                    "traits": {
6643                        "smithy.api#documentation": "<p>The list of bootstrap servers for your Kafka brokers in the following format: <code>\"KAFKA_BOOTSTRAP_SERVERS\": [\"abc.xyz.com:xxxx\",\"abc2.xyz.com:xxxx\"]</code>.</p>"
6644                    }
6645                }
6646            },
6647            "traits": {
6648                "smithy.api#documentation": "<p>The Self-Managed Apache Kafka cluster for your event source.</p>"
6649            }
6650        },
6651        "com.amazonaws.lambda#SensitiveString": {
6652            "type": "string",
6653            "traits": {
6654                "smithy.api#sensitive": {}
6655            }
6656        },
6657        "com.amazonaws.lambda#ServiceException": {
6658            "type": "structure",
6659            "members": {
6660                "Type": {
6661                    "target": "com.amazonaws.lambda#String"
6662                },
6663                "Message": {
6664                    "target": "com.amazonaws.lambda#String"
6665                }
6666            },
6667            "traits": {
6668                "smithy.api#documentation": "<p>The AWS Lambda service encountered an internal error.</p>",
6669                "smithy.api#error": "server",
6670                "smithy.api#httpError": 500
6671            }
6672        },
6673        "com.amazonaws.lambda#SigningProfileVersionArns": {
6674            "type": "list",
6675            "member": {
6676                "target": "com.amazonaws.lambda#Arn"
6677            },
6678            "traits": {
6679                "smithy.api#length": {
6680                    "min": 1,
6681                    "max": 20
6682                }
6683            }
6684        },
6685        "com.amazonaws.lambda#SourceAccessConfiguration": {
6686            "type": "structure",
6687            "members": {
6688                "Type": {
6689                    "target": "com.amazonaws.lambda#SourceAccessType",
6690                    "traits": {
6691                        "smithy.api#documentation": "<p>The type of authentication protocol or the VPC components for your event source. For example: <code>\"Type\":\"SASL_SCRAM_512_AUTH\"</code>.</p>\n         <ul>\n            <li>\n               <p>\n                  <code>BASIC_AUTH</code> - (MQ) The Secrets Manager secret that stores your broker credentials.</p>\n            </li>\n            <li>\n               <p>\n                  <code>VPC_SUBNET</code> - The subnets associated with your VPC. Lambda connects to these subnets to fetch data from your Self-Managed Apache Kafka cluster.</p>\n            </li>\n            <li>\n               <p>\n                  <code>VPC_SECURITY_GROUP</code> - The VPC security group used to manage access to your Self-Managed Apache Kafka brokers.</p>\n            </li>\n            <li>\n               <p>\n                  <code>SASL_SCRAM_256_AUTH</code> - The Secrets Manager ARN of your secret key used for SASL SCRAM-256 authentication of your Self-Managed Apache Kafka brokers.</p>\n            </li>\n            <li>\n               <p>\n                  <code>SASL_SCRAM_512_AUTH</code> - The Secrets Manager ARN of your secret key used for SASL SCRAM-512 authentication of your Self-Managed Apache Kafka brokers.</p>\n            </li>\n         </ul>"
6692                    }
6693                },
6694                "URI": {
6695                    "target": "com.amazonaws.lambda#URI",
6696                    "traits": {
6697                        "smithy.api#documentation": "<p>The value for your chosen configuration in <code>Type</code>. For example: <code>\"URI\": \"arn:aws:secretsmanager:us-east-1:01234567890:secret:MyBrokerSecretName\"</code>.</p>"
6698                    }
6699                }
6700            },
6701            "traits": {
6702                "smithy.api#documentation": "<p>You can specify the authentication protocol, or the VPC components to secure access to your event source.</p>"
6703            }
6704        },
6705        "com.amazonaws.lambda#SourceAccessConfigurations": {
6706            "type": "list",
6707            "member": {
6708                "target": "com.amazonaws.lambda#SourceAccessConfiguration"
6709            },
6710            "traits": {
6711                "smithy.api#length": {
6712                    "min": 0,
6713                    "max": 22
6714                }
6715            }
6716        },
6717        "com.amazonaws.lambda#SourceAccessType": {
6718            "type": "string",
6719            "traits": {
6720                "smithy.api#enum": [
6721                    {
6722                        "value": "BASIC_AUTH",
6723                        "name": "BASIC_AUTH"
6724                    },
6725                    {
6726                        "value": "VPC_SUBNET",
6727                        "name": "VPC_SUBNET"
6728                    },
6729                    {
6730                        "value": "VPC_SECURITY_GROUP",
6731                        "name": "VPC_SECURITY_GROUP"
6732                    },
6733                    {
6734                        "value": "SASL_SCRAM_512_AUTH",
6735                        "name": "SASL_SCRAM_512_AUTH"
6736                    },
6737                    {
6738                        "value": "SASL_SCRAM_256_AUTH",
6739                        "name": "SASL_SCRAM_256_AUTH"
6740                    }
6741                ]
6742            }
6743        },
6744        "com.amazonaws.lambda#SourceOwner": {
6745            "type": "string",
6746            "traits": {
6747                "smithy.api#pattern": "\\d{12}"
6748            }
6749        },
6750        "com.amazonaws.lambda#State": {
6751            "type": "string",
6752            "traits": {
6753                "smithy.api#enum": [
6754                    {
6755                        "value": "Pending",
6756                        "name": "Pending"
6757                    },
6758                    {
6759                        "value": "Active",
6760                        "name": "Active"
6761                    },
6762                    {
6763                        "value": "Inactive",
6764                        "name": "Inactive"
6765                    },
6766                    {
6767                        "value": "Failed",
6768                        "name": "Failed"
6769                    }
6770                ]
6771            }
6772        },
6773        "com.amazonaws.lambda#StateReason": {
6774            "type": "string"
6775        },
6776        "com.amazonaws.lambda#StateReasonCode": {
6777            "type": "string",
6778            "traits": {
6779                "smithy.api#enum": [
6780                    {
6781                        "value": "Idle",
6782                        "name": "Idle"
6783                    },
6784                    {
6785                        "value": "Creating",
6786                        "name": "Creating"
6787                    },
6788                    {
6789                        "value": "Restoring",
6790                        "name": "Restoring"
6791                    },
6792                    {
6793                        "value": "EniLimitExceeded",
6794                        "name": "EniLimitExceeded"
6795                    },
6796                    {
6797                        "value": "InsufficientRolePermissions",
6798                        "name": "InsufficientRolePermissions"
6799                    },
6800                    {
6801                        "value": "InvalidConfiguration",
6802                        "name": "InvalidConfiguration"
6803                    },
6804                    {
6805                        "value": "InternalError",
6806                        "name": "InternalError"
6807                    },
6808                    {
6809                        "value": "SubnetOutOfIPAddresses",
6810                        "name": "SubnetOutOfIPAddresses"
6811                    },
6812                    {
6813                        "value": "InvalidSubnet",
6814                        "name": "InvalidSubnet"
6815                    },
6816                    {
6817                        "value": "InvalidSecurityGroup",
6818                        "name": "InvalidSecurityGroup"
6819                    },
6820                    {
6821                        "value": "ImageDeleted",
6822                        "name": "ImageDeleted"
6823                    },
6824                    {
6825                        "value": "ImageAccessDenied",
6826                        "name": "ImageAccessDenied"
6827                    },
6828                    {
6829                        "value": "InvalidImage",
6830                        "name": "InvalidImage"
6831                    }
6832                ]
6833            }
6834        },
6835        "com.amazonaws.lambda#StatementId": {
6836            "type": "string",
6837            "traits": {
6838                "smithy.api#length": {
6839                    "min": 1,
6840                    "max": 100
6841                },
6842                "smithy.api#pattern": "([a-zA-Z0-9-_]+)"
6843            }
6844        },
6845        "com.amazonaws.lambda#String": {
6846            "type": "string"
6847        },
6848        "com.amazonaws.lambda#StringList": {
6849            "type": "list",
6850            "member": {
6851                "target": "com.amazonaws.lambda#String"
6852            },
6853            "traits": {
6854                "smithy.api#length": {
6855                    "min": 0,
6856                    "max": 1500
6857                }
6858            }
6859        },
6860        "com.amazonaws.lambda#SubnetIPAddressLimitReachedException": {
6861            "type": "structure",
6862            "members": {
6863                "Type": {
6864                    "target": "com.amazonaws.lambda#String"
6865                },
6866                "Message": {
6867                    "target": "com.amazonaws.lambda#String"
6868                }
6869            },
6870            "traits": {
6871                "smithy.api#documentation": "<p>AWS Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets\n      has no available IP addresses.</p>",
6872                "smithy.api#error": "server",
6873                "smithy.api#httpError": 502
6874            }
6875        },
6876        "com.amazonaws.lambda#SubnetId": {
6877            "type": "string"
6878        },
6879        "com.amazonaws.lambda#SubnetIds": {
6880            "type": "list",
6881            "member": {
6882                "target": "com.amazonaws.lambda#SubnetId"
6883            },
6884            "traits": {
6885                "smithy.api#length": {
6886                    "min": 0,
6887                    "max": 16
6888                }
6889            }
6890        },
6891        "com.amazonaws.lambda#TagKey": {
6892            "type": "string"
6893        },
6894        "com.amazonaws.lambda#TagKeyList": {
6895            "type": "list",
6896            "member": {
6897                "target": "com.amazonaws.lambda#TagKey"
6898            }
6899        },
6900        "com.amazonaws.lambda#TagResource": {
6901            "type": "operation",
6902            "input": {
6903                "target": "com.amazonaws.lambda#TagResourceRequest"
6904            },
6905            "errors": [
6906                {
6907                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
6908                },
6909                {
6910                    "target": "com.amazonaws.lambda#ResourceConflictException"
6911                },
6912                {
6913                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
6914                },
6915                {
6916                    "target": "com.amazonaws.lambda#ServiceException"
6917                },
6918                {
6919                    "target": "com.amazonaws.lambda#TooManyRequestsException"
6920                }
6921            ],
6922            "traits": {
6923                "smithy.api#documentation": "<p>Adds <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a> to a function.</p>",
6924                "smithy.api#http": {
6925                    "method": "POST",
6926                    "uri": "/2017-03-31/tags/{Resource}",
6927                    "code": 204
6928                }
6929            }
6930        },
6931        "com.amazonaws.lambda#TagResourceRequest": {
6932            "type": "structure",
6933            "members": {
6934                "Resource": {
6935                    "target": "com.amazonaws.lambda#FunctionArn",
6936                    "traits": {
6937                        "smithy.api#documentation": "<p>The function's Amazon Resource Name (ARN).</p>",
6938                        "smithy.api#httpLabel": {},
6939                        "smithy.api#required": {}
6940                    }
6941                },
6942                "Tags": {
6943                    "target": "com.amazonaws.lambda#Tags",
6944                    "traits": {
6945                        "smithy.api#documentation": "<p>A list of tags to apply to the function.</p>",
6946                        "smithy.api#required": {}
6947                    }
6948                }
6949            }
6950        },
6951        "com.amazonaws.lambda#TagValue": {
6952            "type": "string"
6953        },
6954        "com.amazonaws.lambda#Tags": {
6955            "type": "map",
6956            "key": {
6957                "target": "com.amazonaws.lambda#TagKey"
6958            },
6959            "value": {
6960                "target": "com.amazonaws.lambda#TagValue"
6961            }
6962        },
6963        "com.amazonaws.lambda#ThrottleReason": {
6964            "type": "string",
6965            "traits": {
6966                "smithy.api#enum": [
6967                    {
6968                        "value": "ConcurrentInvocationLimitExceeded",
6969                        "name": "ConcurrentInvocationLimitExceeded"
6970                    },
6971                    {
6972                        "value": "FunctionInvocationRateLimitExceeded",
6973                        "name": "FunctionInvocationRateLimitExceeded"
6974                    },
6975                    {
6976                        "value": "ReservedFunctionConcurrentInvocationLimitExceeded",
6977                        "name": "ReservedFunctionConcurrentInvocationLimitExceeded"
6978                    },
6979                    {
6980                        "value": "ReservedFunctionInvocationRateLimitExceeded",
6981                        "name": "ReservedFunctionInvocationRateLimitExceeded"
6982                    },
6983                    {
6984                        "value": "CallerRateLimitExceeded",
6985                        "name": "CallerRateLimitExceeded"
6986                    }
6987                ]
6988            }
6989        },
6990        "com.amazonaws.lambda#Timeout": {
6991            "type": "integer",
6992            "traits": {
6993                "smithy.api#box": {},
6994                "smithy.api#range": {
6995                    "min": 1
6996                }
6997            }
6998        },
6999        "com.amazonaws.lambda#Timestamp": {
7000            "type": "string"
7001        },
7002        "com.amazonaws.lambda#TooManyRequestsException": {
7003            "type": "structure",
7004            "members": {
7005                "retryAfterSeconds": {
7006                    "target": "com.amazonaws.lambda#String",
7007                    "traits": {
7008                        "smithy.api#documentation": "<p>The number of seconds the caller should wait before retrying.</p>",
7009                        "smithy.api#httpHeader": "Retry-After"
7010                    }
7011                },
7012                "Type": {
7013                    "target": "com.amazonaws.lambda#String"
7014                },
7015                "message": {
7016                    "target": "com.amazonaws.lambda#String"
7017                },
7018                "Reason": {
7019                    "target": "com.amazonaws.lambda#ThrottleReason"
7020                }
7021            },
7022            "traits": {
7023                "smithy.api#documentation": "<p>The request throughput limit was exceeded.</p>",
7024                "smithy.api#error": "client",
7025                "smithy.api#httpError": 429
7026            }
7027        },
7028        "com.amazonaws.lambda#Topic": {
7029            "type": "string",
7030            "traits": {
7031                "smithy.api#length": {
7032                    "min": 1,
7033                    "max": 249
7034                },
7035                "smithy.api#pattern": "^[^.]([a-zA-Z0-9\\-_.]+)"
7036            }
7037        },
7038        "com.amazonaws.lambda#Topics": {
7039            "type": "list",
7040            "member": {
7041                "target": "com.amazonaws.lambda#Topic"
7042            },
7043            "traits": {
7044                "smithy.api#length": {
7045                    "min": 1,
7046                    "max": 1
7047                }
7048            }
7049        },
7050        "com.amazonaws.lambda#TracingConfig": {
7051            "type": "structure",
7052            "members": {
7053                "Mode": {
7054                    "target": "com.amazonaws.lambda#TracingMode",
7055                    "traits": {
7056                        "smithy.api#documentation": "<p>The tracing mode.</p>"
7057                    }
7058                }
7059            },
7060            "traits": {
7061                "smithy.api#documentation": "<p>The function's AWS X-Ray tracing configuration. To sample and record incoming requests, set <code>Mode</code>\n      to <code>Active</code>.</p>"
7062            }
7063        },
7064        "com.amazonaws.lambda#TracingConfigResponse": {
7065            "type": "structure",
7066            "members": {
7067                "Mode": {
7068                    "target": "com.amazonaws.lambda#TracingMode",
7069                    "traits": {
7070                        "smithy.api#documentation": "<p>The tracing mode.</p>"
7071                    }
7072                }
7073            },
7074            "traits": {
7075                "smithy.api#documentation": "<p>The function's AWS X-Ray tracing configuration.</p>"
7076            }
7077        },
7078        "com.amazonaws.lambda#TracingMode": {
7079            "type": "string",
7080            "traits": {
7081                "smithy.api#enum": [
7082                    {
7083                        "value": "Active",
7084                        "name": "Active"
7085                    },
7086                    {
7087                        "value": "PassThrough",
7088                        "name": "PassThrough"
7089                    }
7090                ]
7091            }
7092        },
7093        "com.amazonaws.lambda#TumblingWindowInSeconds": {
7094            "type": "integer",
7095            "traits": {
7096                "smithy.api#box": {},
7097                "smithy.api#range": {
7098                    "min": 0,
7099                    "max": 900
7100                }
7101            }
7102        },
7103        "com.amazonaws.lambda#URI": {
7104            "type": "string",
7105            "traits": {
7106                "smithy.api#length": {
7107                    "min": 1,
7108                    "max": 200
7109                },
7110                "smithy.api#pattern": "[a-zA-Z0-9-\\/*:_+=.@-]*"
7111            }
7112        },
7113        "com.amazonaws.lambda#UnreservedConcurrentExecutions": {
7114            "type": "integer",
7115            "traits": {
7116                "smithy.api#box": {},
7117                "smithy.api#range": {
7118                    "min": 0
7119                }
7120            }
7121        },
7122        "com.amazonaws.lambda#UnsupportedMediaTypeException": {
7123            "type": "structure",
7124            "members": {
7125                "Type": {
7126                    "target": "com.amazonaws.lambda#String"
7127                },
7128                "message": {
7129                    "target": "com.amazonaws.lambda#String"
7130                }
7131            },
7132            "traits": {
7133                "smithy.api#documentation": "<p>The content type of the <code>Invoke</code> request body is not JSON.</p>",
7134                "smithy.api#error": "client",
7135                "smithy.api#httpError": 415
7136            }
7137        },
7138        "com.amazonaws.lambda#UntagResource": {
7139            "type": "operation",
7140            "input": {
7141                "target": "com.amazonaws.lambda#UntagResourceRequest"
7142            },
7143            "errors": [
7144                {
7145                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
7146                },
7147                {
7148                    "target": "com.amazonaws.lambda#ResourceConflictException"
7149                },
7150                {
7151                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
7152                },
7153                {
7154                    "target": "com.amazonaws.lambda#ServiceException"
7155                },
7156                {
7157                    "target": "com.amazonaws.lambda#TooManyRequestsException"
7158                }
7159            ],
7160            "traits": {
7161                "smithy.api#documentation": "<p>Removes <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a> from a function.</p>",
7162                "smithy.api#http": {
7163                    "method": "DELETE",
7164                    "uri": "/2017-03-31/tags/{Resource}",
7165                    "code": 204
7166                }
7167            }
7168        },
7169        "com.amazonaws.lambda#UntagResourceRequest": {
7170            "type": "structure",
7171            "members": {
7172                "Resource": {
7173                    "target": "com.amazonaws.lambda#FunctionArn",
7174                    "traits": {
7175                        "smithy.api#documentation": "<p>The function's Amazon Resource Name (ARN).</p>",
7176                        "smithy.api#httpLabel": {},
7177                        "smithy.api#required": {}
7178                    }
7179                },
7180                "TagKeys": {
7181                    "target": "com.amazonaws.lambda#TagKeyList",
7182                    "traits": {
7183                        "smithy.api#documentation": "<p>A list of tag keys to remove from the function.</p>",
7184                        "smithy.api#httpQuery": "tagKeys",
7185                        "smithy.api#required": {}
7186                    }
7187                }
7188            }
7189        },
7190        "com.amazonaws.lambda#UpdateAlias": {
7191            "type": "operation",
7192            "input": {
7193                "target": "com.amazonaws.lambda#UpdateAliasRequest"
7194            },
7195            "output": {
7196                "target": "com.amazonaws.lambda#AliasConfiguration"
7197            },
7198            "errors": [
7199                {
7200                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
7201                },
7202                {
7203                    "target": "com.amazonaws.lambda#PreconditionFailedException"
7204                },
7205                {
7206                    "target": "com.amazonaws.lambda#ResourceConflictException"
7207                },
7208                {
7209                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
7210                },
7211                {
7212                    "target": "com.amazonaws.lambda#ServiceException"
7213                },
7214                {
7215                    "target": "com.amazonaws.lambda#TooManyRequestsException"
7216                }
7217            ],
7218            "traits": {
7219                "smithy.api#documentation": "<p>Updates the configuration of a Lambda function <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">alias</a>.</p>",
7220                "smithy.api#http": {
7221                    "method": "PUT",
7222                    "uri": "/2015-03-31/functions/{FunctionName}/aliases/{Name}",
7223                    "code": 200
7224                }
7225            }
7226        },
7227        "com.amazonaws.lambda#UpdateAliasRequest": {
7228            "type": "structure",
7229            "members": {
7230                "FunctionName": {
7231                    "target": "com.amazonaws.lambda#FunctionName",
7232                    "traits": {
7233                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
7234                        "smithy.api#httpLabel": {},
7235                        "smithy.api#required": {}
7236                    }
7237                },
7238                "Name": {
7239                    "target": "com.amazonaws.lambda#Alias",
7240                    "traits": {
7241                        "smithy.api#documentation": "<p>The name of the alias.</p>",
7242                        "smithy.api#httpLabel": {},
7243                        "smithy.api#required": {}
7244                    }
7245                },
7246                "FunctionVersion": {
7247                    "target": "com.amazonaws.lambda#Version",
7248                    "traits": {
7249                        "smithy.api#documentation": "<p>The function version that the alias invokes.</p>"
7250                    }
7251                },
7252                "Description": {
7253                    "target": "com.amazonaws.lambda#Description",
7254                    "traits": {
7255                        "smithy.api#documentation": "<p>A description of the alias.</p>"
7256                    }
7257                },
7258                "RoutingConfig": {
7259                    "target": "com.amazonaws.lambda#AliasRoutingConfiguration",
7260                    "traits": {
7261                        "smithy.api#documentation": "<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing\">routing\n        configuration</a> of the alias.</p>"
7262                    }
7263                },
7264                "RevisionId": {
7265                    "target": "com.amazonaws.lambda#String",
7266                    "traits": {
7267                        "smithy.api#documentation": "<p>Only update the alias if the revision ID matches the ID that's specified. Use this option to avoid modifying\n      an alias that has changed since you last read it.</p>"
7268                    }
7269                }
7270            }
7271        },
7272        "com.amazonaws.lambda#UpdateCodeSigningConfig": {
7273            "type": "operation",
7274            "input": {
7275                "target": "com.amazonaws.lambda#UpdateCodeSigningConfigRequest"
7276            },
7277            "output": {
7278                "target": "com.amazonaws.lambda#UpdateCodeSigningConfigResponse"
7279            },
7280            "errors": [
7281                {
7282                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
7283                },
7284                {
7285                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
7286                },
7287                {
7288                    "target": "com.amazonaws.lambda#ServiceException"
7289                }
7290            ],
7291            "traits": {
7292                "smithy.api#documentation": "<p>Update the code signing configuration. Changes to the code signing configuration take effect the next time a\n      user tries to deploy a code package to the function. </p>",
7293                "smithy.api#http": {
7294                    "method": "PUT",
7295                    "uri": "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}",
7296                    "code": 200
7297                }
7298            }
7299        },
7300        "com.amazonaws.lambda#UpdateCodeSigningConfigRequest": {
7301            "type": "structure",
7302            "members": {
7303                "CodeSigningConfigArn": {
7304                    "target": "com.amazonaws.lambda#CodeSigningConfigArn",
7305                    "traits": {
7306                        "smithy.api#documentation": "<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>",
7307                        "smithy.api#httpLabel": {},
7308                        "smithy.api#required": {}
7309                    }
7310                },
7311                "Description": {
7312                    "target": "com.amazonaws.lambda#Description",
7313                    "traits": {
7314                        "smithy.api#documentation": "<p>Descriptive name for this code signing configuration.</p>"
7315                    }
7316                },
7317                "AllowedPublishers": {
7318                    "target": "com.amazonaws.lambda#AllowedPublishers",
7319                    "traits": {
7320                        "smithy.api#documentation": "<p>Signing profiles for this code signing configuration.</p>"
7321                    }
7322                },
7323                "CodeSigningPolicies": {
7324                    "target": "com.amazonaws.lambda#CodeSigningPolicies",
7325                    "traits": {
7326                        "smithy.api#documentation": "<p>The code signing policy.</p>"
7327                    }
7328                }
7329            }
7330        },
7331        "com.amazonaws.lambda#UpdateCodeSigningConfigResponse": {
7332            "type": "structure",
7333            "members": {
7334                "CodeSigningConfig": {
7335                    "target": "com.amazonaws.lambda#CodeSigningConfig",
7336                    "traits": {
7337                        "smithy.api#documentation": "<p>The code signing configuration</p>",
7338                        "smithy.api#required": {}
7339                    }
7340                }
7341            }
7342        },
7343        "com.amazonaws.lambda#UpdateEventSourceMapping": {
7344            "type": "operation",
7345            "input": {
7346                "target": "com.amazonaws.lambda#UpdateEventSourceMappingRequest"
7347            },
7348            "output": {
7349                "target": "com.amazonaws.lambda#EventSourceMappingConfiguration"
7350            },
7351            "errors": [
7352                {
7353                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
7354                },
7355                {
7356                    "target": "com.amazonaws.lambda#ResourceConflictException"
7357                },
7358                {
7359                    "target": "com.amazonaws.lambda#ResourceInUseException"
7360                },
7361                {
7362                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
7363                },
7364                {
7365                    "target": "com.amazonaws.lambda#ServiceException"
7366                },
7367                {
7368                    "target": "com.amazonaws.lambda#TooManyRequestsException"
7369                }
7370            ],
7371            "traits": {
7372                "smithy.api#documentation": "<p>Updates an event source mapping. You can change the function that AWS Lambda invokes, or pause invocation and resume later from the same location.</p>\n         <p>The following error handling options are only available for stream sources (DynamoDB and Kinesis):</p>\n         <ul>\n            <li>\n               <p>\n                  <code>BisectBatchOnFunctionError</code> - If the function returns an error, split the batch in two and retry.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DestinationConfig</code> - Send discarded records to an Amazon SQS queue or Amazon SNS topic.</p>\n            </li>\n            <li>\n               <p>\n                  <code>MaximumRecordAgeInSeconds</code> - Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires</p>\n            </li>\n            <li>\n               <p>\n                  <code>MaximumRetryAttempts</code> - Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ParallelizationFactor</code> - Process multiple batches from each shard concurrently.</p>\n            </li>\n         </ul>",
7373                "smithy.api#http": {
7374                    "method": "PUT",
7375                    "uri": "/2015-03-31/event-source-mappings/{UUID}",
7376                    "code": 202
7377                }
7378            }
7379        },
7380        "com.amazonaws.lambda#UpdateEventSourceMappingRequest": {
7381            "type": "structure",
7382            "members": {
7383                "UUID": {
7384                    "target": "com.amazonaws.lambda#String",
7385                    "traits": {
7386                        "smithy.api#documentation": "<p>The identifier of the event source mapping.</p>",
7387                        "smithy.api#httpLabel": {},
7388                        "smithy.api#required": {}
7389                    }
7390                },
7391                "FunctionName": {
7392                    "target": "com.amazonaws.lambda#FunctionName",
7393                    "traits": {
7394                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Version or Alias ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64\n      characters in length.</p>"
7395                    }
7396                },
7397                "Enabled": {
7398                    "target": "com.amazonaws.lambda#Enabled",
7399                    "traits": {
7400                        "smithy.api#documentation": "<p>If true, the event source mapping is active. Set to false to pause polling and invocation.</p>"
7401                    }
7402                },
7403                "BatchSize": {
7404                    "target": "com.amazonaws.lambda#BatchSize",
7405                    "traits": {
7406                        "smithy.api#documentation": "<p>The maximum number of items to retrieve in a single batch.</p>\n         <ul>\n            <li>\n               <p>\n                  <b>Amazon Kinesis</b> - Default 100. Max 10,000.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon DynamoDB Streams</b> - Default 100. Max 1,000.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon Simple Queue Service</b> - Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Amazon Managed Streaming for Apache Kafka</b> - Default 100. Max 10,000.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Self-Managed Apache Kafka</b> - Default 100. Max 10,000.</p>\n            </li>\n         </ul>"
7407                    }
7408                },
7409                "MaximumBatchingWindowInSeconds": {
7410                    "target": "com.amazonaws.lambda#MaximumBatchingWindowInSeconds",
7411                    "traits": {
7412                        "smithy.api#documentation": "<p>(Streams and SQS standard queues) The maximum amount of time to gather records before invoking the function, in seconds.</p>"
7413                    }
7414                },
7415                "DestinationConfig": {
7416                    "target": "com.amazonaws.lambda#DestinationConfig",
7417                    "traits": {
7418                        "smithy.api#documentation": "<p>(Streams) An Amazon SQS queue or Amazon SNS topic destination for discarded records.</p>"
7419                    }
7420                },
7421                "MaximumRecordAgeInSeconds": {
7422                    "target": "com.amazonaws.lambda#MaximumRecordAgeInSeconds",
7423                    "traits": {
7424                        "smithy.api#documentation": "<p>(Streams) Discard records older than the specified age. The default value is infinite (-1).</p>"
7425                    }
7426                },
7427                "BisectBatchOnFunctionError": {
7428                    "target": "com.amazonaws.lambda#BisectBatchOnFunctionError",
7429                    "traits": {
7430                        "smithy.api#documentation": "<p>(Streams) If the function returns an error, split the batch in two and retry.</p>"
7431                    }
7432                },
7433                "MaximumRetryAttempts": {
7434                    "target": "com.amazonaws.lambda#MaximumRetryAttemptsEventSourceMapping",
7435                    "traits": {
7436                        "smithy.api#documentation": "<p>(Streams) Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records will be retried until the record expires.</p>"
7437                    }
7438                },
7439                "ParallelizationFactor": {
7440                    "target": "com.amazonaws.lambda#ParallelizationFactor",
7441                    "traits": {
7442                        "smithy.api#documentation": "<p>(Streams) The number of batches to process from each shard concurrently.</p>"
7443                    }
7444                },
7445                "SourceAccessConfigurations": {
7446                    "target": "com.amazonaws.lambda#SourceAccessConfigurations",
7447                    "traits": {
7448                        "smithy.api#documentation": "<p>An array of the authentication protocol, or the VPC components to secure your event source.</p>"
7449                    }
7450                },
7451                "TumblingWindowInSeconds": {
7452                    "target": "com.amazonaws.lambda#TumblingWindowInSeconds",
7453                    "traits": {
7454                        "smithy.api#documentation": "<p>(Streams) The duration in seconds of a processing window. The range is between 1 second up to 900 seconds.</p>"
7455                    }
7456                },
7457                "FunctionResponseTypes": {
7458                    "target": "com.amazonaws.lambda#FunctionResponseTypeList",
7459                    "traits": {
7460                        "smithy.api#documentation": "<p>(Streams) A list of current response type enums applied to the event source mapping.</p>"
7461                    }
7462                }
7463            }
7464        },
7465        "com.amazonaws.lambda#UpdateFunctionCode": {
7466            "type": "operation",
7467            "input": {
7468                "target": "com.amazonaws.lambda#UpdateFunctionCodeRequest"
7469            },
7470            "output": {
7471                "target": "com.amazonaws.lambda#FunctionConfiguration"
7472            },
7473            "errors": [
7474                {
7475                    "target": "com.amazonaws.lambda#CodeSigningConfigNotFoundException"
7476                },
7477                {
7478                    "target": "com.amazonaws.lambda#CodeStorageExceededException"
7479                },
7480                {
7481                    "target": "com.amazonaws.lambda#CodeVerificationFailedException"
7482                },
7483                {
7484                    "target": "com.amazonaws.lambda#InvalidCodeSignatureException"
7485                },
7486                {
7487                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
7488                },
7489                {
7490                    "target": "com.amazonaws.lambda#PreconditionFailedException"
7491                },
7492                {
7493                    "target": "com.amazonaws.lambda#ResourceConflictException"
7494                },
7495                {
7496                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
7497                },
7498                {
7499                    "target": "com.amazonaws.lambda#ServiceException"
7500                },
7501                {
7502                    "target": "com.amazonaws.lambda#TooManyRequestsException"
7503                }
7504            ],
7505            "traits": {
7506                "smithy.api#documentation": "<p>Updates a Lambda function's code. If code signing is enabled for the function, the code package must be signed\n      by a trusted publisher. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-trustedcode.html\">Configuring code signing</a>.</p>\n      \n         <p>The function's code is locked when you publish a version. You can't modify the code of a published version,\n      only the unpublished version.</p>\n         <note>\n            <p>For a function defined as a container image, Lambda resolves the image tag to an image digest. In Amazon ECR, if\n        you update the image tag to a new image, Lambda does not automatically update the function.</p>\n         </note>",
7507                "smithy.api#http": {
7508                    "method": "PUT",
7509                    "uri": "/2015-03-31/functions/{FunctionName}/code",
7510                    "code": 200
7511                }
7512            }
7513        },
7514        "com.amazonaws.lambda#UpdateFunctionCodeRequest": {
7515            "type": "structure",
7516            "members": {
7517                "FunctionName": {
7518                    "target": "com.amazonaws.lambda#FunctionName",
7519                    "traits": {
7520                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
7521                        "smithy.api#httpLabel": {},
7522                        "smithy.api#required": {}
7523                    }
7524                },
7525                "ZipFile": {
7526                    "target": "com.amazonaws.lambda#Blob",
7527                    "traits": {
7528                        "smithy.api#documentation": "<p>The base64-encoded contents of the deployment package. AWS SDK and AWS CLI clients handle the encoding for\n      you.</p>"
7529                    }
7530                },
7531                "S3Bucket": {
7532                    "target": "com.amazonaws.lambda#S3Bucket",
7533                    "traits": {
7534                        "smithy.api#documentation": "<p>An Amazon S3 bucket in the same AWS Region as your function. The bucket can be in a different AWS account.</p>"
7535                    }
7536                },
7537                "S3Key": {
7538                    "target": "com.amazonaws.lambda#S3Key",
7539                    "traits": {
7540                        "smithy.api#documentation": "<p>The Amazon S3 key of the deployment package.</p>"
7541                    }
7542                },
7543                "S3ObjectVersion": {
7544                    "target": "com.amazonaws.lambda#S3ObjectVersion",
7545                    "traits": {
7546                        "smithy.api#documentation": "<p>For versioned objects, the version of the deployment package object to use.</p>"
7547                    }
7548                },
7549                "ImageUri": {
7550                    "target": "com.amazonaws.lambda#String",
7551                    "traits": {
7552                        "smithy.api#documentation": "<p>URI of a container image in the Amazon ECR registry.</p>"
7553                    }
7554                },
7555                "Publish": {
7556                    "target": "com.amazonaws.lambda#Boolean",
7557                    "traits": {
7558                        "smithy.api#documentation": "<p>Set to true to publish a new version of the function after updating the code. This has the same effect as\n      calling <a>PublishVersion</a> separately.</p>"
7559                    }
7560                },
7561                "DryRun": {
7562                    "target": "com.amazonaws.lambda#Boolean",
7563                    "traits": {
7564                        "smithy.api#documentation": "<p>Set to true to validate the request parameters and access permissions without modifying the function\n      code.</p>"
7565                    }
7566                },
7567                "RevisionId": {
7568                    "target": "com.amazonaws.lambda#String",
7569                    "traits": {
7570                        "smithy.api#documentation": "<p>Only update the function if the revision ID matches the ID that's specified. Use this option to avoid modifying a\n      function that has changed since you last read it.</p>"
7571                    }
7572                }
7573            }
7574        },
7575        "com.amazonaws.lambda#UpdateFunctionConfiguration": {
7576            "type": "operation",
7577            "input": {
7578                "target": "com.amazonaws.lambda#UpdateFunctionConfigurationRequest"
7579            },
7580            "output": {
7581                "target": "com.amazonaws.lambda#FunctionConfiguration"
7582            },
7583            "errors": [
7584                {
7585                    "target": "com.amazonaws.lambda#CodeSigningConfigNotFoundException"
7586                },
7587                {
7588                    "target": "com.amazonaws.lambda#CodeVerificationFailedException"
7589                },
7590                {
7591                    "target": "com.amazonaws.lambda#InvalidCodeSignatureException"
7592                },
7593                {
7594                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
7595                },
7596                {
7597                    "target": "com.amazonaws.lambda#PreconditionFailedException"
7598                },
7599                {
7600                    "target": "com.amazonaws.lambda#ResourceConflictException"
7601                },
7602                {
7603                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
7604                },
7605                {
7606                    "target": "com.amazonaws.lambda#ServiceException"
7607                },
7608                {
7609                    "target": "com.amazonaws.lambda#TooManyRequestsException"
7610                }
7611            ],
7612            "traits": {
7613                "smithy.api#documentation": "<p>Modify the version-specific settings of a Lambda function.</p>\n      \n         <p>When you update a function, Lambda provisions an instance of the function and its supporting resources. If\n      your function connects to a VPC, this process can take a minute. During this time, you can't modify the function,\n      but you can still invoke it. The <code>LastUpdateStatus</code>, <code>LastUpdateStatusReason</code>, and\n        <code>LastUpdateStatusReasonCode</code> fields in the response from <a>GetFunctionConfiguration</a>\n      indicate when the update is complete and the function is processing events with the new configuration. For more\n      information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html\">Function\n      States</a>.</p>\n      \n         <p>These settings can vary between versions of a function and are locked when you publish a version. You can't\n      modify the configuration of a published version, only the unpublished version.</p>\n      \n         <p>To configure function concurrency, use <a>PutFunctionConcurrency</a>. To grant invoke permissions\n      to an account or AWS service, use <a>AddPermission</a>.</p>",
7614                "smithy.api#http": {
7615                    "method": "PUT",
7616                    "uri": "/2015-03-31/functions/{FunctionName}/configuration",
7617                    "code": 200
7618                }
7619            }
7620        },
7621        "com.amazonaws.lambda#UpdateFunctionConfigurationRequest": {
7622            "type": "structure",
7623            "members": {
7624                "FunctionName": {
7625                    "target": "com.amazonaws.lambda#FunctionName",
7626                    "traits": {
7627                        "smithy.api#documentation": "<p>The name of the Lambda function.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64\n      characters in length.</p>",
7628                        "smithy.api#httpLabel": {},
7629                        "smithy.api#required": {}
7630                    }
7631                },
7632                "Role": {
7633                    "target": "com.amazonaws.lambda#RoleArn",
7634                    "traits": {
7635                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the function's execution role.</p>"
7636                    }
7637                },
7638                "Handler": {
7639                    "target": "com.amazonaws.lambda#Handler",
7640                    "traits": {
7641                        "smithy.api#documentation": "<p>The name of the method within your code that Lambda calls to execute your function. The format includes the\n      file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information,\n      see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/programming-model-v2.html\">Programming Model</a>.</p>"
7642                    }
7643                },
7644                "Description": {
7645                    "target": "com.amazonaws.lambda#Description",
7646                    "traits": {
7647                        "smithy.api#documentation": "<p>A description of the function.</p>"
7648                    }
7649                },
7650                "Timeout": {
7651                    "target": "com.amazonaws.lambda#Timeout",
7652                    "traits": {
7653                        "smithy.api#documentation": "<p>The amount of time that Lambda allows a function to run before stopping it. The default is 3 seconds. The\n      maximum allowed value is 900 seconds.</p>"
7654                    }
7655                },
7656                "MemorySize": {
7657                    "target": "com.amazonaws.lambda#MemorySize",
7658                    "traits": {
7659                        "smithy.api#documentation": "<p>The amount of memory available to the function at runtime. Increasing the function's memory also increases its CPU\n      allocation. The default value is 128 MB. The value can be any multiple of 1 MB.</p>"
7660                    }
7661                },
7662                "VpcConfig": {
7663                    "target": "com.amazonaws.lambda#VpcConfig",
7664                    "traits": {
7665                        "smithy.api#documentation": "<p>For network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC.\n      When you connect a function to a VPC, it can only access resources and the internet through that VPC. For more\n      information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html\">VPC Settings</a>.</p>"
7666                    }
7667                },
7668                "Environment": {
7669                    "target": "com.amazonaws.lambda#Environment",
7670                    "traits": {
7671                        "smithy.api#documentation": "<p>Environment variables that are accessible from function code during execution.</p>"
7672                    }
7673                },
7674                "Runtime": {
7675                    "target": "com.amazonaws.lambda#Runtime",
7676                    "traits": {
7677                        "smithy.api#documentation": "<p>The identifier of the function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">runtime</a>.</p>"
7678                    }
7679                },
7680                "DeadLetterConfig": {
7681                    "target": "com.amazonaws.lambda#DeadLetterConfig",
7682                    "traits": {
7683                        "smithy.api#documentation": "<p>A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events\n      when they fail processing. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq\">Dead Letter Queues</a>.</p>"
7684                    }
7685                },
7686                "KMSKeyArn": {
7687                    "target": "com.amazonaws.lambda#KMSKeyArn",
7688                    "traits": {
7689                        "smithy.api#documentation": "<p>The ARN of the AWS Key Management Service (AWS KMS) key that's used to encrypt your function's environment\n      variables. If it's not provided, AWS Lambda uses a default service key.</p>"
7690                    }
7691                },
7692                "TracingConfig": {
7693                    "target": "com.amazonaws.lambda#TracingConfig",
7694                    "traits": {
7695                        "smithy.api#documentation": "<p>Set <code>Mode</code> to <code>Active</code> to sample and trace a subset of incoming requests with AWS\n      X-Ray.</p>"
7696                    }
7697                },
7698                "RevisionId": {
7699                    "target": "com.amazonaws.lambda#String",
7700                    "traits": {
7701                        "smithy.api#documentation": "<p>Only update the function if the revision ID matches the ID that's specified. Use this option to avoid modifying a\n      function that has changed since you last read it.</p>"
7702                    }
7703                },
7704                "Layers": {
7705                    "target": "com.amazonaws.lambda#LayerList",
7706                    "traits": {
7707                        "smithy.api#documentation": "<p>A list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">function layers</a>\n      to add to the function's execution environment. Specify each layer by its ARN, including the version.</p>"
7708                    }
7709                },
7710                "FileSystemConfigs": {
7711                    "target": "com.amazonaws.lambda#FileSystemConfigList",
7712                    "traits": {
7713                        "smithy.api#documentation": "<p>Connection settings for an Amazon EFS file system.</p>"
7714                    }
7715                },
7716                "ImageConfig": {
7717                    "target": "com.amazonaws.lambda#ImageConfig",
7718                    "traits": {
7719                        "smithy.api#documentation": "<p>\n            <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-parms.html\">Container image configuration\n        values</a> that override the values in the container image Dockerfile.</p>"
7720                    }
7721                }
7722            }
7723        },
7724        "com.amazonaws.lambda#UpdateFunctionEventInvokeConfig": {
7725            "type": "operation",
7726            "input": {
7727                "target": "com.amazonaws.lambda#UpdateFunctionEventInvokeConfigRequest"
7728            },
7729            "output": {
7730                "target": "com.amazonaws.lambda#FunctionEventInvokeConfig"
7731            },
7732            "errors": [
7733                {
7734                    "target": "com.amazonaws.lambda#InvalidParameterValueException"
7735                },
7736                {
7737                    "target": "com.amazonaws.lambda#ResourceNotFoundException"
7738                },
7739                {
7740                    "target": "com.amazonaws.lambda#ServiceException"
7741                },
7742                {
7743                    "target": "com.amazonaws.lambda#TooManyRequestsException"
7744                }
7745            ],
7746            "traits": {
7747                "smithy.api#documentation": "<p>Updates the configuration for asynchronous invocation for a function, version, or alias.</p> \n         <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>",
7748                "smithy.api#http": {
7749                    "method": "POST",
7750                    "uri": "/2019-09-25/functions/{FunctionName}/event-invoke-config",
7751                    "code": 200
7752                }
7753            }
7754        },
7755        "com.amazonaws.lambda#UpdateFunctionEventInvokeConfigRequest": {
7756            "type": "structure",
7757            "members": {
7758                "FunctionName": {
7759                    "target": "com.amazonaws.lambda#FunctionName",
7760                    "traits": {
7761                        "smithy.api#documentation": "<p>The name of the Lambda function, version, or alias.</p>\n         <p class=\"title\">\n            <b>Name formats</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>\n            </li>\n            <li>\n               <p>\n                  <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>\n            </li>\n         </ul>\n         <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.\n      If you specify only the function name, it is limited to 64 characters in length.</p>",
7762                        "smithy.api#httpLabel": {},
7763                        "smithy.api#required": {}
7764                    }
7765                },
7766                "Qualifier": {
7767                    "target": "com.amazonaws.lambda#Qualifier",
7768                    "traits": {
7769                        "smithy.api#documentation": "<p>A version number or alias name.</p>",
7770                        "smithy.api#httpQuery": "Qualifier"
7771                    }
7772                },
7773                "MaximumRetryAttempts": {
7774                    "target": "com.amazonaws.lambda#MaximumRetryAttempts",
7775                    "traits": {
7776                        "smithy.api#documentation": "<p>The maximum number of times to retry when the function returns an error.</p>"
7777                    }
7778                },
7779                "MaximumEventAgeInSeconds": {
7780                    "target": "com.amazonaws.lambda#MaximumEventAgeInSeconds",
7781                    "traits": {
7782                        "smithy.api#documentation": "<p>The maximum age of a request that Lambda sends to a function for processing.</p>"
7783                    }
7784                },
7785                "DestinationConfig": {
7786                    "target": "com.amazonaws.lambda#DestinationConfig",
7787                    "traits": {
7788                        "smithy.api#documentation": "<p>A destination for events after they have been sent to a function for processing.</p>\n         <p class=\"title\">\n            <b>Destinations</b>\n         </p>\n         <ul>\n            <li>\n               <p>\n                  <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Queue</b> - The ARN of an SQS queue.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Topic</b> - The ARN of an SNS topic.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p>\n            </li>\n         </ul>"
7789                    }
7790                }
7791            }
7792        },
7793        "com.amazonaws.lambda#Version": {
7794            "type": "string",
7795            "traits": {
7796                "smithy.api#length": {
7797                    "min": 1,
7798                    "max": 1024
7799                },
7800                "smithy.api#pattern": "(\\$LATEST|[0-9]+)"
7801            }
7802        },
7803        "com.amazonaws.lambda#VpcConfig": {
7804            "type": "structure",
7805            "members": {
7806                "SubnetIds": {
7807                    "target": "com.amazonaws.lambda#SubnetIds",
7808                    "traits": {
7809                        "smithy.api#documentation": "<p>A list of VPC subnet IDs.</p>"
7810                    }
7811                },
7812                "SecurityGroupIds": {
7813                    "target": "com.amazonaws.lambda#SecurityGroupIds",
7814                    "traits": {
7815                        "smithy.api#documentation": "<p>A list of VPC security groups IDs.</p>"
7816                    }
7817                }
7818            },
7819            "traits": {
7820                "smithy.api#documentation": "<p>The VPC security groups and subnets that are attached to a Lambda function. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html\">VPC Settings</a>.</p>"
7821            }
7822        },
7823        "com.amazonaws.lambda#VpcConfigResponse": {
7824            "type": "structure",
7825            "members": {
7826                "SubnetIds": {
7827                    "target": "com.amazonaws.lambda#SubnetIds",
7828                    "traits": {
7829                        "smithy.api#documentation": "<p>A list of VPC subnet IDs.</p>"
7830                    }
7831                },
7832                "SecurityGroupIds": {
7833                    "target": "com.amazonaws.lambda#SecurityGroupIds",
7834                    "traits": {
7835                        "smithy.api#documentation": "<p>A list of VPC security groups IDs.</p>"
7836                    }
7837                },
7838                "VpcId": {
7839                    "target": "com.amazonaws.lambda#VpcId",
7840                    "traits": {
7841                        "smithy.api#documentation": "<p>The ID of the VPC.</p>"
7842                    }
7843                }
7844            },
7845            "traits": {
7846                "smithy.api#documentation": "<p>The VPC security groups and subnets that are attached to a Lambda function.</p>"
7847            }
7848        },
7849        "com.amazonaws.lambda#VpcId": {
7850            "type": "string"
7851        },
7852        "com.amazonaws.lambda#Weight": {
7853            "type": "double",
7854            "traits": {
7855                "smithy.api#range": {
7856                    "min": 0.0,
7857                    "max": 1.0
7858                }
7859            }
7860        },
7861        "com.amazonaws.lambda#WorkingDirectory": {
7862            "type": "string",
7863            "traits": {
7864                "smithy.api#length": {
7865                    "min": 0,
7866                    "max": 1000
7867                }
7868            }
7869        }
7870    }
7871}
7872