Skip to content

Literals#

Index > SSM > Literals

Auto-generated documentation for SSM type annotations stubs module types-aiobotocore-ssm.

AssociationComplianceSeverityType#

# AssociationComplianceSeverityType usage example

from types_aiobotocore_ssm.literals import AssociationComplianceSeverityType

def get_value() -> AssociationComplianceSeverityType:
    return "CRITICAL"
# AssociationComplianceSeverityType definition

AssociationComplianceSeverityType = Literal[
    "CRITICAL",
    "HIGH",
    "LOW",
    "MEDIUM",
    "UNSPECIFIED",
]

AssociationExecutionFilterKeyType#

# AssociationExecutionFilterKeyType usage example

from types_aiobotocore_ssm.literals import AssociationExecutionFilterKeyType

def get_value() -> AssociationExecutionFilterKeyType:
    return "CreatedTime"
# AssociationExecutionFilterKeyType definition

AssociationExecutionFilterKeyType = Literal[
    "CreatedTime",
    "ExecutionId",
    "Status",
]

AssociationExecutionTargetsFilterKeyType#

# AssociationExecutionTargetsFilterKeyType usage example

from types_aiobotocore_ssm.literals import AssociationExecutionTargetsFilterKeyType

def get_value() -> AssociationExecutionTargetsFilterKeyType:
    return "ResourceId"
# AssociationExecutionTargetsFilterKeyType definition

AssociationExecutionTargetsFilterKeyType = Literal[
    "ResourceId",
    "ResourceType",
    "Status",
]

AssociationFilterKeyType#

# AssociationFilterKeyType usage example

from types_aiobotocore_ssm.literals import AssociationFilterKeyType

def get_value() -> AssociationFilterKeyType:
    return "AssociationId"
# AssociationFilterKeyType definition

AssociationFilterKeyType = Literal[
    "AssociationId",
    "AssociationName",
    "AssociationStatusName",
    "InstanceId",
    "LastExecutedAfter",
    "LastExecutedBefore",
    "Name",
    "ResourceGroupName",
]

AssociationFilterOperatorTypeType#

# AssociationFilterOperatorTypeType usage example

from types_aiobotocore_ssm.literals import AssociationFilterOperatorTypeType

def get_value() -> AssociationFilterOperatorTypeType:
    return "EQUAL"
# AssociationFilterOperatorTypeType definition

AssociationFilterOperatorTypeType = Literal[
    "EQUAL",
    "GREATER_THAN",
    "LESS_THAN",
]

AssociationStatusNameType#

# AssociationStatusNameType usage example

from types_aiobotocore_ssm.literals import AssociationStatusNameType

def get_value() -> AssociationStatusNameType:
    return "Failed"
# AssociationStatusNameType definition

AssociationStatusNameType = Literal[
    "Failed",
    "Pending",
    "Success",
]

AssociationSyncComplianceType#

# AssociationSyncComplianceType usage example

from types_aiobotocore_ssm.literals import AssociationSyncComplianceType

def get_value() -> AssociationSyncComplianceType:
    return "AUTO"
# AssociationSyncComplianceType definition

AssociationSyncComplianceType = Literal[
    "AUTO",
    "MANUAL",
]

AttachmentHashTypeType#

# AttachmentHashTypeType usage example

from types_aiobotocore_ssm.literals import AttachmentHashTypeType

def get_value() -> AttachmentHashTypeType:
    return "Sha256"
# AttachmentHashTypeType definition

AttachmentHashTypeType = Literal[
    "Sha256",
]

AttachmentsSourceKeyType#

# AttachmentsSourceKeyType usage example

from types_aiobotocore_ssm.literals import AttachmentsSourceKeyType

def get_value() -> AttachmentsSourceKeyType:
    return "AttachmentReference"
# AttachmentsSourceKeyType definition

AttachmentsSourceKeyType = Literal[
    "AttachmentReference",
    "S3FileUrl",
    "SourceUrl",
]

AutomationExecutionFilterKeyType#

# AutomationExecutionFilterKeyType usage example

from types_aiobotocore_ssm.literals import AutomationExecutionFilterKeyType

def get_value() -> AutomationExecutionFilterKeyType:
    return "AutomationSubtype"
# AutomationExecutionFilterKeyType definition

AutomationExecutionFilterKeyType = Literal[
    "AutomationSubtype",
    "AutomationType",
    "CurrentAction",
    "DocumentNamePrefix",
    "ExecutionId",
    "ExecutionStatus",
    "OpsItemId",
    "ParentExecutionId",
    "StartTimeAfter",
    "StartTimeBefore",
    "TagKey",
    "TargetResourceGroup",
]

AutomationExecutionStatusType#

# AutomationExecutionStatusType usage example

from types_aiobotocore_ssm.literals import AutomationExecutionStatusType

def get_value() -> AutomationExecutionStatusType:
    return "Approved"
# AutomationExecutionStatusType definition

AutomationExecutionStatusType = Literal[
    "Approved",
    "Cancelled",
    "Cancelling",
    "ChangeCalendarOverrideApproved",
    "ChangeCalendarOverrideRejected",
    "CompletedWithFailure",
    "CompletedWithSuccess",
    "Failed",
    "InProgress",
    "Pending",
    "PendingApproval",
    "PendingChangeCalendarOverride",
    "Rejected",
    "RunbookInProgress",
    "Scheduled",
    "Success",
    "TimedOut",
    "Waiting",
]

AutomationSubtypeType#

# AutomationSubtypeType usage example

from types_aiobotocore_ssm.literals import AutomationSubtypeType

def get_value() -> AutomationSubtypeType:
    return "ChangeRequest"
# AutomationSubtypeType definition

AutomationSubtypeType = Literal[
    "ChangeRequest",
]

AutomationTypeType#

# AutomationTypeType usage example

from types_aiobotocore_ssm.literals import AutomationTypeType

def get_value() -> AutomationTypeType:
    return "CrossAccount"
# AutomationTypeType definition

AutomationTypeType = Literal[
    "CrossAccount",
    "Local",
]

CalendarStateType#

# CalendarStateType usage example

from types_aiobotocore_ssm.literals import CalendarStateType

def get_value() -> CalendarStateType:
    return "CLOSED"
# CalendarStateType definition

CalendarStateType = Literal[
    "CLOSED",
    "OPEN",
]

CommandExecutedWaiterName#

# CommandExecutedWaiterName usage example

from types_aiobotocore_ssm.literals import CommandExecutedWaiterName

def get_value() -> CommandExecutedWaiterName:
    return "command_executed"
# CommandExecutedWaiterName definition

CommandExecutedWaiterName = Literal[
    "command_executed",
]

CommandFilterKeyType#

# CommandFilterKeyType usage example

from types_aiobotocore_ssm.literals import CommandFilterKeyType

def get_value() -> CommandFilterKeyType:
    return "DocumentName"
# CommandFilterKeyType definition

CommandFilterKeyType = Literal[
    "DocumentName",
    "ExecutionStage",
    "InvokedAfter",
    "InvokedBefore",
    "Status",
]

CommandInvocationStatusType#

# CommandInvocationStatusType usage example

from types_aiobotocore_ssm.literals import CommandInvocationStatusType

def get_value() -> CommandInvocationStatusType:
    return "Cancelled"
# CommandInvocationStatusType definition

CommandInvocationStatusType = Literal[
    "Cancelled",
    "Cancelling",
    "Delayed",
    "Failed",
    "InProgress",
    "Pending",
    "Success",
    "TimedOut",
]

CommandPluginStatusType#

# CommandPluginStatusType usage example

from types_aiobotocore_ssm.literals import CommandPluginStatusType

def get_value() -> CommandPluginStatusType:
    return "Cancelled"
# CommandPluginStatusType definition

CommandPluginStatusType = Literal[
    "Cancelled",
    "Failed",
    "InProgress",
    "Pending",
    "Success",
    "TimedOut",
]

CommandStatusType#

# CommandStatusType usage example

from types_aiobotocore_ssm.literals import CommandStatusType

def get_value() -> CommandStatusType:
    return "Cancelled"
# CommandStatusType definition

CommandStatusType = Literal[
    "Cancelled",
    "Cancelling",
    "Failed",
    "InProgress",
    "Pending",
    "Success",
    "TimedOut",
]

ComplianceQueryOperatorTypeType#

# ComplianceQueryOperatorTypeType usage example

from types_aiobotocore_ssm.literals import ComplianceQueryOperatorTypeType

def get_value() -> ComplianceQueryOperatorTypeType:
    return "BEGIN_WITH"
# ComplianceQueryOperatorTypeType definition

ComplianceQueryOperatorTypeType = Literal[
    "BEGIN_WITH",
    "EQUAL",
    "GREATER_THAN",
    "LESS_THAN",
    "NOT_EQUAL",
]

ComplianceSeverityType#

# ComplianceSeverityType usage example

from types_aiobotocore_ssm.literals import ComplianceSeverityType

def get_value() -> ComplianceSeverityType:
    return "CRITICAL"
# ComplianceSeverityType definition

ComplianceSeverityType = Literal[
    "CRITICAL",
    "HIGH",
    "INFORMATIONAL",
    "LOW",
    "MEDIUM",
    "UNSPECIFIED",
]

ComplianceStatusType#

# ComplianceStatusType usage example

from types_aiobotocore_ssm.literals import ComplianceStatusType

def get_value() -> ComplianceStatusType:
    return "COMPLIANT"
# ComplianceStatusType definition

ComplianceStatusType = Literal[
    "COMPLIANT",
    "NON_COMPLIANT",
]

ComplianceUploadTypeType#

# ComplianceUploadTypeType usage example

from types_aiobotocore_ssm.literals import ComplianceUploadTypeType

def get_value() -> ComplianceUploadTypeType:
    return "COMPLETE"
# ComplianceUploadTypeType definition

ComplianceUploadTypeType = Literal[
    "COMPLETE",
    "PARTIAL",
]

ConnectionStatusType#

# ConnectionStatusType usage example

from types_aiobotocore_ssm.literals import ConnectionStatusType

def get_value() -> ConnectionStatusType:
    return "Connected"
# ConnectionStatusType definition

ConnectionStatusType = Literal[
    "Connected",
    "NotConnected",
]

DescribeActivationsFilterKeysType#

# DescribeActivationsFilterKeysType usage example

from types_aiobotocore_ssm.literals import DescribeActivationsFilterKeysType

def get_value() -> DescribeActivationsFilterKeysType:
    return "ActivationIds"
# DescribeActivationsFilterKeysType definition

DescribeActivationsFilterKeysType = Literal[
    "ActivationIds",
    "DefaultInstanceName",
    "IamRole",
]

DescribeActivationsPaginatorName#

# DescribeActivationsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeActivationsPaginatorName

def get_value() -> DescribeActivationsPaginatorName:
    return "describe_activations"
# DescribeActivationsPaginatorName definition

DescribeActivationsPaginatorName = Literal[
    "describe_activations",
]

DescribeAssociationExecutionTargetsPaginatorName#

# DescribeAssociationExecutionTargetsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeAssociationExecutionTargetsPaginatorName

def get_value() -> DescribeAssociationExecutionTargetsPaginatorName:
    return "describe_association_execution_targets"
# DescribeAssociationExecutionTargetsPaginatorName definition

DescribeAssociationExecutionTargetsPaginatorName = Literal[
    "describe_association_execution_targets",
]

DescribeAssociationExecutionsPaginatorName#

# DescribeAssociationExecutionsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeAssociationExecutionsPaginatorName

def get_value() -> DescribeAssociationExecutionsPaginatorName:
    return "describe_association_executions"
# DescribeAssociationExecutionsPaginatorName definition

DescribeAssociationExecutionsPaginatorName = Literal[
    "describe_association_executions",
]

DescribeAutomationExecutionsPaginatorName#

# DescribeAutomationExecutionsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeAutomationExecutionsPaginatorName

def get_value() -> DescribeAutomationExecutionsPaginatorName:
    return "describe_automation_executions"
# DescribeAutomationExecutionsPaginatorName definition

DescribeAutomationExecutionsPaginatorName = Literal[
    "describe_automation_executions",
]

DescribeAutomationStepExecutionsPaginatorName#

# DescribeAutomationStepExecutionsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeAutomationStepExecutionsPaginatorName

def get_value() -> DescribeAutomationStepExecutionsPaginatorName:
    return "describe_automation_step_executions"
# DescribeAutomationStepExecutionsPaginatorName definition

DescribeAutomationStepExecutionsPaginatorName = Literal[
    "describe_automation_step_executions",
]

DescribeAvailablePatchesPaginatorName#

# DescribeAvailablePatchesPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeAvailablePatchesPaginatorName

def get_value() -> DescribeAvailablePatchesPaginatorName:
    return "describe_available_patches"
# DescribeAvailablePatchesPaginatorName definition

DescribeAvailablePatchesPaginatorName = Literal[
    "describe_available_patches",
]

DescribeEffectiveInstanceAssociationsPaginatorName#

# DescribeEffectiveInstanceAssociationsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeEffectiveInstanceAssociationsPaginatorName

def get_value() -> DescribeEffectiveInstanceAssociationsPaginatorName:
    return "describe_effective_instance_associations"
# DescribeEffectiveInstanceAssociationsPaginatorName definition

DescribeEffectiveInstanceAssociationsPaginatorName = Literal[
    "describe_effective_instance_associations",
]

DescribeEffectivePatchesForPatchBaselinePaginatorName#

# DescribeEffectivePatchesForPatchBaselinePaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeEffectivePatchesForPatchBaselinePaginatorName

def get_value() -> DescribeEffectivePatchesForPatchBaselinePaginatorName:
    return "describe_effective_patches_for_patch_baseline"
# DescribeEffectivePatchesForPatchBaselinePaginatorName definition

DescribeEffectivePatchesForPatchBaselinePaginatorName = Literal[
    "describe_effective_patches_for_patch_baseline",
]

DescribeInstanceAssociationsStatusPaginatorName#

# DescribeInstanceAssociationsStatusPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeInstanceAssociationsStatusPaginatorName

def get_value() -> DescribeInstanceAssociationsStatusPaginatorName:
    return "describe_instance_associations_status"
# DescribeInstanceAssociationsStatusPaginatorName definition

DescribeInstanceAssociationsStatusPaginatorName = Literal[
    "describe_instance_associations_status",
]

DescribeInstanceInformationPaginatorName#

# DescribeInstanceInformationPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeInstanceInformationPaginatorName

def get_value() -> DescribeInstanceInformationPaginatorName:
    return "describe_instance_information"
# DescribeInstanceInformationPaginatorName definition

DescribeInstanceInformationPaginatorName = Literal[
    "describe_instance_information",
]

DescribeInstancePatchStatesForPatchGroupPaginatorName#

# DescribeInstancePatchStatesForPatchGroupPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeInstancePatchStatesForPatchGroupPaginatorName

def get_value() -> DescribeInstancePatchStatesForPatchGroupPaginatorName:
    return "describe_instance_patch_states_for_patch_group"
# DescribeInstancePatchStatesForPatchGroupPaginatorName definition

DescribeInstancePatchStatesForPatchGroupPaginatorName = Literal[
    "describe_instance_patch_states_for_patch_group",
]

DescribeInstancePatchStatesPaginatorName#

# DescribeInstancePatchStatesPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeInstancePatchStatesPaginatorName

def get_value() -> DescribeInstancePatchStatesPaginatorName:
    return "describe_instance_patch_states"
# DescribeInstancePatchStatesPaginatorName definition

DescribeInstancePatchStatesPaginatorName = Literal[
    "describe_instance_patch_states",
]

DescribeInstancePatchesPaginatorName#

# DescribeInstancePatchesPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeInstancePatchesPaginatorName

def get_value() -> DescribeInstancePatchesPaginatorName:
    return "describe_instance_patches"
# DescribeInstancePatchesPaginatorName definition

DescribeInstancePatchesPaginatorName = Literal[
    "describe_instance_patches",
]

DescribeInventoryDeletionsPaginatorName#

# DescribeInventoryDeletionsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeInventoryDeletionsPaginatorName

def get_value() -> DescribeInventoryDeletionsPaginatorName:
    return "describe_inventory_deletions"
# DescribeInventoryDeletionsPaginatorName definition

DescribeInventoryDeletionsPaginatorName = Literal[
    "describe_inventory_deletions",
]

DescribeMaintenanceWindowExecutionTaskInvocationsPaginatorName#

# DescribeMaintenanceWindowExecutionTaskInvocationsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeMaintenanceWindowExecutionTaskInvocationsPaginatorName

def get_value() -> DescribeMaintenanceWindowExecutionTaskInvocationsPaginatorName:
    return "describe_maintenance_window_execution_task_invocations"
# DescribeMaintenanceWindowExecutionTaskInvocationsPaginatorName definition

DescribeMaintenanceWindowExecutionTaskInvocationsPaginatorName = Literal[
    "describe_maintenance_window_execution_task_invocations",
]

DescribeMaintenanceWindowExecutionTasksPaginatorName#

# DescribeMaintenanceWindowExecutionTasksPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeMaintenanceWindowExecutionTasksPaginatorName

def get_value() -> DescribeMaintenanceWindowExecutionTasksPaginatorName:
    return "describe_maintenance_window_execution_tasks"
# DescribeMaintenanceWindowExecutionTasksPaginatorName definition

DescribeMaintenanceWindowExecutionTasksPaginatorName = Literal[
    "describe_maintenance_window_execution_tasks",
]

DescribeMaintenanceWindowExecutionsPaginatorName#

# DescribeMaintenanceWindowExecutionsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeMaintenanceWindowExecutionsPaginatorName

def get_value() -> DescribeMaintenanceWindowExecutionsPaginatorName:
    return "describe_maintenance_window_executions"
# DescribeMaintenanceWindowExecutionsPaginatorName definition

DescribeMaintenanceWindowExecutionsPaginatorName = Literal[
    "describe_maintenance_window_executions",
]

DescribeMaintenanceWindowSchedulePaginatorName#

# DescribeMaintenanceWindowSchedulePaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeMaintenanceWindowSchedulePaginatorName

def get_value() -> DescribeMaintenanceWindowSchedulePaginatorName:
    return "describe_maintenance_window_schedule"
# DescribeMaintenanceWindowSchedulePaginatorName definition

DescribeMaintenanceWindowSchedulePaginatorName = Literal[
    "describe_maintenance_window_schedule",
]

DescribeMaintenanceWindowTargetsPaginatorName#

# DescribeMaintenanceWindowTargetsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeMaintenanceWindowTargetsPaginatorName

def get_value() -> DescribeMaintenanceWindowTargetsPaginatorName:
    return "describe_maintenance_window_targets"
# DescribeMaintenanceWindowTargetsPaginatorName definition

DescribeMaintenanceWindowTargetsPaginatorName = Literal[
    "describe_maintenance_window_targets",
]

DescribeMaintenanceWindowTasksPaginatorName#

# DescribeMaintenanceWindowTasksPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeMaintenanceWindowTasksPaginatorName

def get_value() -> DescribeMaintenanceWindowTasksPaginatorName:
    return "describe_maintenance_window_tasks"
# DescribeMaintenanceWindowTasksPaginatorName definition

DescribeMaintenanceWindowTasksPaginatorName = Literal[
    "describe_maintenance_window_tasks",
]

DescribeMaintenanceWindowsForTargetPaginatorName#

# DescribeMaintenanceWindowsForTargetPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeMaintenanceWindowsForTargetPaginatorName

def get_value() -> DescribeMaintenanceWindowsForTargetPaginatorName:
    return "describe_maintenance_windows_for_target"
# DescribeMaintenanceWindowsForTargetPaginatorName definition

DescribeMaintenanceWindowsForTargetPaginatorName = Literal[
    "describe_maintenance_windows_for_target",
]

DescribeMaintenanceWindowsPaginatorName#

# DescribeMaintenanceWindowsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeMaintenanceWindowsPaginatorName

def get_value() -> DescribeMaintenanceWindowsPaginatorName:
    return "describe_maintenance_windows"
# DescribeMaintenanceWindowsPaginatorName definition

DescribeMaintenanceWindowsPaginatorName = Literal[
    "describe_maintenance_windows",
]

DescribeOpsItemsPaginatorName#

# DescribeOpsItemsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeOpsItemsPaginatorName

def get_value() -> DescribeOpsItemsPaginatorName:
    return "describe_ops_items"
# DescribeOpsItemsPaginatorName definition

DescribeOpsItemsPaginatorName = Literal[
    "describe_ops_items",
]

DescribeParametersPaginatorName#

# DescribeParametersPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeParametersPaginatorName

def get_value() -> DescribeParametersPaginatorName:
    return "describe_parameters"
# DescribeParametersPaginatorName definition

DescribeParametersPaginatorName = Literal[
    "describe_parameters",
]

DescribePatchBaselinesPaginatorName#

# DescribePatchBaselinesPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribePatchBaselinesPaginatorName

def get_value() -> DescribePatchBaselinesPaginatorName:
    return "describe_patch_baselines"
# DescribePatchBaselinesPaginatorName definition

DescribePatchBaselinesPaginatorName = Literal[
    "describe_patch_baselines",
]

DescribePatchGroupsPaginatorName#

# DescribePatchGroupsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribePatchGroupsPaginatorName

def get_value() -> DescribePatchGroupsPaginatorName:
    return "describe_patch_groups"
# DescribePatchGroupsPaginatorName definition

DescribePatchGroupsPaginatorName = Literal[
    "describe_patch_groups",
]

DescribePatchPropertiesPaginatorName#

# DescribePatchPropertiesPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribePatchPropertiesPaginatorName

def get_value() -> DescribePatchPropertiesPaginatorName:
    return "describe_patch_properties"
# DescribePatchPropertiesPaginatorName definition

DescribePatchPropertiesPaginatorName = Literal[
    "describe_patch_properties",
]

DescribeSessionsPaginatorName#

# DescribeSessionsPaginatorName usage example

from types_aiobotocore_ssm.literals import DescribeSessionsPaginatorName

def get_value() -> DescribeSessionsPaginatorName:
    return "describe_sessions"
# DescribeSessionsPaginatorName definition

DescribeSessionsPaginatorName = Literal[
    "describe_sessions",
]

DocumentFilterKeyType#

# DocumentFilterKeyType usage example

from types_aiobotocore_ssm.literals import DocumentFilterKeyType

def get_value() -> DocumentFilterKeyType:
    return "DocumentType"
# DocumentFilterKeyType definition

DocumentFilterKeyType = Literal[
    "DocumentType",
    "Name",
    "Owner",
    "PlatformTypes",
]

DocumentFormatType#

# DocumentFormatType usage example

from types_aiobotocore_ssm.literals import DocumentFormatType

def get_value() -> DocumentFormatType:
    return "JSON"
# DocumentFormatType definition

DocumentFormatType = Literal[
    "JSON",
    "TEXT",
    "YAML",
]

DocumentHashTypeType#

# DocumentHashTypeType usage example

from types_aiobotocore_ssm.literals import DocumentHashTypeType

def get_value() -> DocumentHashTypeType:
    return "Sha1"
# DocumentHashTypeType definition

DocumentHashTypeType = Literal[
    "Sha1",
    "Sha256",
]

DocumentMetadataEnumType#

# DocumentMetadataEnumType usage example

from types_aiobotocore_ssm.literals import DocumentMetadataEnumType

def get_value() -> DocumentMetadataEnumType:
    return "DocumentReviews"
# DocumentMetadataEnumType definition

DocumentMetadataEnumType = Literal[
    "DocumentReviews",
]

DocumentParameterTypeType#

# DocumentParameterTypeType usage example

from types_aiobotocore_ssm.literals import DocumentParameterTypeType

def get_value() -> DocumentParameterTypeType:
    return "String"
# DocumentParameterTypeType definition

DocumentParameterTypeType = Literal[
    "String",
    "StringList",
]

DocumentPermissionTypeType#

# DocumentPermissionTypeType usage example

from types_aiobotocore_ssm.literals import DocumentPermissionTypeType

def get_value() -> DocumentPermissionTypeType:
    return "Share"
# DocumentPermissionTypeType definition

DocumentPermissionTypeType = Literal[
    "Share",
]

DocumentReviewActionType#

# DocumentReviewActionType usage example

from types_aiobotocore_ssm.literals import DocumentReviewActionType

def get_value() -> DocumentReviewActionType:
    return "Approve"
# DocumentReviewActionType definition

DocumentReviewActionType = Literal[
    "Approve",
    "Reject",
    "SendForReview",
    "UpdateReview",
]

DocumentReviewCommentTypeType#

# DocumentReviewCommentTypeType usage example

from types_aiobotocore_ssm.literals import DocumentReviewCommentTypeType

def get_value() -> DocumentReviewCommentTypeType:
    return "Comment"
# DocumentReviewCommentTypeType definition

DocumentReviewCommentTypeType = Literal[
    "Comment",
]

DocumentStatusType#

# DocumentStatusType usage example

from types_aiobotocore_ssm.literals import DocumentStatusType

def get_value() -> DocumentStatusType:
    return "Active"
# DocumentStatusType definition

DocumentStatusType = Literal[
    "Active",
    "Creating",
    "Deleting",
    "Failed",
    "Updating",
]

DocumentTypeType#

# DocumentTypeType usage example

from types_aiobotocore_ssm.literals import DocumentTypeType

def get_value() -> DocumentTypeType:
    return "ApplicationConfiguration"
# DocumentTypeType definition

DocumentTypeType = Literal[
    "ApplicationConfiguration",
    "ApplicationConfigurationSchema",
    "Automation",
    "Automation.ChangeTemplate",
    "ChangeCalendar",
    "CloudFormation",
    "Command",
    "ConformancePackTemplate",
    "DeploymentStrategy",
    "Package",
    "Policy",
    "ProblemAnalysis",
    "ProblemAnalysisTemplate",
    "QuickSetup",
    "Session",
]

ExecutionModeType#

# ExecutionModeType usage example

from types_aiobotocore_ssm.literals import ExecutionModeType

def get_value() -> ExecutionModeType:
    return "Auto"
# ExecutionModeType definition

ExecutionModeType = Literal[
    "Auto",
    "Interactive",
]

ExternalAlarmStateType#

# ExternalAlarmStateType usage example

from types_aiobotocore_ssm.literals import ExternalAlarmStateType

def get_value() -> ExternalAlarmStateType:
    return "ALARM"
# ExternalAlarmStateType definition

ExternalAlarmStateType = Literal[
    "ALARM",
    "UNKNOWN",
]

FaultType#

# FaultType usage example

from types_aiobotocore_ssm.literals import FaultType

def get_value() -> FaultType:
    return "Client"
# FaultType definition

FaultType = Literal[
    "Client",
    "Server",
    "Unknown",
]

GetInventoryPaginatorName#

# GetInventoryPaginatorName usage example

from types_aiobotocore_ssm.literals import GetInventoryPaginatorName

def get_value() -> GetInventoryPaginatorName:
    return "get_inventory"
# GetInventoryPaginatorName definition

GetInventoryPaginatorName = Literal[
    "get_inventory",
]

GetInventorySchemaPaginatorName#

# GetInventorySchemaPaginatorName usage example

from types_aiobotocore_ssm.literals import GetInventorySchemaPaginatorName

def get_value() -> GetInventorySchemaPaginatorName:
    return "get_inventory_schema"
# GetInventorySchemaPaginatorName definition

GetInventorySchemaPaginatorName = Literal[
    "get_inventory_schema",
]

GetOpsSummaryPaginatorName#

# GetOpsSummaryPaginatorName usage example

from types_aiobotocore_ssm.literals import GetOpsSummaryPaginatorName

def get_value() -> GetOpsSummaryPaginatorName:
    return "get_ops_summary"
# GetOpsSummaryPaginatorName definition

GetOpsSummaryPaginatorName = Literal[
    "get_ops_summary",
]

GetParameterHistoryPaginatorName#

# GetParameterHistoryPaginatorName usage example

from types_aiobotocore_ssm.literals import GetParameterHistoryPaginatorName

def get_value() -> GetParameterHistoryPaginatorName:
    return "get_parameter_history"
# GetParameterHistoryPaginatorName definition

GetParameterHistoryPaginatorName = Literal[
    "get_parameter_history",
]

GetParametersByPathPaginatorName#

# GetParametersByPathPaginatorName usage example

from types_aiobotocore_ssm.literals import GetParametersByPathPaginatorName

def get_value() -> GetParametersByPathPaginatorName:
    return "get_parameters_by_path"
# GetParametersByPathPaginatorName definition

GetParametersByPathPaginatorName = Literal[
    "get_parameters_by_path",
]

GetResourcePoliciesPaginatorName#

# GetResourcePoliciesPaginatorName usage example

from types_aiobotocore_ssm.literals import GetResourcePoliciesPaginatorName

def get_value() -> GetResourcePoliciesPaginatorName:
    return "get_resource_policies"
# GetResourcePoliciesPaginatorName definition

GetResourcePoliciesPaginatorName = Literal[
    "get_resource_policies",
]

InstanceInformationFilterKeyType#

# InstanceInformationFilterKeyType usage example

from types_aiobotocore_ssm.literals import InstanceInformationFilterKeyType

def get_value() -> InstanceInformationFilterKeyType:
    return "ActivationIds"
# InstanceInformationFilterKeyType definition

InstanceInformationFilterKeyType = Literal[
    "ActivationIds",
    "AgentVersion",
    "AssociationStatus",
    "IamRole",
    "InstanceIds",
    "PingStatus",
    "PlatformTypes",
    "ResourceType",
]

InstancePatchStateOperatorTypeType#

# InstancePatchStateOperatorTypeType usage example

from types_aiobotocore_ssm.literals import InstancePatchStateOperatorTypeType

def get_value() -> InstancePatchStateOperatorTypeType:
    return "Equal"
# InstancePatchStateOperatorTypeType definition

InstancePatchStateOperatorTypeType = Literal[
    "Equal",
    "GreaterThan",
    "LessThan",
    "NotEqual",
]

InventoryAttributeDataTypeType#

# InventoryAttributeDataTypeType usage example

from types_aiobotocore_ssm.literals import InventoryAttributeDataTypeType

def get_value() -> InventoryAttributeDataTypeType:
    return "number"
# InventoryAttributeDataTypeType definition

InventoryAttributeDataTypeType = Literal[
    "number",
    "string",
]

InventoryDeletionStatusType#

# InventoryDeletionStatusType usage example

from types_aiobotocore_ssm.literals import InventoryDeletionStatusType

def get_value() -> InventoryDeletionStatusType:
    return "Complete"
# InventoryDeletionStatusType definition

InventoryDeletionStatusType = Literal[
    "Complete",
    "InProgress",
]

InventoryQueryOperatorTypeType#

# InventoryQueryOperatorTypeType usage example

from types_aiobotocore_ssm.literals import InventoryQueryOperatorTypeType

def get_value() -> InventoryQueryOperatorTypeType:
    return "BeginWith"
# InventoryQueryOperatorTypeType definition

InventoryQueryOperatorTypeType = Literal[
    "BeginWith",
    "Equal",
    "Exists",
    "GreaterThan",
    "LessThan",
    "NotEqual",
]

InventorySchemaDeleteOptionType#

# InventorySchemaDeleteOptionType usage example

from types_aiobotocore_ssm.literals import InventorySchemaDeleteOptionType

def get_value() -> InventorySchemaDeleteOptionType:
    return "DeleteSchema"
# InventorySchemaDeleteOptionType definition

InventorySchemaDeleteOptionType = Literal[
    "DeleteSchema",
    "DisableSchema",
]

LastResourceDataSyncStatusType#

# LastResourceDataSyncStatusType usage example

from types_aiobotocore_ssm.literals import LastResourceDataSyncStatusType

def get_value() -> LastResourceDataSyncStatusType:
    return "Failed"
# LastResourceDataSyncStatusType definition

LastResourceDataSyncStatusType = Literal[
    "Failed",
    "InProgress",
    "Successful",
]

ListAssociationVersionsPaginatorName#

# ListAssociationVersionsPaginatorName usage example

from types_aiobotocore_ssm.literals import ListAssociationVersionsPaginatorName

def get_value() -> ListAssociationVersionsPaginatorName:
    return "list_association_versions"
# ListAssociationVersionsPaginatorName definition

ListAssociationVersionsPaginatorName = Literal[
    "list_association_versions",
]

ListAssociationsPaginatorName#

# ListAssociationsPaginatorName usage example

from types_aiobotocore_ssm.literals import ListAssociationsPaginatorName

def get_value() -> ListAssociationsPaginatorName:
    return "list_associations"
# ListAssociationsPaginatorName definition

ListAssociationsPaginatorName = Literal[
    "list_associations",
]

ListCommandInvocationsPaginatorName#

# ListCommandInvocationsPaginatorName usage example

from types_aiobotocore_ssm.literals import ListCommandInvocationsPaginatorName

def get_value() -> ListCommandInvocationsPaginatorName:
    return "list_command_invocations"
# ListCommandInvocationsPaginatorName definition

ListCommandInvocationsPaginatorName = Literal[
    "list_command_invocations",
]

ListCommandsPaginatorName#

# ListCommandsPaginatorName usage example

from types_aiobotocore_ssm.literals import ListCommandsPaginatorName

def get_value() -> ListCommandsPaginatorName:
    return "list_commands"
# ListCommandsPaginatorName definition

ListCommandsPaginatorName = Literal[
    "list_commands",
]

ListComplianceItemsPaginatorName#

# ListComplianceItemsPaginatorName usage example

from types_aiobotocore_ssm.literals import ListComplianceItemsPaginatorName

def get_value() -> ListComplianceItemsPaginatorName:
    return "list_compliance_items"
# ListComplianceItemsPaginatorName definition

ListComplianceItemsPaginatorName = Literal[
    "list_compliance_items",
]

ListComplianceSummariesPaginatorName#

# ListComplianceSummariesPaginatorName usage example

from types_aiobotocore_ssm.literals import ListComplianceSummariesPaginatorName

def get_value() -> ListComplianceSummariesPaginatorName:
    return "list_compliance_summaries"
# ListComplianceSummariesPaginatorName definition

ListComplianceSummariesPaginatorName = Literal[
    "list_compliance_summaries",
]

ListDocumentVersionsPaginatorName#

# ListDocumentVersionsPaginatorName usage example

from types_aiobotocore_ssm.literals import ListDocumentVersionsPaginatorName

def get_value() -> ListDocumentVersionsPaginatorName:
    return "list_document_versions"
# ListDocumentVersionsPaginatorName definition

ListDocumentVersionsPaginatorName = Literal[
    "list_document_versions",
]

ListDocumentsPaginatorName#

# ListDocumentsPaginatorName usage example

from types_aiobotocore_ssm.literals import ListDocumentsPaginatorName

def get_value() -> ListDocumentsPaginatorName:
    return "list_documents"
# ListDocumentsPaginatorName definition

ListDocumentsPaginatorName = Literal[
    "list_documents",
]

ListOpsItemEventsPaginatorName#

# ListOpsItemEventsPaginatorName usage example

from types_aiobotocore_ssm.literals import ListOpsItemEventsPaginatorName

def get_value() -> ListOpsItemEventsPaginatorName:
    return "list_ops_item_events"
# ListOpsItemEventsPaginatorName definition

ListOpsItemEventsPaginatorName = Literal[
    "list_ops_item_events",
]

ListOpsItemRelatedItemsPaginatorName#

# ListOpsItemRelatedItemsPaginatorName usage example

from types_aiobotocore_ssm.literals import ListOpsItemRelatedItemsPaginatorName

def get_value() -> ListOpsItemRelatedItemsPaginatorName:
    return "list_ops_item_related_items"
# ListOpsItemRelatedItemsPaginatorName definition

ListOpsItemRelatedItemsPaginatorName = Literal[
    "list_ops_item_related_items",
]

ListOpsMetadataPaginatorName#

# ListOpsMetadataPaginatorName usage example

from types_aiobotocore_ssm.literals import ListOpsMetadataPaginatorName

def get_value() -> ListOpsMetadataPaginatorName:
    return "list_ops_metadata"
# ListOpsMetadataPaginatorName definition

ListOpsMetadataPaginatorName = Literal[
    "list_ops_metadata",
]

ListResourceComplianceSummariesPaginatorName#

# ListResourceComplianceSummariesPaginatorName usage example

from types_aiobotocore_ssm.literals import ListResourceComplianceSummariesPaginatorName

def get_value() -> ListResourceComplianceSummariesPaginatorName:
    return "list_resource_compliance_summaries"
# ListResourceComplianceSummariesPaginatorName definition

ListResourceComplianceSummariesPaginatorName = Literal[
    "list_resource_compliance_summaries",
]

ListResourceDataSyncPaginatorName#

# ListResourceDataSyncPaginatorName usage example

from types_aiobotocore_ssm.literals import ListResourceDataSyncPaginatorName

def get_value() -> ListResourceDataSyncPaginatorName:
    return "list_resource_data_sync"
# ListResourceDataSyncPaginatorName definition

ListResourceDataSyncPaginatorName = Literal[
    "list_resource_data_sync",
]

MaintenanceWindowExecutionStatusType#

# MaintenanceWindowExecutionStatusType usage example

from types_aiobotocore_ssm.literals import MaintenanceWindowExecutionStatusType

def get_value() -> MaintenanceWindowExecutionStatusType:
    return "CANCELLED"
# MaintenanceWindowExecutionStatusType definition

MaintenanceWindowExecutionStatusType = Literal[
    "CANCELLED",
    "CANCELLING",
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "SKIPPED_OVERLAPPING",
    "SUCCESS",
    "TIMED_OUT",
]

MaintenanceWindowResourceTypeType#

# MaintenanceWindowResourceTypeType usage example

from types_aiobotocore_ssm.literals import MaintenanceWindowResourceTypeType

def get_value() -> MaintenanceWindowResourceTypeType:
    return "INSTANCE"
# MaintenanceWindowResourceTypeType definition

MaintenanceWindowResourceTypeType = Literal[
    "INSTANCE",
    "RESOURCE_GROUP",
]

MaintenanceWindowTaskCutoffBehaviorType#

# MaintenanceWindowTaskCutoffBehaviorType usage example

from types_aiobotocore_ssm.literals import MaintenanceWindowTaskCutoffBehaviorType

def get_value() -> MaintenanceWindowTaskCutoffBehaviorType:
    return "CANCEL_TASK"
# MaintenanceWindowTaskCutoffBehaviorType definition

MaintenanceWindowTaskCutoffBehaviorType = Literal[
    "CANCEL_TASK",
    "CONTINUE_TASK",
]

MaintenanceWindowTaskTypeType#

# MaintenanceWindowTaskTypeType usage example

from types_aiobotocore_ssm.literals import MaintenanceWindowTaskTypeType

def get_value() -> MaintenanceWindowTaskTypeType:
    return "AUTOMATION"
# MaintenanceWindowTaskTypeType definition

MaintenanceWindowTaskTypeType = Literal[
    "AUTOMATION",
    "LAMBDA",
    "RUN_COMMAND",
    "STEP_FUNCTIONS",
]

NotificationEventType#

# NotificationEventType usage example

from types_aiobotocore_ssm.literals import NotificationEventType

def get_value() -> NotificationEventType:
    return "All"
# NotificationEventType definition

NotificationEventType = Literal[
    "All",
    "Cancelled",
    "Failed",
    "InProgress",
    "Success",
    "TimedOut",
]

NotificationTypeType#

# NotificationTypeType usage example

from types_aiobotocore_ssm.literals import NotificationTypeType

def get_value() -> NotificationTypeType:
    return "Command"
# NotificationTypeType definition

NotificationTypeType = Literal[
    "Command",
    "Invocation",
]

OperatingSystemType#

# OperatingSystemType usage example

from types_aiobotocore_ssm.literals import OperatingSystemType

def get_value() -> OperatingSystemType:
    return "ALMA_LINUX"
# OperatingSystemType definition

OperatingSystemType = Literal[
    "ALMA_LINUX",
    "AMAZON_LINUX",
    "AMAZON_LINUX_2",
    "AMAZON_LINUX_2022",
    "AMAZON_LINUX_2023",
    "CENTOS",
    "DEBIAN",
    "MACOS",
    "ORACLE_LINUX",
    "RASPBIAN",
    "REDHAT_ENTERPRISE_LINUX",
    "ROCKY_LINUX",
    "SUSE",
    "UBUNTU",
    "WINDOWS",
]

OpsFilterOperatorTypeType#

# OpsFilterOperatorTypeType usage example

from types_aiobotocore_ssm.literals import OpsFilterOperatorTypeType

def get_value() -> OpsFilterOperatorTypeType:
    return "BeginWith"
# OpsFilterOperatorTypeType definition

OpsFilterOperatorTypeType = Literal[
    "BeginWith",
    "Equal",
    "Exists",
    "GreaterThan",
    "LessThan",
    "NotEqual",
]

OpsItemDataTypeType#

# OpsItemDataTypeType usage example

from types_aiobotocore_ssm.literals import OpsItemDataTypeType

def get_value() -> OpsItemDataTypeType:
    return "SearchableString"
# OpsItemDataTypeType definition

OpsItemDataTypeType = Literal[
    "SearchableString",
    "String",
]

OpsItemEventFilterKeyType#

# OpsItemEventFilterKeyType usage example

from types_aiobotocore_ssm.literals import OpsItemEventFilterKeyType

def get_value() -> OpsItemEventFilterKeyType:
    return "OpsItemId"
# OpsItemEventFilterKeyType definition

OpsItemEventFilterKeyType = Literal[
    "OpsItemId",
]

OpsItemEventFilterOperatorType#

# OpsItemEventFilterOperatorType usage example

from types_aiobotocore_ssm.literals import OpsItemEventFilterOperatorType

def get_value() -> OpsItemEventFilterOperatorType:
    return "Equal"
# OpsItemEventFilterOperatorType definition

OpsItemEventFilterOperatorType = Literal[
    "Equal",
]

OpsItemFilterKeyType#

# OpsItemFilterKeyType usage example

from types_aiobotocore_ssm.literals import OpsItemFilterKeyType

def get_value() -> OpsItemFilterKeyType:
    return "AccountId"
# OpsItemFilterKeyType definition

OpsItemFilterKeyType = Literal[
    "AccountId",
    "ActualEndTime",
    "ActualStartTime",
    "AutomationId",
    "Category",
    "ChangeRequestByApproverArn",
    "ChangeRequestByApproverName",
    "ChangeRequestByRequesterArn",
    "ChangeRequestByRequesterName",
    "ChangeRequestByTargetsResourceGroup",
    "ChangeRequestByTemplate",
    "CreatedBy",
    "CreatedTime",
    "InsightByType",
    "LastModifiedTime",
    "OperationalData",
    "OperationalDataKey",
    "OperationalDataValue",
    "OpsItemId",
    "OpsItemType",
    "PlannedEndTime",
    "PlannedStartTime",
    "Priority",
    "ResourceId",
    "Severity",
    "Source",
    "Status",
    "Title",
]

OpsItemFilterOperatorType#

# OpsItemFilterOperatorType usage example

from types_aiobotocore_ssm.literals import OpsItemFilterOperatorType

def get_value() -> OpsItemFilterOperatorType:
    return "Contains"
# OpsItemFilterOperatorType definition

OpsItemFilterOperatorType = Literal[
    "Contains",
    "Equal",
    "GreaterThan",
    "LessThan",
]

OpsItemRelatedItemsFilterKeyType#

# OpsItemRelatedItemsFilterKeyType usage example

from types_aiobotocore_ssm.literals import OpsItemRelatedItemsFilterKeyType

def get_value() -> OpsItemRelatedItemsFilterKeyType:
    return "AssociationId"
# OpsItemRelatedItemsFilterKeyType definition

OpsItemRelatedItemsFilterKeyType = Literal[
    "AssociationId",
    "ResourceType",
    "ResourceUri",
]

OpsItemRelatedItemsFilterOperatorType#

# OpsItemRelatedItemsFilterOperatorType usage example

from types_aiobotocore_ssm.literals import OpsItemRelatedItemsFilterOperatorType

def get_value() -> OpsItemRelatedItemsFilterOperatorType:
    return "Equal"
# OpsItemRelatedItemsFilterOperatorType definition

OpsItemRelatedItemsFilterOperatorType = Literal[
    "Equal",
]

OpsItemStatusType#

# OpsItemStatusType usage example

from types_aiobotocore_ssm.literals import OpsItemStatusType

def get_value() -> OpsItemStatusType:
    return "Approved"
# OpsItemStatusType definition

OpsItemStatusType = Literal[
    "Approved",
    "Cancelled",
    "Cancelling",
    "ChangeCalendarOverrideApproved",
    "ChangeCalendarOverrideRejected",
    "Closed",
    "CompletedWithFailure",
    "CompletedWithSuccess",
    "Failed",
    "InProgress",
    "Open",
    "Pending",
    "PendingApproval",
    "PendingChangeCalendarOverride",
    "Rejected",
    "Resolved",
    "RunbookInProgress",
    "Scheduled",
    "TimedOut",
]

ParameterTierType#

# ParameterTierType usage example

from types_aiobotocore_ssm.literals import ParameterTierType

def get_value() -> ParameterTierType:
    return "Advanced"
# ParameterTierType definition

ParameterTierType = Literal[
    "Advanced",
    "Intelligent-Tiering",
    "Standard",
]

ParameterTypeType#

# ParameterTypeType usage example

from types_aiobotocore_ssm.literals import ParameterTypeType

def get_value() -> ParameterTypeType:
    return "SecureString"
# ParameterTypeType definition

ParameterTypeType = Literal[
    "SecureString",
    "String",
    "StringList",
]

ParametersFilterKeyType#

# ParametersFilterKeyType usage example

from types_aiobotocore_ssm.literals import ParametersFilterKeyType

def get_value() -> ParametersFilterKeyType:
    return "KeyId"
# ParametersFilterKeyType definition

ParametersFilterKeyType = Literal[
    "KeyId",
    "Name",
    "Type",
]

PatchActionType#

# PatchActionType usage example

from types_aiobotocore_ssm.literals import PatchActionType

def get_value() -> PatchActionType:
    return "ALLOW_AS_DEPENDENCY"
# PatchActionType definition

PatchActionType = Literal[
    "ALLOW_AS_DEPENDENCY",
    "BLOCK",
]

PatchComplianceDataStateType#

# PatchComplianceDataStateType usage example

from types_aiobotocore_ssm.literals import PatchComplianceDataStateType

def get_value() -> PatchComplianceDataStateType:
    return "FAILED"
# PatchComplianceDataStateType definition

PatchComplianceDataStateType = Literal[
    "FAILED",
    "INSTALLED",
    "INSTALLED_OTHER",
    "INSTALLED_PENDING_REBOOT",
    "INSTALLED_REJECTED",
    "MISSING",
    "NOT_APPLICABLE",
]

PatchComplianceLevelType#

# PatchComplianceLevelType usage example

from types_aiobotocore_ssm.literals import PatchComplianceLevelType

def get_value() -> PatchComplianceLevelType:
    return "CRITICAL"
# PatchComplianceLevelType definition

PatchComplianceLevelType = Literal[
    "CRITICAL",
    "HIGH",
    "INFORMATIONAL",
    "LOW",
    "MEDIUM",
    "UNSPECIFIED",
]

PatchDeploymentStatusType#

# PatchDeploymentStatusType usage example

from types_aiobotocore_ssm.literals import PatchDeploymentStatusType

def get_value() -> PatchDeploymentStatusType:
    return "APPROVED"
# PatchDeploymentStatusType definition

PatchDeploymentStatusType = Literal[
    "APPROVED",
    "EXPLICIT_APPROVED",
    "EXPLICIT_REJECTED",
    "PENDING_APPROVAL",
]

PatchFilterKeyType#

# PatchFilterKeyType usage example

from types_aiobotocore_ssm.literals import PatchFilterKeyType

def get_value() -> PatchFilterKeyType:
    return "ADVISORY_ID"
# PatchFilterKeyType definition

PatchFilterKeyType = Literal[
    "ADVISORY_ID",
    "ARCH",
    "BUGZILLA_ID",
    "CLASSIFICATION",
    "CVE_ID",
    "EPOCH",
    "MSRC_SEVERITY",
    "NAME",
    "PATCH_ID",
    "PATCH_SET",
    "PRIORITY",
    "PRODUCT",
    "PRODUCT_FAMILY",
    "RELEASE",
    "REPOSITORY",
    "SECTION",
    "SECURITY",
    "SEVERITY",
    "VERSION",
]

PatchOperationTypeType#

# PatchOperationTypeType usage example

from types_aiobotocore_ssm.literals import PatchOperationTypeType

def get_value() -> PatchOperationTypeType:
    return "Install"
# PatchOperationTypeType definition

PatchOperationTypeType = Literal[
    "Install",
    "Scan",
]

PatchPropertyType#

# PatchPropertyType usage example

from types_aiobotocore_ssm.literals import PatchPropertyType

def get_value() -> PatchPropertyType:
    return "CLASSIFICATION"
# PatchPropertyType definition

PatchPropertyType = Literal[
    "CLASSIFICATION",
    "MSRC_SEVERITY",
    "PRIORITY",
    "PRODUCT",
    "PRODUCT_FAMILY",
    "SEVERITY",
]

PatchSetType#

# PatchSetType usage example

from types_aiobotocore_ssm.literals import PatchSetType

def get_value() -> PatchSetType:
    return "APPLICATION"
# PatchSetType definition

PatchSetType = Literal[
    "APPLICATION",
    "OS",
]

PingStatusType#

# PingStatusType usage example

from types_aiobotocore_ssm.literals import PingStatusType

def get_value() -> PingStatusType:
    return "ConnectionLost"
# PingStatusType definition

PingStatusType = Literal[
    "ConnectionLost",
    "Inactive",
    "Online",
]

PlatformTypeType#

# PlatformTypeType usage example

from types_aiobotocore_ssm.literals import PlatformTypeType

def get_value() -> PlatformTypeType:
    return "Linux"
# PlatformTypeType definition

PlatformTypeType = Literal[
    "Linux",
    "MacOS",
    "Windows",
]

RebootOptionType#

# RebootOptionType usage example

from types_aiobotocore_ssm.literals import RebootOptionType

def get_value() -> RebootOptionType:
    return "NoReboot"
# RebootOptionType definition

RebootOptionType = Literal[
    "NoReboot",
    "RebootIfNeeded",
]

ResourceDataSyncS3FormatType#

# ResourceDataSyncS3FormatType usage example

from types_aiobotocore_ssm.literals import ResourceDataSyncS3FormatType

def get_value() -> ResourceDataSyncS3FormatType:
    return "JsonSerDe"
# ResourceDataSyncS3FormatType definition

ResourceDataSyncS3FormatType = Literal[
    "JsonSerDe",
]

ResourceTypeForTaggingType#

# ResourceTypeForTaggingType usage example

from types_aiobotocore_ssm.literals import ResourceTypeForTaggingType

def get_value() -> ResourceTypeForTaggingType:
    return "Association"
# ResourceTypeForTaggingType definition

ResourceTypeForTaggingType = Literal[
    "Association",
    "Automation",
    "Document",
    "MaintenanceWindow",
    "ManagedInstance",
    "OpsItem",
    "OpsMetadata",
    "Parameter",
    "PatchBaseline",
]

ResourceTypeType#

# ResourceTypeType usage example

from types_aiobotocore_ssm.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "Document"
# ResourceTypeType definition

ResourceTypeType = Literal[
    "Document",
    "EC2Instance",
    "ManagedInstance",
]

ReviewStatusType#

# ReviewStatusType usage example

from types_aiobotocore_ssm.literals import ReviewStatusType

def get_value() -> ReviewStatusType:
    return "APPROVED"
# ReviewStatusType definition

ReviewStatusType = Literal[
    "APPROVED",
    "NOT_REVIEWED",
    "PENDING",
    "REJECTED",
]

SessionFilterKeyType#

# SessionFilterKeyType usage example

from types_aiobotocore_ssm.literals import SessionFilterKeyType

def get_value() -> SessionFilterKeyType:
    return "InvokedAfter"
# SessionFilterKeyType definition

SessionFilterKeyType = Literal[
    "InvokedAfter",
    "InvokedBefore",
    "Owner",
    "SessionId",
    "Status",
    "Target",
]

SessionStateType#

# SessionStateType usage example

from types_aiobotocore_ssm.literals import SessionStateType

def get_value() -> SessionStateType:
    return "Active"
# SessionStateType definition

SessionStateType = Literal[
    "Active",
    "History",
]

SessionStatusType#

# SessionStatusType usage example

from types_aiobotocore_ssm.literals import SessionStatusType

def get_value() -> SessionStatusType:
    return "Connected"
# SessionStatusType definition

SessionStatusType = Literal[
    "Connected",
    "Connecting",
    "Disconnected",
    "Failed",
    "Terminated",
    "Terminating",
]

SignalTypeType#

# SignalTypeType usage example

from types_aiobotocore_ssm.literals import SignalTypeType

def get_value() -> SignalTypeType:
    return "Approve"
# SignalTypeType definition

SignalTypeType = Literal[
    "Approve",
    "Reject",
    "Resume",
    "StartStep",
    "StopStep",
]

SourceTypeType#

# SourceTypeType usage example

from types_aiobotocore_ssm.literals import SourceTypeType

def get_value() -> SourceTypeType:
    return "AWS::EC2::Instance"
# SourceTypeType definition

SourceTypeType = Literal[
    "AWS::EC2::Instance",
    "AWS::IoT::Thing",
    "AWS::SSM::ManagedInstance",
]

StepExecutionFilterKeyType#

# StepExecutionFilterKeyType usage example

from types_aiobotocore_ssm.literals import StepExecutionFilterKeyType

def get_value() -> StepExecutionFilterKeyType:
    return "Action"
# StepExecutionFilterKeyType definition

StepExecutionFilterKeyType = Literal[
    "Action",
    "StartTimeAfter",
    "StartTimeBefore",
    "StepExecutionId",
    "StepExecutionStatus",
    "StepName",
]

StopTypeType#

# StopTypeType usage example

from types_aiobotocore_ssm.literals import StopTypeType

def get_value() -> StopTypeType:
    return "Cancel"
# StopTypeType definition

StopTypeType = Literal[
    "Cancel",
    "Complete",
]

SSMServiceName#

# SSMServiceName usage example

from types_aiobotocore_ssm.literals import SSMServiceName

def get_value() -> SSMServiceName:
    return "ssm"
# SSMServiceName definition

SSMServiceName = Literal[
    "ssm",
]

ServiceName#

# ServiceName usage example

from types_aiobotocore_ssm.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from types_aiobotocore_ssm.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example

from types_aiobotocore_ssm.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_activations"
# PaginatorName definition

PaginatorName = Literal[
    "describe_activations",
    "describe_association_execution_targets",
    "describe_association_executions",
    "describe_automation_executions",
    "describe_automation_step_executions",
    "describe_available_patches",
    "describe_effective_instance_associations",
    "describe_effective_patches_for_patch_baseline",
    "describe_instance_associations_status",
    "describe_instance_information",
    "describe_instance_patch_states",
    "describe_instance_patch_states_for_patch_group",
    "describe_instance_patches",
    "describe_inventory_deletions",
    "describe_maintenance_window_execution_task_invocations",
    "describe_maintenance_window_execution_tasks",
    "describe_maintenance_window_executions",
    "describe_maintenance_window_schedule",
    "describe_maintenance_window_targets",
    "describe_maintenance_window_tasks",
    "describe_maintenance_windows",
    "describe_maintenance_windows_for_target",
    "describe_ops_items",
    "describe_parameters",
    "describe_patch_baselines",
    "describe_patch_groups",
    "describe_patch_properties",
    "describe_sessions",
    "get_inventory",
    "get_inventory_schema",
    "get_ops_summary",
    "get_parameter_history",
    "get_parameters_by_path",
    "get_resource_policies",
    "list_association_versions",
    "list_associations",
    "list_command_invocations",
    "list_commands",
    "list_compliance_items",
    "list_compliance_summaries",
    "list_document_versions",
    "list_documents",
    "list_ops_item_events",
    "list_ops_item_related_items",
    "list_ops_metadata",
    "list_resource_compliance_summaries",
    "list_resource_data_sync",
]

WaiterName#

# WaiterName usage example

from types_aiobotocore_ssm.literals import WaiterName

def get_value() -> WaiterName:
    return "command_executed"
# WaiterName definition

WaiterName = Literal[
    "command_executed",
]

RegionName#

# RegionName usage example

from types_aiobotocore_ssm.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
# RegionName definition

RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ca-central-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]