AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-04 · Documentation low

File: cli/latest/reference/servicecatalog/terminate-provisioned-product.md

Summary

Added examples section illustrating terminate-provisioned-product command with sample input/output

Security assessment

Change demonstrates standard product termination workflow. The example shows normal termination parameters without evidence of security fixes or new security documentation. Launch role ARN in output is part of normal operation.

Diff

diff --git a/cli/latest/reference/servicecatalog/terminate-provisioned-product.md b/cli/latest/reference/servicecatalog/terminate-provisioned-product.md
index 273ccc260..38a27002e 100644
--- a//cli/latest/reference/servicecatalog/terminate-provisioned-product.md
+++ b//cli/latest/reference/servicecatalog/terminate-provisioned-product.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.15 Command Reference](../../index.html) »
@@ -35,0 +36 @@
+    * Examples
@@ -271,0 +273,42 @@ The formatting style for error output. By default, errors are displayed in enhan
+## Examples¶
+
+### Note
+
+To use the following examples, you must have the AWS CLI installed and configured. See the [Getting started guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html) in the _AWS CLI User Guide_ for more information.
+
+Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal’s quoting rules. See [Using quotation marks with strings](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-quoting-strings.html) in the _AWS CLI User Guide_ .
+
+**To terminate a provisioned product**
+
+The following `terminate-provisioned-product` example terminates a provisioned product.
+    
+    
+    aws servicecatalog terminate-provisioned-product \
+        --provisioned-product-id pp-7z4t3k4hxxxxx
+    
+
+Output:
+    
+    
+    {
+        "RecordDetail": {
+            "RecordId": "rec-sbwnhzld3xxxx",
+            "ProvisionedProductName": "test2",
+            "Status": "CREATED",
+            "CreatedTime": "2025-12-31T15:23:55.051000-06:00",
+            "UpdatedTime": "2025-12-31T15:23:55.051000-06:00",
+            "ProvisionedProductType": "CFN_STACK",
+            "RecordType": "TERMINATE_PROVISIONED_PRODUCT",
+            "ProvisionedProductId": "pp-7z4t3k4hxxxxx",
+            "ProductId": "prod-j6pd3hf6xxxxx",
+            "ProvisioningArtifactId": "pa-sbhovlh7wxxxx",
+            "PathId": "lpv3-y3fnkeslpxxxx",
+            "RecordErrors": [],
+            "RecordTags": [],
+            "LaunchRoleArn": "arn:aws:iam::123456789012:role/TestLaunchRole"
+        }
+    }
+    
+
+For more information, see [Managing Provisioned Products](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/provisioned-products.html) in the _AWS Service Catalog User Guide_.
+
@@ -470 +513 @@ RecordDetail -> (structure)
-  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.15 Command Reference](../../index.html) »