GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ServerlessRepo(3) User Contributed Perl Documentation Paws::ServerlessRepo(3)

Paws::ServerlessRepo - Perl Interface to AWS AWSServerlessApplicationRepository

  use Paws;
  my $obj = Paws->service('ServerlessRepo');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

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.

For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08>

[HomePageUrl => Str]
[Labels => ArrayRef[Str|Undef]]
[LicenseBody => Str]
[LicenseUrl => Str]
[ReadmeBody => Str]
[ReadmeUrl => Str]
[SemanticVersion => Str]
[SourceCodeArchiveUrl => Str]
[SourceCodeUrl => Str]
[SpdxLicenseId => Str]
[TemplateBody => Str]
[TemplateUrl => Str]

Each argument is described in detail in: Paws::ServerlessRepo::CreateApplication

Returns: a Paws::ServerlessRepo::CreateApplicationResponse instance

Creates an application, optionally including an AWS SAM file to create the first application version in the same call.

[SourceCodeArchiveUrl => Str]
[SourceCodeUrl => Str]
[TemplateBody => Str]
[TemplateUrl => Str]

Each argument is described in detail in: Paws::ServerlessRepo::CreateApplicationVersion

Returns: a Paws::ServerlessRepo::CreateApplicationVersionResponse instance

Creates an application version.

[Capabilities => ArrayRef[Str|Undef]]
[ChangeSetName => Str]
[ClientToken => Str]
[Description => Str]
[NotificationArns => ArrayRef[Str|Undef]]
[ParameterOverrides => ArrayRef[Paws::ServerlessRepo::ParameterValue]]
[ResourceTypes => ArrayRef[Str|Undef]]
[RollbackConfiguration => Paws::ServerlessRepo::RollbackConfiguration]
[SemanticVersion => Str]
[Tags => ArrayRef[Paws::ServerlessRepo::Tag]]
[TemplateId => Str]

Each argument is described in detail in: Paws::ServerlessRepo::CreateCloudFormationChangeSet

Returns: a Paws::ServerlessRepo::CreateCloudFormationChangeSetResponse instance

Creates an AWS CloudFormation change set for the given application.

[SemanticVersion => Str]

Each argument is described in detail in: Paws::ServerlessRepo::CreateCloudFormationTemplate

Returns: a Paws::ServerlessRepo::CreateCloudFormationTemplateResponse instance

Creates an AWS CloudFormation template.

Each argument is described in detail in: Paws::ServerlessRepo::DeleteApplication

Returns: nothing

Deletes the specified application.

[SemanticVersion => Str]

Each argument is described in detail in: Paws::ServerlessRepo::GetApplication

Returns: a Paws::ServerlessRepo::GetApplicationResponse instance

Gets the specified application.

Each argument is described in detail in: Paws::ServerlessRepo::GetApplicationPolicy

Returns: a Paws::ServerlessRepo::GetApplicationPolicyResponse instance

Retrieves the policy for the application.

Each argument is described in detail in: Paws::ServerlessRepo::GetCloudFormationTemplate

Returns: a Paws::ServerlessRepo::GetCloudFormationTemplateResponse instance

Gets the specified AWS CloudFormation template.

[MaxItems => Int]
[NextToken => Str]
[SemanticVersion => Str]

Each argument is described in detail in: Paws::ServerlessRepo::ListApplicationDependencies

Returns: a Paws::ServerlessRepo::ListApplicationDependenciesResponse instance

Retrieves the list of applications nested in the containing application.

[MaxItems => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ServerlessRepo::ListApplications

Returns: a Paws::ServerlessRepo::ListApplicationsResponse instance

Lists applications owned by the requester.

[MaxItems => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ServerlessRepo::ListApplicationVersions

Returns: a Paws::ServerlessRepo::ListApplicationVersionsResponse instance

Lists versions for the specified application.

Each argument is described in detail in: Paws::ServerlessRepo::PutApplicationPolicy

Returns: a Paws::ServerlessRepo::PutApplicationPolicyResponse instance

Sets the permission policy for an application. For the list of actions supported for this operation, see Application Permissions (https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions) .

Each argument is described in detail in: Paws::ServerlessRepo::UnshareApplication

Returns: nothing

Unshares an application from an AWS Organization.

This operation can be called only from the organization's master account.

[Author => Str]
[Description => Str]
[HomePageUrl => Str]
[Labels => ArrayRef[Str|Undef]]
[ReadmeBody => Str]
[ReadmeUrl => Str]

Each argument is described in detail in: Paws::ServerlessRepo::UpdateApplication

Returns: a Paws::ServerlessRepo::UpdateApplicationResponse instance

Updates the specified application.

Paginator methods are helpers that repetively call methods that return partial results

If passed a sub as first parameter, it will call the sub for each element found in :

 - Dependencies, passing the object as the first parameter, and the string 'Dependencies' as the second parameter

If not, it will return a a Paws::ServerlessRepo::ListApplicationDependenciesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - Applications, passing the object as the first parameter, and the string 'Applications' as the second parameter

If not, it will return a a Paws::ServerlessRepo::ListApplicationsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - Versions, passing the object as the first parameter, and the string 'Versions' as the second parameter

If not, it will return a a Paws::ServerlessRepo::ListApplicationVersionsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.