1{
2  "version" : "2.0",
3  "service" : "<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>",
4  "operations" : {
5    "CreateApplication" : "<p>Creates an application, optionally including an AWS SAM file to create the first application version in the same call.</p>",
6    "CreateApplicationVersion" : "<p>Creates an application version.</p>",
7    "CreateCloudFormationChangeSet" : "<p>Creates an AWS CloudFormation change set for the given application.</p>",
8    "CreateCloudFormationTemplate" : "<p>Creates an AWS CloudFormation template.</p>",
9    "DeleteApplication" : "<p>Deletes the specified application.</p>",
10    "GetApplication" : "<p>Gets the specified application.</p>",
11    "GetApplicationPolicy" : "<p>Retrieves the policy for the application.</p>",
12    "GetCloudFormationTemplate" : "<p>Gets the specified AWS CloudFormation template.</p>",
13    "ListApplicationDependencies" : "<p>Retrieves the list of applications nested in the containing application.</p>",
14    "ListApplicationVersions" : "<p>Lists versions for the specified application.</p>",
15    "ListApplications" : "<p>Lists applications owned by the requester.</p>",
16    "PutApplicationPolicy" : "<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>",
17    "UnshareApplication" : "<p>Unshares an application from an AWS Organization.</p><p>This operation can be called only from the organization's master account.</p>",
18    "UpdateApplication" : "<p>Updates the specified application.</p>"
19  },
20  "shapes" : {
21    "Application" : {
22      "base" : "<p>Details about the application.</p>",
23      "refs" : { }
24    },
25    "ApplicationDependencyPage" : {
26      "base" : "<p>A list of application summaries nested in the application.</p>",
27      "refs" : { }
28    },
29    "ApplicationDependencySummary" : {
30      "base" : "<p>A nested application summary.</p>",
31      "refs" : {
32        "__listOfApplicationDependencySummary$member" : null
33      }
34    },
35    "ApplicationPage" : {
36      "base" : "<p>A list of application details.</p>",
37      "refs" : { }
38    },
39    "ApplicationPolicy" : {
40      "base" : "<p>Policy statements applied to the application.</p>",
41      "refs" : { }
42    },
43    "ApplicationPolicyStatement" : {
44      "base" : "<p>Policy statement applied to the application.</p>",
45      "refs" : {
46        "__listOfApplicationPolicyStatement$member" : null
47      }
48    },
49    "ApplicationSummary" : {
50      "base" : "<p>Summary of details about the application.</p>",
51      "refs" : {
52        "__listOfApplicationSummary$member" : null
53      }
54    },
55    "ApplicationVersionPage" : {
56      "base" : "<p>A list of version summaries for the application.</p>",
57      "refs" : { }
58    },
59    "BadRequestException" : {
60      "base" : "<p>One of the parameters in the request is invalid.</p>",
61      "refs" : { }
62    },
63    "Capability" : {
64      "base" : "<p>Values that must be specified in order to deploy some applications.</p>",
65      "refs" : {
66        "__listOfCapability$member" : null
67      }
68    },
69    "ChangeSetDetails" : {
70      "base" : "<p>Details of the change set.</p>",
71      "refs" : { }
72    },
73    "ConflictException" : {
74      "base" : "<p>The resource already exists.</p>",
75      "refs" : { }
76    },
77    "CreateApplicationInput" : {
78      "base" : "<p>Create an application request.</p>",
79      "refs" : { }
80    },
81    "CreateApplicationVersionInput" : {
82      "base" : "<p>Create a version request.</p>",
83      "refs" : { }
84    },
85    "CreateCloudFormationChangeSetInput" : {
86      "base" : "<p>Create an application change set request.</p>",
87      "refs" : { }
88    },
89    "CreateCloudFormationTemplateInput" : {
90      "base" : "<p>Create a template request.</p>",
91      "refs" : { }
92    },
93    "ForbiddenException" : {
94      "base" : "<p>The client is not authenticated.</p>",
95      "refs" : { }
96    },
97    "InternalServerErrorException" : {
98      "base" : "<p>The AWS Serverless Application Repository service encountered an internal error.</p>",
99      "refs" : { }
100    },
101    "NotFoundException" : {
102      "base" : "<p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>",
103      "refs" : { }
104    },
105    "ParameterDefinition" : {
106      "base" : "<p>Parameters supported by the application.</p>",
107      "refs" : {
108        "__listOfParameterDefinition$member" : null
109      }
110    },
111    "ParameterValue" : {
112      "base" : "<p>Parameter value of the application.</p>",
113      "refs" : {
114        "__listOfParameterValue$member" : null
115      }
116    },
117    "RollbackConfiguration" : {
118      "base" : "<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>",
119      "refs" : {
120        "CreateCloudFormationChangeSetInput$RollbackConfiguration" : "<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>"
121      }
122    },
123    "RollbackTrigger" : {
124      "base" : "<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>",
125      "refs" : {
126        "__listOfRollbackTrigger$member" : null
127      }
128    },
129    "Status" : {
130      "base" : null,
131      "refs" : {
132        "TemplateDetails$Status" : "<p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED\n </p>"
133      }
134    },
135    "Tag" : {
136      "base" : "<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>",
137      "refs" : {
138        "__listOfTag$member" : null
139      }
140    },
141    "TemplateDetails" : {
142      "base" : "<p>Details of the template.</p>",
143      "refs" : { }
144    },
145    "TooManyRequestsException" : {
146      "base" : "<p>The client is sending more than the allowed number of requests per unit of time.</p>",
147      "refs" : { }
148    },
149    "UnshareApplicationInput" : {
150      "base" : "<p>Unshare application request.</p>",
151      "refs" : { }
152    },
153    "UpdateApplicationInput" : {
154      "base" : "<p>Update the application request.</p>",
155      "refs" : { }
156    },
157    "Version" : {
158      "base" : "<p>Application version details.</p>",
159      "refs" : {
160        "Application$Version" : "<p>Version information about the application.</p>"
161      }
162    },
163    "VersionSummary" : {
164      "base" : "<p>An application version summary.</p>",
165      "refs" : {
166        "__listOfVersionSummary$member" : null
167      }
168    },
169    "__boolean" : {
170      "base" : null,
171      "refs" : {
172        "Application$IsVerifiedAuthor" : "<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>",
173        "ParameterDefinition$NoEcho" : "<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>",
174        "Version$ResourcesSupported" : "<p>Whether all of the AWS resources contained in this application are supported in the region\n in which it is being retrieved.</p>"
175      }
176    },
177    "__integer" : {
178      "base" : null,
179      "refs" : {
180        "ParameterDefinition$MaxLength" : "<p>An integer value that determines the largest number of characters that you want to allow for String types.</p>",
181        "ParameterDefinition$MaxValue" : "<p>A numeric value that determines the largest numeric value that you want to allow for Number types.</p>",
182        "ParameterDefinition$MinLength" : "<p>An integer value that determines the smallest number of characters that you want to allow for String types.</p>",
183        "ParameterDefinition$MinValue" : "<p>A numeric value that determines the smallest numeric value that you want to allow for Number types.</p>",
184        "RollbackConfiguration$MonitoringTimeInMinutes" : "<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>"
185      }
186    },
187    "__listOfApplicationDependencySummary" : {
188      "base" : null,
189      "refs" : {
190        "ApplicationDependencyPage$Dependencies" : "<p>An array of application summaries nested in the application.</p>"
191      }
192    },
193    "__listOfApplicationPolicyStatement" : {
194      "base" : null,
195      "refs" : {
196        "ApplicationPolicy$Statements" : "<p>An array of policy statements applied to the application.</p>"
197      }
198    },
199    "__listOfApplicationSummary" : {
200      "base" : null,
201      "refs" : {
202        "ApplicationPage$Applications" : "<p>An array of application summaries.</p>"
203      }
204    },
205    "__listOfCapability" : {
206      "base" : null,
207      "refs" : {
208        "Version$RequiredCapabilities" : "<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>"
209      }
210    },
211    "__listOfParameterDefinition" : {
212      "base" : null,
213      "refs" : {
214        "Version$ParameterDefinitions" : "<p>An array of parameter types supported by the application.</p>"
215      }
216    },
217    "__listOfParameterValue" : {
218      "base" : null,
219      "refs" : {
220        "CreateCloudFormationChangeSetInput$ParameterOverrides" : "<p>A list of parameter values for the parameters of the application.</p>"
221      }
222    },
223    "__listOfRollbackTrigger" : {
224      "base" : null,
225      "refs" : {
226        "RollbackConfiguration$RollbackTriggers" : "<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>"
227      }
228    },
229    "__listOfTag" : {
230      "base" : null,
231      "refs" : {
232        "CreateCloudFormationChangeSetInput$Tags" : "<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>"
233      }
234    },
235    "__listOfVersionSummary" : {
236      "base" : null,
237      "refs" : {
238        "ApplicationVersionPage$Versions" : "<p>An array of version summaries for the application.</p>"
239      }
240    },
241    "__listOf__string" : {
242      "base" : null,
243      "refs" : {
244        "Application$Labels" : "<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>",
245        "ApplicationPolicyStatement$Actions" : "<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>",
246        "ApplicationPolicyStatement$PrincipalOrgIDs" : "<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>",
247        "ApplicationPolicyStatement$Principals" : "<p>An array of AWS account IDs, or * to make the application public.</p>",
248        "ApplicationSummary$Labels" : "<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>",
249        "CreateApplicationInput$Labels" : "<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>",
250        "CreateCloudFormationChangeSetInput$Capabilities" : "<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>",
251        "CreateCloudFormationChangeSetInput$NotificationArns" : "<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>",
252        "CreateCloudFormationChangeSetInput$ResourceTypes" : "<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>",
253        "ParameterDefinition$AllowedValues" : "<p>An array containing the list of values allowed for the parameter.</p>",
254        "ParameterDefinition$ReferencedByResources" : "<p>A list of AWS SAM resources that use this parameter.</p>",
255        "UpdateApplicationInput$Labels" : "<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>"
256      }
257    },
258    "__string" : {
259      "base" : null,
260      "refs" : {
261        "Application$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
262        "Application$Author" : "<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>",
263        "Application$CreationTime" : "<p>The date and time this resource was created.</p>",
264        "Application$Description" : "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
265        "Application$HomePageUrl" : "<p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>",
266        "Application$LicenseUrl" : "<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>",
267        "Application$Name" : "<p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
268        "Application$ReadmeUrl" : "<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>",
269        "Application$SpdxLicenseId" : "<p>A valid identifier from https://spdx.org/licenses/.</p>",
270        "Application$VerifiedAuthorUrl" : "<p>The URL to the public profile of a verified author. This URL is submitted by the author.</p>",
271        "ApplicationDependencyPage$NextToken" : "<p>The token to request the next page of results.</p>",
272        "ApplicationDependencySummary$ApplicationId" : "<p>The Amazon Resource Name (ARN) of the nested application.</p>",
273        "ApplicationDependencySummary$SemanticVersion" : "<p>The semantic version of the nested application.</p>",
274        "ApplicationPage$NextToken" : "<p>The token to request the next page of results.</p>",
275        "ApplicationPolicyStatement$StatementId" : "<p>A unique ID for the statement.</p>",
276        "ApplicationSummary$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
277        "ApplicationSummary$Author" : "<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>",
278        "ApplicationSummary$CreationTime" : "<p>The date and time this resource was created.</p>",
279        "ApplicationSummary$Description" : "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
280        "ApplicationSummary$HomePageUrl" : "<p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>",
281        "ApplicationSummary$Name" : "<p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
282        "ApplicationSummary$SpdxLicenseId" : "<p>A valid identifier from <a href=\"https://spdx.org/licenses/\">https://spdx.org/licenses/</a>.</p>",
283        "ApplicationVersionPage$NextToken" : "<p>The token to request the next page of results.</p>",
284        "BadRequestException$ErrorCode" : "<p>400</p>",
285        "BadRequestException$Message" : "<p>One of the parameters in the request is invalid.</p>",
286        "ChangeSetDetails$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
287        "ChangeSetDetails$ChangeSetId" : "<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>",
288        "ChangeSetDetails$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
289        "ChangeSetDetails$StackId" : "<p>The unique ID of the stack.</p>",
290        "ConflictException$ErrorCode" : "<p>409</p>",
291        "ConflictException$Message" : "<p>The resource already exists.</p>",
292        "CreateApplicationInput$Author" : "<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>",
293        "CreateApplicationInput$Description" : "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
294        "CreateApplicationInput$HomePageUrl" : "<p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>",
295        "CreateApplicationInput$LicenseBody" : "<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>",
296        "CreateApplicationInput$LicenseUrl" : "<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>",
297        "CreateApplicationInput$Name" : "<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>",
298        "CreateApplicationInput$ReadmeBody" : "<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>",
299        "CreateApplicationInput$ReadmeUrl" : "<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>",
300        "CreateApplicationInput$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
301        "CreateApplicationInput$SourceCodeArchiveUrl" : "<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>",
302        "CreateApplicationInput$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>",
303        "CreateApplicationInput$SpdxLicenseId" : "<p>A valid identifier from <a href=\"https://spdx.org/licenses/\">https://spdx.org/licenses/</a>.</p>",
304        "CreateApplicationInput$TemplateBody" : "<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>",
305        "CreateApplicationInput$TemplateUrl" : "<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>",
306        "CreateApplicationVersionInput$SourceCodeArchiveUrl" : "<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>",
307        "CreateApplicationVersionInput$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>",
308        "CreateApplicationVersionInput$TemplateBody" : "<p>The raw packaged AWS SAM template of your application.</p>",
309        "CreateApplicationVersionInput$TemplateUrl" : "<p>A link to the packaged AWS SAM template of your application.</p>",
310        "CreateCloudFormationChangeSetInput$ChangeSetName" : "<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>",
311        "CreateCloudFormationChangeSetInput$ClientToken" : "<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>",
312        "CreateCloudFormationChangeSetInput$Description" : "<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>",
313        "CreateCloudFormationChangeSetInput$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
314        "CreateCloudFormationChangeSetInput$StackName" : "<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>",
315        "CreateCloudFormationChangeSetInput$TemplateId" : "<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>",
316        "CreateCloudFormationTemplateInput$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
317        "ForbiddenException$ErrorCode" : "<p>403</p>",
318        "ForbiddenException$Message" : "<p>The client is not authenticated.</p>",
319        "InternalServerErrorException$ErrorCode" : "<p>500</p>",
320        "InternalServerErrorException$Message" : "<p>The AWS Serverless Application Repository service encountered an internal error.</p>",
321        "NotFoundException$ErrorCode" : "<p>404</p>",
322        "NotFoundException$Message" : "<p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>",
323        "ParameterDefinition$AllowedPattern" : "<p>A regular expression that represents the patterns to allow for String types.</p>",
324        "ParameterDefinition$ConstraintDescription" : "<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>",
325        "ParameterDefinition$DefaultValue" : "<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>",
326        "ParameterDefinition$Description" : "<p>A string of up to 4,000 characters that describes the parameter.</p>",
327        "ParameterDefinition$Name" : "<p>The name of the parameter.</p>",
328        "ParameterDefinition$Type" : "<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>",
329        "ParameterValue$Name" : "<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>",
330        "ParameterValue$Value" : "<p>The input value associated with the parameter.</p>",
331        "RollbackTrigger$Arn" : "<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>",
332        "RollbackTrigger$Type" : "<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>",
333        "Tag$Key" : "<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>",
334        "Tag$Value" : "<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>",
335        "TemplateDetails$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
336        "TemplateDetails$CreationTime" : "<p>The date and time this resource was created.</p>",
337        "TemplateDetails$ExpirationTime" : "<p>The date and time this template expires. Templates\n expire 1 hour after creation.</p>",
338        "TemplateDetails$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
339        "TemplateDetails$TemplateId" : "<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>",
340        "TemplateDetails$TemplateUrl" : "<p>A link to the template that can be used to deploy the application using\n AWS CloudFormation.</p>",
341        "TooManyRequestsException$ErrorCode" : "<p>429</p>",
342        "TooManyRequestsException$Message" : "<p>The client is sending more than the allowed number of requests per unit of time.</p>",
343        "UnshareApplicationInput$OrganizationId" : "<p>The AWS Organization ID to unshare the application from.</p>",
344        "UpdateApplicationInput$Author" : "<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>",
345        "UpdateApplicationInput$Description" : "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
346        "UpdateApplicationInput$HomePageUrl" : "<p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>",
347        "UpdateApplicationInput$ReadmeBody" : "<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>",
348        "UpdateApplicationInput$ReadmeUrl" : "<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>",
349        "Version$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
350        "Version$CreationTime" : "<p>The date and time this resource was created.</p>",
351        "Version$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
352        "Version$SourceCodeArchiveUrl" : "<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>",
353        "Version$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>",
354        "Version$TemplateUrl" : "<p>A link to the packaged AWS SAM template of your application.</p>",
355        "VersionSummary$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
356        "VersionSummary$CreationTime" : "<p>The date and time this resource was created.</p>",
357        "VersionSummary$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
358        "VersionSummary$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>",
359        "__listOf__string$member" : null
360      }
361    }
362  }
363}