|
3646 | 3646 | "Vulnerabilities":{
|
3647 | 3647 | "shape":"VulnerabilityList",
|
3648 | 3648 | "documentation":"<p>Provides a list of vulnerabilities associated with the findings.</p>"
|
| 3649 | + }, |
| 3650 | + "PatchSummary":{ |
| 3651 | + "shape":"PatchSummary", |
| 3652 | + "documentation":"<p>Provides an overview of the patch compliance status for an instance against a selected compliance standard.</p>" |
3649 | 3653 | }
|
3650 | 3654 | },
|
3651 | 3655 | "documentation":"<p>Provides consistent format for the contents of the Security Hub-aggregated findings. <code>AwsSecurityFinding</code> format enables you to share findings between AWS security services and third-party solutions, and security standards checks.</p> <note> <p>A finding is a potential security issue generated either by AWS services (Amazon GuardDuty, Amazon Inspector, and Amazon Macie) or by the integrated third-party solutions and standards checks.</p> </note>"
|
|
5742 | 5746 | "aws-us-gov"
|
5743 | 5747 | ]
|
5744 | 5748 | },
|
| 5749 | + "PatchSummary":{ |
| 5750 | + "type":"structure", |
| 5751 | + "required":["Id"], |
| 5752 | + "members":{ |
| 5753 | + "Id":{ |
| 5754 | + "shape":"NonEmptyString", |
| 5755 | + "documentation":"<p>The identifier of the compliance standard that was used to determine the patch compliance status.</p>" |
| 5756 | + }, |
| 5757 | + "InstalledCount":{ |
| 5758 | + "shape":"Integer", |
| 5759 | + "documentation":"<p>The number of patches from the compliance standard that were installed successfully.</p>" |
| 5760 | + }, |
| 5761 | + "MissingCount":{ |
| 5762 | + "shape":"Integer", |
| 5763 | + "documentation":"<p>The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.</p>" |
| 5764 | + }, |
| 5765 | + "FailedCount":{ |
| 5766 | + "shape":"Integer", |
| 5767 | + "documentation":"<p>The number of patches from the compliance standard that failed to install.</p>" |
| 5768 | + }, |
| 5769 | + "InstalledOtherCount":{ |
| 5770 | + "shape":"Integer", |
| 5771 | + "documentation":"<p>The number of installed patches that are not part of the compliance standard.</p>" |
| 5772 | + }, |
| 5773 | + "InstalledRejectedCount":{ |
| 5774 | + "shape":"Integer", |
| 5775 | + "documentation":"<p>The number of patches that are installed but are also on a list of patches that the customer rejected.</p>" |
| 5776 | + }, |
| 5777 | + "InstalledPendingReboot":{ |
| 5778 | + "shape":"Integer", |
| 5779 | + "documentation":"<p>The number of patches that were installed since the last time the instance was rebooted.</p>" |
| 5780 | + }, |
| 5781 | + "OperationStartTime":{ |
| 5782 | + "shape":"NonEmptyString", |
| 5783 | + "documentation":"<p>Indicates when the operation started.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>" |
| 5784 | + }, |
| 5785 | + "OperationEndTime":{ |
| 5786 | + "shape":"NonEmptyString", |
| 5787 | + "documentation":"<p>Indicates when the operation completed.</p> <p>Uses the <code>date-time</code> format specified in <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\">RFC 3339 section 5.6, Internet Date/Time Format</a>. The value cannot contain spaces. For example, <code>2020-03-22T13:22:13.933Z</code>.</p>" |
| 5788 | + }, |
| 5789 | + "RebootOption":{ |
| 5790 | + "shape":"NonEmptyString", |
| 5791 | + "documentation":"<p>The reboot option specified for the instance.</p>" |
| 5792 | + }, |
| 5793 | + "Operation":{ |
| 5794 | + "shape":"NonEmptyString", |
| 5795 | + "documentation":"<p>The type of patch operation performed. For Patch Manager, the values are <code>SCAN</code> and <code>INSTALL</code>. </p>" |
| 5796 | + } |
| 5797 | + }, |
| 5798 | + "documentation":"<p>Provides an overview of the patch compliance status for an instance against a selected compliance standard.</p>" |
| 5799 | + }, |
5745 | 5800 | "PortRange":{
|
5746 | 5801 | "type":"structure",
|
5747 | 5802 | "members":{
|
|
0 commit comments