'2.0', 'service' => '

Catalog API actions allow you to manage your entities through list, describe, and update capabilities. An entity can be a product or an offer on AWS Marketplace.

You can automate your entity update process by integrating the AWS Marketplace Catalog API with your AWS Marketplace product build or deployment pipelines. You can also create your own applications on top of the Catalog API to manage your products on AWS Marketplace.

', 'operations' => [ 'CancelChangeSet' => '

Used to cancel an open change request. Must be sent before the status of the request changes to APPLYING, the final stage of completing your change request. You can describe a change during the 60-day request history retention period for API calls.

', 'DeleteResourcePolicy' => '

Deletes a resource-based policy on an Entity that is identified by its resource ARN.

', 'DescribeChangeSet' => '

Provides information about a given change set.

', 'DescribeEntity' => '

Returns the metadata and content of the entity.

', 'GetResourcePolicy' => '

Gets a resource-based policy of an Entity that is identified by its resource ARN.

', 'ListChangeSets' => '

Returns the list of change sets owned by the account being used to make the call. You can filter this list by providing any combination of entityId, ChangeSetName, and status. If you provide more than one filter, the API operation applies a logical AND between the filters.

You can describe a change during the 60-day request history retention period for API calls.

', 'ListEntities' => '

Provides the list of entities of a given type.

', 'ListTagsForResource' => '

Lists all tags that have been added to a resource (either an entity or change set).

', 'PutResourcePolicy' => '

Attaches a resource-based policy to an Entity. Examples of an entity include: AmiProduct and ContainerProduct.

', 'StartChangeSet' => '

Allows you to request changes for your entities. Within a single ChangeSet, you can\'t start the same change type against the same entity multiple times. Additionally, when a ChangeSet is running, all the entities targeted by the different changes are locked until the change set has completed (either succeeded, cancelled, or failed). If you try to start a change set containing a change against an entity that is already locked, you will receive a ResourceInUseException error.

For example, you can\'t start the ChangeSet described in the example later in this topic because it contains two changes to run the same change type (AddRevisions) against the same entity (entity-id@1).

For more information about working with change sets, see Working with change sets. For information on change types for single-AMI products, see Working with single-AMI products. Als, for more information on change types available for container-based products, see Working with container products.

', 'TagResource' => '

Tags a resource (either an entity or change set).

', 'UntagResource' => '

Removes a tag or list of tags from a resource (either an entity or change set).

', ], 'shapes' => [ 'ARN' => [ 'base' => NULL, 'refs' => [ 'CancelChangeSetResponse$ChangeSetArn' => '

The ARN associated with the change set referenced in this request.

', 'ChangeSetSummaryListItem$ChangeSetArn' => '

The ARN associated with the unique identifier for the change set referenced in this request.

', 'DescribeChangeSetResponse$ChangeSetArn' => '

The ARN associated with the unique identifier for the change set referenced in this request.

', 'DescribeEntityResponse$EntityArn' => '

The ARN associated to the unique identifier for the entity referenced in this request.

', 'EntitySummary$EntityArn' => '

The ARN associated with the unique identifier for the entity.

', 'StartChangeSetResponse$ChangeSetArn' => '

The ARN associated to the unique identifier generated for the request.

', ], ], 'AccessDeniedException' => [ 'base' => '

Access is denied.

HTTP status code: 403

', 'refs' => [], ], 'CancelChangeSetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelChangeSetResponse' => [ 'base' => NULL, 'refs' => [], ], 'Catalog' => [ 'base' => NULL, 'refs' => [ 'CancelChangeSetRequest$Catalog' => '

Required. The catalog related to the request. Fixed value: AWSMarketplace.

', 'DescribeChangeSetRequest$Catalog' => '

Required. The catalog related to the request. Fixed value: AWSMarketplace

', 'DescribeEntityRequest$Catalog' => '

Required. The catalog related to the request. Fixed value: AWSMarketplace

', 'ListChangeSetsRequest$Catalog' => '

The catalog related to the request. Fixed value: AWSMarketplace

', 'ListEntitiesRequest$Catalog' => '

The catalog related to the request. Fixed value: AWSMarketplace

', 'StartChangeSetRequest$Catalog' => '

The catalog related to the request. Fixed value: AWSMarketplace

', ], ], 'Change' => [ 'base' => '

An object that contains the ChangeType, Details, and Entity.

', 'refs' => [ 'RequestedChangeList$member' => NULL, ], ], 'ChangeName' => [ 'base' => NULL, 'refs' => [ 'Change$ChangeName' => '

Optional name for the change.

', 'ChangeSummary$ChangeName' => '

Optional name for the change.

', ], ], 'ChangeSetDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeChangeSetResponse$ChangeSet' => '

An array of ChangeSummary objects.

', ], ], 'ChangeSetName' => [ 'base' => NULL, 'refs' => [ 'ChangeSetSummaryListItem$ChangeSetName' => '

The non-unique name for the change set.

', 'DescribeChangeSetResponse$ChangeSetName' => '

The optional name provided in the StartChangeSet request. If you do not provide a name, one is set by default.

', 'StartChangeSetRequest$ChangeSetName' => '

Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets.

', ], ], 'ChangeSetSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListChangeSetsResponse$ChangeSetSummaryList' => '

Array of ChangeSetSummaryListItem objects.

', ], ], 'ChangeSetSummaryListItem' => [ 'base' => '

A summary of a change set returned in a list of change sets when the ListChangeSets action is called.

', 'refs' => [ 'ChangeSetSummaryList$member' => NULL, ], ], 'ChangeStatus' => [ 'base' => NULL, 'refs' => [ 'ChangeSetSummaryListItem$Status' => '

The current status of the change set.

', 'DescribeChangeSetResponse$Status' => '

The status of the change request.

', ], ], 'ChangeSummary' => [ 'base' => '

This object is a container for common summary information about the change. The summary doesn\'t contain the whole change structure.

', 'refs' => [ 'ChangeSetDescription$member' => NULL, ], ], 'ChangeType' => [ 'base' => NULL, 'refs' => [ 'Change$ChangeType' => '

Change types are single string values that describe your intention for the change. Each change type is unique for each EntityType provided in the change\'s scope. For more information on change types available for single-AMI products, see Working with single-AMI products. Also, for more information on change types available for container-based products, see Working with container products.

', 'ChangeSummary$ChangeType' => '

The type of the change.

', ], ], 'ClientRequestToken' => [ 'base' => NULL, 'refs' => [ 'StartChangeSetRequest$ClientRequestToken' => '

A unique token to identify the request to ensure idempotency.

', ], ], 'DateTimeISO8601' => [ 'base' => NULL, 'refs' => [ 'ChangeSetSummaryListItem$StartTime' => '

The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.

', 'ChangeSetSummaryListItem$EndTime' => '

The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.

', 'DescribeChangeSetResponse$StartTime' => '

The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.

', 'DescribeChangeSetResponse$EndTime' => '

The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.

', 'DescribeEntityResponse$LastModifiedDate' => '

The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).

', 'EntitySummary$LastModifiedDate' => '

The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).

', ], ], 'DeleteResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeChangeSetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeChangeSetResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEntityRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEntityResponse' => [ 'base' => NULL, 'refs' => [], ], 'Entity' => [ 'base' => '

An entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.

', 'refs' => [ 'Change$Entity' => '

The entity to be changed.

', 'ChangeSummary$Entity' => '

The entity to be changed.

', ], ], 'EntityNameString' => [ 'base' => NULL, 'refs' => [ 'EntitySummary$Name' => '

The name for the entity. This value is not unique. It is defined by the seller.

', ], ], 'EntitySummary' => [ 'base' => '

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.

', 'refs' => [ 'EntitySummaryList$member' => NULL, ], ], 'EntitySummaryList' => [ 'base' => NULL, 'refs' => [ 'ListEntitiesResponse$EntitySummaryList' => '

Array of EntitySummary object.

', ], ], 'EntityType' => [ 'base' => NULL, 'refs' => [ 'DescribeEntityResponse$EntityType' => '

The named type of the entity, in the format of EntityType@Version.

', 'Entity$Type' => '

The type of entity.

', 'EntitySummary$EntityType' => '

The type of the entity.

', 'ListEntitiesRequest$EntityType' => '

The type of entities to retrieve.

', ], ], 'ErrorCodeString' => [ 'base' => NULL, 'refs' => [ 'ErrorDetail$ErrorCode' => '

The error code that identifies the type of error.

', ], ], 'ErrorDetail' => [ 'base' => '

Details about the error.

', 'refs' => [ 'ErrorDetailList$member' => NULL, ], ], 'ErrorDetailList' => [ 'base' => NULL, 'refs' => [ 'ChangeSummary$ErrorDetailList' => '

An array of ErrorDetail objects associated with the change.

', ], ], 'ExceptionMessageContent' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, 'DescribeChangeSetResponse$FailureDescription' => '

Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.

', 'ErrorDetail$ErrorMessage' => '

The message for the error.

', 'InternalServiceException$Message' => NULL, 'ResourceInUseException$Message' => NULL, 'ResourceNotFoundException$Message' => NULL, 'ResourceNotSupportedException$Message' => NULL, 'ServiceQuotaExceededException$Message' => NULL, 'ThrottlingException$Message' => NULL, 'ValidationException$Message' => NULL, ], ], 'FailureCode' => [ 'base' => NULL, 'refs' => [ 'ChangeSetSummaryListItem$FailureCode' => '

Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList of DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.

', 'DescribeChangeSetResponse$FailureCode' => '

Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.

', ], ], 'Filter' => [ 'base' => '

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

', 'refs' => [ 'FilterList$member' => NULL, ], ], 'FilterList' => [ 'base' => NULL, 'refs' => [ 'ListChangeSetsRequest$FilterList' => '

An array of filter objects.

', 'ListEntitiesRequest$FilterList' => '

An array of filter objects. Each filter object contains two attributes, filterName and filterValues.

', ], ], 'FilterName' => [ 'base' => NULL, 'refs' => [ 'Filter$Name' => '

For ListEntities, the supported value for this is an EntityId.

For ListChangeSets, the supported values are as follows:

', ], ], 'FilterValueContent' => [ 'base' => NULL, 'refs' => [ 'ValueList$member' => NULL, ], ], 'GetResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'Identifier' => [ 'base' => NULL, 'refs' => [ 'DescribeEntityResponse$EntityIdentifier' => '

The identifier of the entity, in the format of EntityId@RevisionId.

', 'Entity$Identifier' => '

The identifier for the entity.

', ], ], 'InternalServiceException' => [ 'base' => '

There was an internal service exception.

HTTP status code: 500

', 'refs' => [], ], 'Json' => [ 'base' => NULL, 'refs' => [ 'Change$Details' => '

This object contains details specific to the change type of the requested change. For more information on change types available for single-AMI products, see Working with single-AMI products. Also, for more information on change types available for container-based products, see Working with container products.

', 'ChangeSummary$Details' => '

This object contains details specific to the change type of the requested change.

', 'DescribeEntityResponse$Details' => '

This stringified JSON object includes the details of the entity.

', ], ], 'ListChangeSetsMaxResultInteger' => [ 'base' => NULL, 'refs' => [ 'ListChangeSetsRequest$MaxResults' => '

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.

', ], ], 'ListChangeSetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListChangeSetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEntitiesMaxResultInteger' => [ 'base' => NULL, 'refs' => [ 'ListEntitiesRequest$MaxResults' => '

Specifies the upper limit of the elements on a single page. If a value isn\'t provided, the default value is 20.

', ], ], 'ListEntitiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEntitiesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListChangeSetsRequest$NextToken' => '

The token value retrieved from a previous call to access the next page of results.

', 'ListChangeSetsResponse$NextToken' => '

The value of the next token, if it exists. Null if there are no more results.

', 'ListEntitiesRequest$NextToken' => '

The value of the next token, if it exists. Null if there are no more results.

', 'ListEntitiesResponse$NextToken' => '

The value of the next token if it exists. Null if there is no more result.

', ], ], 'OwnershipType' => [ 'base' => NULL, 'refs' => [ 'ListEntitiesRequest$OwnershipType' => NULL, ], ], 'PutResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'RequestedChangeList' => [ 'base' => NULL, 'refs' => [ 'StartChangeSetRequest$ChangeSet' => '

Array of change object.

', ], ], 'ResourceARN' => [ 'base' => NULL, 'refs' => [ 'DeleteResourcePolicyRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the Entity resource that is associated with the resource policy.

', 'GetResourcePolicyRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the Entity resource that is associated with the resource policy.

', 'ListTagsForResourceRequest$ResourceArn' => '

Required. The Amazon Resource Name (ARN) associated with the resource you want to list tags on.

', 'ListTagsForResourceResponse$ResourceArn' => '

Required. The ARN associated with the resource you want to list tags on.

', 'PutResourcePolicyRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the Entity resource you want to associate with a resource policy.

', 'TagResourceRequest$ResourceArn' => '

Required. The Amazon Resource Name (ARN) associated with the resource you want to tag.

', 'UntagResourceRequest$ResourceArn' => '

Required. The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.

', ], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'CancelChangeSetRequest$ChangeSetId' => '

Required. The unique identifier of the StartChangeSet request that you want to cancel.

', 'CancelChangeSetResponse$ChangeSetId' => '

The unique identifier for the change set referenced in this request.

', 'ChangeSetSummaryListItem$ChangeSetId' => '

The unique identifier for a change set.

', 'DescribeChangeSetRequest$ChangeSetId' => '

Required. The unique identifier for the StartChangeSet request that you want to describe the details for.

', 'DescribeChangeSetResponse$ChangeSetId' => '

Required. The unique identifier for the change set referenced in this request.

', 'DescribeEntityRequest$EntityId' => '

Required. The unique ID of the entity to describe.

', 'EntitySummary$EntityId' => '

The unique identifier for the entity.

', 'ResourceIdList$member' => NULL, 'StartChangeSetResponse$ChangeSetId' => '

Unique identifier generated for the request.

', ], ], 'ResourceIdList' => [ 'base' => NULL, 'refs' => [ 'ChangeSetSummaryListItem$EntityIdList' => '

This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.

', ], ], 'ResourceInUseException' => [ 'base' => '

The resource is currently in use.

', 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => '

The specified resource wasn\'t found.

HTTP status code: 404

', 'refs' => [], ], 'ResourceNotSupportedException' => [ 'base' => '

Currently, the specified resource is not supported.

', 'refs' => [], ], 'ResourcePolicyJson' => [ 'base' => NULL, 'refs' => [ 'GetResourcePolicyResponse$Policy' => '

The policy document to set; formatted in JSON.

', 'PutResourcePolicyRequest$Policy' => '

The policy document to set; formatted in JSON.

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

The maximum number of open requests per account has been exceeded.

', 'refs' => [], ], 'Sort' => [ 'base' => '

An object that contains two attributes, SortBy and SortOrder.

', 'refs' => [ 'ListChangeSetsRequest$Sort' => '

An object that contains two attributes, SortBy and SortOrder.

', 'ListEntitiesRequest$Sort' => '

An object that contains two attributes, SortBy and SortOrder.

', ], ], 'SortBy' => [ 'base' => NULL, 'refs' => [ 'Sort$SortBy' => '

For ListEntities, supported attributes include LastModifiedDate (default), Visibility, EntityId, and Name.

For ListChangeSets, supported attributes include StartTime and EndTime.

', ], ], 'SortOrder' => [ 'base' => NULL, 'refs' => [ 'Sort$SortOrder' => '

The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.

', ], ], 'StartChangeSetRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartChangeSetResponse' => [ 'base' => NULL, 'refs' => [], ], 'Tag' => [ 'base' => '

A list of objects specifying each key name and value.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => '

The key associated with the tag.

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => '

Required. A list of key names of tags to be removed. Number of strings allowed: 0-256.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'Change$EntityTags' => '

The tags associated with the change.

', 'ListTagsForResourceResponse$Tags' => '

Required. A list of objects specifying each key name and value. Number of objects allowed: 1-50.

', 'StartChangeSetRequest$ChangeSetTags' => '

A list of objects specifying each key name and value for the ChangeSetTags property.

', 'TagResourceRequest$Tags' => '

Required. A list of objects specifying each key name and value. Number of objects allowed: 1-50.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

The value associated with the tag.

', ], ], 'ThrottlingException' => [ 'base' => '

Too many requests.

HTTP status code: 429

', 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

An error occurred during validation.

HTTP status code: 422

', 'refs' => [], ], 'ValueList' => [ 'base' => NULL, 'refs' => [ 'Filter$ValueList' => '

ListEntities - This is a list of unique EntityIds.

ListChangeSets - The supported filter names and associated ValueLists is as follows:

', ], ], 'VisibilityValue' => [ 'base' => NULL, 'refs' => [ 'EntitySummary$Visibility' => '

The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).

', ], ], ],];