AWS cli documentation change
Summary
Added new integration providers (GITLAB, BITBUCKET, CONFLUENCE) and documented new fields for self-hosted instances: targetUrl and privateConnectionName.
Security assessment
Expands documentation of security integrations but doesn't fix vulnerabilities. The privateConnectionName field improves documentation about secure private networking for self-hosted instances, enhancing security posture documentation.
Diff
diff --git a/cli/latest/reference/securityagent/list-integrations.md b/cli/latest/reference/securityagent/list-integrations.md index fbd40e1ad..a253afe40 100644 --- a//cli/latest/reference/securityagent/list-integrations.md +++ b//cli/latest/reference/securityagent/list-integrations.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -112,0 +113,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi +>> * `GITLAB` +>> * `BITBUCKET` +>> * `CONFLUENCE` @@ -137 +140 @@ JSON Syntax: - "provider": "GITHUB", + "provider": "GITHUB"|"GITLAB"|"BITBUCKET"|"CONFLUENCE", @@ -295,0 +299,3 @@ integrationSummaries -> (list) +>>> * `GITLAB` +>>> * `BITBUCKET` +>>> * `CONFLUENCE` @@ -312,0 +319,8 @@ integrationSummaries -> (list) +>> +>> targetUrl -> (string) +>> +>>> The HTTPS URL of the customer self-hosted instance, such as a GitHub Enterprise Server or self-managed GitLab instance. This value is absent for SaaS integrations. +>> +>> privateConnectionName -> (string) +>> +>>> The name of the private connection used to reach the integration’s self-hosted instance over private networking, if one is configured. @@ -328 +342 @@ nextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »