Service Catalog
This page documents function available when using the Service_Catalog
module, created with @service Service_Catalog
.
Index
Main.Service_Catalog.accept_portfolio_share
Main.Service_Catalog.associate_budget_with_resource
Main.Service_Catalog.associate_principal_with_portfolio
Main.Service_Catalog.associate_product_with_portfolio
Main.Service_Catalog.associate_service_action_with_provisioning_artifact
Main.Service_Catalog.associate_tag_option_with_resource
Main.Service_Catalog.batch_associate_service_action_with_provisioning_artifact
Main.Service_Catalog.batch_disassociate_service_action_from_provisioning_artifact
Main.Service_Catalog.copy_product
Main.Service_Catalog.create_constraint
Main.Service_Catalog.create_portfolio
Main.Service_Catalog.create_portfolio_share
Main.Service_Catalog.create_product
Main.Service_Catalog.create_provisioned_product_plan
Main.Service_Catalog.create_provisioning_artifact
Main.Service_Catalog.create_service_action
Main.Service_Catalog.create_tag_option
Main.Service_Catalog.delete_constraint
Main.Service_Catalog.delete_portfolio
Main.Service_Catalog.delete_portfolio_share
Main.Service_Catalog.delete_product
Main.Service_Catalog.delete_provisioned_product_plan
Main.Service_Catalog.delete_provisioning_artifact
Main.Service_Catalog.delete_service_action
Main.Service_Catalog.delete_tag_option
Main.Service_Catalog.describe_constraint
Main.Service_Catalog.describe_copy_product_status
Main.Service_Catalog.describe_portfolio
Main.Service_Catalog.describe_portfolio_share_status
Main.Service_Catalog.describe_portfolio_shares
Main.Service_Catalog.describe_product
Main.Service_Catalog.describe_product_as_admin
Main.Service_Catalog.describe_product_view
Main.Service_Catalog.describe_provisioned_product
Main.Service_Catalog.describe_provisioned_product_plan
Main.Service_Catalog.describe_provisioning_artifact
Main.Service_Catalog.describe_provisioning_parameters
Main.Service_Catalog.describe_record
Main.Service_Catalog.describe_service_action
Main.Service_Catalog.describe_service_action_execution_parameters
Main.Service_Catalog.describe_tag_option
Main.Service_Catalog.disable_awsorganizations_access
Main.Service_Catalog.disassociate_budget_from_resource
Main.Service_Catalog.disassociate_principal_from_portfolio
Main.Service_Catalog.disassociate_product_from_portfolio
Main.Service_Catalog.disassociate_service_action_from_provisioning_artifact
Main.Service_Catalog.disassociate_tag_option_from_resource
Main.Service_Catalog.enable_awsorganizations_access
Main.Service_Catalog.execute_provisioned_product_plan
Main.Service_Catalog.execute_provisioned_product_service_action
Main.Service_Catalog.get_awsorganizations_access_status
Main.Service_Catalog.get_provisioned_product_outputs
Main.Service_Catalog.import_as_provisioned_product
Main.Service_Catalog.list_accepted_portfolio_shares
Main.Service_Catalog.list_budgets_for_resource
Main.Service_Catalog.list_constraints_for_portfolio
Main.Service_Catalog.list_launch_paths
Main.Service_Catalog.list_organization_portfolio_access
Main.Service_Catalog.list_portfolio_access
Main.Service_Catalog.list_portfolios
Main.Service_Catalog.list_portfolios_for_product
Main.Service_Catalog.list_principals_for_portfolio
Main.Service_Catalog.list_provisioned_product_plans
Main.Service_Catalog.list_provisioning_artifacts
Main.Service_Catalog.list_provisioning_artifacts_for_service_action
Main.Service_Catalog.list_record_history
Main.Service_Catalog.list_resources_for_tag_option
Main.Service_Catalog.list_service_actions
Main.Service_Catalog.list_service_actions_for_provisioning_artifact
Main.Service_Catalog.list_stack_instances_for_provisioned_product
Main.Service_Catalog.list_tag_options
Main.Service_Catalog.provision_product
Main.Service_Catalog.reject_portfolio_share
Main.Service_Catalog.scan_provisioned_products
Main.Service_Catalog.search_products
Main.Service_Catalog.search_products_as_admin
Main.Service_Catalog.search_provisioned_products
Main.Service_Catalog.terminate_provisioned_product
Main.Service_Catalog.update_constraint
Main.Service_Catalog.update_portfolio
Main.Service_Catalog.update_portfolio_share
Main.Service_Catalog.update_product
Main.Service_Catalog.update_provisioned_product
Main.Service_Catalog.update_provisioned_product_properties
Main.Service_Catalog.update_provisioning_artifact
Main.Service_Catalog.update_service_action
Main.Service_Catalog.update_tag_option
Documentation
Main.Service_Catalog.accept_portfolio_share
— Methodaccept_portfolio_share(portfolio_id)
accept_portfolio_share(portfolio_id, params::Dict{String,<:Any})
Accepts an offer to share the specified portfolio.
Arguments
portfolio_id
: The portfolio identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PortfolioShareType"
: The type of shared portfolios to accept. The default is to accept imported portfolios. AWSORGANIZATIONS - Accept portfolios shared by the management account of your organization. IMPORTED - Accept imported portfolios. AWSSERVICECATALOG - Not supported. (Throws ResourceNotFoundException.) For example, aws servicecatalog accept-portfolio-share –portfolio-id "port-2qwzkwxt3y5fk" –portfolio-share-type AWS_ORGANIZATIONS
Main.Service_Catalog.associate_budget_with_resource
— Methodassociate_budget_with_resource(budget_name, resource_id)
associate_budget_with_resource(budget_name, resource_id, params::Dict{String,<:Any})
Associates the specified budget with the specified resource.
Arguments
budget_name
: The name of the budget you want to associate.resource_id
: The resource identifier. Either a portfolio-id or a product-id.
Main.Service_Catalog.associate_principal_with_portfolio
— Methodassociate_principal_with_portfolio(portfolio_id, principal_arn, principal_type)
associate_principal_with_portfolio(portfolio_id, principal_arn, principal_type, params::Dict{String,<:Any})
Associates the specified principal ARN with the specified portfolio.
Arguments
portfolio_id
: The portfolio identifier.principal_arn
: The ARN of the principal (IAM user, role, or group).principal_type
: The principal type. The supported value is IAM.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.associate_product_with_portfolio
— Methodassociate_product_with_portfolio(portfolio_id, product_id)
associate_product_with_portfolio(portfolio_id, product_id, params::Dict{String,<:Any})
Associates the specified product with the specified portfolio. A delegated admin is authorized to invoke this command.
Arguments
portfolio_id
: The portfolio identifier.product_id
: The product identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"SourcePortfolioId"
: The identifier of the source portfolio.
Main.Service_Catalog.associate_service_action_with_provisioning_artifact
— Methodassociate_service_action_with_provisioning_artifact(product_id, provisioning_artifact_id, service_action_id)
associate_service_action_with_provisioning_artifact(product_id, provisioning_artifact_id, service_action_id, params::Dict{String,<:Any})
Associates a self-service action with a provisioning artifact.
Arguments
product_id
: The product identifier. For example, prod-abcdzk7xy33qa.provisioning_artifact_id
: The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.service_action_id
: The self-service action identifier. For example, act-fs7abcd89wxyz.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.associate_tag_option_with_resource
— Methodassociate_tag_option_with_resource(resource_id, tag_option_id)
associate_tag_option_with_resource(resource_id, tag_option_id, params::Dict{String,<:Any})
Associate the specified TagOption with the specified portfolio or product.
Arguments
resource_id
: The resource identifier.tag_option_id
: The TagOption identifier.
Main.Service_Catalog.batch_associate_service_action_with_provisioning_artifact
— Methodbatch_associate_service_action_with_provisioning_artifact(service_action_associations)
batch_associate_service_action_with_provisioning_artifact(service_action_associations, params::Dict{String,<:Any})
Associates multiple self-service actions with provisioning artifacts.
Arguments
service_action_associations
: One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.batch_disassociate_service_action_from_provisioning_artifact
— Methodbatch_disassociate_service_action_from_provisioning_artifact(service_action_associations)
batch_disassociate_service_action_from_provisioning_artifact(service_action_associations, params::Dict{String,<:Any})
Disassociates a batch of self-service actions from the specified provisioning artifact.
Arguments
service_action_associations
: One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.copy_product
— Methodcopy_product(idempotency_token, source_product_arn)
copy_product(idempotency_token, source_product_arn, params::Dict{String,<:Any})
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.
Arguments
idempotency_token
: A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.source_product_arn
: The Amazon Resource Name (ARN) of the source product.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"CopyOptions"
: The copy options. If the value is CopyTags, the tags from the source product are copied to the target product."SourceProvisioningArtifactIdentifiers"
: The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied."TargetProductId"
: The identifier of the target product. By default, a new product is created."TargetProductName"
: A name for the target product. The default is the name of the source product.
Main.Service_Catalog.create_constraint
— Methodcreate_constraint(idempotency_token, parameters, portfolio_id, product_id, type)
create_constraint(idempotency_token, parameters, portfolio_id, product_id, type, params::Dict{String,<:Any})
Creates a constraint. A delegated admin is authorized to invoke this command.
Arguments
idempotency_token
: A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.parameters
: The constraint parameters, in JSON format. The syntax depends on the constraint type as follows: LAUNCH You are required to specify either the RoleArn or the LocalRoleName but can't use both. Specify the RoleArn property as follows: {"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"} Specify the LocalRoleName property as follows: {"LocalRoleName": "SCBasicLaunchRole"} If you specify the LocalRoleName property, when an account uses the launch constraint, the IAM role with that name in the account will be used. This allows launch-role constraints to be account-agnostic so the administrator can create fewer resources per shared account. The given role name must exist in the account used to create the launch constraint and the account of the user who launches a product with this launch constraint. You cannot have both a LAUNCH and a STACKSET constraint. You also cannot have more than one LAUNCH constraint on a product and portfolio. NOTIFICATION Specify the NotificationArns property as follows: {"NotificationArns" : ["arn:aws:sns:us-east-1:123456789012:Topic"]} RESOURCEUPDATE Specify the TagUpdatesOnProvisionedProduct property as follows: {"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}} The TagUpdatesOnProvisionedProduct property accepts a string value of ALLOWED or NOTALLOWED. STACKSET Specify the Parameters property as follows: {"Version": "String", "Properties": {"AccountList": [ "String" ], "RegionList": [ "String" ], "AdminRole": "String", "ExecutionRole": "String"}} You cannot have both a LAUNCH and a STACKSET constraint. You also cannot have more than one STACKSET constraint on a product and portfolio. Products with a STACKSET constraint will launch an AWS CloudFormation stack set. TEMPLATE Specify the Rules property. For more information, see Template Constraint Rules.portfolio_id
: The portfolio identifier.product_id
: The product identifier.type
: The type of constraint. LAUNCH NOTIFICATION RESOURCE_UPDATE STACKSET TEMPLATE
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Description"
: The description of the constraint.
Main.Service_Catalog.create_portfolio
— Methodcreate_portfolio(display_name, idempotency_token, provider_name)
create_portfolio(display_name, idempotency_token, provider_name, params::Dict{String,<:Any})
Creates a portfolio. A delegated admin is authorized to invoke this command.
Arguments
display_name
: The name to use for display purposes.idempotency_token
: A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.provider_name
: The name of the portfolio provider.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Description"
: The description of the portfolio."Tags"
: One or more tags.
Main.Service_Catalog.create_portfolio_share
— Methodcreate_portfolio_share(portfolio_id)
create_portfolio_share(portfolio_id, params::Dict{String,<:Any})
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.
Arguments
portfolio_id
: The portfolio identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"AccountId"
: The AWS account ID. For example, 123456789012."OrganizationNode"
: The organization node to whom you are going to share. If OrganizationNode is passed in, PortfolioShare will be created for the node an ListOrganizationPortfolioAccessd its children (when applies), and a PortfolioShareToken will be returned in the output in order for the administrator to monitor the status of the PortfolioShare creation process."ShareTagOptions"
: Enables or disables TagOptions sharing when creating the portfolio share. If this flag is not provided, TagOptions sharing is disabled.
Main.Service_Catalog.create_product
— Methodcreate_product(idempotency_token, name, owner, product_type, provisioning_artifact_parameters)
create_product(idempotency_token, name, owner, product_type, provisioning_artifact_parameters, params::Dict{String,<:Any})
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.
Arguments
idempotency_token
: A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.name
: The name of the product.owner
: The owner of the product.product_type
: The type of product.provisioning_artifact_parameters
: The configuration of the provisioning artifact.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Description"
: The description of the product."Distributor"
: The distributor of the product."SupportDescription"
: The support information about the product."SupportEmail"
: The contact email for product support."SupportUrl"
: The contact URL for product support. ^https?:/// / is the pattern used to validate SupportUrl."Tags"
: One or more tags.
Main.Service_Catalog.create_provisioned_product_plan
— Methodcreate_provisioned_product_plan(idempotency_token, plan_name, plan_type, product_id, provisioned_product_name, provisioning_artifact_id)
create_provisioned_product_plan(idempotency_token, plan_name, plan_type, product_id, provisioned_product_name, provisioning_artifact_id, params::Dict{String,<:Any})
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.
Arguments
idempotency_token
: A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.plan_name
: The name of the plan.plan_type
: The plan type.product_id
: The product identifier.provisioned_product_name
: A user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.provisioning_artifact_id
: The identifier of the provisioning artifact.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"NotificationArns"
: Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events."PathId"
: The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths."ProvisioningParameters"
: Parameters specified by the administrator that are required for provisioning the product."Tags"
: One or more tags. If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.
Main.Service_Catalog.create_provisioning_artifact
— Methodcreate_provisioning_artifact(idempotency_token, parameters, product_id)
create_provisioning_artifact(idempotency_token, parameters, product_id, params::Dict{String,<:Any})
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.
Arguments
idempotency_token
: A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.parameters
: The configuration for the provisioning artifact.product_id
: The product identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.create_service_action
— Methodcreate_service_action(definition, definition_type, idempotency_token, name)
create_service_action(definition, definition_type, idempotency_token, name, params::Dict{String,<:Any})
Creates a self-service action.
Arguments
definition
: The self-service action definition. Can be one of the following: Name The name of the AWS Systems Manager document (SSM document). For example, AWS-RestartEC2Instance. If you are using a shared SSM document, you must provide the ARN instead of the name. Version The AWS Systems Manager automation document version. For example, "Version": "1" AssumeRole The Amazon Resource Name (ARN) of the role that performs the self-service actions on your behalf. For example, "AssumeRole": "arn:aws:iam::12345678910:role/ActionRole". To reuse the provisioned product launch role, set to "AssumeRole": "LAUNCHROLE". Parameters The list of parameters in JSON format. For example: [{"Name":"InstanceId","Type":"TARGET"}] or [{"Name":"InstanceId","Type":"TEXTVALUE"}].definition_type
: The service action definition type. For example, SSM_AUTOMATION.idempotency_token
: A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.name
: The self-service action name.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Description"
: The self-service action description.
Main.Service_Catalog.create_tag_option
— Methodcreate_tag_option(key, value)
create_tag_option(key, value, params::Dict{String,<:Any})
Creates a TagOption.
Arguments
key
: The TagOption key.value
: The TagOption value.
Main.Service_Catalog.delete_constraint
— Methoddelete_constraint(id)
delete_constraint(id, params::Dict{String,<:Any})
Deletes the specified constraint. A delegated admin is authorized to invoke this command.
Arguments
id
: The identifier of the constraint.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.delete_portfolio
— Methoddelete_portfolio(id)
delete_portfolio(id, params::Dict{String,<:Any})
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.
Arguments
id
: The portfolio identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.delete_portfolio_share
— Methoddelete_portfolio_share(portfolio_id)
delete_portfolio_share(portfolio_id, params::Dict{String,<:Any})
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.
Arguments
portfolio_id
: The portfolio identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"AccountId"
: The AWS account ID."OrganizationNode"
: The organization node to whom you are going to stop sharing.
Main.Service_Catalog.delete_product
— Methoddelete_product(id)
delete_product(id, params::Dict{String,<:Any})
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.
Arguments
id
: The product identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.delete_provisioned_product_plan
— Methoddelete_provisioned_product_plan(plan_id)
delete_provisioned_product_plan(plan_id, params::Dict{String,<:Any})
Deletes the specified plan.
Arguments
plan_id
: The plan identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"IgnoreErrors"
: If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
Main.Service_Catalog.delete_provisioning_artifact
— Methoddelete_provisioning_artifact(product_id, provisioning_artifact_id)
delete_provisioning_artifact(product_id, provisioning_artifact_id, params::Dict{String,<:Any})
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.
Arguments
product_id
: The product identifier.provisioning_artifact_id
: The identifier of the provisioning artifact.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.delete_service_action
— Methoddelete_service_action(id)
delete_service_action(id, params::Dict{String,<:Any})
Deletes a self-service action.
Arguments
id
: The self-service action identifier. For example, act-fs7abcd89wxyz.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.delete_tag_option
— Methoddelete_tag_option(id)
delete_tag_option(id, params::Dict{String,<:Any})
Deletes the specified TagOption. You cannot delete a TagOption if it is associated with a product or portfolio.
Arguments
id
: The TagOption identifier.
Main.Service_Catalog.describe_constraint
— Methoddescribe_constraint(id)
describe_constraint(id, params::Dict{String,<:Any})
Gets information about the specified constraint.
Arguments
id
: The identifier of the constraint.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.describe_copy_product_status
— Methoddescribe_copy_product_status(copy_product_token)
describe_copy_product_status(copy_product_token, params::Dict{String,<:Any})
Gets the status of the specified copy product operation.
Arguments
copy_product_token
: The token for the copy product operation. This token is returned by CopyProduct.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.describe_portfolio
— Methoddescribe_portfolio(id)
describe_portfolio(id, params::Dict{String,<:Any})
Gets information about the specified portfolio. A delegated admin is authorized to invoke this command.
Arguments
id
: The portfolio identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.describe_portfolio_share_status
— Methoddescribe_portfolio_share_status(portfolio_share_token)
describe_portfolio_share_status(portfolio_share_token, params::Dict{String,<:Any})
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.
Arguments
portfolio_share_token
: The token for the portfolio share operation. This token is returned either by CreatePortfolioShare or by DeletePortfolioShare.
Main.Service_Catalog.describe_portfolio_shares
— Methoddescribe_portfolio_shares(portfolio_id, type)
describe_portfolio_shares(portfolio_id, type, params::Dict{String,<:Any})
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.
Arguments
portfolio_id
: The unique identifier of the portfolio for which shares will be retrieved.type
: The type of portfolio share to summarize. This field acts as a filter on the type of portfolio share, which can be one of the following: 1. ACCOUNT - Represents an external account to account share. 2. ORGANIZATION - Represents a share to an organization. This share is available to every account in the organization. 3. ORGANIZATIONALUNIT - Represents a share to an organizational unit. 4. ORGANIZATIONMEMBER_ACCOUNT - Represents a share to an account in the organization.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.describe_product
— Methoddescribe_product()
describe_product(params::Dict{String,<:Any})
Gets information about the specified product.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Id"
: The product identifier."Name"
: The product name.
Main.Service_Catalog.describe_product_as_admin
— Methoddescribe_product_as_admin()
describe_product_as_admin(params::Dict{String,<:Any})
Gets information about the specified product. This operation is run with administrator access.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Id"
: The product identifier."Name"
: The product name."SourcePortfolioId"
: The unique identifier of the shared portfolio that the specified product is associated with. You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.
Main.Service_Catalog.describe_product_view
— Methoddescribe_product_view(id)
describe_product_view(id, params::Dict{String,<:Any})
Gets information about the specified product.
Arguments
id
: The product view identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.describe_provisioned_product
— Methoddescribe_provisioned_product()
describe_provisioned_product(params::Dict{String,<:Any})
Gets information about the specified provisioned product.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Id"
: The provisioned product identifier. You must provide the name or ID, but not both. If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur."Name"
: The name of the provisioned product. You must provide the name or ID, but not both. If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.
Main.Service_Catalog.describe_provisioned_product_plan
— Methoddescribe_provisioned_product_plan(plan_id)
describe_provisioned_product_plan(plan_id, params::Dict{String,<:Any})
Gets information about the resource changes for the specified plan.
Arguments
plan_id
: The plan identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.describe_provisioning_artifact
— Methoddescribe_provisioning_artifact()
describe_provisioning_artifact(params::Dict{String,<:Any})
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"ProductId"
: The product identifier."ProductName"
: The product name."ProvisioningArtifactId"
: The identifier of the provisioning artifact."ProvisioningArtifactName"
: The provisioning artifact name."Verbose"
: Indicates whether a verbose level of detail is enabled.
Main.Service_Catalog.describe_provisioning_parameters
— Methoddescribe_provisioning_parameters()
describe_provisioning_parameters(params::Dict{String,<:Any})
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.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PathId"
: The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both."PathName"
: The name of the path. You must provide the name or ID, but not both."ProductId"
: The product identifier. You must provide the product name or ID, but not both."ProductName"
: The name of the product. You must provide the name or ID, but not both."ProvisioningArtifactId"
: The identifier of the provisioning artifact. You must provide the name or ID, but not both."ProvisioningArtifactName"
: The name of the provisioning artifact. You must provide the name or ID, but not both.
Main.Service_Catalog.describe_record
— Methoddescribe_record(id)
describe_record(id, params::Dict{String,<:Any})
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.
Arguments
id
: The record identifier of the provisioned product. This identifier is returned by the request operation.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.describe_service_action
— Methoddescribe_service_action(id)
describe_service_action(id, params::Dict{String,<:Any})
Describes a self-service action.
Arguments
id
: The self-service action identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.describe_service_action_execution_parameters
— Methoddescribe_service_action_execution_parameters(provisioned_product_id, service_action_id)
describe_service_action_execution_parameters(provisioned_product_id, service_action_id, params::Dict{String,<:Any})
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.
Arguments
provisioned_product_id
: The identifier of the provisioned product.service_action_id
: The self-service action identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.describe_tag_option
— Methoddescribe_tag_option(id)
describe_tag_option(id, params::Dict{String,<:Any})
Gets information about the specified TagOption.
Arguments
id
: The TagOption identifier.
Main.Service_Catalog.disable_awsorganizations_access
— Methoddisable_awsorganizations_access()
disable_awsorganizations_access(params::Dict{String,<:Any})
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.
Main.Service_Catalog.disassociate_budget_from_resource
— Methoddisassociate_budget_from_resource(budget_name, resource_id)
disassociate_budget_from_resource(budget_name, resource_id, params::Dict{String,<:Any})
Disassociates the specified budget from the specified resource.
Arguments
budget_name
: The name of the budget you want to disassociate.resource_id
: The resource identifier you want to disassociate from. Either a portfolio-id or a product-id.
Main.Service_Catalog.disassociate_principal_from_portfolio
— Methoddisassociate_principal_from_portfolio(portfolio_id, principal_arn)
disassociate_principal_from_portfolio(portfolio_id, principal_arn, params::Dict{String,<:Any})
Disassociates a previously associated principal ARN from a specified portfolio.
Arguments
portfolio_id
: The portfolio identifier.principal_arn
: The ARN of the principal (IAM user, role, or group).
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.disassociate_product_from_portfolio
— Methoddisassociate_product_from_portfolio(portfolio_id, product_id)
disassociate_product_from_portfolio(portfolio_id, product_id, params::Dict{String,<:Any})
Disassociates the specified product from the specified portfolio. A delegated admin is authorized to invoke this command.
Arguments
portfolio_id
: The portfolio identifier.product_id
: The product identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.disassociate_service_action_from_provisioning_artifact
— Methoddisassociate_service_action_from_provisioning_artifact(product_id, provisioning_artifact_id, service_action_id)
disassociate_service_action_from_provisioning_artifact(product_id, provisioning_artifact_id, service_action_id, params::Dict{String,<:Any})
Disassociates the specified self-service action association from the specified provisioning artifact.
Arguments
product_id
: The product identifier. For example, prod-abcdzk7xy33qa.provisioning_artifact_id
: The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.service_action_id
: The self-service action identifier. For example, act-fs7abcd89wxyz.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.disassociate_tag_option_from_resource
— Methoddisassociate_tag_option_from_resource(resource_id, tag_option_id)
disassociate_tag_option_from_resource(resource_id, tag_option_id, params::Dict{String,<:Any})
Disassociates the specified TagOption from the specified resource.
Arguments
resource_id
: The resource identifier.tag_option_id
: The TagOption identifier.
Main.Service_Catalog.enable_awsorganizations_access
— Methodenable_awsorganizations_access()
enable_awsorganizations_access(params::Dict{String,<:Any})
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.
Main.Service_Catalog.execute_provisioned_product_plan
— Methodexecute_provisioned_product_plan(idempotency_token, plan_id)
execute_provisioned_product_plan(idempotency_token, plan_id, params::Dict{String,<:Any})
Provisions or modifies a product based on the resource changes for the specified plan.
Arguments
idempotency_token
: A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.plan_id
: The plan identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.execute_provisioned_product_service_action
— Methodexecute_provisioned_product_service_action(execute_token, provisioned_product_id, service_action_id)
execute_provisioned_product_service_action(execute_token, provisioned_product_id, service_action_id, params::Dict{String,<:Any})
Executes a self-service action against a provisioned product.
Arguments
execute_token
: An idempotency token that uniquely identifies the execute request.provisioned_product_id
: The identifier of the provisioned product.service_action_id
: The self-service action identifier. For example, act-fs7abcd89wxyz.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Parameters"
: A map of all self-service action parameters and their values. If a provided parameter is of a special type, such as TARGET, the provided value will override the default value generated by AWS Service Catalog. If the parameters field is not provided, no additional parameters are passed and default values will be used for any special parameters such as TARGET.
Main.Service_Catalog.get_awsorganizations_access_status
— Methodget_awsorganizations_access_status()
get_awsorganizations_access_status(params::Dict{String,<:Any})
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.
Main.Service_Catalog.get_provisioned_product_outputs
— Methodget_provisioned_product_outputs()
get_provisioned_product_outputs(params::Dict{String,<:Any})
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.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"OutputKeys"
: The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product."PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null."ProvisionedProductId"
: The identifier of the provisioned product that you want the outputs from."ProvisionedProductName"
: The name of the provisioned product that you want the outputs from.
Main.Service_Catalog.import_as_provisioned_product
— Methodimport_as_provisioned_product(idempotency_token, physical_id, product_id, provisioned_product_name, provisioning_artifact_id)
import_as_provisioned_product(idempotency_token, physical_id, product_id, provisioned_product_name, provisioning_artifact_id, params::Dict{String,<:Any})
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: CREATECOMPLETE, UPDATECOMPLETE, UPDATEROLLBACKCOMPLETE, IMPORTCOMPLETE, IMPORTROLLBACK_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.
Arguments
idempotency_token
: A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.physical_id
: The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.product_id
: The product identifier.provisioned_product_name
: The user-friendly name of the provisioned product. The value must be unique for the AWS account. The name cannot be updated after the product is provisioned.provisioning_artifact_id
: The identifier of the provisioning artifact.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.list_accepted_portfolio_shares
— Methodlist_accepted_portfolio_shares()
list_accepted_portfolio_shares(params::Dict{String,<:Any})
Lists all portfolios for which sharing was accepted by this account.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null."PortfolioShareType"
: The type of shared portfolios to list. The default is to list imported portfolios. AWSORGANIZATIONS - List portfolios shared by the management account of your organization AWSSERVICECATALOG - List default portfolios IMPORTED - List imported portfolios
Main.Service_Catalog.list_budgets_for_resource
— Methodlist_budgets_for_resource(resource_id)
list_budgets_for_resource(resource_id, params::Dict{String,<:Any})
Lists all the budgets associated to the specified resource.
Arguments
resource_id
: The resource identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_constraints_for_portfolio
— Methodlist_constraints_for_portfolio(portfolio_id)
list_constraints_for_portfolio(portfolio_id, params::Dict{String,<:Any})
Lists the constraints for the specified portfolio and product.
Arguments
portfolio_id
: The portfolio identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null."ProductId"
: The product identifier.
Main.Service_Catalog.list_launch_paths
— Methodlist_launch_paths(product_id)
list_launch_paths(product_id, params::Dict{String,<:Any})
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.
Arguments
product_id
: The product identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_organization_portfolio_access
— Methodlist_organization_portfolio_access(organization_node_type, portfolio_id)
list_organization_portfolio_access(organization_node_type, portfolio_id, params::Dict{String,<:Any})
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.
Arguments
organization_node_type
: The organization node type that will be returned in the output. ORGANIZATION - Organization that has access to the portfolio. ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization. ACCOUNT - Account that has access to the portfolio within your organization.portfolio_id
: The portfolio identifier. For example, port-2abcdext3y5fk.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_portfolio_access
— Methodlist_portfolio_access(portfolio_id)
list_portfolio_access(portfolio_id, params::Dict{String,<:Any})
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.
Arguments
portfolio_id
: The portfolio identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"OrganizationParentId"
: The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned."PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_portfolios
— Methodlist_portfolios()
list_portfolios(params::Dict{String,<:Any})
Lists all portfolios in the catalog.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_portfolios_for_product
— Methodlist_portfolios_for_product(product_id)
list_portfolios_for_product(product_id, params::Dict{String,<:Any})
Lists all portfolios that the specified product is associated with.
Arguments
product_id
: The product identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_principals_for_portfolio
— Methodlist_principals_for_portfolio(portfolio_id)
list_principals_for_portfolio(portfolio_id, params::Dict{String,<:Any})
Lists all principal ARNs associated with the specified portfolio.
Arguments
portfolio_id
: The portfolio identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_provisioned_product_plans
— Methodlist_provisioned_product_plans()
list_provisioned_product_plans(params::Dict{String,<:Any})
Lists the plans for the specified provisioned product or all plans to which the user has access.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"AccessLevelFilter"
: The access level to use to obtain results. The default is User."PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null."ProvisionProductId"
: The product identifier.
Main.Service_Catalog.list_provisioning_artifacts
— Methodlist_provisioning_artifacts(product_id)
list_provisioning_artifacts(product_id, params::Dict{String,<:Any})
Lists all provisioning artifacts (also known as versions) for the specified product.
Arguments
product_id
: The product identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.list_provisioning_artifacts_for_service_action
— Methodlist_provisioning_artifacts_for_service_action(service_action_id)
list_provisioning_artifacts_for_service_action(service_action_id, params::Dict{String,<:Any})
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
Arguments
service_action_id
: The self-service action identifier. For example, act-fs7abcd89wxyz.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_record_history
— Methodlist_record_history()
list_record_history(params::Dict{String,<:Any})
Lists the specified requests or all performed requests.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"AccessLevelFilter"
: The access level to use to obtain results. The default is User."PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null."SearchFilter"
: The search filter to scope the results.
Main.Service_Catalog.list_resources_for_tag_option
— Methodlist_resources_for_tag_option(tag_option_id)
list_resources_for_tag_option(tag_option_id, params::Dict{String,<:Any})
Lists the resources associated with the specified TagOption.
Arguments
tag_option_id
: The TagOption identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null."ResourceType"
: The resource type. Portfolio Product
Main.Service_Catalog.list_service_actions
— Methodlist_service_actions()
list_service_actions(params::Dict{String,<:Any})
Lists all self-service actions.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_service_actions_for_provisioning_artifact
— Methodlist_service_actions_for_provisioning_artifact(product_id, provisioning_artifact_id)
list_service_actions_for_provisioning_artifact(product_id, provisioning_artifact_id, params::Dict{String,<:Any})
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
Arguments
product_id
: The product identifier. For example, prod-abcdzk7xy33qa.provisioning_artifact_id
: The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_stack_instances_for_provisioned_product
— Methodlist_stack_instances_for_provisioned_product(provisioned_product_id)
list_stack_instances_for_provisioned_product(provisioned_product_id, params::Dict{String,<:Any})
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.
Arguments
provisioned_product_id
: The identifier of the provisioned product.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.list_tag_options
— Methodlist_tag_options()
list_tag_options(params::Dict{String,<:Any})
Lists the specified TagOptions or all TagOptions.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Filters"
: The search filters. If no search filters are specified, the output includes all TagOptions."PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.provision_product
— Methodprovision_product(provision_token, provisioned_product_name)
provision_product(provision_token, provisioned_product_name, params::Dict{String,<:Any})
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".
Arguments
provision_token
: An idempotency token that uniquely identifies the provisioning request.provisioned_product_name
: A user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"NotificationArns"
: Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events."PathId"
: The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both."PathName"
: The name of the path. You must provide the name or ID, but not both."ProductId"
: The product identifier. You must provide the name or ID, but not both."ProductName"
: The name of the product. You must provide the name or ID, but not both."ProvisioningArtifactId"
: The identifier of the provisioning artifact. You must provide the name or ID, but not both."ProvisioningArtifactName"
: The name of the provisioning artifact. You must provide the name or ID, but not both."ProvisioningParameters"
: Parameters specified by the administrator that are required for provisioning the product."ProvisioningPreferences"
: An object that contains information about the provisioning preferences for a stack set."Tags"
: One or more tags.
Main.Service_Catalog.reject_portfolio_share
— Methodreject_portfolio_share(portfolio_id)
reject_portfolio_share(portfolio_id, params::Dict{String,<:Any})
Rejects an offer to share the specified portfolio.
Arguments
portfolio_id
: The portfolio identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PortfolioShareType"
: The type of shared portfolios to reject. The default is to reject imported portfolios. AWSORGANIZATIONS - Reject portfolios shared by the management account of your organization. IMPORTED - Reject imported portfolios. AWSSERVICECATALOG - Not supported. (Throws ResourceNotFoundException.) For example, aws servicecatalog reject-portfolio-share –portfolio-id "port-2qwzkwxt3y5fk" –portfolio-share-type AWS_ORGANIZATIONS
Main.Service_Catalog.scan_provisioned_products
— Methodscan_provisioned_products()
scan_provisioned_products(params::Dict{String,<:Any})
Lists the provisioned products that are available (not terminated). To use additional filtering, see SearchProvisionedProducts.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"AccessLevelFilter"
: The access level to use to obtain results. The default is User."PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null.
Main.Service_Catalog.search_products
— Methodsearch_products()
search_products(params::Dict{String,<:Any})
Gets information about the products to which the caller has access.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Filters"
: The search filters. If no search filters are specified, the output includes all products to which the caller has access."PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null."SortBy"
: The sort field. If no value is specified, the results are not sorted."SortOrder"
: The sort order. If no value is specified, the results are not sorted.
Main.Service_Catalog.search_products_as_admin
— Methodsearch_products_as_admin()
search_products_as_admin(params::Dict{String,<:Any})
Gets information about the products for the specified portfolio or all products.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Filters"
: The search filters. If no search filters are specified, the output includes all products to which the administrator has access."PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null."PortfolioId"
: The portfolio identifier."ProductSource"
: Access level of the source of the product."SortBy"
: The sort field. If no value is specified, the results are not sorted."SortOrder"
: The sort order. If no value is specified, the results are not sorted.
Main.Service_Catalog.search_provisioned_products
— Methodsearch_provisioned_products()
search_provisioned_products(params::Dict{String,<:Any})
Gets information about the provisioned products that meet the specified criteria.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"AccessLevelFilter"
: The access level to use to obtain results. The default is User."Filters"
: The search filters. When the key is SearchQuery, the searchable fields are arn, createdTime, id, lastRecordId, idempotencyToken, name, physicalId, productId, provisioningArtifact, type, status, tags, userArn, userArnSession, lastProvisioningRecordId, lastSuccessfulProvisioningRecordId, productName, and provisioningArtifactName. Example: "SearchQuery":["status:AVAILABLE"]"PageSize"
: The maximum number of items to return with this call."PageToken"
: The page token for the next set of results. To retrieve the first set of results, use null."SortBy"
: The sort field. If no value is specified, the results are not sorted. The valid values are arn, id, name, and lastRecordId."SortOrder"
: The sort order. If no value is specified, the results are not sorted.
Main.Service_Catalog.terminate_provisioned_product
— Methodterminate_provisioned_product(terminate_token)
terminate_provisioned_product(terminate_token, params::Dict{String,<:Any})
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.
Arguments
terminate_token
: An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"IgnoreErrors"
: If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources."ProvisionedProductId"
: The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId."ProvisionedProductName"
: The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId."RetainPhysicalResources"
: When this boolean parameter is set to true, the TerminateProvisionedProduct API deletes the Service Catalog provisioned product. However, it does not remove the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is false.
Main.Service_Catalog.update_constraint
— Methodupdate_constraint(id)
update_constraint(id, params::Dict{String,<:Any})
Updates the specified constraint.
Arguments
id
: The identifier of the constraint.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Description"
: The updated description of the constraint."Parameters"
: The constraint parameters, in JSON format. The syntax depends on the constraint type as follows: LAUNCH You are required to specify either the RoleArn or the LocalRoleName but can't use both. Specify the RoleArn property as follows: {"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"} Specify the LocalRoleName property as follows: {"LocalRoleName": "SCBasicLaunchRole"} If you specify the LocalRoleName property, when an account uses the launch constraint, the IAM role with that name in the account will be used. This allows launch-role constraints to be account-agnostic so the administrator can create fewer resources per shared account. The given role name must exist in the account used to create the launch constraint and the account of the user who launches a product with this launch constraint. You cannot have both a LAUNCH and a STACKSET constraint. You also cannot have more than one LAUNCH constraint on a product and portfolio. NOTIFICATION Specify the NotificationArns property as follows: {"NotificationArns" : ["arn:aws:sns:us-east-1:123456789012:Topic"]} RESOURCEUPDATE Specify the TagUpdatesOnProvisionedProduct property as follows: {"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}} The TagUpdatesOnProvisionedProduct property accepts a string value of ALLOWED or NOTALLOWED. STACKSET Specify the Parameters property as follows: {"Version": "String", "Properties": {"AccountList": [ "String" ], "RegionList": [ "String" ], "AdminRole": "String", "ExecutionRole": "String"}} You cannot have both a LAUNCH and a STACKSET constraint. You also cannot have more than one STACKSET constraint on a product and portfolio. Products with a STACKSET constraint will launch an AWS CloudFormation stack set. TEMPLATE Specify the Rules property. For more information, see Template Constraint Rules.
Main.Service_Catalog.update_portfolio
— Methodupdate_portfolio(id)
update_portfolio(id, params::Dict{String,<:Any})
Updates the specified portfolio. You cannot update a product that was shared with you.
Arguments
id
: The portfolio identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"AddTags"
: The tags to add."Description"
: The updated description of the portfolio."DisplayName"
: The name to use for display purposes."ProviderName"
: The updated name of the portfolio provider."RemoveTags"
: The tags to remove.
Main.Service_Catalog.update_portfolio_share
— Methodupdate_portfolio_share(portfolio_id)
update_portfolio_share(portfolio_id, params::Dict{String,<:Any})
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.
Arguments
portfolio_id
: The unique identifier of the portfolio for which the share will be updated.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"AccountId"
: The AWS Account Id of the recipient account. This field is required when updating an external account to account type share."OrganizationNode"
:"ShareTagOptions"
: A flag to enable or disable TagOptions sharing for the portfolio share. If this field is not provided, the current state of TagOptions sharing on the portfolio share will not be modified.
Main.Service_Catalog.update_product
— Methodupdate_product(id)
update_product(id, params::Dict{String,<:Any})
Updates the specified product.
Arguments
id
: The product identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"AddTags"
: The tags to add to the product."Description"
: The updated description of the product."Distributor"
: The updated distributor of the product."Name"
: The updated product name."Owner"
: The updated owner of the product."RemoveTags"
: The tags to remove from the product."SupportDescription"
: The updated support description for the product."SupportEmail"
: The updated support email for the product."SupportUrl"
: The updated support URL for the product.
Main.Service_Catalog.update_provisioned_product
— Methodupdate_provisioned_product(update_token)
update_provisioned_product(update_token, params::Dict{String,<:Any})
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.
Arguments
update_token
: The idempotency token that uniquely identifies the provisioning update request.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"PathId"
: The path identifier. This value is optional if the product has a default path, and required if the product has more than one path. You must provide the name or ID, but not both."PathName"
: The name of the path. You must provide the name or ID, but not both."ProductId"
: The identifier of the product. You must provide the name or ID, but not both."ProductName"
: The name of the product. You must provide the name or ID, but not both."ProvisionedProductId"
: The identifier of the provisioned product. You must provide the name or ID, but not both."ProvisionedProductName"
: The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId."ProvisioningArtifactId"
: The identifier of the provisioning artifact."ProvisioningArtifactName"
: The name of the provisioning artifact. You must provide the name or ID, but not both."ProvisioningParameters"
: The new parameters."ProvisioningPreferences"
: An object that contains information about the provisioning preferences for a stack set."Tags"
: One or more tags. Requires the product to have RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.
Main.Service_Catalog.update_provisioned_product_properties
— Methodupdate_provisioned_product_properties(idempotency_token, provisioned_product_id, provisioned_product_properties)
update_provisioned_product_properties(idempotency_token, provisioned_product_id, provisioned_product_properties, params::Dict{String,<:Any})
Requests updates to the properties of the specified provisioned product.
Arguments
idempotency_token
: The idempotency token that uniquely identifies the provisioning product update request.provisioned_product_id
: The identifier of the provisioned product.provisioned_product_properties
: A map that contains the provisioned product properties to be updated. The LAUNCH_ROLE key accepts role ARNs. This key allows an administrator to call UpdateProvisionedProductProperties to update the launch role that is associated with a provisioned product. This role is used when an end user calls a provisioning operation such as UpdateProvisionedProduct, TerminateProvisionedProduct, or ExecuteProvisionedProductServiceAction. Only a role ARN is valid. A user ARN is invalid. The OWNER key accepts user ARNs and role ARNs. The owner is the user that has permission to see, update, terminate, and execute service actions in the provisioned product. The administrator can change the owner of a provisioned product to another IAM user within the same account. Both end user owners and administrators can see ownership history of the provisioned product using the ListRecordHistory API. The new owner can describe all past records for the provisioned product using the DescribeRecord API. The previous owner can no longer use DescribeRecord, but can still see the product's history from when he was an owner using ListRecordHistory. If a provisioned product ownership is assigned to an end user, they can see and perform any action through the API or Service Catalog console such as update, terminate, and execute service actions. If an end user provisions a product and the owner is updated to someone else, they will no longer be able to see or perform any actions through API or the Service Catalog console on that provisioned product.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese
Main.Service_Catalog.update_provisioning_artifact
— Methodupdate_provisioning_artifact(product_id, provisioning_artifact_id)
update_provisioning_artifact(product_id, provisioning_artifact_id, params::Dict{String,<:Any})
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.
Arguments
product_id
: The product identifier.provisioning_artifact_id
: The identifier of the provisioning artifact.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Active"
: Indicates whether the product version is active. Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact."Description"
: The updated description of the provisioning artifact."Guidance"
: Information set by the administrator to provide guidance to end users about which provisioning artifacts to use. The DEFAULT value indicates that the product version is active. The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version."Name"
: The updated name of the provisioning artifact.
Main.Service_Catalog.update_service_action
— Methodupdate_service_action(id)
update_service_action(id, params::Dict{String,<:Any})
Updates a self-service action.
Arguments
id
: The self-service action identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"AcceptLanguage"
: The language code. en - English (default) jp - Japanese zh - Chinese"Definition"
: A map that defines the self-service action."Description"
: The self-service action description."Name"
: The self-service action name.
Main.Service_Catalog.update_tag_option
— Methodupdate_tag_option(id)
update_tag_option(id, params::Dict{String,<:Any})
Updates the specified TagOption.
Arguments
id
: The TagOption identifier.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Active"
: The updated active state."Value"
: The updated value.