| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServerlessApplicationRepository
Contents
- Service Configuration
- Errors
- Waiters
- Operations
- CreateApplication
- CreateApplicationVersion
- CreateCloudFormationChangeSet
- CreateCloudFormationTemplate
- DeleteApplication
- GetApplication
- GetApplicationPolicy
- GetCloudFormationTemplate
- ListApplicationDependencies (Paginated)
- ListApplicationVersions (Paginated)
- ListApplications (Paginated)
- PutApplicationPolicy
- UnshareApplication
- UpdateApplication
- Types
Description
Derived from API version 2017-09-08 of the AWS service descriptions, licensed under Apache 2.0.
The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find and deploy serverless applications in the AWS Cloud. For more information about serverless applications, see Serverless Computing and Applications on the AWS website.
The AWS Serverless Application Repository is deeply integrated with the AWS Lambda console, so that developers of all levels can get started with serverless computing without needing to learn anything new. You can use category keywords to browse for applications such as web and mobile backends, data processing applications, or chatbots. You can also search for applications by name, publisher, or event source. To use an application, you simply choose it, configure any required fields, and deploy it with a few clicks.
You can also easily publish applications, sharing them publicly with the community at large, or privately within your team or across your organization. To publish a serverless application (or app), you can use the AWS Management Console, AWS Command Line Interface (AWS CLI), or AWS SDKs to upload the code. Along with the code, you upload a simple manifest file, also known as the AWS Serverless Application Model (AWS SAM) template. For more information about AWS SAM, see AWS Serverless Application Model (AWS SAM) on the AWS Labs GitHub repository.
The AWS Serverless Application Repository Developer Guide contains more information about the two developer experiences available:
Consuming Applications – Browse for applications and view information about them, including source code and readme files. Also install, configure, and deploy applications of your choosing.
Publishing Applications – Configure and upload applications to make them available to other developers, and publish new versions of applications.
Synopsis
- defaultService :: Service
- _BadRequestException :: AsError a => Fold a ServiceError
- _ConflictException :: AsError a => Fold a ServiceError
- _ForbiddenException :: AsError a => Fold a ServiceError
- _InternalServerErrorException :: AsError a => Fold a ServiceError
- _NotFoundException :: AsError a => Fold a ServiceError
- _TooManyRequestsException :: AsError a => Fold a ServiceError
- data CreateApplication = CreateApplication' (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) Text Text Text
- newCreateApplication :: Text -> Text -> Text -> CreateApplication
- data CreateApplicationResponse = CreateApplicationResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Version) Int
- newCreateApplicationResponse :: Int -> CreateApplicationResponse
- data CreateApplicationVersion = CreateApplicationVersion' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) Text Text
- newCreateApplicationVersion :: Text -> Text -> CreateApplicationVersion
- data CreateApplicationVersionResponse = CreateApplicationVersionResponse' (Maybe Text) (Maybe Text) (Maybe [ParameterDefinition]) (Maybe [Capability]) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) Int
- newCreateApplicationVersionResponse :: Int -> CreateApplicationVersionResponse
- data CreateCloudFormationChangeSet = CreateCloudFormationChangeSet' (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [Text]) (Maybe [ParameterValue]) (Maybe [Text]) (Maybe RollbackConfiguration) (Maybe Text) (Maybe [Tag]) (Maybe Text) Text Text
- newCreateCloudFormationChangeSet :: Text -> Text -> CreateCloudFormationChangeSet
- data CreateCloudFormationChangeSetResponse = CreateCloudFormationChangeSetResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) Int
- newCreateCloudFormationChangeSetResponse :: Int -> CreateCloudFormationChangeSetResponse
- data CreateCloudFormationTemplate = CreateCloudFormationTemplate' (Maybe Text) Text
- newCreateCloudFormationTemplate :: Text -> CreateCloudFormationTemplate
- data CreateCloudFormationTemplateResponse = CreateCloudFormationTemplateResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Status) (Maybe Text) (Maybe Text) Int
- newCreateCloudFormationTemplateResponse :: Int -> CreateCloudFormationTemplateResponse
- data DeleteApplication = DeleteApplication' Text
- newDeleteApplication :: Text -> DeleteApplication
- data DeleteApplicationResponse = DeleteApplicationResponse' {
- newDeleteApplicationResponse :: DeleteApplicationResponse
- data GetApplication = GetApplication' (Maybe Text) Text
- newGetApplication :: Text -> GetApplication
- data GetApplicationResponse = GetApplicationResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Version) Int
- newGetApplicationResponse :: Int -> GetApplicationResponse
- data GetApplicationPolicy = GetApplicationPolicy' Text
- newGetApplicationPolicy :: Text -> GetApplicationPolicy
- data GetApplicationPolicyResponse = GetApplicationPolicyResponse' (Maybe [ApplicationPolicyStatement]) Int
- newGetApplicationPolicyResponse :: Int -> GetApplicationPolicyResponse
- data GetCloudFormationTemplate = GetCloudFormationTemplate' Text Text
- newGetCloudFormationTemplate :: Text -> Text -> GetCloudFormationTemplate
- data GetCloudFormationTemplateResponse = GetCloudFormationTemplateResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Status) (Maybe Text) (Maybe Text) Int
- newGetCloudFormationTemplateResponse :: Int -> GetCloudFormationTemplateResponse
- data ListApplicationDependencies = ListApplicationDependencies' (Maybe Natural) (Maybe Text) (Maybe Text) Text
- newListApplicationDependencies :: Text -> ListApplicationDependencies
- data ListApplicationDependenciesResponse = ListApplicationDependenciesResponse' (Maybe [ApplicationDependencySummary]) (Maybe Text) Int
- newListApplicationDependenciesResponse :: Int -> ListApplicationDependenciesResponse
- data ListApplicationVersions = ListApplicationVersions' (Maybe Natural) (Maybe Text) Text
- newListApplicationVersions :: Text -> ListApplicationVersions
- data ListApplicationVersionsResponse = ListApplicationVersionsResponse' (Maybe Text) (Maybe [VersionSummary]) Int
- newListApplicationVersionsResponse :: Int -> ListApplicationVersionsResponse
- data ListApplications = ListApplications' (Maybe Natural) (Maybe Text)
- newListApplications :: ListApplications
- data ListApplicationsResponse = ListApplicationsResponse' (Maybe [ApplicationSummary]) (Maybe Text) Int
- newListApplicationsResponse :: Int -> ListApplicationsResponse
- data PutApplicationPolicy = PutApplicationPolicy' Text [ApplicationPolicyStatement]
- newPutApplicationPolicy :: Text -> PutApplicationPolicy
- data PutApplicationPolicyResponse = PutApplicationPolicyResponse' (Maybe [ApplicationPolicyStatement]) Int
- newPutApplicationPolicyResponse :: Int -> PutApplicationPolicyResponse
- data UnshareApplication = UnshareApplication' Text Text
- newUnshareApplication :: Text -> Text -> UnshareApplication
- data UnshareApplicationResponse = UnshareApplicationResponse' {
- newUnshareApplicationResponse :: UnshareApplicationResponse
- data UpdateApplication = UpdateApplication' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) Text
- newUpdateApplication :: Text -> UpdateApplication
- data UpdateApplicationResponse = UpdateApplicationResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Version) Int
- newUpdateApplicationResponse :: Int -> UpdateApplicationResponse
- newtype Capability where
- Capability' { }
- pattern Capability_CAPABILITY_AUTO_EXPAND :: Capability
- pattern Capability_CAPABILITY_IAM :: Capability
- pattern Capability_CAPABILITY_NAMED_IAM :: Capability
- pattern Capability_CAPABILITY_RESOURCE_POLICY :: Capability
- newtype Status where
- Status' {
- fromStatus :: Text
- pattern Status_ACTIVE :: Status
- pattern Status_EXPIRED :: Status
- pattern Status_PREPARING :: Status
- Status' {
- data ApplicationDependencySummary = ApplicationDependencySummary' Text Text
- newApplicationDependencySummary :: Text -> Text -> ApplicationDependencySummary
- data ApplicationPolicyStatement = ApplicationPolicyStatement' (Maybe [Text]) (Maybe Text) [Text] [Text]
- newApplicationPolicyStatement :: ApplicationPolicyStatement
- data ApplicationSummary = ApplicationSummary' (Maybe Text) (Maybe Text) (Maybe [Text]) (Maybe Text) Text Text Text Text
- newApplicationSummary :: Text -> Text -> Text -> Text -> ApplicationSummary
- data ParameterDefinition = ParameterDefinition' (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Bool) (Maybe Text) [Text] Text
- newParameterDefinition :: Text -> ParameterDefinition
- data ParameterValue = ParameterValue' Text Text
- newParameterValue :: Text -> Text -> ParameterValue
- data RollbackConfiguration = RollbackConfiguration' (Maybe Int) (Maybe [RollbackTrigger])
- newRollbackConfiguration :: RollbackConfiguration
- data RollbackTrigger = RollbackTrigger' Text Text
- newRollbackTrigger :: Text -> Text -> RollbackTrigger
- data Tag = Tag' Text Text
- newTag :: Text -> Text -> Tag
- data Version = Version' (Maybe Text) (Maybe Text) Text [ParameterDefinition] Bool Text [Capability] Text Text
- newVersion :: Text -> Bool -> Text -> Text -> Text -> Version
- data VersionSummary = VersionSummary' (Maybe Text) Text Text Text
- newVersionSummary :: Text -> Text -> Text -> VersionSummary
Service Configuration
defaultService :: Service Source #
API version 2017-09-08 of the Amazon ServerlessApplicationRepository SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by ServerlessApplicationRepository.
BadRequestException
_BadRequestException :: AsError a => Fold a ServiceError Source #
One of the parameters in the request is invalid.
ConflictException
_ConflictException :: AsError a => Fold a ServiceError Source #
The resource already exists.
ForbiddenException
_ForbiddenException :: AsError a => Fold a ServiceError Source #
The client is not authenticated.
InternalServerErrorException
_InternalServerErrorException :: AsError a => Fold a ServiceError Source #
The AWS Serverless Application Repository service encountered an internal error.
NotFoundException
_NotFoundException :: AsError a => Fold a ServiceError Source #
The resource (for example, an access policy statement) specified in the request doesn't exist.
TooManyRequestsException
_TooManyRequestsException :: AsError a => Fold a ServiceError Source #
The client is sending more than the allowed number of requests per unit of time.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait specification is fulfilled. The Wait specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
CreateApplication
data CreateApplication Source #
See: newCreateApplication smart constructor.
Constructors
| CreateApplication' (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) Text Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> CreateApplication |
Create a value of CreateApplication with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateApplication, createApplication_homePageUrl - A URL with more information about the application, for example the
location of your GitHub repository for the application.
CreateApplication, createApplication_labels - Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
$sel:licenseBody:CreateApplication', createApplication_licenseBody - A local text file that contains the license of the app that matches the
spdxLicenseID value of your application. The file has the format
file://<path>/<filename>.
Maximum size 5 MB
You can specify only one of licenseBody and licenseUrl; otherwise, an error results.
CreateApplication, createApplication_licenseUrl - A link to the S3 object that contains the license of the app that
matches the spdxLicenseID value of your application.
Maximum size 5 MB
You can specify only one of licenseBody and licenseUrl; otherwise, an error results.
$sel:readmeBody:CreateApplication', createApplication_readmeBody - A local text readme file in Markdown language that contains a more
detailed description of the application and how it works. The file has
the format file://<path>/<filename>.
Maximum size 5 MB
You can specify only one of readmeBody and readmeUrl; otherwise, an error results.
CreateApplication, createApplication_readmeUrl - A link to the S3 object in Markdown language that contains a more
detailed description of the application and how it works.
Maximum size 5 MB
You can specify only one of readmeBody and readmeUrl; otherwise, an error results.
CreateApplication, createApplication_semanticVersion - The semantic version of the application:
CreateApplication, createApplication_sourceCodeArchiveUrl - A link to the S3 object that contains the ZIP archive of the source code
for this version of your application.
Maximum size 50 MB
CreateApplication, createApplication_sourceCodeUrl - A link to a public repository for the source code of your application,
for example the URL of a specific GitHub commit.
CreateApplication, createApplication_spdxLicenseId - A valid identifier from https://spdx.org/licenses/.
$sel:templateBody:CreateApplication', createApplication_templateBody - The local raw packaged AWS SAM template file of your application. The
file has the format file://<path>/<filename>.
You can specify only one of templateBody and templateUrl; otherwise an error results.
CreateApplication, createApplication_templateUrl - A link to the S3 object containing the packaged AWS SAM template of your
application.
You can specify only one of templateBody and templateUrl; otherwise an error results.
CreateApplication, createApplication_description - The description of the application.
Minimum length=1. Maximum length=256
CreateApplication, createApplication_name - The name of the application that you want to publish.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
CreateApplication, createApplication_author - The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
data CreateApplicationResponse Source #
See: newCreateApplicationResponse smart constructor.
Constructors
| CreateApplicationResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Version) Int |
Instances
newCreateApplicationResponse Source #
Create a value of CreateApplicationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateApplicationResponse, createApplicationResponse_applicationId - The application Amazon Resource Name (ARN).
CreateApplication, createApplicationResponse_author - The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
CreateApplicationResponse, createApplicationResponse_creationTime - The date and time this resource was created.
CreateApplication, createApplicationResponse_description - The description of the application.
Minimum length=1. Maximum length=256
CreateApplication, createApplicationResponse_homePageUrl - A URL with more information about the application, for example the
location of your GitHub repository for the application.
$sel:isVerifiedAuthor:CreateApplicationResponse', createApplicationResponse_isVerifiedAuthor - Whether the author of this application has been verified. This means
means that AWS has made a good faith review, as a reasonable and prudent
service provider, of the information provided by the requester and has
confirmed that the requester's identity is as claimed.
CreateApplication, createApplicationResponse_labels - Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
CreateApplication, createApplicationResponse_licenseUrl - A link to a license file of the app that matches the spdxLicenseID value
of your application.
Maximum size 5 MB
CreateApplication, createApplicationResponse_name - The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
CreateApplication, createApplicationResponse_readmeUrl - A link to the readme file in Markdown language that contains a more
detailed description of the application and how it works.
Maximum size 5 MB
CreateApplication, createApplicationResponse_spdxLicenseId - A valid identifier from https://spdx.org/licenses/.
$sel:verifiedAuthorUrl:CreateApplicationResponse', createApplicationResponse_verifiedAuthorUrl - The URL to the public profile of a verified author. This URL is
submitted by the author.
$sel:version:CreateApplicationResponse', createApplicationResponse_version - Version information about the application.
$sel:httpStatus:CreateApplicationResponse', createApplicationResponse_httpStatus - The response's http status code.
CreateApplicationVersion
data CreateApplicationVersion Source #
See: newCreateApplicationVersion smart constructor.
Instances
newCreateApplicationVersion Source #
Create a value of CreateApplicationVersion with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateApplicationVersion, createApplicationVersion_sourceCodeArchiveUrl - A link to the S3 object that contains the ZIP archive of the source code
for this version of your application.
Maximum size 50 MB
CreateApplicationVersion, createApplicationVersion_sourceCodeUrl - A link to a public repository for the source code of your application,
for example the URL of a specific GitHub commit.
$sel:templateBody:CreateApplicationVersion', createApplicationVersion_templateBody - The raw packaged AWS SAM template of your application.
CreateApplicationVersion, createApplicationVersion_templateUrl - A link to the packaged AWS SAM template of your application.
CreateApplicationVersion, createApplicationVersion_applicationId - The Amazon Resource Name (ARN) of the application.
CreateApplicationVersion, createApplicationVersion_semanticVersion - The semantic version of the new version.
data CreateApplicationVersionResponse Source #
See: newCreateApplicationVersionResponse smart constructor.
Constructors
| CreateApplicationVersionResponse' (Maybe Text) (Maybe Text) (Maybe [ParameterDefinition]) (Maybe [Capability]) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) Int |
Instances
newCreateApplicationVersionResponse Source #
Create a value of CreateApplicationVersionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateApplicationVersion, createApplicationVersionResponse_applicationId - The application Amazon Resource Name (ARN).
CreateApplicationVersionResponse, createApplicationVersionResponse_creationTime - The date and time this resource was created.
CreateApplicationVersionResponse, createApplicationVersionResponse_parameterDefinitions - An array of parameter types supported by the application.
CreateApplicationVersionResponse, createApplicationVersionResponse_requiredCapabilities - A list of values that you must specify before you can deploy certain
applications. Some applications might include resources that can affect
permissions in your AWS account, for example, by creating new AWS
Identity and Access Management (IAM) users. For those applications, you
must explicitly acknowledge their capabilities by specifying this
parameter.
The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.
The following resources require you to specify CAPABILITY_IAM or CAPABILITY_NAMED_IAM: AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, and AWS::IAM::Role. If the application contains IAM resources, you can specify either CAPABILITY_IAM or CAPABILITY_NAMED_IAM. If the application contains IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.
The following resources require you to specify CAPABILITY_RESOURCE_POLICY: AWS::Lambda::Permission, AWS::IAM:Policy, AWS::ApplicationAutoScaling::ScalingPolicy, AWS::S3::BucketPolicy, AWS::SQS::QueuePolicy, and AWS::SNS::TopicPolicy.
Applications that contain one or more nested applications require you to specify CAPABILITY_AUTO_EXPAND.
If your application template contains any of the above resources, we recommend that you review all permissions associated with the application before deploying. If you don't specify this parameter for an application that requires capabilities, the call will fail.
CreateApplicationVersionResponse, createApplicationVersionResponse_resourcesSupported - Whether all of the AWS resources contained in this application are
supported in the region in which it is being retrieved.
CreateApplicationVersion, createApplicationVersionResponse_semanticVersion - The semantic version of the application:
CreateApplicationVersion, createApplicationVersionResponse_sourceCodeArchiveUrl - A link to the S3 object that contains the ZIP archive of the source code
for this version of your application.
Maximum size 50 MB
CreateApplicationVersion, createApplicationVersionResponse_sourceCodeUrl - A link to a public repository for the source code of your application,
for example the URL of a specific GitHub commit.
CreateApplicationVersion, createApplicationVersionResponse_templateUrl - A link to the packaged AWS SAM template of your application.
$sel:httpStatus:CreateApplicationVersionResponse', createApplicationVersionResponse_httpStatus - The response's http status code.
CreateCloudFormationChangeSet
data CreateCloudFormationChangeSet Source #
See: newCreateCloudFormationChangeSet smart constructor.
Constructors
| CreateCloudFormationChangeSet' (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [Text]) (Maybe [ParameterValue]) (Maybe [Text]) (Maybe RollbackConfiguration) (Maybe Text) (Maybe [Tag]) (Maybe Text) Text Text |
Instances
newCreateCloudFormationChangeSet Source #
Arguments
| :: Text | |
| -> Text | |
| -> CreateCloudFormationChangeSet |
Create a value of CreateCloudFormationChangeSet with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:capabilities:CreateCloudFormationChangeSet', createCloudFormationChangeSet_capabilities - A list of values that you must specify before you can deploy certain
applications. Some applications might include resources that can affect
permissions in your AWS account, for example, by creating new AWS
Identity and Access Management (IAM) users. For those applications, you
must explicitly acknowledge their capabilities by specifying this
parameter.
The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.
The following resources require you to specify CAPABILITY_IAM or CAPABILITY_NAMED_IAM: AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, and AWS::IAM::Role. If the application contains IAM resources, you can specify either CAPABILITY_IAM or CAPABILITY_NAMED_IAM. If the application contains IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.
The following resources require you to specify CAPABILITY_RESOURCE_POLICY: AWS::Lambda::Permission, AWS::IAM:Policy, AWS::ApplicationAutoScaling::ScalingPolicy, AWS::S3::BucketPolicy, AWS::SQS::QueuePolicy, and AWS::SNS:TopicPolicy.
Applications that contain one or more nested applications require you to specify CAPABILITY_AUTO_EXPAND.
If your application template contains any of the above resources, we recommend that you review all permissions associated with the application before deploying. If you don't specify this parameter for an application that requires capabilities, the call will fail.
$sel:changeSetName:CreateCloudFormationChangeSet', createCloudFormationChangeSet_changeSetName - This property corresponds to the parameter of the same name for the /AWS
CloudFormation
CreateChangeSet/
API.
$sel:clientToken:CreateCloudFormationChangeSet', createCloudFormationChangeSet_clientToken - This property corresponds to the parameter of the same name for the /AWS
CloudFormation
CreateChangeSet/
API.
CreateCloudFormationChangeSet, createCloudFormationChangeSet_description - This property corresponds to the parameter of the same name for the /AWS
CloudFormation
CreateChangeSet/
API.
$sel:notificationArns:CreateCloudFormationChangeSet', createCloudFormationChangeSet_notificationArns - This property corresponds to the parameter of the same name for the /AWS
CloudFormation
CreateChangeSet/
API.
$sel:parameterOverrides:CreateCloudFormationChangeSet', createCloudFormationChangeSet_parameterOverrides - A list of parameter values for the parameters of the application.
$sel:resourceTypes:CreateCloudFormationChangeSet', createCloudFormationChangeSet_resourceTypes - This property corresponds to the parameter of the same name for the /AWS
CloudFormation
CreateChangeSet/
API.
$sel:rollbackConfiguration:CreateCloudFormationChangeSet', createCloudFormationChangeSet_rollbackConfiguration - This property corresponds to the parameter of the same name for the /AWS
CloudFormation
CreateChangeSet/
API.
CreateCloudFormationChangeSet, createCloudFormationChangeSet_semanticVersion - The semantic version of the application:
$sel:tags:CreateCloudFormationChangeSet', createCloudFormationChangeSet_tags - This property corresponds to the parameter of the same name for the /AWS
CloudFormation
CreateChangeSet/
API.
$sel:templateId:CreateCloudFormationChangeSet', createCloudFormationChangeSet_templateId - The UUID returned by CreateCloudFormationTemplate.
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}
CreateCloudFormationChangeSet, createCloudFormationChangeSet_applicationId - The Amazon Resource Name (ARN) of the application.
$sel:stackName:CreateCloudFormationChangeSet', createCloudFormationChangeSet_stackName - This property corresponds to the parameter of the same name for the /AWS
CloudFormation
CreateChangeSet/
API.
data CreateCloudFormationChangeSetResponse Source #
See: newCreateCloudFormationChangeSetResponse smart constructor.
Constructors
| CreateCloudFormationChangeSetResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) Int |
Instances
newCreateCloudFormationChangeSetResponse Source #
Arguments
| :: Int | |
| -> CreateCloudFormationChangeSetResponse |
Create a value of CreateCloudFormationChangeSetResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateCloudFormationChangeSet, createCloudFormationChangeSetResponse_applicationId - The application Amazon Resource Name (ARN).
$sel:changeSetId:CreateCloudFormationChangeSetResponse', createCloudFormationChangeSetResponse_changeSetId - The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
CreateCloudFormationChangeSet, createCloudFormationChangeSetResponse_semanticVersion - The semantic version of the application:
$sel:stackId:CreateCloudFormationChangeSetResponse', createCloudFormationChangeSetResponse_stackId - The unique ID of the stack.
$sel:httpStatus:CreateCloudFormationChangeSetResponse', createCloudFormationChangeSetResponse_httpStatus - The response's http status code.
CreateCloudFormationTemplate
data CreateCloudFormationTemplate Source #
See: newCreateCloudFormationTemplate smart constructor.
Constructors
| CreateCloudFormationTemplate' (Maybe Text) Text |
Instances
newCreateCloudFormationTemplate Source #
Arguments
| :: Text | |
| -> CreateCloudFormationTemplate |
Create a value of CreateCloudFormationTemplate with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateCloudFormationTemplate, createCloudFormationTemplate_semanticVersion - The semantic version of the application:
CreateCloudFormationTemplate, createCloudFormationTemplate_applicationId - The Amazon Resource Name (ARN) of the application.
data CreateCloudFormationTemplateResponse Source #
See: newCreateCloudFormationTemplateResponse smart constructor.
Constructors
| CreateCloudFormationTemplateResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Status) (Maybe Text) (Maybe Text) Int |
Instances
newCreateCloudFormationTemplateResponse Source #
Arguments
| :: Int | |
| -> CreateCloudFormationTemplateResponse |
Create a value of CreateCloudFormationTemplateResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateCloudFormationTemplate, createCloudFormationTemplateResponse_applicationId - The application Amazon Resource Name (ARN).
CreateCloudFormationTemplateResponse, createCloudFormationTemplateResponse_creationTime - The date and time this resource was created.
$sel:expirationTime:CreateCloudFormationTemplateResponse', createCloudFormationTemplateResponse_expirationTime - The date and time this template expires. Templates expire 1 hour after
creation.
CreateCloudFormationTemplate, createCloudFormationTemplateResponse_semanticVersion - The semantic version of the application:
$sel:status:CreateCloudFormationTemplateResponse', createCloudFormationTemplateResponse_status - Status of the template creation workflow.
Possible values: PREPARING | ACTIVE | EXPIRED
$sel:templateId:CreateCloudFormationTemplateResponse', createCloudFormationTemplateResponse_templateId - The UUID returned by CreateCloudFormationTemplate.
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}
CreateCloudFormationTemplateResponse, createCloudFormationTemplateResponse_templateUrl - A link to the template that can be used to deploy the application using
AWS CloudFormation.
$sel:httpStatus:CreateCloudFormationTemplateResponse', createCloudFormationTemplateResponse_httpStatus - The response's http status code.
DeleteApplication
data DeleteApplication Source #
See: newDeleteApplication smart constructor.
Constructors
| DeleteApplication' Text |
Instances
Arguments
| :: Text | |
| -> DeleteApplication |
Create a value of DeleteApplication with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteApplication, deleteApplication_applicationId - The Amazon Resource Name (ARN) of the application.
data DeleteApplicationResponse Source #
See: newDeleteApplicationResponse smart constructor.
Constructors
| DeleteApplicationResponse' | |
Instances
newDeleteApplicationResponse :: DeleteApplicationResponse Source #
Create a value of DeleteApplicationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
GetApplication
data GetApplication Source #
See: newGetApplication smart constructor.
Constructors
| GetApplication' (Maybe Text) Text |
Instances
Arguments
| :: Text | |
| -> GetApplication |
Create a value of GetApplication with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetApplication, getApplication_semanticVersion - The semantic version of the application to get.
GetApplication, getApplication_applicationId - The Amazon Resource Name (ARN) of the application.
data GetApplicationResponse Source #
See: newGetApplicationResponse smart constructor.
Constructors
| GetApplicationResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Version) Int |
Instances
newGetApplicationResponse Source #
Create a value of GetApplicationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetApplication, getApplicationResponse_applicationId - The application Amazon Resource Name (ARN).
GetApplicationResponse, getApplicationResponse_author - The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
GetApplicationResponse, getApplicationResponse_creationTime - The date and time this resource was created.
GetApplicationResponse, getApplicationResponse_description - The description of the application.
Minimum length=1. Maximum length=256
GetApplicationResponse, getApplicationResponse_homePageUrl - A URL with more information about the application, for example the
location of your GitHub repository for the application.
$sel:isVerifiedAuthor:GetApplicationResponse', getApplicationResponse_isVerifiedAuthor - Whether the author of this application has been verified. This means
means that AWS has made a good faith review, as a reasonable and prudent
service provider, of the information provided by the requester and has
confirmed that the requester's identity is as claimed.
GetApplicationResponse, getApplicationResponse_labels - Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
$sel:licenseUrl:GetApplicationResponse', getApplicationResponse_licenseUrl - A link to a license file of the app that matches the spdxLicenseID value
of your application.
Maximum size 5 MB
GetApplicationResponse, getApplicationResponse_name - The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
$sel:readmeUrl:GetApplicationResponse', getApplicationResponse_readmeUrl - A link to the readme file in Markdown language that contains a more
detailed description of the application and how it works.
Maximum size 5 MB
GetApplicationResponse, getApplicationResponse_spdxLicenseId - A valid identifier from https://spdx.org/licenses/.
$sel:verifiedAuthorUrl:GetApplicationResponse', getApplicationResponse_verifiedAuthorUrl - The URL to the public profile of a verified author. This URL is
submitted by the author.
$sel:version:GetApplicationResponse', getApplicationResponse_version - Version information about the application.
$sel:httpStatus:GetApplicationResponse', getApplicationResponse_httpStatus - The response's http status code.
GetApplicationPolicy
data GetApplicationPolicy Source #
See: newGetApplicationPolicy smart constructor.
Constructors
| GetApplicationPolicy' Text |
Instances
newGetApplicationPolicy Source #
Arguments
| :: Text | |
| -> GetApplicationPolicy |
Create a value of GetApplicationPolicy with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetApplicationPolicy, getApplicationPolicy_applicationId - The Amazon Resource Name (ARN) of the application.
data GetApplicationPolicyResponse Source #
See: newGetApplicationPolicyResponse smart constructor.
Constructors
| GetApplicationPolicyResponse' (Maybe [ApplicationPolicyStatement]) Int |
Instances
newGetApplicationPolicyResponse Source #
Create a value of GetApplicationPolicyResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:statements:GetApplicationPolicyResponse', getApplicationPolicyResponse_statements - An array of policy statements applied to the application.
$sel:httpStatus:GetApplicationPolicyResponse', getApplicationPolicyResponse_httpStatus - The response's http status code.
GetCloudFormationTemplate
data GetCloudFormationTemplate Source #
See: newGetCloudFormationTemplate smart constructor.
Constructors
| GetCloudFormationTemplate' Text Text |
Instances
newGetCloudFormationTemplate Source #
Arguments
| :: Text | |
| -> Text | |
| -> GetCloudFormationTemplate |
Create a value of GetCloudFormationTemplate with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetCloudFormationTemplate, getCloudFormationTemplate_applicationId - The Amazon Resource Name (ARN) of the application.
GetCloudFormationTemplate, getCloudFormationTemplate_templateId - The UUID returned by CreateCloudFormationTemplate.
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}
data GetCloudFormationTemplateResponse Source #
See: newGetCloudFormationTemplateResponse smart constructor.
Constructors
| GetCloudFormationTemplateResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Status) (Maybe Text) (Maybe Text) Int |
Instances
newGetCloudFormationTemplateResponse Source #
Arguments
| :: Int | |
| -> GetCloudFormationTemplateResponse |
Create a value of GetCloudFormationTemplateResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetCloudFormationTemplate, getCloudFormationTemplateResponse_applicationId - The application Amazon Resource Name (ARN).
GetCloudFormationTemplateResponse, getCloudFormationTemplateResponse_creationTime - The date and time this resource was created.
$sel:expirationTime:GetCloudFormationTemplateResponse', getCloudFormationTemplateResponse_expirationTime - The date and time this template expires. Templates expire 1 hour after
creation.
GetCloudFormationTemplateResponse, getCloudFormationTemplateResponse_semanticVersion - The semantic version of the application:
$sel:status:GetCloudFormationTemplateResponse', getCloudFormationTemplateResponse_status - Status of the template creation workflow.
Possible values: PREPARING | ACTIVE | EXPIRED
GetCloudFormationTemplate, getCloudFormationTemplateResponse_templateId - The UUID returned by CreateCloudFormationTemplate.
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}
GetCloudFormationTemplateResponse, getCloudFormationTemplateResponse_templateUrl - A link to the template that can be used to deploy the application using
AWS CloudFormation.
$sel:httpStatus:GetCloudFormationTemplateResponse', getCloudFormationTemplateResponse_httpStatus - The response's http status code.
ListApplicationDependencies (Paginated)
data ListApplicationDependencies Source #
See: newListApplicationDependencies smart constructor.
Instances
newListApplicationDependencies Source #
Arguments
| :: Text | |
| -> ListApplicationDependencies |
Create a value of ListApplicationDependencies with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxItems:ListApplicationDependencies', listApplicationDependencies_maxItems - The total number of items to return.
ListApplicationDependencies, listApplicationDependencies_nextToken - A token to specify where to start paginating.
ListApplicationDependencies, listApplicationDependencies_semanticVersion - The semantic version of the application to get.
ListApplicationDependencies, listApplicationDependencies_applicationId - The Amazon Resource Name (ARN) of the application.
data ListApplicationDependenciesResponse Source #
See: newListApplicationDependenciesResponse smart constructor.
Constructors
| ListApplicationDependenciesResponse' (Maybe [ApplicationDependencySummary]) (Maybe Text) Int |
Instances
newListApplicationDependenciesResponse Source #
Arguments
| :: Int | |
| -> ListApplicationDependenciesResponse |
Create a value of ListApplicationDependenciesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dependencies:ListApplicationDependenciesResponse', listApplicationDependenciesResponse_dependencies - An array of application summaries nested in the application.
ListApplicationDependencies, listApplicationDependenciesResponse_nextToken - The token to request the next page of results.
$sel:httpStatus:ListApplicationDependenciesResponse', listApplicationDependenciesResponse_httpStatus - The response's http status code.
ListApplicationVersions (Paginated)
data ListApplicationVersions Source #
See: newListApplicationVersions smart constructor.
Instances
newListApplicationVersions Source #
Arguments
| :: Text | |
| -> ListApplicationVersions |
Create a value of ListApplicationVersions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxItems:ListApplicationVersions', listApplicationVersions_maxItems - The total number of items to return.
ListApplicationVersions, listApplicationVersions_nextToken - A token to specify where to start paginating.
ListApplicationVersions, listApplicationVersions_applicationId - The Amazon Resource Name (ARN) of the application.
data ListApplicationVersionsResponse Source #
See: newListApplicationVersionsResponse smart constructor.
Constructors
| ListApplicationVersionsResponse' (Maybe Text) (Maybe [VersionSummary]) Int |
Instances
newListApplicationVersionsResponse Source #
Create a value of ListApplicationVersionsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListApplicationVersions, listApplicationVersionsResponse_nextToken - The token to request the next page of results.
$sel:versions:ListApplicationVersionsResponse', listApplicationVersionsResponse_versions - An array of version summaries for the application.
$sel:httpStatus:ListApplicationVersionsResponse', listApplicationVersionsResponse_httpStatus - The response's http status code.
ListApplications (Paginated)
data ListApplications Source #
See: newListApplications smart constructor.
Constructors
| ListApplications' (Maybe Natural) (Maybe Text) |
Instances
newListApplications :: ListApplications Source #
Create a value of ListApplications with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxItems:ListApplications', listApplications_maxItems - The total number of items to return.
ListApplications, listApplications_nextToken - A token to specify where to start paginating.
data ListApplicationsResponse Source #
See: newListApplicationsResponse smart constructor.
Constructors
| ListApplicationsResponse' (Maybe [ApplicationSummary]) (Maybe Text) Int |
Instances
newListApplicationsResponse Source #
Create a value of ListApplicationsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:applications:ListApplicationsResponse', listApplicationsResponse_applications - An array of application summaries.
ListApplications, listApplicationsResponse_nextToken - The token to request the next page of results.
$sel:httpStatus:ListApplicationsResponse', listApplicationsResponse_httpStatus - The response's http status code.
PutApplicationPolicy
data PutApplicationPolicy Source #
See: newPutApplicationPolicy smart constructor.
Constructors
| PutApplicationPolicy' Text [ApplicationPolicyStatement] |
Instances
newPutApplicationPolicy Source #
Arguments
| :: Text | |
| -> PutApplicationPolicy |
Create a value of PutApplicationPolicy with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
PutApplicationPolicy, putApplicationPolicy_applicationId - The Amazon Resource Name (ARN) of the application.
PutApplicationPolicy, putApplicationPolicy_statements - An array of policy statements applied to the application.
data PutApplicationPolicyResponse Source #
See: newPutApplicationPolicyResponse smart constructor.
Constructors
| PutApplicationPolicyResponse' (Maybe [ApplicationPolicyStatement]) Int |
Instances
newPutApplicationPolicyResponse Source #
Create a value of PutApplicationPolicyResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
PutApplicationPolicy, putApplicationPolicyResponse_statements - An array of policy statements applied to the application.
$sel:httpStatus:PutApplicationPolicyResponse', putApplicationPolicyResponse_httpStatus - The response's http status code.
UnshareApplication
data UnshareApplication Source #
See: newUnshareApplication smart constructor.
Constructors
| UnshareApplication' Text Text |
Instances
newUnshareApplication Source #
Arguments
| :: Text | |
| -> Text | |
| -> UnshareApplication |
Create a value of UnshareApplication with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UnshareApplication, unshareApplication_applicationId - The Amazon Resource Name (ARN) of the application.
$sel:organizationId:UnshareApplication', unshareApplication_organizationId - The AWS Organization ID to unshare the application from.
data UnshareApplicationResponse Source #
See: newUnshareApplicationResponse smart constructor.
Constructors
| UnshareApplicationResponse' | |
Instances
newUnshareApplicationResponse :: UnshareApplicationResponse Source #
Create a value of UnshareApplicationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
UpdateApplication
data UpdateApplication Source #
See: newUpdateApplication smart constructor.
Constructors
| UpdateApplication' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) Text |
Instances
Arguments
| :: Text | |
| -> UpdateApplication |
Create a value of UpdateApplication with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdateApplication, updateApplication_author - The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
UpdateApplication, updateApplication_description - The description of the application.
Minimum length=1. Maximum length=256
UpdateApplication, updateApplication_homePageUrl - A URL with more information about the application, for example the
location of your GitHub repository for the application.
UpdateApplication, updateApplication_labels - Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
$sel:readmeBody:UpdateApplication', updateApplication_readmeBody - A text readme file in Markdown language that contains a more detailed
description of the application and how it works.
Maximum size 5 MB
UpdateApplication, updateApplication_readmeUrl - A link to the readme file in Markdown language that contains a more
detailed description of the application and how it works.
Maximum size 5 MB
UpdateApplication, updateApplication_applicationId - The Amazon Resource Name (ARN) of the application.
data UpdateApplicationResponse Source #
See: newUpdateApplicationResponse smart constructor.
Constructors
| UpdateApplicationResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Version) Int |
Instances
newUpdateApplicationResponse Source #
Create a value of UpdateApplicationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdateApplication, updateApplicationResponse_applicationId - The application Amazon Resource Name (ARN).
UpdateApplication, updateApplicationResponse_author - The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
UpdateApplicationResponse, updateApplicationResponse_creationTime - The date and time this resource was created.
UpdateApplication, updateApplicationResponse_description - The description of the application.
Minimum length=1. Maximum length=256
UpdateApplication, updateApplicationResponse_homePageUrl - A URL with more information about the application, for example the
location of your GitHub repository for the application.
$sel:isVerifiedAuthor:UpdateApplicationResponse', updateApplicationResponse_isVerifiedAuthor - Whether the author of this application has been verified. This means
means that AWS has made a good faith review, as a reasonable and prudent
service provider, of the information provided by the requester and has
confirmed that the requester's identity is as claimed.
UpdateApplication, updateApplicationResponse_labels - Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
$sel:licenseUrl:UpdateApplicationResponse', updateApplicationResponse_licenseUrl - A link to a license file of the app that matches the spdxLicenseID value
of your application.
Maximum size 5 MB
UpdateApplicationResponse, updateApplicationResponse_name - The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
UpdateApplication, updateApplicationResponse_readmeUrl - A link to the readme file in Markdown language that contains a more
detailed description of the application and how it works.
Maximum size 5 MB
UpdateApplicationResponse, updateApplicationResponse_spdxLicenseId - A valid identifier from https://spdx.org/licenses/.
$sel:verifiedAuthorUrl:UpdateApplicationResponse', updateApplicationResponse_verifiedAuthorUrl - The URL to the public profile of a verified author. This URL is
submitted by the author.
$sel:version:UpdateApplicationResponse', updateApplicationResponse_version - Version information about the application.
$sel:httpStatus:UpdateApplicationResponse', updateApplicationResponse_httpStatus - The response's http status code.
Types
Capability
newtype Capability Source #
Values that must be specified in order to deploy some applications.
Constructors
| Capability' | |
Fields | |
Bundled Patterns
| pattern Capability_CAPABILITY_AUTO_EXPAND :: Capability | |
| pattern Capability_CAPABILITY_IAM :: Capability | |
| pattern Capability_CAPABILITY_NAMED_IAM :: Capability | |
| pattern Capability_CAPABILITY_RESOURCE_POLICY :: Capability |
Instances
Status
Constructors
| Status' | |
Fields
| |
Bundled Patterns
| pattern Status_ACTIVE :: Status | |
| pattern Status_EXPIRED :: Status | |
| pattern Status_PREPARING :: Status |
Instances
ApplicationDependencySummary
data ApplicationDependencySummary Source #
A nested application summary.
See: newApplicationDependencySummary smart constructor.
Constructors
| ApplicationDependencySummary' Text Text |
Instances
newApplicationDependencySummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> ApplicationDependencySummary |
Create a value of ApplicationDependencySummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:applicationId:ApplicationDependencySummary', applicationDependencySummary_applicationId - The Amazon Resource Name (ARN) of the nested application.
$sel:semanticVersion:ApplicationDependencySummary', applicationDependencySummary_semanticVersion - The semantic version of the nested application.
ApplicationPolicyStatement
data ApplicationPolicyStatement Source #
Policy statement applied to the application.
See: newApplicationPolicyStatement smart constructor.
Instances
newApplicationPolicyStatement :: ApplicationPolicyStatement Source #
Create a value of ApplicationPolicyStatement with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:principalOrgIDs:ApplicationPolicyStatement', applicationPolicyStatement_principalOrgIDs - An array of PrinciplalOrgIDs, which corresponds to AWS IAM
aws:PrincipalOrgID
global condition key.
$sel:statementId:ApplicationPolicyStatement', applicationPolicyStatement_statementId - A unique ID for the statement.
$sel:principals:ApplicationPolicyStatement', applicationPolicyStatement_principals - An array of AWS account IDs, or * to make the application public.
$sel:actions:ApplicationPolicyStatement', applicationPolicyStatement_actions - For the list of actions supported for this operation, see
Application Permissions.
ApplicationSummary
data ApplicationSummary Source #
Summary of details about the application.
See: newApplicationSummary smart constructor.
Constructors
| ApplicationSummary' (Maybe Text) (Maybe Text) (Maybe [Text]) (Maybe Text) Text Text Text Text |
Instances
newApplicationSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> ApplicationSummary |
Create a value of ApplicationSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:ApplicationSummary', applicationSummary_creationTime - The date and time this resource was created.
$sel:homePageUrl:ApplicationSummary', applicationSummary_homePageUrl - A URL with more information about the application, for example the
location of your GitHub repository for the application.
$sel:labels:ApplicationSummary', applicationSummary_labels - Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
$sel:spdxLicenseId:ApplicationSummary', applicationSummary_spdxLicenseId - A valid identifier from https://spdx.org/licenses/.
$sel:description:ApplicationSummary', applicationSummary_description - The description of the application.
Minimum length=1. Maximum length=256
$sel:author:ApplicationSummary', applicationSummary_author - The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
$sel:applicationId:ApplicationSummary', applicationSummary_applicationId - The application Amazon Resource Name (ARN).
$sel:name:ApplicationSummary', applicationSummary_name - The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\\-]+";
ParameterDefinition
data ParameterDefinition Source #
Parameters supported by the application.
See: newParameterDefinition smart constructor.
Constructors
| ParameterDefinition' (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Bool) (Maybe Text) [Text] Text |
Instances
newParameterDefinition Source #
Arguments
| :: Text | |
| -> ParameterDefinition |
Create a value of ParameterDefinition with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:allowedPattern:ParameterDefinition', parameterDefinition_allowedPattern - A regular expression that represents the patterns to allow for String
types.
$sel:allowedValues:ParameterDefinition', parameterDefinition_allowedValues - An array containing the list of values allowed for the parameter.
$sel:constraintDescription:ParameterDefinition', parameterDefinition_constraintDescription - A string that explains a constraint when the constraint is violated. For
example, without a constraint description, a parameter that has an
allowed pattern of [A-Za-z0-9]+ displays the following error message
when the user specifies an invalid value:
Malformed input-Parameter MyParameter must match pattern [A-Za-z0-9]+
By adding a constraint description, such as "must contain only uppercase and lowercase letters and numbers," you can display the following customized error message:
Malformed input-Parameter MyParameter must contain only uppercase and lowercase letters and numbers.
$sel:defaultValue:ParameterDefinition', parameterDefinition_defaultValue - A value of the appropriate type for the template to use if no value is
specified when a stack is created. If you define constraints for the
parameter, you must specify a value that adheres to those constraints.
$sel:description:ParameterDefinition', parameterDefinition_description - A string of up to 4,000 characters that describes the parameter.
$sel:maxLength:ParameterDefinition', parameterDefinition_maxLength - An integer value that determines the largest number of characters that
you want to allow for String types.
$sel:maxValue:ParameterDefinition', parameterDefinition_maxValue - A numeric value that determines the largest numeric value that you want
to allow for Number types.
$sel:minLength:ParameterDefinition', parameterDefinition_minLength - An integer value that determines the smallest number of characters that
you want to allow for String types.
$sel:minValue:ParameterDefinition', parameterDefinition_minValue - A numeric value that determines the smallest numeric value that you want
to allow for Number types.
$sel:noEcho:ParameterDefinition', parameterDefinition_noEcho - Whether to mask the parameter value whenever anyone makes a call that
describes the stack. If you set the value to true, the parameter value
is masked with asterisks (*****).
$sel:type':ParameterDefinition', parameterDefinition_type - The type of the parameter.
Valid values: String | Number | List<Number> | CommaDelimitedList
String: A literal string.
For example, users can specify "MyUserName".
Number: An integer or float. AWS CloudFormation validates the parameter value as a number. However, when you use the parameter elsewhere in your template (for example, by using the Ref intrinsic function), the parameter value becomes a string.
For example, users might specify "8888".
List<Number>: An array of integers or floats that are separated by commas. AWS CloudFormation validates the parameter value as numbers. However, when you use the parameter elsewhere in your template (for example, by using the Ref intrinsic function), the parameter value becomes a list of strings.
For example, users might specify "80,20", and then Ref results in ["80","20"].
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. Also, each member string is space-trimmed.
For example, users might specify "test,dev,prod", and then Ref results in ["test","dev","prod"].
$sel:referencedByResources:ParameterDefinition', parameterDefinition_referencedByResources - A list of AWS SAM resources that use this parameter.
$sel:name:ParameterDefinition', parameterDefinition_name - The name of the parameter.
ParameterValue
data ParameterValue Source #
Parameter value of the application.
See: newParameterValue smart constructor.
Constructors
| ParameterValue' Text Text |
Instances
Create a value of ParameterValue with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:ParameterValue', parameterValue_value - The input value associated with the parameter.
$sel:name:ParameterValue', parameterValue_name - The key associated with the parameter. If you don't specify a key and
value for a particular parameter, AWS CloudFormation uses the default
value that is specified in your template.
RollbackConfiguration
data RollbackConfiguration Source #
This property corresponds to the /AWS CloudFormation RollbackConfiguration/ Data Type.
See: newRollbackConfiguration smart constructor.
Constructors
| RollbackConfiguration' (Maybe Int) (Maybe [RollbackTrigger]) |
Instances
newRollbackConfiguration :: RollbackConfiguration Source #
Create a value of RollbackConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:monitoringTimeInMinutes:RollbackConfiguration', rollbackConfiguration_monitoringTimeInMinutes - This property corresponds to the content of the same name for the /AWS
CloudFormation
RollbackConfiguration/
Data Type.
$sel:rollbackTriggers:RollbackConfiguration', rollbackConfiguration_rollbackTriggers - This property corresponds to the content of the same name for the /AWS
CloudFormation
RollbackConfiguration/
Data Type.
RollbackTrigger
data RollbackTrigger Source #
This property corresponds to the /AWS CloudFormation RollbackTrigger/ Data Type.
See: newRollbackTrigger smart constructor.
Constructors
| RollbackTrigger' Text Text |
Instances
Create a value of RollbackTrigger with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:type':RollbackTrigger', rollbackTrigger_type - This property corresponds to the content of the same name for the /AWS
CloudFormation
RollbackTrigger/
Data Type.
$sel:arn:RollbackTrigger', rollbackTrigger_arn - This property corresponds to the content of the same name for the /AWS
CloudFormation
RollbackTrigger/
Data Type.
Tag
Instances
| ToJSON Tag Source # | |
| Generic Tag Source # | |
| Read Tag Source # | |
| Show Tag Source # | |
| NFData Tag Source # | |
| Eq Tag Source # | |
| Hashable Tag Source # | |
| type Rep Tag Source # | |
Defined in Amazonka.ServerlessApplicationRepository.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ServerlessApplicationRepository.Types.Tag" "amazonka-serverlessrepo-2.0-DJX7EnU3zce9dFmCiMzat7" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Tag with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:Tag', tag_value - This property corresponds to the content of the same name for the /AWS
CloudFormation
Tag/
Data Type.
$sel:key:Tag', tag_key - This property corresponds to the content of the same name for the /AWS
CloudFormation
Tag/
Data Type.
Version
Application version details.
See: newVersion smart constructor.
Constructors
| Version' (Maybe Text) (Maybe Text) Text [ParameterDefinition] Bool Text [Capability] Text Text |
Instances
Create a value of Version with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sourceCodeArchiveUrl:Version', version_sourceCodeArchiveUrl - A link to the S3 object that contains the ZIP archive of the source code
for this version of your application.
Maximum size 50 MB
$sel:sourceCodeUrl:Version', version_sourceCodeUrl - A link to a public repository for the source code of your application,
for example the URL of a specific GitHub commit.
$sel:templateUrl:Version', version_templateUrl - A link to the packaged AWS SAM template of your application.
$sel:parameterDefinitions:Version', version_parameterDefinitions - An array of parameter types supported by the application.
$sel:resourcesSupported:Version', version_resourcesSupported - Whether all of the AWS resources contained in this application are
supported in the region in which it is being retrieved.
$sel:creationTime:Version', version_creationTime - The date and time this resource was created.
$sel:requiredCapabilities:Version', version_requiredCapabilities - A list of values that you must specify before you can deploy certain
applications. Some applications might include resources that can affect
permissions in your AWS account, for example, by creating new AWS
Identity and Access Management (IAM) users. For those applications, you
must explicitly acknowledge their capabilities by specifying this
parameter.
The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.
The following resources require you to specify CAPABILITY_IAM or CAPABILITY_NAMED_IAM: AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, and AWS::IAM::Role. If the application contains IAM resources, you can specify either CAPABILITY_IAM or CAPABILITY_NAMED_IAM. If the application contains IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.
The following resources require you to specify CAPABILITY_RESOURCE_POLICY: AWS::Lambda::Permission, AWS::IAM:Policy, AWS::ApplicationAutoScaling::ScalingPolicy, AWS::S3::BucketPolicy, AWS::SQS::QueuePolicy, and AWS::SNS::TopicPolicy.
Applications that contain one or more nested applications require you to specify CAPABILITY_AUTO_EXPAND.
If your application template contains any of the above resources, we recommend that you review all permissions associated with the application before deploying. If you don't specify this parameter for an application that requires capabilities, the call will fail.
$sel:applicationId:Version', version_applicationId - The application Amazon Resource Name (ARN).
$sel:semanticVersion:Version', version_semanticVersion - The semantic version of the application:
VersionSummary
data VersionSummary Source #
An application version summary.
See: newVersionSummary smart constructor.
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> VersionSummary |
Create a value of VersionSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sourceCodeUrl:VersionSummary', versionSummary_sourceCodeUrl - A link to a public repository for the source code of your application,
for example the URL of a specific GitHub commit.
$sel:creationTime:VersionSummary', versionSummary_creationTime - The date and time this resource was created.
$sel:applicationId:VersionSummary', versionSummary_applicationId - The application Amazon Resource Name (ARN).
$sel:semanticVersion:VersionSummary', versionSummary_semanticVersion - The semantic version of the application: