5.0.0 • Published 5 years ago

@datafire/amazonaws_marketplace_catalog v5.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/amazonaws_marketplace_catalog

Client library for AWS Marketplace Catalog Service

Installation and Usage

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

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

Description

Actions

CancelChangeSet

amazonaws_marketplace_catalog.CancelChangeSet({
  "catalog": "",
  "changeSetId": ""
}, context)

Input

  • input object
    • catalog required string
    • changeSetId required string

Output

DescribeChangeSet

amazonaws_marketplace_catalog.DescribeChangeSet({
  "catalog": "",
  "changeSetId": ""
}, context)

Input

  • input object
    • catalog required string
    • changeSetId required string

Output

DescribeEntity

amazonaws_marketplace_catalog.DescribeEntity({
  "catalog": "",
  "entityId": ""
}, context)

Input

  • input object
    • catalog required string
    • entityId required string

Output

ListChangeSets

amazonaws_marketplace_catalog.ListChangeSets({
  "Catalog": ""
}, context)

Input

  • input object
    • MaxResults string
    • NextToken string
    • Catalog required string: The catalog related to the request. Fixed value: AWSMarketplace
    • FilterList array: An array of filter objects.
    • MaxResults integer: The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.
    • NextToken string: The token value retrieved from a previous call to access the next page of results.
    • Sort object: An object that contains two attributes, SortBy and SortOrder.
      • SortBy
      • SortOrder

Output

ListEntities

amazonaws_marketplace_catalog.ListEntities({
  "Catalog": "",
  "EntityType": ""
}, context)

Input

  • input object
    • MaxResults string
    • NextToken string
    • Catalog required string: The catalog related to the request. Fixed value: AWSMarketplace
    • EntityType required string: The type of entities to retrieve.
    • FilterList array: An array of filter objects. Each filter object contains two attributes, filterName and filterValues.
    • MaxResults integer: Specifies the upper limit of the elements on a single page. If a value isn't provided, the default value is 20.
    • NextToken string: The value of the next token, if it exists. Null if there are no more results.
    • Sort object: An object that contains two attributes, SortBy and SortOrder.
      • SortBy
      • SortOrder

Output

StartChangeSet

amazonaws_marketplace_catalog.StartChangeSet({
  "Catalog": "",
  "ChangeSet": []
}, context)

Input

  • input object
    • Catalog required string: The catalog related to the request. Fixed value: AWSMarketplace
    • ChangeSet required array: Array of change object.
    • ChangeSetName string: Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets.
    • ClientRequestToken string: A unique token to identify the request to ensure idempotency.

Output

Definitions

ARN

  • ARN string

AccessDeniedException

CancelChangeSetRequest

  • CancelChangeSetRequest object

CancelChangeSetResponse

  • CancelChangeSetResponse object
    • ChangeSetArn
    • ChangeSetId

Catalog

  • Catalog string

Change

  • Change object: An object that contains the ChangeType, Details, and Entity.
    • ChangeType required
    • Details required
    • Entity required
      • Identifier
      • Type required

ChangeSetDescription

ChangeSetName

  • ChangeSetName string

ChangeSetSummaryList

ChangeSetSummaryListItem

  • ChangeSetSummaryListItem object: A summary of a change set returned in a list of change sets when the ListChangeSets action is called.
    • ChangeSetArn
    • ChangeSetId
    • ChangeSetName
    • EndTime
    • EntityIdList
    • FailureCode
    • StartTime
    • Status

ChangeStatus

  • ChangeStatus string (values: PREPARING, APPLYING, SUCCEEDED, CANCELLED, FAILED)

ChangeSummary

  • ChangeSummary object: This object is a container for common summary information about the change. The summary doesn't contain the whole change structure.
    • ChangeType
    • Details
    • Entity
      • Identifier
      • Type required
    • ErrorDetailList

ChangeType

  • ChangeType string

ClientRequestToken

  • ClientRequestToken string

DateTimeISO8601

  • DateTimeISO8601 string

DescribeChangeSetRequest

  • DescribeChangeSetRequest object

DescribeChangeSetResponse

  • DescribeChangeSetResponse object
    • ChangeSet
    • ChangeSetArn
    • ChangeSetId
    • ChangeSetName
    • EndTime
    • FailureCode
    • FailureDescription
    • StartTime
    • Status

DescribeEntityRequest

  • DescribeEntityRequest object

DescribeEntityResponse

  • DescribeEntityResponse object
    • Details
    • EntityArn
    • EntityIdentifier
    • EntityType
    • LastModifiedDate

Entity

  • Entity object: A product entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.
    • Identifier
    • Type required

EntitySummary

  • EntitySummary object: This object is a container for common summary information about the entity. The summary doesn't contain the whole entity structure, but it does contain information common across all entities.
    • EntityArn
    • EntityId
    • EntityType
    • LastModifiedDate
    • Name
    • Visibility

EntitySummaryList

EntityType

  • EntityType string

ErrorDetail

  • ErrorDetail object: Details about the error.
    • ErrorCode
    • ErrorMessage

ErrorDetailList

FailureCode

  • FailureCode string (values: CLIENT_ERROR, SERVER_FAULT)

Filter

  • Filter object: A filter object, used to optionally filter results from calls to the ListEntities and ListChangeSets actions.

FilterList

FilterName

  • FilterName string

Identifier

  • Identifier string

InternalServiceException

Json

  • Json string

ListChangeSetsRequest

  • ListChangeSetsRequest object
    • Catalog required
    • FilterList
    • MaxResults
    • NextToken
    • Sort
      • SortBy
      • SortOrder

ListChangeSetsResponse

ListEntitiesRequest

  • ListEntitiesRequest object
    • Catalog required
    • EntityType required
    • FilterList
    • MaxResults
    • NextToken
    • Sort
      • SortBy
      • SortOrder

ListEntitiesResponse

  • ListEntitiesResponse object

MaxResultInteger

  • MaxResultInteger integer

NextToken

  • NextToken string

RequestedChangeList

  • RequestedChangeList array

ResourceId

  • ResourceId string

ResourceIdList

ResourceInUseException

ResourceNotFoundException

ResourceNotSupportedException

ServiceQuotaExceededException

Sort

  • Sort object: An object that contains two attributes, SortBy and SortOrder.
    • SortBy
    • SortOrder

SortBy

  • SortBy string

SortOrder

  • SortOrder string (values: ASCENDING, DESCENDING)

StartChangeSetRequest

  • StartChangeSetRequest object
    • Catalog required
    • ChangeSet required
    • ChangeSetName
    • ClientRequestToken

StartChangeSetResponse

  • StartChangeSetResponse object
    • ChangeSetArn
    • ChangeSetId

StringValue

  • StringValue string

ThrottlingException

ValidationException

ValueList