AWS cli documentation change
Summary
Added privateDnsEnabled flag, domainVerificationStatus field, and updated CLI version
Security assessment
Documents new security-related features for private DNS configuration and domain verification status monitoring, but does not indicate resolution of a specific security issue.
Diff
diff --git a/cli/latest/reference/vpc-lattice/get-service-network-resource-association.md b/cli/latest/reference/vpc-lattice/get-service-network-resource-association.md index 59e7af3f7..a11f27ff0 100644 --- a//cli/latest/reference/vpc-lattice/get-service-network-resource-association.md +++ b//cli/latest/reference/vpc-lattice/get-service-network-resource-association.md @@ -15 +15 @@ - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) » @@ -350,0 +351,4 @@ privateDnsEntry -> (structure) +privateDnsEnabled -> (boolean) + +> Indicates if private DNS is enabled in the service network resource association. + @@ -366,0 +371,12 @@ isManagedAssociation -> (boolean) +domainVerificationStatus -> (string) + +> The domain verification status in the service network resource association. +> +> Possible values: +> +> * `VERIFIED` +> * `PENDING` +> * `VERIFICATION_TIMED_OUT` +> + + @@ -377 +393 @@ isManagedAssociation -> (boolean) - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) »