AWS cli documentation change
Summary
Added --catalog parameter documentation, reordered fields, and clarified Sandbox environment usage
Security assessment
The change introduces documentation about using a Sandbox environment for secure testing, which relates to security best practices for environment isolation. However, there is no evidence of addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/partnercentral-selling/assign-opportunity.md b/cli/latest/reference/partnercentral-selling/assign-opportunity.md index 4ff45b250..62cf2fc2c 100644 --- a//cli/latest/reference/partnercentral-selling/assign-opportunity.md +++ b//cli/latest/reference/partnercentral-selling/assign-opportunity.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/partne - --assignee <value> @@ -71,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/partne + --assignee <value> @@ -95,0 +96,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/partne +`--catalog` (string) + +> Specifies the catalog associated with the request. This field takes a string value from a predefined list: `AWS` or `Sandbox` . The catalog determines which environment the opportunity is assigned in. Use `AWS` to assign real opportunities in the Amazon Web Services catalog, and `Sandbox` for testing in secure, isolated environments. + +`--identifier` (string) + +> Requires the `Opportunity` ‘s unique identifier when you want to assign it to another user. Provide the correct identifier so the intended opportunity is reassigned. + @@ -100,4 +107,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/partne -> BusinessTitle -> (string) -> ->> Specifies the business title of the assignee managing the opportunity. This helps clarify the individual’s role and responsibilities within the organization. Use the value `PartnerAccountManager` to update details of the opportunity owner. -> @@ -114,0 +119,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/partne +> +> BusinessTitle -> (string) +> +>> Specifies the business title of the assignee managing the opportunity. This helps clarify the individual’s role and responsibilities within the organization. Use the value `PartnerAccountManager` to update details of the opportunity owner. @@ -119 +127 @@ Shorthand Syntax: - BusinessTitle=string,Email=string,FirstName=string,LastName=string + Email=string,FirstName=string,LastName=string,BusinessTitle=string @@ -126 +133,0 @@ JSON Syntax: - "BusinessTitle": "string", @@ -129 +136,2 @@ JSON Syntax: - "LastName": "string" + "LastName": "string", + "BusinessTitle": "string" @@ -133,8 +140,0 @@ JSON Syntax: -`--catalog` (string) - -> Specifies the catalog associated with the request. This field takes a string value from a predefined list: `AWS` or `Sandbox` . The catalog determines which environment the opportunity is assigned in. Use `AWS` to assign real opportunities in the Amazon Web Services catalog, and `Sandbox` for testing in secure, isolated environments. - -`--identifier` (string) - -> Requires the `Opportunity` ‘s unique identifier when you want to assign it to another user. Provide the correct identifier so the intended opportunity is reassigned. - @@ -252 +252 @@ None - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »