Package-level declarations

Types

Link copied to clipboard
enum AssociationComplianceSeverity : Enum<AssociationComplianceSeverity> , ConvertibleToJava<AssociationComplianceSeverity>

The severity level that is assigned to the association.

Link copied to clipboard
enum AssociationSyncCompliance : Enum<AssociationSyncCompliance> , ConvertibleToJava<AssociationSyncCompliance>

The mode for generating association compliance. You can specify AUTO or MANUAL . In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT . If the association execution doesn't run successfully, the association is NON-COMPLIANT . In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API action. In this case, compliance data is not managed by State Manager. It is managed by your direct call to the PutComplianceItems API action. By default, all associations use AUTO mode.

Link copied to clipboard
enum DocumentAttachmentsSourceKey : Enum<DocumentAttachmentsSourceKey> , ConvertibleToJava<DocumentAttachmentsSourceKey>

The key of a key-value pair that identifies the location of an attachment to a document.

Link copied to clipboard
enum DocumentFormat : Enum<DocumentFormat> , ConvertibleToJava<DocumentFormat>

Specify the document format for the request. The document format can be either JSON or YAML. JSON is the default format.

Link copied to clipboard
enum DocumentType : Enum<DocumentType> , ConvertibleToJava<DocumentType>

The type of document to create.

Link copied to clipboard
enum DocumentUpdateMethod : Enum<DocumentUpdateMethod> , ConvertibleToJava<DocumentUpdateMethod>

Update method - when set to 'Replace', the update will replace the existing document; when set to 'NewVersion', the update will create a new version.

Link copied to clipboard
enum ParameterDataType : Enum<ParameterDataType> , ConvertibleToJava<ParameterDataType>

The data type of the parameter, such as `text` or `aws:ec2:image`. The default is `text`.

Link copied to clipboard
enum ParameterTier : Enum<ParameterTier> , ConvertibleToJava<ParameterTier>

The parameter tier.

Link copied to clipboard
enum ParameterType : Enum<ParameterType> , ConvertibleToJava<ParameterType>

The type of parameter.

enum PatchBaselineApprovedPatchesComplianceLevel : Enum<PatchBaselineApprovedPatchesComplianceLevel> , ConvertibleToJava<PatchBaselineApprovedPatchesComplianceLevel>

Defines the compliance level for approved patches. This means that if an approved patch is reported as missing, this is the severity of the compliance violation. The default value is UNSPECIFIED.

Link copied to clipboard
enum PatchBaselineOperatingSystem : Enum<PatchBaselineOperatingSystem> , ConvertibleToJava<PatchBaselineOperatingSystem>

Defines the operating system the patch baseline applies to. The Default value is WINDOWS.

Link copied to clipboard
enum PatchBaselinePatchFilterKey : Enum<PatchBaselinePatchFilterKey> , ConvertibleToJava<PatchBaselinePatchFilterKey>

The key for the filter. For information about valid keys, see PatchFilter in the AWS Systems Manager API Reference .

Link copied to clipboard
enum PatchBaselineRejectedPatchesAction : Enum<PatchBaselineRejectedPatchesAction> , ConvertibleToJava<PatchBaselineRejectedPatchesAction>

The action for Patch Manager to take on patches included in the RejectedPackages list.

Link copied to clipboard
enum PatchBaselineRuleComplianceLevel : Enum<PatchBaselineRuleComplianceLevel> , ConvertibleToJava<PatchBaselineRuleComplianceLevel>

A compliance severity level for all approved patches in a patch baseline. Valid compliance severity levels include the following: UNSPECIFIED , CRITICAL , HIGH , MEDIUM , LOW , and INFORMATIONAL .