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.serverlessapplicationrepository#ApplicationDependencySummary": {
33            "type": "structure",
34            "members": {
35                "ApplicationId": {
36                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
37                    "traits": {
38                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the nested application.</p>",
39                        "smithy.api#jsonName": "applicationId",
40                        "smithy.api#required": {}
41                    }
42                },
43                "SemanticVersion": {
44                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
45                    "traits": {
46                        "smithy.api#documentation": "<p>The semantic version of the nested application.</p>",
47                        "smithy.api#jsonName": "semanticVersion",
48                        "smithy.api#required": {}
49                    }
50                }
51            },
52            "traits": {
53                "smithy.api#documentation": "<p>A nested application summary.</p>"
54            }
55        },
56        "com.amazonaws.serverlessapplicationrepository#ApplicationPolicyStatement": {
57            "type": "structure",
58            "members": {
59                "Actions": {
60                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
61                    "traits": {
62                        "smithy.api#documentation": "<p>For the list of actions supported for this operation, see <a href=\"https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions\">Application \n Permissions</a>.</p>",
63                        "smithy.api#jsonName": "actions",
64                        "smithy.api#required": {}
65                    }
66                },
67                "PrincipalOrgIDs": {
68                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
69                    "traits": {
70                        "smithy.api#documentation": "<p>An array of PrinciplalOrgIDs, which corresponds to AWS IAM <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#principal-org-id\">aws:PrincipalOrgID</a> global condition key.</p>",
71                        "smithy.api#jsonName": "principalOrgIDs"
72                    }
73                },
74                "Principals": {
75                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
76                    "traits": {
77                        "smithy.api#documentation": "<p>An array of AWS account IDs, or * to make the application public.</p>",
78                        "smithy.api#jsonName": "principals",
79                        "smithy.api#required": {}
80                    }
81                },
82                "StatementId": {
83                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
84                    "traits": {
85                        "smithy.api#documentation": "<p>A unique ID for the statement.</p>",
86                        "smithy.api#jsonName": "statementId"
87                    }
88                }
89            },
90            "traits": {
91                "smithy.api#documentation": "<p>Policy statement applied to the application.</p>"
92            }
93        },
94        "com.amazonaws.serverlessapplicationrepository#ApplicationSummary": {
95            "type": "structure",
96            "members": {
97                "ApplicationId": {
98                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
99                    "traits": {
100                        "smithy.api#documentation": "<p>The application Amazon Resource Name (ARN).</p>",
101                        "smithy.api#jsonName": "applicationId",
102                        "smithy.api#required": {}
103                    }
104                },
105                "Author": {
106                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
107                    "traits": {
108                        "smithy.api#documentation": "<p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";</p>",
109                        "smithy.api#jsonName": "author",
110                        "smithy.api#required": {}
111                    }
112                },
113                "CreationTime": {
114                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
115                    "traits": {
116                        "smithy.api#documentation": "<p>The date and time this resource was created.</p>",
117                        "smithy.api#jsonName": "creationTime"
118                    }
119                },
120                "Description": {
121                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
122                    "traits": {
123                        "smithy.api#documentation": "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
124                        "smithy.api#jsonName": "description",
125                        "smithy.api#required": {}
126                    }
127                },
128                "HomePageUrl": {
129                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
130                    "traits": {
131                        "smithy.api#documentation": "<p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>",
132                        "smithy.api#jsonName": "homePageUrl"
133                    }
134                },
135                "Labels": {
136                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
137                    "traits": {
138                        "smithy.api#documentation": "<p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: \"^[a-zA-Z0-9+\\\\-_:\\\\/@]+$\";</p>",
139                        "smithy.api#jsonName": "labels"
140                    }
141                },
142                "Name": {
143                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
144                    "traits": {
145                        "smithy.api#documentation": "<p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
146                        "smithy.api#jsonName": "name",
147                        "smithy.api#required": {}
148                    }
149                },
150                "SpdxLicenseId": {
151                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
152                    "traits": {
153                        "smithy.api#documentation": "<p>A valid identifier from <a href=\"https://spdx.org/licenses/\">https://spdx.org/licenses/</a>.</p>",
154                        "smithy.api#jsonName": "spdxLicenseId"
155                    }
156                }
157            },
158            "traits": {
159                "smithy.api#documentation": "<p>Summary of details about the application.</p>"
160            }
161        },
162        "com.amazonaws.serverlessapplicationrepository#BadRequestException": {
163            "type": "structure",
164            "members": {
165                "ErrorCode": {
166                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
167                    "traits": {
168                        "smithy.api#documentation": "<p>400</p>",
169                        "smithy.api#jsonName": "errorCode"
170                    }
171                },
172                "Message": {
173                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
174                    "traits": {
175                        "smithy.api#documentation": "<p>One of the parameters in the request is invalid.</p>",
176                        "smithy.api#jsonName": "message"
177                    }
178                }
179            },
180            "traits": {
181                "smithy.api#documentation": "<p>One of the parameters in the request is invalid.</p>",
182                "smithy.api#error": "client",
183                "smithy.api#httpError": 400
184            }
185        },
186        "com.amazonaws.serverlessapplicationrepository#Capability": {
187            "type": "string",
188            "traits": {
189                "smithy.api#documentation": "<p>Values that must be specified in order to deploy some applications.</p>",
190                "smithy.api#enum": [
191                    {
192                        "value": "CAPABILITY_IAM",
193                        "name": "CAPABILITY_IAM"
194                    },
195                    {
196                        "value": "CAPABILITY_NAMED_IAM",
197                        "name": "CAPABILITY_NAMED_IAM"
198                    },
199                    {
200                        "value": "CAPABILITY_AUTO_EXPAND",
201                        "name": "CAPABILITY_AUTO_EXPAND"
202                    },
203                    {
204                        "value": "CAPABILITY_RESOURCE_POLICY",
205                        "name": "CAPABILITY_RESOURCE_POLICY"
206                    }
207                ]
208            }
209        },
210        "com.amazonaws.serverlessapplicationrepository#ConflictException": {
211            "type": "structure",
212            "members": {
213                "ErrorCode": {
214                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
215                    "traits": {
216                        "smithy.api#documentation": "<p>409</p>",
217                        "smithy.api#jsonName": "errorCode"
218                    }
219                },
220                "Message": {
221                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
222                    "traits": {
223                        "smithy.api#documentation": "<p>The resource already exists.</p>",
224                        "smithy.api#jsonName": "message"
225                    }
226                }
227            },
228            "traits": {
229                "smithy.api#documentation": "<p>The resource already exists.</p>",
230                "smithy.api#error": "client",
231                "smithy.api#httpError": 409
232            }
233        },
234        "com.amazonaws.serverlessapplicationrepository#CreateApplication": {
235            "type": "operation",
236            "input": {
237                "target": "com.amazonaws.serverlessapplicationrepository#CreateApplicationRequest"
238            },
239            "output": {
240                "target": "com.amazonaws.serverlessapplicationrepository#CreateApplicationResponse"
241            },
242            "errors": [
243                {
244                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
245                },
246                {
247                    "target": "com.amazonaws.serverlessapplicationrepository#ConflictException"
248                },
249                {
250                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
251                },
252                {
253                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
254                },
255                {
256                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
257                }
258            ],
259            "traits": {
260                "smithy.api#documentation": "<p>Creates an application, optionally including an AWS SAM file to create the first application version in the same call.</p>",
261                "smithy.api#http": {
262                    "method": "POST",
263                    "uri": "/applications",
264                    "code": 201
265                }
266            }
267        },
268        "com.amazonaws.serverlessapplicationrepository#CreateApplicationRequest": {
269            "type": "structure",
270            "members": {
271                "Author": {
272                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
273                    "traits": {
274                        "smithy.api#documentation": "<p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";</p>",
275                        "smithy.api#jsonName": "author",
276                        "smithy.api#required": {}
277                    }
278                },
279                "Description": {
280                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
281                    "traits": {
282                        "smithy.api#documentation": "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
283                        "smithy.api#jsonName": "description",
284                        "smithy.api#required": {}
285                    }
286                },
287                "HomePageUrl": {
288                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
289                    "traits": {
290                        "smithy.api#documentation": "<p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>",
291                        "smithy.api#jsonName": "homePageUrl"
292                    }
293                },
294                "Labels": {
295                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
296                    "traits": {
297                        "smithy.api#documentation": "<p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: \"^[a-zA-Z0-9+\\\\-_:\\\\/@]+$\";</p>",
298                        "smithy.api#jsonName": "labels"
299                    }
300                },
301                "LicenseBody": {
302                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
303                    "traits": {
304                        "smithy.api#documentation": "<p>A local text file that contains the license of the app that matches the spdxLicenseID value of your application.\n The file has the format file://&lt;path>/&lt;filename>.</p><p>Maximum size 5 MB</p><p>You can specify only one of licenseBody and licenseUrl; otherwise, an error results.</p>",
305                        "smithy.api#jsonName": "licenseBody"
306                    }
307                },
308                "LicenseUrl": {
309                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
310                    "traits": {
311                        "smithy.api#documentation": "<p>A link to the S3 object that contains the license of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p><p>You can specify only one of licenseBody and licenseUrl; otherwise, an error results.</p>",
312                        "smithy.api#jsonName": "licenseUrl"
313                    }
314                },
315                "Name": {
316                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
317                    "traits": {
318                        "smithy.api#documentation": "<p>The name of the application that you want to publish.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
319                        "smithy.api#jsonName": "name",
320                        "smithy.api#required": {}
321                    }
322                },
323                "ReadmeBody": {
324                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
325                    "traits": {
326                        "smithy.api#documentation": "<p>A local text readme file in Markdown language that contains a more detailed description of the application and how it works.\n The file has the format file://&lt;path>/&lt;filename>.</p><p>Maximum size 5 MB</p><p>You can specify only one of readmeBody and readmeUrl; otherwise, an error results.</p>",
327                        "smithy.api#jsonName": "readmeBody"
328                    }
329                },
330                "ReadmeUrl": {
331                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
332                    "traits": {
333                        "smithy.api#documentation": "<p>A link to the S3 object in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p><p>You can specify only one of readmeBody and readmeUrl; otherwise, an error results.</p>",
334                        "smithy.api#jsonName": "readmeUrl"
335                    }
336                },
337                "SemanticVersion": {
338                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
339                    "traits": {
340                        "smithy.api#documentation": "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
341                        "smithy.api#jsonName": "semanticVersion"
342                    }
343                },
344                "SourceCodeArchiveUrl": {
345                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
346                    "traits": {
347                        "smithy.api#documentation": "<p>A link to the S3 object that contains the ZIP archive of the source code for this version of your application.</p><p>Maximum size 50 MB</p>",
348                        "smithy.api#jsonName": "sourceCodeArchiveUrl"
349                    }
350                },
351                "SourceCodeUrl": {
352                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
353                    "traits": {
354                        "smithy.api#documentation": "<p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>",
355                        "smithy.api#jsonName": "sourceCodeUrl"
356                    }
357                },
358                "SpdxLicenseId": {
359                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
360                    "traits": {
361                        "smithy.api#documentation": "<p>A valid identifier from <a href=\"https://spdx.org/licenses/\">https://spdx.org/licenses/</a>.</p>",
362                        "smithy.api#jsonName": "spdxLicenseId"
363                    }
364                },
365                "TemplateBody": {
366                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
367                    "traits": {
368                        "smithy.api#documentation": "<p>The local raw packaged AWS SAM template file of your application.\n The file has the format file://&lt;path>/&lt;filename>.</p><p>You can specify only one of templateBody and templateUrl; otherwise an error results.</p>",
369                        "smithy.api#jsonName": "templateBody"
370                    }
371                },
372                "TemplateUrl": {
373                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
374                    "traits": {
375                        "smithy.api#documentation": "<p>A link to the S3 object containing the packaged AWS SAM template of your application.</p><p>You can specify only one of templateBody and templateUrl; otherwise an error results.</p>",
376                        "smithy.api#jsonName": "templateUrl"
377                    }
378                }
379            }
380        },
381        "com.amazonaws.serverlessapplicationrepository#CreateApplicationResponse": {
382            "type": "structure",
383            "members": {
384                "ApplicationId": {
385                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
386                    "traits": {
387                        "smithy.api#documentation": "<p>The application Amazon Resource Name (ARN).</p>",
388                        "smithy.api#jsonName": "applicationId"
389                    }
390                },
391                "Author": {
392                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
393                    "traits": {
394                        "smithy.api#documentation": "<p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";</p>",
395                        "smithy.api#jsonName": "author"
396                    }
397                },
398                "CreationTime": {
399                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
400                    "traits": {
401                        "smithy.api#documentation": "<p>The date and time this resource was created.</p>",
402                        "smithy.api#jsonName": "creationTime"
403                    }
404                },
405                "Description": {
406                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
407                    "traits": {
408                        "smithy.api#documentation": "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
409                        "smithy.api#jsonName": "description"
410                    }
411                },
412                "HomePageUrl": {
413                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
414                    "traits": {
415                        "smithy.api#documentation": "<p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>",
416                        "smithy.api#jsonName": "homePageUrl"
417                    }
418                },
419                "IsVerifiedAuthor": {
420                    "target": "com.amazonaws.serverlessapplicationrepository#__boolean",
421                    "traits": {
422                        "smithy.api#documentation": "<p>Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.</p>",
423                        "smithy.api#jsonName": "isVerifiedAuthor"
424                    }
425                },
426                "Labels": {
427                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
428                    "traits": {
429                        "smithy.api#documentation": "<p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: \"^[a-zA-Z0-9+\\\\-_:\\\\/@]+$\";</p>",
430                        "smithy.api#jsonName": "labels"
431                    }
432                },
433                "LicenseUrl": {
434                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
435                    "traits": {
436                        "smithy.api#documentation": "<p>A link to a license file of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p>",
437                        "smithy.api#jsonName": "licenseUrl"
438                    }
439                },
440                "Name": {
441                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
442                    "traits": {
443                        "smithy.api#documentation": "<p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
444                        "smithy.api#jsonName": "name"
445                    }
446                },
447                "ReadmeUrl": {
448                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
449                    "traits": {
450                        "smithy.api#documentation": "<p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>",
451                        "smithy.api#jsonName": "readmeUrl"
452                    }
453                },
454                "SpdxLicenseId": {
455                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
456                    "traits": {
457                        "smithy.api#documentation": "<p>A valid identifier from https://spdx.org/licenses/.</p>",
458                        "smithy.api#jsonName": "spdxLicenseId"
459                    }
460                },
461                "VerifiedAuthorUrl": {
462                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
463                    "traits": {
464                        "smithy.api#documentation": "<p>The URL to the public profile of a verified author. This URL is submitted by the author.</p>",
465                        "smithy.api#jsonName": "verifiedAuthorUrl"
466                    }
467                },
468                "Version": {
469                    "target": "com.amazonaws.serverlessapplicationrepository#Version",
470                    "traits": {
471                        "smithy.api#documentation": "<p>Version information about the application.</p>",
472                        "smithy.api#jsonName": "version"
473                    }
474                }
475            }
476        },
477        "com.amazonaws.serverlessapplicationrepository#CreateApplicationVersion": {
478            "type": "operation",
479            "input": {
480                "target": "com.amazonaws.serverlessapplicationrepository#CreateApplicationVersionRequest"
481            },
482            "output": {
483                "target": "com.amazonaws.serverlessapplicationrepository#CreateApplicationVersionResponse"
484            },
485            "errors": [
486                {
487                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
488                },
489                {
490                    "target": "com.amazonaws.serverlessapplicationrepository#ConflictException"
491                },
492                {
493                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
494                },
495                {
496                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
497                },
498                {
499                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
500                }
501            ],
502            "traits": {
503                "smithy.api#documentation": "<p>Creates an application version.</p>",
504                "smithy.api#http": {
505                    "method": "PUT",
506                    "uri": "/applications/{ApplicationId}/versions/{SemanticVersion}",
507                    "code": 201
508                }
509            }
510        },
511        "com.amazonaws.serverlessapplicationrepository#CreateApplicationVersionRequest": {
512            "type": "structure",
513            "members": {
514                "ApplicationId": {
515                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
516                    "traits": {
517                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
518                        "smithy.api#httpLabel": {},
519                        "smithy.api#required": {}
520                    }
521                },
522                "SemanticVersion": {
523                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
524                    "traits": {
525                        "smithy.api#documentation": "<p>The semantic version of the new version.</p>",
526                        "smithy.api#httpLabel": {},
527                        "smithy.api#required": {}
528                    }
529                },
530                "SourceCodeArchiveUrl": {
531                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
532                    "traits": {
533                        "smithy.api#documentation": "<p>A link to the S3 object that contains the ZIP archive of the source code for this version of your application.</p><p>Maximum size 50 MB</p>",
534                        "smithy.api#jsonName": "sourceCodeArchiveUrl"
535                    }
536                },
537                "SourceCodeUrl": {
538                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
539                    "traits": {
540                        "smithy.api#documentation": "<p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>",
541                        "smithy.api#jsonName": "sourceCodeUrl"
542                    }
543                },
544                "TemplateBody": {
545                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
546                    "traits": {
547                        "smithy.api#documentation": "<p>The raw packaged AWS SAM template of your application.</p>",
548                        "smithy.api#jsonName": "templateBody"
549                    }
550                },
551                "TemplateUrl": {
552                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
553                    "traits": {
554                        "smithy.api#documentation": "<p>A link to the packaged AWS SAM template of your application.</p>",
555                        "smithy.api#jsonName": "templateUrl"
556                    }
557                }
558            }
559        },
560        "com.amazonaws.serverlessapplicationrepository#CreateApplicationVersionResponse": {
561            "type": "structure",
562            "members": {
563                "ApplicationId": {
564                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
565                    "traits": {
566                        "smithy.api#documentation": "<p>The application Amazon Resource Name (ARN).</p>",
567                        "smithy.api#jsonName": "applicationId"
568                    }
569                },
570                "CreationTime": {
571                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
572                    "traits": {
573                        "smithy.api#documentation": "<p>The date and time this resource was created.</p>",
574                        "smithy.api#jsonName": "creationTime"
575                    }
576                },
577                "ParameterDefinitions": {
578                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfParameterDefinition",
579                    "traits": {
580                        "smithy.api#documentation": "<p>An array of parameter types supported by the application.</p>",
581                        "smithy.api#jsonName": "parameterDefinitions"
582                    }
583                },
584                "RequiredCapabilities": {
585                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfCapability",
586                    "traits": {
587                        "smithy.api#documentation": "<p>A list of values that you must specify before you can deploy certain applications.\n Some applications might include resources that can affect permissions in your AWS\n account, for example, by creating new AWS Identity and Access Management (IAM) users.\n For those applications, you must explicitly acknowledge their capabilities by\n specifying this parameter.</p><p>The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM,\n CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.</p><p>The following resources require you to specify CAPABILITY_IAM or\n CAPABILITY_NAMED_IAM:\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\">AWS::IAM::Group</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\">AWS::IAM::InstanceProfile</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\">AWS::IAM::Policy</a>, and\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\">AWS::IAM::Role</a>.\n If the application contains IAM resources, you can specify either CAPABILITY_IAM\n or CAPABILITY_NAMED_IAM. If the application contains IAM resources\n with custom names, you must specify CAPABILITY_NAMED_IAM.</p><p>The following resources require you to specify CAPABILITY_RESOURCE_POLICY:\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\">AWS::Lambda::Permission</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\">AWS::IAM:Policy</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\">AWS::ApplicationAutoScaling::ScalingPolicy</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\">AWS::S3::BucketPolicy</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\">AWS::SQS::QueuePolicy</a>, and\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\">AWS::SNS::TopicPolicy</a>.</p><p>Applications that contain one or more nested applications require you to specify\n CAPABILITY_AUTO_EXPAND.</p><p>If your application template contains any of the above resources, we recommend that you review\n all permissions associated with the application before deploying. If you don't specify\n this parameter for an application that requires capabilities, the call will fail.</p>",
588                        "smithy.api#jsonName": "requiredCapabilities"
589                    }
590                },
591                "ResourcesSupported": {
592                    "target": "com.amazonaws.serverlessapplicationrepository#__boolean",
593                    "traits": {
594                        "smithy.api#documentation": "<p>Whether all of the AWS resources contained in this application are supported in the region\n in which it is being retrieved.</p>",
595                        "smithy.api#jsonName": "resourcesSupported"
596                    }
597                },
598                "SemanticVersion": {
599                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
600                    "traits": {
601                        "smithy.api#documentation": "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
602                        "smithy.api#jsonName": "semanticVersion"
603                    }
604                },
605                "SourceCodeArchiveUrl": {
606                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
607                    "traits": {
608                        "smithy.api#documentation": "<p>A link to the S3 object that contains the ZIP archive of the source code for this version of your application.</p><p>Maximum size 50 MB</p>",
609                        "smithy.api#jsonName": "sourceCodeArchiveUrl"
610                    }
611                },
612                "SourceCodeUrl": {
613                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
614                    "traits": {
615                        "smithy.api#documentation": "<p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>",
616                        "smithy.api#jsonName": "sourceCodeUrl"
617                    }
618                },
619                "TemplateUrl": {
620                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
621                    "traits": {
622                        "smithy.api#documentation": "<p>A link to the packaged AWS SAM template of your application.</p>",
623                        "smithy.api#jsonName": "templateUrl"
624                    }
625                }
626            }
627        },
628        "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationChangeSet": {
629            "type": "operation",
630            "input": {
631                "target": "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationChangeSetRequest"
632            },
633            "output": {
634                "target": "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationChangeSetResponse"
635            },
636            "errors": [
637                {
638                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
639                },
640                {
641                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
642                },
643                {
644                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
645                },
646                {
647                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
648                }
649            ],
650            "traits": {
651                "smithy.api#documentation": "<p>Creates an AWS CloudFormation change set for the given application.</p>",
652                "smithy.api#http": {
653                    "method": "POST",
654                    "uri": "/applications/{ApplicationId}/changesets",
655                    "code": 201
656                }
657            }
658        },
659        "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationChangeSetRequest": {
660            "type": "structure",
661            "members": {
662                "ApplicationId": {
663                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
664                    "traits": {
665                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
666                        "smithy.api#httpLabel": {},
667                        "smithy.api#required": {}
668                    }
669                },
670                "Capabilities": {
671                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
672                    "traits": {
673                        "smithy.api#documentation": "<p>A list of values that you must specify before you can deploy certain applications.\n Some applications might include resources that can affect permissions in your AWS\n account, for example, by creating new AWS Identity and Access Management (IAM) users.\n For those applications, you must explicitly acknowledge their capabilities by\n specifying this parameter.</p><p>The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM,\n CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.</p><p>The following resources require you to specify CAPABILITY_IAM or\n CAPABILITY_NAMED_IAM:\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\">AWS::IAM::Group</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\">AWS::IAM::InstanceProfile</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\">AWS::IAM::Policy</a>, and\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\">AWS::IAM::Role</a>.\n If the application contains IAM resources, you can specify either CAPABILITY_IAM\n or CAPABILITY_NAMED_IAM. If the application contains IAM resources\n with custom names, you must specify CAPABILITY_NAMED_IAM.</p><p>The following resources require you to specify CAPABILITY_RESOURCE_POLICY:\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\">AWS::Lambda::Permission</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\">AWS::IAM:Policy</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\">AWS::ApplicationAutoScaling::ScalingPolicy</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\">AWS::S3::BucketPolicy</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\">AWS::SQS::QueuePolicy</a>, and\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\">AWS::SNS:TopicPolicy</a>.</p><p>Applications that contain one or more nested applications require you to specify\n CAPABILITY_AUTO_EXPAND.</p><p>If your application template contains any of the above resources, we recommend that you review\n all permissions associated with the application before deploying. If you don't specify\n this parameter for an application that requires capabilities, the call will fail.</p>",
674                        "smithy.api#jsonName": "capabilities"
675                    }
676                },
677                "ChangeSetName": {
678                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
679                    "traits": {
680                        "smithy.api#documentation": "<p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet\">CreateChangeSet</a>\n </i> API.</p>",
681                        "smithy.api#jsonName": "changeSetName"
682                    }
683                },
684                "ClientToken": {
685                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
686                    "traits": {
687                        "smithy.api#documentation": "<p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet\">CreateChangeSet</a>\n </i> API.</p>",
688                        "smithy.api#jsonName": "clientToken"
689                    }
690                },
691                "Description": {
692                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
693                    "traits": {
694                        "smithy.api#documentation": "<p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet\">CreateChangeSet</a>\n </i> API.</p>",
695                        "smithy.api#jsonName": "description"
696                    }
697                },
698                "NotificationArns": {
699                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
700                    "traits": {
701                        "smithy.api#documentation": "<p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet\">CreateChangeSet</a>\n </i> API.</p>",
702                        "smithy.api#jsonName": "notificationArns"
703                    }
704                },
705                "ParameterOverrides": {
706                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfParameterValue",
707                    "traits": {
708                        "smithy.api#documentation": "<p>A list of parameter values for the parameters of the application.</p>",
709                        "smithy.api#jsonName": "parameterOverrides"
710                    }
711                },
712                "ResourceTypes": {
713                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
714                    "traits": {
715                        "smithy.api#documentation": "<p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet\">CreateChangeSet</a>\n </i> API.</p>",
716                        "smithy.api#jsonName": "resourceTypes"
717                    }
718                },
719                "RollbackConfiguration": {
720                    "target": "com.amazonaws.serverlessapplicationrepository#RollbackConfiguration",
721                    "traits": {
722                        "smithy.api#documentation": "<p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet\">CreateChangeSet</a>\n </i> API.</p>",
723                        "smithy.api#jsonName": "rollbackConfiguration"
724                    }
725                },
726                "SemanticVersion": {
727                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
728                    "traits": {
729                        "smithy.api#documentation": "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
730                        "smithy.api#jsonName": "semanticVersion"
731                    }
732                },
733                "StackName": {
734                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
735                    "traits": {
736                        "smithy.api#documentation": "<p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet\">CreateChangeSet</a>\n </i> API.</p>",
737                        "smithy.api#jsonName": "stackName",
738                        "smithy.api#required": {}
739                    }
740                },
741                "Tags": {
742                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfTag",
743                    "traits": {
744                        "smithy.api#documentation": "<p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet\">CreateChangeSet</a>\n </i> API.</p>",
745                        "smithy.api#jsonName": "tags"
746                    }
747                },
748                "TemplateId": {
749                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
750                    "traits": {
751                        "smithy.api#documentation": "<p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}</p>",
752                        "smithy.api#jsonName": "templateId"
753                    }
754                }
755            }
756        },
757        "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationChangeSetResponse": {
758            "type": "structure",
759            "members": {
760                "ApplicationId": {
761                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
762                    "traits": {
763                        "smithy.api#documentation": "<p>The application Amazon Resource Name (ARN).</p>",
764                        "smithy.api#jsonName": "applicationId"
765                    }
766                },
767                "ChangeSetId": {
768                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
769                    "traits": {
770                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the change set.</p><p>Length constraints: Minimum length of 1.</p><p>Pattern: ARN:[-a-zA-Z0-9:/]*</p>",
771                        "smithy.api#jsonName": "changeSetId"
772                    }
773                },
774                "SemanticVersion": {
775                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
776                    "traits": {
777                        "smithy.api#documentation": "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
778                        "smithy.api#jsonName": "semanticVersion"
779                    }
780                },
781                "StackId": {
782                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
783                    "traits": {
784                        "smithy.api#documentation": "<p>The unique ID of the stack.</p>",
785                        "smithy.api#jsonName": "stackId"
786                    }
787                }
788            }
789        },
790        "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationTemplate": {
791            "type": "operation",
792            "input": {
793                "target": "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationTemplateRequest"
794            },
795            "output": {
796                "target": "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationTemplateResponse"
797            },
798            "errors": [
799                {
800                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
801                },
802                {
803                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
804                },
805                {
806                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
807                },
808                {
809                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
810                },
811                {
812                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
813                }
814            ],
815            "traits": {
816                "smithy.api#documentation": "<p>Creates an AWS CloudFormation template.</p>",
817                "smithy.api#http": {
818                    "method": "POST",
819                    "uri": "/applications/{ApplicationId}/templates",
820                    "code": 201
821                }
822            }
823        },
824        "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationTemplateRequest": {
825            "type": "structure",
826            "members": {
827                "ApplicationId": {
828                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
829                    "traits": {
830                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
831                        "smithy.api#httpLabel": {},
832                        "smithy.api#required": {}
833                    }
834                },
835                "SemanticVersion": {
836                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
837                    "traits": {
838                        "smithy.api#documentation": "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
839                        "smithy.api#jsonName": "semanticVersion"
840                    }
841                }
842            }
843        },
844        "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationTemplateResponse": {
845            "type": "structure",
846            "members": {
847                "ApplicationId": {
848                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
849                    "traits": {
850                        "smithy.api#documentation": "<p>The application Amazon Resource Name (ARN).</p>",
851                        "smithy.api#jsonName": "applicationId"
852                    }
853                },
854                "CreationTime": {
855                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
856                    "traits": {
857                        "smithy.api#documentation": "<p>The date and time this resource was created.</p>",
858                        "smithy.api#jsonName": "creationTime"
859                    }
860                },
861                "ExpirationTime": {
862                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
863                    "traits": {
864                        "smithy.api#documentation": "<p>The date and time this template expires. Templates\n expire 1 hour after creation.</p>",
865                        "smithy.api#jsonName": "expirationTime"
866                    }
867                },
868                "SemanticVersion": {
869                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
870                    "traits": {
871                        "smithy.api#documentation": "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
872                        "smithy.api#jsonName": "semanticVersion"
873                    }
874                },
875                "Status": {
876                    "target": "com.amazonaws.serverlessapplicationrepository#Status",
877                    "traits": {
878                        "smithy.api#documentation": "<p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED\n </p>",
879                        "smithy.api#jsonName": "status"
880                    }
881                },
882                "TemplateId": {
883                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
884                    "traits": {
885                        "smithy.api#documentation": "<p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}</p>",
886                        "smithy.api#jsonName": "templateId"
887                    }
888                },
889                "TemplateUrl": {
890                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
891                    "traits": {
892                        "smithy.api#documentation": "<p>A link to the template that can be used to deploy the application using\n AWS CloudFormation.</p>",
893                        "smithy.api#jsonName": "templateUrl"
894                    }
895                }
896            }
897        },
898        "com.amazonaws.serverlessapplicationrepository#DeleteApplication": {
899            "type": "operation",
900            "input": {
901                "target": "com.amazonaws.serverlessapplicationrepository#DeleteApplicationRequest"
902            },
903            "errors": [
904                {
905                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
906                },
907                {
908                    "target": "com.amazonaws.serverlessapplicationrepository#ConflictException"
909                },
910                {
911                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
912                },
913                {
914                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
915                },
916                {
917                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
918                },
919                {
920                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
921                }
922            ],
923            "traits": {
924                "smithy.api#documentation": "<p>Deletes the specified application.</p>",
925                "smithy.api#http": {
926                    "method": "DELETE",
927                    "uri": "/applications/{ApplicationId}",
928                    "code": 204
929                }
930            }
931        },
932        "com.amazonaws.serverlessapplicationrepository#DeleteApplicationRequest": {
933            "type": "structure",
934            "members": {
935                "ApplicationId": {
936                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
937                    "traits": {
938                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
939                        "smithy.api#httpLabel": {},
940                        "smithy.api#required": {}
941                    }
942                }
943            }
944        },
945        "com.amazonaws.serverlessapplicationrepository#ForbiddenException": {
946            "type": "structure",
947            "members": {
948                "ErrorCode": {
949                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
950                    "traits": {
951                        "smithy.api#documentation": "<p>403</p>",
952                        "smithy.api#jsonName": "errorCode"
953                    }
954                },
955                "Message": {
956                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
957                    "traits": {
958                        "smithy.api#documentation": "<p>The client is not authenticated.</p>",
959                        "smithy.api#jsonName": "message"
960                    }
961                }
962            },
963            "traits": {
964                "smithy.api#documentation": "<p>The client is not authenticated.</p>",
965                "smithy.api#error": "client",
966                "smithy.api#httpError": 403
967            }
968        },
969        "com.amazonaws.serverlessapplicationrepository#GetApplication": {
970            "type": "operation",
971            "input": {
972                "target": "com.amazonaws.serverlessapplicationrepository#GetApplicationRequest"
973            },
974            "output": {
975                "target": "com.amazonaws.serverlessapplicationrepository#GetApplicationResponse"
976            },
977            "errors": [
978                {
979                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
980                },
981                {
982                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
983                },
984                {
985                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
986                },
987                {
988                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
989                },
990                {
991                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
992                }
993            ],
994            "traits": {
995                "smithy.api#documentation": "<p>Gets the specified application.</p>",
996                "smithy.api#http": {
997                    "method": "GET",
998                    "uri": "/applications/{ApplicationId}",
999                    "code": 200
1000                }
1001            }
1002        },
1003        "com.amazonaws.serverlessapplicationrepository#GetApplicationPolicy": {
1004            "type": "operation",
1005            "input": {
1006                "target": "com.amazonaws.serverlessapplicationrepository#GetApplicationPolicyRequest"
1007            },
1008            "output": {
1009                "target": "com.amazonaws.serverlessapplicationrepository#GetApplicationPolicyResponse"
1010            },
1011            "errors": [
1012                {
1013                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
1014                },
1015                {
1016                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
1017                },
1018                {
1019                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
1020                },
1021                {
1022                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
1023                },
1024                {
1025                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
1026                }
1027            ],
1028            "traits": {
1029                "smithy.api#documentation": "<p>Retrieves the policy for the application.</p>",
1030                "smithy.api#http": {
1031                    "method": "GET",
1032                    "uri": "/applications/{ApplicationId}/policy",
1033                    "code": 200
1034                }
1035            }
1036        },
1037        "com.amazonaws.serverlessapplicationrepository#GetApplicationPolicyRequest": {
1038            "type": "structure",
1039            "members": {
1040                "ApplicationId": {
1041                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1042                    "traits": {
1043                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
1044                        "smithy.api#httpLabel": {},
1045                        "smithy.api#required": {}
1046                    }
1047                }
1048            }
1049        },
1050        "com.amazonaws.serverlessapplicationrepository#GetApplicationPolicyResponse": {
1051            "type": "structure",
1052            "members": {
1053                "Statements": {
1054                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfApplicationPolicyStatement",
1055                    "traits": {
1056                        "smithy.api#documentation": "<p>An array of policy statements applied to the application.</p>",
1057                        "smithy.api#jsonName": "statements"
1058                    }
1059                }
1060            }
1061        },
1062        "com.amazonaws.serverlessapplicationrepository#GetApplicationRequest": {
1063            "type": "structure",
1064            "members": {
1065                "ApplicationId": {
1066                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1067                    "traits": {
1068                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
1069                        "smithy.api#httpLabel": {},
1070                        "smithy.api#required": {}
1071                    }
1072                },
1073                "SemanticVersion": {
1074                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1075                    "traits": {
1076                        "smithy.api#documentation": "<p>The semantic version of the application to get.</p>",
1077                        "smithy.api#httpQuery": "semanticVersion"
1078                    }
1079                }
1080            }
1081        },
1082        "com.amazonaws.serverlessapplicationrepository#GetApplicationResponse": {
1083            "type": "structure",
1084            "members": {
1085                "ApplicationId": {
1086                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1087                    "traits": {
1088                        "smithy.api#documentation": "<p>The application Amazon Resource Name (ARN).</p>",
1089                        "smithy.api#jsonName": "applicationId"
1090                    }
1091                },
1092                "Author": {
1093                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1094                    "traits": {
1095                        "smithy.api#documentation": "<p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";</p>",
1096                        "smithy.api#jsonName": "author"
1097                    }
1098                },
1099                "CreationTime": {
1100                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1101                    "traits": {
1102                        "smithy.api#documentation": "<p>The date and time this resource was created.</p>",
1103                        "smithy.api#jsonName": "creationTime"
1104                    }
1105                },
1106                "Description": {
1107                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1108                    "traits": {
1109                        "smithy.api#documentation": "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
1110                        "smithy.api#jsonName": "description"
1111                    }
1112                },
1113                "HomePageUrl": {
1114                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1115                    "traits": {
1116                        "smithy.api#documentation": "<p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>",
1117                        "smithy.api#jsonName": "homePageUrl"
1118                    }
1119                },
1120                "IsVerifiedAuthor": {
1121                    "target": "com.amazonaws.serverlessapplicationrepository#__boolean",
1122                    "traits": {
1123                        "smithy.api#documentation": "<p>Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.</p>",
1124                        "smithy.api#jsonName": "isVerifiedAuthor"
1125                    }
1126                },
1127                "Labels": {
1128                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
1129                    "traits": {
1130                        "smithy.api#documentation": "<p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: \"^[a-zA-Z0-9+\\\\-_:\\\\/@]+$\";</p>",
1131                        "smithy.api#jsonName": "labels"
1132                    }
1133                },
1134                "LicenseUrl": {
1135                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1136                    "traits": {
1137                        "smithy.api#documentation": "<p>A link to a license file of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p>",
1138                        "smithy.api#jsonName": "licenseUrl"
1139                    }
1140                },
1141                "Name": {
1142                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1143                    "traits": {
1144                        "smithy.api#documentation": "<p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
1145                        "smithy.api#jsonName": "name"
1146                    }
1147                },
1148                "ReadmeUrl": {
1149                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1150                    "traits": {
1151                        "smithy.api#documentation": "<p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>",
1152                        "smithy.api#jsonName": "readmeUrl"
1153                    }
1154                },
1155                "SpdxLicenseId": {
1156                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1157                    "traits": {
1158                        "smithy.api#documentation": "<p>A valid identifier from https://spdx.org/licenses/.</p>",
1159                        "smithy.api#jsonName": "spdxLicenseId"
1160                    }
1161                },
1162                "VerifiedAuthorUrl": {
1163                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1164                    "traits": {
1165                        "smithy.api#documentation": "<p>The URL to the public profile of a verified author. This URL is submitted by the author.</p>",
1166                        "smithy.api#jsonName": "verifiedAuthorUrl"
1167                    }
1168                },
1169                "Version": {
1170                    "target": "com.amazonaws.serverlessapplicationrepository#Version",
1171                    "traits": {
1172                        "smithy.api#documentation": "<p>Version information about the application.</p>",
1173                        "smithy.api#jsonName": "version"
1174                    }
1175                }
1176            }
1177        },
1178        "com.amazonaws.serverlessapplicationrepository#GetCloudFormationTemplate": {
1179            "type": "operation",
1180            "input": {
1181                "target": "com.amazonaws.serverlessapplicationrepository#GetCloudFormationTemplateRequest"
1182            },
1183            "output": {
1184                "target": "com.amazonaws.serverlessapplicationrepository#GetCloudFormationTemplateResponse"
1185            },
1186            "errors": [
1187                {
1188                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
1189                },
1190                {
1191                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
1192                },
1193                {
1194                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
1195                },
1196                {
1197                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
1198                },
1199                {
1200                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
1201                }
1202            ],
1203            "traits": {
1204                "smithy.api#documentation": "<p>Gets the specified AWS CloudFormation template.</p>",
1205                "smithy.api#http": {
1206                    "method": "GET",
1207                    "uri": "/applications/{ApplicationId}/templates/{TemplateId}",
1208                    "code": 200
1209                }
1210            }
1211        },
1212        "com.amazonaws.serverlessapplicationrepository#GetCloudFormationTemplateRequest": {
1213            "type": "structure",
1214            "members": {
1215                "ApplicationId": {
1216                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1217                    "traits": {
1218                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
1219                        "smithy.api#httpLabel": {},
1220                        "smithy.api#required": {}
1221                    }
1222                },
1223                "TemplateId": {
1224                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1225                    "traits": {
1226                        "smithy.api#documentation": "<p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}</p>",
1227                        "smithy.api#httpLabel": {},
1228                        "smithy.api#required": {}
1229                    }
1230                }
1231            }
1232        },
1233        "com.amazonaws.serverlessapplicationrepository#GetCloudFormationTemplateResponse": {
1234            "type": "structure",
1235            "members": {
1236                "ApplicationId": {
1237                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1238                    "traits": {
1239                        "smithy.api#documentation": "<p>The application Amazon Resource Name (ARN).</p>",
1240                        "smithy.api#jsonName": "applicationId"
1241                    }
1242                },
1243                "CreationTime": {
1244                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1245                    "traits": {
1246                        "smithy.api#documentation": "<p>The date and time this resource was created.</p>",
1247                        "smithy.api#jsonName": "creationTime"
1248                    }
1249                },
1250                "ExpirationTime": {
1251                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1252                    "traits": {
1253                        "smithy.api#documentation": "<p>The date and time this template expires. Templates\n expire 1 hour after creation.</p>",
1254                        "smithy.api#jsonName": "expirationTime"
1255                    }
1256                },
1257                "SemanticVersion": {
1258                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1259                    "traits": {
1260                        "smithy.api#documentation": "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
1261                        "smithy.api#jsonName": "semanticVersion"
1262                    }
1263                },
1264                "Status": {
1265                    "target": "com.amazonaws.serverlessapplicationrepository#Status",
1266                    "traits": {
1267                        "smithy.api#documentation": "<p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED\n </p>",
1268                        "smithy.api#jsonName": "status"
1269                    }
1270                },
1271                "TemplateId": {
1272                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1273                    "traits": {
1274                        "smithy.api#documentation": "<p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}</p>",
1275                        "smithy.api#jsonName": "templateId"
1276                    }
1277                },
1278                "TemplateUrl": {
1279                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1280                    "traits": {
1281                        "smithy.api#documentation": "<p>A link to the template that can be used to deploy the application using\n AWS CloudFormation.</p>",
1282                        "smithy.api#jsonName": "templateUrl"
1283                    }
1284                }
1285            }
1286        },
1287        "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException": {
1288            "type": "structure",
1289            "members": {
1290                "ErrorCode": {
1291                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1292                    "traits": {
1293                        "smithy.api#documentation": "<p>500</p>",
1294                        "smithy.api#jsonName": "errorCode"
1295                    }
1296                },
1297                "Message": {
1298                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1299                    "traits": {
1300                        "smithy.api#documentation": "<p>The AWS Serverless Application Repository service encountered an internal error.</p>",
1301                        "smithy.api#jsonName": "message"
1302                    }
1303                }
1304            },
1305            "traits": {
1306                "smithy.api#documentation": "<p>The AWS Serverless Application Repository service encountered an internal error.</p>",
1307                "smithy.api#error": "server",
1308                "smithy.api#httpError": 500
1309            }
1310        },
1311        "com.amazonaws.serverlessapplicationrepository#ListApplicationDependencies": {
1312            "type": "operation",
1313            "input": {
1314                "target": "com.amazonaws.serverlessapplicationrepository#ListApplicationDependenciesRequest"
1315            },
1316            "output": {
1317                "target": "com.amazonaws.serverlessapplicationrepository#ListApplicationDependenciesResponse"
1318            },
1319            "errors": [
1320                {
1321                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
1322                },
1323                {
1324                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
1325                },
1326                {
1327                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
1328                },
1329                {
1330                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
1331                },
1332                {
1333                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
1334                }
1335            ],
1336            "traits": {
1337                "smithy.api#documentation": "<p>Retrieves the list of applications nested in the containing application.</p>",
1338                "smithy.api#http": {
1339                    "method": "GET",
1340                    "uri": "/applications/{ApplicationId}/dependencies",
1341                    "code": 200
1342                },
1343                "smithy.api#paginated": {
1344                    "inputToken": "NextToken",
1345                    "outputToken": "NextToken",
1346                    "pageSize": "MaxItems"
1347                }
1348            }
1349        },
1350        "com.amazonaws.serverlessapplicationrepository#ListApplicationDependenciesRequest": {
1351            "type": "structure",
1352            "members": {
1353                "ApplicationId": {
1354                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1355                    "traits": {
1356                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
1357                        "smithy.api#httpLabel": {},
1358                        "smithy.api#required": {}
1359                    }
1360                },
1361                "MaxItems": {
1362                    "target": "com.amazonaws.serverlessapplicationrepository#MaxItems",
1363                    "traits": {
1364                        "smithy.api#documentation": "<p>The total number of items to return.</p>",
1365                        "smithy.api#httpQuery": "maxItems"
1366                    }
1367                },
1368                "NextToken": {
1369                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1370                    "traits": {
1371                        "smithy.api#documentation": "<p>A token to specify where to start paginating.</p>",
1372                        "smithy.api#httpQuery": "nextToken"
1373                    }
1374                },
1375                "SemanticVersion": {
1376                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1377                    "traits": {
1378                        "smithy.api#documentation": "<p>The semantic version of the application to get.</p>",
1379                        "smithy.api#httpQuery": "semanticVersion"
1380                    }
1381                }
1382            }
1383        },
1384        "com.amazonaws.serverlessapplicationrepository#ListApplicationDependenciesResponse": {
1385            "type": "structure",
1386            "members": {
1387                "Dependencies": {
1388                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfApplicationDependencySummary",
1389                    "traits": {
1390                        "smithy.api#documentation": "<p>An array of application summaries nested in the application.</p>",
1391                        "smithy.api#jsonName": "dependencies"
1392                    }
1393                },
1394                "NextToken": {
1395                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1396                    "traits": {
1397                        "smithy.api#documentation": "<p>The token to request the next page of results.</p>",
1398                        "smithy.api#jsonName": "nextToken"
1399                    }
1400                }
1401            }
1402        },
1403        "com.amazonaws.serverlessapplicationrepository#ListApplicationVersions": {
1404            "type": "operation",
1405            "input": {
1406                "target": "com.amazonaws.serverlessapplicationrepository#ListApplicationVersionsRequest"
1407            },
1408            "output": {
1409                "target": "com.amazonaws.serverlessapplicationrepository#ListApplicationVersionsResponse"
1410            },
1411            "errors": [
1412                {
1413                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
1414                },
1415                {
1416                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
1417                },
1418                {
1419                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
1420                },
1421                {
1422                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
1423                },
1424                {
1425                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
1426                }
1427            ],
1428            "traits": {
1429                "smithy.api#documentation": "<p>Lists versions for the specified application.</p>",
1430                "smithy.api#http": {
1431                    "method": "GET",
1432                    "uri": "/applications/{ApplicationId}/versions",
1433                    "code": 200
1434                },
1435                "smithy.api#paginated": {
1436                    "inputToken": "NextToken",
1437                    "outputToken": "NextToken",
1438                    "pageSize": "MaxItems"
1439                }
1440            }
1441        },
1442        "com.amazonaws.serverlessapplicationrepository#ListApplicationVersionsRequest": {
1443            "type": "structure",
1444            "members": {
1445                "ApplicationId": {
1446                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1447                    "traits": {
1448                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
1449                        "smithy.api#httpLabel": {},
1450                        "smithy.api#required": {}
1451                    }
1452                },
1453                "MaxItems": {
1454                    "target": "com.amazonaws.serverlessapplicationrepository#MaxItems",
1455                    "traits": {
1456                        "smithy.api#documentation": "<p>The total number of items to return.</p>",
1457                        "smithy.api#httpQuery": "maxItems"
1458                    }
1459                },
1460                "NextToken": {
1461                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1462                    "traits": {
1463                        "smithy.api#documentation": "<p>A token to specify where to start paginating.</p>",
1464                        "smithy.api#httpQuery": "nextToken"
1465                    }
1466                }
1467            }
1468        },
1469        "com.amazonaws.serverlessapplicationrepository#ListApplicationVersionsResponse": {
1470            "type": "structure",
1471            "members": {
1472                "NextToken": {
1473                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1474                    "traits": {
1475                        "smithy.api#documentation": "<p>The token to request the next page of results.</p>",
1476                        "smithy.api#jsonName": "nextToken"
1477                    }
1478                },
1479                "Versions": {
1480                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfVersionSummary",
1481                    "traits": {
1482                        "smithy.api#documentation": "<p>An array of version summaries for the application.</p>",
1483                        "smithy.api#jsonName": "versions"
1484                    }
1485                }
1486            }
1487        },
1488        "com.amazonaws.serverlessapplicationrepository#ListApplications": {
1489            "type": "operation",
1490            "input": {
1491                "target": "com.amazonaws.serverlessapplicationrepository#ListApplicationsRequest"
1492            },
1493            "output": {
1494                "target": "com.amazonaws.serverlessapplicationrepository#ListApplicationsResponse"
1495            },
1496            "errors": [
1497                {
1498                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
1499                },
1500                {
1501                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
1502                },
1503                {
1504                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
1505                },
1506                {
1507                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
1508                }
1509            ],
1510            "traits": {
1511                "smithy.api#documentation": "<p>Lists applications owned by the requester.</p>",
1512                "smithy.api#http": {
1513                    "method": "GET",
1514                    "uri": "/applications",
1515                    "code": 200
1516                },
1517                "smithy.api#paginated": {
1518                    "inputToken": "NextToken",
1519                    "outputToken": "NextToken",
1520                    "pageSize": "MaxItems"
1521                }
1522            }
1523        },
1524        "com.amazonaws.serverlessapplicationrepository#ListApplicationsRequest": {
1525            "type": "structure",
1526            "members": {
1527                "MaxItems": {
1528                    "target": "com.amazonaws.serverlessapplicationrepository#MaxItems",
1529                    "traits": {
1530                        "smithy.api#documentation": "<p>The total number of items to return.</p>",
1531                        "smithy.api#httpQuery": "maxItems"
1532                    }
1533                },
1534                "NextToken": {
1535                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1536                    "traits": {
1537                        "smithy.api#documentation": "<p>A token to specify where to start paginating.</p>",
1538                        "smithy.api#httpQuery": "nextToken"
1539                    }
1540                }
1541            }
1542        },
1543        "com.amazonaws.serverlessapplicationrepository#ListApplicationsResponse": {
1544            "type": "structure",
1545            "members": {
1546                "Applications": {
1547                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfApplicationSummary",
1548                    "traits": {
1549                        "smithy.api#documentation": "<p>An array of application summaries.</p>",
1550                        "smithy.api#jsonName": "applications"
1551                    }
1552                },
1553                "NextToken": {
1554                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1555                    "traits": {
1556                        "smithy.api#documentation": "<p>The token to request the next page of results.</p>",
1557                        "smithy.api#jsonName": "nextToken"
1558                    }
1559                }
1560            }
1561        },
1562        "com.amazonaws.serverlessapplicationrepository#MaxItems": {
1563            "type": "integer",
1564            "traits": {
1565                "smithy.api#range": {
1566                    "min": 1,
1567                    "max": 100
1568                }
1569            }
1570        },
1571        "com.amazonaws.serverlessapplicationrepository#NotFoundException": {
1572            "type": "structure",
1573            "members": {
1574                "ErrorCode": {
1575                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1576                    "traits": {
1577                        "smithy.api#documentation": "<p>404</p>",
1578                        "smithy.api#jsonName": "errorCode"
1579                    }
1580                },
1581                "Message": {
1582                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1583                    "traits": {
1584                        "smithy.api#documentation": "<p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>",
1585                        "smithy.api#jsonName": "message"
1586                    }
1587                }
1588            },
1589            "traits": {
1590                "smithy.api#documentation": "<p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>",
1591                "smithy.api#error": "client",
1592                "smithy.api#httpError": 404
1593            }
1594        },
1595        "com.amazonaws.serverlessapplicationrepository#ParameterDefinition": {
1596            "type": "structure",
1597            "members": {
1598                "AllowedPattern": {
1599                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1600                    "traits": {
1601                        "smithy.api#documentation": "<p>A regular expression that represents the patterns to allow for String types.</p>",
1602                        "smithy.api#jsonName": "allowedPattern"
1603                    }
1604                },
1605                "AllowedValues": {
1606                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
1607                    "traits": {
1608                        "smithy.api#documentation": "<p>An array containing the list of values allowed for the parameter.</p>",
1609                        "smithy.api#jsonName": "allowedValues"
1610                    }
1611                },
1612                "ConstraintDescription": {
1613                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1614                    "traits": {
1615                        "smithy.api#documentation": "<p>A string that explains a constraint when the constraint is violated. For example, without a constraint description,\n a parameter that has an allowed pattern of [A-Za-z0-9]+ displays the following error message when the user\n specifies an invalid value:</p><p>\n Malformed input-Parameter MyParameter must match pattern [A-Za-z0-9]+\n </p><p>By adding a constraint description, such as \"must contain only uppercase and lowercase letters and numbers,\" you can display\n the following customized error message:</p><p>\n Malformed input-Parameter MyParameter must contain only uppercase and lowercase letters and numbers.\n </p>",
1616                        "smithy.api#jsonName": "constraintDescription"
1617                    }
1618                },
1619                "DefaultValue": {
1620                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1621                    "traits": {
1622                        "smithy.api#documentation": "<p>A value of the appropriate type for the template to use if no value is specified when a stack is created.\n If you define constraints for the parameter, you must specify a value that adheres to those constraints.</p>",
1623                        "smithy.api#jsonName": "defaultValue"
1624                    }
1625                },
1626                "Description": {
1627                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1628                    "traits": {
1629                        "smithy.api#documentation": "<p>A string of up to 4,000 characters that describes the parameter.</p>",
1630                        "smithy.api#jsonName": "description"
1631                    }
1632                },
1633                "MaxLength": {
1634                    "target": "com.amazonaws.serverlessapplicationrepository#__integer",
1635                    "traits": {
1636                        "smithy.api#documentation": "<p>An integer value that determines the largest number of characters that you want to allow for String types.</p>",
1637                        "smithy.api#jsonName": "maxLength"
1638                    }
1639                },
1640                "MaxValue": {
1641                    "target": "com.amazonaws.serverlessapplicationrepository#__integer",
1642                    "traits": {
1643                        "smithy.api#documentation": "<p>A numeric value that determines the largest numeric value that you want to allow for Number types.</p>",
1644                        "smithy.api#jsonName": "maxValue"
1645                    }
1646                },
1647                "MinLength": {
1648                    "target": "com.amazonaws.serverlessapplicationrepository#__integer",
1649                    "traits": {
1650                        "smithy.api#documentation": "<p>An integer value that determines the smallest number of characters that you want to allow for String types.</p>",
1651                        "smithy.api#jsonName": "minLength"
1652                    }
1653                },
1654                "MinValue": {
1655                    "target": "com.amazonaws.serverlessapplicationrepository#__integer",
1656                    "traits": {
1657                        "smithy.api#documentation": "<p>A numeric value that determines the smallest numeric value that you want to allow for Number types.</p>",
1658                        "smithy.api#jsonName": "minValue"
1659                    }
1660                },
1661                "Name": {
1662                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1663                    "traits": {
1664                        "smithy.api#documentation": "<p>The name of the parameter.</p>",
1665                        "smithy.api#jsonName": "name",
1666                        "smithy.api#required": {}
1667                    }
1668                },
1669                "NoEcho": {
1670                    "target": "com.amazonaws.serverlessapplicationrepository#__boolean",
1671                    "traits": {
1672                        "smithy.api#documentation": "<p>Whether to mask the parameter value whenever anyone makes a call that describes the stack. If you set the\n value to true, the parameter value is masked with asterisks (*****).</p>",
1673                        "smithy.api#jsonName": "noEcho"
1674                    }
1675                },
1676                "ReferencedByResources": {
1677                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
1678                    "traits": {
1679                        "smithy.api#documentation": "<p>A list of AWS SAM resources that use this parameter.</p>",
1680                        "smithy.api#jsonName": "referencedByResources",
1681                        "smithy.api#required": {}
1682                    }
1683                },
1684                "Type": {
1685                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1686                    "traits": {
1687                        "smithy.api#documentation": "<p>The type of the parameter.</p><p>Valid values: String | Number | List&lt;Number> | CommaDelimitedList\n </p><p>\n String: A literal string.</p><p>For example, users can specify \"MyUserName\".</p><p>\n Number: An integer or float. AWS CloudFormation validates the parameter value as a number. However, when you use the\n parameter elsewhere in your template (for example, by using the Ref intrinsic function), the parameter value becomes a string.</p><p>For example, users might specify \"8888\".</p><p>\n List&lt;Number>: An array of integers or floats that are separated by commas. AWS CloudFormation validates the parameter value as numbers. However, when\n you use the parameter elsewhere in your template (for example, by using the Ref intrinsic function), the parameter value becomes a list of strings.</p><p>For example, users might specify \"80,20\", and then Ref results in [\"80\",\"20\"].</p><p>\n CommaDelimitedList: An array of literal strings that are separated by commas. The total number of strings should be one more than the total number of commas.\n Also, each member string is space-trimmed.</p><p>For example, users might specify \"test,dev,prod\", and then Ref results in [\"test\",\"dev\",\"prod\"].</p>",
1688                        "smithy.api#jsonName": "type"
1689                    }
1690                }
1691            },
1692            "traits": {
1693                "smithy.api#documentation": "<p>Parameters supported by the application.</p>"
1694            }
1695        },
1696        "com.amazonaws.serverlessapplicationrepository#ParameterValue": {
1697            "type": "structure",
1698            "members": {
1699                "Name": {
1700                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1701                    "traits": {
1702                        "smithy.api#documentation": "<p>The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation\n uses the default value that is specified in your template.</p>",
1703                        "smithy.api#jsonName": "name",
1704                        "smithy.api#required": {}
1705                    }
1706                },
1707                "Value": {
1708                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1709                    "traits": {
1710                        "smithy.api#documentation": "<p>The input value associated with the parameter.</p>",
1711                        "smithy.api#jsonName": "value",
1712                        "smithy.api#required": {}
1713                    }
1714                }
1715            },
1716            "traits": {
1717                "smithy.api#documentation": "<p>Parameter value of the application.</p>"
1718            }
1719        },
1720        "com.amazonaws.serverlessapplicationrepository#PutApplicationPolicy": {
1721            "type": "operation",
1722            "input": {
1723                "target": "com.amazonaws.serverlessapplicationrepository#PutApplicationPolicyRequest"
1724            },
1725            "output": {
1726                "target": "com.amazonaws.serverlessapplicationrepository#PutApplicationPolicyResponse"
1727            },
1728            "errors": [
1729                {
1730                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
1731                },
1732                {
1733                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
1734                },
1735                {
1736                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
1737                },
1738                {
1739                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
1740                },
1741                {
1742                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
1743                }
1744            ],
1745            "traits": {
1746                "smithy.api#documentation": "<p>Sets the permission policy for an application. For the list of actions supported for this operation, see\n <a href=\"https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions\">Application \n Permissions</a>\n .</p>",
1747                "smithy.api#http": {
1748                    "method": "PUT",
1749                    "uri": "/applications/{ApplicationId}/policy",
1750                    "code": 200
1751                }
1752            }
1753        },
1754        "com.amazonaws.serverlessapplicationrepository#PutApplicationPolicyRequest": {
1755            "type": "structure",
1756            "members": {
1757                "ApplicationId": {
1758                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1759                    "traits": {
1760                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
1761                        "smithy.api#httpLabel": {},
1762                        "smithy.api#required": {}
1763                    }
1764                },
1765                "Statements": {
1766                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfApplicationPolicyStatement",
1767                    "traits": {
1768                        "smithy.api#documentation": "<p>An array of policy statements applied to the application.</p>",
1769                        "smithy.api#jsonName": "statements",
1770                        "smithy.api#required": {}
1771                    }
1772                }
1773            }
1774        },
1775        "com.amazonaws.serverlessapplicationrepository#PutApplicationPolicyResponse": {
1776            "type": "structure",
1777            "members": {
1778                "Statements": {
1779                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfApplicationPolicyStatement",
1780                    "traits": {
1781                        "smithy.api#documentation": "<p>An array of policy statements applied to the application.</p>",
1782                        "smithy.api#jsonName": "statements"
1783                    }
1784                }
1785            }
1786        },
1787        "com.amazonaws.serverlessapplicationrepository#RollbackConfiguration": {
1788            "type": "structure",
1789            "members": {
1790                "MonitoringTimeInMinutes": {
1791                    "target": "com.amazonaws.serverlessapplicationrepository#__integer",
1792                    "traits": {
1793                        "smithy.api#documentation": "<p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration\">RollbackConfiguration</a>\n </i> Data Type.</p>",
1794                        "smithy.api#jsonName": "monitoringTimeInMinutes"
1795                    }
1796                },
1797                "RollbackTriggers": {
1798                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfRollbackTrigger",
1799                    "traits": {
1800                        "smithy.api#documentation": "<p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration\">RollbackConfiguration</a>\n </i> Data Type.</p>",
1801                        "smithy.api#jsonName": "rollbackTriggers"
1802                    }
1803                }
1804            },
1805            "traits": {
1806                "smithy.api#documentation": "<p>This property corresponds to the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration\">RollbackConfiguration</a>\n </i> Data Type.</p>"
1807            }
1808        },
1809        "com.amazonaws.serverlessapplicationrepository#RollbackTrigger": {
1810            "type": "structure",
1811            "members": {
1812                "Arn": {
1813                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1814                    "traits": {
1815                        "smithy.api#documentation": "<p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger\">RollbackTrigger</a>\n </i> Data Type.</p>",
1816                        "smithy.api#jsonName": "arn",
1817                        "smithy.api#required": {}
1818                    }
1819                },
1820                "Type": {
1821                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1822                    "traits": {
1823                        "smithy.api#documentation": "<p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger\">RollbackTrigger</a>\n </i> Data Type.</p>",
1824                        "smithy.api#jsonName": "type",
1825                        "smithy.api#required": {}
1826                    }
1827                }
1828            },
1829            "traits": {
1830                "smithy.api#documentation": "<p>This property corresponds to the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger\">RollbackTrigger</a>\n </i> Data Type.</p>"
1831            }
1832        },
1833        "com.amazonaws.serverlessapplicationrepository#ServerlessApplicationRepository": {
1834            "type": "service",
1835            "version": "2017-09-08",
1836            "operations": [
1837                {
1838                    "target": "com.amazonaws.serverlessapplicationrepository#CreateApplication"
1839                },
1840                {
1841                    "target": "com.amazonaws.serverlessapplicationrepository#CreateApplicationVersion"
1842                },
1843                {
1844                    "target": "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationChangeSet"
1845                },
1846                {
1847                    "target": "com.amazonaws.serverlessapplicationrepository#CreateCloudFormationTemplate"
1848                },
1849                {
1850                    "target": "com.amazonaws.serverlessapplicationrepository#DeleteApplication"
1851                },
1852                {
1853                    "target": "com.amazonaws.serverlessapplicationrepository#GetApplication"
1854                },
1855                {
1856                    "target": "com.amazonaws.serverlessapplicationrepository#GetApplicationPolicy"
1857                },
1858                {
1859                    "target": "com.amazonaws.serverlessapplicationrepository#GetCloudFormationTemplate"
1860                },
1861                {
1862                    "target": "com.amazonaws.serverlessapplicationrepository#ListApplicationDependencies"
1863                },
1864                {
1865                    "target": "com.amazonaws.serverlessapplicationrepository#ListApplications"
1866                },
1867                {
1868                    "target": "com.amazonaws.serverlessapplicationrepository#ListApplicationVersions"
1869                },
1870                {
1871                    "target": "com.amazonaws.serverlessapplicationrepository#PutApplicationPolicy"
1872                },
1873                {
1874                    "target": "com.amazonaws.serverlessapplicationrepository#UnshareApplication"
1875                },
1876                {
1877                    "target": "com.amazonaws.serverlessapplicationrepository#UpdateApplication"
1878                }
1879            ],
1880            "traits": {
1881                "aws.api#service": {
1882                    "sdkId": "ServerlessApplicationRepository",
1883                    "arnNamespace": "serverlessrepo",
1884                    "cloudFormationName": "ServerlessApplicationRepository",
1885                    "cloudTrailEventSource": "serverlessapplicationrepository.amazonaws.com",
1886                    "endpointPrefix": "serverlessrepo"
1887                },
1888                "aws.auth#sigv4": {
1889                    "name": "serverlessrepo"
1890                },
1891                "aws.protocols#restJson1": {},
1892                "smithy.api#documentation": "<p>The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find\n and deploy serverless applications in the AWS Cloud. For more information about serverless applications,\n see Serverless Computing and Applications on the AWS website.</p><p>The AWS Serverless Application Repository is deeply integrated with the AWS Lambda console, so that developers of \n all levels can get started with serverless computing without needing to learn anything new. You can use category \n keywords to browse for applications such as web and mobile backends, data processing applications, or chatbots. \n You can also search for applications by name, publisher, or event source. To use an application, you simply choose it, \n configure any required fields, and deploy it with a few clicks. </p><p>You can also easily publish applications, sharing them publicly with the community at large, or privately\n within your team or across your organization. To publish a serverless application (or app), you can use the\n AWS Management Console, AWS Command Line Interface (AWS CLI), or AWS SDKs to upload the code. Along with the\n code, you upload a simple manifest file, also known as the AWS Serverless Application Model (AWS SAM) template.\n For more information about AWS SAM, see AWS Serverless Application Model (AWS SAM) on the AWS Labs\n GitHub repository.</p><p>The AWS Serverless Application Repository Developer Guide contains more information about the two developer\n experiences available:</p><ul>\n <li>\n <p>Consuming Applications – Browse for applications and view information about them, including\n source code and readme files. Also install, configure, and deploy applications of your choosing. </p>\n <p>Publishing Applications – Configure and upload applications to make them available to other\n developers, and publish new versions of applications. </p>\n </li>\n </ul>",
1893                "smithy.api#title": "AWSServerlessApplicationRepository"
1894            }
1895        },
1896        "com.amazonaws.serverlessapplicationrepository#Status": {
1897            "type": "string",
1898            "traits": {
1899                "smithy.api#enum": [
1900                    {
1901                        "value": "PREPARING",
1902                        "name": "PREPARING"
1903                    },
1904                    {
1905                        "value": "ACTIVE",
1906                        "name": "ACTIVE"
1907                    },
1908                    {
1909                        "value": "EXPIRED",
1910                        "name": "EXPIRED"
1911                    }
1912                ]
1913            }
1914        },
1915        "com.amazonaws.serverlessapplicationrepository#Tag": {
1916            "type": "structure",
1917            "members": {
1918                "Key": {
1919                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1920                    "traits": {
1921                        "smithy.api#documentation": "<p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag\">Tag</a>\n </i> Data Type.</p>",
1922                        "smithy.api#jsonName": "key",
1923                        "smithy.api#required": {}
1924                    }
1925                },
1926                "Value": {
1927                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1928                    "traits": {
1929                        "smithy.api#documentation": "<p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag\">\n Tag</a>\n </i>\n Data Type.</p>",
1930                        "smithy.api#jsonName": "value",
1931                        "smithy.api#required": {}
1932                    }
1933                }
1934            },
1935            "traits": {
1936                "smithy.api#documentation": "<p>This property corresponds to the <i>AWS CloudFormation <a href=\"https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag\">Tag</a>\n </i> Data Type.</p>"
1937            }
1938        },
1939        "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException": {
1940            "type": "structure",
1941            "members": {
1942                "ErrorCode": {
1943                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1944                    "traits": {
1945                        "smithy.api#documentation": "<p>429</p>",
1946                        "smithy.api#jsonName": "errorCode"
1947                    }
1948                },
1949                "Message": {
1950                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1951                    "traits": {
1952                        "smithy.api#documentation": "<p>The client is sending more than the allowed number of requests per unit of time.</p>",
1953                        "smithy.api#jsonName": "message"
1954                    }
1955                }
1956            },
1957            "traits": {
1958                "smithy.api#documentation": "<p>The client is sending more than the allowed number of requests per unit of time.</p>",
1959                "smithy.api#error": "client",
1960                "smithy.api#httpError": 429
1961            }
1962        },
1963        "com.amazonaws.serverlessapplicationrepository#UnshareApplication": {
1964            "type": "operation",
1965            "input": {
1966                "target": "com.amazonaws.serverlessapplicationrepository#UnshareApplicationRequest"
1967            },
1968            "errors": [
1969                {
1970                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
1971                },
1972                {
1973                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
1974                },
1975                {
1976                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
1977                },
1978                {
1979                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
1980                },
1981                {
1982                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
1983                }
1984            ],
1985            "traits": {
1986                "smithy.api#documentation": "<p>Unshares an application from an AWS Organization.</p><p>This operation can be called only from the organization's master account.</p>",
1987                "smithy.api#http": {
1988                    "method": "POST",
1989                    "uri": "/applications/{ApplicationId}/unshare",
1990                    "code": 204
1991                }
1992            }
1993        },
1994        "com.amazonaws.serverlessapplicationrepository#UnshareApplicationRequest": {
1995            "type": "structure",
1996            "members": {
1997                "ApplicationId": {
1998                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
1999                    "traits": {
2000                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
2001                        "smithy.api#httpLabel": {},
2002                        "smithy.api#required": {}
2003                    }
2004                },
2005                "OrganizationId": {
2006                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2007                    "traits": {
2008                        "smithy.api#documentation": "<p>The AWS Organization ID to unshare the application from.</p>",
2009                        "smithy.api#jsonName": "organizationId",
2010                        "smithy.api#required": {}
2011                    }
2012                }
2013            }
2014        },
2015        "com.amazonaws.serverlessapplicationrepository#UpdateApplication": {
2016            "type": "operation",
2017            "input": {
2018                "target": "com.amazonaws.serverlessapplicationrepository#UpdateApplicationRequest"
2019            },
2020            "output": {
2021                "target": "com.amazonaws.serverlessapplicationrepository#UpdateApplicationResponse"
2022            },
2023            "errors": [
2024                {
2025                    "target": "com.amazonaws.serverlessapplicationrepository#BadRequestException"
2026                },
2027                {
2028                    "target": "com.amazonaws.serverlessapplicationrepository#ConflictException"
2029                },
2030                {
2031                    "target": "com.amazonaws.serverlessapplicationrepository#ForbiddenException"
2032                },
2033                {
2034                    "target": "com.amazonaws.serverlessapplicationrepository#InternalServerErrorException"
2035                },
2036                {
2037                    "target": "com.amazonaws.serverlessapplicationrepository#NotFoundException"
2038                },
2039                {
2040                    "target": "com.amazonaws.serverlessapplicationrepository#TooManyRequestsException"
2041                }
2042            ],
2043            "traits": {
2044                "smithy.api#documentation": "<p>Updates the specified application.</p>",
2045                "smithy.api#http": {
2046                    "method": "PATCH",
2047                    "uri": "/applications/{ApplicationId}",
2048                    "code": 200
2049                }
2050            }
2051        },
2052        "com.amazonaws.serverlessapplicationrepository#UpdateApplicationRequest": {
2053            "type": "structure",
2054            "members": {
2055                "ApplicationId": {
2056                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2057                    "traits": {
2058                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the application.</p>",
2059                        "smithy.api#httpLabel": {},
2060                        "smithy.api#required": {}
2061                    }
2062                },
2063                "Author": {
2064                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2065                    "traits": {
2066                        "smithy.api#documentation": "<p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";</p>",
2067                        "smithy.api#jsonName": "author"
2068                    }
2069                },
2070                "Description": {
2071                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2072                    "traits": {
2073                        "smithy.api#documentation": "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
2074                        "smithy.api#jsonName": "description"
2075                    }
2076                },
2077                "HomePageUrl": {
2078                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2079                    "traits": {
2080                        "smithy.api#documentation": "<p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>",
2081                        "smithy.api#jsonName": "homePageUrl"
2082                    }
2083                },
2084                "Labels": {
2085                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
2086                    "traits": {
2087                        "smithy.api#documentation": "<p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: \"^[a-zA-Z0-9+\\\\-_:\\\\/@]+$\";</p>",
2088                        "smithy.api#jsonName": "labels"
2089                    }
2090                },
2091                "ReadmeBody": {
2092                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2093                    "traits": {
2094                        "smithy.api#documentation": "<p>A text readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>",
2095                        "smithy.api#jsonName": "readmeBody"
2096                    }
2097                },
2098                "ReadmeUrl": {
2099                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2100                    "traits": {
2101                        "smithy.api#documentation": "<p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>",
2102                        "smithy.api#jsonName": "readmeUrl"
2103                    }
2104                }
2105            }
2106        },
2107        "com.amazonaws.serverlessapplicationrepository#UpdateApplicationResponse": {
2108            "type": "structure",
2109            "members": {
2110                "ApplicationId": {
2111                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2112                    "traits": {
2113                        "smithy.api#documentation": "<p>The application Amazon Resource Name (ARN).</p>",
2114                        "smithy.api#jsonName": "applicationId"
2115                    }
2116                },
2117                "Author": {
2118                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2119                    "traits": {
2120                        "smithy.api#documentation": "<p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";</p>",
2121                        "smithy.api#jsonName": "author"
2122                    }
2123                },
2124                "CreationTime": {
2125                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2126                    "traits": {
2127                        "smithy.api#documentation": "<p>The date and time this resource was created.</p>",
2128                        "smithy.api#jsonName": "creationTime"
2129                    }
2130                },
2131                "Description": {
2132                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2133                    "traits": {
2134                        "smithy.api#documentation": "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
2135                        "smithy.api#jsonName": "description"
2136                    }
2137                },
2138                "HomePageUrl": {
2139                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2140                    "traits": {
2141                        "smithy.api#documentation": "<p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>",
2142                        "smithy.api#jsonName": "homePageUrl"
2143                    }
2144                },
2145                "IsVerifiedAuthor": {
2146                    "target": "com.amazonaws.serverlessapplicationrepository#__boolean",
2147                    "traits": {
2148                        "smithy.api#documentation": "<p>Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.</p>",
2149                        "smithy.api#jsonName": "isVerifiedAuthor"
2150                    }
2151                },
2152                "Labels": {
2153                    "target": "com.amazonaws.serverlessapplicationrepository#__listOf__string",
2154                    "traits": {
2155                        "smithy.api#documentation": "<p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: \"^[a-zA-Z0-9+\\\\-_:\\\\/@]+$\";</p>",
2156                        "smithy.api#jsonName": "labels"
2157                    }
2158                },
2159                "LicenseUrl": {
2160                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2161                    "traits": {
2162                        "smithy.api#documentation": "<p>A link to a license file of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p>",
2163                        "smithy.api#jsonName": "licenseUrl"
2164                    }
2165                },
2166                "Name": {
2167                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2168                    "traits": {
2169                        "smithy.api#documentation": "<p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
2170                        "smithy.api#jsonName": "name"
2171                    }
2172                },
2173                "ReadmeUrl": {
2174                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2175                    "traits": {
2176                        "smithy.api#documentation": "<p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>",
2177                        "smithy.api#jsonName": "readmeUrl"
2178                    }
2179                },
2180                "SpdxLicenseId": {
2181                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2182                    "traits": {
2183                        "smithy.api#documentation": "<p>A valid identifier from https://spdx.org/licenses/.</p>",
2184                        "smithy.api#jsonName": "spdxLicenseId"
2185                    }
2186                },
2187                "VerifiedAuthorUrl": {
2188                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2189                    "traits": {
2190                        "smithy.api#documentation": "<p>The URL to the public profile of a verified author. This URL is submitted by the author.</p>",
2191                        "smithy.api#jsonName": "verifiedAuthorUrl"
2192                    }
2193                },
2194                "Version": {
2195                    "target": "com.amazonaws.serverlessapplicationrepository#Version",
2196                    "traits": {
2197                        "smithy.api#documentation": "<p>Version information about the application.</p>",
2198                        "smithy.api#jsonName": "version"
2199                    }
2200                }
2201            }
2202        },
2203        "com.amazonaws.serverlessapplicationrepository#Version": {
2204            "type": "structure",
2205            "members": {
2206                "ApplicationId": {
2207                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2208                    "traits": {
2209                        "smithy.api#documentation": "<p>The application Amazon Resource Name (ARN).</p>",
2210                        "smithy.api#jsonName": "applicationId",
2211                        "smithy.api#required": {}
2212                    }
2213                },
2214                "CreationTime": {
2215                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2216                    "traits": {
2217                        "smithy.api#documentation": "<p>The date and time this resource was created.</p>",
2218                        "smithy.api#jsonName": "creationTime",
2219                        "smithy.api#required": {}
2220                    }
2221                },
2222                "ParameterDefinitions": {
2223                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfParameterDefinition",
2224                    "traits": {
2225                        "smithy.api#documentation": "<p>An array of parameter types supported by the application.</p>",
2226                        "smithy.api#jsonName": "parameterDefinitions",
2227                        "smithy.api#required": {}
2228                    }
2229                },
2230                "RequiredCapabilities": {
2231                    "target": "com.amazonaws.serverlessapplicationrepository#__listOfCapability",
2232                    "traits": {
2233                        "smithy.api#documentation": "<p>A list of values that you must specify before you can deploy certain applications.\n Some applications might include resources that can affect permissions in your AWS\n account, for example, by creating new AWS Identity and Access Management (IAM) users.\n For those applications, you must explicitly acknowledge their capabilities by\n specifying this parameter.</p><p>The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM,\n CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.</p><p>The following resources require you to specify CAPABILITY_IAM or\n CAPABILITY_NAMED_IAM:\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html\">AWS::IAM::Group</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html\">AWS::IAM::InstanceProfile</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\">AWS::IAM::Policy</a>, and\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html\">AWS::IAM::Role</a>.\n If the application contains IAM resources, you can specify either CAPABILITY_IAM\n or CAPABILITY_NAMED_IAM. If the application contains IAM resources\n with custom names, you must specify CAPABILITY_NAMED_IAM.</p><p>The following resources require you to specify CAPABILITY_RESOURCE_POLICY:\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html\">AWS::Lambda::Permission</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html\">AWS::IAM:Policy</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html\">AWS::ApplicationAutoScaling::ScalingPolicy</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html\">AWS::S3::BucketPolicy</a>,\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html\">AWS::SQS::QueuePolicy</a>, and\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html\">AWS::SNS::TopicPolicy</a>.</p><p>Applications that contain one or more nested applications require you to specify\n CAPABILITY_AUTO_EXPAND.</p><p>If your application template contains any of the above resources, we recommend that you review\n all permissions associated with the application before deploying. If you don't specify\n this parameter for an application that requires capabilities, the call will fail.</p>",
2234                        "smithy.api#jsonName": "requiredCapabilities",
2235                        "smithy.api#required": {}
2236                    }
2237                },
2238                "ResourcesSupported": {
2239                    "target": "com.amazonaws.serverlessapplicationrepository#__boolean",
2240                    "traits": {
2241                        "smithy.api#documentation": "<p>Whether all of the AWS resources contained in this application are supported in the region\n in which it is being retrieved.</p>",
2242                        "smithy.api#jsonName": "resourcesSupported",
2243                        "smithy.api#required": {}
2244                    }
2245                },
2246                "SemanticVersion": {
2247                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2248                    "traits": {
2249                        "smithy.api#documentation": "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
2250                        "smithy.api#jsonName": "semanticVersion",
2251                        "smithy.api#required": {}
2252                    }
2253                },
2254                "SourceCodeArchiveUrl": {
2255                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2256                    "traits": {
2257                        "smithy.api#documentation": "<p>A link to the S3 object that contains the ZIP archive of the source code for this version of your application.</p><p>Maximum size 50 MB</p>",
2258                        "smithy.api#jsonName": "sourceCodeArchiveUrl"
2259                    }
2260                },
2261                "SourceCodeUrl": {
2262                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2263                    "traits": {
2264                        "smithy.api#documentation": "<p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>",
2265                        "smithy.api#jsonName": "sourceCodeUrl"
2266                    }
2267                },
2268                "TemplateUrl": {
2269                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2270                    "traits": {
2271                        "smithy.api#documentation": "<p>A link to the packaged AWS SAM template of your application.</p>",
2272                        "smithy.api#jsonName": "templateUrl",
2273                        "smithy.api#required": {}
2274                    }
2275                }
2276            },
2277            "traits": {
2278                "smithy.api#documentation": "<p>Application version details.</p>"
2279            }
2280        },
2281        "com.amazonaws.serverlessapplicationrepository#VersionSummary": {
2282            "type": "structure",
2283            "members": {
2284                "ApplicationId": {
2285                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2286                    "traits": {
2287                        "smithy.api#documentation": "<p>The application Amazon Resource Name (ARN).</p>",
2288                        "smithy.api#jsonName": "applicationId",
2289                        "smithy.api#required": {}
2290                    }
2291                },
2292                "CreationTime": {
2293                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2294                    "traits": {
2295                        "smithy.api#documentation": "<p>The date and time this resource was created.</p>",
2296                        "smithy.api#jsonName": "creationTime",
2297                        "smithy.api#required": {}
2298                    }
2299                },
2300                "SemanticVersion": {
2301                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2302                    "traits": {
2303                        "smithy.api#documentation": "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
2304                        "smithy.api#jsonName": "semanticVersion",
2305                        "smithy.api#required": {}
2306                    }
2307                },
2308                "SourceCodeUrl": {
2309                    "target": "com.amazonaws.serverlessapplicationrepository#__string",
2310                    "traits": {
2311                        "smithy.api#documentation": "<p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>",
2312                        "smithy.api#jsonName": "sourceCodeUrl"
2313                    }
2314                }
2315            },
2316            "traits": {
2317                "smithy.api#documentation": "<p>An application version summary.</p>"
2318            }
2319        },
2320        "com.amazonaws.serverlessapplicationrepository#__boolean": {
2321            "type": "boolean"
2322        },
2323        "com.amazonaws.serverlessapplicationrepository#__integer": {
2324            "type": "integer"
2325        },
2326        "com.amazonaws.serverlessapplicationrepository#__listOfApplicationDependencySummary": {
2327            "type": "list",
2328            "member": {
2329                "target": "com.amazonaws.serverlessapplicationrepository#ApplicationDependencySummary"
2330            }
2331        },
2332        "com.amazonaws.serverlessapplicationrepository#__listOfApplicationPolicyStatement": {
2333            "type": "list",
2334            "member": {
2335                "target": "com.amazonaws.serverlessapplicationrepository#ApplicationPolicyStatement"
2336            }
2337        },
2338        "com.amazonaws.serverlessapplicationrepository#__listOfApplicationSummary": {
2339            "type": "list",
2340            "member": {
2341                "target": "com.amazonaws.serverlessapplicationrepository#ApplicationSummary"
2342            }
2343        },
2344        "com.amazonaws.serverlessapplicationrepository#__listOfCapability": {
2345            "type": "list",
2346            "member": {
2347                "target": "com.amazonaws.serverlessapplicationrepository#Capability"
2348            }
2349        },
2350        "com.amazonaws.serverlessapplicationrepository#__listOfParameterDefinition": {
2351            "type": "list",
2352            "member": {
2353                "target": "com.amazonaws.serverlessapplicationrepository#ParameterDefinition"
2354            }
2355        },
2356        "com.amazonaws.serverlessapplicationrepository#__listOfParameterValue": {
2357            "type": "list",
2358            "member": {
2359                "target": "com.amazonaws.serverlessapplicationrepository#ParameterValue"
2360            }
2361        },
2362        "com.amazonaws.serverlessapplicationrepository#__listOfRollbackTrigger": {
2363            "type": "list",
2364            "member": {
2365                "target": "com.amazonaws.serverlessapplicationrepository#RollbackTrigger"
2366            }
2367        },
2368        "com.amazonaws.serverlessapplicationrepository#__listOfTag": {
2369            "type": "list",
2370            "member": {
2371                "target": "com.amazonaws.serverlessapplicationrepository#Tag"
2372            }
2373        },
2374        "com.amazonaws.serverlessapplicationrepository#__listOfVersionSummary": {
2375            "type": "list",
2376            "member": {
2377                "target": "com.amazonaws.serverlessapplicationrepository#VersionSummary"
2378            }
2379        },
2380        "com.amazonaws.serverlessapplicationrepository#__listOf__string": {
2381            "type": "list",
2382            "member": {
2383                "target": "com.amazonaws.serverlessapplicationrepository#__string"
2384            }
2385        },
2386        "com.amazonaws.serverlessapplicationrepository#__string": {
2387            "type": "string"
2388        }
2389    }
2390}
2391