{ "version":"2.0", "metadata":{ "apiVersion":"2015-12-10", "endpointPrefix":"servicecatalog", "jsonVersion":"1.1", "protocol":"json", "serviceFullName":"AWS Service Catalog", "signatureVersion":"v4", "targetPrefix":"AWS242ServiceCatalogService" }, "operations":{ "DescribeProduct":{ "name":"DescribeProduct", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeProductInput"}, "output":{"shape":"DescribeProductOutput"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParametersException"} ], "documentation":"

Retrieves information about a specified product.

This operation is functionally identical to DescribeProductView except that it takes as input ProductId instead of ProductViewId.

" }, "DescribeProductView":{ "name":"DescribeProductView", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeProductViewInput"}, "output":{"shape":"DescribeProductViewOutput"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParametersException"} ], "documentation":"

Retrieves information about a specified product.

This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId instead of ProductId.

" }, "DescribeProvisioningParameters":{ "name":"DescribeProvisioningParameters", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeProvisioningParametersInput"}, "output":{"shape":"DescribeProvisioningParametersOutput"}, "errors":[ {"shape":"InvalidParametersException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Provides information about parameters required to provision a specified product in a specified manner. Use this operation to obtain the list of ProvisioningArtifactParameters parameters available to call the ProvisionProduct operation for the specified product.

" }, "DescribeRecord":{ "name":"DescribeRecord", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeRecordInput"}, "output":{"shape":"DescribeRecordOutput"}, "errors":[ {"shape":"ResourceNotFoundException"} ], "documentation":"

Retrieves a paginated list of the full details of a specific request. Use this operation after calling a request operation (ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).

" }, "ListLaunchPaths":{ "name":"ListLaunchPaths", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListLaunchPathsInput"}, "output":{"shape":"ListLaunchPathsOutput"}, "errors":[ {"shape":"InvalidParametersException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns a paginated list of all paths to a specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.

" }, "ListRecordHistory":{ "name":"ListRecordHistory", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListRecordHistoryInput"}, "output":{"shape":"ListRecordHistoryOutput"}, "errors":[ {"shape":"InvalidParametersException"} ], "documentation":"

Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.

" }, "ProvisionProduct":{ "name":"ProvisionProduct", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ProvisionProductInput"}, "output":{"shape":"ProvisionProductOutput"}, "errors":[ {"shape":"InvalidParametersException"}, {"shape":"ResourceNotFoundException"}, {"shape":"DuplicateResourceException"} ], "documentation":"

Requests a Provision of a specified product. A ProvisionedProduct is a resourced instance for a product. For example, provisioning a CloudFormation-template-backed product results in launching a CloudFormation stack and all the underlying resources that come with it.

You can check the status of this request using the DescribeRecord operation.

" }, "ScanProvisionedProducts":{ "name":"ScanProvisionedProducts", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ScanProvisionedProductsInput"}, "output":{"shape":"ScanProvisionedProductsOutput"}, "errors":[ {"shape":"InvalidParametersException"} ], "documentation":"

Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).

" }, "SearchProducts":{ "name":"SearchProducts", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"SearchProductsInput"}, "output":{"shape":"SearchProductsOutput"}, "errors":[ {"shape":"InvalidParametersException"} ], "documentation":"

Returns a paginated list all of the Products objects to which the caller has access.

The output of this operation can be used as input for other operations, such as DescribeProductView.

" }, "TerminateProvisionedProduct":{ "name":"TerminateProvisionedProduct", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TerminateProvisionedProductInput"}, "output":{"shape":"TerminateProvisionedProductOutput"}, "errors":[ {"shape":"ResourceNotFoundException"} ], "documentation":"

Requests termination of an existing ProvisionedProduct object. If there are Tags associated with the object, they are terminated when the ProvisionedProduct object is terminated.

This operation does not delete any records associated with the ProvisionedProduct object.

You can check the status of this request using the DescribeRecord operation.

" }, "UpdateProvisionedProduct":{ "name":"UpdateProvisionedProduct", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateProvisionedProductInput"}, "output":{"shape":"UpdateProvisionedProductOutput"}, "errors":[ {"shape":"InvalidParametersException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Requests updates to the configuration of an existing ProvisionedProduct object. If there are tags associated with the object, they cannot be updated or added with this operation. Depending on the specific updates requested, this operation may update with no interruption, with some interruption, or replace the ProvisionedProduct object entirely.

You can check the status of this request using the DescribeRecord operation.

" } }, "shapes":{ "AcceptLanguage":{"type":"string"}, "AccessLevelFilter":{ "type":"structure", "members":{ "Key":{ "shape":"AccessLevelFilterKey", "documentation":"

Specifies the access level.

Account allows results at the account level.

Role allows results based on the federated role of the specified user.

User allows results limited to the specified user.

" }, "Value":{ "shape":"AccessLevelFilterValue", "documentation":"

Specifies the user to which the access level applies. A value of Self is currently supported.

" } }, "documentation":"

The access level to limit results.

" }, "AccessLevelFilterKey":{ "type":"string", "enum":[ "Account", "Role", "User" ] }, "AccessLevelFilterValue":{"type":"string"}, "AllowedValue":{"type":"string"}, "AllowedValues":{ "type":"list", "member":{"shape":"AllowedValue"} }, "ApproximateCount":{"type":"integer"}, "AttributeValue":{"type":"string"}, "ConstraintDescription":{"type":"string"}, "ConstraintSummaries":{ "type":"list", "member":{"shape":"ConstraintSummary"} }, "ConstraintSummary":{ "type":"structure", "members":{ "Type":{ "shape":"ConstraintType", "documentation":"

The type of the constraint.

" }, "Description":{ "shape":"ConstraintDescription", "documentation":"

The text description of the constraint.

" } }, "documentation":"

An administrator-specified constraint to apply when provisioning a product.

" }, "ConstraintType":{"type":"string"}, "CreatedTime":{"type":"timestamp"}, "DefaultValue":{"type":"string"}, "DescribeProductInput":{ "type":"structure", "required":["Id"], "members":{ "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" }, "Id":{ "shape":"Id", "documentation":"

The ProductId of the product to describe.

" } } }, "DescribeProductOutput":{ "type":"structure", "members":{ "ProductViewSummary":{ "shape":"ProductViewSummary", "documentation":"

The summary metadata about the specified product.

" }, "ProvisioningArtifacts":{ "shape":"ProvisioningArtifacts", "documentation":"

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

" } } }, "DescribeProductViewInput":{ "type":"structure", "required":["Id"], "members":{ "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" }, "Id":{ "shape":"Id", "documentation":"

The ProductViewId of the product to describe.

" } } }, "DescribeProductViewOutput":{ "type":"structure", "members":{ "ProductViewSummary":{ "shape":"ProductViewSummary", "documentation":"

The summary metadata about the specified product.

" }, "ProvisioningArtifacts":{ "shape":"ProvisioningArtifacts", "documentation":"

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts represent the ways in which the specified product can be provisioned.

" } } }, "DescribeProvisioningParametersInput":{ "type":"structure", "required":[ "ProductId", "ProvisioningArtifactId" ], "members":{ "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" }, "ProductId":{ "shape":"Id", "documentation":"

The identifier of the product.

" }, "ProvisioningArtifactId":{ "shape":"Id", "documentation":"

The provisioning artifact identifier for this product.

" }, "PathId":{ "shape":"Id", "documentation":"

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

" } } }, "DescribeProvisioningParametersOutput":{ "type":"structure", "members":{ "ProvisioningArtifactParameters":{ "shape":"ProvisioningArtifactParameters", "documentation":"

The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.

" }, "ConstraintSummaries":{ "shape":"ConstraintSummaries", "documentation":"

The list of constraint summaries that apply to provisioning this product.

" }, "UsageInstructions":{ "shape":"UsageInstructions", "documentation":"

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

" } } }, "DescribeRecordInput":{ "type":"structure", "required":["Id"], "members":{ "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" }, "Id":{ "shape":"Id", "documentation":"

The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the RecordDetail.RecordId obtained from the request operation's response.

" }, "PageToken":{ "shape":"PageToken", "documentation":"

The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.

" }, "PageSize":{ "shape":"PageSize", "documentation":"

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

" } } }, "DescribeRecordOutput":{ "type":"structure", "members":{ "RecordDetail":{ "shape":"RecordDetail", "documentation":"

Detailed record information for the specified product.

" }, "RecordOutputs":{ "shape":"RecordOutputs", "documentation":"

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

" }, "NextPageToken":{ "shape":"PageToken", "documentation":"

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" } } }, "Description":{"type":"string"}, "DuplicateResourceException":{ "type":"structure", "members":{ }, "documentation":"

The specified resource is a duplicate.

", "exception":true }, "ErrorCode":{"type":"string"}, "ErrorDescription":{"type":"string"}, "HasDefaultPath":{"type":"boolean"}, "Id":{ "type":"string", "min":1 }, "IdempotencyToken":{ "type":"string", "max":128, "min":1, "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*" }, "IgnoreErrors":{"type":"boolean"}, "InstructionType":{"type":"string"}, "InstructionValue":{"type":"string"}, "InvalidParametersException":{ "type":"structure", "members":{ }, "documentation":"

One or more parameters provided to the operation are invalid.

", "exception":true }, "LastRequestId":{"type":"string"}, "LaunchPathSummaries":{ "type":"list", "member":{"shape":"LaunchPathSummary"} }, "LaunchPathSummary":{ "type":"structure", "members":{ "Id":{ "shape":"Id", "documentation":"

The unique identifier of the product path.

" }, "ConstraintSummaries":{ "shape":"ConstraintSummaries", "documentation":"

List of constraints on the portfolio-product relationship.

" }, "Tags":{ "shape":"Tags", "documentation":"

List of tags used by this launch path.

" }, "Name":{ "shape":"PortfolioName", "documentation":"

Corresponds to the name of the portfolio to which the user was assigned.

" } }, "documentation":"

Summary information about a path for a user to have access to a specified product.

" }, "ListLaunchPathsInput":{ "type":"structure", "required":["ProductId"], "members":{ "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" }, "ProductId":{ "shape":"Id", "documentation":"

Identifies the product for which to retrieve LaunchPathSummaries information.

" }, "PageSize":{ "shape":"PageSize", "documentation":"

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

" }, "PageToken":{ "shape":"PageToken", "documentation":"

The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.

" } } }, "ListLaunchPathsOutput":{ "type":"structure", "members":{ "LaunchPathSummaries":{ "shape":"LaunchPathSummaries", "documentation":"

List of launch path information summaries for the specified PageToken.

" }, "NextPageToken":{ "shape":"PageToken", "documentation":"

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" } } }, "ListRecordHistoryInput":{ "type":"structure", "members":{ "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" }, "AccessLevelFilter":{ "shape":"AccessLevelFilter", "documentation":"

The access level for obtaining results. If left unspecified, User level access is used.

" }, "SearchFilter":{ "shape":"ListRecordHistorySearchFilter", "documentation":"

The filter to limit search results.

" }, "PageSize":{ "shape":"PageSize", "documentation":"

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

" }, "PageToken":{ "shape":"PageToken", "documentation":"

The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.

" } } }, "ListRecordHistoryOutput":{ "type":"structure", "members":{ "RecordDetails":{ "shape":"RecordDetails", "documentation":"

A list of record detail objects, listed in reverse chronological order.

" }, "NextPageToken":{ "shape":"PageToken", "documentation":"

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" } } }, "ListRecordHistorySearchFilter":{ "type":"structure", "members":{ "Key":{ "shape":"SearchFilterKey", "documentation":"

The filter key.

" }, "Value":{ "shape":"SearchFilterValue", "documentation":"

The filter value for Key.

" } }, "documentation":"

The search filter to limit results when listing request history records.

" }, "NoEcho":{"type":"boolean"}, "NotificationArn":{ "type":"string", "max":1224, "min":1, "pattern":"arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}" }, "NotificationArns":{ "type":"list", "member":{"shape":"NotificationArn"}, "max":5 }, "OutputKey":{"type":"string"}, "OutputValue":{"type":"string"}, "PageSize":{ "type":"integer", "max":20, "min":0 }, "PageToken":{ "type":"string", "pattern":"[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*" }, "ParameterConstraints":{ "type":"structure", "members":{ "AllowedValues":{ "shape":"AllowedValues", "documentation":"

The values that the administrator has allowed for the parameter.

" } }, "documentation":"

The constraints that the administrator has put on the parameter.

" }, "ParameterKey":{"type":"string"}, "ParameterType":{"type":"string"}, "ParameterValue":{"type":"string"}, "PortfolioName":{"type":"string"}, "ProductType":{"type":"string"}, "ProductViewAggregationType":{"type":"string"}, "ProductViewAggregationValue":{ "type":"structure", "members":{ "Value":{ "shape":"AttributeValue", "documentation":"

The value of the product view aggregation.

" }, "ApproximateCount":{ "shape":"ApproximateCount", "documentation":"

An approximate count of the products that match the value.

" } }, "documentation":"

A single product view aggregation value/count pair, containing metadata about each product to which the calling user has access.

" }, "ProductViewAggregationValues":{ "type":"list", "member":{"shape":"ProductViewAggregationValue"} }, "ProductViewAggregations":{ "type":"map", "key":{"shape":"ProductViewAggregationType"}, "value":{"shape":"ProductViewAggregationValues"} }, "ProductViewDistributor":{"type":"string"}, "ProductViewFilterBy":{ "type":"string", "enum":[ "FullTextSearch", "Owner", "ProductType" ] }, "ProductViewFilterValue":{"type":"string"}, "ProductViewFilterValues":{ "type":"list", "member":{"shape":"ProductViewFilterValue"} }, "ProductViewFilters":{ "type":"map", "key":{"shape":"ProductViewFilterBy"}, "value":{"shape":"ProductViewFilterValues"} }, "ProductViewName":{"type":"string"}, "ProductViewOwner":{"type":"string"}, "ProductViewShortDescription":{"type":"string"}, "ProductViewSortBy":{ "type":"string", "enum":[ "Title", "VersionCount", "CreationDate" ] }, "ProductViewSummaries":{ "type":"list", "member":{"shape":"ProductViewSummary"} }, "ProductViewSummary":{ "type":"structure", "members":{ "Id":{ "shape":"Id", "documentation":"

The product view identifier.

" }, "ProductId":{ "shape":"Id", "documentation":"

The product identifier.

" }, "Name":{ "shape":"ProductViewName", "documentation":"

The name of the product.

" }, "Owner":{ "shape":"ProductViewOwner", "documentation":"

The owner of the product. Contact the product administrator for the significance of this value.

" }, "ShortDescription":{ "shape":"ProductViewShortDescription", "documentation":"

Short description of the product.

" }, "Type":{ "shape":"ProductType", "documentation":"

The product type. Contact the product administrator for the significance of this value.

" }, "Distributor":{ "shape":"ProductViewDistributor", "documentation":"

The distributor of the product. Contact the product administrator for the significance of this value.

" }, "HasDefaultPath":{ "shape":"HasDefaultPath", "documentation":"

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

" }, "SupportEmail":{ "shape":"SupportEmail", "documentation":"

The email contact information to obtain support for this Product.

" }, "SupportDescription":{ "shape":"SupportDescription", "documentation":"

The description of the support for this Product.

" }, "SupportUrl":{ "shape":"SupportUrl", "documentation":"

The URL information to obtain support for this Product.

" } }, "documentation":"

The summary metadata about the specified product.

" }, "ProvisionProductInput":{ "type":"structure", "required":[ "ProductId", "ProvisioningArtifactId", "ProvisionedProductName", "ProvisionToken" ], "members":{ "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" }, "ProductId":{ "shape":"Id", "documentation":"

The identifier of the product.

" }, "ProvisioningArtifactId":{ "shape":"Id", "documentation":"

The provisioning artifact identifier for this product.

" }, "PathId":{ "shape":"Id", "documentation":"

The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

" }, "ProvisionedProductName":{ "shape":"ProvisionedProductName", "documentation":"

A user-friendly name to identify the ProvisionedProduct object. This value must be unique for the AWS account and cannot be updated after the product is provisioned.

" }, "ProvisioningParameters":{ "shape":"ProvisioningParameters", "documentation":"

Parameters specified by the administrator that are required for provisioning the product.

" }, "Tags":{ "shape":"Tags", "documentation":"

A list of tags to use as provisioning options.

" }, "NotificationArns":{ "shape":"NotificationArns", "documentation":"

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

" }, "ProvisionToken":{ "shape":"IdempotencyToken", "documentation":"

An idempotency token that uniquely identifies the provisioning request.

", "idempotencyToken":true } } }, "ProvisionProductOutput":{ "type":"structure", "members":{ "RecordDetail":{ "shape":"RecordDetail", "documentation":"

The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.

" } } }, "ProvisionedProductDetail":{ "type":"structure", "members":{ "Name":{ "shape":"ProvisionedProductNameOrArn", "documentation":"

The user-friendly name of the ProvisionedProduct object.

" }, "Arn":{ "shape":"ProvisionedProductNameOrArn", "documentation":"

The ARN associated with the ProvisionedProduct object.

" }, "Type":{ "shape":"ProvisionedProductType", "documentation":"

The type of the ProvisionedProduct object.

" }, "Id":{ "shape":"ProvisionedProductId", "documentation":"

The identifier of the ProvisionedProduct object.

" }, "Status":{ "shape":"RecordStatus", "documentation":"

The current status of the ProvisionedProduct.

" }, "StatusMessage":{ "shape":"ProvisionedProductStatusMessage", "documentation":"

The current status message of the ProvisionedProduct.

" }, "CreatedTime":{ "shape":"CreatedTime", "documentation":"

The time the ProvisionedProduct was created.

" }, "IdempotencyToken":{ "shape":"IdempotencyToken", "documentation":"

An idempotency token that uniquely identifies this ProvisionedProduct.

" }, "LastRecordId":{ "shape":"LastRequestId", "documentation":"

The record identifier of the last request performed on this ProvisionedProduct object.

" } }, "documentation":"

Detailed information about a ProvisionedProduct object.

" }, "ProvisionedProductDetails":{ "type":"list", "member":{"shape":"ProvisionedProductDetail"} }, "ProvisionedProductId":{"type":"string"}, "ProvisionedProductName":{"type":"string"}, "ProvisionedProductNameOrArn":{ "type":"string", "max":1224, "min":1, "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]{0,127}|arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}" }, "ProvisionedProductStatusMessage":{"type":"string"}, "ProvisionedProductType":{"type":"string"}, "ProvisioningArtifact":{ "type":"structure", "members":{ "Id":{ "shape":"Id", "documentation":"

The identifier for the artifact.

" }, "Name":{ "shape":"ProvisioningArtifactName", "documentation":"

The name of the artifact.

" }, "Description":{ "shape":"ProvisioningArtifactDescription", "documentation":"

The text description of the artifact.

" }, "CreatedTime":{ "shape":"ProvisioningArtifactCreatedTime", "documentation":"

The time that the artifact was created by the Administrator.

" } }, "documentation":"

Contains information indicating the ways in which a product can be provisioned.

" }, "ProvisioningArtifactCreatedTime":{"type":"timestamp"}, "ProvisioningArtifactDescription":{"type":"string"}, "ProvisioningArtifactName":{"type":"string"}, "ProvisioningArtifactParameter":{ "type":"structure", "members":{ "ParameterKey":{ "shape":"ParameterKey", "documentation":"

The parameter key.

" }, "DefaultValue":{ "shape":"DefaultValue", "documentation":"

The default value for this parameter.

" }, "ParameterType":{ "shape":"ParameterType", "documentation":"

The parameter type.

" }, "IsNoEcho":{ "shape":"NoEcho", "documentation":"

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

" }, "Description":{ "shape":"Description", "documentation":"

The text description of the parameter.

" }, "ParameterConstraints":{ "shape":"ParameterConstraints", "documentation":"

The list of constraints that the administrator has put on the parameter.

" } }, "documentation":"

A parameter used to successfully provision the product. This value includes a list of allowable values and additional metadata.

" }, "ProvisioningArtifactParameters":{ "type":"list", "member":{"shape":"ProvisioningArtifactParameter"} }, "ProvisioningArtifacts":{ "type":"list", "member":{"shape":"ProvisioningArtifact"} }, "ProvisioningParameter":{ "type":"structure", "members":{ "Key":{ "shape":"ParameterKey", "documentation":"

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

" }, "Value":{ "shape":"ParameterValue", "documentation":"

The value to use for provisioning. Any constraints on this value can be found in ProvisioningArtifactParameter for Key.

" } }, "documentation":"

The arameter key/value pairs used to provision a product.

" }, "ProvisioningParameters":{ "type":"list", "member":{"shape":"ProvisioningParameter"} }, "RecordDetail":{ "type":"structure", "members":{ "RecordId":{ "shape":"Id", "documentation":"

The identifier of the ProvisionedProduct object record.

" }, "ProvisionedProductName":{ "shape":"ProvisionedProductName", "documentation":"

The user-friendly name of the ProvisionedProduct object.

" }, "Status":{ "shape":"RecordStatus", "documentation":"

The status of the ProvisionedProduct object.

" }, "CreatedTime":{ "shape":"CreatedTime", "documentation":"

The time when the record for the ProvisionedProduct object was created.

" }, "UpdatedTime":{ "shape":"UpdatedTime", "documentation":"

The time when the record for the ProvisionedProduct object was last updated.

" }, "ProvisionedProductType":{ "shape":"ProvisionedProductType", "documentation":"

The type of the ProvisionedProduct object.

" }, "RecordType":{ "shape":"RecordType", "documentation":"

The record type for this record.

" }, "ProvisionedProductId":{ "shape":"Id", "documentation":"

The identifier of the ProvisionedProduct object.

" }, "ProductId":{ "shape":"Id", "documentation":"

The identifier of the product.

" }, "ProvisioningArtifactId":{ "shape":"Id", "documentation":"

The provisioning artifact identifier for this product.

" }, "PathId":{ "shape":"Id", "documentation":"

The identifier of the path for this product's provisioning.

" }, "RecordErrors":{ "shape":"RecordErrors", "documentation":"

A list of errors that occurred while processing the request.

" }, "RecordTags":{ "shape":"RecordTags", "documentation":"

List of tags associated with this record.

" } }, "documentation":"

The full details of a specific ProvisionedProduct object.

" }, "RecordDetails":{ "type":"list", "member":{"shape":"RecordDetail"} }, "RecordError":{ "type":"structure", "members":{ "Code":{ "shape":"ErrorCode", "documentation":"

The numeric value of the error.

" }, "Description":{ "shape":"ErrorDescription", "documentation":"

The text description of the error.

" } }, "documentation":"

The error code and description resulting from an operation.

" }, "RecordErrors":{ "type":"list", "member":{"shape":"RecordError"} }, "RecordOutput":{ "type":"structure", "members":{ "OutputKey":{ "shape":"OutputKey", "documentation":"

The output key.

" }, "OutputValue":{ "shape":"OutputValue", "documentation":"

The output value.

" }, "Description":{ "shape":"Description", "documentation":"

The text description of the output.

" } }, "documentation":"

An output for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

" }, "RecordOutputs":{ "type":"list", "member":{"shape":"RecordOutput"} }, "RecordStatus":{ "type":"string", "enum":[ "IN_PROGRESS", "SUCCEEDED", "ERROR" ] }, "RecordTag":{ "type":"structure", "members":{ "Key":{ "shape":"RecordTagKey", "documentation":"

The key for this tag.

" }, "Value":{ "shape":"RecordTagValue", "documentation":"

The value for this tag.

" } }, "documentation":"

A tag associated with the record, stored as a key-value pair.

" }, "RecordTagKey":{ "type":"string", "max":128, "min":1, "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" }, "RecordTagValue":{ "type":"string", "max":256, "min":1, "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" }, "RecordTags":{ "type":"list", "member":{"shape":"RecordTag"}, "max":10 }, "RecordType":{"type":"string"}, "ResourceNotFoundException":{ "type":"structure", "members":{ }, "documentation":"

The specified resource was not found.

", "exception":true }, "ScanProvisionedProductsInput":{ "type":"structure", "members":{ "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" }, "AccessLevelFilter":{ "shape":"AccessLevelFilter", "documentation":"

The access level for obtaining results. If left unspecified, User level access is used.

" }, "PageSize":{ "shape":"PageSize", "documentation":"

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

" }, "PageToken":{ "shape":"PageToken", "documentation":"

The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.

" } } }, "ScanProvisionedProductsOutput":{ "type":"structure", "members":{ "ProvisionedProducts":{ "shape":"ProvisionedProductDetails", "documentation":"

A list of ProvisionedProduct detail objects.

" }, "NextPageToken":{ "shape":"PageToken", "documentation":"

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" } } }, "SearchFilterKey":{"type":"string"}, "SearchFilterValue":{"type":"string"}, "SearchProductsInput":{ "type":"structure", "members":{ "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" }, "Filters":{ "shape":"ProductViewFilters", "documentation":"

The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the calling user has access.

" }, "PageSize":{ "shape":"PageSize", "documentation":"

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

" }, "SortBy":{ "shape":"ProductViewSortBy", "documentation":"

The sort field specifier. If no value is specified, results are not sorted.

" }, "SortOrder":{ "shape":"SortOrder", "documentation":"

The sort order specifier. If no value is specified, results are not sorted.

" }, "PageToken":{ "shape":"PageToken", "documentation":"

The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.

" } } }, "SearchProductsOutput":{ "type":"structure", "members":{ "ProductViewSummaries":{ "shape":"ProductViewSummaries", "documentation":"

A list of the product view summary objects.

" }, "ProductViewAggregations":{ "shape":"ProductViewAggregations", "documentation":"

A list of the product view aggregation value objects.

" }, "NextPageToken":{ "shape":"PageToken", "documentation":"

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

" } } }, "SortOrder":{ "type":"string", "enum":[ "ASCENDING", "DESCENDING" ] }, "SupportDescription":{"type":"string"}, "SupportEmail":{"type":"string"}, "SupportUrl":{"type":"string"}, "Tag":{ "type":"structure", "members":{ "Key":{ "shape":"TagKey", "documentation":"

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

" }, "Value":{ "shape":"TagValue", "documentation":"

The esired value for this key.

" } }, "documentation":"

Key/value pairs to associate with this provisioning. These tags are entirely discretionary and are propagated to the resources created in the provisioning.

" }, "TagKey":{ "type":"string", "max":128, "min":1, "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" }, "TagValue":{ "type":"string", "max":256, "min":1, "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$" }, "Tags":{ "type":"list", "member":{"shape":"Tag"}, "max":10 }, "TerminateProvisionedProductInput":{ "type":"structure", "required":["TerminateToken"], "members":{ "ProvisionedProductName":{ "shape":"ProvisionedProductNameOrArn", "documentation":"

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

" }, "ProvisionedProductId":{ "shape":"Id", "documentation":"

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

" }, "TerminateToken":{ "shape":"IdempotencyToken", "documentation":"

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

", "idempotencyToken":true }, "IgnoreErrors":{ "shape":"IgnoreErrors", "documentation":"

If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.

" }, "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" } } }, "TerminateProvisionedProductOutput":{ "type":"structure", "members":{ "RecordDetail":{ "shape":"RecordDetail", "documentation":"

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

" } } }, "UpdateProvisionedProductInput":{ "type":"structure", "required":["UpdateToken"], "members":{ "AcceptLanguage":{ "shape":"AcceptLanguage", "documentation":"

The language code to use for this operation. Supported language codes are as follows:

\"en\" (English)

\"jp\" (Japanese)

\"zh\" (Chinese)

If no code is specified, \"en\" is used as the default.

" }, "ProvisionedProductName":{ "shape":"ProvisionedProductNameOrArn", "documentation":"

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

" }, "ProvisionedProductId":{ "shape":"Id", "documentation":"

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

" }, "ProductId":{ "shape":"Id", "documentation":"

The identifier of the ProvisionedProduct object.

" }, "ProvisioningArtifactId":{ "shape":"Id", "documentation":"

The provisioning artifact identifier for this product.

" }, "PathId":{ "shape":"Id", "documentation":"

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

" }, "ProvisioningParameters":{ "shape":"UpdateProvisioningParameters", "documentation":"

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

" }, "UpdateToken":{ "shape":"IdempotencyToken", "documentation":"

The idempotency token that uniquely identifies the provisioning update request.

", "idempotencyToken":true } } }, "UpdateProvisionedProductOutput":{ "type":"structure", "members":{ "RecordDetail":{ "shape":"RecordDetail", "documentation":"

The detailed result of the UpdateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

" } } }, "UpdateProvisioningParameter":{ "type":"structure", "members":{ "Key":{ "shape":"ParameterKey", "documentation":"

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

" }, "Value":{ "shape":"ParameterValue", "documentation":"

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

" }, "UsePreviousValue":{ "shape":"UsePreviousValue", "documentation":"

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

" } }, "documentation":"

The parameter key/value pair used to update a ProvisionedProduct object. If UsePreviousValue is set to true, Value is ignored and the value for Key is kept as previously set (current value).

" }, "UpdateProvisioningParameters":{ "type":"list", "member":{"shape":"UpdateProvisioningParameter"} }, "UpdatedTime":{"type":"timestamp"}, "UsageInstruction":{ "type":"structure", "members":{ "Type":{ "shape":"InstructionType", "documentation":"

The usage instruction type for the value.

" }, "Value":{ "shape":"InstructionValue", "documentation":"

The usage instruction value for this type.

" } }, "documentation":"

Additional information provided by the administrator.

" }, "UsageInstructions":{ "type":"list", "member":{"shape":"UsageInstruction"} }, "UsePreviousValue":{"type":"boolean"} }, "documentation":"AWS Service Catalog

Overview

AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS. This documentation provides reference material for the AWS Service Catalog end user API. To get the most out of this documentation, you need to be familiar with the terminology discussed in AWS Service Catalog Concepts.

Additional Resources

" }