[][src]Struct rusoto_servicecatalog::ServiceCatalogClient

pub struct ServiceCatalogClient { /* fields omitted */ }

A client for the AWS Service Catalog API.

Implementations

impl ServiceCatalogClient[src]

pub fn new(region: Region) -> ServiceCatalogClient[src]

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

pub fn new_with<P, D>(
    request_dispatcher: D,
    credentials_provider: P,
    region: Region
) -> ServiceCatalogClient where
    P: ProvideAwsCredentials + Send + Sync + 'static,
    D: DispatchSignedRequest + Send + Sync + 'static, 
[src]

pub fn new_with_client(client: Client, region: Region) -> ServiceCatalogClient[src]

Trait Implementations

impl Clone for ServiceCatalogClient[src]

impl ServiceCatalog for ServiceCatalogClient[src]

pub fn accept_portfolio_share<'life0, 'async_trait>(
    &'life0 self,
    input: AcceptPortfolioShareInput
) -> Pin<Box<dyn Future<Output = Result<AcceptPortfolioShareOutput, RusotoError<AcceptPortfolioShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Accepts an offer to share the specified portfolio.

pub fn associate_budget_with_resource<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateBudgetWithResourceInput
) -> Pin<Box<dyn Future<Output = Result<AssociateBudgetWithResourceOutput, RusotoError<AssociateBudgetWithResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates the specified budget with the specified resource.

pub fn associate_principal_with_portfolio<'life0, 'async_trait>(
    &'life0 self,
    input: AssociatePrincipalWithPortfolioInput
) -> Pin<Box<dyn Future<Output = Result<AssociatePrincipalWithPortfolioOutput, RusotoError<AssociatePrincipalWithPortfolioError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates the specified principal ARN with the specified portfolio.

pub fn associate_product_with_portfolio<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateProductWithPortfolioInput
) -> Pin<Box<dyn Future<Output = Result<AssociateProductWithPortfolioOutput, RusotoError<AssociateProductWithPortfolioError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates the specified product with the specified portfolio.

A delegated admin is authorized to invoke this command.

pub fn associate_service_action_with_provisioning_artifact<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateServiceActionWithProvisioningArtifactInput
) -> Pin<Box<dyn Future<Output = Result<AssociateServiceActionWithProvisioningArtifactOutput, RusotoError<AssociateServiceActionWithProvisioningArtifactError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates a self-service action with a provisioning artifact.

pub fn associate_tag_option_with_resource<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateTagOptionWithResourceInput
) -> Pin<Box<dyn Future<Output = Result<AssociateTagOptionWithResourceOutput, RusotoError<AssociateTagOptionWithResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associate the specified TagOption with the specified portfolio or product.

pub fn batch_associate_service_action_with_provisioning_artifact<'life0, 'async_trait>(
    &'life0 self,
    input: BatchAssociateServiceActionWithProvisioningArtifactInput
) -> Pin<Box<dyn Future<Output = Result<BatchAssociateServiceActionWithProvisioningArtifactOutput, RusotoError<BatchAssociateServiceActionWithProvisioningArtifactError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates multiple self-service actions with provisioning artifacts.

pub fn batch_disassociate_service_action_from_provisioning_artifact<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDisassociateServiceActionFromProvisioningArtifactInput
) -> Pin<Box<dyn Future<Output = Result<BatchDisassociateServiceActionFromProvisioningArtifactOutput, RusotoError<BatchDisassociateServiceActionFromProvisioningArtifactError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates a batch of self-service actions from the specified provisioning artifact.

pub fn copy_product<'life0, 'async_trait>(
    &'life0 self,
    input: CopyProductInput
) -> Pin<Box<dyn Future<Output = Result<CopyProductOutput, RusotoError<CopyProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn create_constraint<'life0, 'async_trait>(
    &'life0 self,
    input: CreateConstraintInput
) -> Pin<Box<dyn Future<Output = Result<CreateConstraintOutput, RusotoError<CreateConstraintError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a constraint.

A delegated admin is authorized to invoke this command.

pub fn create_portfolio<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePortfolioInput
) -> Pin<Box<dyn Future<Output = Result<CreatePortfolioOutput, RusotoError<CreatePortfolioError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a portfolio.

A delegated admin is authorized to invoke this command.

pub fn create_portfolio_share<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePortfolioShareInput
) -> Pin<Box<dyn Future<Output = Result<CreatePortfolioShareOutput, RusotoError<CreatePortfolioShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the master account of an organization or by a delegated administrator. You can share portfolios to an organization, an organizational unit, or a specific account.

Note that if a delegated admin is de-registered, they can no longer create portfolio shares.

AWSOrganizationsAccess must be enabled in order to create a portfolio share to an organization node.

pub fn create_product<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProductInput
) -> Pin<Box<dyn Future<Output = Result<CreateProductOutput, RusotoError<CreateProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a product.

A delegated admin is authorized to invoke this command.

pub fn create_provisioned_product_plan<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProvisionedProductPlanInput
) -> Pin<Box<dyn Future<Output = Result<CreateProvisionedProductPlanOutput, RusotoError<CreateProvisionedProductPlanError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn create_provisioning_artifact<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProvisioningArtifactInput
) -> Pin<Box<dyn Future<Output = Result<CreateProvisioningArtifactOutput, RusotoError<CreateProvisioningArtifactError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn create_service_action<'life0, 'async_trait>(
    &'life0 self,
    input: CreateServiceActionInput
) -> Pin<Box<dyn Future<Output = Result<CreateServiceActionOutput, RusotoError<CreateServiceActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a self-service action.

pub fn create_tag_option<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTagOptionInput
) -> Pin<Box<dyn Future<Output = Result<CreateTagOptionOutput, RusotoError<CreateTagOptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a TagOption.

pub fn delete_constraint<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteConstraintInput
) -> Pin<Box<dyn Future<Output = Result<DeleteConstraintOutput, RusotoError<DeleteConstraintError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified constraint.

A delegated admin is authorized to invoke this command.

pub fn delete_portfolio<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePortfolioInput
) -> Pin<Box<dyn Future<Output = Result<DeletePortfolioOutput, RusotoError<DeletePortfolioError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

A delegated admin is authorized to invoke this command.

pub fn delete_portfolio_share<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePortfolioShareInput
) -> Pin<Box<dyn Future<Output = Result<DeletePortfolioShareOutput, RusotoError<DeletePortfolioShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the master account of an organization or by a delegated administrator.

Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.

pub fn delete_product<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProductInput
) -> Pin<Box<dyn Future<Output = Result<DeleteProductOutput, RusotoError<DeleteProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified product.

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

A delegated admin is authorized to invoke this command.

pub fn delete_provisioned_product_plan<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProvisionedProductPlanInput
) -> Pin<Box<dyn Future<Output = Result<DeleteProvisionedProductPlanOutput, RusotoError<DeleteProvisionedProductPlanError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified plan.

pub fn delete_provisioning_artifact<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProvisioningArtifactInput
) -> Pin<Box<dyn Future<Output = Result<DeleteProvisioningArtifactOutput, RusotoError<DeleteProvisioningArtifactError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn delete_service_action<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteServiceActionInput
) -> Pin<Box<dyn Future<Output = Result<DeleteServiceActionOutput, RusotoError<DeleteServiceActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a self-service action.

pub fn delete_tag_option<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTagOptionInput
) -> Pin<Box<dyn Future<Output = Result<DeleteTagOptionOutput, RusotoError<DeleteTagOptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified TagOption.

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

pub fn describe_constraint<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeConstraintInput
) -> Pin<Box<dyn Future<Output = Result<DescribeConstraintOutput, RusotoError<DescribeConstraintError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified constraint.

pub fn describe_copy_product_status<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCopyProductStatusInput
) -> Pin<Box<dyn Future<Output = Result<DescribeCopyProductStatusOutput, RusotoError<DescribeCopyProductStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the status of the specified copy product operation.

pub fn describe_portfolio<'life0, 'async_trait>(
    &'life0 self,
    input: DescribePortfolioInput
) -> Pin<Box<dyn Future<Output = Result<DescribePortfolioOutput, RusotoError<DescribePortfolioError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified portfolio.

A delegated admin is authorized to invoke this command.

pub fn describe_portfolio_share_status<'life0, 'async_trait>(
    &'life0 self,
    input: DescribePortfolioShareStatusInput
) -> Pin<Box<dyn Future<Output = Result<DescribePortfolioShareStatusOutput, RusotoError<DescribePortfolioShareStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the status of the specified portfolio share operation. This API can only be called by the master account in the organization or by a delegated admin.

pub fn describe_product<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProductInput
) -> Pin<Box<dyn Future<Output = Result<DescribeProductOutput, RusotoError<DescribeProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified product.

pub fn describe_product_as_admin<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProductAsAdminInput
) -> Pin<Box<dyn Future<Output = Result<DescribeProductAsAdminOutput, RusotoError<DescribeProductAsAdminError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn describe_product_view<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProductViewInput
) -> Pin<Box<dyn Future<Output = Result<DescribeProductViewOutput, RusotoError<DescribeProductViewError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified product.

pub fn describe_provisioned_product<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProvisionedProductInput
) -> Pin<Box<dyn Future<Output = Result<DescribeProvisionedProductOutput, RusotoError<DescribeProvisionedProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified provisioned product.

pub fn describe_provisioned_product_plan<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProvisionedProductPlanInput
) -> Pin<Box<dyn Future<Output = Result<DescribeProvisionedProductPlanOutput, RusotoError<DescribeProvisionedProductPlanError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the resource changes for the specified plan.

pub fn describe_provisioning_artifact<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProvisioningArtifactInput
) -> Pin<Box<dyn Future<Output = Result<DescribeProvisioningArtifactOutput, RusotoError<DescribeProvisioningArtifactError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn describe_provisioning_parameters<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProvisioningParametersInput
) -> Pin<Box<dyn Future<Output = Result<DescribeProvisioningParametersOutput, RusotoError<DescribeProvisioningParametersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn describe_record<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRecordInput
) -> Pin<Box<dyn Future<Output = Result<DescribeRecordOutput, RusotoError<DescribeRecordError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified request operation.

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

If a provisioned product was transferred to a new owner using UpdateProvisionedProductProperties, the new owner will be able to describe all past records for that product. The previous owner will no longer be able to describe the records, but will be able to use ListRecordHistory to see the product's history from when he was the owner.

pub fn describe_service_action<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeServiceActionInput
) -> Pin<Box<dyn Future<Output = Result<DescribeServiceActionOutput, RusotoError<DescribeServiceActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a self-service action.

pub fn describe_service_action_execution_parameters<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeServiceActionExecutionParametersInput
) -> Pin<Box<dyn Future<Output = Result<DescribeServiceActionExecutionParametersOutput, RusotoError<DescribeServiceActionExecutionParametersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.

pub fn describe_tag_option<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeTagOptionInput
) -> Pin<Box<dyn Future<Output = Result<DescribeTagOptionOutput, RusotoError<DescribeTagOptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the specified TagOption.

pub fn disable_aws_organizations_access<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisableAWSOrganizationsAccessOutput, RusotoError<DisableAWSOrganizationsAccessError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the master account in the organization.

This API can't be invoked if there are active delegated administrators in the organization.

Note that a delegated administrator is not authorized to invoke DisableAWSOrganizationsAccess.

pub fn disassociate_budget_from_resource<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateBudgetFromResourceInput
) -> Pin<Box<dyn Future<Output = Result<DisassociateBudgetFromResourceOutput, RusotoError<DisassociateBudgetFromResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified budget from the specified resource.

pub fn disassociate_principal_from_portfolio<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociatePrincipalFromPortfolioInput
) -> Pin<Box<dyn Future<Output = Result<DisassociatePrincipalFromPortfolioOutput, RusotoError<DisassociatePrincipalFromPortfolioError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates a previously associated principal ARN from a specified portfolio.

pub fn disassociate_product_from_portfolio<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateProductFromPortfolioInput
) -> Pin<Box<dyn Future<Output = Result<DisassociateProductFromPortfolioOutput, RusotoError<DisassociateProductFromPortfolioError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified product from the specified portfolio.

A delegated admin is authorized to invoke this command.

pub fn disassociate_service_action_from_provisioning_artifact<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateServiceActionFromProvisioningArtifactInput
) -> Pin<Box<dyn Future<Output = Result<DisassociateServiceActionFromProvisioningArtifactOutput, RusotoError<DisassociateServiceActionFromProvisioningArtifactError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified self-service action association from the specified provisioning artifact.

pub fn disassociate_tag_option_from_resource<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateTagOptionFromResourceInput
) -> Pin<Box<dyn Future<Output = Result<DisassociateTagOptionFromResourceOutput, RusotoError<DisassociateTagOptionFromResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified TagOption from the specified resource.

pub fn enable_aws_organizations_access<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<EnableAWSOrganizationsAccessOutput, RusotoError<EnableAWSOrganizationsAccessError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the master account in the organization.

By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.

Note that a delegated administrator is not authorized to invoke EnableAWSOrganizationsAccess.

pub fn execute_provisioned_product_plan<'life0, 'async_trait>(
    &'life0 self,
    input: ExecuteProvisionedProductPlanInput
) -> Pin<Box<dyn Future<Output = Result<ExecuteProvisionedProductPlanOutput, RusotoError<ExecuteProvisionedProductPlanError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn execute_provisioned_product_service_action<'life0, 'async_trait>(
    &'life0 self,
    input: ExecuteProvisionedProductServiceActionInput
) -> Pin<Box<dyn Future<Output = Result<ExecuteProvisionedProductServiceActionOutput, RusotoError<ExecuteProvisionedProductServiceActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Executes a self-service action against a provisioned product.

pub fn get_aws_organizations_access_status<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetAWSOrganizationsAccessStatusOutput, RusotoError<GetAWSOrganizationsAccessStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the master account in the organization or by a delegated admin.

pub fn list_accepted_portfolio_shares<'life0, 'async_trait>(
    &'life0 self,
    input: ListAcceptedPortfolioSharesInput
) -> Pin<Box<dyn Future<Output = Result<ListAcceptedPortfolioSharesOutput, RusotoError<ListAcceptedPortfolioSharesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn list_budgets_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListBudgetsForResourceInput
) -> Pin<Box<dyn Future<Output = Result<ListBudgetsForResourceOutput, RusotoError<ListBudgetsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the budgets associated to the specified resource.

pub fn list_constraints_for_portfolio<'life0, 'async_trait>(
    &'life0 self,
    input: ListConstraintsForPortfolioInput
) -> Pin<Box<dyn Future<Output = Result<ListConstraintsForPortfolioOutput, RusotoError<ListConstraintsForPortfolioError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the constraints for the specified portfolio and product.

pub fn list_launch_paths<'life0, 'async_trait>(
    &'life0 self,
    input: ListLaunchPathsInput
) -> Pin<Box<dyn Future<Output = Result<ListLaunchPathsOutput, RusotoError<ListLaunchPathsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn list_organization_portfolio_access<'life0, 'async_trait>(
    &'life0 self,
    input: ListOrganizationPortfolioAccessInput
) -> Pin<Box<dyn Future<Output = Result<ListOrganizationPortfolioAccessOutput, RusotoError<ListOrganizationPortfolioAccessError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the organization nodes that have access to the specified portfolio. This API can only be called by the master account in the organization or by a delegated admin.

If a delegated admin is de-registered, they can no longer perform this operation.

pub fn list_portfolio_access<'life0, 'async_trait>(
    &'life0 self,
    input: ListPortfolioAccessInput
) -> Pin<Box<dyn Future<Output = Result<ListPortfolioAccessOutput, RusotoError<ListPortfolioAccessError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the account IDs that have access to the specified portfolio.

A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.

pub fn list_portfolios<'life0, 'async_trait>(
    &'life0 self,
    input: ListPortfoliosInput
) -> Pin<Box<dyn Future<Output = Result<ListPortfoliosOutput, RusotoError<ListPortfoliosError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all portfolios in the catalog.

pub fn list_portfolios_for_product<'life0, 'async_trait>(
    &'life0 self,
    input: ListPortfoliosForProductInput
) -> Pin<Box<dyn Future<Output = Result<ListPortfoliosForProductOutput, RusotoError<ListPortfoliosForProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all portfolios that the specified product is associated with.

pub fn list_principals_for_portfolio<'life0, 'async_trait>(
    &'life0 self,
    input: ListPrincipalsForPortfolioInput
) -> Pin<Box<dyn Future<Output = Result<ListPrincipalsForPortfolioOutput, RusotoError<ListPrincipalsForPortfolioError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all principal ARNs associated with the specified portfolio.

pub fn list_provisioned_product_plans<'life0, 'async_trait>(
    &'life0 self,
    input: ListProvisionedProductPlansInput
) -> Pin<Box<dyn Future<Output = Result<ListProvisionedProductPlansOutput, RusotoError<ListProvisionedProductPlansError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the plans for the specified provisioned product or all plans to which the user has access.

pub fn list_provisioning_artifacts<'life0, 'async_trait>(
    &'life0 self,
    input: ListProvisioningArtifactsInput
) -> Pin<Box<dyn Future<Output = Result<ListProvisioningArtifactsOutput, RusotoError<ListProvisioningArtifactsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn list_provisioning_artifacts_for_service_action<'life0, 'async_trait>(
    &'life0 self,
    input: ListProvisioningArtifactsForServiceActionInput
) -> Pin<Box<dyn Future<Output = Result<ListProvisioningArtifactsForServiceActionOutput, RusotoError<ListProvisioningArtifactsForServiceActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all provisioning artifacts (also known as versions) for the specified self-service action.

pub fn list_record_history<'life0, 'async_trait>(
    &'life0 self,
    input: ListRecordHistoryInput
) -> Pin<Box<dyn Future<Output = Result<ListRecordHistoryOutput, RusotoError<ListRecordHistoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the specified requests or all performed requests.

pub fn list_resources_for_tag_option<'life0, 'async_trait>(
    &'life0 self,
    input: ListResourcesForTagOptionInput
) -> Pin<Box<dyn Future<Output = Result<ListResourcesForTagOptionOutput, RusotoError<ListResourcesForTagOptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the resources associated with the specified TagOption.

pub fn list_service_actions<'life0, 'async_trait>(
    &'life0 self,
    input: ListServiceActionsInput
) -> Pin<Box<dyn Future<Output = Result<ListServiceActionsOutput, RusotoError<ListServiceActionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all self-service actions.

pub fn list_service_actions_for_provisioning_artifact<'life0, 'async_trait>(
    &'life0 self,
    input: ListServiceActionsForProvisioningArtifactInput
) -> Pin<Box<dyn Future<Output = Result<ListServiceActionsForProvisioningArtifactOutput, RusotoError<ListServiceActionsForProvisioningArtifactError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.

pub fn list_stack_instances_for_provisioned_product<'life0, 'async_trait>(
    &'life0 self,
    input: ListStackInstancesForProvisionedProductInput
) -> Pin<Box<dyn Future<Output = Result<ListStackInstancesForProvisionedProductOutput, RusotoError<ListStackInstancesForProvisionedProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns summary information about stack instances that are associated with the specified CFN_STACKSET type provisioned product. You can filter for stack instances that are associated with a specific AWS account name or region.

pub fn list_tag_options<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagOptionsInput
) -> Pin<Box<dyn Future<Output = Result<ListTagOptionsOutput, RusotoError<ListTagOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the specified TagOptions or all TagOptions.

pub fn provision_product<'life0, 'async_trait>(
    &'life0 self,
    input: ProvisionProductInput
) -> Pin<Box<dyn Future<Output = Result<ProvisionProductOutput, RusotoError<ProvisionProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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".

pub fn reject_portfolio_share<'life0, 'async_trait>(
    &'life0 self,
    input: RejectPortfolioShareInput
) -> Pin<Box<dyn Future<Output = Result<RejectPortfolioShareOutput, RusotoError<RejectPortfolioShareError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Rejects an offer to share the specified portfolio.

pub fn scan_provisioned_products<'life0, 'async_trait>(
    &'life0 self,
    input: ScanProvisionedProductsInput
) -> Pin<Box<dyn Future<Output = Result<ScanProvisionedProductsOutput, RusotoError<ScanProvisionedProductsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

To use additional filtering, see SearchProvisionedProducts.

pub fn search_products<'life0, 'async_trait>(
    &'life0 self,
    input: SearchProductsInput
) -> Pin<Box<dyn Future<Output = Result<SearchProductsOutput, RusotoError<SearchProductsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn search_products_as_admin<'life0, 'async_trait>(
    &'life0 self,
    input: SearchProductsAsAdminInput
) -> Pin<Box<dyn Future<Output = Result<SearchProductsAsAdminOutput, RusotoError<SearchProductsAsAdminError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn search_provisioned_products<'life0, 'async_trait>(
    &'life0 self,
    input: SearchProvisionedProductsInput
) -> Pin<Box<dyn Future<Output = Result<SearchProvisionedProductsOutput, RusotoError<SearchProvisionedProductsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn terminate_provisioned_product<'life0, 'async_trait>(
    &'life0 self,
    input: TerminateProvisionedProductInput
) -> Pin<Box<dyn Future<Output = Result<TerminateProvisionedProductOutput, RusotoError<TerminateProvisionedProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn update_constraint<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateConstraintInput
) -> Pin<Box<dyn Future<Output = Result<UpdateConstraintOutput, RusotoError<UpdateConstraintError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified constraint.

pub fn update_portfolio<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePortfolioInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePortfolioOutput, RusotoError<UpdatePortfolioError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified portfolio.

You cannot update a product that was shared with you.

pub fn update_product<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateProductInput
) -> Pin<Box<dyn Future<Output = Result<UpdateProductOutput, RusotoError<UpdateProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified product.

pub fn update_provisioned_product<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateProvisionedProductInput
) -> Pin<Box<dyn Future<Output = Result<UpdateProvisionedProductOutput, RusotoError<UpdateProvisionedProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn update_provisioned_product_properties<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateProvisionedProductPropertiesInput
) -> Pin<Box<dyn Future<Output = Result<UpdateProvisionedProductPropertiesOutput, RusotoError<UpdateProvisionedProductPropertiesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Requests updates to the properties of the specified provisioned product.

pub fn update_provisioning_artifact<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateProvisioningArtifactInput
) -> Pin<Box<dyn Future<Output = Result<UpdateProvisioningArtifactOutput, RusotoError<UpdateProvisioningArtifactError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn update_service_action<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateServiceActionInput
) -> Pin<Box<dyn Future<Output = Result<UpdateServiceActionOutput, RusotoError<UpdateServiceActionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a self-service action.

pub fn update_tag_option<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTagOptionInput
) -> Pin<Box<dyn Future<Output = Result<UpdateTagOptionOutput, RusotoError<UpdateTagOptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified TagOption.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.