AWS cli documentation change
Summary
Improved command description and parameter documentation. Updated CLI version references from 2.34.41 to 2.34.44.
Security assessment
Changes enhance clarity but don't address security issues. KMS encryption reference remains consistent without indicating new security fixes.
Diff
diff --git a/cli/latest/reference/securityagent/get-integration.md b/cli/latest/reference/securityagent/get-integration.md index 10863b9c1..db82760cd 100644 --- a//cli/latest/reference/securityagent/get-integration.md +++ b//cli/latest/reference/securityagent/get-integration.md @@ -15 +15 @@ - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Gets Integration metadata from the provided id +Retrieves information about an integration. @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Unique identifier of the integration +> The unique identifier of the integration to retrieve. @@ -212 +212 @@ integrationId -> (string) -> Unique identifier of the integration +> The unique identifier of the integration. @@ -216 +216 @@ installationId -> (string) -> Installation identifier from the provider +> The installation identifier from the integration provider. @@ -220 +220 @@ provider -> (string) -> Provider type +> The integration provider. @@ -230 +230 @@ providerType -> (string) -> Type of provider integration +> The type of the integration provider. @@ -241 +241 @@ displayName -> (string) -> Display name for the integration +> The display name of the integration. @@ -245 +245 @@ kmsKeyId -> (string) -> KMS key ID for encrypting integration details +> The identifier of the AWS KMS key used to encrypt data associated with the integration. @@ -257 +257 @@ kmsKeyId -> (string) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »