AWS cli documentation change
Summary
Updated CLI version reference and added form type documentation with prerequisites including domain validation and permission requirements
Security assessment
Emphasizes permission requirements and state validation for form types, improving security documentation without evidence of vulnerability remediation.
Diff
diff --git a/cli/latest/reference/datazone/get-form-type.md b/cli/latest/reference/datazone/get-form-type.md index 35f738534..bf099ea6f 100644 --- a//cli/latest/reference/datazone/get-form-type.md +++ b//cli/latest/reference/datazone/get-form-type.md @@ -15 +15 @@ - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) » @@ -60,0 +61,9 @@ Gets a metadata form type in Amazon DataZone. +Form types define the structure and validation rules for collecting metadata about assets in Amazon DataZone. They act as templates that ensure consistent metadata capture across similar types of assets, while allowing for customization to meet specific organizational needs. Form types can include required fields, validation rules, and dependencies, helping maintain high-quality metadata that makes data assets more discoverable and usable. + + * The form type with the specified identifier must exist in the given domain. + * The domain must be valid and active. + * User must have permission on the form type. + * The form type should not be deleted or in an invalid state. + + + @@ -283 +292 @@ status -> (string) - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) »