Awso_serverlessrepo_syncSourceval create_application :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.CreateApplicationRequest.t ->
(Awso_serverlessrepo.Values.CreateApplicationResponse.t,
Awso_serverlessrepo.Values.CreateApplicationResponse.error)
Result.tval create_application_version :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.CreateApplicationVersionRequest.t ->
(Awso_serverlessrepo.Values.CreateApplicationVersionResponse.t,
Awso_serverlessrepo.Values.CreateApplicationVersionResponse.error)
Result.tval create_cloud_formation_change_set :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.CreateCloudFormationChangeSetRequest.t ->
(Awso_serverlessrepo.Values.CreateCloudFormationChangeSetResponse.t,
Awso_serverlessrepo.Values.CreateCloudFormationChangeSetResponse.error)
Result.tval create_cloud_formation_template :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.CreateCloudFormationTemplateRequest.t ->
(Awso_serverlessrepo.Values.CreateCloudFormationTemplateResponse.t,
Awso_serverlessrepo.Values.CreateCloudFormationTemplateResponse.error)
Result.tval delete_application :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.DeleteApplicationRequest.t ->
(unit, unit) Result.tval get_application :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.GetApplicationRequest.t ->
(Awso_serverlessrepo.Values.GetApplicationResponse.t,
Awso_serverlessrepo.Values.GetApplicationResponse.error)
Result.tval get_application_policy :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.GetApplicationPolicyRequest.t ->
(Awso_serverlessrepo.Values.GetApplicationPolicyResponse.t,
Awso_serverlessrepo.Values.GetApplicationPolicyResponse.error)
Result.tval get_cloud_formation_template :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.GetCloudFormationTemplateRequest.t ->
(Awso_serverlessrepo.Values.GetCloudFormationTemplateResponse.t,
Awso_serverlessrepo.Values.GetCloudFormationTemplateResponse.error)
Result.tval list_application_dependencies :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.ListApplicationDependenciesRequest.t ->
(Awso_serverlessrepo.Values.ListApplicationDependenciesResponse.t,
Awso_serverlessrepo.Values.ListApplicationDependenciesResponse.error)
Result.tval list_application_versions :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.ListApplicationVersionsRequest.t ->
(Awso_serverlessrepo.Values.ListApplicationVersionsResponse.t,
Awso_serverlessrepo.Values.ListApplicationVersionsResponse.error)
Result.tval list_applications :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.ListApplicationsRequest.t ->
(Awso_serverlessrepo.Values.ListApplicationsResponse.t,
Awso_serverlessrepo.Values.ListApplicationsResponse.error)
Result.tval put_application_policy :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.PutApplicationPolicyRequest.t ->
(Awso_serverlessrepo.Values.PutApplicationPolicyResponse.t,
Awso_serverlessrepo.Values.PutApplicationPolicyResponse.error)
Result.tval update_application :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_serverlessrepo.Values.UpdateApplicationRequest.t ->
(Awso_serverlessrepo.Values.UpdateApplicationResponse.t,
Awso_serverlessrepo.Values.UpdateApplicationResponse.error)
Result.tinclude module type of struct include Awso_serverlessrepo.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]Parameters supported by the application.
This property corresponds to the AWS CloudFormation RollbackTrigger Data Type.
Policy statement applied to the application.
Summary of details about the application.
An application version summary.
A nested application summary.
Parameter value of the application.
This property corresponds to the AWS CloudFormation Tag Data Type.
One of the parameters in the request is invalid.
The resource already exists.
The client is not authenticated.
The AWS Serverless Application Repository service encountered an internal error.
The resource (for example, an access policy statement) specified in the request doesn't exist.
The client is sending more than the allowed number of requests per unit of time.
Application version details.
This property corresponds to the AWS CloudFormation RollbackConfiguration Data Type.
Updates the specified application.
Updates the specified application.
Update the application request.
Unshares an application from an AWS Organization.This operation can be called only from the organization's master account.
Unshare application request.
Details of the template.
Sets the permission policy for an application. For the list of actions supported for this operation, see Application Permissions .
Sets the permission policy for an application. For the list of actions supported for this operation, see Application Permissions .
Lists applications owned by the requester.
Lists applications owned by the requester.
module ListApplicationVersionsResponse =
Awso_serverlessrepo.Values.ListApplicationVersionsResponseLists versions for the specified application.
module ListApplicationVersionsRequest =
Awso_serverlessrepo.Values.ListApplicationVersionsRequestLists versions for the specified application.
module ListApplicationDependenciesResponse =
Awso_serverlessrepo.Values.ListApplicationDependenciesResponseRetrieves the list of applications nested in the containing application.
module ListApplicationDependenciesRequest =
Awso_serverlessrepo.Values.ListApplicationDependenciesRequestRetrieves the list of applications nested in the containing application.
module GetCloudFormationTemplateResponse =
Awso_serverlessrepo.Values.GetCloudFormationTemplateResponseGets the specified AWS CloudFormation template.
module GetCloudFormationTemplateRequest =
Awso_serverlessrepo.Values.GetCloudFormationTemplateRequestGets the specified AWS CloudFormation template.
Gets the specified application.
Gets the specified application.
Retrieves the policy for the application.
Retrieves the policy for the application.
Deletes the specified application.
module CreateCloudFormationTemplateResponse =
Awso_serverlessrepo.Values.CreateCloudFormationTemplateResponseCreates an AWS CloudFormation template.
module CreateCloudFormationTemplateRequest =
Awso_serverlessrepo.Values.CreateCloudFormationTemplateRequestCreates an AWS CloudFormation template.
module CreateCloudFormationChangeSetResponse =
Awso_serverlessrepo.Values.CreateCloudFormationChangeSetResponseCreates an AWS CloudFormation change set for the given application.
module CreateCloudFormationChangeSetRequest =
Awso_serverlessrepo.Values.CreateCloudFormationChangeSetRequestCreates an AWS CloudFormation change set for the given application.
module CreateCloudFormationChangeSetInput =
Awso_serverlessrepo.Values.CreateCloudFormationChangeSetInputCreate an application change set request.
module CreateApplicationVersionResponse =
Awso_serverlessrepo.Values.CreateApplicationVersionResponseCreates an application version.
module CreateApplicationVersionRequest =
Awso_serverlessrepo.Values.CreateApplicationVersionRequestCreates an application version.
module CreateApplicationVersionInput =
Awso_serverlessrepo.Values.CreateApplicationVersionInputCreate a version request.
Creates an application, optionally including an AWS SAM file to create the first application version in the same call.
Creates an application, optionally including an AWS SAM file to create the first application version in the same call.
Create an application request.
Details of the change set.
A list of version summaries for the application.
Policy statements applied to the application.
A list of application details.
A list of application summaries nested in the application.
Details about the application.