Struct rusoto_servicecatalog::ServiceCatalogClient [] [src]

pub struct ServiceCatalogClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
{ /* fields omitted */ }

A client for the AWS Service Catalog API.

Methods

impl<P, D> ServiceCatalogClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

Trait Implementations

impl<P, D> ServiceCatalog for ServiceCatalogClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

Accepts an offer to share a portfolio.

Associates the specified principal ARN with the specified portfolio.

Associates a product with a portfolio.

Creates a new constraint.

Creates a new portfolio.

Creates a new portfolio share.

Creates a new product.

Create a new provisioning artifact for the specified product. This operation will not work with a product that has been shared with you.

Deletes the specified constraint.

Deletes the specified portfolio. This operation will not work with a portfolio that has been shared with you or if it has products, users, constraints, or shared accounts associated with it.

Deletes the specified portfolio share.

Deletes the specified product. This operation will not work with a product that has been shared with you or is associated with a portfolio.

Deletes the specified provisioning artifact. This operation will not work on a provisioning artifact associated with a product that has been shared with you, or on the last provisioning artifact associated with a product (a product must have at least one provisioning artifact).

Retrieves detailed information for a specified constraint.

Retrieves detailed information and any tags associated with the specified portfolio.

Retrieves information about a specified product.

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

Retrieves information about a specified product, run with administrator access.

Retrieves information about a specified product.

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

Retrieves detailed information about the specified provisioning artifact.

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.

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

Disassociates a previously associated principal ARN from a specified portfolio.

Disassociates the specified product from the specified portfolio.

Lists details of all portfolios for which sharing was accepted by this account.

Retrieves detailed constraint information for the specified portfolio and product.

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.

Lists the account IDs that have been authorized sharing of the specified portfolio.

Lists all portfolios in the catalog.

Lists all portfolios that the specified product is associated with.

Lists all principal ARNs associated with the specified portfolio.

Lists all provisioning artifacts associated with the specified product.

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

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.

Rejects an offer to share a portfolio.

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

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.

Retrieves summary and status information about all products created within the caller's account. If a portfolio ID is provided, this operation retrieves information for only those products that are associated with the specified portfolio.

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.

Updates an existing constraint.

Updates the specified portfolio's details. This operation will not work with a product that has been shared with you.

Updates an existing product.

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.

Updates an existing provisioning artifact's information. This operation will not work on a provisioning artifact associated with a product that has been shared with you.