AWS cli documentation change
Summary
Added communicationPreferences parameter and updated CLI version
Security assessment
Extends documentation for membership notification settings without addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/security-ir/update-membership.md b/cli/latest/reference/security-ir/update-membership.md index c51c8a488..3b4881a7d 100644 --- a//cli/latest/reference/security-ir/update-membership.md +++ b//cli/latest/reference/security-ir/update-membership.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -159,0 +160,25 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi +>> +>> communicationPreferences -> (list) +>> +>>> (string) +>>> +>>>> Possible values: +>>>> +>>>> * `Case Created` +>>>> * `Case Updated` +>>>> * `Case Acknowledged` +>>>> * `Case Closed` +>>>> * `Case Updated To Service Managed` +>>>> * `Case Status Updated` +>>>> * `Case Pending Customer Action Reminder` +>>>> * `Case Attachment Url Uploaded` +>>>> * `Case Comment Added` +>>>> * `Case Comment Updated` +>>>> * `Membership Created` +>>>> * `Membership Updated` +>>>> * `Membership Cancelled` +>>>> * `Register Delegated Administrator` +>>>> * `Deregister Delegated Administrator` +>>>> * `Disable AWS Service Access` +>>>> + @@ -164 +189 @@ Shorthand Syntax: - name=string,jobTitle=string,email=string ... + name=string,jobTitle=string,email=string,communicationPreferences=string,string ... @@ -174 +199,2 @@ JSON Syntax: - "email": "string" + "email": "string", + "communicationPreferences": ["Case Created"|"Case Updated"|"Case Acknowledged"|"Case Closed"|"Case Updated To Service Managed"|"Case Status Updated"|"Case Pending Customer Action Reminder"|"Case Attachment Url Uploaded"|"Case Comment Added"|"Case Comment Updated"|"Membership Created"|"Membership Updated"|"Membership Cancelled"|"Register Delegated Administrator"|"Deregister Delegated Administrator"|"Disable AWS Service Access", ...] @@ -413 +439 @@ None - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »