AWS cli documentation change
Summary
Added new fields: integratedDocument structure, cleanUpStrategy, disableManagedSkills; updated navigation and CLI version
Security assessment
Adds documentation for pentest security features including resource cleanup strategies and managed skill disabling options. No evidence of addressing specific vulnerabilities.
Diff
diff --git a/cli/latest/reference/securityagent/batch-delete-pentests.md b/cli/latest/reference/securityagent/batch-delete-pentests.md index 5d4d430bf..594ab3c61 100644 --- a//cli/latest/reference/securityagent/batch-delete-pentests.md +++ b//cli/latest/reference/securityagent/batch-delete-pentests.md @@ -13 +13 @@ - * [next](batch-get-agent-spaces.html "batch-get-agent-spaces") | + * [next](batch-delete-security-requirements.html "batch-delete-security-requirements") | @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -23 +23 @@ - * [batch-get-agent-spaces →](batch-get-agent-spaces.html "next chapter \(use the right arrow\)") + * [batch-delete-security-requirements →](batch-delete-security-requirements.html "next chapter \(use the right arrow\)") @@ -316,0 +317,12 @@ deleted -> (list) +>>>>> +>>>>> 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. @@ -489,0 +502,26 @@ deleted -> (list) +>> +>> cleanUpStrategy -> (string) +>> +>>> Strategy for cleaning up resources after pentest job completion. +>>> +>>> Possible values: +>>> +>>> * `BEST_EFFORT_DELETE` +>>> * `RETAIN_ALL` +>>> + +>> +>> disableManagedSkills -> (list) +>> +>>> A 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` +>>>> + @@ -516 +554 @@ failed -> (list) - * [batch-get-agent-spaces →](batch-get-agent-spaces.html "next chapter \(use the right arrow\)") + * [batch-delete-security-requirements →](batch-delete-security-requirements.html "next chapter \(use the right arrow\)") @@ -523 +561 @@ failed -> (list) - * [next](batch-get-agent-spaces.html "batch-get-agent-spaces") | + * [next](batch-delete-security-requirements.html "batch-delete-security-requirements") | @@ -525 +563 @@ failed -> (list) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »