AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/iot-managed-integrations/get-provisioning-profile.md

Summary

Updated AWS CLI version from 2.34.34 to 2.34.37, changed command description from 'Get a provisioning profile by template name' to 'Get details of a provisioning profile', updated field descriptions for TemplateName, Arn, Name, and ClaimCertificate, and added a new Status field with possible values.

Security assessment

The changes are documentation updates for clarity and accuracy, including adding a new Status field. There is no mention of security vulnerabilities, patches, or security incidents. The change to ClaimCertificate description from 'id' to 'body of the PEM-encoded claim certificate' provides more detail but doesn't indicate a security fix.

Diff

diff --git a/cli/latest/reference/iot-managed-integrations/get-provisioning-profile.md b/cli/latest/reference/iot-managed-integrations/get-provisioning-profile.md
index b14614955..3f5a8d755 100644
--- a//cli/latest/reference/iot-managed-integrations/get-provisioning-profile.md
+++ b//cli/latest/reference/iot-managed-integrations/get-provisioning-profile.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.34 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.37 Command Reference](../../index.html) »
@@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Get a provisioning profile by template name.
+Get details of a provisioning profile.
@@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/iot-ma
-> The provisioning template the device uses for the provisioning process.
+> The id of a provisioning profile.
@@ -220 +220 @@ Arn -> (string)
-> The Amazon Resource Name (ARN) of the provisioning template used in the provisioning profile.
+> The Amazon Resource Name (ARN) of the provisioning profile.
@@ -232 +232 @@ Name -> (string)
-> The name of the provisioning template.
+> The name of the provisioning profile.
@@ -264,0 +265,14 @@ Id -> (string)
+Status -> (string)
+
+> The status of a provisioning profile.
+> 
+> Possible values:
+> 
+>   * `CREATE_IN_PROGRESS`
+>   * `CREATE_FAILED`
+>   * `CREATED`
+>   * `DELETE_IN_PROGRESS`
+>   * `DELETE_FAILED`
+> 
+
+
@@ -267 +281 @@ ClaimCertificate -> (string)
-> The id of the claim certificate.
+> The body of the PEM-encoded claim certificate.
@@ -308 +322 @@ Tags -> (map)
-  * [AWS CLI 2.34.34 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.37 Command Reference](../../index.html) »