amazonka-ssm-1.6.1: Amazon Simple Systems Manager (SSM) SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SSM

Contents

Description

AWS Systems Manager

AWS Systems Manager is a collection of capabilities that helps you automate management tasks such as collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale. Systems Manager lets you remotely and securely manage the configuration of your managed instances. A managed instance is any Amazon EC2 instance or on-premises machine in your hybrid environment that has been configured for Systems Manager.

This reference is intended to be used with the AWS Systems Manager User Guide .

To get started, verify prerequisites and configure managed instances. For more information, see Systems Manager Prerequisites .

For information about other API actions you can perform on Amazon EC2 instances, see the Amazon EC2 API Reference . For information about how to use a Query API, see Making API Requests .

Synopsis

Service Configuration

ssm :: Service Source #

API version 2014-11-06 of the Amazon Simple Systems Manager (SSM) SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by SSM.

AutomationDefinitionVersionNotFoundException

_AutomationDefinitionVersionNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An Automation document with the specified name and version could not be found.

InvalidDocumentVersion

_InvalidDocumentVersion :: AsError a => Getting (First ServiceError) a ServiceError Source #

The document version is not valid or does not exist.

HierarchyTypeMismatchException

_HierarchyTypeMismatchException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Parameter Store does not support changing a parameter type in a hierarchy. For example, you can't change a parameter from a String type to a SecureString type. You must create a new, unique parameter.

InvalidSchedule

_InvalidSchedule :: AsError a => Getting (First ServiceError) a ServiceError Source #

The schedule is invalid. Verify your cron or rate expression and try again.

UnsupportedParameterType

_UnsupportedParameterType :: AsError a => Getting (First ServiceError) a ServiceError Source #

The parameter type is not supported.

InvalidAutomationStatusUpdateException

_InvalidAutomationStatusUpdateException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified update status operation is not valid.

InvalidPluginName

_InvalidPluginName :: AsError a => Getting (First ServiceError) a ServiceError Source #

The plugin name is not valid.

FeatureNotAvailableException

_FeatureNotAvailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You attempted to register a LAMBDA or STEP_FUNCTION task in a region where the corresponding service is not available.

InvalidAutomationSignalException

_InvalidAutomationSignalException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The signal is not valid for the current Automation execution.

ResourceDataSyncCountExceededException

_ResourceDataSyncCountExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have exceeded the allowed maximum sync configurations.

UnsupportedPlatformType

_UnsupportedPlatformType :: AsError a => Getting (First ServiceError) a ServiceError Source #

The document does not support the platform type of the given instance ID(s). For example, you sent an document for a Windows instance to a Linux instance.

InvalidFilterValue

_InvalidFilterValue :: AsError a => Getting (First ServiceError) a ServiceError Source #

The filter value is not valid. Verify the value and try again.

InvalidItemContentException

_InvalidItemContentException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more content items is not valid.

InvalidFilterOption

_InvalidFilterOption :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified filter option is not valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

ParameterPatternMismatchException

InvalidPermissionType

_InvalidPermissionType :: AsError a => Getting (First ServiceError) a ServiceError Source #

The permission type is not supported. Share is the only supported permission type.

AssociatedInstances

_AssociatedInstances :: AsError a => Getting (First ServiceError) a ServiceError Source #

You must disassociate a document from all instances before you can delete it.

UnsupportedOperatingSystem

_UnsupportedOperatingSystem :: AsError a => Getting (First ServiceError) a ServiceError Source #

The operating systems you specified is not supported, or the operation is not supported for the operating system. Valid operating systems include: Windows, AmazonLinux, RedhatEnterpriseLinux, and Ubuntu.

InvalidInstanceId

_InvalidInstanceId :: AsError a => Getting (First ServiceError) a ServiceError Source #

The following problems can cause this exception:

You do not have permission to access the instance.

The SSM Agent is not running. On managed instances and Linux instances, verify that the SSM Agent is running. On EC2 Windows instances, verify that the EC2Config service is running.

The SSM Agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling the SSM Agent or EC2Config service.

The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.

StatusUnchanged

_StatusUnchanged :: AsError a => Getting (First ServiceError) a ServiceError Source #

The updated status is the same as the current status.

InvalidNextToken

_InvalidNextToken :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified token is not valid.

InvalidInventoryRequestException

InvalidOutputFolder

_InvalidOutputFolder :: AsError a => Getting (First ServiceError) a ServiceError Source #

The S3 bucket does not exist.

InvalidActivationId

_InvalidActivationId :: AsError a => Getting (First ServiceError) a ServiceError Source #

The activation ID is not valid. Verify the you entered the correct ActivationId or ActivationCode and try again.

InvalidResultAttributeException

_InvalidResultAttributeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified inventory item result attribute is not valid.

ResourceLimitExceededException

_ResourceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Error returned when the caller has exceeded the default resource limits. For example, too many Maintenance Windows or Patch baselines have been created.

For information about resource limits in Systems Manager, see AWS Systems Manager Limits .

ResourceDataSyncInvalidConfigurationException

InvalidCommandId

_InvalidCommandId :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for InvalidCommandId' errors.

DuplicateInstanceId

_DuplicateInstanceId :: AsError a => Getting (First ServiceError) a ServiceError Source #

You cannot specify an instance ID in more than one association.

InvalidResourceType

_InvalidResourceType :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource type is not valid. For example, if you are attempting to tag an instance, the instance must be a registered, managed instance.

UnsupportedInventorySchemaVersionException

_UnsupportedInventorySchemaVersionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Inventory item type schema version has to match supported versions in the service. Check output of GetInventorySchema to see the available schema version for each type.

InvalidDocument

_InvalidDocument :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified document does not exist.

AutomationDefinitionNotFoundException

_AutomationDefinitionNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An Automation document with the specified name could not be found.

InvalidFilterKey

_InvalidFilterKey :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified key is not valid.

InvalidAutomationExecutionParametersException

_InvalidAutomationExecutionParametersException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The supplied parameters for invoking the specified Automation document are incorrect. For example, they may not match the set of parameters permitted for the specified Automation document.

AutomationExecutionNotFoundException

_AutomationExecutionNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There is no automation execution information for the requested automation execution ID.

InvalidTypeNameException

_InvalidTypeNameException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The parameter type name is not valid.

ResourceDataSyncNotFoundException

_ResourceDataSyncNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified sync name was not found.

ParameterMaxVersionLimitExceeded

_ParameterMaxVersionLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

The parameter exceeded the maximum number of allowed versions.

ItemSizeLimitExceededException

_ItemSizeLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The inventory item size has exceeded the size limit.

ResourceDataSyncAlreadyExistsException

_ResourceDataSyncAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A sync configuration with the same name already exists.

DoesNotExistException

_DoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Error returned when the ID specified for a resource, such as a Maintenance Window or Patch baseline, doesn't exist.

For information about resource limits in Systems Manager, see AWS Systems Manager Limits .

AutomationExecutionLimitExceededException

_AutomationExecutionLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of simultaneously running Automation executions exceeded the allowable limit.

IdempotentParameterMismatch

_IdempotentParameterMismatch :: AsError a => Getting (First ServiceError) a ServiceError Source #

Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.

InvalidInstanceInformationFilterValue

_InvalidInstanceInformationFilterValue :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified filter value is not valid.

ItemContentMismatchException

_ItemContentMismatchException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The inventory item has invalid content.

ParameterAlreadyExists

_ParameterAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #

The parameter already exists. You can't create duplicate parameters.

AssociationAlreadyExists

_AssociationAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified association already exists.

ComplianceTypeCountLimitExceededException

_ComplianceTypeCountLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You specified too many custom compliance types. You can specify a maximum of 10 different types.

InvalidDeleteInventoryParametersException

_InvalidDeleteInventoryParametersException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more of the parameters specified for the delete operation is not valid. Verify all parameters and try again.

InvalidDeletionIdException

_InvalidDeletionIdException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The ID specified for the delete operation does not exist or is not valide. Verify the ID and try again.

InvalidDocumentContent

_InvalidDocumentContent :: AsError a => Getting (First ServiceError) a ServiceError Source #

The content for the document is not valid.

ParameterLimitExceeded

_ParameterLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have exceeded the number of parameters for this AWS account. Delete one or more parameters and try again.

AssociationLimitExceeded

_AssociationLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

You can have at most 2,000 active associations.

InvalidAssociationVersion

_InvalidAssociationVersion :: AsError a => Getting (First ServiceError) a ServiceError Source #

The version you specified is not valid. Use ListAssociationVersions to view all versions of an association according to the association ID. Or, use the > LATEST parameter to view the latest version of the association.

AssociationDoesNotExist

_AssociationDoesNotExist :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified association does not exist.

ParameterNotFound

_ParameterNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

The parameter could not be found. Verify the name and try again.

TargetInUseException

_TargetInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You specified the Safe option for the DeregisterTargetFromMaintenanceWindow operation, but the target is still referenced in a task.

InternalServerError

_InternalServerError :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occurred on the server side.

UnsupportedInventoryItemContextException

_UnsupportedInventoryItemContextException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The Context attribute that you specified for the InventoryItem is not allowed for this inventory type. You can only use the Context attribute with inventory types like AWS:ComplianceItem .

AssociationVersionLimitExceeded

_AssociationVersionLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have reached the maximum number versions allowed for an association. Each association has a limit of 1,000 versions.

InvalidRole

_InvalidRole :: AsError a => Getting (First ServiceError) a ServiceError Source #

The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about configuring the IAM role for Run Command notifications, see Configuring Amazon SNS Notifications for Run Command in the AWS Systems Manager User Guide .

TooManyUpdates

_TooManyUpdates :: AsError a => Getting (First ServiceError) a ServiceError Source #

There are concurrent updates for a resource that supports one update at a time.

InvalidActivation

_InvalidActivation :: AsError a => Getting (First ServiceError) a ServiceError Source #

The activation is not valid. The activation might have been deleted, or the ActivationId and the ActivationCode do not match.

InvalidOptionException

_InvalidOptionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The delete inventory option specified is not valid. Verify the option and try again.

InvalidDocumentSchemaVersion

_InvalidDocumentSchemaVersion :: AsError a => Getting (First ServiceError) a ServiceError Source #

The version of the document schema is not supported.

MaxDocumentSizeExceeded

_MaxDocumentSizeExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

The size limit of a document is 64 KB.

ParameterVersionNotFound

_ParameterVersionNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified parameter version was not found. Verify the parameter name and version, and try again.

InvalidUpdate

_InvalidUpdate :: AsError a => Getting (First ServiceError) a ServiceError Source #

The update is not valid.

CustomSchemaCountLimitExceededException

_CustomSchemaCountLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have exceeded the limit for custom schemas. Delete one or more custom schemas and try again.

InvalidTarget

_InvalidTarget :: AsError a => Getting (First ServiceError) a ServiceError Source #

The target is not valid or does not exist. It might not be configured for EC2 Systems Manager or you might not have permission to perform the operation.

HierarchyLevelLimitExceededException

_HierarchyLevelLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A hierarchy can have a maximum of 15 levels. For more information, see Working with Systems Manager Parameters .

InvalidDocumentOperation

_InvalidDocumentOperation :: AsError a => Getting (First ServiceError) a ServiceError Source #

You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

InvocationDoesNotExist

_InvocationDoesNotExist :: AsError a => Getting (First ServiceError) a ServiceError Source #

The command ID and instance ID you specified did not match any invocations. Verify the command ID adn the instance ID and try again.

DocumentVersionLimitExceeded

_DocumentVersionLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

The document has too many versions. Delete one or more document versions and try again.

InvalidOutputLocation

_InvalidOutputLocation :: AsError a => Getting (First ServiceError) a ServiceError Source #

The output location is not valid or does not exist.

InvalidKeyId

_InvalidKeyId :: AsError a => Getting (First ServiceError) a ServiceError Source #

The query key ID is not valid.

InvalidParameters

_InvalidParameters :: AsError a => Getting (First ServiceError) a ServiceError Source #

You must specify values for all required parameters in the Systems Manager document. You can only supply values to parameters defined in the Systems Manager document.

InvalidResourceId

_InvalidResourceId :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource ID is not valid. Verify that you entered the correct ID and try again.

InvalidAllowedPatternException

_InvalidAllowedPatternException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request does not meet the regular expression requirement.

InvalidNotificationConfig

_InvalidNotificationConfig :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more configuration items is not valid. Verify that a valid Amazon Resource Name (ARN) was provided for an Amazon SNS topic.

InvalidInventoryItemContextException

_InvalidInventoryItemContextException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You specified invalid keys or values in the Context attribute for InventoryItem . Verify the keys and values, and try again.

TotalSizeLimitExceededException

_TotalSizeLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The size of inventory data has exceeded the total size limit for the resource.

SubTypeCountLimitExceededException

_SubTypeCountLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The sub-type count exceeded the limit for the inventory type.

TooManyTagsError

_TooManyTagsError :: AsError a => Getting (First ServiceError) a ServiceError Source #

The Targets parameter includes too many tags. Remove one or more tags and try the command again.

DocumentPermissionLimit

_DocumentPermissionLimit :: AsError a => Getting (First ServiceError) a ServiceError Source #

The document cannot be shared with more AWS user accounts. You can share a document with a maximum of 20 accounts. You can publicly share up to five documents. If you need to increase this limit, contact AWS Support.

AutomationStepNotFoundException

_AutomationStepNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified step name and execution ID don't exist. Verify the information and try again.

DuplicateDocumentContent

_DuplicateDocumentContent :: AsError a => Getting (First ServiceError) a ServiceError Source #

The content of the association document matches another document. Change the content of the document and try again.

DocumentAlreadyExists

_DocumentAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified document already exists.

DocumentLimitExceeded

_DocumentLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

You can have at most 200 active Systems Manager documents.

AlreadyExistsException

_AlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Error returned if an attempt is made to register a patch group with a patch baseline that is already registered with a different patch baseline.

InvalidFilter

_InvalidFilter :: AsError a => Getting (First ServiceError) a ServiceError Source #

The filter name is not valid. Verify the you entered the correct name and try again.

ResourceInUseException

_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Error returned if an attempt is made to delete a patch baseline that is registered for a patch group.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

DescribeInstancePatches

GetInventory

GetParameters

DeletePatchBaseline

UpdatePatchBaseline

GetParameter

UpdateDocumentDefaultVersion

ListResourceDataSync

GetDeployablePatchSnapshotForInstance

DescribeParameters (Paginated)

GetParametersByPath (Paginated)

PutComplianceItems

DescribeActivations (Paginated)

GetMaintenanceWindowTask

ListTagsForResource

DescribeDocument

CreateAssociation

DeleteActivation

DescribeMaintenanceWindowExecutions

GetInventorySchema

ListComplianceSummaries

StartAutomationExecution

CreateActivation

DeleteMaintenanceWindow

UpdateMaintenanceWindow

DescribeMaintenanceWindowExecutionTasks

GetDefaultPatchBaseline

GetMaintenanceWindowExecutionTask

CreateDocument

RemoveTagsFromResource

DeleteParameters

DescribePatchGroupState

ListCommandInvocations (Paginated)

DeregisterTargetFromMaintenanceWindow

DescribeEffectivePatchesForPatchBaseline

DescribeMaintenanceWindowTargets

RegisterPatchBaselineForPatchGroup

ListDocuments (Paginated)

DescribeInstancePatchStates

GetPatchBaselineForPatchGroup

UpdateManagedInstanceRole

ListComplianceItems

GetDocument

AddTagsToResource

CancelCommand

DescribeAutomationStepExecutions

GetCommandInvocation

DescribeInstancePatchStatesForPatchGroup

DeregisterManagedInstance

DescribeAssociation

ModifyDocumentPermission

DeleteResourceDataSync

UpdateAssociationStatus

DescribeAvailablePatches

ListDocumentVersions

DeregisterPatchBaselineForPatchGroup

DescribePatchGroups

GetMaintenanceWindow

DescribeMaintenanceWindows

RegisterTaskWithMaintenanceWindow

RegisterDefaultPatchBaseline

ListResourceComplianceSummaries

ListAssociationVersions

DescribeMaintenanceWindowTasks

DescribeInstanceAssociationsStatus

DeregisterTaskFromMaintenanceWindow

ListInventoryEntries

UpdateMaintenanceWindowTask

GetParameterHistory (Paginated)

CreateMaintenanceWindow

StopAutomationExecution

GetMaintenanceWindowExecution

SendAutomationSignal

PutParameter

DescribeMaintenanceWindowExecutionTaskInvocations

GetMaintenanceWindowExecutionTaskInvocation

DeleteParameter

DescribeInstanceInformation (Paginated)

ListAssociations (Paginated)

DeleteAssociation

UpdateAssociation

DescribeInventoryDeletions

DeleteInventory

PutInventory

DescribeEffectiveInstanceAssociations

DescribeAutomationExecutions

GetAutomationExecution

SendCommand

DescribePatchBaselines

GetPatchBaseline

RegisterTargetWithMaintenanceWindow

ListCommands (Paginated)

UpdateDocument

DeleteDocument

DescribeDocumentPermission

CreateAssociationBatch

UpdateMaintenanceWindowTarget

CreateResourceDataSync

CreatePatchBaseline

Types

AssociationFilterKey

data AssociationFilterKey Source #

Instances
Bounded AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AssociationFilterKey -> c AssociationFilterKey #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AssociationFilterKey #

toConstr :: AssociationFilterKey -> Constr #

dataTypeOf :: AssociationFilterKey -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AssociationFilterKey) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AssociationFilterKey) #

gmapT :: (forall b. Data b => b -> b) -> AssociationFilterKey -> AssociationFilterKey #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AssociationFilterKey -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AssociationFilterKey -> r #

gmapQ :: (forall d. Data d => d -> u) -> AssociationFilterKey -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AssociationFilterKey -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AssociationFilterKey -> m AssociationFilterKey #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AssociationFilterKey -> m AssociationFilterKey #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AssociationFilterKey -> m AssociationFilterKey #

Ord AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep AssociationFilterKey :: Type -> Type #

Hashable AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToJSON AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

NFData AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

rnf :: AssociationFilterKey -> () #

type Rep AssociationFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep AssociationFilterKey = D1 (MetaData "AssociationFilterKey" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) ((C1 (MetaCons "AFKAssociationId" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "AFKAssociationName" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AFKAssociationStatusName" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "AFKInstanceId" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AFKLastExecutedAfter" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "AFKLastExecutedBefore" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AFKName" PrefixI False) (U1 :: Type -> Type))))

AssociationStatusName

data AssociationStatusName Source #

Instances
Bounded AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AssociationStatusName -> c AssociationStatusName #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AssociationStatusName #

toConstr :: AssociationStatusName -> Constr #

dataTypeOf :: AssociationStatusName -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AssociationStatusName) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AssociationStatusName) #

gmapT :: (forall b. Data b => b -> b) -> AssociationStatusName -> AssociationStatusName #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AssociationStatusName -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AssociationStatusName -> r #

gmapQ :: (forall d. Data d => d -> u) -> AssociationStatusName -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AssociationStatusName -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AssociationStatusName -> m AssociationStatusName #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AssociationStatusName -> m AssociationStatusName #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AssociationStatusName -> m AssociationStatusName #

Ord AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep AssociationStatusName :: Type -> Type #

Hashable AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToJSON AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromJSON AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

NFData AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

rnf :: AssociationStatusName -> () #

type Rep AssociationStatusName Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep AssociationStatusName = D1 (MetaData "AssociationStatusName" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) (C1 (MetaCons "ASNFailed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ASNPending" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ASNSuccess" PrefixI False) (U1 :: Type -> Type)))

AutomationExecutionFilterKey

data AutomationExecutionFilterKey Source #

Instances
Bounded AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AutomationExecutionFilterKey -> c AutomationExecutionFilterKey #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AutomationExecutionFilterKey #

toConstr :: AutomationExecutionFilterKey -> Constr #

dataTypeOf :: AutomationExecutionFilterKey -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AutomationExecutionFilterKey) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AutomationExecutionFilterKey) #

gmapT :: (forall b. Data b => b -> b) -> AutomationExecutionFilterKey -> AutomationExecutionFilterKey #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AutomationExecutionFilterKey -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AutomationExecutionFilterKey -> r #

gmapQ :: (forall d. Data d => d -> u) -> AutomationExecutionFilterKey -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AutomationExecutionFilterKey -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AutomationExecutionFilterKey -> m AutomationExecutionFilterKey #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AutomationExecutionFilterKey -> m AutomationExecutionFilterKey #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AutomationExecutionFilterKey -> m AutomationExecutionFilterKey #

Ord AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep AutomationExecutionFilterKey :: Type -> Type #

Hashable AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToJSON AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

NFData AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep AutomationExecutionFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep AutomationExecutionFilterKey = D1 (MetaData "AutomationExecutionFilterKey" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) ((C1 (MetaCons "AEFKCurrentAction" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "AEFKDocumentNamePrefix" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AEFKExecutionId" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "AEFKExecutionStatus" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AEFKParentExecutionId" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "AEFKStartTimeAfter" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AEFKStartTimeBefore" PrefixI False) (U1 :: Type -> Type))))

AutomationExecutionStatus

data AutomationExecutionStatus Source #

Instances
Bounded AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AutomationExecutionStatus -> c AutomationExecutionStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AutomationExecutionStatus #

toConstr :: AutomationExecutionStatus -> Constr #

dataTypeOf :: AutomationExecutionStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AutomationExecutionStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AutomationExecutionStatus) #

gmapT :: (forall b. Data b => b -> b) -> AutomationExecutionStatus -> AutomationExecutionStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AutomationExecutionStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AutomationExecutionStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> AutomationExecutionStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AutomationExecutionStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AutomationExecutionStatus -> m AutomationExecutionStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AutomationExecutionStatus -> m AutomationExecutionStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AutomationExecutionStatus -> m AutomationExecutionStatus #

Ord AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep AutomationExecutionStatus :: Type -> Type #

Hashable AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromJSON AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

NFData AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep AutomationExecutionStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep AutomationExecutionStatus = D1 (MetaData "AutomationExecutionStatus" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) (((C1 (MetaCons "AESCancelled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AESCancelling" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "AESFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AESInProgress" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "AESPending" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AESSuccess" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "AESTimedOut" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AESWaiting" PrefixI False) (U1 :: Type -> Type))))

CommandFilterKey

data CommandFilterKey Source #

Instances
Bounded CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CommandFilterKey -> c CommandFilterKey #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CommandFilterKey #

toConstr :: CommandFilterKey -> Constr #

dataTypeOf :: CommandFilterKey -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CommandFilterKey) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CommandFilterKey) #

gmapT :: (forall b. Data b => b -> b) -> CommandFilterKey -> CommandFilterKey #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CommandFilterKey -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CommandFilterKey -> r #

gmapQ :: (forall d. Data d => d -> u) -> CommandFilterKey -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CommandFilterKey -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CommandFilterKey -> m CommandFilterKey #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CommandFilterKey -> m CommandFilterKey #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CommandFilterKey -> m CommandFilterKey #

Ord CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep CommandFilterKey :: Type -> Type #

Hashable CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToJSON CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

NFData CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

rnf :: CommandFilterKey -> () #

type Rep CommandFilterKey Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep CommandFilterKey = D1 (MetaData "CommandFilterKey" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) (C1 (MetaCons "CommandInvokedAfter" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CommandInvokedBefore" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CommandStatus" PrefixI False) (U1 :: Type -> Type)))

CommandInvocationStatus

data CommandInvocationStatus Source #

Instances
Bounded CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CommandInvocationStatus -> c CommandInvocationStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CommandInvocationStatus #

toConstr :: CommandInvocationStatus -> Constr #

dataTypeOf :: CommandInvocationStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CommandInvocationStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CommandInvocationStatus) #

gmapT :: (forall b. Data b => b -> b) -> CommandInvocationStatus -> CommandInvocationStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CommandInvocationStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CommandInvocationStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> CommandInvocationStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CommandInvocationStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CommandInvocationStatus -> m CommandInvocationStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CommandInvocationStatus -> m CommandInvocationStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CommandInvocationStatus -> m CommandInvocationStatus #

Ord CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep CommandInvocationStatus :: Type -> Type #

Hashable CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromJSON CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

NFData CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

rnf :: CommandInvocationStatus -> () #

type Rep CommandInvocationStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep CommandInvocationStatus = D1 (MetaData "CommandInvocationStatus" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) (((C1 (MetaCons "CISCancelled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CISCancelling" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CISDelayed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CISFailed" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "CISInProgress" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CISPending" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CISSuccess" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CISTimedOut" PrefixI False) (U1 :: Type -> Type))))

CommandPluginStatus

data CommandPluginStatus Source #

Instances
Bounded CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CommandPluginStatus -> c CommandPluginStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CommandPluginStatus #

toConstr :: CommandPluginStatus -> Constr #

dataTypeOf :: CommandPluginStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CommandPluginStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CommandPluginStatus) #

gmapT :: (forall b. Data b => b -> b) -> CommandPluginStatus -> CommandPluginStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CommandPluginStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CommandPluginStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> CommandPluginStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CommandPluginStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CommandPluginStatus -> m CommandPluginStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CommandPluginStatus -> m CommandPluginStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CommandPluginStatus -> m CommandPluginStatus #

Ord CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep CommandPluginStatus :: Type -> Type #

Hashable CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromJSON CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

NFData CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

rnf :: CommandPluginStatus -> () #

type Rep CommandPluginStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep CommandPluginStatus = D1 (MetaData "CommandPluginStatus" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) ((C1 (MetaCons "CPSCancelled" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CPSFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CPSInProgress" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "CPSPending" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CPSSuccess" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CPSTimedOut" PrefixI False) (U1 :: Type -> Type))))

CommandStatus

data CommandStatus Source #

Instances
Bounded CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CommandStatus -> c CommandStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CommandStatus #

toConstr :: CommandStatus -> Constr #

dataTypeOf :: CommandStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CommandStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CommandStatus) #

gmapT :: (forall b. Data b => b -> b) -> CommandStatus -> CommandStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CommandStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CommandStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> CommandStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CommandStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CommandStatus -> m CommandStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CommandStatus -> m CommandStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CommandStatus -> m CommandStatus #

Ord CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep CommandStatus :: Type -> Type #

Hashable CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromJSON CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

toText :: CommandStatus -> Text #

NFData CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

rnf :: CommandStatus -> () #

type Rep CommandStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep CommandStatus = D1 (MetaData "CommandStatus" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) ((C1 (MetaCons "CSCancelled" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CSCancelling" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CSFailed" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "CSInProgress" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CSPending" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CSSuccess" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CSTimedOut" PrefixI False) (U1 :: Type -> Type))))

ComplianceQueryOperatorType

data ComplianceQueryOperatorType Source #

Instances
Bounded ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComplianceQueryOperatorType -> c ComplianceQueryOperatorType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComplianceQueryOperatorType #

toConstr :: ComplianceQueryOperatorType -> Constr #

dataTypeOf :: ComplianceQueryOperatorType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ComplianceQueryOperatorType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComplianceQueryOperatorType) #

gmapT :: (forall b. Data b => b -> b) -> ComplianceQueryOperatorType -> ComplianceQueryOperatorType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceQueryOperatorType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceQueryOperatorType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComplianceQueryOperatorType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComplianceQueryOperatorType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComplianceQueryOperatorType -> m ComplianceQueryOperatorType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceQueryOperatorType -> m ComplianceQueryOperatorType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceQueryOperatorType -> m ComplianceQueryOperatorType #

Ord ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep ComplianceQueryOperatorType :: Type -> Type #

Hashable ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToJSON ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

NFData ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep ComplianceQueryOperatorType Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep ComplianceQueryOperatorType = D1 (MetaData "ComplianceQueryOperatorType" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) ((C1 (MetaCons "CQOTBeginWith" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CQOTEqual" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CQOTGreaterThan" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CQOTLessThan" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CQOTNotEqual" PrefixI False) (U1 :: Type -> Type))))

ComplianceSeverity

data ComplianceSeverity Source #

Instances
Bounded ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComplianceSeverity -> c ComplianceSeverity #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComplianceSeverity #

toConstr :: ComplianceSeverity -> Constr #

dataTypeOf :: ComplianceSeverity -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ComplianceSeverity) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComplianceSeverity) #

gmapT :: (forall b. Data b => b -> b) -> ComplianceSeverity -> ComplianceSeverity #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceSeverity -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceSeverity -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComplianceSeverity -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComplianceSeverity -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComplianceSeverity -> m ComplianceSeverity #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceSeverity -> m ComplianceSeverity #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceSeverity -> m ComplianceSeverity #

Ord ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep ComplianceSeverity :: Type -> Type #

Hashable ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToJSON ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromJSON ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

NFData ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

rnf :: ComplianceSeverity -> () #

type Rep ComplianceSeverity Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep ComplianceSeverity = D1 (MetaData "ComplianceSeverity" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) ((C1 (MetaCons "CSCritical" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CSHigh" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CSInformational" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "CSLow" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CSMedium" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CSUnspecified" PrefixI False) (U1 :: Type -> Type))))

ComplianceStatus

data ComplianceStatus Source #

Constructors

Compliant 
NonCompliant 
Instances
Bounded ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComplianceStatus -> c ComplianceStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComplianceStatus #

toConstr :: ComplianceStatus -> Constr #

dataTypeOf :: ComplianceStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ComplianceStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComplianceStatus) #

gmapT :: (forall b. Data b => b -> b) -> ComplianceStatus -> ComplianceStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComplianceStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComplianceStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComplianceStatus -> m ComplianceStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceStatus -> m ComplianceStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceStatus -> m ComplianceStatus #

Ord ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Read ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Show ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Generic ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Associated Types

type Rep ComplianceStatus :: Type -> Type #

Hashable ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToJSON ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromJSON ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToHeader ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToQuery ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToByteString ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

FromText ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

ToText ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

NFData ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

rnf :: ComplianceStatus -> () #

type Rep ComplianceStatus Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

type Rep ComplianceStatus = D1 (MetaData "ComplianceStatus" "Network.AWS.SSM.Types.Sum" "amazonka-ssm-1.6.1-7PbnocxNW5qAr7pEvzAy6Q" False) (C1 (MetaCons "Compliant" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "NonCompliant" PrefixI False) (U1 :: Type -> Type))

DescribeActivationsFilterKeys

data DescribeActivationsFilterKeys Source #

Instances
Bounded DescribeActivationsFilterKeys Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Enum DescribeActivationsFilterKeys Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Eq DescribeActivationsFilterKeys Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Data DescribeActivationsFilterKeys Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeActivationsFilterKeys -> c DescribeActivationsFilterKeys #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeActivationsFilterKeys #

toConstr :: DescribeActivationsFilterKeys -> Constr #

dataTypeOf :: DescribeActivationsFilterKeys -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DescribeActivationsFilterKeys) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeActivationsFilterKeys) #

gmapT :: (forall b. Data b => b -> b) -> DescribeActivationsFilterKeys -> DescribeActivationsFilterKeys #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeActivationsFilterKeys -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeActivationsFilterKeys -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeActivationsFilterKeys -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeActivationsFilterKeys -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeActivationsFilterKeys -> m DescribeActivationsFilterKeys #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeActivationsFilterKeys -> m DescribeActivationsFilterKeys #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeActivationsFilterKeys -> m DescribeActivationsFilterKeys #

Ord DescribeActivationsFilterKeys Source # 
Instance details

Defined in Network.AWS.SSM.Types.Sum