AWS servicecatalog documentation change
Summary
Replaced 'AWS CloudFormation' with 'CloudFormation' in three API operation descriptions
Security assessment
Branding update without functional changes. Security requirements for provisioning/updating/terminating products (including access permissions) remain identical.
Diff
diff --git a/servicecatalog/latest/dg/service-catalog-api-overview.md b/servicecatalog/latest/dg/service-catalog-api-overview.md index 3ac618169..59759f73d 100644 --- a//servicecatalog/latest/dg/service-catalog-api-overview.md +++ b//servicecatalog/latest/dg/service-catalog-api-overview.md @@ -78 +78 @@ Use these operations to request, update, or terminate provisioning for a product -Requests provisioning for a product. To provision a product is to launch the resources needed to bring that product online for actual use. For example, provisioning a product backed by an AWS CloudFormation template means launching an AWS CloudFormation stack and all its underlying resources. +Requests provisioning for a product. To provision a product is to launch the resources needed to bring that product online for actual use. For example, provisioning a product backed by an CloudFormation template means launching an CloudFormation stack and all its underlying resources. @@ -83 +83 @@ Requests provisioning for a product. To provision a product is to launch the res -Updates the configuration of a provisioned product. For example, a product backed by AWS CloudFormation gets its underlying AWS CloudFormation stack updated. The requester must have sufficient access permissions to the specified ProvisionedProduct. +Updates the configuration of a provisioned product. For example, a product backed by CloudFormation gets its underlying CloudFormation stack updated. The requester must have sufficient access permissions to the specified ProvisionedProduct. @@ -88 +88 @@ Updates the configuration of a provisioned product. For example, a product backe -Requests termination of a provisioned product. For example, for a product backed by AWS CloudFormation, this deletes the underlying AWS CloudFormation stack. The requester must have sufficient access permissions to the specified provisioned product. +Requests termination of a provisioned product. For example, for a product backed by CloudFormation, this deletes the underlying CloudFormation stack. The requester must have sufficient access permissions to the specified provisioned product.