@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSServiceCatalog extends Object implements AWSServiceCatalog
AWSServiceCatalog
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
public void setEndpoint(String endpoint)
AWSServiceCatalog
Callers can pass in just the endpoint (ex: "servicecatalog.us-east-1.amazonaws.com") or a full URL, including the
protocol (ex: "servicecatalog.us-east-1.amazonaws.com"). If the protocol is not specified here, the default
protocol from this client's ClientConfiguration
will be used, which by default is HTTPS.
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-region-selection.html#region-selection- choose-endpoint
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setEndpoint
in interface AWSServiceCatalog
endpoint
- The endpoint (ex: "servicecatalog.us-east-1.amazonaws.com") or a full URL, including the protocol (ex:
"servicecatalog.us-east-1.amazonaws.com") of the region specific AWS endpoint this client will communicate
with.public void setRegion(Region region)
AWSServiceCatalog
AWSServiceCatalog.setEndpoint(String)
, sets the regional endpoint for this client's
service calls. Callers can use this method to control which AWS region they want to work with.
By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
ClientConfiguration
supplied at construction.
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setRegion
in interface AWSServiceCatalog
region
- The region this client will communicate with. See Region.getRegion(com.amazonaws.regions.Regions)
for accessing a given region. Must not be null and must be a region where the service is available.Region.getRegion(com.amazonaws.regions.Regions)
,
Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration)
,
Region.isServiceSupported(String)
public AcceptPortfolioShareResult acceptPortfolioShare(AcceptPortfolioShareRequest request)
AWSServiceCatalog
Accepts an offer to share the specified portfolio.
acceptPortfolioShare
in interface AWSServiceCatalog
public AssociateBudgetWithResourceResult associateBudgetWithResource(AssociateBudgetWithResourceRequest request)
AWSServiceCatalog
Associates the specified budget with the specified resource.
associateBudgetWithResource
in interface AWSServiceCatalog
public AssociatePrincipalWithPortfolioResult associatePrincipalWithPortfolio(AssociatePrincipalWithPortfolioRequest request)
AWSServiceCatalog
Associates the specified principal ARN with the specified portfolio.
associatePrincipalWithPortfolio
in interface AWSServiceCatalog
public AssociateProductWithPortfolioResult associateProductWithPortfolio(AssociateProductWithPortfolioRequest request)
AWSServiceCatalog
Associates the specified product with the specified portfolio.
A delegated admin is authorized to invoke this command.
associateProductWithPortfolio
in interface AWSServiceCatalog
public AssociateServiceActionWithProvisioningArtifactResult associateServiceActionWithProvisioningArtifact(AssociateServiceActionWithProvisioningArtifactRequest request)
AWSServiceCatalog
Associates a self-service action with a provisioning artifact.
associateServiceActionWithProvisioningArtifact
in interface AWSServiceCatalog
public AssociateTagOptionWithResourceResult associateTagOptionWithResource(AssociateTagOptionWithResourceRequest request)
AWSServiceCatalog
Associate the specified TagOption with the specified portfolio or product.
associateTagOptionWithResource
in interface AWSServiceCatalog
public BatchAssociateServiceActionWithProvisioningArtifactResult batchAssociateServiceActionWithProvisioningArtifact(BatchAssociateServiceActionWithProvisioningArtifactRequest request)
AWSServiceCatalog
Associates multiple self-service actions with provisioning artifacts.
batchAssociateServiceActionWithProvisioningArtifact
in interface AWSServiceCatalog
public BatchDisassociateServiceActionFromProvisioningArtifactResult batchDisassociateServiceActionFromProvisioningArtifact(BatchDisassociateServiceActionFromProvisioningArtifactRequest request)
AWSServiceCatalog
Disassociates a batch of self-service actions from the specified provisioning artifact.
batchDisassociateServiceActionFromProvisioningArtifact
in interface AWSServiceCatalog
public CopyProductResult copyProduct(CopyProductRequest request)
AWSServiceCatalog
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.
copyProduct
in interface AWSServiceCatalog
public CreateConstraintResult createConstraint(CreateConstraintRequest request)
AWSServiceCatalog
Creates a constraint.
A delegated admin is authorized to invoke this command.
createConstraint
in interface AWSServiceCatalog
public CreatePortfolioResult createPortfolio(CreatePortfolioRequest request)
AWSServiceCatalog
Creates a portfolio.
A delegated admin is authorized to invoke this command.
createPortfolio
in interface AWSServiceCatalog
public CreatePortfolioShareResult createPortfolioShare(CreatePortfolioShareRequest request)
AWSServiceCatalog
Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the management 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, including portfolios that contain a shared product.
If the portfolio share with the specified account or organization node already exists, this action will have no
effect and will not return an error. To update an existing share, you must use the
UpdatePortfolioShare
API instead.
createPortfolioShare
in interface AWSServiceCatalog
public CreateProductResult createProduct(CreateProductRequest request)
AWSServiceCatalog
Creates a product.
A delegated admin is authorized to invoke this command.
The user or role that performs this operation must have the cloudformation:GetTemplate
IAM policy
permission. This policy permission is required when using the ImportFromPhysicalId
template source
in the information data section.
createProduct
in interface AWSServiceCatalog
public CreateProvisionedProductPlanResult createProvisionedProductPlan(CreateProvisionedProductPlanRequest request)
AWSServiceCatalog
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.
createProvisionedProductPlan
in interface AWSServiceCatalog
public CreateProvisioningArtifactResult createProvisioningArtifact(CreateProvisioningArtifactRequest request)
AWSServiceCatalog
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.
The user or role that performs this operation must have the cloudformation:GetTemplate
IAM policy
permission. This policy permission is required when using the ImportFromPhysicalId
template source
in the information data section.
createProvisioningArtifact
in interface AWSServiceCatalog
public CreateServiceActionResult createServiceAction(CreateServiceActionRequest request)
AWSServiceCatalog
Creates a self-service action.
createServiceAction
in interface AWSServiceCatalog
public CreateTagOptionResult createTagOption(CreateTagOptionRequest request)
AWSServiceCatalog
Creates a TagOption.
createTagOption
in interface AWSServiceCatalog
public DeleteConstraintResult deleteConstraint(DeleteConstraintRequest request)
AWSServiceCatalog
Deletes the specified constraint.
A delegated admin is authorized to invoke this command.
deleteConstraint
in interface AWSServiceCatalog
public DeletePortfolioResult deletePortfolio(DeletePortfolioRequest request)
AWSServiceCatalog
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.
deletePortfolio
in interface AWSServiceCatalog
public DeletePortfolioShareResult deletePortfolioShare(DeletePortfolioShareRequest request)
AWSServiceCatalog
Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the management 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.
deletePortfolioShare
in interface AWSServiceCatalog
public DeleteProductResult deleteProduct(DeleteProductRequest request)
AWSServiceCatalog
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.
deleteProduct
in interface AWSServiceCatalog
public DeleteProvisionedProductPlanResult deleteProvisionedProductPlan(DeleteProvisionedProductPlanRequest request)
AWSServiceCatalog
Deletes the specified plan.
deleteProvisionedProductPlan
in interface AWSServiceCatalog
public DeleteProvisioningArtifactResult deleteProvisioningArtifact(DeleteProvisioningArtifactRequest request)
AWSServiceCatalog
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.
deleteProvisioningArtifact
in interface AWSServiceCatalog
public DeleteServiceActionResult deleteServiceAction(DeleteServiceActionRequest request)
AWSServiceCatalog
Deletes a self-service action.
deleteServiceAction
in interface AWSServiceCatalog
public DeleteTagOptionResult deleteTagOption(DeleteTagOptionRequest request)
AWSServiceCatalog
Deletes the specified TagOption.
You cannot delete a TagOption if it is associated with a product or portfolio.
deleteTagOption
in interface AWSServiceCatalog
public DescribeConstraintResult describeConstraint(DescribeConstraintRequest request)
AWSServiceCatalog
Gets information about the specified constraint.
describeConstraint
in interface AWSServiceCatalog
public DescribeCopyProductStatusResult describeCopyProductStatus(DescribeCopyProductStatusRequest request)
AWSServiceCatalog
Gets the status of the specified copy product operation.
describeCopyProductStatus
in interface AWSServiceCatalog
public DescribePortfolioResult describePortfolio(DescribePortfolioRequest request)
AWSServiceCatalog
Gets information about the specified portfolio.
A delegated admin is authorized to invoke this command.
describePortfolio
in interface AWSServiceCatalog
public DescribePortfolioShareStatusResult describePortfolioShareStatus(DescribePortfolioShareStatusRequest request)
AWSServiceCatalog
Gets the status of the specified portfolio share operation. This API can only be called by the management account in the organization or by a delegated admin.
describePortfolioShareStatus
in interface AWSServiceCatalog
public DescribePortfolioSharesResult describePortfolioShares(DescribePortfolioSharesRequest request)
AWSServiceCatalog
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
You can use this API to determine which accounts or organizational nodes this portfolio have been shared, whether the recipient entity has imported the share, and whether TagOptions are included with the share.
The PortfolioId
and Type
parameters are both required.
describePortfolioShares
in interface AWSServiceCatalog
public DescribeProductResult describeProduct(DescribeProductRequest request)
AWSServiceCatalog
Gets information about the specified product.
describeProduct
in interface AWSServiceCatalog
public DescribeProductAsAdminResult describeProductAsAdmin(DescribeProductAsAdminRequest request)
AWSServiceCatalog
Gets information about the specified product. This operation is run with administrator access.
describeProductAsAdmin
in interface AWSServiceCatalog
public DescribeProductViewResult describeProductView(DescribeProductViewRequest request)
AWSServiceCatalog
Gets information about the specified product.
describeProductView
in interface AWSServiceCatalog
public DescribeProvisionedProductResult describeProvisionedProduct(DescribeProvisionedProductRequest request)
AWSServiceCatalog
Gets information about the specified provisioned product.
describeProvisionedProduct
in interface AWSServiceCatalog
request
- DescribeProvisionedProductAPI input structure. AcceptLanguage - [Optional] The language code for
localization. Id - [Optional] The provisioned product identifier. Name - [Optional] Another provisioned
product identifier. Customers must provide either Id or Name.public DescribeProvisionedProductPlanResult describeProvisionedProductPlan(DescribeProvisionedProductPlanRequest request)
AWSServiceCatalog
Gets information about the resource changes for the specified plan.
describeProvisionedProductPlan
in interface AWSServiceCatalog
public DescribeProvisioningArtifactResult describeProvisioningArtifact(DescribeProvisioningArtifactRequest request)
AWSServiceCatalog
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
describeProvisioningArtifact
in interface AWSServiceCatalog
public DescribeProvisioningParametersResult describeProvisioningParameters(DescribeProvisioningParametersRequest request)
AWSServiceCatalog
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
.
describeProvisioningParameters
in interface AWSServiceCatalog
public DescribeRecordResult describeRecord(DescribeRecordRequest request)
AWSServiceCatalog
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.
describeRecord
in interface AWSServiceCatalog
public DescribeServiceActionResult describeServiceAction(DescribeServiceActionRequest request)
AWSServiceCatalog
Describes a self-service action.
describeServiceAction
in interface AWSServiceCatalog
public DescribeServiceActionExecutionParametersResult describeServiceActionExecutionParameters(DescribeServiceActionExecutionParametersRequest request)
AWSServiceCatalog
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.
describeServiceActionExecutionParameters
in interface AWSServiceCatalog
public DescribeTagOptionResult describeTagOption(DescribeTagOptionRequest request)
AWSServiceCatalog
Gets information about the specified TagOption.
describeTagOption
in interface AWSServiceCatalog
public DisableAWSOrganizationsAccessResult disableAWSOrganizationsAccess(DisableAWSOrganizationsAccessRequest request)
AWSServiceCatalog
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 management 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
.
disableAWSOrganizationsAccess
in interface AWSServiceCatalog
public DisassociateBudgetFromResourceResult disassociateBudgetFromResource(DisassociateBudgetFromResourceRequest request)
AWSServiceCatalog
Disassociates the specified budget from the specified resource.
disassociateBudgetFromResource
in interface AWSServiceCatalog
public DisassociatePrincipalFromPortfolioResult disassociatePrincipalFromPortfolio(DisassociatePrincipalFromPortfolioRequest request)
AWSServiceCatalog
Disassociates a previously associated principal ARN from a specified portfolio.
disassociatePrincipalFromPortfolio
in interface AWSServiceCatalog
public DisassociateProductFromPortfolioResult disassociateProductFromPortfolio(DisassociateProductFromPortfolioRequest request)
AWSServiceCatalog
Disassociates the specified product from the specified portfolio.
A delegated admin is authorized to invoke this command.
disassociateProductFromPortfolio
in interface AWSServiceCatalog
public DisassociateServiceActionFromProvisioningArtifactResult disassociateServiceActionFromProvisioningArtifact(DisassociateServiceActionFromProvisioningArtifactRequest request)
AWSServiceCatalog
Disassociates the specified self-service action association from the specified provisioning artifact.
disassociateServiceActionFromProvisioningArtifact
in interface AWSServiceCatalog
public DisassociateTagOptionFromResourceResult disassociateTagOptionFromResource(DisassociateTagOptionFromResourceRequest request)
AWSServiceCatalog
Disassociates the specified TagOption from the specified resource.
disassociateTagOptionFromResource
in interface AWSServiceCatalog
public EnableAWSOrganizationsAccessResult enableAWSOrganizationsAccess(EnableAWSOrganizationsAccessRequest request)
AWSServiceCatalog
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 management 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
.
enableAWSOrganizationsAccess
in interface AWSServiceCatalog
public ExecuteProvisionedProductPlanResult executeProvisionedProductPlan(ExecuteProvisionedProductPlanRequest request)
AWSServiceCatalog
Provisions or modifies a product based on the resource changes for the specified plan.
executeProvisionedProductPlan
in interface AWSServiceCatalog
public ExecuteProvisionedProductServiceActionResult executeProvisionedProductServiceAction(ExecuteProvisionedProductServiceActionRequest request)
AWSServiceCatalog
Executes a self-service action against a provisioned product.
executeProvisionedProductServiceAction
in interface AWSServiceCatalog
public GetAWSOrganizationsAccessStatusResult getAWSOrganizationsAccessStatus(GetAWSOrganizationsAccessStatusRequest request)
AWSServiceCatalog
Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin.
getAWSOrganizationsAccessStatus
in interface AWSServiceCatalog
public GetProvisionedProductOutputsResult getProvisionedProductOutputs(GetProvisionedProductOutputsRequest request)
AWSServiceCatalog
This API takes either a ProvisonedProductId
or a ProvisionedProductName
, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs.
getProvisionedProductOutputs
in interface AWSServiceCatalog
public ImportAsProvisionedProductResult importAsProvisionedProduct(ImportAsProvisionedProductRequest request)
AWSServiceCatalog
Requests the import of a resource as a Service Catalog provisioned product that is associated to a Service Catalog product and provisioning artifact. Once imported, all supported Service Catalog governance actions are supported on the provisioned product.
Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and non-root nested stacks are not supported.
The CloudFormation stack must have one of the following statuses to be imported: CREATE_COMPLETE
,
UPDATE_COMPLETE
, UPDATE_ROLLBACK_COMPLETE
, IMPORT_COMPLETE
,
IMPORT_ROLLBACK_COMPLETE
.
Import of the resource requires that the CloudFormation stack template matches the associated Service Catalog product provisioning artifact.
The user or role that performs this operation must have the cloudformation:GetTemplate
and
cloudformation:DescribeStacks
IAM policy permissions.
importAsProvisionedProduct
in interface AWSServiceCatalog
public ListAcceptedPortfolioSharesResult listAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest request)
AWSServiceCatalog
Lists all portfolios for which sharing was accepted by this account.
listAcceptedPortfolioShares
in interface AWSServiceCatalog
public ListBudgetsForResourceResult listBudgetsForResource(ListBudgetsForResourceRequest request)
AWSServiceCatalog
Lists all the budgets associated to the specified resource.
listBudgetsForResource
in interface AWSServiceCatalog
public ListConstraintsForPortfolioResult listConstraintsForPortfolio(ListConstraintsForPortfolioRequest request)
AWSServiceCatalog
Lists the constraints for the specified portfolio and product.
listConstraintsForPortfolio
in interface AWSServiceCatalog
public ListLaunchPathsResult listLaunchPaths(ListLaunchPathsRequest request)
AWSServiceCatalog
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.
listLaunchPaths
in interface AWSServiceCatalog
public ListOrganizationPortfolioAccessResult listOrganizationPortfolioAccess(ListOrganizationPortfolioAccessRequest request)
AWSServiceCatalog
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin.
If a delegated admin is de-registered, they can no longer perform this operation.
listOrganizationPortfolioAccess
in interface AWSServiceCatalog
public ListPortfolioAccessResult listPortfolioAccess(ListPortfolioAccessRequest request)
AWSServiceCatalog
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.
listPortfolioAccess
in interface AWSServiceCatalog
public ListPortfoliosResult listPortfolios(ListPortfoliosRequest request)
AWSServiceCatalog
Lists all portfolios in the catalog.
listPortfolios
in interface AWSServiceCatalog
public ListPortfoliosForProductResult listPortfoliosForProduct(ListPortfoliosForProductRequest request)
AWSServiceCatalog
Lists all portfolios that the specified product is associated with.
listPortfoliosForProduct
in interface AWSServiceCatalog
public ListPrincipalsForPortfolioResult listPrincipalsForPortfolio(ListPrincipalsForPortfolioRequest request)
AWSServiceCatalog
Lists all principal ARNs associated with the specified portfolio.
listPrincipalsForPortfolio
in interface AWSServiceCatalog
public ListProvisionedProductPlansResult listProvisionedProductPlans(ListProvisionedProductPlansRequest request)
AWSServiceCatalog
Lists the plans for the specified provisioned product or all plans to which the user has access.
listProvisionedProductPlans
in interface AWSServiceCatalog
public ListProvisioningArtifactsResult listProvisioningArtifacts(ListProvisioningArtifactsRequest request)
AWSServiceCatalog
Lists all provisioning artifacts (also known as versions) for the specified product.
listProvisioningArtifacts
in interface AWSServiceCatalog
public ListProvisioningArtifactsForServiceActionResult listProvisioningArtifactsForServiceAction(ListProvisioningArtifactsForServiceActionRequest request)
AWSServiceCatalog
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
listProvisioningArtifactsForServiceAction
in interface AWSServiceCatalog
public ListRecordHistoryResult listRecordHistory(ListRecordHistoryRequest request)
AWSServiceCatalog
Lists the specified requests or all performed requests.
listRecordHistory
in interface AWSServiceCatalog
public ListResourcesForTagOptionResult listResourcesForTagOption(ListResourcesForTagOptionRequest request)
AWSServiceCatalog
Lists the resources associated with the specified TagOption.
listResourcesForTagOption
in interface AWSServiceCatalog
public ListServiceActionsResult listServiceActions(ListServiceActionsRequest request)
AWSServiceCatalog
Lists all self-service actions.
listServiceActions
in interface AWSServiceCatalog
public ListServiceActionsForProvisioningArtifactResult listServiceActionsForProvisioningArtifact(ListServiceActionsForProvisioningArtifactRequest request)
AWSServiceCatalog
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
listServiceActionsForProvisioningArtifact
in interface AWSServiceCatalog
public ListStackInstancesForProvisionedProductResult listStackInstancesForProvisionedProduct(ListStackInstancesForProvisionedProductRequest request)
AWSServiceCatalog
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.
listStackInstancesForProvisionedProduct
in interface AWSServiceCatalog
public ListTagOptionsResult listTagOptions(ListTagOptionsRequest request)
AWSServiceCatalog
Lists the specified TagOptions or all TagOptions.
listTagOptions
in interface AWSServiceCatalog
public ProvisionProductResult provisionProduct(ProvisionProductRequest request)
AWSServiceCatalog
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".
provisionProduct
in interface AWSServiceCatalog
public RejectPortfolioShareResult rejectPortfolioShare(RejectPortfolioShareRequest request)
AWSServiceCatalog
Rejects an offer to share the specified portfolio.
rejectPortfolioShare
in interface AWSServiceCatalog
public ScanProvisionedProductsResult scanProvisionedProducts(ScanProvisionedProductsRequest request)
AWSServiceCatalog
Lists the provisioned products that are available (not terminated).
To use additional filtering, see SearchProvisionedProducts.
scanProvisionedProducts
in interface AWSServiceCatalog
public SearchProductsResult searchProducts(SearchProductsRequest request)
AWSServiceCatalog
Gets information about the products to which the caller has access.
searchProducts
in interface AWSServiceCatalog
public SearchProductsAsAdminResult searchProductsAsAdmin(SearchProductsAsAdminRequest request)
AWSServiceCatalog
Gets information about the products for the specified portfolio or all products.
searchProductsAsAdmin
in interface AWSServiceCatalog
public SearchProvisionedProductsResult searchProvisionedProducts(SearchProvisionedProductsRequest request)
AWSServiceCatalog
Gets information about the provisioned products that meet the specified criteria.
searchProvisionedProducts
in interface AWSServiceCatalog
public TerminateProvisionedProductResult terminateProvisionedProduct(TerminateProvisionedProductRequest request)
AWSServiceCatalog
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.
terminateProvisionedProduct
in interface AWSServiceCatalog
public UpdateConstraintResult updateConstraint(UpdateConstraintRequest request)
AWSServiceCatalog
Updates the specified constraint.
updateConstraint
in interface AWSServiceCatalog
public UpdatePortfolioResult updatePortfolio(UpdatePortfolioRequest request)
AWSServiceCatalog
Updates the specified portfolio.
You cannot update a product that was shared with you.
updatePortfolio
in interface AWSServiceCatalog
public UpdatePortfolioShareResult updatePortfolioShare(UpdatePortfolioShareRequest request)
AWSServiceCatalog
Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing for an existing portfolio share.
The portfolio share cannot be updated if the CreatePortfolioShare
operation is
IN_PROGRESS
, as the share is not available to recipient entities. In this case, you must wait for
the portfolio share to be COMPLETED.
You must provide the accountId
or organization node in the input, but not both.
If the portfolio is shared to both an external account and an organization node, and both shares need to be
updated, you must invoke UpdatePortfolioShare
separately for each share type.
This API cannot be used for removing the portfolio share. You must use DeletePortfolioShare
API for
that action.
updatePortfolioShare
in interface AWSServiceCatalog
public UpdateProductResult updateProduct(UpdateProductRequest request)
AWSServiceCatalog
Updates the specified product.
updateProduct
in interface AWSServiceCatalog
public UpdateProvisionedProductResult updateProvisionedProduct(UpdateProvisionedProductRequest request)
AWSServiceCatalog
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.
updateProvisionedProduct
in interface AWSServiceCatalog
public UpdateProvisionedProductPropertiesResult updateProvisionedProductProperties(UpdateProvisionedProductPropertiesRequest request)
AWSServiceCatalog
Requests updates to the properties of the specified provisioned product.
updateProvisionedProductProperties
in interface AWSServiceCatalog
public UpdateProvisioningArtifactResult updateProvisioningArtifact(UpdateProvisioningArtifactRequest request)
AWSServiceCatalog
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.
updateProvisioningArtifact
in interface AWSServiceCatalog
public UpdateServiceActionResult updateServiceAction(UpdateServiceActionRequest request)
AWSServiceCatalog
Updates a self-service action.
updateServiceAction
in interface AWSServiceCatalog
public UpdateTagOptionResult updateTagOption(UpdateTagOptionRequest request)
AWSServiceCatalog
Updates the specified TagOption.
updateTagOption
in interface AWSServiceCatalog
public void shutdown()
AWSServiceCatalog
shutdown
in interface AWSServiceCatalog
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSServiceCatalog
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSServiceCatalog
request
- The originally executed request.