AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-01 · Documentation low

File: cli/latest/reference/workspaces-web/update-identity-provider.md

Summary

Reordered command parameters and updated documentation structure for identity provider configuration. Moved --client-token parameter description, added --identity-provider-name/type parameters to main docs, and adjusted JSON syntax examples.

Security assessment

Changes primarily involve documentation restructuring and parameter reordering without introducing new security content. The --client-token parameter (related to idempotency) and identity provider details are existing security-adjacent features, but the changes don't address specific vulnerabilities or add new security guidance. No CVEs or security advisories referenced.

Diff

diff --git a/cli/latest/reference/workspaces-web/update-identity-provider.md b/cli/latest/reference/workspaces-web/update-identity-provider.md
index 936f6ece6..2e5ef5266 100644
--- a//cli/latest/reference/workspaces-web/update-identity-provider.md
+++ b//cli/latest/reference/workspaces-web/update-identity-provider.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »
@@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-    [--client-token <value>]
@@ -69 +67,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-    [--identity-provider-details <value>]
@@ -71,0 +70,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
+    [--identity-provider-details <value>]
+    [--client-token <value>]
@@ -96,6 +95,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-`--client-token` (string)
-
-> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
-> 
-> If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
-
@@ -105,0 +100,19 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
+`--identity-provider-name` (string)
+
+> The name of the identity provider.
+
+`--identity-provider-type` (string)
+
+> The type of the identity provider.
+> 
+> Possible values:
+> 
+>   * `SAML`
+>   * `Facebook`
+>   * `Google`
+>   * `LoginWithAmazon`
+>   * `SignInWithApple`
+>   * `OIDC`
+> 
+
+
@@ -161,5 +174 @@ JSON Syntax:
-`--identity-provider-name` (string)
-
-> The name of the identity provider.
-
-`--identity-provider-type` (string)
+`--client-token` (string)
@@ -167,10 +176 @@ JSON Syntax:
-> The type of the identity provider.
-> 
-> Possible values:
-> 
->   * `SAML`
->   * `Facebook`
->   * `Google`
->   * `LoginWithAmazon`
->   * `SignInWithApple`
->   * `OIDC`
+> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
@@ -178 +178 @@ JSON Syntax:
-
+> If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
@@ -286,0 +287,8 @@ identityProvider -> (structure)
+> identityProviderName -> (string)
+>
+>> The identity provider name.
+> 
+> identityProviderType -> (string)
+>
+>> The identity provider type.
+> 
@@ -328,8 +335,0 @@ identityProvider -> (structure)
-> 
-> identityProviderName -> (string)
->
->> The identity provider name.
-> 
-> identityProviderType -> (string)
->
->> The identity provider type.
@@ -347 +347 @@ identityProvider -> (structure)
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »