5.0.0 • Published 7 years ago

@datafire/amazonaws_serverlessrepo v5.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@datafire/amazonaws_serverlessrepo

Client library for AWSServerlessApplicationRepository

Installation and Usage

npm install --save @datafire/amazonaws_serverlessrepo
let amazonaws_serverlessrepo = require('@datafire/amazonaws_serverlessrepo').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_serverlessrepo.ListApplications({}).then(data => {
  console.log(data);
});

Description

AWS Serverless Repository

Actions

ListApplications

amazonaws_serverlessrepo.ListApplications({}, context)

Input

  • input object

Output

CreateApplication

amazonaws_serverlessrepo.CreateApplication({}, context)

Input

Output

Output schema unknown

GetApplication

amazonaws_serverlessrepo.GetApplication({
  "applicationId": ""
}, context)

Input

  • input object
    • applicationId required string

Output

UpdateApplication

amazonaws_serverlessrepo.UpdateApplication({
  "applicationId": ""
}, context)

Input

Output

CreateCloudFormationChangeSet

amazonaws_serverlessrepo.CreateCloudFormationChangeSet({
  "applicationId": ""
}, context)

Input

Output

Output schema unknown

GetApplicationPolicy

amazonaws_serverlessrepo.GetApplicationPolicy({
  "applicationId": ""
}, context)

Input

  • input object
    • applicationId required string

Output

PutApplicationPolicy

amazonaws_serverlessrepo.PutApplicationPolicy({
  "applicationId": ""
}, context)

Input

Output

ListApplicationVersions

amazonaws_serverlessrepo.ListApplicationVersions({
  "applicationId": ""
}, context)

Input

  • input object
    • applicationId required string

Output

CreateApplicationVersion

amazonaws_serverlessrepo.CreateApplicationVersion({
  "applicationId": "",
  "semanticVersion": ""
}, context)

Input

  • input object
    • applicationId required string
    • semanticVersion required string
    • SourceCodeUrl __string
    • TemplateBody __string
    • TemplateUrl __string

Output

Output schema unknown

Definitions

Application

ApplicationPage

ApplicationPolicy

ApplicationPolicyStatement

ApplicationSummary

ApplicationVersionPage

BadRequestException

  • BadRequestException object: One of the parameters in the request is invalid.

ChangeSetDetails

ConflictException

  • ConflictException object: The resource already exists.

CreateApplicationInput

CreateApplicationRequest

CreateApplicationResponse

CreateApplicationVersionInput

  • CreateApplicationVersionInput object: Create version request.

CreateApplicationVersionRequest

CreateApplicationVersionResponse

CreateCloudFormationChangeSetInput

CreateCloudFormationChangeSetRequest

CreateCloudFormationChangeSetResponse

ForbiddenException

  • ForbiddenException object: The client is not authenticated.

GetApplicationPolicyRequest

  • GetApplicationPolicyRequest object

GetApplicationPolicyResponse

GetApplicationRequest

  • GetApplicationRequest object

GetApplicationResponse

InternalServerErrorException

  • InternalServerErrorException object: The AWS Serverless Application Repository service encountered an internal error.

ListApplicationVersionsRequest

  • ListApplicationVersionsRequest object

ListApplicationVersionsResponse

ListApplicationsRequest

  • ListApplicationsRequest object

ListApplicationsResponse

ListOfApplicationPolicyStatement

ListOfApplicationSummary

ListOfParameterDefinition

ListOfParameterValue

ListOfVersionSummary

ListOf__string

MaxItems

  • MaxItems integer

NotFoundException

  • NotFoundException object: The resource (for example, an access policy statement) specified in the request does not exist.

ParameterDefinition

ParameterValue

  • ParameterValue object: Parameter value of the application.

PutApplicationPolicyRequest

PutApplicationPolicyResponse

TooManyRequestsException

  • TooManyRequestsException object: The client is sending more than the allowed number of requests per unit time.

UpdateApplicationInput

UpdateApplicationRequest

UpdateApplicationResponse

Version

VersionSummary

__boolean

  • __boolean boolean

__double

  • __double number

__integer

  • __integer integer

__string

  • __string string

__timestamp

  • __timestamp string