AWS cli documentation change
Summary
Added support for third-party service-linked configuration recorders via ARN parameter and updated service-principal documentation
Security assessment
Enhances functionality for third-party integrations but contains no security vulnerability fixes or security feature documentation
Diff
diff --git a/cli/latest/reference/configservice/delete-service-linked-configuration-recorder.md b/cli/latest/reference/configservice/delete-service-linked-configuration-recorder.md index b577649bc..e2ad9fffc 100644 --- a//cli/latest/reference/configservice/delete-service-linked-configuration-recorder.md +++ b//cli/latest/reference/configservice/delete-service-linked-configuration-recorder.md @@ -15 +15 @@ - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) » @@ -75 +75,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/config - --service-principal <value> + [--service-principal <value>] + [--arn <value>] @@ -101 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/config -`--service-principal` (string) [required] +`--service-principal` (string) @@ -103 +104 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/config -> The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to delete. +> The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to delete. This field is only supported for Amazon Web Services service principals. For third-party service-linked configuration recorders, use `Arn` instead. @@ -112,0 +114,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/config +`--arn` (string) + +> The Amazon Resource Name (ARN) of the service-linked configuration recorder that you want to delete. For third-party service-linked configuration recorders, you must use `Arn` . You must specify exactly one of `Arn` or `ServicePrincipal` . +> +> Constraints: +> +> * min: `1` +> * max: `1000` +> + + @@ -258 +270 @@ Name -> (string) - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) »