ServiceCatalog
public struct ServiceCatalog
Client object for interacting with AWS ServiceCatalog service.
AWS Service Catalog AWS Service Catalog enables organizations to create and manage catalogs of IT services that are approved for use on AWS. To get the most out of this documentation, you should be familiar with the terminology discussed in AWS Service Catalog Concepts.
-
Undocumented
Declaration
Swift
public let client: AWSClient
-
Initialize the ServiceCatalog client
Declaration
Swift
public init(accessKeyId: String? = nil, secretAccessKey: String? = nil, sessionToken: String? = nil, region: AWSSDKSwiftCore.Region? = nil, endpoint: String? = nil, middlewares: [AWSServiceMiddleware] = [], eventLoopGroupProvider: AWSClient.EventLoopGroupProvider = .useAWSClientShared)
Parameters
accessKeyId
Public access key provided by AWS
secretAccessKey
Private access key provided by AWS
sessionToken
Token provided by STS.AssumeRole() which allows access to another AWS account
region
Region of server you want to communicate with
endpoint
Custom endpoint URL to use instead of standard AWS servers
middlewares
Array of middlewares to apply to requests and responses
eventLoopGroupProvider
EventLoopGroup to use. Use
useAWSClientShared
if the client shall manage its own EventLoopGroup.
-
Accepts an offer to share the specified portfolio.
Declaration
Swift
public func acceptPortfolioShare(_ input: AcceptPortfolioShareInput) -> EventLoopFuture<AcceptPortfolioShareOutput>
-
Associates the specified budget with the specified resource.
Declaration
Swift
public func associateBudgetWithResource(_ input: AssociateBudgetWithResourceInput) -> EventLoopFuture<AssociateBudgetWithResourceOutput>
-
Associates the specified principal ARN with the specified portfolio.
Declaration
Swift
public func associatePrincipalWithPortfolio(_ input: AssociatePrincipalWithPortfolioInput) -> EventLoopFuture<AssociatePrincipalWithPortfolioOutput>
-
Associates the specified product with the specified portfolio. A delegated admin is authorized to invoke this command.
Declaration
Swift
public func associateProductWithPortfolio(_ input: AssociateProductWithPortfolioInput) -> EventLoopFuture<AssociateProductWithPortfolioOutput>
-
Associates a self-service action with a provisioning artifact.
Declaration
Swift
public func associateServiceActionWithProvisioningArtifact(_ input: AssociateServiceActionWithProvisioningArtifactInput) -> EventLoopFuture<AssociateServiceActionWithProvisioningArtifactOutput>
-
Associate the specified TagOption with the specified portfolio or product.
Declaration
Swift
public func associateTagOptionWithResource(_ input: AssociateTagOptionWithResourceInput) -> EventLoopFuture<AssociateTagOptionWithResourceOutput>
-
Associates multiple self-service actions with provisioning artifacts.
Declaration
Swift
public func batchAssociateServiceActionWithProvisioningArtifact(_ input: BatchAssociateServiceActionWithProvisioningArtifactInput) -> EventLoopFuture<BatchAssociateServiceActionWithProvisioningArtifactOutput>
-
Disassociates a batch of self-service actions from the specified provisioning artifact.
Declaration
Swift
public func batchDisassociateServiceActionFromProvisioningArtifact(_ input: BatchDisassociateServiceActionFromProvisioningArtifactInput) -> EventLoopFuture<BatchDisassociateServiceActionFromProvisioningArtifactOutput>
-
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.
Declaration
Swift
public func copyProduct(_ input: CopyProductInput) -> EventLoopFuture<CopyProductOutput>
-
Creates a constraint. A delegated admin is authorized to invoke this command.
Declaration
Swift
public func createConstraint(_ input: CreateConstraintInput) -> EventLoopFuture<CreateConstraintOutput>
-
Creates a portfolio. A delegated admin is authorized to invoke this command.
Declaration
Swift
public func createPortfolio(_ input: CreatePortfolioInput) -> EventLoopFuture<CreatePortfolioOutput>
-
Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the master account of an organization or by a delegated administrator. You can share portfolios to an organization, an organizational unit, or a specific account. Note that if a delegated admin is de-registered, they can no longer create portfolio shares. AWSOrganizationsAccess must be enabled in order to create a portfolio share to an organization node. You can’t share a shared resource. This includes portfolios that contain a shared product.
Declaration
Swift
public func createPortfolioShare(_ input: CreatePortfolioShareInput) -> EventLoopFuture<CreatePortfolioShareOutput>
-
Creates a product. A delegated admin is authorized to invoke this command.
Declaration
Swift
public func createProduct(_ input: CreateProductInput) -> EventLoopFuture<CreateProductOutput>
-
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.
Declaration
Swift
public func createProvisionedProductPlan(_ input: CreateProvisionedProductPlanInput) -> EventLoopFuture<CreateProvisionedProductPlanOutput>
-
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.
Declaration
Swift
public func createProvisioningArtifact(_ input: CreateProvisioningArtifactInput) -> EventLoopFuture<CreateProvisioningArtifactOutput>
-
Creates a self-service action.
Declaration
Swift
public func createServiceAction(_ input: CreateServiceActionInput) -> EventLoopFuture<CreateServiceActionOutput>
-
Creates a TagOption.
Declaration
Swift
public func createTagOption(_ input: CreateTagOptionInput) -> EventLoopFuture<CreateTagOptionOutput>
-
Deletes the specified constraint. A delegated admin is authorized to invoke this command.
Declaration
Swift
public func deleteConstraint(_ input: DeleteConstraintInput) -> EventLoopFuture<DeleteConstraintOutput>
-
Deletes the specified portfolio. You cannot delete a portfolio if it was shared with you or if it has associated products, users, constraints, or shared accounts. A delegated admin is authorized to invoke this command.
Declaration
Swift
public func deletePortfolio(_ input: DeletePortfolioInput) -> EventLoopFuture<DeletePortfolioOutput>
-
Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the master account of an organization or by a delegated administrator. Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.
Declaration
Swift
public func deletePortfolioShare(_ input: DeletePortfolioShareInput) -> EventLoopFuture<DeletePortfolioShareOutput>
-
Deletes the specified product. You cannot delete a product if it was shared with you or is associated with a portfolio. A delegated admin is authorized to invoke this command.
Declaration
Swift
public func deleteProduct(_ input: DeleteProductInput) -> EventLoopFuture<DeleteProductOutput>
-
Deletes the specified plan.
Declaration
Swift
public func deleteProvisionedProductPlan(_ input: DeleteProvisionedProductPlanInput) -> EventLoopFuture<DeleteProvisionedProductPlanOutput>
-
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.
Declaration
Swift
public func deleteProvisioningArtifact(_ input: DeleteProvisioningArtifactInput) -> EventLoopFuture<DeleteProvisioningArtifactOutput>
-
Deletes a self-service action.
Declaration
Swift
public func deleteServiceAction(_ input: DeleteServiceActionInput) -> EventLoopFuture<DeleteServiceActionOutput>
-
Deletes the specified TagOption. You cannot delete a TagOption if it is associated with a product or portfolio.
Declaration
Swift
public func deleteTagOption(_ input: DeleteTagOptionInput) -> EventLoopFuture<DeleteTagOptionOutput>
-
Gets information about the specified constraint.
Declaration
Swift
public func describeConstraint(_ input: DescribeConstraintInput) -> EventLoopFuture<DescribeConstraintOutput>
-
Gets the status of the specified copy product operation.
Declaration
Swift
public func describeCopyProductStatus(_ input: DescribeCopyProductStatusInput) -> EventLoopFuture<DescribeCopyProductStatusOutput>
-
Gets information about the specified portfolio. A delegated admin is authorized to invoke this command.
Declaration
Swift
public func describePortfolio(_ input: DescribePortfolioInput) -> EventLoopFuture<DescribePortfolioOutput>
-
Gets the status of the specified portfolio share operation. This API can only be called by the master account in the organization or by a delegated admin.
Declaration
Swift
public func describePortfolioShareStatus(_ input: DescribePortfolioShareStatusInput) -> EventLoopFuture<DescribePortfolioShareStatusOutput>
-
Gets information about the specified product.
Declaration
Swift
public func describeProduct(_ input: DescribeProductInput) -> EventLoopFuture<DescribeProductOutput>
-
Gets information about the specified product. This operation is run with administrator access.
Declaration
Swift
public func describeProductAsAdmin(_ input: DescribeProductAsAdminInput) -> EventLoopFuture<DescribeProductAsAdminOutput>
-
Gets information about the specified product.
Declaration
Swift
public func describeProductView(_ input: DescribeProductViewInput) -> EventLoopFuture<DescribeProductViewOutput>
-
Gets information about the specified provisioned product.
Declaration
Swift
public func describeProvisionedProduct(_ input: DescribeProvisionedProductInput) -> EventLoopFuture<DescribeProvisionedProductOutput>
-
Gets information about the resource changes for the specified plan.
Declaration
Swift
public func describeProvisionedProductPlan(_ input: DescribeProvisionedProductPlanInput) -> EventLoopFuture<DescribeProvisionedProductPlanOutput>
-
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
Declaration
Swift
public func describeProvisioningArtifact(_ input: DescribeProvisioningArtifactInput) -> EventLoopFuture<DescribeProvisioningArtifactOutput>
-
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.
Declaration
Swift
public func describeProvisioningParameters(_ input: DescribeProvisioningParametersInput) -> EventLoopFuture<DescribeProvisioningParametersOutput>
-
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.
Declaration
Swift
public func describeRecord(_ input: DescribeRecordInput) -> EventLoopFuture<DescribeRecordOutput>
-
Describes a self-service action.
Declaration
Swift
public func describeServiceAction(_ input: DescribeServiceActionInput) -> EventLoopFuture<DescribeServiceActionOutput>
-
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.
Declaration
Swift
public func describeServiceActionExecutionParameters(_ input: DescribeServiceActionExecutionParametersInput) -> EventLoopFuture<DescribeServiceActionExecutionParametersOutput>
-
Gets information about the specified TagOption.
Declaration
Swift
public func describeTagOption(_ input: DescribeTagOptionInput) -> EventLoopFuture<DescribeTagOptionOutput>
-
Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the master account in the organization. This API can’t be invoked if there are active delegated administrators in the organization. Note that a delegated administrator is not authorized to invoke DisableAWSOrganizationsAccess.
Declaration
Swift
public func disableAWSOrganizationsAccess(_ input: DisableAWSOrganizationsAccessInput) -> EventLoopFuture<DisableAWSOrganizationsAccessOutput>
-
Disassociates the specified budget from the specified resource.
Declaration
Swift
public func disassociateBudgetFromResource(_ input: DisassociateBudgetFromResourceInput) -> EventLoopFuture<DisassociateBudgetFromResourceOutput>
-
Disassociates a previously associated principal ARN from a specified portfolio.
Declaration
Swift
public func disassociatePrincipalFromPortfolio(_ input: DisassociatePrincipalFromPortfolioInput) -> EventLoopFuture<DisassociatePrincipalFromPortfolioOutput>
-
Disassociates the specified product from the specified portfolio. A delegated admin is authorized to invoke this command.
Declaration
Swift
public func disassociateProductFromPortfolio(_ input: DisassociateProductFromPortfolioInput) -> EventLoopFuture<DisassociateProductFromPortfolioOutput>
-
Disassociates the specified self-service action association from the specified provisioning artifact.
Declaration
Swift
public func disassociateServiceActionFromProvisioningArtifact(_ input: DisassociateServiceActionFromProvisioningArtifactInput) -> EventLoopFuture<DisassociateServiceActionFromProvisioningArtifactOutput>
-
Disassociates the specified TagOption from the specified resource.
Declaration
Swift
public func disassociateTagOptionFromResource(_ input: DisassociateTagOptionFromResourceInput) -> EventLoopFuture<DisassociateTagOptionFromResourceOutput>
-
Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the master account in the organization. By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure. Note that a delegated administrator is not authorized to invoke EnableAWSOrganizationsAccess.
Declaration
Swift
public func enableAWSOrganizationsAccess(_ input: EnableAWSOrganizationsAccessInput) -> EventLoopFuture<EnableAWSOrganizationsAccessOutput>
-
Provisions or modifies a product based on the resource changes for the specified plan.
Declaration
Swift
public func executeProvisionedProductPlan(_ input: ExecuteProvisionedProductPlanInput) -> EventLoopFuture<ExecuteProvisionedProductPlanOutput>
-
Executes a self-service action against a provisioned product.
Declaration
Swift
public func executeProvisionedProductServiceAction(_ input: ExecuteProvisionedProductServiceActionInput) -> EventLoopFuture<ExecuteProvisionedProductServiceActionOutput>
-
Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the master account in the organization or by a delegated admin.
Declaration
Swift
public func getAWSOrganizationsAccessStatus(_ input: GetAWSOrganizationsAccessStatusInput) -> EventLoopFuture<GetAWSOrganizationsAccessStatusOutput>
-
Lists all portfolios for which sharing was accepted by this account.
Declaration
Swift
public func listAcceptedPortfolioShares(_ input: ListAcceptedPortfolioSharesInput) -> EventLoopFuture<ListAcceptedPortfolioSharesOutput>
-
Lists all the budgets associated to the specified resource.
Declaration
Swift
public func listBudgetsForResource(_ input: ListBudgetsForResourceInput) -> EventLoopFuture<ListBudgetsForResourceOutput>
-
Lists the constraints for the specified portfolio and product.
Declaration
Swift
public func listConstraintsForPortfolio(_ input: ListConstraintsForPortfolioInput) -> EventLoopFuture<ListConstraintsForPortfolioOutput>
-
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.
Declaration
Swift
public func listLaunchPaths(_ input: ListLaunchPathsInput) -> EventLoopFuture<ListLaunchPathsOutput>
-
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the master account in the organization or by a delegated admin. If a delegated admin is de-registered, they can no longer perform this operation.
Declaration
Swift
public func listOrganizationPortfolioAccess(_ input: ListOrganizationPortfolioAccessInput) -> EventLoopFuture<ListOrganizationPortfolioAccessOutput>
-
Lists the account IDs that have access to the specified portfolio. A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.
Declaration
Swift
public func listPortfolioAccess(_ input: ListPortfolioAccessInput) -> EventLoopFuture<ListPortfolioAccessOutput>
-
Lists all portfolios in the catalog.
Declaration
Swift
public func listPortfolios(_ input: ListPortfoliosInput) -> EventLoopFuture<ListPortfoliosOutput>
-
Lists all portfolios that the specified product is associated with.
Declaration
Swift
public func listPortfoliosForProduct(_ input: ListPortfoliosForProductInput) -> EventLoopFuture<ListPortfoliosForProductOutput>
-
Lists all principal ARNs associated with the specified portfolio.
Declaration
Swift
public func listPrincipalsForPortfolio(_ input: ListPrincipalsForPortfolioInput) -> EventLoopFuture<ListPrincipalsForPortfolioOutput>
-
Lists the plans for the specified provisioned product or all plans to which the user has access.
Declaration
Swift
public func listProvisionedProductPlans(_ input: ListProvisionedProductPlansInput) -> EventLoopFuture<ListProvisionedProductPlansOutput>
-
Lists all provisioning artifacts (also known as versions) for the specified product.
Declaration
Swift
public func listProvisioningArtifacts(_ input: ListProvisioningArtifactsInput) -> EventLoopFuture<ListProvisioningArtifactsOutput>
-
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
Declaration
Swift
public func listProvisioningArtifactsForServiceAction(_ input: ListProvisioningArtifactsForServiceActionInput) -> EventLoopFuture<ListProvisioningArtifactsForServiceActionOutput>
-
Lists the specified requests or all performed requests.
Declaration
Swift
public func listRecordHistory(_ input: ListRecordHistoryInput) -> EventLoopFuture<ListRecordHistoryOutput>
-
Lists the resources associated with the specified TagOption.
Declaration
Swift
public func listResourcesForTagOption(_ input: ListResourcesForTagOptionInput) -> EventLoopFuture<ListResourcesForTagOptionOutput>
-
Lists all self-service actions.
Declaration
Swift
public func listServiceActions(_ input: ListServiceActionsInput) -> EventLoopFuture<ListServiceActionsOutput>
-
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
Declaration
Swift
public func listServiceActionsForProvisioningArtifact(_ input: ListServiceActionsForProvisioningArtifactInput) -> EventLoopFuture<ListServiceActionsForProvisioningArtifactOutput>
-
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.
Declaration
Swift
public func listStackInstancesForProvisionedProduct(_ input: ListStackInstancesForProvisionedProductInput) -> EventLoopFuture<ListStackInstancesForProvisionedProductOutput>
-
Lists the specified TagOptions or all TagOptions.
Declaration
Swift
public func listTagOptions(_ input: ListTagOptionsInput) -> EventLoopFuture<ListTagOptionsOutput>
-
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”.
Declaration
Swift
public func provisionProduct(_ input: ProvisionProductInput) -> EventLoopFuture<ProvisionProductOutput>
-
Rejects an offer to share the specified portfolio.
Declaration
Swift
public func rejectPortfolioShare(_ input: RejectPortfolioShareInput) -> EventLoopFuture<RejectPortfolioShareOutput>
-
Lists the provisioned products that are available (not terminated). To use additional filtering, see SearchProvisionedProducts.
Declaration
Swift
public func scanProvisionedProducts(_ input: ScanProvisionedProductsInput) -> EventLoopFuture<ScanProvisionedProductsOutput>
-
Gets information about the products to which the caller has access.
Declaration
Swift
public func searchProducts(_ input: SearchProductsInput) -> EventLoopFuture<SearchProductsOutput>
-
Gets information about the products for the specified portfolio or all products.
Declaration
Swift
public func searchProductsAsAdmin(_ input: SearchProductsAsAdminInput) -> EventLoopFuture<SearchProductsAsAdminOutput>
-
Gets information about the provisioned products that meet the specified criteria.
Declaration
Swift
public func searchProvisionedProducts(_ input: SearchProvisionedProductsInput) -> EventLoopFuture<SearchProvisionedProductsOutput>
-
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.
Declaration
Swift
public func terminateProvisionedProduct(_ input: TerminateProvisionedProductInput) -> EventLoopFuture<TerminateProvisionedProductOutput>
-
Updates the specified constraint.
Declaration
Swift
public func updateConstraint(_ input: UpdateConstraintInput) -> EventLoopFuture<UpdateConstraintOutput>
-
Updates the specified portfolio. You cannot update a product that was shared with you.
Declaration
Swift
public func updatePortfolio(_ input: UpdatePortfolioInput) -> EventLoopFuture<UpdatePortfolioOutput>
-
Updates the specified product.
Declaration
Swift
public func updateProduct(_ input: UpdateProductInput) -> EventLoopFuture<UpdateProductOutput>
-
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.
Declaration
Swift
public func updateProvisionedProduct(_ input: UpdateProvisionedProductInput) -> EventLoopFuture<UpdateProvisionedProductOutput>
-
Requests updates to the properties of the specified provisioned product.
Declaration
Swift
public func updateProvisionedProductProperties(_ input: UpdateProvisionedProductPropertiesInput) -> EventLoopFuture<UpdateProvisionedProductPropertiesOutput>
-
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.
Declaration
Swift
public func updateProvisioningArtifact(_ input: UpdateProvisioningArtifactInput) -> EventLoopFuture<UpdateProvisioningArtifactOutput>
-
Updates a self-service action.
Declaration
Swift
public func updateServiceAction(_ input: UpdateServiceActionInput) -> EventLoopFuture<UpdateServiceActionOutput>
-
Updates the specified TagOption.
Declaration
Swift
public func updateTagOption(_ input: UpdateTagOptionInput) -> EventLoopFuture<UpdateTagOptionOutput>
-
Lists all portfolios for which sharing was accepted by this account.
Declaration
Swift
public func listAcceptedPortfolioSharesPaginator(_ input: ListAcceptedPortfolioSharesInput, onPage: @escaping (ListAcceptedPortfolioSharesOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists all the budgets associated to the specified resource.
Declaration
Swift
public func listBudgetsForResourcePaginator(_ input: ListBudgetsForResourceInput, onPage: @escaping (ListBudgetsForResourceOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists the constraints for the specified portfolio and product.
Declaration
Swift
public func listConstraintsForPortfolioPaginator(_ input: ListConstraintsForPortfolioInput, onPage: @escaping (ListConstraintsForPortfolioOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func listLaunchPathsPaginator(_ input: ListLaunchPathsInput, onPage: @escaping (ListLaunchPathsOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the master account in the organization or by a delegated admin. If a delegated admin is de-registered, they can no longer perform this operation.
Declaration
Swift
public func listOrganizationPortfolioAccessPaginator(_ input: ListOrganizationPortfolioAccessInput, onPage: @escaping (ListOrganizationPortfolioAccessOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists the account IDs that have access to the specified portfolio. A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.
Declaration
Swift
public func listPortfolioAccessPaginator(_ input: ListPortfolioAccessInput, onPage: @escaping (ListPortfolioAccessOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists all portfolios in the catalog.
Declaration
Swift
public func listPortfoliosPaginator(_ input: ListPortfoliosInput, onPage: @escaping (ListPortfoliosOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists all portfolios that the specified product is associated with.
Declaration
Swift
public func listPortfoliosForProductPaginator(_ input: ListPortfoliosForProductInput, onPage: @escaping (ListPortfoliosForProductOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists all principal ARNs associated with the specified portfolio.
Declaration
Swift
public func listPrincipalsForPortfolioPaginator(_ input: ListPrincipalsForPortfolioInput, onPage: @escaping (ListPrincipalsForPortfolioOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
Declaration
Swift
public func listProvisioningArtifactsForServiceActionPaginator(_ input: ListProvisioningArtifactsForServiceActionInput, onPage: @escaping (ListProvisioningArtifactsForServiceActionOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists the resources associated with the specified TagOption.
Declaration
Swift
public func listResourcesForTagOptionPaginator(_ input: ListResourcesForTagOptionInput, onPage: @escaping (ListResourcesForTagOptionOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists all self-service actions.
Declaration
Swift
public func listServiceActionsPaginator(_ input: ListServiceActionsInput, onPage: @escaping (ListServiceActionsOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
Declaration
Swift
public func listServiceActionsForProvisioningArtifactPaginator(_ input: ListServiceActionsForProvisioningArtifactInput, onPage: @escaping (ListServiceActionsForProvisioningArtifactOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists the specified TagOptions or all TagOptions.
Declaration
Swift
public func listTagOptionsPaginator(_ input: ListTagOptionsInput, onPage: @escaping (ListTagOptionsOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about the products to which the caller has access.
Declaration
Swift
public func searchProductsPaginator(_ input: SearchProductsInput, onPage: @escaping (SearchProductsOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about the products for the specified portfolio or all products.
Declaration
Swift
public func searchProductsAsAdminPaginator(_ input: SearchProductsAsAdminInput, onPage: @escaping (SearchProductsAsAdminOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about the provisioned products that meet the specified criteria.
Declaration
Swift
public func searchProvisionedProductsPaginator(_ input: SearchProvisionedProductsInput, onPage: @escaping (SearchProvisionedProductsOutput, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Undocumented
See moreDeclaration
Swift
public struct ListAcceptedPortfolioSharesInput : AWSShape
extension ServiceCatalog.ListAcceptedPortfolioSharesInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListBudgetsForResourceInput : AWSShape
extension ServiceCatalog.ListBudgetsForResourceInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListConstraintsForPortfolioInput : AWSShape
extension ServiceCatalog.ListConstraintsForPortfolioInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListLaunchPathsInput : AWSShape
extension ServiceCatalog.ListLaunchPathsInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListOrganizationPortfolioAccessInput : AWSShape
extension ServiceCatalog.ListOrganizationPortfolioAccessInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListPortfolioAccessInput : AWSShape
extension ServiceCatalog.ListPortfolioAccessInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListPortfoliosInput : AWSShape
extension ServiceCatalog.ListPortfoliosInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListPortfoliosForProductInput : AWSShape
extension ServiceCatalog.ListPortfoliosForProductInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListPrincipalsForPortfolioInput : AWSShape
extension ServiceCatalog.ListPrincipalsForPortfolioInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListProvisioningArtifactsForServiceActionInput : AWSShape
extension ServiceCatalog.ListProvisioningArtifactsForServiceActionInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListResourcesForTagOptionInput : AWSShape
extension ServiceCatalog.ListResourcesForTagOptionInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListServiceActionsInput : AWSShape
extension ServiceCatalog.ListServiceActionsInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListServiceActionsForProvisioningArtifactInput : AWSShape
extension ServiceCatalog.ListServiceActionsForProvisioningArtifactInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListTagOptionsInput : AWSShape
extension ServiceCatalog.ListTagOptionsInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct SearchProductsInput : AWSShape
extension ServiceCatalog.SearchProductsInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct SearchProductsAsAdminInput : AWSShape
extension ServiceCatalog.SearchProductsAsAdminInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct SearchProvisionedProductsInput : AWSShape
extension ServiceCatalog.SearchProvisionedProductsInput: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public enum AccessLevelFilterKey : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum AccessStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ChangeAction : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum CopyOption : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum CopyProductStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum EvaluationType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum OrganizationNodeType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum PortfolioShareType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum PrincipalType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProductSource : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProductType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProductViewFilterBy : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProductViewSortBy : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum PropertyKey : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProvisionedProductPlanStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProvisionedProductPlanType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProvisionedProductStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProvisionedProductViewFilterBy : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProvisioningArtifactGuidance : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProvisioningArtifactPropertyName : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ProvisioningArtifactType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum RecordStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum Replacement : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum RequiresRecreation : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ResourceAttribute : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ServiceActionAssociationErrorCode : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ServiceActionDefinitionKey : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ServiceActionDefinitionType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ShareStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum SortOrder : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum StackInstanceStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum StackSetOperationType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum Status : String, CustomStringConvertible, Codable