AWS cli documentation change
Summary
Updated AWS CLI version reference, restructured command option ordering, modified pattern constraints for domainId and id fields, and reorganized output field descriptions including tagged union structure details.
Security assessment
The changes involve documentation restructuring, pattern constraint modifications (removing start/end anchors), and field reorganization. No security vulnerabilities, exploits, or weaknesses are mentioned. Pattern changes (e.g., domainId pattern updated from '^dzd[-_][a-zA-Z0-9_-]{1,36}$' to 'dzd[-_][a-zA-Z0-9_-]{1,36}') relax validation but lack evidence of addressing a specific security issue. No new security features or security-related content is added.
Diff
diff --git a/cli/latest/reference/datazone/search-user-profiles.md b/cli/latest/reference/datazone/search-user-profiles.md index c5eee6ef1..c181dcf5c 100644 --- a//cli/latest/reference/datazone/search-user-profiles.md +++ b//cli/latest/reference/datazone/search-user-profiles.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -70 +69,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--search-text <value>] @@ -71,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--search-text <value>] @@ -105,12 +105 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` -> - - -`--search-text` (string) - -> Specifies the text for which to search. -> -> Constraints: -> -> * min: `0` -> * max: `1024` +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -132,0 +122,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo +`--search-text` (string) + +> Specifies the text for which to search. +> +> Constraints: +> +> * min: `0` +> * max: `1024` +> + + @@ -258 +258 @@ items -> (list) ->> details -> (tagged union structure) +>> domainId -> (string) @@ -260,7 +260 @@ items -> (list) ->>> The details of the user profile. ->>> ->>> ### Note ->>> ->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `iam`, `sso`. ->>> ->>> iam -> (structure) +>>> The ID of the Amazon DataZone domain of the user profile. @@ -268,9 +262 @@ items -> (list) ->>>> The IAM details of the user profile. ->>>> ->>>> arn -> (string) ->>>> ->>>>> The ARN of the IAM user. ->>>> ->>>> principalId -> (string) ->>>> ->>>>> The principal ID as part of the IAM user profile details. +>>> Constraints: @@ -278 +264 @@ items -> (list) ->>> sso -> (structure) +>>> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -280,20 +265,0 @@ items -> (list) ->>>> The SSO details of the user profile. ->>>> ->>>> firstName -> (string) ->>>> ->>>>> The first name as part of the SSO user profile detail. ->>>> ->>>> lastName -> (string) ->>>> ->>>>> The last name as part of the SSO user profile detail. ->>>> ->>>> username -> (string) ->>>> ->>>>> The username as part of the SSO user profile detail. ->>>>> ->>>>> Constraints: ->>>>> ->>>>> * min: `1` ->>>>> * max: `1024` ->>>>> * pattern: `^[a-zA-Z_0-9+=,.@-]+$` ->>>>> @@ -302 +268 @@ items -> (list) ->> domainId -> (string) +>> id -> (string) @@ -304 +270 @@ items -> (list) ->>> The ID of the Amazon DataZone domain of the user profile. +>>> The ID of the user profile. @@ -308 +274 @@ items -> (list) ->>> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +>>> * pattern: `([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}` @@ -312 +278 @@ items -> (list) ->> id -> (string) +>> type -> (string) @@ -314 +280 @@ items -> (list) ->>> The ID of the user profile. +>>> The type of the user profile. @@ -316 +282 @@ items -> (list) ->>> Constraints: +>>> Possible values: @@ -318 +284,2 @@ items -> (list) ->>> * pattern: `^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$` +>>> * `IAM` +>>> * `SSO` @@ -335 +302 @@ items -> (list) ->> type -> (string) +>> details -> (tagged union structure) @@ -337 +304 @@ items -> (list) ->>> The type of the user profile. +>>> The details of the user profile. @@ -339 +306 @@ items -> (list) ->>> Possible values: +>>> ### Note @@ -341,2 +308 @@ items -> (list) ->>> * `IAM` ->>> * `SSO` +>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `iam`, `sso`. @@ -343,0 +310,26 @@ items -> (list) +>>> iam -> (structure) +>>> +>>>> The IAM details of the user profile. +>>>> +>>>> arn -> (string) +>>>> +>>>>> The ARN of the IAM user. +>>>> +>>>> principalId -> (string) +>>>> +>>>>> The principal ID as part of the IAM user profile details. +>>> +>>> sso -> (structure) +>>> +>>>> The SSO details of the user profile. +>>>> +>>>> username -> (string) +>>>> +>>>>> The username as part of the SSO user profile detail. +>>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `1` +>>>>> * max: `1024` +>>>>> * pattern: `[a-zA-Z_0-9+=,.@-]+` +>>>>> @@ -344,0 +337,8 @@ items -> (list) +>>>> +>>>> firstName -> (string) +>>>> +>>>>> The first name as part of the SSO user profile detail. +>>>> +>>>> lastName -> (string) +>>>> +>>>>> The last name as part of the SSO user profile detail. @@ -367 +367 @@ nextToken -> (string) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »