AWS cli documentation change
Summary
Updated CLI version from 2.28.8 to 2.28.11, added documentation for engagement fields (Id, Title, Description, CreatedAt, CreatedBy, MemberCount), reorganized context parameters with improved descriptions, and fixed field ordering/structure
Security assessment
Changes appear to be documentation improvements and field additions without any explicit mention of security vulnerabilities, patches, or security incidents. The added CreatedBy field (AWS account ID tracking) and MemberCount could assist with audit capabilities but don't directly address a security issue. No security advisories or vulnerability references are present.
Diff
diff --git a/cli/latest/reference/partnercentral-selling/get-engagement.md b/cli/latest/reference/partnercentral-selling/get-engagement.md index 86fafd124..15e3313e0 100644 --- a//cli/latest/reference/partnercentral-selling/get-engagement.md +++ b//cli/latest/reference/partnercentral-selling/get-engagement.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -199,0 +200,4 @@ Disable automatically prompt for CLI input parameters. +Id -> (string) + +> The unique resource identifier of the engagement retrieved. + @@ -203,0 +208,20 @@ Arn -> (string) +Title -> (string) + +> The title of the engagement. It provides a brief, descriptive name for the engagement that is meaningful and easily recognizable. + +Description -> (string) + +> A more detailed description of the engagement. This provides additional context or information about the engagement’s purpose or scope. + +CreatedAt -> (timestamp) + +> The date and time when the Engagement was created, presented in ISO 8601 format (UTC). For example: “2023-05-01T20:37:46Z”. This timestamp helps track the lifecycle of the Engagement. + +CreatedBy -> (string) + +> The AWS account ID of the user who originally created the engagement. This field helps in tracking the origin of the engagement. + +MemberCount -> (integer) + +> Specifies the current count of members participating in the Engagement. This count includes all active members regardless of their roles or permissions within the Engagement. + @@ -211,0 +236,4 @@ Contexts -> (list) +>> Type -> (string) +>> +>>> Specifies the type of Engagement context. Valid values are “CustomerProject” or “Document”, indicating whether the context relates to a customer project or a document respectively. +>> @@ -228,8 +255,0 @@ Contexts -> (list) ->>>>> CompanyName -> (string) ->>>>> ->>>>>> Represents the name of the customer’s company associated with the Engagement Invitation. This field is used to identify the customer. ->>>>> ->>>>> CountryCode -> (string) ->>>>> ->>>>>> Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs. ->>>>> @@ -239,0 +260,4 @@ Contexts -> (list) +>>>>> CompanyName -> (string) +>>>>> +>>>>>> Represents the name of the customer’s company associated with the Engagement Invitation. This field is used to identify the customer. +>>>>> @@ -242,0 +267,4 @@ Contexts -> (list) +>>>>> +>>>>> CountryCode -> (string) +>>>>> +>>>>>> Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs. @@ -247,0 +276,4 @@ Contexts -> (list) +>>>>> Title -> (string) +>>>>> +>>>>>> The title of the project. +>>>>> @@ -255,32 +286,0 @@ Contexts -> (list) ->>>>> ->>>>> Title -> (string) ->>>>> ->>>>>> The title of the project. ->> ->> Type -> (string) ->> ->>> Specifies the type of Engagement context. Valid values are “CustomerProject” or “Document”, indicating whether the context relates to a customer project or a document respectively. - -CreatedAt -> (timestamp) - -> The date and time when the Engagement was created, presented in ISO 8601 format (UTC). For example: “2023-05-01T20:37:46Z”. This timestamp helps track the lifecycle of the Engagement. - -CreatedBy -> (string) - -> The AWS account ID of the user who originally created the engagement. This field helps in tracking the origin of the engagement. - -Description -> (string) - -> A more detailed description of the engagement. This provides additional context or information about the engagement’s purpose or scope. - -Id -> (string) - -> The unique resource identifier of the engagement retrieved. - -MemberCount -> (integer) - -> Specifies the current count of members participating in the Engagement. This count includes all active members regardless of their roles or permissions within the Engagement. - -Title -> (string) - -> The title of the engagement. It provides a brief, descriptive name for the engagement that is meaningful and easily recognizable. @@ -298 +298 @@ Title -> (string) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »