[][src]Trait rusoto_servicecatalog::ServiceCatalog

pub trait ServiceCatalog {
#[must_use]    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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
;
#[must_use] 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
; }

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

Required methods

#[must_use]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, 

Accepts an offer to share the specified portfolio.

#[must_use]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, 

Associates the specified budget with the specified resource.

#[must_use]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, 

Associates the specified principal ARN with the specified portfolio.

#[must_use]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, 

Associates the specified product with the specified portfolio.

#[must_use]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, 

Associates a self-service action with a provisioning artifact.

#[must_use]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, 

Associate the specified TagOption with the specified portfolio or product.

#[must_use]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, 

Associates multiple self-service actions with provisioning artifacts.

#[must_use]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, 

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

#[must_use]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, 

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.

#[must_use]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, 

Creates a constraint.

#[must_use]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, 

Creates a portfolio.

#[must_use]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, 

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. AWSOrganizationsAccess must be enabled in order to create a portfolio share to an organization node.

#[must_use]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, 

Creates a product.

#[must_use]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, 

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.

#[must_use]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, 

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.

#[must_use]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, 

Creates a self-service action.

#[must_use]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, 

Creates a TagOption.

#[must_use]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, 

Deletes the specified constraint.

#[must_use]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, 

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.

#[must_use]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, 

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.

#[must_use]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, 

Deletes the specified product.

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

#[must_use]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, 

Deletes the specified plan.

#[must_use]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, 

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.

#[must_use]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, 

Deletes a self-service action.

#[must_use]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, 

Deletes the specified TagOption.

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

#[must_use]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, 

Gets information about the specified constraint.

#[must_use]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, 

Gets the status of the specified copy product operation.

#[must_use]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, 

Gets information about the specified portfolio.

#[must_use]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, 

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

#[must_use]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, 

Gets information about the specified product.

#[must_use]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, 

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

#[must_use]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, 

Gets information about the specified product.

#[must_use]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, 

Gets information about the specified provisioned product.

#[must_use]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, 

Gets information about the resource changes for the specified plan.

#[must_use]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, 

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

#[must_use]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, 

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.

#[must_use]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, 

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.

#[must_use]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, 

Describes a self-service action.

#[must_use]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, 

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.

#[must_use]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, 

Gets information about the specified TagOption.

#[must_use]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, 

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.

#[must_use]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, 

Disassociates the specified budget from the specified resource.

#[must_use]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, 

Disassociates a previously associated principal ARN from a specified portfolio.

#[must_use]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, 

Disassociates the specified product from the specified portfolio.

#[must_use]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, 

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

#[must_use]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, 

Disassociates the specified TagOption from the specified resource.

#[must_use]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, 

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.

#[must_use]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, 

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

#[must_use]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, 

Executes a self-service action against a provisioned product.

#[must_use]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, 

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

#[must_use]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, 

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

#[must_use]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, 

Lists all the budgets associated to the specified resource.

#[must_use]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, 

Lists the constraints for the specified portfolio and product.

#[must_use]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, 

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.

#[must_use]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, 

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

#[must_use]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, 

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

#[must_use]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, 

Lists all portfolios in the catalog.

#[must_use]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, 

Lists all portfolios that the specified product is associated with.

#[must_use]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, 

Lists all principal ARNs associated with the specified portfolio.

#[must_use]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, 

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

#[must_use]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, 

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

#[must_use]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, 

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

#[must_use]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, 

Lists the specified requests or all performed requests.

#[must_use]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, 

Lists the resources associated with the specified TagOption.

#[must_use]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, 

Lists all self-service actions.

#[must_use]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, 

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

#[must_use]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, 

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.

#[must_use]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, 

Lists the specified TagOptions or all TagOptions.

#[must_use]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, 

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

#[must_use]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, 

Rejects an offer to share the specified portfolio.

#[must_use]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, 

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

To use additional filtering, see SearchProvisionedProducts.

#[must_use]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, 

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

#[must_use]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, 

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

#[must_use]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, 

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

#[must_use]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, 

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.

#[must_use]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, 

Updates the specified constraint.

#[must_use]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, 

Updates the specified portfolio.

You cannot update a product that was shared with you.

#[must_use]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, 

Updates the specified product.

#[must_use]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, 

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.

#[must_use]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, 

Requests updates to the properties of the specified provisioned product.

#[must_use]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, 

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.

#[must_use]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, 

Updates a self-service action.

#[must_use]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, 

Updates the specified TagOption.

Loading content...

Implementors

impl ServiceCatalog for ServiceCatalogClient[src]

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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. AWSOrganizationsAccess must be enabled in order to create a portfolio share to an organization node.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Loading content...