AWS cli documentation change
Summary
Updated CLI version references, added hyperlinks to ListOpenIDConnectProviders/CreateOpenIDConnectProvider API docs, and removed the same tag value interpretation note.
Security assessment
Changes consist of routine documentation maintenance (version updates and link additions). The removed note about tag values does not indicate a security fix. No security-specific content was added or modified.
Diff
diff --git a/cli/latest/reference/iam/get-open-id-connect-provider.md b/cli/latest/reference/iam/get-open-id-connect-provider.md index ddc448541..deeb7f0a5 100644 --- a//cli/latest/reference/iam/get-open-id-connect-provider.md +++ b//cli/latest/reference/iam/get-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) » @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/iam-20 -> The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the ListOpenIDConnectProviders operation. +> The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the [ListOpenIDConnectProviders](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviders.html) operation. @@ -234 +234 @@ Url -> (string) -> The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider . +> The URL that the IAM OIDC provider resource object is associated with. For more information, see [CreateOpenIDConnectProvider](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html) . @@ -238 +238 @@ ClientIDList -> (list) -> A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider . +> A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see [CreateOpenIDConnectProvider](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html) . @@ -244 +244 @@ ThumbprintList -> (list) -> A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider . +> A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see [CreateOpenIDConnectProvider](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html) . @@ -271,4 +270,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. @@ -286 +282 @@ Tags -> (list) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »