AWS cli documentation change
Summary
Updated CLI version reference from 2.27.45 to 2.27.46, added API documentation link for CreateOpenIDConnectProvider operation, removed redundant note about tag value interpretation, and added link to OpenIDConnectProviderListEntry documentation
Security assessment
The change adds API reference links and removes redundant notes but does not address any security vulnerabilities or introduce new security documentation. The existing security guidance about limiting access remains unchanged.
Diff
diff --git a/cli/latest/reference/iam/create-open-id-connect-provider.md b/cli/latest/reference/iam/create-open-id-connect-provider.md index 3951d6998..4f392cd19 100644 --- a//cli/latest/reference/iam/create-open-id-connect-provider.md +++ b//cli/latest/reference/iam/create-open-id-connect-provider.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -83 +83 @@ Amazon Web Services secures communication with OIDC identity providers (IdPs) us -The trust for the OIDC provider is derived from the IAM provider that this operation creates. Therefore, it is best to limit access to the CreateOpenIDConnectProvider operation to highly privileged users. +The trust for the OIDC provider is derived from the IAM provider that this operation creates. Therefore, it is best to limit access to the [CreateOpenIDConnectProvider](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html) operation to highly privileged users. @@ -184,4 +183,0 @@ Syntax: ->>> ->>> ### Note ->>> ->>> Amazon Web Services always interprets the tag `Value` as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code. @@ -360 +356 @@ OpenIDConnectProviderArn -> (string) -> The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry . +> The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see [OpenIDConnectProviderListEntry](https://docs.aws.amazon.com/IAM/latest/APIReference/API_OpenIDConnectProviderListEntry.html) . @@ -377,4 +372,0 @@ Tags -> (list) ->>> ->>> ### Note ->>> ->>> Amazon Web Services always interprets the tag `Value` as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code. @@ -392 +384 @@ Tags -> (list) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »