AWS cli documentation change
Summary
Updated AWS CLI version references, modified regex patterns by removing start-of-string anchors (^), restructured output fields, added new field documentation, and reordered accountSource parameters.
Security assessment
The changes involve documentation updates without explicit security context. Pattern modifications (removing ^ anchors) relax input validation requirements but don't directly address vulnerabilities. Field restructuring and additions appear to be routine documentation improvements. No security vulnerabilities, weaknesses, or incidents are mentioned.
Diff
diff --git a/cli/latest/reference/datazone/get-account-pool.md b/cli/latest/reference/datazone/get-account-pool.md index 90a2fba96..d65558bbd 100644 --- a//cli/latest/reference/datazone/get-account-pool.md +++ b//cli/latest/reference/datazone/get-account-pool.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -99 +99 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -109 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -211,0 +212,53 @@ Disable automatically prompt for CLI input parameters. +domainId -> (string) + +> The ID of the domain in which the account pool lives whose details are to be displayed. +> +> Constraints: +> +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` +> + + +name -> (string) + +> The name of the account pool. +> +> Constraints: +> +> * min: `1` +> * max: `64` +> * pattern: `[\w -]+` +> + + +id -> (string) + +> The ID of the account pool. +> +> Constraints: +> +> * pattern: `[a-zA-Z0-9_-]{1,36}` +> + + +description -> (string) + +> The description of the account pool. +> +> Constraints: +> +> * min: `0` +> * max: `2048` +> + + +resolutionStrategy -> (string) + +> The mechanism used to resolve the account selection from the account pool. +> +> Possible values: +> +> * `MANUAL` +> + + @@ -241,12 +294 @@ accountSource -> (tagged union structure) ->>>> * pattern: `^\d{12}$` ->>>> - ->>> ->>> awsAccountName -> (string) ->>> ->>>> The account name. ->>>> ->>>> Constraints: ->>>> ->>>> * min: `1` ->>>> * max: `256` +>>>> * pattern: `\d{12}` @@ -271 +313 @@ accountSource -> (tagged union structure) ->>>>> * pattern: `^[a-z]{2}-[a-z]{4,10}-\d$` +>>>>> * pattern: `[a-z]{2}-[a-z]{4,10}-\d` @@ -273,0 +316,11 @@ accountSource -> (tagged union structure) +>>> +>>> awsAccountName -> (string) +>>> +>>>> The account name. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `256` +>>>> + @@ -279 +332 @@ accountSource -> (tagged union structure) ->> lambdaExecutionRoleArn -> (string) +>> lambdaFunctionArn -> (string) [required] @@ -281 +334 @@ accountSource -> (tagged union structure) ->>> 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. @@ -285 +338 @@ accountSource -> (tagged union structure) ->>> * 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-]+)?` @@ -289 +342 @@ accountSource -> (tagged union structure) ->> lambdaFunctionArn -> (string) [required] +>> lambdaExecutionRoleArn -> (string) @@ -291 +344 @@ accountSource -> (tagged union structure) ->>> 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. @@ -295 +348 @@ accountSource -> (tagged union structure) ->>> * 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+=,.@-]*` @@ -299,4 +351,0 @@ accountSource -> (tagged union structure) -createdAt -> (timestamp) - -> The timestamp at which the account pool was created. - @@ -307 +356 @@ createdBy -> (string) -description -> (string) +createdAt -> (timestamp) @@ -309,7 +358 @@ description -> (string) -> The description of the account pool. -> -> Constraints: -> -> * min: `0` -> * max: `2048` -> +> The timestamp at which the account pool was created. @@ -316,0 +360 @@ description -> (string) +lastUpdatedAt -> (timestamp) @@ -318 +362 @@ description -> (string) -domainId -> (string) +> The timestamp at which the account pool was last updated. @@ -320,6 +364 @@ domainId -> (string) -> The ID of the domain in which the account pool lives whose details are to be displayed. -> -> Constraints: -> -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` -> +updatedBy -> (string) @@ -326,0 +366 @@ domainId -> (string) +> The user who last updated the account pool. @@ -336 +376 @@ domainUnitId -> (string) -> * pattern: `^[a-z0-9_\-]+$` +> * pattern: `[a-z0-9_\-]+` @@ -340,40 +379,0 @@ domainUnitId -> (string) -id -> (string) - -> The ID of the account pool. -> -> Constraints: -> -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` -> - - -lastUpdatedAt -> (timestamp) - -> The timestamp at which the account pool was last updated. - -name -> (string) - -> The name of the account pool. -> -> Constraints: -> -> * min: `1` -> * max: `64` -> * pattern: `^[\w -]+$` -> - - -resolutionStrategy -> (string) - -> The mechanism used to resolve the account selection from the account pool. -> -> Possible values: -> -> * `MANUAL` -> - - -updatedBy -> (string) - -> The user who last updated the account pool. - @@ -390 +390 @@ updatedBy -> (string) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »