|
1512 | 1512 | "RemoteIpDetails": {
|
1513 | 1513 | "target": "com.amazonaws.securityhub#ActionRemoteIpDetails",
|
1514 | 1514 | "traits": {
|
1515 |
| - "smithy.api#documentation": "<p>Provided if <code>CallerType</code> is <code>remoteIp</code>. Provides information about\n the remote IP address that the API call originated from.</p>" |
| 1515 | + "smithy.api#documentation": "<p>Provided if <code>CallerType</code> is <code>remoteip</code>. Provides information about\n the remote IP address that the API call originated from.</p>" |
1516 | 1516 | }
|
1517 | 1517 | },
|
1518 | 1518 | "DomainDetails": {
|
@@ -22171,42 +22171,42 @@
|
22171 | 22171 | "Status": {
|
22172 | 22172 | "target": "com.amazonaws.securityhub#ComplianceStatus",
|
22173 | 22173 | "traits": {
|
22174 |
| - "smithy.api#documentation": "<p>The result of a standards check.</p>\n <p>The valid values for <code>Status</code> are as follows.</p>\n <ul>\n <li>\n <ul>\n <li>\n <p>\n <code>PASSED</code> - Standards check passed for all evaluated\n resources.</p>\n </li>\n <li>\n <p>\n <code>WARNING</code> - Some information is missing or this check is not\n supported for your configuration.</p>\n </li>\n <li>\n <p>\n <code>FAILED</code> - Standards check failed for at least one evaluated\n resource.</p>\n </li>\n <li>\n <p>\n <code>NOT_AVAILABLE</code> - Check could not be performed due to a service\n outage, API error, or because the result of the Config evaluation was\n <code>NOT_APPLICABLE</code>. If the Config evaluation result was\n <code>NOT_APPLICABLE</code> for a Security Hub control, Security Hub automatically archives\n the finding after 3 days.</p>\n </li>\n </ul>\n </li>\n </ul>" |
| 22174 | + "smithy.api#documentation": "<p>Typically summarizes the result of a control check.</p>\n <p>For Security Hub controls, valid values for <code>Status</code> are as follows.</p>\n <ul>\n <li>\n <ul>\n <li>\n <p>\n <code>PASSED</code> - Standards check passed for all evaluated\n resources.</p>\n </li>\n <li>\n <p>\n <code>WARNING</code> - Some information is missing or this check is not\n supported for your configuration.</p>\n </li>\n <li>\n <p>\n <code>FAILED</code> - Standards check failed for at least one evaluated\n resource.</p>\n </li>\n <li>\n <p>\n <code>NOT_AVAILABLE</code> - Check could not be performed due to a service\n outage, API error, or because the result of the Config evaluation was\n <code>NOT_APPLICABLE</code>. If the Config evaluation result was\n <code>NOT_APPLICABLE</code> for a Security Hub control, Security Hub automatically archives\n the finding after 3 days.</p>\n </li>\n </ul>\n </li>\n </ul>" |
22175 | 22175 | }
|
22176 | 22176 | },
|
22177 | 22177 | "RelatedRequirements": {
|
22178 | 22178 | "target": "com.amazonaws.securityhub#RelatedRequirementsList",
|
22179 | 22179 | "traits": {
|
22180 |
| - "smithy.api#documentation": "<p>For a control, the industry or regulatory framework requirements that are related to the\n control. The check for that control is aligned with these requirements.</p>\n <p>Array Members: Maximum number of 32 items.</p>" |
| 22180 | + "smithy.api#documentation": "<p>Typically provides the industry or regulatory framework requirements that are related to a\n control. The check for that control is aligned with these requirements.</p>\n <p>Array Members: Maximum number of 32 items.</p>" |
22181 | 22181 | }
|
22182 | 22182 | },
|
22183 | 22183 | "StatusReasons": {
|
22184 | 22184 | "target": "com.amazonaws.securityhub#StatusReasonsList",
|
22185 | 22185 | "traits": {
|
22186 |
| - "smithy.api#documentation": "<p>For findings generated from controls, a list of reasons behind the value of\n <code>Status</code>. For the list of status reason codes and their meanings, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-results.html#securityhub-standards-results-asff\">Standards-related information in the ASFF</a> in the\n <i>Security Hub User Guide</i>. </p>" |
| 22186 | + "smithy.api#documentation": "<p>Typically used to provide a list of reasons for the value of <code>Status</code>.</p>" |
22187 | 22187 | }
|
22188 | 22188 | },
|
22189 | 22189 | "SecurityControlId": {
|
22190 | 22190 | "target": "com.amazonaws.securityhub#NonEmptyString",
|
22191 | 22191 | "traits": {
|
22192 |
| - "smithy.api#documentation": "<p>\n The unique identifier of a control across standards. Values for this field typically consist of an \n Amazon Web Servicesservice and a number, such as APIGateway.5.\n </p>" |
| 22192 | + "smithy.api#documentation": "<p>\n Typically provides the unique identifier of a control across standards. For Security Hub controls, this field consists of an \n Amazon Web Servicesservice and a unique number, such as <code>APIGateway.5</code>.\n </p>" |
22193 | 22193 | }
|
22194 | 22194 | },
|
22195 | 22195 | "AssociatedStandards": {
|
22196 | 22196 | "target": "com.amazonaws.securityhub#AssociatedStandardsList",
|
22197 | 22197 | "traits": {
|
22198 |
| - "smithy.api#documentation": "<p>The enabled security standards in which a security control is currently enabled.\n </p>" |
| 22198 | + "smithy.api#documentation": "<p>Typically provides an array of enabled security standards in which a security control is currently enabled.\n </p>" |
22199 | 22199 | }
|
22200 | 22200 | },
|
22201 | 22201 | "SecurityControlParameters": {
|
22202 | 22202 | "target": "com.amazonaws.securityhub#SecurityControlParametersList",
|
22203 | 22203 | "traits": {
|
22204 |
| - "smithy.api#documentation": "<p>\n An object that includes security control parameter names and values.\n </p>" |
| 22204 | + "smithy.api#documentation": "<p>\n Typically an object that includes security control parameter names and values.\n </p>" |
22205 | 22205 | }
|
22206 | 22206 | }
|
22207 | 22207 | },
|
22208 | 22208 | "traits": {
|
22209 |
| - "smithy.api#documentation": "<p>Contains finding details that are specific to control-based findings. Only returned for\n findings generated from controls.</p>" |
| 22209 | + "smithy.api#documentation": "<p>This object typically provides details about a control finding, such as applicable standards and the status of \n control checks. While finding providers can add custom content in <code>Compliance</code> object fields, they are \n typically used to review details of Security Hub control findings.</p>" |
22210 | 22210 | }
|
22211 | 22211 | },
|
22212 | 22212 | "com.amazonaws.securityhub#ComplianceStatus": {
|
|
0 commit comments