AWS cli documentation change
Summary
Updated CLI version reference, reordered parameters, added 'name' and 'type' parameters, and adjusted authentication details structure
Security assessment
The documentation changes include authentication details for GitLab self-managed instances (access tokens) and integration types, which are security-related features. However, there is no indication of patching a specific security vulnerability. The changes improve documentation about secure integration methods.
Diff
diff --git a/cli/latest/reference/inspector2/create-code-security-integration.md b/cli/latest/reference/inspector2/create-code-security-integration.md index 399fe4cf0..4409a7e9b 100644 --- a//cli/latest/reference/inspector2/create-code-security-integration.md +++ b//cli/latest/reference/inspector2/create-code-security-integration.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec - [--details <value>] @@ -71 +69,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec - [--tags <value>] @@ -72,0 +71,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec + [--details <value>] + [--tags <value>] @@ -96,0 +97,15 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +`--name` (string) + +> The name of the code security integration. + +`--type` (string) + +> The type of repository provider for the integration. +> +> Possible values: +> +> * `GITLAB_SELF_MANAGED` +> * `GITHUB` +> + + @@ -109,4 +123,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> accessToken -> (string) ->> ->>> The personal access token used to authenticate with the self-managed GitLab instance. ->> @@ -115,0 +127,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +>> +>> accessToken -> (string) +>> +>>> The personal access token used to authenticate with the self-managed GitLab instance. @@ -120 +135 @@ Shorthand Syntax: - gitlabSelfManaged={accessToken=string,instanceUrl=string} + gitlabSelfManaged={instanceUrl=string,accessToken=string} @@ -128,2 +143,2 @@ JSON Syntax: - "accessToken": "string", - "instanceUrl": "string" + "instanceUrl": "string", + "accessToken": "string" @@ -134,4 +148,0 @@ JSON Syntax: -`--name` (string) - -> The name of the code security integration. - @@ -159,11 +169,0 @@ JSON Syntax: -`--type` (string) - -> The type of repository provider for the integration. -> -> Possible values: -> -> * `GITLAB_SELF_MANAGED` -> * `GITHUB` -> - - @@ -269,4 +268,0 @@ Disable automatically prompt for CLI input parameters. -authorizationUrl -> (string) - -> The URL used to authorize the integration with the repository provider. - @@ -280,0 +277,4 @@ status -> (string) +authorizationUrl -> (string) + +> The URL used to authorize the integration with the repository provider. + @@ -291 +291 @@ status -> (string) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »