AWS cli documentation change
Summary
Added restrictions for updating services in shared/HTTP namespaces and clarified service ID/ARN usage
Security assessment
Documents access control limitations for shared resources but does not address a specific vulnerability
Diff
diff --git a/cli/latest/reference/servicediscovery/update-service.md b/cli/latest/reference/servicediscovery/update-service.md index 456ba0e21..859e3ae0d 100644 --- a//cli/latest/reference/servicediscovery/update-service.md +++ b//cli/latest/reference/servicediscovery/update-service.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -77,0 +78,9 @@ For public and private DNS namespaces, note the following: +### Note + +You can’t call `UpdateService` and update settings in the following scenarios: + + * When the service is associated with an HTTP namespace + * When the service is associated with a shared namespace and contains instances that were registered by Amazon Web Services accounts other than the account making the `UpdateService` call + + + @@ -114 +123 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/servic -> The ID of the service that you want to update. +> The ID or Amazon Resource Name (ARN) of the service that you want to update. If the namespace associated with the service is shared with your Amazon Web Services account, specify the service ARN. For more information about shared namespaces, see [Cross-account Cloud Map namespace sharing](https://docs.aws.amazon.com/cloud-map/latest/dg/sharing-namespaces.html) in the _Cloud Map Developer Guide_ @@ -415 +424 @@ OperationId -> (string) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »