AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.32.11 to 2.32.13. Restructured the 'put-attribute-mapping' command documentation by reorganizing parameter order, modifying pattern constraints for profileId, profileArn, roleArn, and name fields, and relocating the attributeMappings section within the profile structure.
Security assessment
The changes involve documentation restructuring and pattern constraint modifications without explicit security context. The altered patterns (e.g., adding .* wrappers to UUID pattern) appear to be validation adjustments rather than security fixes. No vulnerabilities, exploits, or security incidents are referenced in the changes.
Diff
diff --git a/cli/latest/reference/rolesanywhere/put-attribute-mapping.md b/cli/latest/reference/rolesanywhere/put-attribute-mapping.md index 0590b8ee5..881136ddd 100644 --- a//cli/latest/reference/rolesanywhere/put-attribute-mapping.md +++ b//cli/latest/reference/rolesanywhere/put-attribute-mapping.md @@ -15 +15 @@ - * [AWS CLI 2.32.11 Command Reference](../../index.html) » + * [AWS CLI 2.32.13 Command Reference](../../index.html) » @@ -66,0 +67 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rolesa + --profile-id <value> @@ -69 +69,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rolesa - --profile-id <value> @@ -93,0 +94,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/rolesa +`--profile-id` (string) [required] + +> The unique identifier of the profile. +> +> Constraints: +> +> * min: `36` +> * max: `36` +> * pattern: `.*[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}.*` +> + + @@ -142,12 +153,0 @@ JSON Syntax: -`--profile-id` (string) [required] - -> The unique identifier of the profile. -> -> Constraints: -> -> * min: `36` -> * max: `36` -> * pattern: `[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}` -> - - @@ -257,5 +257 @@ profile -> (structure) -> acceptRoleSessionName -> (boolean) -> ->> Used to determine if a custom role session name will be accepted in a temporary credential request. -> -> attributeMappings -> (list) +> profileId -> (string) @@ -263 +259 @@ profile -> (structure) ->> A mapping applied to the authenticating end-entity certificate. +>> The unique identifier of the profile. @@ -265 +261,5 @@ profile -> (structure) ->> (structure) +>> Constraints: +>> +>> * min: `36` +>> * max: `36` +>> * pattern: `.*[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}.*` @@ -267,31 +266,0 @@ profile -> (structure) ->>> A mapping applied to the authenticating end-entity certificate. ->>> ->>> certificateField -> (string) ->>> ->>>> Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates. ->>>> ->>>> Possible values: ->>>> ->>>> * `x509Subject` ->>>> * `x509Issuer` ->>>> * `x509SAN` ->>>> - ->>> ->>> mappingRules -> (list) ->>> ->>>> A list of mapping entries for every supported specifier or sub-field. ->>>> ->>>> (structure) ->>>> ->>>>> A single mapping entry for each supported specifier or sub-field. ->>>>> ->>>>> specifier -> (string) [required] ->>>>> ->>>>>> Specifier within a certificate field, such as CN, OU, or UID from the Subject field. ->>>>>> ->>>>>> Constraints: ->>>>>> ->>>>>> * min: `0` ->>>>>> * max: `60` ->>>>>> @@ -300,17 +269 @@ profile -> (structure) -> createdAt -> (timestamp) -> ->> The ISO-8601 timestamp when the profile was created. -> -> createdBy -> (string) -> ->> The Amazon Web Services account that created the profile. -> -> durationSeconds -> (integer) -> ->> Used to determine how long sessions vended using this profile are valid for. See the `Expiration` section of the [CreateSession API documentation](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object) page for more details. In requests, if this value is not provided, the default value will be 3600. -> -> enabled -> (boolean) -> ->> Indicates whether the profile is enabled. -> -> managedPolicyArns -> (list) +> profileArn -> (string) @@ -318 +271 @@ profile -> (structure) ->> A list of managed policy ARNs that apply to the vended session credentials. +>> The ARN of the profile. @@ -322,6 +275,3 @@ profile -> (structure) ->> * min: `0` ->> * max: `50` ->> - ->> ->> (string) +>> * min: `1` +>> * max: `1011` +>> * pattern: `arn:aws(-[^:]+)?:rolesanywhere(:.*){2}(:profile.*)` @@ -329,5 +278,0 @@ profile -> (structure) ->>> Constraints: ->>> ->>> * min: `1` ->>> * max: `200` ->>> @@ -344 +289 @@ profile -> (structure) ->> * pattern: `^[ a-zA-Z0-9-_]*$` +>> * pattern: `[ a-zA-Z0-9-_]*` @@ -348 +293 @@ profile -> (structure) -> profileArn -> (string) +> requireInstanceProperties -> (boolean) @@ -350,9 +295 @@ profile -> (structure) ->> The ARN of the profile. ->> ->> Constraints: ->> ->> * min: `1` ->> * max: `1011` ->> * pattern: `^arn:aws(-[^:]+)?:rolesanywhere(:.*){2}(:profile.*)$` ->> - +>> Unused, saved for future use. Will likely specify whether instance properties are required in temporary credential requests with this profile. @@ -360 +297 @@ profile -> (structure) -> profileId -> (string) +> enabled -> (boolean) @@ -362,9 +299 @@ profile -> (structure) ->> The unique identifier of the profile. ->> ->> Constraints: ->> ->> * min: `36` ->> * max: `36` ->> * pattern: `[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}` ->> - +>> Indicates whether the profile is enabled. @@ -372 +301,5 @@ profile -> (structure) -> requireInstanceProperties -> (boolean) +> createdBy -> (string) +> +>> The Amazon Web Services account that created the profile. +> +> sessionPolicy -> (string) @@ -374 +307 @@ profile -> (structure) ->> Specifies whether instance properties are required in temporary credential requests with this profile. +>> A session policy that applies to the trust boundary of the vended session credentials. @@ -393 +326 @@ profile -> (structure) ->>> * pattern: `^arn:aws(-[^:]+)?:iam(:.*){2}(:role.*)$` +>>> * pattern: `arn:aws(-[^:]+)?:iam(:.*){2}(:role.*)` @@ -397 +330 @@ profile -> (structure) -> sessionPolicy -> (string) +> managedPolicyArns -> (list) @@ -399 +332,21 @@ profile -> (structure) ->> A session policy that applies to the trust boundary of the vended session credentials. +>> A list of managed policy ARNs that apply to the vended session credentials. +>> +>> Constraints: +>> +>> * min: `0` +>> * max: `50` +>> + +>> +>> (string) +>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `200` +>>> + +> +> createdAt -> (timestamp) +> +>> The ISO-8601 timestamp when the profile was created. @@ -403,0 +357,47 @@ profile -> (structure) +> +> durationSeconds -> (integer) +> +>> Used to determine how long sessions vended using this profile are valid for. See the `Expiration` section of the [CreateSession API documentation](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object) page for more details. In requests, if this value is not provided, the default value will be 3600. +>