AWS cli medium security documentation change
Summary
Corrected parameter documentation for analytics and NLP configurations, fixed parameter ordering, and improved field descriptions
Security assessment
The change fixes incorrect documentation around security-sensitive configuration states (ENABLED/DISABLED statuses) for analytics and NLP features. Proper documentation of security configuration states helps prevent misconfiguration risks.
Diff
diff --git a/cli/latest/reference/healthlake/update-fhir-datastore.md b/cli/latest/reference/healthlake/update-fhir-datastore.md index dde78448b..b2e875224 100644 --- a//cli/latest/reference/healthlake/update-fhir-datastore.md +++ b//cli/latest/reference/healthlake/update-fhir-datastore.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/health - [--analytics-configuration <value>] @@ -70,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/health + [--analytics-configuration <value>] @@ -98 +98 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/health -`--datastore-id` (string) [required] The data store identifier. +`--datastore-id` (string) [required] @@ -99,0 +100,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/health +> The data store identifier. +> @@ -108 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/health -`--datastore-name` (string) The data store name. +`--datastore-name` (string) @@ -109,0 +112,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/health +> The data store name. +> @@ -118 +122 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/health -`--analytics-configuration` (structure) The analytics configuration for the data store.Status -> (string) +`--nlp-configuration` (structure) @@ -120 +124 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/health -> The status of the analytics configuration. +> The natural language processing (NLP) configuration for the data store. @@ -122,8 +126 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/health -> Possible values: -> -> * `ENABLED` -> * `ENABLING` -> * `DISABLED` -> * `DISABLING` -> * `PAUSING` -> * `PAUSED` +> Status -> (string) @@ -130,0 +128,9 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/health +>> The status of the NLP configuration. +>> +>> Possible values: +>> +>> * `ENABLED` +>> * `DISABLED` +>> * `ENABLING` +>> * `DISABLING` +>> @@ -143 +149 @@ JSON Syntax: - "Status": "ENABLED"|"ENABLING"|"DISABLED"|"DISABLING"|"PAUSING"|"PAUSED" + "Status": "ENABLED"|"DISABLED"|"ENABLING"|"DISABLING" @@ -147 +153 @@ JSON Syntax: -`--nlp-configuration` (structure) The NLP configuration for the data store.Status -> (string) +`--analytics-configuration` (structure) @@ -149,3 +155 @@ JSON Syntax: -> The status of the NLP configuration. -> -> Possible values: +> The analytics configuration for the data store. @@ -153,4 +157 @@ JSON Syntax: -> * `ENABLED` -> * `DISABLED` -> * `ENABLING` -> * `DISABLING` +> Status -> (string) @@ -157,0 +159,11 @@ JSON Syntax: +>> The status of the analytics configuration. +>> +>> Possible values: +>> +>> * `ENABLED` +>> * `ENABLING` +>> * `DISABLED` +>> * `DISABLING` +>> * `PAUSING` +>> * `PAUSED` +>> @@ -170 +182 @@ JSON Syntax: - "Status": "ENABLED"|"DISABLED"|"ENABLING"|"DISABLING" + "Status": "ENABLED"|"ENABLING"|"DISABLED"|"DISABLING"|"PAUSING"|"PAUSED" @@ -174 +186 @@ JSON Syntax: -`--profile-configuration` (structure) The profile configuration for the data store.DefaultProfiles -> (list) +`--profile-configuration` (structure) @@ -176 +188 @@ JSON Syntax: -> The list of default profiles for the data store. +> The profile configuration for the data store. @@ -178 +190 @@ JSON Syntax: -> (string) +> DefaultProfiles -> (list) @@ -180 +192 @@ JSON Syntax: ->> Constraints: +>> The list of default profiles for the data store. @@ -182,2 +194 @@ JSON Syntax: ->> * max: `10000` ->> * pattern: `[\P{M}\p{M}]{0,10000}` +>> (string) @@ -184,0 +196,5 @@ JSON Syntax: +>>> Constraints: +>>> +>>> * max: `10000` +>>> * pattern: `[\P{M}\p{M}]{0,10000}` +>>> @@ -201 +217 @@ JSON Syntax: -`--identity-provider-configuration` (structure) The identity provider configuration for the data store.AuthorizationStrategy -> (string) [required] +`--identity-provider-configuration` (structure) @@ -202,0 +219,4 @@ JSON Syntax: +> The identity provider configuration for the data store. +> +> AuthorizationStrategy -> (string) [required] +> @@ -652 +672 @@ DatastoreProperties -> (structure) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »