AWS cli documentation change
Summary
Added 'disable-managed-skills' parameter for pentest configuration and 'integratedDocument' structure for third-party integrations. Updated navigation links and CLI version to 2.35.8.
Security assessment
Documents new security testing capabilities including third-party integrations and skill management (FINDING_PERSONALIZATION/LOGIN_OPTIMIZATION). Enhances security testing documentation but doesn't address specific vulnerabilities.
Diff
diff --git a/cli/latest/reference/securityagent/update-pentest.md b/cli/latest/reference/securityagent/update-pentest.md index f9bd03398..e530feb28 100644 --- a//cli/latest/reference/securityagent/update-pentest.md +++ b//cli/latest/reference/securityagent/update-pentest.md @@ -13 +13 @@ - * [next](update-target-domain.html "update-target-domain") | + * [next](update-private-connection-certificate.html "update-private-connection-certificate") | @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -23 +23 @@ - * [update-target-domain →](update-target-domain.html "next chapter \(use the right arrow\)") + * [update-private-connection-certificate →](update-private-connection-certificate.html "next chapter \(use the right arrow\)") @@ -76,0 +77 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--disable-managed-skills <value>] @@ -187,0 +189,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi +>>> +>>> integratedDocument -> (structure) +>>> +>>>> A reference to a document in an integrated third-party provider. +>>>> +>>>> integrationId -> (string) [required] +>>>> +>>>>> The identifier of the integration that provides access to the document. +>>>> +>>>> resourceId -> (string) [required] +>>>> +>>>>> The provider-specific resource identifier for the document. @@ -242 +255,5 @@ JSON Syntax: - "artifactId": "string" + "artifactId": "string", + "integratedDocument": { + "integrationId": "string", + "resourceId": "string" + } @@ -471,0 +489,21 @@ JSON Syntax: +`--disable-managed-skills` (list) + +> The updated list of managed skills to disable for this pentest. Valid values include FINDING_PERSONALIZATION and LOGIN_OPTIMIZATION. +> +> (string) +> +>> Type of managed skill that can be enabled or disabled for a pentest. +>> +>> Possible values: +>> +>> * `FINDING_PERSONALIZATION` +>> * `LOGIN_OPTIMIZATION` +>> + + +Syntax: + + + "string" "string" ... + + @@ -674,0 +713,12 @@ assets -> (structure) +>>> +>>> integratedDocument -> (structure) +>>> +>>>> A reference to a document in an integrated third-party provider. +>>>> +>>>> integrationId -> (string) [required] +>>>> +>>>>> The identifier of the integration that provides access to the document. +>>>> +>>>> resourceId -> (string) [required] +>>>> +>>>>> The provider-specific resource identifier for the document. @@ -766 +816 @@ agentSpaceId -> (string) - * [update-target-domain →](update-target-domain.html "next chapter \(use the right arrow\)") + * [update-private-connection-certificate →](update-private-connection-certificate.html "next chapter \(use the right arrow\)") @@ -773 +823 @@ agentSpaceId -> (string) - * [next](update-target-domain.html "update-target-domain") | + * [next](update-private-connection-certificate.html "update-private-connection-certificate") | @@ -775 +825 @@ agentSpaceId -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »