AWS cli documentation change
Summary
Updated AWS CLI version reference, reordered parameters, restructured documentation sections, modified pattern constraints by removing start/end anchors, and swapped positions of lambdaExecutionRoleArn and lambdaFunctionArn with updated patterns.
Security assessment
The changes involve documentation restructuring, parameter reordering, and pattern constraint updates (removing ^/$ anchors). While pattern constraints were modified, there's no evidence of addressing a specific security vulnerability or weakness. The updates appear to be routine documentation improvements and syntax corrections without security implications.
Diff
diff --git a/cli/latest/reference/datazone/update-account-pool.md b/cli/latest/reference/datazone/update-account-pool.md index 43ace19fb..28d64278c 100644 --- a//cli/latest/reference/datazone/update-account-pool.md +++ b//cli/latest/reference/datazone/update-account-pool.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--account-source <value>] - [--description <value>] @@ -71,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--description <value>] @@ -72,0 +72 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--account-source <value>] @@ -96,0 +97,53 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo +`--domain-identifier` (string) [required] + +> The domain ID where the account pool that is to be updated lives. +> +> Constraints: +> +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` +> + + +`--identifier` (string) [required] + +> The ID of the account pool that is to be updated. +> +> Constraints: +> +> * pattern: `[a-zA-Z0-9_-]{1,36}` +> + + +`--name` (string) + +> The name of the account pool that is to be updated. +> +> Constraints: +> +> * min: `1` +> * max: `64` +> * pattern: `[\w -]+` +> + + +`--description` (string) + +> The description of the account pool that is to be udpated. +> +> Constraints: +> +> * min: `0` +> * max: `2048` +> + + +`--resolution-strategy` (string) + +> The mechanism used to resolve the account selection from the account pool. +> +> Possible values: +> +> * `MANUAL` +> + + @@ -126,12 +179 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>>> * pattern: `^\d{12}$` ->>>> - ->>> ->>> awsAccountName -> (string) ->>> ->>>> The account name. ->>>> ->>>> Constraints: ->>>> ->>>> * min: `1` ->>>> * max: `256` +>>>> * pattern: `\d{12}` @@ -156 +198 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>>>> * pattern: `^[a-z]{2}-[a-z]{4,10}-\d$` +>>>>> * pattern: `[a-z]{2}-[a-z]{4,10}-\d` @@ -158,0 +201,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo +>>> +>>> awsAccountName -> (string) +>>> +>>>> The account name. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `256` +>>>> + @@ -164 +217 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->> lambdaExecutionRoleArn -> (string) +>> lambdaFunctionArn -> (string) [required] @@ -166 +219 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the Amazon Web Services Lambda funtion if the account source is the custom account pool handler. +>>> The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler. @@ -170 +223 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> * pattern: `^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$` +>>> * pattern: `arn:(?:aws|aws-cn|aws-us-gov):lambda:(?:[a-z]{2}(?:-gov)?-[a-z]+-\d{1,}):(\d{12}):function:[a-zA-Z0-9-_]+(?::[a-zA-Z0-9-_]+)?(?:\$[\w-]+)?` @@ -174 +227 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->> lambdaFunctionArn -> (string) [required] +>> lambdaExecutionRoleArn -> (string) @@ -176 +229 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler. +>>> The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the Amazon Web Services Lambda funtion if the account source is the custom account pool handler. @@ -180 +233 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> * pattern: `^arn:(?:aws|aws-cn|aws-us-gov):lambda:(?:[a-z]{2}(?:-gov)?-[a-z]+-\d{1,}):(\d{12}):function:[a-zA-Z0-9-_]+(?::[a-zA-Z0-9-_]+)?(?:\$[\w-]+)?$` +>>> * pattern: `arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*` @@ -191,2 +244,2 @@ JSON Syntax: - "awsAccountName": "string", - "supportedRegions": ["string", ...] + "supportedRegions": ["string", ...], + "awsAccountName": "string" @@ -197,2 +250,2 @@ JSON Syntax: - "lambdaExecutionRoleArn": "string", - "lambdaFunctionArn": "string" + "lambdaFunctionArn": "string", + "lambdaExecutionRoleArn": "string" @@ -203,53 +255,0 @@ JSON Syntax: -`--description` (string) - -> The description of the account pool that is to be udpated. -> -> Constraints: -> -> * min: `0` -> * max: `2048` -> - - -`--domain-identifier` (string) [required] - -> The domain ID where the account pool that is to be updated lives. -> -> Constraints: -> -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` -> - - -`--identifier` (string) [required] - -> The ID of the account pool that is to be updated. -> -> Constraints: -> -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` -> - - -`--name` (string) - -> The name of the account pool that is to be updated. -> -> Constraints: -> -> * min: `1` -> * max: `64` -> * pattern: `^[\w -]+$` -> - - -`--resolution-strategy` (string) - -> The mechanism used to resolve the account selection from the account pool. -> -> Possible values: -> -> * `MANUAL` -> - - @@ -354,0 +355,53 @@ Disable automatically prompt for CLI input parameters. +domainId -> (string) + +> The domain ID where the account pool that is to be updated lives. +> +> Constraints: +> +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` +> + + +name -> (string) + +> The name of the account pool that is to be updated. +> +> Constraints: +> +> * min: `1` +> * max: `64` +> * pattern: `[\w -]+` +>