mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-09 22:39:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
Generated
Vendored
+463
-4
@@ -84,6 +84,31 @@
|
||||
"shape" : "ForbiddenException"
|
||||
} ]
|
||||
},
|
||||
"CreateCloudFormationTemplate" : {
|
||||
"name" : "CreateCloudFormationTemplate",
|
||||
"http" : {
|
||||
"method" : "POST",
|
||||
"requestUri" : "/applications/{applicationId}/templates",
|
||||
"responseCode" : 201
|
||||
},
|
||||
"input" : {
|
||||
"shape" : "CreateCloudFormationTemplateRequest"
|
||||
},
|
||||
"output" : {
|
||||
"shape" : "CreateCloudFormationTemplateResponse"
|
||||
},
|
||||
"errors" : [ {
|
||||
"shape" : "NotFoundException"
|
||||
}, {
|
||||
"shape" : "TooManyRequestsException"
|
||||
}, {
|
||||
"shape" : "BadRequestException"
|
||||
}, {
|
||||
"shape" : "InternalServerErrorException"
|
||||
}, {
|
||||
"shape" : "ForbiddenException"
|
||||
} ]
|
||||
},
|
||||
"DeleteApplication" : {
|
||||
"name" : "DeleteApplication",
|
||||
"http" : {
|
||||
@@ -158,6 +183,56 @@
|
||||
"shape" : "ForbiddenException"
|
||||
} ]
|
||||
},
|
||||
"GetCloudFormationTemplate" : {
|
||||
"name" : "GetCloudFormationTemplate",
|
||||
"http" : {
|
||||
"method" : "GET",
|
||||
"requestUri" : "/applications/{applicationId}/templates/{templateId}",
|
||||
"responseCode" : 200
|
||||
},
|
||||
"input" : {
|
||||
"shape" : "GetCloudFormationTemplateRequest"
|
||||
},
|
||||
"output" : {
|
||||
"shape" : "GetCloudFormationTemplateResponse"
|
||||
},
|
||||
"errors" : [ {
|
||||
"shape" : "NotFoundException"
|
||||
}, {
|
||||
"shape" : "TooManyRequestsException"
|
||||
}, {
|
||||
"shape" : "BadRequestException"
|
||||
}, {
|
||||
"shape" : "InternalServerErrorException"
|
||||
}, {
|
||||
"shape" : "ForbiddenException"
|
||||
} ]
|
||||
},
|
||||
"ListApplicationDependencies" : {
|
||||
"name" : "ListApplicationDependencies",
|
||||
"http" : {
|
||||
"method" : "GET",
|
||||
"requestUri" : "/applications/{applicationId}/dependencies",
|
||||
"responseCode" : 200
|
||||
},
|
||||
"input" : {
|
||||
"shape" : "ListApplicationDependenciesRequest"
|
||||
},
|
||||
"output" : {
|
||||
"shape" : "ListApplicationDependenciesResponse"
|
||||
},
|
||||
"errors" : [ {
|
||||
"shape" : "NotFoundException"
|
||||
}, {
|
||||
"shape" : "TooManyRequestsException"
|
||||
}, {
|
||||
"shape" : "BadRequestException"
|
||||
}, {
|
||||
"shape" : "InternalServerErrorException"
|
||||
}, {
|
||||
"shape" : "ForbiddenException"
|
||||
} ]
|
||||
},
|
||||
"ListApplicationVersions" : {
|
||||
"name" : "ListApplicationVersions",
|
||||
"http" : {
|
||||
@@ -310,6 +385,34 @@
|
||||
},
|
||||
"required" : [ "Description", "Author", "ApplicationId", "Name" ]
|
||||
},
|
||||
"ApplicationDependencyPage" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"Dependencies" : {
|
||||
"shape" : "__listOfApplicationDependencySummary",
|
||||
"locationName" : "dependencies"
|
||||
},
|
||||
"NextToken" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "nextToken"
|
||||
}
|
||||
},
|
||||
"required" : [ "Dependencies" ]
|
||||
},
|
||||
"ApplicationDependencySummary" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"ApplicationId" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "applicationId"
|
||||
},
|
||||
"SemanticVersion" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
}
|
||||
},
|
||||
"required" : [ "ApplicationId", "SemanticVersion" ]
|
||||
},
|
||||
"ApplicationPage" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
@@ -421,6 +524,10 @@
|
||||
"httpStatusCode" : 400
|
||||
}
|
||||
},
|
||||
"Capability" : {
|
||||
"type" : "string",
|
||||
"enum" : [ "CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND", "CAPABILITY_RESOURCE_POLICY" ]
|
||||
},
|
||||
"ChangeSetDetails" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
@@ -503,6 +610,10 @@
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
},
|
||||
"SourceCodeArchiveUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeArchiveUrl"
|
||||
},
|
||||
"SourceCodeUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeUrl"
|
||||
@@ -565,6 +676,10 @@
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
},
|
||||
"SourceCodeArchiveUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeArchiveUrl"
|
||||
},
|
||||
"SourceCodeUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeUrl"
|
||||
@@ -581,7 +696,8 @@
|
||||
"shape" : "__string",
|
||||
"locationName" : "templateUrl"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required" : [ "Description", "Name", "Author" ]
|
||||
},
|
||||
"CreateApplicationResponse" : {
|
||||
"type" : "structure",
|
||||
@@ -635,6 +751,10 @@
|
||||
"CreateApplicationVersionInput" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"SourceCodeArchiveUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeArchiveUrl"
|
||||
},
|
||||
"SourceCodeUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeUrl"
|
||||
@@ -662,6 +782,10 @@
|
||||
"location" : "uri",
|
||||
"locationName" : "semanticVersion"
|
||||
},
|
||||
"SourceCodeArchiveUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeArchiveUrl"
|
||||
},
|
||||
"SourceCodeUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeUrl"
|
||||
@@ -692,10 +816,22 @@
|
||||
"shape" : "__listOfParameterDefinition",
|
||||
"locationName" : "parameterDefinitions"
|
||||
},
|
||||
"RequiredCapabilities" : {
|
||||
"shape" : "__listOfCapability",
|
||||
"locationName" : "requiredCapabilities"
|
||||
},
|
||||
"ResourcesSupported" : {
|
||||
"shape" : "__boolean",
|
||||
"locationName" : "resourcesSupported"
|
||||
},
|
||||
"SemanticVersion" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
},
|
||||
"SourceCodeArchiveUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeArchiveUrl"
|
||||
},
|
||||
"SourceCodeUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeUrl"
|
||||
@@ -709,10 +845,38 @@
|
||||
"CreateCloudFormationChangeSetInput" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"Capabilities" : {
|
||||
"shape" : "__listOf__string",
|
||||
"locationName" : "capabilities"
|
||||
},
|
||||
"ChangeSetName" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "changeSetName"
|
||||
},
|
||||
"ClientToken" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "clientToken"
|
||||
},
|
||||
"Description" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "description"
|
||||
},
|
||||
"NotificationArns" : {
|
||||
"shape" : "__listOf__string",
|
||||
"locationName" : "notificationArns"
|
||||
},
|
||||
"ParameterOverrides" : {
|
||||
"shape" : "__listOfParameterValue",
|
||||
"locationName" : "parameterOverrides"
|
||||
},
|
||||
"ResourceTypes" : {
|
||||
"shape" : "__listOf__string",
|
||||
"locationName" : "resourceTypes"
|
||||
},
|
||||
"RollbackConfiguration" : {
|
||||
"shape" : "RollbackConfiguration",
|
||||
"locationName" : "rollbackConfiguration"
|
||||
},
|
||||
"SemanticVersion" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
@@ -720,6 +884,14 @@
|
||||
"StackName" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "stackName"
|
||||
},
|
||||
"Tags" : {
|
||||
"shape" : "__listOfTag",
|
||||
"locationName" : "tags"
|
||||
},
|
||||
"TemplateId" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "templateId"
|
||||
}
|
||||
},
|
||||
"required" : [ "StackName" ]
|
||||
@@ -732,10 +904,38 @@
|
||||
"location" : "uri",
|
||||
"locationName" : "applicationId"
|
||||
},
|
||||
"Capabilities" : {
|
||||
"shape" : "__listOf__string",
|
||||
"locationName" : "capabilities"
|
||||
},
|
||||
"ChangeSetName" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "changeSetName"
|
||||
},
|
||||
"ClientToken" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "clientToken"
|
||||
},
|
||||
"Description" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "description"
|
||||
},
|
||||
"NotificationArns" : {
|
||||
"shape" : "__listOf__string",
|
||||
"locationName" : "notificationArns"
|
||||
},
|
||||
"ParameterOverrides" : {
|
||||
"shape" : "__listOfParameterValue",
|
||||
"locationName" : "parameterOverrides"
|
||||
},
|
||||
"ResourceTypes" : {
|
||||
"shape" : "__listOf__string",
|
||||
"locationName" : "resourceTypes"
|
||||
},
|
||||
"RollbackConfiguration" : {
|
||||
"shape" : "RollbackConfiguration",
|
||||
"locationName" : "rollbackConfiguration"
|
||||
},
|
||||
"SemanticVersion" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
@@ -743,9 +943,17 @@
|
||||
"StackName" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "stackName"
|
||||
},
|
||||
"Tags" : {
|
||||
"shape" : "__listOfTag",
|
||||
"locationName" : "tags"
|
||||
},
|
||||
"TemplateId" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "templateId"
|
||||
}
|
||||
},
|
||||
"required" : [ "ApplicationId" ]
|
||||
"required" : [ "ApplicationId", "StackName" ]
|
||||
},
|
||||
"CreateCloudFormationChangeSetResponse" : {
|
||||
"type" : "structure",
|
||||
@@ -768,6 +976,54 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"CreateCloudFormationTemplateRequest" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"ApplicationId" : {
|
||||
"shape" : "__string",
|
||||
"location" : "uri",
|
||||
"locationName" : "applicationId"
|
||||
},
|
||||
"SemanticVersion" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
}
|
||||
},
|
||||
"required" : [ "ApplicationId" ]
|
||||
},
|
||||
"CreateCloudFormationTemplateResponse" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"ApplicationId" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "applicationId"
|
||||
},
|
||||
"CreationTime" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "creationTime"
|
||||
},
|
||||
"ExpirationTime" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "expirationTime"
|
||||
},
|
||||
"SemanticVersion" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
},
|
||||
"Status" : {
|
||||
"shape" : "Status",
|
||||
"locationName" : "status"
|
||||
},
|
||||
"TemplateId" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "templateId"
|
||||
},
|
||||
"TemplateUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "templateUrl"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DeleteApplicationRequest" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
@@ -881,6 +1137,55 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"GetCloudFormationTemplateRequest" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"ApplicationId" : {
|
||||
"shape" : "__string",
|
||||
"location" : "uri",
|
||||
"locationName" : "applicationId"
|
||||
},
|
||||
"TemplateId" : {
|
||||
"shape" : "__string",
|
||||
"location" : "uri",
|
||||
"locationName" : "templateId"
|
||||
}
|
||||
},
|
||||
"required" : [ "ApplicationId", "TemplateId" ]
|
||||
},
|
||||
"GetCloudFormationTemplateResponse" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"ApplicationId" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "applicationId"
|
||||
},
|
||||
"CreationTime" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "creationTime"
|
||||
},
|
||||
"ExpirationTime" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "expirationTime"
|
||||
},
|
||||
"SemanticVersion" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
},
|
||||
"Status" : {
|
||||
"shape" : "Status",
|
||||
"locationName" : "status"
|
||||
},
|
||||
"TemplateId" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "templateId"
|
||||
},
|
||||
"TemplateUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "templateUrl"
|
||||
}
|
||||
}
|
||||
},
|
||||
"InternalServerErrorException" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
@@ -898,6 +1203,45 @@
|
||||
"httpStatusCode" : 500
|
||||
}
|
||||
},
|
||||
"ListApplicationDependenciesRequest" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"ApplicationId" : {
|
||||
"shape" : "__string",
|
||||
"location" : "uri",
|
||||
"locationName" : "applicationId"
|
||||
},
|
||||
"MaxItems" : {
|
||||
"shape" : "MaxItems",
|
||||
"location" : "querystring",
|
||||
"locationName" : "maxItems"
|
||||
},
|
||||
"NextToken" : {
|
||||
"shape" : "__string",
|
||||
"location" : "querystring",
|
||||
"locationName" : "nextToken"
|
||||
},
|
||||
"SemanticVersion" : {
|
||||
"shape" : "__string",
|
||||
"location" : "querystring",
|
||||
"locationName" : "semanticVersion"
|
||||
}
|
||||
},
|
||||
"required" : [ "ApplicationId" ]
|
||||
},
|
||||
"ListApplicationDependenciesResponse" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"Dependencies" : {
|
||||
"shape" : "__listOfApplicationDependencySummary",
|
||||
"locationName" : "dependencies"
|
||||
},
|
||||
"NextToken" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "nextToken"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ListApplicationVersionsRequest" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
@@ -1067,7 +1411,7 @@
|
||||
"locationName" : "statements"
|
||||
}
|
||||
},
|
||||
"required" : [ "ApplicationId" ]
|
||||
"required" : [ "ApplicationId", "Statements" ]
|
||||
},
|
||||
"PutApplicationPolicyResponse" : {
|
||||
"type" : "structure",
|
||||
@@ -1078,6 +1422,85 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"RollbackConfiguration" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"MonitoringTimeInMinutes" : {
|
||||
"shape" : "__integer",
|
||||
"locationName" : "monitoringTimeInMinutes"
|
||||
},
|
||||
"RollbackTriggers" : {
|
||||
"shape" : "__listOfRollbackTrigger",
|
||||
"locationName" : "rollbackTriggers"
|
||||
}
|
||||
}
|
||||
},
|
||||
"RollbackTrigger" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"Arn" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "arn"
|
||||
},
|
||||
"Type" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "type"
|
||||
}
|
||||
},
|
||||
"required" : [ "Type", "Arn" ]
|
||||
},
|
||||
"Status" : {
|
||||
"type" : "string",
|
||||
"enum" : [ "PREPARING", "ACTIVE", "EXPIRED" ]
|
||||
},
|
||||
"Tag" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"Key" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "key"
|
||||
},
|
||||
"Value" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "value"
|
||||
}
|
||||
},
|
||||
"required" : [ "Value", "Key" ]
|
||||
},
|
||||
"TemplateDetails" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"ApplicationId" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "applicationId"
|
||||
},
|
||||
"CreationTime" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "creationTime"
|
||||
},
|
||||
"ExpirationTime" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "expirationTime"
|
||||
},
|
||||
"SemanticVersion" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
},
|
||||
"Status" : {
|
||||
"shape" : "Status",
|
||||
"locationName" : "status"
|
||||
},
|
||||
"TemplateId" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "templateId"
|
||||
},
|
||||
"TemplateUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "templateUrl"
|
||||
}
|
||||
},
|
||||
"required" : [ "Status", "TemplateUrl", "CreationTime", "ExpirationTime", "ApplicationId", "TemplateId", "SemanticVersion" ]
|
||||
},
|
||||
"TooManyRequestsException" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
@@ -1223,10 +1646,22 @@
|
||||
"shape" : "__listOfParameterDefinition",
|
||||
"locationName" : "parameterDefinitions"
|
||||
},
|
||||
"RequiredCapabilities" : {
|
||||
"shape" : "__listOfCapability",
|
||||
"locationName" : "requiredCapabilities"
|
||||
},
|
||||
"ResourcesSupported" : {
|
||||
"shape" : "__boolean",
|
||||
"locationName" : "resourcesSupported"
|
||||
},
|
||||
"SemanticVersion" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "semanticVersion"
|
||||
},
|
||||
"SourceCodeArchiveUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeArchiveUrl"
|
||||
},
|
||||
"SourceCodeUrl" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "sourceCodeUrl"
|
||||
@@ -1236,7 +1671,7 @@
|
||||
"locationName" : "templateUrl"
|
||||
}
|
||||
},
|
||||
"required" : [ "TemplateUrl", "ParameterDefinitions", "CreationTime", "ApplicationId", "SemanticVersion" ]
|
||||
"required" : [ "TemplateUrl", "ParameterDefinitions", "ResourcesSupported", "CreationTime", "RequiredCapabilities", "ApplicationId", "SemanticVersion" ]
|
||||
},
|
||||
"VersionSummary" : {
|
||||
"type" : "structure",
|
||||
@@ -1269,6 +1704,12 @@
|
||||
"__integer" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"__listOfApplicationDependencySummary" : {
|
||||
"type" : "list",
|
||||
"member" : {
|
||||
"shape" : "ApplicationDependencySummary"
|
||||
}
|
||||
},
|
||||
"__listOfApplicationPolicyStatement" : {
|
||||
"type" : "list",
|
||||
"member" : {
|
||||
@@ -1281,6 +1722,12 @@
|
||||
"shape" : "ApplicationSummary"
|
||||
}
|
||||
},
|
||||
"__listOfCapability" : {
|
||||
"type" : "list",
|
||||
"member" : {
|
||||
"shape" : "Capability"
|
||||
}
|
||||
},
|
||||
"__listOfParameterDefinition" : {
|
||||
"type" : "list",
|
||||
"member" : {
|
||||
@@ -1293,6 +1740,18 @@
|
||||
"shape" : "ParameterValue"
|
||||
}
|
||||
},
|
||||
"__listOfRollbackTrigger" : {
|
||||
"type" : "list",
|
||||
"member" : {
|
||||
"shape" : "RollbackTrigger"
|
||||
}
|
||||
},
|
||||
"__listOfTag" : {
|
||||
"type" : "list",
|
||||
"member" : {
|
||||
"shape" : "Tag"
|
||||
}
|
||||
},
|
||||
"__listOfVersionSummary" : {
|
||||
"type" : "list",
|
||||
"member" : {
|
||||
|
||||
Generated
Vendored
+170
-69
@@ -4,13 +4,16 @@
|
||||
"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 ChangeSet for the given application.</p>",
|
||||
"CreateCloudFormationChangeSet" : "<p>Creates an AWS CloudFormation change set for the given application.</p>",
|
||||
"CreateCloudFormationTemplate" : "<p>Creates an AWS CloudFormation template.</p>",
|
||||
"DeleteApplication" : "<p>Deletes the specified application.</p>",
|
||||
"GetApplication" : "<p>Gets the specified application.</p>",
|
||||
"GetApplicationPolicy" : "<p>Gets the policy for the specified application.</p>",
|
||||
"GetApplicationPolicy" : "<p>Retrieves the policy for the application.</p>",
|
||||
"GetCloudFormationTemplate" : "<p>Gets the specified AWS CloudFormation template.</p>",
|
||||
"ListApplicationDependencies" : "<p>Retrieves the list of applications nested in the containing application.</p>",
|
||||
"ListApplicationVersions" : "<p>Lists versions for the specified application.</p>",
|
||||
"ListApplications" : "<p>Lists applications owned by the requester.</p>",
|
||||
"PutApplicationPolicy" : "<p>Puts the policy for the specified application.</p>",
|
||||
"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>",
|
||||
"UpdateApplication" : "<p>Updates the specified application.</p>"
|
||||
},
|
||||
"shapes" : {
|
||||
@@ -18,8 +21,18 @@
|
||||
"base" : "<p>Details about the application.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"ApplicationDependencyPage" : {
|
||||
"base" : "<p>A list of application summaries nested in the application.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"ApplicationDependencySummary" : {
|
||||
"base" : "<p>A nested application summary.</p>",
|
||||
"refs" : {
|
||||
"__listOfApplicationDependencySummary$member" : null
|
||||
}
|
||||
},
|
||||
"ApplicationPage" : {
|
||||
"base" : "<p>List of application details.</p>",
|
||||
"base" : "<p>A list of application details.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"ApplicationPolicy" : {
|
||||
@@ -39,13 +52,19 @@
|
||||
}
|
||||
},
|
||||
"ApplicationVersionPage" : {
|
||||
"base" : "<p>List of version summaries for the application.</p>",
|
||||
"base" : "<p>A list of version summaries for the application.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"BadRequestException" : {
|
||||
"base" : "<p>One of the parameters in the request is invalid.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"Capability" : {
|
||||
"base" : "<p>Values that must be specified in order to deploy some applications.</p>",
|
||||
"refs" : {
|
||||
"__listOfCapability$member" : null
|
||||
}
|
||||
},
|
||||
"ChangeSetDetails" : {
|
||||
"base" : "<p>Details of the change set.</p>",
|
||||
"refs" : { }
|
||||
@@ -55,15 +74,19 @@
|
||||
"refs" : { }
|
||||
},
|
||||
"CreateApplicationInput" : {
|
||||
"base" : "<p>Create application request.</p>",
|
||||
"base" : "<p>Create an application request.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"CreateApplicationVersionInput" : {
|
||||
"base" : "<p>Create version request.</p>",
|
||||
"base" : "<p>Create a version request.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"CreateCloudFormationChangeSetInput" : {
|
||||
"base" : "<p>Create application ChangeSet request.</p>",
|
||||
"base" : "<p>Create an application change set request.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"CreateCloudFormationTemplateInput" : {
|
||||
"base" : "<p>Create a template request.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"ForbiddenException" : {
|
||||
@@ -75,7 +98,7 @@
|
||||
"refs" : { }
|
||||
},
|
||||
"NotFoundException" : {
|
||||
"base" : "<p>The resource (for example, an access policy statement) specified in the request does not exist.</p>",
|
||||
"base" : "<p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"ParameterDefinition" : {
|
||||
@@ -90,12 +113,40 @@
|
||||
"__listOfParameterValue$member" : null
|
||||
}
|
||||
},
|
||||
"RollbackConfiguration" : {
|
||||
"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>",
|
||||
"refs" : {
|
||||
"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>"
|
||||
}
|
||||
},
|
||||
"RollbackTrigger" : {
|
||||
"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>",
|
||||
"refs" : {
|
||||
"__listOfRollbackTrigger$member" : null
|
||||
}
|
||||
},
|
||||
"Status" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"TemplateDetails$Status" : "<p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED\n </p>"
|
||||
}
|
||||
},
|
||||
"Tag" : {
|
||||
"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>",
|
||||
"refs" : {
|
||||
"__listOfTag$member" : null
|
||||
}
|
||||
},
|
||||
"TemplateDetails" : {
|
||||
"base" : "<p>Details of the template.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"TooManyRequestsException" : {
|
||||
"base" : "<p>The client is sending more than the allowed number of requests per unit time.</p>",
|
||||
"base" : "<p>The client is sending more than the allowed number of requests per unit of time.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"UpdateApplicationInput" : {
|
||||
"base" : "<p>Update application request.</p>",
|
||||
"base" : "<p>Update the application request.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"Version" : {
|
||||
@@ -105,7 +156,7 @@
|
||||
}
|
||||
},
|
||||
"VersionSummary" : {
|
||||
"base" : "<p>Application version summary.</p>",
|
||||
"base" : "<p>An application version summary.</p>",
|
||||
"refs" : {
|
||||
"__listOfVersionSummary$member" : null
|
||||
}
|
||||
@@ -113,34 +164,48 @@
|
||||
"__boolean" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"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>"
|
||||
"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>",
|
||||
"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>"
|
||||
}
|
||||
},
|
||||
"__integer" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"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>"
|
||||
"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>",
|
||||
"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>"
|
||||
}
|
||||
},
|
||||
"__listOfApplicationDependencySummary" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ApplicationDependencyPage$Dependencies" : "<p>An array of application summaries nested in the application.</p>"
|
||||
}
|
||||
},
|
||||
"__listOfApplicationPolicyStatement" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ApplicationPolicy$Statements" : "<p>Array of policy statements applied to the application.</p>"
|
||||
"ApplicationPolicy$Statements" : "<p>An array of policy statements applied to the application.</p>"
|
||||
}
|
||||
},
|
||||
"__listOfApplicationSummary" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ApplicationPage$Applications" : "<p>Array of application summaries.</p>"
|
||||
"ApplicationPage$Applications" : "<p>An array of application summaries.</p>"
|
||||
}
|
||||
},
|
||||
"__listOfCapability" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"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>"
|
||||
}
|
||||
},
|
||||
"__listOfParameterDefinition" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"Version$ParameterDefinitions" : "<p>Array of parameter types supported by the application.</p>"
|
||||
"Version$ParameterDefinitions" : "<p>An array of parameter types supported by the application.</p>"
|
||||
}
|
||||
},
|
||||
"__listOfParameterValue" : {
|
||||
@@ -149,105 +214,141 @@
|
||||
"CreateCloudFormationChangeSetInput$ParameterOverrides" : "<p>A list of parameter values for the parameters of the application.</p>"
|
||||
}
|
||||
},
|
||||
"__listOfRollbackTrigger" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"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>"
|
||||
}
|
||||
},
|
||||
"__listOfTag" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"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>"
|
||||
}
|
||||
},
|
||||
"__listOfVersionSummary" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ApplicationVersionPage$Versions" : "<p>Array of version summaries for the application.</p>"
|
||||
"ApplicationVersionPage$Versions" : "<p>An 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>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>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>",
|
||||
"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>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>",
|
||||
"ApplicationPolicyStatement$Principals" : "<p>An array of AWS account IDs, 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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"ParameterDefinition$AllowedValues" : "<p>An 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>Min Length=1. Max 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>Minimum length=1. Maximum 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>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 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$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$HomePageUrl" : "<p>A URL with more information about the application, for example 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$SpdxLicenseId" : "<p>A valid identifier from https://spdx.org/licenses/.</p>",
|
||||
"ApplicationDependencyPage$NextToken" : "<p>The token to request the next page of results.</p>",
|
||||
"ApplicationDependencySummary$ApplicationId" : "<p>The Amazon Resource Name (ARN) of the nested application.</p>",
|
||||
"ApplicationDependencySummary$SemanticVersion" : "<p>The semantic version of the nested application.</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 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>Min Length=1. Max Length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</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$HomePageUrl" : "<p>A URL with more information about the application, for example 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$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 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$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$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>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 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$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$HomePageUrl" : "<p>A URL with more information about the application, for example 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 has the format file://<path>/<filename>.</p><p>Maximum size 5 MB</p><p>You can specify only one of licenseBody and licenseUrl; otherwise, an error results.</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>You can specify only one of licenseBody and licenseUrl; otherwise, an error results.</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 has the format file://<path>/<filename>.</p><p>Maximum size 5 MB</p><p>You can specify only one of readmeBody and readmeUrl; otherwise, an error results.</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>You can specify only one of readmeBody and readmeUrl; otherwise, an error results.</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$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>",
|
||||
"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>",
|
||||
"CreateApplicationInput$SpdxLicenseId" : "<p>A valid identifier from <a href=\"https://spdx.org/licenses/\">https://spdx.org/licenses/</a>.</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>",
|
||||
"CreateApplicationInput$TemplateBody" : "<p>The local raw packaged AWS SAM template file of your application.\n The file has the format file://<path>/<filename>.</p><p>You can specify only one of templateBody and templateUrl; otherwise an error results.</p>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"CreateCloudFormationChangeSetInput$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
|
||||
"CreateCloudFormationChangeSetInput$StackName" : "<p>The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates\n the change set by comparing this stack's information with the information that you submit, such as a modified\n template or different parameter input values. </p><p>Constraints: Minimum length of 1.</p><p>Pattern: ([a-zA-Z][-a-zA-Z0-9]*)|(arn:\\b(aws|aws-us-gov|aws-cn)\\b:[-a-zA-Z0-9:/._+]*)</p>",
|
||||
"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>",
|
||||
"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>",
|
||||
"CreateCloudFormationTemplateInput$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
|
||||
"ForbiddenException$ErrorCode" : "<p>403</p>",
|
||||
"ForbiddenException$Message" : "<p>The client is not authenticated.</p>",
|
||||
"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 does not exist.</p>",
|
||||
"NotFoundException$Message" : "<p>The resource (for example, an access policy statement) specified in the request doesn't 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 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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
"TemplateDetails$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
|
||||
"TemplateDetails$CreationTime" : "<p>The date and time this resource was created.</p>",
|
||||
"TemplateDetails$ExpirationTime" : "<p>The date and time this template expires. Templates\n expire 1 hour after creation.</p>",
|
||||
"TemplateDetails$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
|
||||
"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>",
|
||||
"TemplateDetails$TemplateUrl" : "<p>A link to the template that can be used to deploy the application using\n AWS CloudFormation.</p>",
|
||||
"TooManyRequestsException$ErrorCode" : "<p>429</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 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>",
|
||||
"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>",
|
||||
"UpdateApplicationInput$HomePageUrl" : "<p>A URL with more information about the application, for example 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>",
|
||||
"Version$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
|
||||
"Version$CreationTime" : "<p>The date/time this resource was created.</p>",
|
||||
"Version$CreationTime" : "<p>The date and 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$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>",
|
||||
"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>",
|
||||
"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/time this resource was created.</p>",
|
||||
"VersionSummary$CreationTime" : "<p>The date and 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>",
|
||||
"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>",
|
||||
"__listOf__string$member" : null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
Vendored
+5
@@ -9,6 +9,11 @@
|
||||
"input_token" : "NextToken",
|
||||
"output_token" : "NextToken",
|
||||
"limit_key" : "MaxItems"
|
||||
},
|
||||
"ListApplicationDependencies" : {
|
||||
"input_token" : "NextToken",
|
||||
"output_token" : "NextToken",
|
||||
"limit_key" : "MaxItems"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user