AWS cli documentation change
Summary
Updated command description, response field documentation, and added membershipAccountsConfigurations structure with organizational unit configuration details
Security assessment
Added documentation about membership account configurations and organizational unit management, which relates to security feature configuration but does not address a specific vulnerability
Diff
diff --git a/cli/latest/reference/security-ir/get-membership.md b/cli/latest/reference/security-ir/get-membership.md index 93aa46d9e..91df06d40 100644 --- a//cli/latest/reference/security-ir/get-membership.md +++ b//cli/latest/reference/security-ir/get-membership.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Grants permission to get details of a designated service membership. +Returns the attributes of a membership. @@ -201 +201 @@ accountId -> (string) -> Response element for GetMembership that provides the configured account for managing the membership. +> Response element for GetMembership that provides the account configured to manage the membership. @@ -205 +205 @@ region -> (string) -> Response element for GetMembership that provides the configured region for managing the membership. +> Response element for GetMembership that provides the region configured to manage the membership. @@ -256,0 +257,32 @@ optInFeatures -> (list) +membershipAccountsConfigurations -> (structure) + +> The `membershipAccountsConfigurations` field contains the configuration details for member accounts within the Amazon Web Services Organizations membership structure. +> +> This field returns a structure containing information about: +> +> * Account configurations for member accounts +> * Membership settings and preferences +> * Account-level permissions and roles +> + +> +> coverEntireOrganization -> (boolean) +> +>> The `coverEntireOrganization` field is a boolean value that determines whether the membership configuration applies to all accounts within an Amazon Web Services Organization. +>> +>> When set to `true` , the configuration will be applied across all accounts in the organization. When set to `false` , the configuration will only apply to specifically designated accounts under the AWS Organizational Units specificied. +> +> organizationalUnits -> (list) +> +>> A list of organizational unit IDs that follow the pattern `ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}` . These IDs represent the organizational units within an Amazon Web Services Organizations structure that are covered by the membership. +>> +>> Each organizational unit ID in the list must: +>> +>> * Begin with the prefix ‘ou-’ +>> * Contain between 4 and 32 alphanumeric characters in the first segment +>> * Contain between 8 and 32 alphanumeric characters in the second segment +>> + +>> +>> (string) + @@ -267 +299 @@ optInFeatures -> (list) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »