AWS cli documentation change
Summary
Added --owner-account parameter and clarified namespace ownership requirements
Security assessment
Adds documentation about specifying account ownership for shared namespaces, which relates to access control but does not indicate a security vulnerability fix
Diff
diff --git a/cli/latest/reference/servicediscovery/discover-instances.md b/cli/latest/reference/servicediscovery/discover-instances.md index 7f18572fc..7e5c74a30 100644 --- a//cli/latest/reference/servicediscovery/discover-instances.md +++ b//cli/latest/reference/servicediscovery/discover-instances.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -73,0 +74 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/servic + [--owner-account <value>] @@ -100 +101 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/servic -> The `HttpName` name of the namespace. It’s found in the `HttpProperties` member of the `Properties` member of the namespace. In most cases, `Name` and `HttpName` match. However, if you reuse `Name` for namespace creation, a generated hash is added to `HttpName` to distinguish the two. +> The `HttpName` name of the namespace. The `HttpName` is found in the `HttpProperties` member of the `Properties` member of the namespace. In most cases, `Name` and `HttpName` match. However, if you reuse `Name` for namespace creation, a generated hash is added to `HttpName` to distinguish the two. @@ -180,0 +182,4 @@ JSON Syntax: +`--owner-account` (string) + +> The ID of the Amazon Web Services account that owns the namespace associated with the instance, as specified in the namespace `ResourceOwner` field. For instances associated with namespaces that are shared with your account, you must specify an `OwnerAccount` . + @@ -367 +372 @@ InstancesRevision -> (long) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »