AWS cli documentation change
Summary
Updated CLI version references and reorganized output field descriptions for code security integration parameters
Security assessment
Changes involve documentation restructuring (field order changes and version number updates) without introducing new security concepts or addressing vulnerabilities. The authorizationUrl field description was moved but remains functionally equivalent.
Diff
diff --git a/cli/latest/reference/inspector2/get-code-security-integration.md b/cli/latest/reference/inspector2/get-code-security-integration.md index 96b6e003f..53bd5f0ae 100644 --- a//cli/latest/reference/inspector2/get-code-security-integration.md +++ b//cli/latest/reference/inspector2/get-code-security-integration.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -217,8 +216,0 @@ Disable automatically prompt for CLI input parameters. -authorizationUrl -> (string) - -> The URL used to authorize the integration with the repository provider. This is only returned if reauthorization is required to fix a connection issue. Otherwise, it is null. - -createdOn -> (timestamp) - -> The timestamp when the code security integration was created. - @@ -229,4 +220,0 @@ integrationArn -> (string) -lastUpdateOn -> (timestamp) - -> The timestamp when the code security integration was last updated. - @@ -236,0 +225,4 @@ name -> (string) +type -> (string) + +> The type of repository provider for the integration. + @@ -244,0 +237,8 @@ statusReason -> (string) +createdOn -> (timestamp) + +> The timestamp when the code security integration was created. + +lastUpdateOn -> (timestamp) + +> The timestamp when the code security integration was last updated. + @@ -253 +253 @@ tags -> (map) -type -> (string) +authorizationUrl -> (string) @@ -255 +255 @@ type -> (string) -> The type of repository provider for the integration. +> The URL used to authorize the integration with the repository provider. This is only returned if reauthorization is required to fix a connection issue. Otherwise, it is null. @@ -267 +267 @@ type -> (string) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »