Module Awso_serverlessrepo_asyncSource

Sourceval delete_application : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_serverlessrepo.Values.DeleteApplicationRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval unshare_application : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_serverlessrepo.Values.UnshareApplicationRequest.t -> (unit, unit) Result.t Async.Deferred.t
include module type of struct include Awso_serverlessrepo.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval 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.

Lists versions for the specified application.

Lists versions for the specified application.

Retrieves the list of applications nested in the containing application.

Retrieves the list of applications nested in the containing application.

Gets the specified AWS CloudFormation template.

Gets 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.

Sourcemodule CreateCloudFormationTemplateResponse = Awso_serverlessrepo.Values.CreateCloudFormationTemplateResponse

Creates an AWS CloudFormation template.

Creates an AWS CloudFormation template.

Sourcemodule CreateCloudFormationChangeSetResponse = Awso_serverlessrepo.Values.CreateCloudFormationChangeSetResponse

Creates an AWS CloudFormation change set for the given application.

Sourcemodule CreateCloudFormationChangeSetRequest = Awso_serverlessrepo.Values.CreateCloudFormationChangeSetRequest

Creates an AWS CloudFormation change set for the given application.

Create an application change set request.

Creates an application version.

Creates an application version.

Create 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.

Sourcemodule Cli : sig ... end