mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
change github.com/aws/aws-sdk-go to be the same revision in kubernetes
This commit is contained in:
9
vendor/github.com/aws/aws-sdk-go/models/apis/serverlessrepo/2017-09-08/api-2.json
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/models/apis/serverlessrepo/2017-09-08/api-2.json
generated
vendored
@@ -581,8 +581,7 @@
|
||||
"shape" : "__string",
|
||||
"locationName" : "templateUrl"
|
||||
}
|
||||
},
|
||||
"required" : [ "Description", "Name", "Author" ]
|
||||
}
|
||||
},
|
||||
"CreateApplicationResponse" : {
|
||||
"type" : "structure",
|
||||
@@ -746,7 +745,7 @@
|
||||
"locationName" : "stackName"
|
||||
}
|
||||
},
|
||||
"required" : [ "ApplicationId", "StackName" ]
|
||||
"required" : [ "ApplicationId" ]
|
||||
},
|
||||
"CreateCloudFormationChangeSetResponse" : {
|
||||
"type" : "structure",
|
||||
@@ -1068,7 +1067,7 @@
|
||||
"locationName" : "statements"
|
||||
}
|
||||
},
|
||||
"required" : [ "ApplicationId", "Statements" ]
|
||||
"required" : [ "ApplicationId" ]
|
||||
},
|
||||
"PutApplicationPolicyResponse" : {
|
||||
"type" : "structure",
|
||||
@@ -1313,4 +1312,4 @@
|
||||
"type" : "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
116
vendor/github.com/aws/aws-sdk-go/models/apis/serverlessrepo/2017-09-08/docs-2.json
generated
vendored
116
vendor/github.com/aws/aws-sdk-go/models/apis/serverlessrepo/2017-09-08/docs-2.json
generated
vendored
@@ -4,13 +4,13 @@
|
||||
"operations" : {
|
||||
"CreateApplication" : "<p>Creates an application, optionally including an AWS SAM file to create the first application version in the same call.</p>",
|
||||
"CreateApplicationVersion" : "<p>Creates an application version.</p>",
|
||||
"CreateCloudFormationChangeSet" : "<p>Creates an AWS CloudFormation change set for the given application.</p>",
|
||||
"CreateCloudFormationChangeSet" : "<p>Creates an AWS CloudFormation ChangeSet for the given application.</p>",
|
||||
"DeleteApplication" : "<p>Deletes the specified application.</p>",
|
||||
"GetApplication" : "<p>Gets the specified application.</p>",
|
||||
"GetApplicationPolicy" : "<p>Retrieves the policy for the application.</p>",
|
||||
"GetApplicationPolicy" : "<p>Gets the policy for the specified application.</p>",
|
||||
"ListApplicationVersions" : "<p>Lists versions for the specified application.</p>",
|
||||
"ListApplications" : "<p>Lists applications owned by the requester.</p>",
|
||||
"PutApplicationPolicy" : "<p>Sets the permission policy for an application. See\n <a href=\"https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions\">Application Permissions</a>\n for the list of supported actions that can be used with this operation.</p>",
|
||||
"PutApplicationPolicy" : "<p>Puts the policy for the specified application.</p>",
|
||||
"UpdateApplication" : "<p>Updates the specified application.</p>"
|
||||
},
|
||||
"shapes" : {
|
||||
@@ -19,7 +19,7 @@
|
||||
"refs" : { }
|
||||
},
|
||||
"ApplicationPage" : {
|
||||
"base" : "<p>A list of application details.</p>",
|
||||
"base" : "<p>List of application details.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"ApplicationPolicy" : {
|
||||
@@ -39,7 +39,7 @@
|
||||
}
|
||||
},
|
||||
"ApplicationVersionPage" : {
|
||||
"base" : "<p>A list of version summaries for the application.</p>",
|
||||
"base" : "<p>List of version summaries for the application.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"BadRequestException" : {
|
||||
@@ -55,15 +55,15 @@
|
||||
"refs" : { }
|
||||
},
|
||||
"CreateApplicationInput" : {
|
||||
"base" : "<p>Create an application request.</p>",
|
||||
"base" : "<p>Create application request.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"CreateApplicationVersionInput" : {
|
||||
"base" : "<p>Create a version request.</p>",
|
||||
"base" : "<p>Create version request.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"CreateCloudFormationChangeSetInput" : {
|
||||
"base" : "<p>Create an application change set request.</p>",
|
||||
"base" : "<p>Create application ChangeSet request.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"ForbiddenException" : {
|
||||
@@ -75,7 +75,7 @@
|
||||
"refs" : { }
|
||||
},
|
||||
"NotFoundException" : {
|
||||
"base" : "<p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>",
|
||||
"base" : "<p>The resource (for example, an access policy statement) specified in the request does not exist.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"ParameterDefinition" : {
|
||||
@@ -91,11 +91,11 @@
|
||||
}
|
||||
},
|
||||
"TooManyRequestsException" : {
|
||||
"base" : "<p>The client is sending more than the allowed number of requests per unit of time.</p>",
|
||||
"base" : "<p>The client is sending more than the allowed number of requests per unit time.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"UpdateApplicationInput" : {
|
||||
"base" : "<p>Update the application request.</p>",
|
||||
"base" : "<p>Update application request.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"Version" : {
|
||||
@@ -105,7 +105,7 @@
|
||||
}
|
||||
},
|
||||
"VersionSummary" : {
|
||||
"base" : "<p>An application version summary.</p>",
|
||||
"base" : "<p>Application version summary.</p>",
|
||||
"refs" : {
|
||||
"__listOfVersionSummary$member" : null
|
||||
}
|
||||
@@ -119,28 +119,28 @@
|
||||
"__integer" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ParameterDefinition$MaxLength" : "<p>An integer value that determines the largest number of characters that you want to allow for String types.</p>",
|
||||
"ParameterDefinition$MaxValue" : "<p>A numeric value that determines the largest numeric value that you want to allow for Number types.</p>",
|
||||
"ParameterDefinition$MinLength" : "<p>An integer value that determines the smallest number of characters that you want to allow for String types.</p>",
|
||||
"ParameterDefinition$MinValue" : "<p>A numeric value that determines the smallest numeric value that you want to allow for Number types.</p>"
|
||||
"ParameterDefinition$MaxLength" : "<p>An integer value that determines the largest number of characters you want to allow for String types.</p>",
|
||||
"ParameterDefinition$MaxValue" : "<p>A numeric value that determines the largest numeric value you want to allow for Number types.</p>",
|
||||
"ParameterDefinition$MinLength" : "<p>An integer value that determines the smallest number of characters you want to allow for String types.</p>",
|
||||
"ParameterDefinition$MinValue" : "<p>A numeric value that determines the smallest numeric value you want to allow for Number types.</p>"
|
||||
}
|
||||
},
|
||||
"__listOfApplicationPolicyStatement" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ApplicationPolicy$Statements" : "<p>An array of policy statements applied to the application.</p>"
|
||||
"ApplicationPolicy$Statements" : "<p>Array of policy statements applied to the application.</p>"
|
||||
}
|
||||
},
|
||||
"__listOfApplicationSummary" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ApplicationPage$Applications" : "<p>An array of application summaries.</p>"
|
||||
"ApplicationPage$Applications" : "<p>Array of application summaries.</p>"
|
||||
}
|
||||
},
|
||||
"__listOfParameterDefinition" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"Version$ParameterDefinitions" : "<p>An array of parameter types supported by the application.</p>"
|
||||
"Version$ParameterDefinitions" : "<p>Array of parameter types supported by the application.</p>"
|
||||
}
|
||||
},
|
||||
"__listOfParameterValue" : {
|
||||
@@ -152,65 +152,65 @@
|
||||
"__listOfVersionSummary" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ApplicationVersionPage$Versions" : "<p>An array of version summaries for the application.</p>"
|
||||
"ApplicationVersionPage$Versions" : "<p>Array of version summaries for the application.</p>"
|
||||
}
|
||||
},
|
||||
"__listOf__string" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"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>",
|
||||
"ApplicationPolicyStatement$Actions" : "<p>See <a href=\"https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions\">Application Permissions</a> for the list of supported actions.</p>",
|
||||
"Application$Labels" : "<p>Labels to improve discovery of apps in search results.</p><p>Min Length=1. Max Length=127. Maximum number of labels: 10</p><p>Pattern: \"^[a-zA-Z0-9+\\\\-_:\\\\/@]+$\";</p>",
|
||||
"ApplicationPolicyStatement$Actions" : "<p>A list of supported actions:</p><p>\n GetApplication\n </p><p>\n CreateCloudFormationChangeSet\n </p><p>\n ListApplicationVersions\n </p><p>\n SearchApplications\n </p><p>\n Deploy (Note: This action enables all other actions above.)</p>",
|
||||
"ApplicationPolicyStatement$Principals" : "<p>An AWS account ID, or * to make the application public.</p>",
|
||||
"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>",
|
||||
"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>",
|
||||
"ParameterDefinition$AllowedValues" : "<p>An array containing the list of values allowed for the parameter.</p>",
|
||||
"ApplicationSummary$Labels" : "<p>Labels to improve discovery of apps in search results.</p><p>Min Length=1. Max Length=127. Maximum number of labels: 10</p><p>Pattern: \"^[a-zA-Z0-9+\\\\-_:\\\\/@]+$\";</p>",
|
||||
"CreateApplicationInput$Labels" : "<p>Labels to improve discovery of apps in search results.</p><p>Min Length=1. Max Length=127. Maximum number of labels: 10</p><p>Pattern: \"^[a-zA-Z0-9+\\\\-_:\\\\/@]+$\";</p>",
|
||||
"ParameterDefinition$AllowedValues" : "<p>Array containing the list of values allowed for the parameter.</p>",
|
||||
"ParameterDefinition$ReferencedByResources" : "<p>A list of AWS SAM resources that use this parameter.</p>",
|
||||
"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>"
|
||||
"UpdateApplicationInput$Labels" : "<p>Labels to improve discovery of apps in search results.</p><p>Min Length=1. Max Length=127. Maximum number of labels: 10</p><p>Pattern: \"^[a-zA-Z0-9+\\\\-_:\\\\/@]+$\";</p>"
|
||||
}
|
||||
},
|
||||
"__string" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"Application$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
|
||||
"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>",
|
||||
"Application$CreationTime" : "<p>The date and time this resource was created.</p>",
|
||||
"Application$Description" : "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
|
||||
"Application$Author" : "<p>The name of the author publishing the app.</p><p>Min Length=1. Max Length=127.</p><p>Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";</p>",
|
||||
"Application$CreationTime" : "<p>The date/time this resource was created.</p>",
|
||||
"Application$Description" : "<p>The description of the application.</p><p>Min Length=1. Max Length=256</p>",
|
||||
"Application$HomePageUrl" : "<p>A URL with more information about the application, for example\n the location of your GitHub repository for the application.</p>",
|
||||
"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>",
|
||||
"Application$Name" : "<p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
|
||||
"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>",
|
||||
"Application$LicenseUrl" : "<p>A link to a license file of the app that matches the spdxLicenseID of your application.</p><p>Max size 5 MB</p>",
|
||||
"Application$Name" : "<p>The name of the application.</p><p>Min Length=1. Max Length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
|
||||
"Application$ReadmeUrl" : "<p>A link to the readme file that contains a more detailed description of the application and how it works in Markdown language.</p><p>Max size 5 MB</p>",
|
||||
"Application$SpdxLicenseId" : "<p>A valid identifier from https://spdx.org/licenses/.</p>",
|
||||
"ApplicationPage$NextToken" : "<p>The token to request the next page of results.</p>",
|
||||
"ApplicationPolicyStatement$StatementId" : "<p>A unique ID for the statement.</p>",
|
||||
"ApplicationSummary$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
|
||||
"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>",
|
||||
"ApplicationSummary$CreationTime" : "<p>The date and time this resource was created.</p>",
|
||||
"ApplicationSummary$Description" : "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
|
||||
"ApplicationSummary$ApplicationId" : "<p>The application ARN.</p>",
|
||||
"ApplicationSummary$Author" : "<p>The name of the author publishing the app.</p><p>Min Length=1. Max Length=127.</p><p>Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";</p>",
|
||||
"ApplicationSummary$CreationTime" : "<p>The date/time this resource was created.</p>",
|
||||
"ApplicationSummary$Description" : "<p>The description of the application.</p><p>Min Length=1. Max Length=256</p>",
|
||||
"ApplicationSummary$HomePageUrl" : "<p>A URL with more information about the application, for example\n the location of your GitHub repository for the application.</p>",
|
||||
"ApplicationSummary$Name" : "<p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
|
||||
"ApplicationSummary$Name" : "<p>The name of the application.</p><p>Min Length=1. Max Length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
|
||||
"ApplicationSummary$SpdxLicenseId" : "<p>A valid identifier from <a href=\"https://spdx.org/licenses/\">https://spdx.org/licenses/</a>.</p>",
|
||||
"ApplicationVersionPage$NextToken" : "<p>The token to request the next page of results.</p>",
|
||||
"BadRequestException$ErrorCode" : "<p>400</p>",
|
||||
"BadRequestException$Message" : "<p>One of the parameters in the request is invalid.</p>",
|
||||
"ChangeSetDetails$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
|
||||
"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>",
|
||||
"ChangeSetDetails$ChangeSetId" : "<p>The ARN of the change set.</p><p>Length Constraints: Minimum length of 1.</p><p>Pattern: Amazon Resource Name (ARN):[-a-zA-Z0-9:/]*</p>",
|
||||
"ChangeSetDetails$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
|
||||
"ChangeSetDetails$StackId" : "<p>The unique ID of the stack.</p>",
|
||||
"ConflictException$ErrorCode" : "<p>409</p>",
|
||||
"ConflictException$Message" : "<p>The resource already exists.</p>",
|
||||
"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>",
|
||||
"CreateApplicationInput$Description" : "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
|
||||
"CreateApplicationInput$Author" : "<p>The name of the author publishing the app.</p><p>Min Length=1. Max Length=127.</p><p>Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";</p>",
|
||||
"CreateApplicationInput$Description" : "<p>The description of the application.</p><p>Min Length=1. Max Length=256</p>",
|
||||
"CreateApplicationInput$HomePageUrl" : "<p>A URL with more information about the application, for example\n the location of your GitHub repository for the application.</p>",
|
||||
"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 is of the format file://<path>/<filename>.</p><p>Maximum size 5 MB</p><p>Note: Only one of licenseBody and licenseUrl can be specified, otherwise an error will result.</p>",
|
||||
"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>Note: Only one of licenseBody and licenseUrl can be specified, otherwise an error will result.</p>",
|
||||
"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>",
|
||||
"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 is of the format file://<path>/<filename>.</p><p>Maximum size 5 MB</p><p>Note: Only one of readmeBody and readmeUrl can be specified, otherwise an error will result.</p>",
|
||||
"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>Note: Only one of readmeBody and readmeUrl can be specified, otherwise an error will result.</p>",
|
||||
"CreateApplicationInput$LicenseBody" : "<p>A raw text file that contains the license of the app that matches the spdxLicenseID of your application.</p><p>Max size 5 MB</p>",
|
||||
"CreateApplicationInput$LicenseUrl" : "<p>A link to a license file of the app that matches the spdxLicenseID of your application.</p><p>Max size 5 MB</p>",
|
||||
"CreateApplicationInput$Name" : "<p>The name of the application you want to publish.</p><p>Min Length=1. Max Length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
|
||||
"CreateApplicationInput$ReadmeBody" : "<p>A raw text Readme file that contains a more detailed description of the application and how it works in markdown language.</p><p>Max size 5 MB</p>",
|
||||
"CreateApplicationInput$ReadmeUrl" : "<p>A link to the Readme file that contains a more detailed description of the application and how it works in markdown language.</p><p>Max size 5 MB</p>",
|
||||
"CreateApplicationInput$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
|
||||
"CreateApplicationInput$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application.</p>",
|
||||
"CreateApplicationInput$SpdxLicenseId" : "<p>A valid identifier from <a href=\"https://spdx.org/licenses/\">https://spdx.org/licenses/</a>.</p>",
|
||||
"CreateApplicationInput$TemplateBody" : "<p>The local raw packaged AWS SAM template file of your application.\n The file is of the format file://<path>/<filename>.</p><p>Note: Only one of templateBody and templateUrl can be specified, otherwise an error will result.</p>",
|
||||
"CreateApplicationInput$TemplateUrl" : "<p>A link to the S3 object cotaining the packaged AWS SAM template of your application.</p><p>Note: Only one of templateBody and templateUrl can be specified, otherwise an error will result.</p>",
|
||||
"CreateApplicationInput$TemplateBody" : "<p>The raw packaged AWS SAM template of your application.</p>",
|
||||
"CreateApplicationInput$TemplateUrl" : "<p>A link to the packaged AWS SAM template of your application.</p>",
|
||||
"CreateApplicationVersionInput$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application.</p>",
|
||||
"CreateApplicationVersionInput$TemplateBody" : "<p>The raw packaged AWS SAM template of your application.</p>",
|
||||
"CreateApplicationVersionInput$TemplateUrl" : "<p>A link to the packaged AWS SAM template of your application.</p>",
|
||||
@@ -221,33 +221,33 @@
|
||||
"InternalServerErrorException$ErrorCode" : "<p>500</p>",
|
||||
"InternalServerErrorException$Message" : "<p>The AWS Serverless Application Repository service encountered an internal error.</p>",
|
||||
"NotFoundException$ErrorCode" : "<p>404</p>",
|
||||
"NotFoundException$Message" : "<p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>",
|
||||
"NotFoundException$Message" : "<p>The resource (for example, an access policy statement) specified in the request does not exist.</p>",
|
||||
"ParameterDefinition$AllowedPattern" : "<p>A regular expression that represents the patterns to allow for String types.</p>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"ParameterDefinition$Description" : "<p>A string of up to 4,000 characters that describes the parameter.</p>",
|
||||
"ParameterDefinition$Name" : "<p>The name of the parameter.</p>",
|
||||
"ParameterDefinition$Type" : "<p>The type of the parameter.</p><p>Valid values: String | Number | List<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<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>",
|
||||
"ParameterDefinition$Type" : "<p>The type of the parameter.</p><p>Valid values: String | Number | List<Number> | CommaDelimitedList\n </p><p>\n String: A literal string.</p><p>For example, users could 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 could specify \"8888\".</p><p>\n List<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 could specify \"80,20\", and a 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 could specify \"test,dev,prod\", and a Ref results in [\"test\",\"dev\",\"prod\"].</p>",
|
||||
"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>",
|
||||
"ParameterValue$Value" : "<p>The input value associated with the parameter.</p>",
|
||||
"TooManyRequestsException$ErrorCode" : "<p>429</p>",
|
||||
"TooManyRequestsException$Message" : "<p>The client is sending more than the allowed number of requests per unit of time.</p>",
|
||||
"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>",
|
||||
"UpdateApplicationInput$Description" : "<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>",
|
||||
"TooManyRequestsException$Message" : "<p>The client is sending more than the allowed number of requests per unit time.</p>",
|
||||
"UpdateApplicationInput$Author" : "<p>The name of the author publishing the app.</p><p>Min Length=1. Max Length=127.</p><p>Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";</p>",
|
||||
"UpdateApplicationInput$Description" : "<p>The description of the application.</p><p>Min Length=1. Max Length=256</p>",
|
||||
"UpdateApplicationInput$HomePageUrl" : "<p>A URL with more information about the application, for example\n the location of your GitHub repository for the application.</p>",
|
||||
"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>",
|
||||
"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>",
|
||||
"UpdateApplicationInput$ReadmeBody" : "<p>A raw text Readme file that contains a more detailed description of the application and how it works in markdown language.</p><p>Max size 5 MB</p>",
|
||||
"UpdateApplicationInput$ReadmeUrl" : "<p>A link to the Readme file that contains a more detailed description of the application and how it works in markdown language.</p><p>Max size 5 MB</p>",
|
||||
"Version$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
|
||||
"Version$CreationTime" : "<p>The date and time this resource was created.</p>",
|
||||
"Version$CreationTime" : "<p>The date/time this resource was created.</p>",
|
||||
"Version$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
|
||||
"Version$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application.</p>",
|
||||
"Version$TemplateUrl" : "<p>A link to the packaged AWS SAM template of your application.</p>",
|
||||
"VersionSummary$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
|
||||
"VersionSummary$CreationTime" : "<p>The date and time this resource was created.</p>",
|
||||
"VersionSummary$CreationTime" : "<p>The date/time this resource was created.</p>",
|
||||
"VersionSummary$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
|
||||
"VersionSummary$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application.</p>",
|
||||
"__listOf__string$member" : null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user