[][src]Trait rusoto_servicecatalog::ServiceCatalog

pub trait ServiceCatalog {
    fn accept_portfolio_share(
        &self,
        input: AcceptPortfolioShareInput
    ) -> RusotoFuture<AcceptPortfolioShareOutput, AcceptPortfolioShareError>;
fn associate_principal_with_portfolio(
        &self,
        input: AssociatePrincipalWithPortfolioInput
    ) -> RusotoFuture<AssociatePrincipalWithPortfolioOutput, AssociatePrincipalWithPortfolioError>;
fn associate_product_with_portfolio(
        &self,
        input: AssociateProductWithPortfolioInput
    ) -> RusotoFuture<AssociateProductWithPortfolioOutput, AssociateProductWithPortfolioError>;
fn associate_tag_option_with_resource(
        &self,
        input: AssociateTagOptionWithResourceInput
    ) -> RusotoFuture<AssociateTagOptionWithResourceOutput, AssociateTagOptionWithResourceError>;
fn copy_product(
        &self,
        input: CopyProductInput
    ) -> RusotoFuture<CopyProductOutput, CopyProductError>;
fn create_constraint(
        &self,
        input: CreateConstraintInput
    ) -> RusotoFuture<CreateConstraintOutput, CreateConstraintError>;
fn create_portfolio(
        &self,
        input: CreatePortfolioInput
    ) -> RusotoFuture<CreatePortfolioOutput, CreatePortfolioError>;
fn create_portfolio_share(
        &self,
        input: CreatePortfolioShareInput
    ) -> RusotoFuture<CreatePortfolioShareOutput, CreatePortfolioShareError>;
fn create_product(
        &self,
        input: CreateProductInput
    ) -> RusotoFuture<CreateProductOutput, CreateProductError>;
fn create_provisioned_product_plan(
        &self,
        input: CreateProvisionedProductPlanInput
    ) -> RusotoFuture<CreateProvisionedProductPlanOutput, CreateProvisionedProductPlanError>;
fn create_provisioning_artifact(
        &self,
        input: CreateProvisioningArtifactInput
    ) -> RusotoFuture<CreateProvisioningArtifactOutput, CreateProvisioningArtifactError>;
fn create_tag_option(
        &self,
        input: CreateTagOptionInput
    ) -> RusotoFuture<CreateTagOptionOutput, CreateTagOptionError>;
fn delete_constraint(
        &self,
        input: DeleteConstraintInput
    ) -> RusotoFuture<DeleteConstraintOutput, DeleteConstraintError>;
fn delete_portfolio(
        &self,
        input: DeletePortfolioInput
    ) -> RusotoFuture<DeletePortfolioOutput, DeletePortfolioError>;
fn delete_portfolio_share(
        &self,
        input: DeletePortfolioShareInput
    ) -> RusotoFuture<DeletePortfolioShareOutput, DeletePortfolioShareError>;
fn delete_product(
        &self,
        input: DeleteProductInput
    ) -> RusotoFuture<DeleteProductOutput, DeleteProductError>;
fn delete_provisioned_product_plan(
        &self,
        input: DeleteProvisionedProductPlanInput
    ) -> RusotoFuture<DeleteProvisionedProductPlanOutput, DeleteProvisionedProductPlanError>;
fn delete_provisioning_artifact(
        &self,
        input: DeleteProvisioningArtifactInput
    ) -> RusotoFuture<DeleteProvisioningArtifactOutput, DeleteProvisioningArtifactError>;
fn delete_tag_option(
        &self,
        input: DeleteTagOptionInput
    ) -> RusotoFuture<DeleteTagOptionOutput, DeleteTagOptionError>;
fn describe_constraint(
        &self,
        input: DescribeConstraintInput
    ) -> RusotoFuture<DescribeConstraintOutput, DescribeConstraintError>;
fn describe_copy_product_status(
        &self,
        input: DescribeCopyProductStatusInput
    ) -> RusotoFuture<DescribeCopyProductStatusOutput, DescribeCopyProductStatusError>;
fn describe_portfolio(
        &self,
        input: DescribePortfolioInput
    ) -> RusotoFuture<DescribePortfolioOutput, DescribePortfolioError>;
fn describe_product(
        &self,
        input: DescribeProductInput
    ) -> RusotoFuture<DescribeProductOutput, DescribeProductError>;
fn describe_product_as_admin(
        &self,
        input: DescribeProductAsAdminInput
    ) -> RusotoFuture<DescribeProductAsAdminOutput, DescribeProductAsAdminError>;
fn describe_product_view(
        &self,
        input: DescribeProductViewInput
    ) -> RusotoFuture<DescribeProductViewOutput, DescribeProductViewError>;
fn describe_provisioned_product(
        &self,
        input: DescribeProvisionedProductInput
    ) -> RusotoFuture<DescribeProvisionedProductOutput, DescribeProvisionedProductError>;
fn describe_provisioned_product_plan(
        &self,
        input: DescribeProvisionedProductPlanInput
    ) -> RusotoFuture<DescribeProvisionedProductPlanOutput, DescribeProvisionedProductPlanError>;
fn describe_provisioning_artifact(
        &self,
        input: DescribeProvisioningArtifactInput
    ) -> RusotoFuture<DescribeProvisioningArtifactOutput, DescribeProvisioningArtifactError>;
fn describe_provisioning_parameters(
        &self,
        input: DescribeProvisioningParametersInput
    ) -> RusotoFuture<DescribeProvisioningParametersOutput, DescribeProvisioningParametersError>;
fn describe_record(
        &self,
        input: DescribeRecordInput
    ) -> RusotoFuture<DescribeRecordOutput, DescribeRecordError>;
fn describe_tag_option(
        &self,
        input: DescribeTagOptionInput
    ) -> RusotoFuture<DescribeTagOptionOutput, DescribeTagOptionError>;
fn disassociate_principal_from_portfolio(
        &self,
        input: DisassociatePrincipalFromPortfolioInput
    ) -> RusotoFuture<DisassociatePrincipalFromPortfolioOutput, DisassociatePrincipalFromPortfolioError>;
fn disassociate_product_from_portfolio(
        &self,
        input: DisassociateProductFromPortfolioInput
    ) -> RusotoFuture<DisassociateProductFromPortfolioOutput, DisassociateProductFromPortfolioError>;
fn disassociate_tag_option_from_resource(
        &self,
        input: DisassociateTagOptionFromResourceInput
    ) -> RusotoFuture<DisassociateTagOptionFromResourceOutput, DisassociateTagOptionFromResourceError>;
fn execute_provisioned_product_plan(
        &self,
        input: ExecuteProvisionedProductPlanInput
    ) -> RusotoFuture<ExecuteProvisionedProductPlanOutput, ExecuteProvisionedProductPlanError>;
fn list_accepted_portfolio_shares(
        &self,
        input: ListAcceptedPortfolioSharesInput
    ) -> RusotoFuture<ListAcceptedPortfolioSharesOutput, ListAcceptedPortfolioSharesError>;
fn list_constraints_for_portfolio(
        &self,
        input: ListConstraintsForPortfolioInput
    ) -> RusotoFuture<ListConstraintsForPortfolioOutput, ListConstraintsForPortfolioError>;
fn list_launch_paths(
        &self,
        input: ListLaunchPathsInput
    ) -> RusotoFuture<ListLaunchPathsOutput, ListLaunchPathsError>;
fn list_portfolio_access(
        &self,
        input: ListPortfolioAccessInput
    ) -> RusotoFuture<ListPortfolioAccessOutput, ListPortfolioAccessError>;
fn list_portfolios(
        &self,
        input: ListPortfoliosInput
    ) -> RusotoFuture<ListPortfoliosOutput, ListPortfoliosError>;
fn list_portfolios_for_product(
        &self,
        input: ListPortfoliosForProductInput
    ) -> RusotoFuture<ListPortfoliosForProductOutput, ListPortfoliosForProductError>;
fn list_principals_for_portfolio(
        &self,
        input: ListPrincipalsForPortfolioInput
    ) -> RusotoFuture<ListPrincipalsForPortfolioOutput, ListPrincipalsForPortfolioError>;
fn list_provisioned_product_plans(
        &self,
        input: ListProvisionedProductPlansInput
    ) -> RusotoFuture<ListProvisionedProductPlansOutput, ListProvisionedProductPlansError>;
fn list_provisioning_artifacts(
        &self,
        input: ListProvisioningArtifactsInput
    ) -> RusotoFuture<ListProvisioningArtifactsOutput, ListProvisioningArtifactsError>;
fn list_record_history(
        &self,
        input: ListRecordHistoryInput
    ) -> RusotoFuture<ListRecordHistoryOutput, ListRecordHistoryError>;
fn list_resources_for_tag_option(
        &self,
        input: ListResourcesForTagOptionInput
    ) -> RusotoFuture<ListResourcesForTagOptionOutput, ListResourcesForTagOptionError>;
fn list_tag_options(
        &self,
        input: ListTagOptionsInput
    ) -> RusotoFuture<ListTagOptionsOutput, ListTagOptionsError>;
fn provision_product(
        &self,
        input: ProvisionProductInput
    ) -> RusotoFuture<ProvisionProductOutput, ProvisionProductError>;
fn reject_portfolio_share(
        &self,
        input: RejectPortfolioShareInput
    ) -> RusotoFuture<RejectPortfolioShareOutput, RejectPortfolioShareError>;
fn scan_provisioned_products(
        &self,
        input: ScanProvisionedProductsInput
    ) -> RusotoFuture<ScanProvisionedProductsOutput, ScanProvisionedProductsError>;
fn search_products(
        &self,
        input: SearchProductsInput
    ) -> RusotoFuture<SearchProductsOutput, SearchProductsError>;
fn search_products_as_admin(
        &self,
        input: SearchProductsAsAdminInput
    ) -> RusotoFuture<SearchProductsAsAdminOutput, SearchProductsAsAdminError>;
fn search_provisioned_products(
        &self,
        input: SearchProvisionedProductsInput
    ) -> RusotoFuture<SearchProvisionedProductsOutput, SearchProvisionedProductsError>;
fn terminate_provisioned_product(
        &self,
        input: TerminateProvisionedProductInput
    ) -> RusotoFuture<TerminateProvisionedProductOutput, TerminateProvisionedProductError>;
fn update_constraint(
        &self,
        input: UpdateConstraintInput
    ) -> RusotoFuture<UpdateConstraintOutput, UpdateConstraintError>;
fn update_portfolio(
        &self,
        input: UpdatePortfolioInput
    ) -> RusotoFuture<UpdatePortfolioOutput, UpdatePortfolioError>;
fn update_product(
        &self,
        input: UpdateProductInput
    ) -> RusotoFuture<UpdateProductOutput, UpdateProductError>;
fn update_provisioned_product(
        &self,
        input: UpdateProvisionedProductInput
    ) -> RusotoFuture<UpdateProvisionedProductOutput, UpdateProvisionedProductError>;
fn update_provisioning_artifact(
        &self,
        input: UpdateProvisioningArtifactInput
    ) -> RusotoFuture<UpdateProvisioningArtifactOutput, UpdateProvisioningArtifactError>;
fn update_tag_option(
        &self,
        input: UpdateTagOptionInput
    ) -> RusotoFuture<UpdateTagOptionOutput, UpdateTagOptionError>; }

Trait representing the capabilities of the AWS Service Catalog API. AWS Service Catalog clients implement this trait.

Required Methods

Accepts an offer to share the specified portfolio.

Associates the specified principal ARN with the specified portfolio.

Associates the specified product with the specified portfolio.

Associate the specified TagOption with the specified portfolio or product.

Copies the specified source product to the specified target product or a new product.

You can copy a product to the same account or another account. You can copy a product to the same region or another region.

This operation is performed asynchronously. To track the progress of the operation, use DescribeCopyProductStatus.

Creates a constraint.

Creates a portfolio.

Shares the specified portfolio with the specified account.

Creates a product.

Creates a plan. A plan includes the list of resources to be created (when provisioning a new product) or modified (when updating a provisioned product) when the plan is executed.

You can create one plan per provisioned product. To create a plan for an existing provisioned product, the product status must be AVAILBLE or TAINTED.

To view the resource changes in the change set, use DescribeProvisionedProductPlan. To create or modify the provisioned product, use ExecuteProvisionedProductPlan.

Creates a provisioning artifact (also known as a version) for the specified product.

You cannot create a provisioning artifact for a product that was shared with you.

Creates a TagOption.

Deletes the specified constraint.

Deletes the specified portfolio.

You cannot delete a portfolio if it was shared with you or if it has associated products, users, constraints, or shared accounts.

Stops sharing the specified portfolio with the specified account.

Deletes the specified product.

You cannot delete a product if it was shared with you or is associated with a portfolio.

Deletes the specified plan.

Deletes the specified provisioning artifact (also known as a version) for the specified product.

You cannot delete a provisioning artifact associated with a product that was shared with you. You cannot delete the last provisioning artifact for a product, because a product must have at least one provisioning artifact.

Deletes the specified TagOption.

You cannot delete a TagOption if it is associated with a product or portfolio.

Gets information about the specified constraint.

Gets the status of the specified copy product operation.

Gets information about the specified portfolio.

Gets information about the specified product.

Gets information about the specified product. This operation is run with administrator access.

Gets information about the specified product.

Gets information about the specified provisioned product.

Gets information about the resource changes for the specified plan.

Gets information about the specified provisioning artifact (also known as a version) for the specified product.

Gets information about the configuration required to provision the specified product using the specified provisioning artifact.

If the output contains a TagOption key with an empty list of values, there is a TagOption conflict for that key. The end user cannot take action to fix the conflict, and launch is not blocked. In subsequent calls to ProvisionProduct, do not include conflicted TagOption keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N]:Value". Tag the provisioned product with the value sc-tagoption-conflict-portfolioId-productId.

Gets information about the specified request operation.

Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).

Gets information about the specified TagOption.

Disassociates a previously associated principal ARN from a specified portfolio.

Disassociates the specified product from the specified portfolio.

Disassociates the specified TagOption from the specified resource.

Provisions or modifies a product based on the resource changes for the specified plan.

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

Lists the constraints for the specified portfolio and product.

Lists the paths to the 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 access to 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 the plans for the specified provisioned product or all plans to which the user has access.

Lists all provisioning artifacts (also known as versions) for the specified product.

Lists the specified requests or all performed requests.

Lists the resources associated with the specified TagOption.

Lists the specified TagOptions or all TagOptions.

Provisions the specified product.

A provisioned product is a resourced instance of a product. For example, provisioning a product based on a CloudFormation template launches a CloudFormation stack and its underlying resources. You can check the status of this request using DescribeRecord.

If the request contains a tag key with an empty list of values, there is a tag conflict for that key. Do not include conflicted keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N]:Value".

Rejects an offer to share the specified portfolio.

Lists the provisioned products that are available (not terminated).

To use additional filtering, see SearchProvisionedProducts.

Gets information about the products to which the caller has access.

Gets information about the products for the specified portfolio or all products.

Gets information about the provisioned products that meet the specified criteria.

Terminates the specified provisioned product.

This operation does not delete any records associated with the provisioned product.

You can check the status of this request using DescribeRecord.

Updates the specified constraint.

Updates the specified portfolio.

You cannot update a product that was shared with you.

Updates the specified product.

Requests updates to the configuration of the specified provisioned product.

If there are tags associated with the object, they cannot be updated or added. Depending on the specific updates requested, this operation can update with no interruption, with some interruption, or replace the provisioned product entirely.

You can check the status of this request using DescribeRecord.

Updates the specified provisioning artifact (also known as a version) for the specified product.

You cannot update a provisioning artifact for a product that was shared with you.

Updates the specified TagOption.

Implementors

impl ServiceCatalog for ServiceCatalogClient
[src]

Accepts an offer to share the specified portfolio.

Associates the specified principal ARN with the specified portfolio.

Associates the specified product with the specified portfolio.

Associate the specified TagOption with the specified portfolio or product.

Copies the specified source product to the specified target product or a new product.

You can copy a product to the same account or another account. You can copy a product to the same region or another region.

This operation is performed asynchronously. To track the progress of the operation, use DescribeCopyProductStatus.

Creates a constraint.

Creates a portfolio.

Shares the specified portfolio with the specified account.

Creates a product.

Creates a plan. A plan includes the list of resources to be created (when provisioning a new product) or modified (when updating a provisioned product) when the plan is executed.

You can create one plan per provisioned product. To create a plan for an existing provisioned product, the product status must be AVAILBLE or TAINTED.

To view the resource changes in the change set, use DescribeProvisionedProductPlan. To create or modify the provisioned product, use ExecuteProvisionedProductPlan.

Creates a provisioning artifact (also known as a version) for the specified product.

You cannot create a provisioning artifact for a product that was shared with you.

Creates a TagOption.

Deletes the specified constraint.

Deletes the specified portfolio.

You cannot delete a portfolio if it was shared with you or if it has associated products, users, constraints, or shared accounts.

Stops sharing the specified portfolio with the specified account.

Deletes the specified product.

You cannot delete a product if it was shared with you or is associated with a portfolio.

Deletes the specified plan.

Deletes the specified provisioning artifact (also known as a version) for the specified product.

You cannot delete a provisioning artifact associated with a product that was shared with you. You cannot delete the last provisioning artifact for a product, because a product must have at least one provisioning artifact.

Deletes the specified TagOption.

You cannot delete a TagOption if it is associated with a product or portfolio.

Gets information about the specified constraint.

Gets the status of the specified copy product operation.

Gets information about the specified portfolio.

Gets information about the specified product.

Gets information about the specified product. This operation is run with administrator access.

Gets information about the specified product.

Gets information about the specified provisioned product.

Gets information about the resource changes for the specified plan.

Gets information about the specified provisioning artifact (also known as a version) for the specified product.

Gets information about the configuration required to provision the specified product using the specified provisioning artifact.

If the output contains a TagOption key with an empty list of values, there is a TagOption conflict for that key. The end user cannot take action to fix the conflict, and launch is not blocked. In subsequent calls to ProvisionProduct, do not include conflicted TagOption keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N]:Value". Tag the provisioned product with the value sc-tagoption-conflict-portfolioId-productId.

Gets information about the specified request operation.

Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).

Gets information about the specified TagOption.

Disassociates a previously associated principal ARN from a specified portfolio.

Disassociates the specified product from the specified portfolio.

Disassociates the specified TagOption from the specified resource.

Provisions or modifies a product based on the resource changes for the specified plan.

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

Lists the constraints for the specified portfolio and product.

Lists the paths to the 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 access to 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 the plans for the specified provisioned product or all plans to which the user has access.

Lists all provisioning artifacts (also known as versions) for the specified product.

Lists the specified requests or all performed requests.

Lists the resources associated with the specified TagOption.

Lists the specified TagOptions or all TagOptions.

Provisions the specified product.

A provisioned product is a resourced instance of a product. For example, provisioning a product based on a CloudFormation template launches a CloudFormation stack and its underlying resources. You can check the status of this request using DescribeRecord.

If the request contains a tag key with an empty list of values, there is a tag conflict for that key. Do not include conflicted keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N]:Value".

Rejects an offer to share the specified portfolio.

Lists the provisioned products that are available (not terminated).

To use additional filtering, see SearchProvisionedProducts.

Gets information about the products to which the caller has access.

Gets information about the products for the specified portfolio or all products.

Gets information about the provisioned products that meet the specified criteria.

Terminates the specified provisioned product.

This operation does not delete any records associated with the provisioned product.

You can check the status of this request using DescribeRecord.

Updates the specified constraint.

Updates the specified portfolio.

You cannot update a product that was shared with you.

Updates the specified product.

Requests updates to the configuration of the specified provisioned product.

If there are tags associated with the object, they cannot be updated or added. Depending on the specific updates requested, this operation can update with no interruption, with some interruption, or replace the provisioned product entirely.

You can check the status of this request using DescribeRecord.

Updates the specified provisioning artifact (also known as a version) for the specified product.

You cannot update a provisioning artifact for a product that was shared with you.

Updates the specified TagOption.