diff --git a/clients/client-securityhub/src/models/models_0.ts b/clients/client-securityhub/src/models/models_0.ts index a30f7219c80b..34ea9928a7bd 100644 --- a/clients/client-securityhub/src/models/models_0.ts +++ b/clients/client-securityhub/src/models/models_0.ts @@ -370,7 +370,7 @@ export interface AwsApiCallAction { CallerType?: string; /** - *

Provided if CallerType is remoteIp. Provides information about + *

Provided if CallerType is remoteip. Provides information about * the remote IP address that the API call originated from.

* @public */ diff --git a/clients/client-securityhub/src/models/models_1.ts b/clients/client-securityhub/src/models/models_1.ts index afc80a1f3453..1c759d24c1a1 100644 --- a/clients/client-securityhub/src/models/models_1.ts +++ b/clients/client-securityhub/src/models/models_1.ts @@ -9985,14 +9985,15 @@ export interface StatusReason { } /** - *

Contains finding details that are specific to control-based findings. Only returned for - * findings generated from controls.

+ *

This object typically provides details about a control finding, such as applicable standards and the status of + * control checks. While finding providers can add custom content in Compliance object fields, they are + * typically used to review details of Security Hub control findings.

* @public */ export interface Compliance { /** - *

The result of a standards check.

- *

The valid values for Status are as follows.

+ *

Typically summarizes the result of a control check.

+ *

For Security Hub controls, valid values for Status are as follows.

*