amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSM.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

_AlreadyExistsException :: AsError a => Fold 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.

_AssociatedInstances :: AsError a => Fold a ServiceError Source #

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

_AssociationAlreadyExists :: AsError a => Fold a ServiceError Source #

The specified association already exists.

_AssociationDoesNotExist :: AsError a => Fold a ServiceError Source #

The specified association doesn't exist.

_AssociationExecutionDoesNotExist :: AsError a => Fold a ServiceError Source #

The specified execution ID doesn't exist. Verify the ID number and try again.

_AssociationLimitExceeded :: AsError a => Fold a ServiceError Source #

You can have at most 2,000 active associations.

_AssociationVersionLimitExceeded :: AsError a => Fold a ServiceError Source #

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

_AutomationDefinitionNotApprovedException :: AsError a => Fold a ServiceError Source #

Indicates that the Change Manager change template used in the change request was rejected or is still in a pending state.

_AutomationDefinitionNotFoundException :: AsError a => Fold a ServiceError Source #

An Automation runbook with the specified name couldn't be found.

_AutomationDefinitionVersionNotFoundException :: AsError a => Fold a ServiceError Source #

An Automation runbook with the specified name and version couldn't be found.

_AutomationExecutionLimitExceededException :: AsError a => Fold a ServiceError Source #

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

_AutomationExecutionNotFoundException :: AsError a => Fold a ServiceError Source #

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

_AutomationStepNotFoundException :: AsError a => Fold a ServiceError Source #

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

_ComplianceTypeCountLimitExceededException :: AsError a => Fold a ServiceError Source #

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

_CustomSchemaCountLimitExceededException :: AsError a => Fold a ServiceError Source #

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

_DocumentAlreadyExists :: AsError a => Fold a ServiceError Source #

The specified document already exists.

_DocumentLimitExceeded :: AsError a => Fold a ServiceError Source #

You can have at most 500 active SSM documents.

_DocumentPermissionLimit :: AsError a => Fold a ServiceError Source #

The document can't be shared with more Amazon Web Services user accounts. You can specify a maximum of 20 accounts per API operation to share a private document.

By default, you can share a private document with a maximum of 1,000 accounts and publicly share up to five documents.

If you need to increase the quota for privately or publicly shared Systems Manager documents, contact Amazon Web Services Support.

_DocumentVersionLimitExceeded :: AsError a => Fold a ServiceError Source #

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

_DoesNotExistException :: AsError a => Fold 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 quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas in the Amazon Web Services General Reference.

_DuplicateDocumentContent :: AsError a => Fold a ServiceError Source #

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

_DuplicateDocumentVersionName :: AsError a => Fold a ServiceError Source #

The version name has already been used in this document. Specify a different version name, and then try again.

_DuplicateInstanceId :: AsError a => Fold a ServiceError Source #

You can't specify a managed node ID in more than one association.

_FeatureNotAvailableException :: AsError a => Fold a ServiceError Source #

You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where the corresponding service isn't available.

_HierarchyLevelLimitExceededException :: AsError a => Fold a ServiceError Source #

A hierarchy can have a maximum of 15 levels. For more information, see Requirements and constraints for parameter names in the Amazon Web Services Systems Manager User Guide.

_HierarchyTypeMismatchException :: AsError a => Fold a ServiceError Source #

Parameter Store doesn't 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.

_IdempotentParameterMismatch :: AsError a => Fold 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.

_IncompatiblePolicyException :: AsError a => Fold a ServiceError Source #

There is a conflict in the policies specified for this parameter. You can't, for example, specify two Expiration policies for a parameter. Review your policies, and try again.

_InternalServerError :: AsError a => Fold a ServiceError Source #

An error occurred on the server side.

_InvalidActivation :: AsError a => Fold a ServiceError Source #

The activation isn't valid. The activation might have been deleted, or the ActivationId and the ActivationCode don't match.

_InvalidActivationId :: AsError a => Fold a ServiceError Source #

The activation ID isn't valid. Verify the you entered the correct ActivationId or ActivationCode and try again.

_InvalidAggregatorException :: AsError a => Fold a ServiceError Source #

The specified aggregator isn't valid for inventory groups. Verify that the aggregator uses a valid inventory type such as AWS:Application or AWS:InstanceInformation.

_InvalidAllowedPatternException :: AsError a => Fold a ServiceError Source #

The request doesn't meet the regular expression requirement.

_InvalidAssociation :: AsError a => Fold a ServiceError Source #

The association isn't valid or doesn't exist.

_InvalidAssociationVersion :: AsError a => Fold a ServiceError Source #

The version you specified isn't 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.

_InvalidAutomationExecutionParametersException :: AsError a => Fold a ServiceError Source #

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

_InvalidAutomationSignalException :: AsError a => Fold a ServiceError Source #

The signal isn't valid for the current Automation execution.

_InvalidAutomationStatusUpdateException :: AsError a => Fold a ServiceError Source #

The specified update status operation isn't valid.

_InvalidCommandId :: AsError a => Fold a ServiceError Source #

The specified command ID isn't valid. Verify the ID and try again.

_InvalidDeleteInventoryParametersException :: AsError a => Fold a ServiceError Source #

One or more of the parameters specified for the delete operation isn't valid. Verify all parameters and try again.

_InvalidDeletionIdException :: AsError a => Fold a ServiceError Source #

The ID specified for the delete operation doesn't exist or isn't valid. Verify the ID and try again.

_InvalidDocument :: AsError a => Fold a ServiceError Source #

The specified SSM document doesn't exist.

_InvalidDocumentContent :: AsError a => Fold a ServiceError Source #

The content for the document isn't valid.

_InvalidDocumentOperation :: AsError a => Fold 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.

_InvalidDocumentSchemaVersion :: AsError a => Fold a ServiceError Source #

The version of the document schema isn't supported.

_InvalidDocumentType :: AsError a => Fold a ServiceError Source #

The SSM document type isn't valid. Valid document types are described in the DocumentType property.

_InvalidDocumentVersion :: AsError a => Fold a ServiceError Source #

The document version isn't valid or doesn't exist.

_InvalidFilter :: AsError a => Fold a ServiceError Source #

The filter name isn't valid. Verify the you entered the correct name and try again.

_InvalidFilterKey :: AsError a => Fold a ServiceError Source #

The specified key isn't valid.

_InvalidFilterOption :: AsError a => Fold a ServiceError Source #

The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

_InvalidFilterValue :: AsError a => Fold a ServiceError Source #

The filter value isn't valid. Verify the value and try again.

_InvalidInstanceId :: AsError a => Fold a ServiceError Source #

The following problems can cause this exception:

  • You don't have permission to access the managed node.
  • Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is running.
  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.
  • The managed node isn't in valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

_InvalidInstanceInformationFilterValue :: AsError a => Fold a ServiceError Source #

The specified filter value isn't valid.

_InvalidInventoryGroupException :: AsError a => Fold a ServiceError Source #

The specified inventory group isn't valid.

_InvalidInventoryItemContextException :: AsError a => Fold a ServiceError Source #

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

_InvalidItemContentException :: AsError a => Fold a ServiceError Source #

One or more content items isn't valid.

_InvalidKeyId :: AsError a => Fold a ServiceError Source #

The query key ID isn't valid.

_InvalidNextToken :: AsError a => Fold a ServiceError Source #

The specified token isn't valid.

_InvalidNotificationConfig :: AsError a => Fold a ServiceError Source #

One or more configuration items isn't valid. Verify that a valid Amazon Resource Name (ARN) was provided for an Amazon Simple Notification Service topic.

_InvalidOptionException :: AsError a => Fold a ServiceError Source #

The delete inventory option specified isn't valid. Verify the option and try again.

_InvalidOutputFolder :: AsError a => Fold a ServiceError Source #

The S3 bucket doesn't exist.

_InvalidOutputLocation :: AsError a => Fold a ServiceError Source #

The output location isn't valid or doesn't exist.

_InvalidParameters :: AsError a => Fold a ServiceError Source #

You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM document). You can only supply values to parameters defined in the SSM document.

_InvalidPermissionType :: AsError a => Fold a ServiceError Source #

The permission type isn't supported. Share is the only supported permission type.

_InvalidPluginName :: AsError a => Fold a ServiceError Source #

The plugin name isn't valid.

_InvalidPolicyAttributeException :: AsError a => Fold a ServiceError Source #

A policy attribute or its value is invalid.

_InvalidPolicyTypeException :: AsError a => Fold a ServiceError Source #

The policy type isn't supported. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

_InvalidResourceId :: AsError a => Fold a ServiceError Source #

The resource ID isn't valid. Verify that you entered the correct ID and try again.

_InvalidResourceType :: AsError a => Fold a ServiceError Source #

The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.

_InvalidResultAttributeException :: AsError a => Fold a ServiceError Source #

The specified inventory item result attribute isn't valid.

_InvalidRole :: AsError a => Fold 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 Amazon Web Services Systems Manager User Guide.

_InvalidSchedule :: AsError a => Fold a ServiceError Source #

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

_InvalidTag :: AsError a => Fold a ServiceError Source #

The specified tag key or value isn't valid.

_InvalidTarget :: AsError a => Fold a ServiceError Source #

The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might not have permission to perform the operation.

_InvalidTargetMaps :: AsError a => Fold a ServiceError Source #

TargetMap parameter isn't valid.

_InvalidTypeNameException :: AsError a => Fold a ServiceError Source #

The parameter type name isn't valid.

_InvalidUpdate :: AsError a => Fold a ServiceError Source #

The update isn't valid.

_InvocationDoesNotExist :: AsError a => Fold a ServiceError Source #

The command ID and managed node ID you specified didn't match any invocations. Verify the command ID and the managed node ID and try again.

_ItemContentMismatchException :: AsError a => Fold a ServiceError Source #

The inventory item has invalid content.

_ItemSizeLimitExceededException :: AsError a => Fold a ServiceError Source #

The inventory item size has exceeded the size limit.

_MaxDocumentSizeExceeded :: AsError a => Fold a ServiceError Source #

The size limit of a document is 64 KB.

_OpsItemAccessDeniedException :: AsError a => Fold a ServiceError Source #

You don't have permission to view OpsItems in the specified account. Verify that your account is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations management account.

_OpsItemAlreadyExistsException :: AsError a => Fold a ServiceError Source #

The OpsItem already exists.

_OpsItemInvalidParameterException :: AsError a => Fold a ServiceError Source #

A specified parameter argument isn't valid. Verify the available arguments and try again.

_OpsItemLimitExceededException :: AsError a => Fold a ServiceError Source #

The request caused OpsItems to exceed one or more quotas. For information about OpsItem quotas, see What are the resource limits for OpsCenter?.

_OpsItemNotFoundException :: AsError a => Fold a ServiceError Source #

The specified OpsItem ID doesn't exist. Verify the ID and try again.

_OpsItemRelatedItemAlreadyExistsException :: AsError a => Fold a ServiceError Source #

The Amazon Resource Name (ARN) is already associated with the OpsItem.

_OpsItemRelatedItemAssociationNotFoundException :: AsError a => Fold a ServiceError Source #

The association wasn't found using the parameters you specified in the call. Verify the information and try again.

_OpsMetadataAlreadyExistsException :: AsError a => Fold a ServiceError Source #

An OpsMetadata object already exists for the selected resource.

_OpsMetadataInvalidArgumentException :: AsError a => Fold a ServiceError Source #

One of the arguments passed is invalid.

_OpsMetadataKeyLimitExceededException :: AsError a => Fold a ServiceError Source #

The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to an application in Application Manager.

_OpsMetadataLimitExceededException :: AsError a => Fold a ServiceError Source #

Your account reached the maximum number of OpsMetadata objects allowed by Application Manager. The maximum is 200 OpsMetadata objects. Delete one or more OpsMetadata object and try again.

_OpsMetadataNotFoundException :: AsError a => Fold a ServiceError Source #

The OpsMetadata object doesn't exist.

_OpsMetadataTooManyUpdatesException :: AsError a => Fold a ServiceError Source #

The system is processing too many concurrent updates. Wait a few moments and try again.

_ParameterAlreadyExists :: AsError a => Fold a ServiceError Source #

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

_ParameterLimitExceeded :: AsError a => Fold a ServiceError Source #

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

_ParameterMaxVersionLimitExceeded :: AsError a => Fold a ServiceError Source #

Parameter Store retains the 100 most recently created versions of a parameter. After this number of versions has been created, Parameter Store deletes the oldest version when a new one is created. However, if the oldest version has a label attached to it, Parameter Store won't delete the version and instead presents this error message:

An error occurred (ParameterMaxVersionLimitExceeded) when calling the PutParameter operation: You attempted to create a new version of parameter-name by calling the PutParameter API with the overwrite flag. Version version-number, the oldest version, can't be deleted because it has a label associated with it. Move the label to another version of the parameter, and try again.

This safeguard is to prevent parameter versions with mission critical labels assigned to them from being deleted. To continue creating new parameters, first move the label from the oldest version of the parameter to a newer one for use in your operations. For information about moving parameter labels, see Move a parameter label (console) or Move a parameter label (CLI) in the Amazon Web Services Systems Manager User Guide.

_ParameterNotFound :: AsError a => Fold a ServiceError Source #

The parameter couldn't be found. Verify the name and try again.

_ParameterPatternMismatchException :: AsError a => Fold a ServiceError Source #

The parameter name isn't valid.

_ParameterVersionLabelLimitExceeded :: AsError a => Fold a ServiceError Source #

A parameter version can have a maximum of ten labels.

_ParameterVersionNotFound :: AsError a => Fold a ServiceError Source #

The specified parameter version wasn't found. Verify the parameter name and version, and try again.

_PoliciesLimitExceededException :: AsError a => Fold a ServiceError Source #

You specified more than the maximum number of allowed policies for the parameter. The maximum is 10.

_ResourceDataSyncAlreadyExistsException :: AsError a => Fold a ServiceError Source #

A sync configuration with the same name already exists.

_ResourceDataSyncConflictException :: AsError a => Fold a ServiceError Source #

Another UpdateResourceDataSync request is being processed. Wait a few minutes and try again.

_ResourceDataSyncCountExceededException :: AsError a => Fold a ServiceError Source #

You have exceeded the allowed maximum sync configurations.

_ResourceDataSyncInvalidConfigurationException :: AsError a => Fold a ServiceError Source #

The specified sync configuration is invalid.

_ResourceDataSyncNotFoundException :: AsError a => Fold a ServiceError Source #

The specified sync name wasn't found.

_ResourceInUseException :: AsError a => Fold a ServiceError Source #

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

_ResourceLimitExceededException :: AsError a => Fold a ServiceError Source #

Error returned when the caller has exceeded the default resource quotas. For example, too many maintenance windows or patch baselines have been created.

For information about resource quotas in Systems Manager, see Systems Manager service quotas in the Amazon Web Services General Reference.

_ResourcePolicyConflictException :: AsError a => Fold a ServiceError Source #

The hash provided in the call doesn't match the stored hash. This exception is thrown when trying to update an obsolete policy version or when multiple requests to update a policy are sent.

_ResourcePolicyInvalidParameterException :: AsError a => Fold a ServiceError Source #

One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

_ResourcePolicyLimitExceededException :: AsError a => Fold a ServiceError Source #

The PutResourcePolicy API action enforces two limits. A policy can't be greater than 1024 bytes in size. And only one policy can be attached to OpsItemGroup. Verify these limits and try again.

_ServiceSettingNotFound :: AsError a => Fold a ServiceError Source #

The specified service setting wasn't found. Either the service name or the setting hasn't been provisioned by the Amazon Web Services service team.

_StatusUnchanged :: AsError a => Fold a ServiceError Source #

The updated status is the same as the current status.

_SubTypeCountLimitExceededException :: AsError a => Fold a ServiceError Source #

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

_TargetInUseException :: AsError a => Fold a ServiceError Source #

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

_TargetNotConnected :: AsError a => Fold a ServiceError Source #

The specified target managed node for the session isn't fully configured for use with Session Manager. For more information, see Getting started with Session Manager in the Amazon Web Services Systems Manager User Guide. This error is also returned if you attempt to start a session on a managed node that is located in a different account or Region

_TooManyTagsError :: AsError a => Fold a ServiceError Source #

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

_TooManyUpdates :: AsError a => Fold a ServiceError Source #

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

_TotalSizeLimitExceededException :: AsError a => Fold a ServiceError Source #

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

_UnsupportedCalendarException :: AsError a => Fold a ServiceError Source #

The calendar entry contained in the specified SSM document isn't supported.

_UnsupportedFeatureRequiredException :: AsError a => Fold a ServiceError Source #

Patching for applications released by Microsoft is only available on EC2 instances and advanced instances. To patch applications released by Microsoft on on-premises servers and VMs, you must enable advanced instances. For more information, see Enabling the advanced-instances tier in the Amazon Web Services Systems Manager User Guide.

_UnsupportedInventoryItemContextException :: AsError a => Fold a ServiceError Source #

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

_UnsupportedInventorySchemaVersionException :: AsError a => Fold 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.

_UnsupportedOperatingSystem :: AsError a => Fold a ServiceError Source #

The operating systems you specified isn't supported, or the operation isn't supported for the operating system.

_UnsupportedParameterType :: AsError a => Fold a ServiceError Source #

The parameter type isn't supported.

_UnsupportedPlatformType :: AsError a => Fold a ServiceError Source #

The document doesn't support the platform type of the given managed node ID(s). For example, you sent an document for a Windows managed node to a Linux node.

AssociationComplianceSeverity

newtype AssociationComplianceSeverity Source #

Instances

Instances details
FromJSON AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

FromJSONKey AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

ToJSON AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

ToJSONKey AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

ToByteString AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

ToHeader AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

ToLog AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

ToQuery AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

FromText AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

ToText AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

FromXML AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

ToXML AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

Generic AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

Associated Types

type Rep AssociationComplianceSeverity :: Type -> Type #

Read AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

Show AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

NFData AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

Eq AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

Ord AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

Hashable AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

type Rep AssociationComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationComplianceSeverity

type Rep AssociationComplianceSeverity = D1 ('MetaData "AssociationComplianceSeverity" "Amazonka.SSM.Types.AssociationComplianceSeverity" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AssociationComplianceSeverity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssociationComplianceSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssociationExecutionFilterKey

newtype AssociationExecutionFilterKey Source #

Instances

Instances details
FromJSON AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

FromJSONKey AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

ToJSON AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

ToJSONKey AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

ToByteString AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

ToHeader AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

ToLog AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

ToQuery AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

FromText AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

ToText AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

FromXML AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

ToXML AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

Generic AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

Associated Types

type Rep AssociationExecutionFilterKey :: Type -> Type #

Read AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

Show AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

NFData AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

Eq AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

Ord AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

Hashable AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

type Rep AssociationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilterKey

type Rep AssociationExecutionFilterKey = D1 ('MetaData "AssociationExecutionFilterKey" "Amazonka.SSM.Types.AssociationExecutionFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AssociationExecutionFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssociationExecutionFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssociationExecutionTargetsFilterKey

newtype AssociationExecutionTargetsFilterKey Source #

Instances

Instances details
FromJSON AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

FromJSONKey AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

ToJSON AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

ToJSONKey AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

ToByteString AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

ToHeader AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

ToLog AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

ToQuery AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

FromText AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

ToText AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

FromXML AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

ToXML AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

Generic AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

Read AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

Show AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

NFData AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

Eq AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

Ord AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

Hashable AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

type Rep AssociationExecutionTargetsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey

type Rep AssociationExecutionTargetsFilterKey = D1 ('MetaData "AssociationExecutionTargetsFilterKey" "Amazonka.SSM.Types.AssociationExecutionTargetsFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AssociationExecutionTargetsFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssociationExecutionTargetsFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssociationFilterKey

newtype AssociationFilterKey Source #

Instances

Instances details
FromJSON AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

FromJSONKey AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

ToJSON AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

ToJSONKey AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

ToByteString AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

ToHeader AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

ToLog AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

ToQuery AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

FromText AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

ToText AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

FromXML AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

ToXML AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

Generic AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

Associated Types

type Rep AssociationFilterKey :: Type -> Type #

Read AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

Show AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

NFData AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

Methods

rnf :: AssociationFilterKey -> () #

Eq AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

Ord AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

Hashable AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

type Rep AssociationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterKey

type Rep AssociationFilterKey = D1 ('MetaData "AssociationFilterKey" "Amazonka.SSM.Types.AssociationFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AssociationFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssociationFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssociationFilterOperatorType

newtype AssociationFilterOperatorType Source #

Instances

Instances details
FromJSON AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

FromJSONKey AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

ToJSON AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

ToJSONKey AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

ToByteString AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

ToHeader AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

ToLog AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

ToQuery AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

FromText AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

ToText AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

FromXML AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

ToXML AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

Generic AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

Associated Types

type Rep AssociationFilterOperatorType :: Type -> Type #

Read AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

Show AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

NFData AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

Eq AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

Ord AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

Hashable AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

type Rep AssociationFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilterOperatorType

type Rep AssociationFilterOperatorType = D1 ('MetaData "AssociationFilterOperatorType" "Amazonka.SSM.Types.AssociationFilterOperatorType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AssociationFilterOperatorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssociationFilterOperatorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssociationStatusName

newtype AssociationStatusName Source #

Instances

Instances details
FromJSON AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

FromJSONKey AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

ToJSON AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

ToJSONKey AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

ToByteString AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

ToHeader AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

ToLog AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

ToQuery AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

FromText AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

ToText AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

FromXML AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

ToXML AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

Generic AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

Associated Types

type Rep AssociationStatusName :: Type -> Type #

Read AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

Show AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

NFData AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

Methods

rnf :: AssociationStatusName -> () #

Eq AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

Ord AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

Hashable AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

type Rep AssociationStatusName Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatusName

type Rep AssociationStatusName = D1 ('MetaData "AssociationStatusName" "Amazonka.SSM.Types.AssociationStatusName" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AssociationStatusName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssociationStatusName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssociationSyncCompliance

newtype AssociationSyncCompliance Source #

Instances

Instances details
FromJSON AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

FromJSONKey AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

ToJSON AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

ToJSONKey AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

ToByteString AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

ToHeader AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

ToLog AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

ToQuery AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

FromText AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

ToText AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

FromXML AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

ToXML AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

Generic AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

Associated Types

type Rep AssociationSyncCompliance :: Type -> Type #

Read AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

Show AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

NFData AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

Eq AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

Ord AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

Hashable AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

type Rep AssociationSyncCompliance Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationSyncCompliance

type Rep AssociationSyncCompliance = D1 ('MetaData "AssociationSyncCompliance" "Amazonka.SSM.Types.AssociationSyncCompliance" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AssociationSyncCompliance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssociationSyncCompliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AttachmentHashType

newtype AttachmentHashType Source #

Bundled Patterns

pattern AttachmentHashType_Sha256 :: AttachmentHashType 

Instances

Instances details
FromJSON AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

FromJSONKey AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToJSON AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToJSONKey AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToByteString AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToHeader AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToLog AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToQuery AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

FromText AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToText AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

FromXML AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

ToXML AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Generic AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Associated Types

type Rep AttachmentHashType :: Type -> Type #

Read AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Show AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

NFData AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Methods

rnf :: AttachmentHashType -> () #

Eq AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Ord AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

Hashable AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

type Rep AttachmentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentHashType

type Rep AttachmentHashType = D1 ('MetaData "AttachmentHashType" "Amazonka.SSM.Types.AttachmentHashType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AttachmentHashType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAttachmentHashType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AttachmentsSourceKey

newtype AttachmentsSourceKey Source #

Instances

Instances details
FromJSON AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

FromJSONKey AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

ToJSON AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

ToJSONKey AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

ToByteString AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

ToHeader AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

ToLog AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

ToQuery AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

FromText AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

ToText AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

FromXML AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

ToXML AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

Generic AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

Associated Types

type Rep AttachmentsSourceKey :: Type -> Type #

Read AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

Show AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

NFData AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

Methods

rnf :: AttachmentsSourceKey -> () #

Eq AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

Ord AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

Hashable AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

type Rep AttachmentsSourceKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSourceKey

type Rep AttachmentsSourceKey = D1 ('MetaData "AttachmentsSourceKey" "Amazonka.SSM.Types.AttachmentsSourceKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AttachmentsSourceKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAttachmentsSourceKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutomationExecutionFilterKey

newtype AutomationExecutionFilterKey Source #

Instances

Instances details
FromJSON AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

FromJSONKey AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

ToJSON AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

ToJSONKey AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

ToByteString AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

ToHeader AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

ToLog AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

ToQuery AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

FromText AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

ToText AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

FromXML AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

ToXML AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

Generic AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

Associated Types

type Rep AutomationExecutionFilterKey :: Type -> Type #

Read AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

Show AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

NFData AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

Eq AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

Ord AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

Hashable AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

type Rep AutomationExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilterKey

type Rep AutomationExecutionFilterKey = D1 ('MetaData "AutomationExecutionFilterKey" "Amazonka.SSM.Types.AutomationExecutionFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AutomationExecutionFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutomationExecutionFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutomationExecutionStatus

newtype AutomationExecutionStatus Source #

Instances

Instances details
FromJSON AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

FromJSONKey AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

ToJSON AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

ToJSONKey AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

ToByteString AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

ToHeader AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

ToLog AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

ToQuery AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

FromText AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

ToText AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

FromXML AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

ToXML AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

Generic AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

Associated Types

type Rep AutomationExecutionStatus :: Type -> Type #

Read AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

Show AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

NFData AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

Eq AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

Ord AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

Hashable AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

type Rep AutomationExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionStatus

type Rep AutomationExecutionStatus = D1 ('MetaData "AutomationExecutionStatus" "Amazonka.SSM.Types.AutomationExecutionStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AutomationExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutomationExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutomationSubtype

newtype AutomationSubtype Source #

Instances

Instances details
FromJSON AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

FromJSONKey AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

ToJSON AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

ToJSONKey AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

ToByteString AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

ToHeader AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

ToLog AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

ToQuery AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

FromText AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

ToText AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

FromXML AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

ToXML AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

Generic AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

Associated Types

type Rep AutomationSubtype :: Type -> Type #

Read AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

Show AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

NFData AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

Methods

rnf :: AutomationSubtype -> () #

Eq AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

Ord AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

Hashable AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

type Rep AutomationSubtype Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationSubtype

type Rep AutomationSubtype = D1 ('MetaData "AutomationSubtype" "Amazonka.SSM.Types.AutomationSubtype" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AutomationSubtype'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutomationSubtype") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutomationType

newtype AutomationType Source #

Constructors

AutomationType' 

Instances

Instances details
FromJSON AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

FromJSONKey AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

ToJSON AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

ToJSONKey AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

ToByteString AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

ToHeader AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

ToLog AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

ToQuery AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

FromText AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

ToText AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

FromXML AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

ToXML AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

Methods

toXML :: AutomationType -> XML #

Generic AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

Associated Types

type Rep AutomationType :: Type -> Type #

Read AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

Show AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

NFData AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

Methods

rnf :: AutomationType -> () #

Eq AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

Ord AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

Hashable AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

type Rep AutomationType Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationType

type Rep AutomationType = D1 ('MetaData "AutomationType" "Amazonka.SSM.Types.AutomationType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "AutomationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutomationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CalendarState

newtype CalendarState Source #

Constructors

CalendarState' 

Bundled Patterns

pattern CalendarState_CLOSED :: CalendarState 
pattern CalendarState_OPEN :: CalendarState 

Instances

Instances details
FromJSON CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

FromJSONKey CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

ToJSON CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

ToJSONKey CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

ToByteString CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

ToHeader CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

ToLog CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

ToQuery CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

FromText CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

ToText CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

Methods

toText :: CalendarState -> Text #

FromXML CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

ToXML CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

Methods

toXML :: CalendarState -> XML #

Generic CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

Associated Types

type Rep CalendarState :: Type -> Type #

Read CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

Show CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

NFData CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

Methods

rnf :: CalendarState -> () #

Eq CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

Ord CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

Hashable CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

type Rep CalendarState Source # 
Instance details

Defined in Amazonka.SSM.Types.CalendarState

type Rep CalendarState = D1 ('MetaData "CalendarState" "Amazonka.SSM.Types.CalendarState" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "CalendarState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCalendarState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CommandFilterKey

newtype CommandFilterKey Source #

Instances

Instances details
FromJSON CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

FromJSONKey CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

ToJSON CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

ToJSONKey CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

ToByteString CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

ToHeader CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

ToLog CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

ToQuery CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

FromText CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

ToText CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

FromXML CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

ToXML CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

Generic CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

Associated Types

type Rep CommandFilterKey :: Type -> Type #

Read CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

Show CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

NFData CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

Methods

rnf :: CommandFilterKey -> () #

Eq CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

Ord CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

Hashable CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

type Rep CommandFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilterKey

type Rep CommandFilterKey = D1 ('MetaData "CommandFilterKey" "Amazonka.SSM.Types.CommandFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "CommandFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCommandFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CommandInvocationStatus

newtype CommandInvocationStatus Source #

Instances

Instances details
FromJSON CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

FromJSONKey CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

ToJSON CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

ToJSONKey CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

ToByteString CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

ToHeader CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

ToLog CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

ToQuery CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

FromText CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

ToText CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

FromXML CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

ToXML CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

Generic CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

Associated Types

type Rep CommandInvocationStatus :: Type -> Type #

Read CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

Show CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

NFData CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

Methods

rnf :: CommandInvocationStatus -> () #

Eq CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

Ord CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

Hashable CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

type Rep CommandInvocationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocationStatus

type Rep CommandInvocationStatus = D1 ('MetaData "CommandInvocationStatus" "Amazonka.SSM.Types.CommandInvocationStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "CommandInvocationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCommandInvocationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CommandPluginStatus

newtype CommandPluginStatus Source #

Instances

Instances details
FromJSON CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

FromJSONKey CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

ToJSON CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

ToJSONKey CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

ToByteString CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

ToHeader CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

ToLog CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

ToQuery CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

FromText CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

ToText CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

FromXML CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

ToXML CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

Generic CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

Associated Types

type Rep CommandPluginStatus :: Type -> Type #

Read CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

Show CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

NFData CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

Methods

rnf :: CommandPluginStatus -> () #

Eq CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

Ord CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

Hashable CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

type Rep CommandPluginStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPluginStatus

type Rep CommandPluginStatus = D1 ('MetaData "CommandPluginStatus" "Amazonka.SSM.Types.CommandPluginStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "CommandPluginStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCommandPluginStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CommandStatus

newtype CommandStatus Source #

Constructors

CommandStatus' 

Instances

Instances details
FromJSON CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

FromJSONKey CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

ToJSON CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

ToJSONKey CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

ToByteString CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

ToHeader CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

ToLog CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

ToQuery CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

FromText CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

ToText CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

Methods

toText :: CommandStatus -> Text #

FromXML CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

ToXML CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

Methods

toXML :: CommandStatus -> XML #

Generic CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

Associated Types

type Rep CommandStatus :: Type -> Type #

Read CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

Show CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

NFData CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

Methods

rnf :: CommandStatus -> () #

Eq CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

Ord CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

Hashable CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

type Rep CommandStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandStatus

type Rep CommandStatus = D1 ('MetaData "CommandStatus" "Amazonka.SSM.Types.CommandStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "CommandStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCommandStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComplianceQueryOperatorType

newtype ComplianceQueryOperatorType Source #

Instances

Instances details
FromJSON ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

FromJSONKey ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

ToJSON ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

ToJSONKey ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

ToByteString ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

ToHeader ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

ToLog ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

ToQuery ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

FromText ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

ToText ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

FromXML ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

ToXML ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

Generic ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

Associated Types

type Rep ComplianceQueryOperatorType :: Type -> Type #

Read ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

Show ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

NFData ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

Eq ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

Ord ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

Hashable ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

type Rep ComplianceQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceQueryOperatorType

type Rep ComplianceQueryOperatorType = D1 ('MetaData "ComplianceQueryOperatorType" "Amazonka.SSM.Types.ComplianceQueryOperatorType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ComplianceQueryOperatorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComplianceQueryOperatorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComplianceSeverity

newtype ComplianceSeverity Source #

Instances

Instances details
FromJSON ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

FromJSONKey ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

ToJSON ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

ToJSONKey ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

ToByteString ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

ToHeader ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

ToLog ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

ToQuery ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

FromText ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

ToText ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

FromXML ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

ToXML ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

Generic ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

Associated Types

type Rep ComplianceSeverity :: Type -> Type #

Read ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

Show ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

NFData ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

Methods

rnf :: ComplianceSeverity -> () #

Eq ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

Ord ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

Hashable ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

type Rep ComplianceSeverity Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSeverity

type Rep ComplianceSeverity = D1 ('MetaData "ComplianceSeverity" "Amazonka.SSM.Types.ComplianceSeverity" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ComplianceSeverity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComplianceSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComplianceStatus

newtype ComplianceStatus Source #

Instances

Instances details
FromJSON ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

FromJSONKey ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

ToJSON ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

ToJSONKey ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

ToByteString ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

ToHeader ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

ToLog ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

ToQuery ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

FromText ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

ToText ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

FromXML ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

ToXML ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

Generic ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

Associated Types

type Rep ComplianceStatus :: Type -> Type #

Read ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

Show ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

NFData ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

Methods

rnf :: ComplianceStatus -> () #

Eq ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

Ord ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

Hashable ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

type Rep ComplianceStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStatus

type Rep ComplianceStatus = D1 ('MetaData "ComplianceStatus" "Amazonka.SSM.Types.ComplianceStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ComplianceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComplianceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComplianceUploadType

newtype ComplianceUploadType Source #

Instances

Instances details
FromJSON ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

FromJSONKey ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

ToJSON ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

ToJSONKey ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

ToByteString ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

ToHeader ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

ToLog ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

ToQuery ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

FromText ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

ToText ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

FromXML ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

ToXML ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

Generic ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

Associated Types

type Rep ComplianceUploadType :: Type -> Type #

Read ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

Show ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

NFData ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

Methods

rnf :: ComplianceUploadType -> () #

Eq ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

Ord ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

Hashable ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

type Rep ComplianceUploadType Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceUploadType

type Rep ComplianceUploadType = D1 ('MetaData "ComplianceUploadType" "Amazonka.SSM.Types.ComplianceUploadType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ComplianceUploadType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComplianceUploadType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConnectionStatus

newtype ConnectionStatus Source #

Instances

Instances details
FromJSON ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

FromJSONKey ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

ToJSON ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

ToJSONKey ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

ToByteString ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

ToHeader ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

ToLog ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

ToQuery ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

FromText ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

ToText ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

FromXML ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

ToXML ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

Generic ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

Associated Types

type Rep ConnectionStatus :: Type -> Type #

Read ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

Show ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

NFData ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

Methods

rnf :: ConnectionStatus -> () #

Eq ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

Ord ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

Hashable ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

type Rep ConnectionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ConnectionStatus

type Rep ConnectionStatus = D1 ('MetaData "ConnectionStatus" "Amazonka.SSM.Types.ConnectionStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ConnectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DescribeActivationsFilterKeys

newtype DescribeActivationsFilterKeys Source #

Instances

Instances details
FromJSON DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

FromJSONKey DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

ToJSON DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

ToJSONKey DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

ToByteString DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

ToHeader DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

ToLog DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

ToQuery DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

FromText DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

ToText DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

FromXML DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

ToXML DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

Generic DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

Associated Types

type Rep DescribeActivationsFilterKeys :: Type -> Type #

Read DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

Show DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

NFData DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

Eq DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

Ord DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

Hashable DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

type Rep DescribeActivationsFilterKeys Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilterKeys

type Rep DescribeActivationsFilterKeys = D1 ('MetaData "DescribeActivationsFilterKeys" "Amazonka.SSM.Types.DescribeActivationsFilterKeys" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DescribeActivationsFilterKeys'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDescribeActivationsFilterKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentFilterKey

newtype DocumentFilterKey Source #

Instances

Instances details
FromJSON DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

FromJSONKey DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

ToJSON DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

ToJSONKey DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

ToByteString DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

ToHeader DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

ToLog DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

ToQuery DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

FromText DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

ToText DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

FromXML DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

ToXML DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

Generic DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

Associated Types

type Rep DocumentFilterKey :: Type -> Type #

Read DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

Show DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

NFData DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

Methods

rnf :: DocumentFilterKey -> () #

Eq DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

Ord DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

Hashable DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

type Rep DocumentFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilterKey

type Rep DocumentFilterKey = D1 ('MetaData "DocumentFilterKey" "Amazonka.SSM.Types.DocumentFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DocumentFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentFormat

newtype DocumentFormat Source #

Constructors

DocumentFormat' 

Instances

Instances details
FromJSON DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

FromJSONKey DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

ToJSON DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

ToJSONKey DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

ToByteString DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

ToHeader DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

ToLog DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

ToQuery DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

FromText DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

ToText DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

FromXML DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

ToXML DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

Methods

toXML :: DocumentFormat -> XML #

Generic DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

Associated Types

type Rep DocumentFormat :: Type -> Type #

Read DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

Show DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

NFData DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

Methods

rnf :: DocumentFormat -> () #

Eq DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

Ord DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

Hashable DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

type Rep DocumentFormat Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFormat

type Rep DocumentFormat = D1 ('MetaData "DocumentFormat" "Amazonka.SSM.Types.DocumentFormat" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DocumentFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentHashType

newtype DocumentHashType Source #

Instances

Instances details
FromJSON DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

FromJSONKey DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

ToJSON DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

ToJSONKey DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

ToByteString DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

ToHeader DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

ToLog DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

ToQuery DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

FromText DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

ToText DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

FromXML DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

ToXML DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

Generic DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

Associated Types

type Rep DocumentHashType :: Type -> Type #

Read DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

Show DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

NFData DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

Methods

rnf :: DocumentHashType -> () #

Eq DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

Ord DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

Hashable DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

type Rep DocumentHashType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentHashType

type Rep DocumentHashType = D1 ('MetaData "DocumentHashType" "Amazonka.SSM.Types.DocumentHashType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DocumentHashType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentHashType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentMetadataEnum

newtype DocumentMetadataEnum Source #

Instances

Instances details
FromJSON DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

FromJSONKey DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

ToJSON DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

ToJSONKey DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

ToByteString DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

ToHeader DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

ToLog DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

ToQuery DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

FromText DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

ToText DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

FromXML DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

ToXML DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

Generic DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

Associated Types

type Rep DocumentMetadataEnum :: Type -> Type #

Read DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

Show DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

NFData DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

Methods

rnf :: DocumentMetadataEnum -> () #

Eq DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

Ord DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

Hashable DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

type Rep DocumentMetadataEnum Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataEnum

type Rep DocumentMetadataEnum = D1 ('MetaData "DocumentMetadataEnum" "Amazonka.SSM.Types.DocumentMetadataEnum" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DocumentMetadataEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentMetadataEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentParameterType

newtype DocumentParameterType Source #

Instances

Instances details
FromJSON DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

FromJSONKey DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

ToJSON DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

ToJSONKey DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

ToByteString DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

ToHeader DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

ToLog DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

ToQuery DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

FromText DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

ToText DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

FromXML DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

ToXML DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

Generic DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

Associated Types

type Rep DocumentParameterType :: Type -> Type #

Read DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

Show DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

NFData DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

Methods

rnf :: DocumentParameterType -> () #

Eq DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

Ord DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

Hashable DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

type Rep DocumentParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameterType

type Rep DocumentParameterType = D1 ('MetaData "DocumentParameterType" "Amazonka.SSM.Types.DocumentParameterType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DocumentParameterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentParameterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentPermissionType

newtype DocumentPermissionType Source #

Instances

Instances details
FromJSON DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

FromJSONKey DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

ToJSON DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

ToJSONKey DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

ToByteString DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

ToHeader DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

ToLog DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

ToQuery DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

FromText DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

ToText DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

FromXML DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

ToXML DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

Generic DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

Associated Types

type Rep DocumentPermissionType :: Type -> Type #

Read DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

Show DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

NFData DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

Methods

rnf :: DocumentPermissionType -> () #

Eq DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

Ord DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

Hashable DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

type Rep DocumentPermissionType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentPermissionType

type Rep DocumentPermissionType = D1 ('MetaData "DocumentPermissionType" "Amazonka.SSM.Types.DocumentPermissionType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DocumentPermissionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentPermissionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentReviewAction

newtype DocumentReviewAction Source #

Instances

Instances details
FromJSON DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

FromJSONKey DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

ToJSON DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

ToJSONKey DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

ToByteString DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

ToHeader DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

ToLog DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

ToQuery DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

FromText DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

ToText DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

FromXML DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

ToXML DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

Generic DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

Associated Types

type Rep DocumentReviewAction :: Type -> Type #

Read DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

Show DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

NFData DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

Methods

rnf :: DocumentReviewAction -> () #

Eq DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

Ord DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

Hashable DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

type Rep DocumentReviewAction Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewAction

type Rep DocumentReviewAction = D1 ('MetaData "DocumentReviewAction" "Amazonka.SSM.Types.DocumentReviewAction" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DocumentReviewAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentReviewAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentReviewCommentType

newtype DocumentReviewCommentType Source #

Instances

Instances details
FromJSON DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

FromJSONKey DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

ToJSON DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

ToJSONKey DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

ToByteString DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

ToHeader DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

ToLog DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

ToQuery DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

FromText DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

ToText DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

FromXML DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

ToXML DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

Generic DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

Associated Types

type Rep DocumentReviewCommentType :: Type -> Type #

Read DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

Show DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

NFData DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

Eq DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

Ord DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

Hashable DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

type Rep DocumentReviewCommentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentType

type Rep DocumentReviewCommentType = D1 ('MetaData "DocumentReviewCommentType" "Amazonka.SSM.Types.DocumentReviewCommentType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DocumentReviewCommentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentReviewCommentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentStatus

newtype DocumentStatus Source #

The status of a document.

Constructors

DocumentStatus' 

Instances

Instances details
FromJSON DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

FromJSONKey DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

ToJSON DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

ToJSONKey DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

ToByteString DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

ToHeader DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

ToLog DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

ToQuery DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

FromText DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

ToText DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

FromXML DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

ToXML DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

Methods

toXML :: DocumentStatus -> XML #

Generic DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

Associated Types

type Rep DocumentStatus :: Type -> Type #

Read DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

Show DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

NFData DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

Methods

rnf :: DocumentStatus -> () #

Eq DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

Ord DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

Hashable DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

type Rep DocumentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentStatus

type Rep DocumentStatus = D1 ('MetaData "DocumentStatus" "Amazonka.SSM.Types.DocumentStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DocumentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentType

newtype DocumentType Source #

Constructors

DocumentType' 

Instances

Instances details
FromJSON DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

FromJSONKey DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

ToJSON DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

ToJSONKey DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

ToByteString DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

ToHeader DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

ToLog DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

ToQuery DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

FromText DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

ToText DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

Methods

toText :: DocumentType -> Text #

FromXML DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

ToXML DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

Methods

toXML :: DocumentType -> XML #

Generic DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

Associated Types

type Rep DocumentType :: Type -> Type #

Read DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

Show DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

NFData DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

Methods

rnf :: DocumentType -> () #

Eq DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

Ord DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

Hashable DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

type Rep DocumentType Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentType

type Rep DocumentType = D1 ('MetaData "DocumentType" "Amazonka.SSM.Types.DocumentType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "DocumentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExecutionMode

newtype ExecutionMode Source #

Constructors

ExecutionMode' 

Instances

Instances details
FromJSON ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

FromJSONKey ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

ToJSON ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

ToJSONKey ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

ToByteString ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

ToHeader ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

ToLog ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

ToQuery ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

FromText ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

ToText ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

Methods

toText :: ExecutionMode -> Text #

FromXML ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

ToXML ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

Methods

toXML :: ExecutionMode -> XML #

Generic ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

Associated Types

type Rep ExecutionMode :: Type -> Type #

Read ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

Show ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

NFData ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

Methods

rnf :: ExecutionMode -> () #

Eq ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

Ord ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

Hashable ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

type Rep ExecutionMode Source # 
Instance details

Defined in Amazonka.SSM.Types.ExecutionMode

type Rep ExecutionMode = D1 ('MetaData "ExecutionMode" "Amazonka.SSM.Types.ExecutionMode" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ExecutionMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExecutionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExternalAlarmState

newtype ExternalAlarmState Source #

Instances

Instances details
FromJSON ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

FromJSONKey ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

ToJSON ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

ToJSONKey ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

ToByteString ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

ToHeader ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

ToLog ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

ToQuery ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

FromText ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

ToText ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

FromXML ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

ToXML ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

Generic ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

Associated Types

type Rep ExternalAlarmState :: Type -> Type #

Read ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

Show ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

NFData ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

Methods

rnf :: ExternalAlarmState -> () #

Eq ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

Ord ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

Hashable ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

type Rep ExternalAlarmState Source # 
Instance details

Defined in Amazonka.SSM.Types.ExternalAlarmState

type Rep ExternalAlarmState = D1 ('MetaData "ExternalAlarmState" "Amazonka.SSM.Types.ExternalAlarmState" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ExternalAlarmState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExternalAlarmState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Fault

newtype Fault Source #

Constructors

Fault' 

Fields

Bundled Patterns

pattern Fault_Client :: Fault 
pattern Fault_Server :: Fault 
pattern Fault_Unknown :: Fault 

Instances

Instances details
FromJSON Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

FromJSONKey Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

ToJSON Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

ToJSONKey Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

ToByteString Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

toBS :: Fault -> ByteString #

ToHeader Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

toHeader :: HeaderName -> Fault -> [Header] #

ToLog Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

ToQuery Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

toQuery :: Fault -> QueryString #

FromText Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

ToText Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

toText :: Fault -> Text #

FromXML Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

parseXML :: [Node] -> Either String Fault #

ToXML Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

toXML :: Fault -> XML #

Generic Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Associated Types

type Rep Fault :: Type -> Type #

Methods

from :: Fault -> Rep Fault x #

to :: Rep Fault x -> Fault #

Read Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Show Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

showsPrec :: Int -> Fault -> ShowS #

show :: Fault -> String #

showList :: [Fault] -> ShowS #

NFData Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

rnf :: Fault -> () #

Eq Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

(==) :: Fault -> Fault -> Bool #

(/=) :: Fault -> Fault -> Bool #

Ord Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

compare :: Fault -> Fault -> Ordering #

(<) :: Fault -> Fault -> Bool #

(<=) :: Fault -> Fault -> Bool #

(>) :: Fault -> Fault -> Bool #

(>=) :: Fault -> Fault -> Bool #

max :: Fault -> Fault -> Fault #

min :: Fault -> Fault -> Fault #

Hashable Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

Methods

hashWithSalt :: Int -> Fault -> Int #

hash :: Fault -> Int #

type Rep Fault Source # 
Instance details

Defined in Amazonka.SSM.Types.Fault

type Rep Fault = D1 ('MetaData "Fault" "Amazonka.SSM.Types.Fault" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "Fault'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFault") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceInformationFilterKey

newtype InstanceInformationFilterKey Source #

Instances

Instances details
FromJSON InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

FromJSONKey InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

ToJSON InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

ToJSONKey InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

ToByteString InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

ToHeader InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

ToLog InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

ToQuery InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

FromText InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

ToText InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

FromXML InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

ToXML InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

Generic InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

Associated Types

type Rep InstanceInformationFilterKey :: Type -> Type #

Read InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

Show InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

NFData InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

Eq InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

Ord InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

Hashable InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

type Rep InstanceInformationFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilterKey

type Rep InstanceInformationFilterKey = D1 ('MetaData "InstanceInformationFilterKey" "Amazonka.SSM.Types.InstanceInformationFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "InstanceInformationFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceInformationFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstancePatchStateOperatorType

newtype InstancePatchStateOperatorType Source #

Instances

Instances details
FromJSON InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

FromJSONKey InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

ToJSON InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

ToJSONKey InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

ToByteString InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

ToHeader InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

ToLog InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

ToQuery InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

FromText InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

ToText InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

FromXML InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

ToXML InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

Generic InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

Associated Types

type Rep InstancePatchStateOperatorType :: Type -> Type #

Read InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

Show InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

NFData InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

Eq InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

Ord InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

Hashable InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

type Rep InstancePatchStateOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateOperatorType

type Rep InstancePatchStateOperatorType = D1 ('MetaData "InstancePatchStateOperatorType" "Amazonka.SSM.Types.InstancePatchStateOperatorType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "InstancePatchStateOperatorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstancePatchStateOperatorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InventoryAttributeDataType

newtype InventoryAttributeDataType Source #

Instances

Instances details
FromJSON InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

FromJSONKey InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

ToJSON InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

ToJSONKey InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

ToByteString InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

ToHeader InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

ToLog InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

ToQuery InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

FromText InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

ToText InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

FromXML InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

ToXML InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

Generic InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

Associated Types

type Rep InventoryAttributeDataType :: Type -> Type #

Read InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

Show InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

NFData InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

Eq InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

Ord InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

Hashable InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

type Rep InventoryAttributeDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAttributeDataType

type Rep InventoryAttributeDataType = D1 ('MetaData "InventoryAttributeDataType" "Amazonka.SSM.Types.InventoryAttributeDataType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "InventoryAttributeDataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInventoryAttributeDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InventoryDeletionStatus

newtype InventoryDeletionStatus Source #

Instances

Instances details
FromJSON InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

FromJSONKey InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

ToJSON InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

ToJSONKey InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

ToByteString InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

ToHeader InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

ToLog InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

ToQuery InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

FromText InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

ToText InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

FromXML InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

ToXML InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

Generic InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

Associated Types

type Rep InventoryDeletionStatus :: Type -> Type #

Read InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

Show InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

NFData InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

Methods

rnf :: InventoryDeletionStatus -> () #

Eq InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

Ord InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

Hashable InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

type Rep InventoryDeletionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatus

type Rep InventoryDeletionStatus = D1 ('MetaData "InventoryDeletionStatus" "Amazonka.SSM.Types.InventoryDeletionStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "InventoryDeletionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInventoryDeletionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InventoryQueryOperatorType

newtype InventoryQueryOperatorType Source #

Instances

Instances details
FromJSON InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

FromJSONKey InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

ToJSON InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

ToJSONKey InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

ToByteString InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

ToHeader InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

ToLog InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

ToQuery InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

FromText InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

ToText InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

FromXML InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

ToXML InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

Generic InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

Associated Types

type Rep InventoryQueryOperatorType :: Type -> Type #

Read InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

Show InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

NFData InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

Eq InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

Ord InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

Hashable InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

type Rep InventoryQueryOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryQueryOperatorType

type Rep InventoryQueryOperatorType = D1 ('MetaData "InventoryQueryOperatorType" "Amazonka.SSM.Types.InventoryQueryOperatorType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "InventoryQueryOperatorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInventoryQueryOperatorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InventorySchemaDeleteOption

newtype InventorySchemaDeleteOption Source #

Instances

Instances details
FromJSON InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

FromJSONKey InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

ToJSON InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

ToJSONKey InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

ToByteString InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

ToHeader InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

ToLog InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

ToQuery InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

FromText InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

ToText InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

FromXML InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

ToXML InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

Generic InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

Associated Types

type Rep InventorySchemaDeleteOption :: Type -> Type #

Read InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

Show InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

NFData InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

Eq InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

Ord InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

Hashable InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

type Rep InventorySchemaDeleteOption Source # 
Instance details

Defined in Amazonka.SSM.Types.InventorySchemaDeleteOption

type Rep InventorySchemaDeleteOption = D1 ('MetaData "InventorySchemaDeleteOption" "Amazonka.SSM.Types.InventorySchemaDeleteOption" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "InventorySchemaDeleteOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInventorySchemaDeleteOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LastResourceDataSyncStatus

newtype LastResourceDataSyncStatus Source #

Instances

Instances details
FromJSON LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

FromJSONKey LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

ToJSON LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

ToJSONKey LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

ToByteString LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

ToHeader LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

ToLog LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

ToQuery LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

FromText LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

ToText LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

FromXML LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

ToXML LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

Generic LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

Associated Types

type Rep LastResourceDataSyncStatus :: Type -> Type #

Read LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

Show LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

NFData LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

Eq LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

Ord LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

Hashable LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

type Rep LastResourceDataSyncStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.LastResourceDataSyncStatus

type Rep LastResourceDataSyncStatus = D1 ('MetaData "LastResourceDataSyncStatus" "Amazonka.SSM.Types.LastResourceDataSyncStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "LastResourceDataSyncStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLastResourceDataSyncStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MaintenanceWindowExecutionStatus

newtype MaintenanceWindowExecutionStatus Source #

Instances

Instances details
FromJSON MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

FromJSONKey MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

ToJSON MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

ToJSONKey MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

ToByteString MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

ToHeader MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

ToLog MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

ToQuery MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

FromText MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

ToText MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

FromXML MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

ToXML MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

Generic MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

Associated Types

type Rep MaintenanceWindowExecutionStatus :: Type -> Type #

Read MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

Show MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

NFData MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

Eq MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

Ord MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

Hashable MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

type Rep MaintenanceWindowExecutionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionStatus

type Rep MaintenanceWindowExecutionStatus = D1 ('MetaData "MaintenanceWindowExecutionStatus" "Amazonka.SSM.Types.MaintenanceWindowExecutionStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "MaintenanceWindowExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMaintenanceWindowExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MaintenanceWindowResourceType

newtype MaintenanceWindowResourceType Source #

Instances

Instances details
FromJSON MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

FromJSONKey MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

ToJSON MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

ToJSONKey MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

ToByteString MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

ToHeader MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

ToLog MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

ToQuery MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

FromText MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

ToText MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

FromXML MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

ToXML MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

Generic MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

Associated Types

type Rep MaintenanceWindowResourceType :: Type -> Type #

Read MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

Show MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

NFData MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

Eq MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

Ord MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

Hashable MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

type Rep MaintenanceWindowResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowResourceType

type Rep MaintenanceWindowResourceType = D1 ('MetaData "MaintenanceWindowResourceType" "Amazonka.SSM.Types.MaintenanceWindowResourceType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "MaintenanceWindowResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMaintenanceWindowResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MaintenanceWindowTaskCutoffBehavior

newtype MaintenanceWindowTaskCutoffBehavior Source #

Instances

Instances details
FromJSON MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

FromJSONKey MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

ToJSON MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

ToJSONKey MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

ToByteString MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

ToHeader MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

ToLog MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

ToQuery MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

FromText MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

ToText MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

FromXML MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

ToXML MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

Generic MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

Read MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

Show MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

NFData MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

Eq MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

Ord MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

Hashable MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

type Rep MaintenanceWindowTaskCutoffBehavior Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior

type Rep MaintenanceWindowTaskCutoffBehavior = D1 ('MetaData "MaintenanceWindowTaskCutoffBehavior" "Amazonka.SSM.Types.MaintenanceWindowTaskCutoffBehavior" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "MaintenanceWindowTaskCutoffBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMaintenanceWindowTaskCutoffBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MaintenanceWindowTaskType

newtype MaintenanceWindowTaskType Source #

Instances

Instances details
FromJSON MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

FromJSONKey MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

ToJSON MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

ToJSONKey MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

ToByteString MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

ToHeader MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

ToLog MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

ToQuery MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

FromText MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

ToText MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

FromXML MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

ToXML MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

Generic MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

Associated Types

type Rep MaintenanceWindowTaskType :: Type -> Type #

Read MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

Show MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

NFData MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

Eq MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

Ord MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

Hashable MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

type Rep MaintenanceWindowTaskType Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskType

type Rep MaintenanceWindowTaskType = D1 ('MetaData "MaintenanceWindowTaskType" "Amazonka.SSM.Types.MaintenanceWindowTaskType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "MaintenanceWindowTaskType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMaintenanceWindowTaskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotificationEvent

newtype NotificationEvent Source #

Instances

Instances details
FromJSON NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

FromJSONKey NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

ToJSON NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

ToJSONKey NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

ToByteString NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

ToHeader NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

ToLog NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

ToQuery NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

FromText NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

ToText NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

FromXML NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

ToXML NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

Generic NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

Associated Types

type Rep NotificationEvent :: Type -> Type #

Read NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

Show NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

NFData NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

Methods

rnf :: NotificationEvent -> () #

Eq NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

Ord NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

Hashable NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

type Rep NotificationEvent Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationEvent

type Rep NotificationEvent = D1 ('MetaData "NotificationEvent" "Amazonka.SSM.Types.NotificationEvent" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "NotificationEvent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotificationEvent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotificationType

newtype NotificationType Source #

Instances

Instances details
FromJSON NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

FromJSONKey NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

ToJSON NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

ToJSONKey NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

ToByteString NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

ToHeader NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

ToLog NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

ToQuery NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

FromText NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

ToText NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

FromXML NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

ToXML NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

Generic NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

Associated Types

type Rep NotificationType :: Type -> Type #

Read NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

Show NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

NFData NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

Methods

rnf :: NotificationType -> () #

Eq NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

Ord NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

Hashable NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

type Rep NotificationType Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationType

type Rep NotificationType = D1 ('MetaData "NotificationType" "Amazonka.SSM.Types.NotificationType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "NotificationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperatingSystem

newtype OperatingSystem Source #

Constructors

OperatingSystem' 

Instances

Instances details
FromJSON OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

FromJSONKey OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

ToJSON OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

ToJSONKey OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

ToByteString OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

ToHeader OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

ToLog OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

ToQuery OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

FromText OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

ToText OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

FromXML OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

ToXML OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

Methods

toXML :: OperatingSystem -> XML #

Generic OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

Associated Types

type Rep OperatingSystem :: Type -> Type #

Read OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

Show OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

NFData OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

Methods

rnf :: OperatingSystem -> () #

Eq OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

Ord OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

Hashable OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

type Rep OperatingSystem Source # 
Instance details

Defined in Amazonka.SSM.Types.OperatingSystem

type Rep OperatingSystem = D1 ('MetaData "OperatingSystem" "Amazonka.SSM.Types.OperatingSystem" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "OperatingSystem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperatingSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpsFilterOperatorType

newtype OpsFilterOperatorType Source #

Instances

Instances details
FromJSON OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

FromJSONKey OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

ToJSON OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

ToJSONKey OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

ToByteString OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

ToHeader OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

ToLog OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

ToQuery OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

FromText OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

ToText OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

FromXML OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

ToXML OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

Generic OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

Associated Types

type Rep OpsFilterOperatorType :: Type -> Type #

Read OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

Show OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

NFData OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

Methods

rnf :: OpsFilterOperatorType -> () #

Eq OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

Ord OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

Hashable OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

type Rep OpsFilterOperatorType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilterOperatorType

type Rep OpsFilterOperatorType = D1 ('MetaData "OpsFilterOperatorType" "Amazonka.SSM.Types.OpsFilterOperatorType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "OpsFilterOperatorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpsFilterOperatorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpsItemDataType

newtype OpsItemDataType Source #

Constructors

OpsItemDataType' 

Instances

Instances details
FromJSON OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

FromJSONKey OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

ToJSON OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

ToJSONKey OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

ToByteString OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

ToHeader OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

ToLog OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

ToQuery OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

FromText OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

ToText OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

FromXML OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

ToXML OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

Methods

toXML :: OpsItemDataType -> XML #

Generic OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

Associated Types

type Rep OpsItemDataType :: Type -> Type #

Read OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

Show OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

NFData OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

Methods

rnf :: OpsItemDataType -> () #

Eq OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

Ord OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

Hashable OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

type Rep OpsItemDataType Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataType

type Rep OpsItemDataType = D1 ('MetaData "OpsItemDataType" "Amazonka.SSM.Types.OpsItemDataType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "OpsItemDataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpsItemDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpsItemEventFilterKey

newtype OpsItemEventFilterKey Source #

Instances

Instances details
FromJSON OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

FromJSONKey OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

ToJSON OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

ToJSONKey OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

ToByteString OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

ToHeader OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

ToLog OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

ToQuery OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

FromText OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

ToText OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

FromXML OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

ToXML OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

Generic OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

Associated Types

type Rep OpsItemEventFilterKey :: Type -> Type #

Read OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

Show OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

NFData OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

Methods

rnf :: OpsItemEventFilterKey -> () #

Eq OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

Ord OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

Hashable OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

type Rep OpsItemEventFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterKey

type Rep OpsItemEventFilterKey = D1 ('MetaData "OpsItemEventFilterKey" "Amazonka.SSM.Types.OpsItemEventFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "OpsItemEventFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpsItemEventFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpsItemEventFilterOperator

newtype OpsItemEventFilterOperator Source #

Instances

Instances details
FromJSON OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

FromJSONKey OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

ToJSON OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

ToJSONKey OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

ToByteString OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

ToHeader OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

ToLog OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

ToQuery OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

FromText OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

ToText OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

FromXML OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

ToXML OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

Generic OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

Associated Types

type Rep OpsItemEventFilterOperator :: Type -> Type #

Read OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

Show OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

NFData OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

Eq OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

Ord OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

Hashable OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

type Rep OpsItemEventFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilterOperator

type Rep OpsItemEventFilterOperator = D1 ('MetaData "OpsItemEventFilterOperator" "Amazonka.SSM.Types.OpsItemEventFilterOperator" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "OpsItemEventFilterOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpsItemEventFilterOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpsItemFilterKey

newtype OpsItemFilterKey Source #

Bundled Patterns

pattern OpsItemFilterKey_AccountId :: OpsItemFilterKey 
pattern OpsItemFilterKey_ActualEndTime :: OpsItemFilterKey 
pattern OpsItemFilterKey_ActualStartTime :: OpsItemFilterKey 
pattern OpsItemFilterKey_AutomationId :: OpsItemFilterKey 
pattern OpsItemFilterKey_Category :: OpsItemFilterKey 
pattern OpsItemFilterKey_ChangeRequestByApproverArn :: OpsItemFilterKey 
pattern OpsItemFilterKey_ChangeRequestByApproverName :: OpsItemFilterKey 
pattern OpsItemFilterKey_ChangeRequestByRequesterArn :: OpsItemFilterKey 
pattern OpsItemFilterKey_ChangeRequestByRequesterName :: OpsItemFilterKey 
pattern OpsItemFilterKey_ChangeRequestByTargetsResourceGroup :: OpsItemFilterKey 
pattern OpsItemFilterKey_ChangeRequestByTemplate :: OpsItemFilterKey 
pattern OpsItemFilterKey_CreatedBy :: OpsItemFilterKey 
pattern OpsItemFilterKey_CreatedTime :: OpsItemFilterKey 
pattern OpsItemFilterKey_InsightByType :: OpsItemFilterKey 
pattern OpsItemFilterKey_LastModifiedTime :: OpsItemFilterKey 
pattern OpsItemFilterKey_OperationalData :: OpsItemFilterKey 
pattern OpsItemFilterKey_OperationalDataKey :: OpsItemFilterKey 
pattern OpsItemFilterKey_OperationalDataValue :: OpsItemFilterKey 
pattern OpsItemFilterKey_OpsItemId :: OpsItemFilterKey 
pattern OpsItemFilterKey_OpsItemType :: OpsItemFilterKey 
pattern OpsItemFilterKey_PlannedEndTime :: OpsItemFilterKey 
pattern OpsItemFilterKey_PlannedStartTime :: OpsItemFilterKey 
pattern OpsItemFilterKey_Priority :: OpsItemFilterKey 
pattern OpsItemFilterKey_ResourceId :: OpsItemFilterKey 
pattern OpsItemFilterKey_Severity :: OpsItemFilterKey 
pattern OpsItemFilterKey_Source :: OpsItemFilterKey 
pattern OpsItemFilterKey_Status :: OpsItemFilterKey 
pattern OpsItemFilterKey_Title :: OpsItemFilterKey 

Instances

Instances details
FromJSON OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

FromJSONKey OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

ToJSON OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

ToJSONKey OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

ToByteString OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

ToHeader OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

ToLog OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

ToQuery OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

FromText OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

ToText OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

FromXML OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

ToXML OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

Generic OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

Associated Types

type Rep OpsItemFilterKey :: Type -> Type #

Read OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

Show OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

NFData OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

Methods

rnf :: OpsItemFilterKey -> () #

Eq OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

Ord OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

Hashable OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

type Rep OpsItemFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterKey

type Rep OpsItemFilterKey = D1 ('MetaData "OpsItemFilterKey" "Amazonka.SSM.Types.OpsItemFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "OpsItemFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpsItemFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpsItemFilterOperator

newtype OpsItemFilterOperator Source #

Instances

Instances details
FromJSON OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

FromJSONKey OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

ToJSON OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

ToJSONKey OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

ToByteString OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

ToHeader OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

ToLog OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

ToQuery OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

FromText OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

ToText OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

FromXML OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

ToXML OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

Generic OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

Associated Types

type Rep OpsItemFilterOperator :: Type -> Type #

Read OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

Show OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

NFData OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

Methods

rnf :: OpsItemFilterOperator -> () #

Eq OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

Ord OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

Hashable OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

type Rep OpsItemFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilterOperator

type Rep OpsItemFilterOperator = D1 ('MetaData "OpsItemFilterOperator" "Amazonka.SSM.Types.OpsItemFilterOperator" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "OpsItemFilterOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpsItemFilterOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpsItemRelatedItemsFilterKey

newtype OpsItemRelatedItemsFilterKey Source #

Instances

Instances details
FromJSON OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

FromJSONKey OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

ToJSON OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

ToJSONKey OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

ToByteString OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

ToHeader OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

ToLog OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

ToQuery OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

FromText OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

ToText OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

FromXML OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

ToXML OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

Generic OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

Associated Types

type Rep OpsItemRelatedItemsFilterKey :: Type -> Type #

Read OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

Show OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

NFData OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

Eq OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

Ord OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

Hashable OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

type Rep OpsItemRelatedItemsFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey

type Rep OpsItemRelatedItemsFilterKey = D1 ('MetaData "OpsItemRelatedItemsFilterKey" "Amazonka.SSM.Types.OpsItemRelatedItemsFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "OpsItemRelatedItemsFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpsItemRelatedItemsFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpsItemRelatedItemsFilterOperator

newtype OpsItemRelatedItemsFilterOperator Source #

Instances

Instances details
FromJSON OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

FromJSONKey OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

ToJSON OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

ToJSONKey OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

ToByteString OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

ToHeader OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

ToLog OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

ToQuery OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

FromText OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

ToText OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

FromXML OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

ToXML OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

Generic OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

Associated Types

type Rep OpsItemRelatedItemsFilterOperator :: Type -> Type #

Read OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

Show OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

NFData OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

Eq OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

Ord OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

Hashable OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

type Rep OpsItemRelatedItemsFilterOperator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator

type Rep OpsItemRelatedItemsFilterOperator = D1 ('MetaData "OpsItemRelatedItemsFilterOperator" "Amazonka.SSM.Types.OpsItemRelatedItemsFilterOperator" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "OpsItemRelatedItemsFilterOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpsItemRelatedItemsFilterOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpsItemStatus

newtype OpsItemStatus Source #

Constructors

OpsItemStatus' 

Instances

Instances details
FromJSON OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

FromJSONKey OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

ToJSON OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

ToJSONKey OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

ToByteString OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

ToHeader OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

ToLog OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

ToQuery OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

FromText OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

ToText OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

Methods

toText :: OpsItemStatus -> Text #

FromXML OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

ToXML OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

Methods

toXML :: OpsItemStatus -> XML #

Generic OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

Associated Types

type Rep OpsItemStatus :: Type -> Type #

Read OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

Show OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

NFData OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

Methods

rnf :: OpsItemStatus -> () #

Eq OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

Ord OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

Hashable OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

type Rep OpsItemStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemStatus

type Rep OpsItemStatus = D1 ('MetaData "OpsItemStatus" "Amazonka.SSM.Types.OpsItemStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "OpsItemStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpsItemStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParameterTier

newtype ParameterTier Source #

Constructors

ParameterTier' 

Instances

Instances details
FromJSON ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

FromJSONKey ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

ToJSON ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

ToJSONKey ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

ToByteString ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

ToHeader ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

ToLog ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

ToQuery ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

FromText ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

ToText ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

Methods

toText :: ParameterTier -> Text #

FromXML ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

ToXML ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

Methods

toXML :: ParameterTier -> XML #

Generic ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

Associated Types

type Rep ParameterTier :: Type -> Type #

Read ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

Show ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

NFData ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

Methods

rnf :: ParameterTier -> () #

Eq ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

Ord ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

Hashable ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

type Rep ParameterTier Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterTier

type Rep ParameterTier = D1 ('MetaData "ParameterTier" "Amazonka.SSM.Types.ParameterTier" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ParameterTier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParameterTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParameterType

newtype ParameterType Source #

Constructors

ParameterType' 

Instances

Instances details
FromJSON ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

FromJSONKey ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

ToJSON ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

ToJSONKey ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

ToByteString ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

ToHeader ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

ToLog ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

ToQuery ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

FromText ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

ToText ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

Methods

toText :: ParameterType -> Text #

FromXML ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

ToXML ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

Methods

toXML :: ParameterType -> XML #

Generic ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

Associated Types

type Rep ParameterType :: Type -> Type #

Read ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

Show ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

NFData ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

Methods

rnf :: ParameterType -> () #

Eq ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

Ord ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

Hashable ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

type Rep ParameterType Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterType

type Rep ParameterType = D1 ('MetaData "ParameterType" "Amazonka.SSM.Types.ParameterType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ParameterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParameterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParametersFilterKey

newtype ParametersFilterKey Source #

Instances

Instances details
FromJSON ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

FromJSONKey ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

ToJSON ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

ToJSONKey ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

ToByteString ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

ToHeader ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

ToLog ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

ToQuery ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

FromText ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

ToText ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

FromXML ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

ToXML ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

Generic ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

Associated Types

type Rep ParametersFilterKey :: Type -> Type #

Read ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

Show ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

NFData ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

Methods

rnf :: ParametersFilterKey -> () #

Eq ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

Ord ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

Hashable ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

type Rep ParametersFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilterKey

type Rep ParametersFilterKey = D1 ('MetaData "ParametersFilterKey" "Amazonka.SSM.Types.ParametersFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ParametersFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParametersFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PatchAction

newtype PatchAction Source #

Constructors

PatchAction' 

Instances

Instances details
FromJSON PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

FromJSONKey PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

ToJSON PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

ToJSONKey PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

ToByteString PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

ToHeader PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

ToLog PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

ToQuery PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

FromText PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

ToText PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

Methods

toText :: PatchAction -> Text #

FromXML PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

ToXML PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

Methods

toXML :: PatchAction -> XML #

Generic PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

Associated Types

type Rep PatchAction :: Type -> Type #

Read PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

Show PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

NFData PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

Methods

rnf :: PatchAction -> () #

Eq PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

Ord PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

Hashable PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

type Rep PatchAction Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchAction

type Rep PatchAction = D1 ('MetaData "PatchAction" "Amazonka.SSM.Types.PatchAction" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "PatchAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPatchAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PatchComplianceDataState

newtype PatchComplianceDataState Source #

Instances

Instances details
FromJSON PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

FromJSONKey PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

ToJSON PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

ToJSONKey PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

ToByteString PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

ToHeader PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

ToLog PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

ToQuery PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

FromText PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

ToText PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

FromXML PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

ToXML PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

Generic PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

Associated Types

type Rep PatchComplianceDataState :: Type -> Type #

Read PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

Show PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

NFData PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

Eq PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

Ord PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

Hashable PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

type Rep PatchComplianceDataState Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceDataState

type Rep PatchComplianceDataState = D1 ('MetaData "PatchComplianceDataState" "Amazonka.SSM.Types.PatchComplianceDataState" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "PatchComplianceDataState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPatchComplianceDataState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PatchComplianceLevel

newtype PatchComplianceLevel Source #

Instances

Instances details
FromJSON PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

FromJSONKey PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

ToJSON PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

ToJSONKey PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

ToByteString PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

ToHeader PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

ToLog PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

ToQuery PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

FromText PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

ToText PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

FromXML PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

ToXML PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

Generic PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

Associated Types

type Rep PatchComplianceLevel :: Type -> Type #

Read PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

Show PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

NFData PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

Methods

rnf :: PatchComplianceLevel -> () #

Eq PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

Ord PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

Hashable PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

type Rep PatchComplianceLevel Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceLevel

type Rep PatchComplianceLevel = D1 ('MetaData "PatchComplianceLevel" "Amazonka.SSM.Types.PatchComplianceLevel" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "PatchComplianceLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPatchComplianceLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PatchDeploymentStatus

newtype PatchDeploymentStatus Source #

Instances

Instances details
FromJSON PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

FromJSONKey PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

ToJSON PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

ToJSONKey PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

ToByteString PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

ToHeader PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

ToLog PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

ToQuery PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

FromText PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

ToText PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

FromXML PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

ToXML PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

Generic PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

Associated Types

type Rep PatchDeploymentStatus :: Type -> Type #

Read PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

Show PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

NFData PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

Methods

rnf :: PatchDeploymentStatus -> () #

Eq PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

Ord PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

Hashable PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

type Rep PatchDeploymentStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchDeploymentStatus

type Rep PatchDeploymentStatus = D1 ('MetaData "PatchDeploymentStatus" "Amazonka.SSM.Types.PatchDeploymentStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "PatchDeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPatchDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PatchFilterKey

newtype PatchFilterKey Source #

Constructors

PatchFilterKey' 

Instances

Instances details
FromJSON PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

FromJSONKey PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

ToJSON PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

ToJSONKey PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

ToByteString PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

ToHeader PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

ToLog PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

ToQuery PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

FromText PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

ToText PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

FromXML PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

ToXML PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

Methods

toXML :: PatchFilterKey -> XML #

Generic PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

Associated Types

type Rep PatchFilterKey :: Type -> Type #

Read PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

Show PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

NFData PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

Methods

rnf :: PatchFilterKey -> () #

Eq PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

Ord PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

Hashable PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

type Rep PatchFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterKey

type Rep PatchFilterKey = D1 ('MetaData "PatchFilterKey" "Amazonka.SSM.Types.PatchFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "PatchFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPatchFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PatchOperationType

newtype PatchOperationType Source #

Instances

Instances details
FromJSON PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

FromJSONKey PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

ToJSON PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

ToJSONKey PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

ToByteString PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

ToHeader PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

ToLog PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

ToQuery PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

FromText PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

ToText PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

FromXML PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

ToXML PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

Generic PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

Associated Types

type Rep PatchOperationType :: Type -> Type #

Read PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

Show PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

NFData PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

Methods

rnf :: PatchOperationType -> () #

Eq PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

Ord PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

Hashable PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

type Rep PatchOperationType Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOperationType

type Rep PatchOperationType = D1 ('MetaData "PatchOperationType" "Amazonka.SSM.Types.PatchOperationType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "PatchOperationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPatchOperationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PatchProperty

newtype PatchProperty Source #

Constructors

PatchProperty' 

Instances

Instances details
FromJSON PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

FromJSONKey PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

ToJSON PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

ToJSONKey PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

ToByteString PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

ToHeader PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

ToLog PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

ToQuery PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

FromText PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

ToText PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

Methods

toText :: PatchProperty -> Text #

FromXML PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

ToXML PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

Methods

toXML :: PatchProperty -> XML #

Generic PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

Associated Types

type Rep PatchProperty :: Type -> Type #

Read PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

Show PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

NFData PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

Methods

rnf :: PatchProperty -> () #

Eq PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

Ord PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

Hashable PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

type Rep PatchProperty Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchProperty

type Rep PatchProperty = D1 ('MetaData "PatchProperty" "Amazonka.SSM.Types.PatchProperty" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "PatchProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPatchProperty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PatchSet

newtype PatchSet Source #

Constructors

PatchSet' 

Fields

Bundled Patterns

pattern PatchSet_APPLICATION :: PatchSet 
pattern PatchSet_OS :: PatchSet 

Instances

Instances details
FromJSON PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

FromJSONKey PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

ToJSON PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

ToJSONKey PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

ToByteString PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

Methods

toBS :: PatchSet -> ByteString #

ToHeader PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

Methods

toHeader :: HeaderName -> PatchSet -> [Header] #

ToLog PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

ToQuery PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

FromText PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

ToText PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

Methods

toText :: PatchSet -> Text #

FromXML PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

ToXML PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

Methods

toXML :: PatchSet -> XML #

Generic PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

Associated Types

type Rep PatchSet :: Type -> Type #

Methods

from :: PatchSet -> Rep PatchSet x #

to :: Rep PatchSet x -> PatchSet #

Read PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

Show PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

NFData PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

Methods

rnf :: PatchSet -> () #

Eq PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

Ord PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

Hashable PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

Methods

hashWithSalt :: Int -> PatchSet -> Int #

hash :: PatchSet -> Int #

type Rep PatchSet Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSet

type Rep PatchSet = D1 ('MetaData "PatchSet" "Amazonka.SSM.Types.PatchSet" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "PatchSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPatchSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PingStatus

newtype PingStatus Source #

Constructors

PingStatus' 

Fields

Instances

Instances details
FromJSON PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

FromJSONKey PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

ToJSON PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

ToJSONKey PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

ToByteString PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

ToHeader PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

ToLog PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

ToQuery PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

FromText PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

ToText PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

Methods

toText :: PingStatus -> Text #

FromXML PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

ToXML PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

Methods

toXML :: PingStatus -> XML #

Generic PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

Associated Types

type Rep PingStatus :: Type -> Type #

Read PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

Show PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

NFData PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

Methods

rnf :: PingStatus -> () #

Eq PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

Ord PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

Hashable PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

type Rep PingStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PingStatus

type Rep PingStatus = D1 ('MetaData "PingStatus" "Amazonka.SSM.Types.PingStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "PingStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlatformType

newtype PlatformType Source #

Constructors

PlatformType' 

Instances

Instances details
FromJSON PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

FromJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

ToJSON PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

ToJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

ToByteString PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

ToHeader PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

ToLog PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

ToQuery PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

FromText PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

ToText PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

Methods

toText :: PlatformType -> Text #

FromXML PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

ToXML PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

Methods

toXML :: PlatformType -> XML #

Generic PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

Associated Types

type Rep PlatformType :: Type -> Type #

Read PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

Show PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

NFData PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

Methods

rnf :: PlatformType -> () #

Eq PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

Ord PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

Hashable PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

type Rep PlatformType Source # 
Instance details

Defined in Amazonka.SSM.Types.PlatformType

type Rep PlatformType = D1 ('MetaData "PlatformType" "Amazonka.SSM.Types.PlatformType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "PlatformType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlatformType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RebootOption

newtype RebootOption Source #

Constructors

RebootOption' 

Instances

Instances details
FromJSON RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

FromJSONKey RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

ToJSON RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

ToJSONKey RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

ToByteString RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

ToHeader RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

ToLog RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

ToQuery RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

FromText RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

ToText RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

Methods

toText :: RebootOption -> Text #

FromXML RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

ToXML RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

Methods

toXML :: RebootOption -> XML #

Generic RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

Associated Types

type Rep RebootOption :: Type -> Type #

Read RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

Show RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

NFData RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

Methods

rnf :: RebootOption -> () #

Eq RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

Ord RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

Hashable RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

type Rep RebootOption Source # 
Instance details

Defined in Amazonka.SSM.Types.RebootOption

type Rep RebootOption = D1 ('MetaData "RebootOption" "Amazonka.SSM.Types.RebootOption" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "RebootOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRebootOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceDataSyncS3Format

newtype ResourceDataSyncS3Format Source #

Instances

Instances details
FromJSON ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

FromJSONKey ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

ToJSON ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

ToJSONKey ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

ToByteString ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

ToHeader ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

ToLog ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

ToQuery ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

FromText ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

ToText ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

FromXML ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

ToXML ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

Generic ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

Associated Types

type Rep ResourceDataSyncS3Format :: Type -> Type #

Read ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

Show ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

NFData ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

Eq ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

Ord ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

Hashable ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

type Rep ResourceDataSyncS3Format Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Format

type Rep ResourceDataSyncS3Format = D1 ('MetaData "ResourceDataSyncS3Format" "Amazonka.SSM.Types.ResourceDataSyncS3Format" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ResourceDataSyncS3Format'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceDataSyncS3Format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Instances

Instances details
FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

ToJSON ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

ToJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

ToByteString ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

FromText ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

ToText ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

Methods

toText :: ResourceType -> Text #

FromXML ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

ToXML ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

Methods

toXML :: ResourceType -> XML #

Generic ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

Read ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

NFData ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Eq ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

Hashable ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.SSM.Types.ResourceType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceTypeForTagging

newtype ResourceTypeForTagging Source #

Instances

Instances details
FromJSON ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

FromJSONKey ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

ToJSON ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

ToJSONKey ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

ToByteString ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

ToHeader ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

ToLog ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

ToQuery ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

FromText ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

ToText ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

FromXML ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

ToXML ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

Generic ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

Associated Types

type Rep ResourceTypeForTagging :: Type -> Type #

Read ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

Show ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

NFData ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

Methods

rnf :: ResourceTypeForTagging -> () #

Eq ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

Ord ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

Hashable ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

type Rep ResourceTypeForTagging Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceTypeForTagging

type Rep ResourceTypeForTagging = D1 ('MetaData "ResourceTypeForTagging" "Amazonka.SSM.Types.ResourceTypeForTagging" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ResourceTypeForTagging'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceTypeForTagging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReviewStatus

newtype ReviewStatus Source #

Constructors

ReviewStatus' 

Instances

Instances details
FromJSON ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

FromJSONKey ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

ToJSON ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

ToJSONKey ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

ToByteString ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

ToHeader ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

ToLog ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

ToQuery ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

FromText ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

ToText ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

Methods

toText :: ReviewStatus -> Text #

FromXML ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

ToXML ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

Methods

toXML :: ReviewStatus -> XML #

Generic ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

Associated Types

type Rep ReviewStatus :: Type -> Type #

Read ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

Show ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

NFData ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

Methods

rnf :: ReviewStatus -> () #

Eq ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

Ord ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

Hashable ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

type Rep ReviewStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewStatus

type Rep ReviewStatus = D1 ('MetaData "ReviewStatus" "Amazonka.SSM.Types.ReviewStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "ReviewStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReviewStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SessionFilterKey

newtype SessionFilterKey Source #

Instances

Instances details
FromJSON SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

FromJSONKey SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

ToJSON SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

ToJSONKey SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

ToByteString SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

ToHeader SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

ToLog SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

ToQuery SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

FromText SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

ToText SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

FromXML SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

ToXML SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

Generic SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

Associated Types

type Rep SessionFilterKey :: Type -> Type #

Read SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

Show SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

NFData SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

Methods

rnf :: SessionFilterKey -> () #

Eq SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

Ord SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

Hashable SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

type Rep SessionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilterKey

type Rep SessionFilterKey = D1 ('MetaData "SessionFilterKey" "Amazonka.SSM.Types.SessionFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "SessionFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSessionFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SessionState

newtype SessionState Source #

Constructors

SessionState' 

Bundled Patterns

pattern SessionState_Active :: SessionState 
pattern SessionState_History :: SessionState 

Instances

Instances details
FromJSON SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

FromJSONKey SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

ToJSON SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

ToJSONKey SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

ToByteString SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

ToHeader SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

ToLog SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

ToQuery SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

FromText SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

ToText SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

Methods

toText :: SessionState -> Text #

FromXML SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

ToXML SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

Methods

toXML :: SessionState -> XML #

Generic SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

Associated Types

type Rep SessionState :: Type -> Type #

Read SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

Show SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

NFData SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

Methods

rnf :: SessionState -> () #

Eq SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

Ord SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

Hashable SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

type Rep SessionState Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionState

type Rep SessionState = D1 ('MetaData "SessionState" "Amazonka.SSM.Types.SessionState" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "SessionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSessionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SessionStatus

newtype SessionStatus Source #

Constructors

SessionStatus' 

Instances

Instances details
FromJSON SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

FromJSONKey SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

ToJSON SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

ToJSONKey SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

ToByteString SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

ToHeader SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

ToLog SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

ToQuery SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

FromText SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

ToText SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

Methods

toText :: SessionStatus -> Text #

FromXML SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

ToXML SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

Methods

toXML :: SessionStatus -> XML #

Generic SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

Associated Types

type Rep SessionStatus :: Type -> Type #

Read SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

Show SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

NFData SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

Methods

rnf :: SessionStatus -> () #

Eq SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

Ord SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

Hashable SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

type Rep SessionStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionStatus

type Rep SessionStatus = D1 ('MetaData "SessionStatus" "Amazonka.SSM.Types.SessionStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "SessionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSessionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SignalType

newtype SignalType Source #

Constructors

SignalType' 

Fields

Instances

Instances details
FromJSON SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

FromJSONKey SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

ToJSON SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

ToJSONKey SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

ToByteString SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

ToHeader SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

ToLog SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

ToQuery SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

FromText SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

ToText SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

Methods

toText :: SignalType -> Text #

FromXML SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

ToXML SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

Methods

toXML :: SignalType -> XML #

Generic SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

Associated Types

type Rep SignalType :: Type -> Type #

Read SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

Show SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

NFData SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

Methods

rnf :: SignalType -> () #

Eq SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

Ord SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

Hashable SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

type Rep SignalType Source # 
Instance details

Defined in Amazonka.SSM.Types.SignalType

type Rep SignalType = D1 ('MetaData "SignalType" "Amazonka.SSM.Types.SignalType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "SignalType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSignalType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceType

newtype SourceType Source #

Constructors

SourceType' 

Fields

Instances

Instances details
FromJSON SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

ToJSON SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

ToJSONKey SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

ToByteString SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

FromText SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

ToText SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

Methods

toText :: SourceType -> Text #

FromXML SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

ToXML SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

Methods

toXML :: SourceType -> XML #

Generic SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

Read SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

NFData SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

Methods

rnf :: SourceType -> () #

Eq SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

Hashable SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

type Rep SourceType Source # 
Instance details

Defined in Amazonka.SSM.Types.SourceType

type Rep SourceType = D1 ('MetaData "SourceType" "Amazonka.SSM.Types.SourceType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "SourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepExecutionFilterKey

newtype StepExecutionFilterKey Source #

Instances

Instances details
FromJSON StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

FromJSONKey StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

ToJSON StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

ToJSONKey StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

ToByteString StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

ToHeader StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

ToLog StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

ToQuery StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

FromText StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

ToText StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

FromXML StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

ToXML StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

Generic StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

Associated Types

type Rep StepExecutionFilterKey :: Type -> Type #

Read StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

Show StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

NFData StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

Methods

rnf :: StepExecutionFilterKey -> () #

Eq StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

Ord StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

Hashable StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

type Rep StepExecutionFilterKey Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilterKey

type Rep StepExecutionFilterKey = D1 ('MetaData "StepExecutionFilterKey" "Amazonka.SSM.Types.StepExecutionFilterKey" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "StepExecutionFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepExecutionFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StopType

newtype StopType Source #

Constructors

StopType' 

Fields

Bundled Patterns

pattern StopType_Cancel :: StopType 
pattern StopType_Complete :: StopType 

Instances

Instances details
FromJSON StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

FromJSONKey StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

ToJSON StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

ToJSONKey StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

ToByteString StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

Methods

toBS :: StopType -> ByteString #

ToHeader StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

Methods

toHeader :: HeaderName -> StopType -> [Header] #

ToLog StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

ToQuery StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

FromText StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

ToText StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

Methods

toText :: StopType -> Text #

FromXML StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

ToXML StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

Methods

toXML :: StopType -> XML #

Generic StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

Associated Types

type Rep StopType :: Type -> Type #

Methods

from :: StopType -> Rep StopType x #

to :: Rep StopType x -> StopType #

Read StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

Show StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

NFData StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

Methods

rnf :: StopType -> () #

Eq StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

Ord StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

Hashable StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

Methods

hashWithSalt :: Int -> StopType -> Int #

hash :: StopType -> Int #

type Rep StopType Source # 
Instance details

Defined in Amazonka.SSM.Types.StopType

type Rep StopType = D1 ('MetaData "StopType" "Amazonka.SSM.Types.StopType" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'True) (C1 ('MetaCons "StopType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStopType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountSharingInfo

data AccountSharingInfo Source #

Information includes the Amazon Web Services account ID where the current document is shared and the version shared with that account.

See: newAccountSharingInfo smart constructor.

Constructors

AccountSharingInfo' 

Fields

Instances

Instances details
FromJSON AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

Generic AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

Associated Types

type Rep AccountSharingInfo :: Type -> Type #

Read AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

Show AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

NFData AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

Methods

rnf :: AccountSharingInfo -> () #

Eq AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

Hashable AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

type Rep AccountSharingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AccountSharingInfo

type Rep AccountSharingInfo = D1 ('MetaData "AccountSharingInfo" "Amazonka.SSM.Types.AccountSharingInfo" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AccountSharingInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sharedDocumentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAccountSharingInfo :: AccountSharingInfo Source #

Create a value of AccountSharingInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:AccountSharingInfo', accountSharingInfo_accountId - The Amazon Web Services account ID where the current document is shared.

$sel:sharedDocumentVersion:AccountSharingInfo', accountSharingInfo_sharedDocumentVersion - The version of the current document shared with the account.

accountSharingInfo_accountId :: Lens' AccountSharingInfo (Maybe Text) Source #

The Amazon Web Services account ID where the current document is shared.

accountSharingInfo_sharedDocumentVersion :: Lens' AccountSharingInfo (Maybe Text) Source #

The version of the current document shared with the account.

Activation

data Activation Source #

An activation registers one or more on-premises servers or virtual machines (VMs) with Amazon Web Services so that you can configure those servers or VMs using Run Command. A server or VM that has been registered with Amazon Web Services Systems Manager is called a managed node.

See: newActivation smart constructor.

Constructors

Activation' 

Fields

Instances

Instances details
FromJSON Activation Source # 
Instance details

Defined in Amazonka.SSM.Types.Activation

Generic Activation Source # 
Instance details

Defined in Amazonka.SSM.Types.Activation

Associated Types

type Rep Activation :: Type -> Type #

Read Activation Source # 
Instance details

Defined in Amazonka.SSM.Types.Activation

Show Activation Source # 
Instance details

Defined in Amazonka.SSM.Types.Activation

NFData Activation Source # 
Instance details

Defined in Amazonka.SSM.Types.Activation

Methods

rnf :: Activation -> () #

Eq Activation Source # 
Instance details

Defined in Amazonka.SSM.Types.Activation

Hashable Activation Source # 
Instance details

Defined in Amazonka.SSM.Types.Activation

type Rep Activation Source # 
Instance details

Defined in Amazonka.SSM.Types.Activation

newActivation :: Activation Source #

Create a value of Activation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activationId:Activation', activation_activationId - The ID created by Systems Manager when you submitted the activation.

$sel:createdDate:Activation', activation_createdDate - The date the activation was created.

$sel:defaultInstanceName:Activation', activation_defaultInstanceName - A name for the managed node when it is created.

$sel:description:Activation', activation_description - A user defined description of the activation.

$sel:expirationDate:Activation', activation_expirationDate - The date when this activation can no longer be used to register managed nodes.

$sel:expired:Activation', activation_expired - Whether or not the activation is expired.

$sel:iamRole:Activation', activation_iamRole - The Identity and Access Management (IAM) role to assign to the managed node.

$sel:registrationLimit:Activation', activation_registrationLimit - The maximum number of managed nodes that can be registered using this activation.

$sel:registrationsCount:Activation', activation_registrationsCount - The number of managed nodes already registered with this activation.

$sel:tags:Activation', activation_tags - Tags assigned to the activation.

activation_activationId :: Lens' Activation (Maybe Text) Source #

The ID created by Systems Manager when you submitted the activation.

activation_createdDate :: Lens' Activation (Maybe UTCTime) Source #

The date the activation was created.

activation_defaultInstanceName :: Lens' Activation (Maybe Text) Source #

A name for the managed node when it is created.

activation_description :: Lens' Activation (Maybe Text) Source #

A user defined description of the activation.

activation_expirationDate :: Lens' Activation (Maybe UTCTime) Source #

The date when this activation can no longer be used to register managed nodes.

activation_expired :: Lens' Activation (Maybe Bool) Source #

Whether or not the activation is expired.

activation_iamRole :: Lens' Activation (Maybe Text) Source #

The Identity and Access Management (IAM) role to assign to the managed node.

activation_registrationLimit :: Lens' Activation (Maybe Natural) Source #

The maximum number of managed nodes that can be registered using this activation.

activation_registrationsCount :: Lens' Activation (Maybe Natural) Source #

The number of managed nodes already registered with this activation.

activation_tags :: Lens' Activation (Maybe [Tag]) Source #

Tags assigned to the activation.

Alarm

data Alarm Source #

A CloudWatch alarm you apply to an automation or command.

See: newAlarm smart constructor.

Constructors

Alarm' 

Fields

  • name :: Text

    The name of your CloudWatch alarm.

Instances

Instances details
FromJSON Alarm Source # 
Instance details

Defined in Amazonka.SSM.Types.Alarm

ToJSON Alarm Source # 
Instance details

Defined in Amazonka.SSM.Types.Alarm

Generic Alarm Source # 
Instance details

Defined in Amazonka.SSM.Types.Alarm

Associated Types

type Rep Alarm :: Type -> Type #

Methods

from :: Alarm -> Rep Alarm x #

to :: Rep Alarm x -> Alarm #

Read Alarm Source # 
Instance details

Defined in Amazonka.SSM.Types.Alarm

Show Alarm Source # 
Instance details

Defined in Amazonka.SSM.Types.Alarm

Methods

showsPrec :: Int -> Alarm -> ShowS #

show :: Alarm -> String #

showList :: [Alarm] -> ShowS #

NFData Alarm Source # 
Instance details

Defined in Amazonka.SSM.Types.Alarm

Methods

rnf :: Alarm -> () #

Eq Alarm Source # 
Instance details

Defined in Amazonka.SSM.Types.Alarm

Methods

(==) :: Alarm -> Alarm -> Bool #

(/=) :: Alarm -> Alarm -> Bool #

Hashable Alarm Source # 
Instance details

Defined in Amazonka.SSM.Types.Alarm

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

type Rep Alarm Source # 
Instance details

Defined in Amazonka.SSM.Types.Alarm

type Rep Alarm = D1 ('MetaData "Alarm" "Amazonka.SSM.Types.Alarm" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "Alarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAlarm Source #

Arguments

:: Text

$sel:name:Alarm'

-> Alarm 

Create a value of Alarm with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Alarm', alarm_name - The name of your CloudWatch alarm.

alarm_name :: Lens' Alarm Text Source #

The name of your CloudWatch alarm.

AlarmConfiguration

data AlarmConfiguration Source #

The details for the CloudWatch alarm you want to apply to an automation or command.

See: newAlarmConfiguration smart constructor.

Constructors

AlarmConfiguration' 

Fields

  • ignorePollAlarmFailure :: Maybe Bool

    If you specify true for this value, your automation or command continue to run even if we can't gather information about the state of your CloudWatch alarm. The default value is false.

  • alarms :: NonEmpty Alarm

    The name of the CloudWatch alarm specified in the configuration.

Instances

Instances details
FromJSON AlarmConfiguration Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmConfiguration

ToJSON AlarmConfiguration Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmConfiguration

Generic AlarmConfiguration Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmConfiguration

Associated Types

type Rep AlarmConfiguration :: Type -> Type #

Read AlarmConfiguration Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmConfiguration

Show AlarmConfiguration Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmConfiguration

NFData AlarmConfiguration Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmConfiguration

Methods

rnf :: AlarmConfiguration -> () #

Eq AlarmConfiguration Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmConfiguration

Hashable AlarmConfiguration Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmConfiguration

type Rep AlarmConfiguration Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmConfiguration

type Rep AlarmConfiguration = D1 ('MetaData "AlarmConfiguration" "Amazonka.SSM.Types.AlarmConfiguration" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AlarmConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ignorePollAlarmFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "alarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Alarm))))

newAlarmConfiguration Source #

Create a value of AlarmConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ignorePollAlarmFailure:AlarmConfiguration', alarmConfiguration_ignorePollAlarmFailure - If you specify true for this value, your automation or command continue to run even if we can't gather information about the state of your CloudWatch alarm. The default value is false.

$sel:alarms:AlarmConfiguration', alarmConfiguration_alarms - The name of the CloudWatch alarm specified in the configuration.

alarmConfiguration_ignorePollAlarmFailure :: Lens' AlarmConfiguration (Maybe Bool) Source #

If you specify true for this value, your automation or command continue to run even if we can't gather information about the state of your CloudWatch alarm. The default value is false.

alarmConfiguration_alarms :: Lens' AlarmConfiguration (NonEmpty Alarm) Source #

The name of the CloudWatch alarm specified in the configuration.

AlarmStateInformation

data AlarmStateInformation Source #

The details about the state of your CloudWatch alarm.

See: newAlarmStateInformation smart constructor.

Constructors

AlarmStateInformation' 

Fields

Instances

Instances details
FromJSON AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

Generic AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

Associated Types

type Rep AlarmStateInformation :: Type -> Type #

Read AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

Show AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

NFData AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

Methods

rnf :: AlarmStateInformation -> () #

Eq AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

Hashable AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

type Rep AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

type Rep AlarmStateInformation = D1 ('MetaData "AlarmStateInformation" "Amazonka.SSM.Types.AlarmStateInformation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AlarmStateInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExternalAlarmState)))

newAlarmStateInformation Source #

Create a value of AlarmStateInformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:AlarmStateInformation', alarmStateInformation_name - The name of your CloudWatch alarm.

$sel:state:AlarmStateInformation', alarmStateInformation_state - The state of your CloudWatch alarm.

alarmStateInformation_name :: Lens' AlarmStateInformation Text Source #

The name of your CloudWatch alarm.

Association

data Association Source #

Describes an association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.

See: newAssociation smart constructor.

Constructors

Association' 

Fields

  • associationId :: Maybe Text

    The ID created by the system when you create an association. An association is a binding between a document and a set of targets with a schedule.

  • associationName :: Maybe Text

    The association name.

  • associationVersion :: Maybe Text

    The association version.

  • documentVersion :: Maybe Text

    The version of the document used in the association. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.

    State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default.

  • instanceId :: Maybe Text

    The managed node ID.

  • lastExecutionDate :: Maybe POSIX

    The date on which the association was last run.

  • name :: Maybe Text

    The name of the SSM document.

  • overview :: Maybe AssociationOverview

    Information about the association.

  • scheduleExpression :: Maybe Text

    A cron expression that specifies a schedule when the association runs. The schedule runs in Coordinated Universal Time (UTC).

  • scheduleOffset :: Maybe Natural

    Number of days to wait after the scheduled day to run an association.

  • targetMaps :: Maybe [HashMap Text [Text]]

    A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

  • targets :: Maybe [Target]

    The managed nodes targeted by the request to create an association. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *.

Instances

Instances details
FromJSON Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

Generic Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

Associated Types

type Rep Association :: Type -> Type #

Read Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

Show Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

NFData Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

Methods

rnf :: Association -> () #

Eq Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

Hashable Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

type Rep Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

type Rep Association = D1 ('MetaData "Association" "Amazonka.SSM.Types.Association" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "Association'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "associationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastExecutionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "overview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationOverview)) :*: S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "scheduleOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "targetMaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap Text [Text]])) :*: S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Target])))))))

newAssociation :: Association Source #

Create a value of Association with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:associationId:Association', association_associationId - The ID created by the system when you create an association. An association is a binding between a document and a set of targets with a schedule.

$sel:associationName:Association', association_associationName - The association name.

$sel:associationVersion:Association', association_associationVersion - The association version.

$sel:documentVersion:Association', association_documentVersion - The version of the document used in the association. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.

State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default.

$sel:instanceId:Association', association_instanceId - The managed node ID.

$sel:lastExecutionDate:Association', association_lastExecutionDate - The date on which the association was last run.

$sel:name:Association', association_name - The name of the SSM document.

$sel:overview:Association', association_overview - Information about the association.

$sel:scheduleExpression:Association', association_scheduleExpression - A cron expression that specifies a schedule when the association runs. The schedule runs in Coordinated Universal Time (UTC).

$sel:scheduleOffset:Association', association_scheduleOffset - Number of days to wait after the scheduled day to run an association.

$sel:targetMaps:Association', association_targetMaps - A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

$sel:targets:Association', association_targets - The managed nodes targeted by the request to create an association. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *.

association_associationId :: Lens' Association (Maybe Text) Source #

The ID created by the system when you create an association. An association is a binding between a document and a set of targets with a schedule.

association_documentVersion :: Lens' Association (Maybe Text) Source #

The version of the document used in the association. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.

State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default.

association_lastExecutionDate :: Lens' Association (Maybe UTCTime) Source #

The date on which the association was last run.

association_name :: Lens' Association (Maybe Text) Source #

The name of the SSM document.

association_overview :: Lens' Association (Maybe AssociationOverview) Source #

Information about the association.

association_scheduleExpression :: Lens' Association (Maybe Text) Source #

A cron expression that specifies a schedule when the association runs. The schedule runs in Coordinated Universal Time (UTC).

association_scheduleOffset :: Lens' Association (Maybe Natural) Source #

Number of days to wait after the scheduled day to run an association.

association_targetMaps :: Lens' Association (Maybe [HashMap Text [Text]]) Source #

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

association_targets :: Lens' Association (Maybe [Target]) Source #

The managed nodes targeted by the request to create an association. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *.

AssociationDescription

data AssociationDescription Source #

Describes the parameters for a document.

See: newAssociationDescription smart constructor.

Constructors

AssociationDescription' 

Fields

  • alarmConfiguration :: Maybe AlarmConfiguration
     
  • applyOnlyAtCronInterval :: Maybe Bool

    By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.

  • associationId :: Maybe Text

    The association ID.

  • associationName :: Maybe Text

    The association name.

  • associationVersion :: Maybe Text

    The association version.

  • automationTargetParameterName :: Maybe Text

    Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.

  • calendarNames :: Maybe [Text]

    The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that change calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

  • complianceSeverity :: Maybe AssociationComplianceSeverity

    The severity level that is assigned to the association.

  • date :: Maybe POSIX

    The date when the association was made.

  • documentVersion :: Maybe Text

    The document version.

  • instanceId :: Maybe Text

    The managed node ID.

  • lastExecutionDate :: Maybe POSIX

    The date on which the association was last run.

  • lastSuccessfulExecutionDate :: Maybe POSIX

    The last date on which the association was successfully run.

  • lastUpdateAssociationDate :: Maybe POSIX

    The date when the association was last updated.

  • maxConcurrency :: Maybe Text

    The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

    If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

  • maxErrors :: Maybe Text

    The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

    Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

  • name :: Maybe Text

    The name of the SSM document.

  • outputLocation :: Maybe InstanceAssociationOutputLocation

    An S3 bucket where you want to store the output details of the request.

  • overview :: Maybe AssociationOverview

    Information about the association.

  • parameters :: Maybe (Sensitive (HashMap Text [Text]))

    A description of the parameters for a document.

  • scheduleExpression :: Maybe Text

    A cron expression that specifies a schedule when the association runs.

  • scheduleOffset :: Maybe Natural

    Number of days to wait after the scheduled day to run an association.

  • status :: Maybe AssociationStatus

    The association status.

  • syncCompliance :: Maybe AssociationSyncCompliance

    The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT.

    In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

    By default, all associations use AUTO mode.

  • targetLocations :: Maybe (NonEmpty TargetLocation)

    The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.

  • targetMaps :: Maybe [HashMap Text [Text]]

    A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

  • targets :: Maybe [Target]

    The managed nodes targeted by the request.

  • triggeredAlarms :: Maybe (NonEmpty AlarmStateInformation)

    The CloudWatch alarm that was invoked during the association.

Instances

Instances details
FromJSON AssociationDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationDescription

Generic AssociationDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationDescription

Associated Types

type Rep AssociationDescription :: Type -> Type #

Show AssociationDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationDescription

NFData AssociationDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationDescription

Methods

rnf :: AssociationDescription -> () #

Eq AssociationDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationDescription

Hashable AssociationDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationDescription

type Rep AssociationDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationDescription

type Rep AssociationDescription = D1 ('MetaData "AssociationDescription" "Amazonka.SSM.Types.AssociationDescription" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AssociationDescription'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: (S1 ('MetaSel ('Just "applyOnlyAtCronInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "associationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "automationTargetParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "calendarNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "complianceSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationComplianceSeverity)) :*: (S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastExecutionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastSuccessfulExecutionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdateAssociationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceAssociationOutputLocation)) :*: S1 ('MetaSel ('Just "overview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationOverview))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text [Text])))) :*: S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "scheduleOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationStatus)) :*: S1 ('MetaSel ('Just "syncCompliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationSyncCompliance)))) :*: ((S1 ('MetaSel ('Just "targetLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty TargetLocation))) :*: S1 ('MetaSel ('Just "targetMaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap Text [Text]]))) :*: (S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Target])) :*: S1 ('MetaSel ('Just "triggeredAlarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AlarmStateInformation)))))))))

newAssociationDescription :: AssociationDescription Source #

Create a value of AssociationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmConfiguration:AssociationDescription', associationDescription_alarmConfiguration - Undocumented member.

$sel:applyOnlyAtCronInterval:AssociationDescription', associationDescription_applyOnlyAtCronInterval - By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.

$sel:associationId:AssociationDescription', associationDescription_associationId - The association ID.

$sel:associationName:AssociationDescription', associationDescription_associationName - The association name.

$sel:associationVersion:AssociationDescription', associationDescription_associationVersion - The association version.

$sel:automationTargetParameterName:AssociationDescription', associationDescription_automationTargetParameterName - Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.

$sel:calendarNames:AssociationDescription', associationDescription_calendarNames - The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that change calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

$sel:complianceSeverity:AssociationDescription', associationDescription_complianceSeverity - The severity level that is assigned to the association.

AssociationDescription, associationDescription_date - The date when the association was made.

$sel:documentVersion:AssociationDescription', associationDescription_documentVersion - The document version.

$sel:instanceId:AssociationDescription', associationDescription_instanceId - The managed node ID.

$sel:lastExecutionDate:AssociationDescription', associationDescription_lastExecutionDate - The date on which the association was last run.

$sel:lastSuccessfulExecutionDate:AssociationDescription', associationDescription_lastSuccessfulExecutionDate - The last date on which the association was successfully run.

$sel:lastUpdateAssociationDate:AssociationDescription', associationDescription_lastUpdateAssociationDate - The date when the association was last updated.

$sel:maxConcurrency:AssociationDescription', associationDescription_maxConcurrency - The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

$sel:maxErrors:AssociationDescription', associationDescription_maxErrors - The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

AssociationDescription, associationDescription_name - The name of the SSM document.

$sel:outputLocation:AssociationDescription', associationDescription_outputLocation - An S3 bucket where you want to store the output details of the request.

$sel:overview:AssociationDescription', associationDescription_overview - Information about the association.

$sel:parameters:AssociationDescription', associationDescription_parameters - A description of the parameters for a document.

$sel:scheduleExpression:AssociationDescription', associationDescription_scheduleExpression - A cron expression that specifies a schedule when the association runs.

$sel:scheduleOffset:AssociationDescription', associationDescription_scheduleOffset - Number of days to wait after the scheduled day to run an association.

AssociationDescription, associationDescription_status - The association status.

$sel:syncCompliance:AssociationDescription', associationDescription_syncCompliance - The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

$sel:targetLocations:AssociationDescription', associationDescription_targetLocations - The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.

$sel:targetMaps:AssociationDescription', associationDescription_targetMaps - A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

$sel:targets:AssociationDescription', associationDescription_targets - The managed nodes targeted by the request.

$sel:triggeredAlarms:AssociationDescription', associationDescription_triggeredAlarms - The CloudWatch alarm that was invoked during the association.

associationDescription_applyOnlyAtCronInterval :: Lens' AssociationDescription (Maybe Bool) Source #

By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.

associationDescription_automationTargetParameterName :: Lens' AssociationDescription (Maybe Text) Source #

Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.

associationDescription_calendarNames :: Lens' AssociationDescription (Maybe [Text]) Source #

The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that change calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

associationDescription_date :: Lens' AssociationDescription (Maybe UTCTime) Source #

The date when the association was made.

associationDescription_lastExecutionDate :: Lens' AssociationDescription (Maybe UTCTime) Source #

The date on which the association was last run.

associationDescription_lastSuccessfulExecutionDate :: Lens' AssociationDescription (Maybe UTCTime) Source #

The last date on which the association was successfully run.

associationDescription_maxConcurrency :: Lens' AssociationDescription (Maybe Text) Source #

The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

associationDescription_maxErrors :: Lens' AssociationDescription (Maybe Text) Source #

The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

associationDescription_outputLocation :: Lens' AssociationDescription (Maybe InstanceAssociationOutputLocation) Source #

An S3 bucket where you want to store the output details of the request.

associationDescription_parameters :: Lens' AssociationDescription (Maybe (HashMap Text [Text])) Source #

A description of the parameters for a document.

associationDescription_scheduleExpression :: Lens' AssociationDescription (Maybe Text) Source #

A cron expression that specifies a schedule when the association runs.

associationDescription_scheduleOffset :: Lens' AssociationDescription (Maybe Natural) Source #

Number of days to wait after the scheduled day to run an association.

associationDescription_syncCompliance :: Lens' AssociationDescription (Maybe AssociationSyncCompliance) Source #

The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

associationDescription_targetLocations :: Lens' AssociationDescription (Maybe (NonEmpty TargetLocation)) Source #

The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.

associationDescription_targetMaps :: Lens' AssociationDescription (Maybe [HashMap Text [Text]]) Source #

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

associationDescription_targets :: Lens' AssociationDescription (Maybe [Target]) Source #

The managed nodes targeted by the request.

associationDescription_triggeredAlarms :: Lens' AssociationDescription (Maybe (NonEmpty AlarmStateInformation)) Source #

The CloudWatch alarm that was invoked during the association.

AssociationExecution

data AssociationExecution Source #

Includes information about the specified association.

See: newAssociationExecution smart constructor.

Constructors

AssociationExecution' 

Fields

Instances

Instances details
FromJSON AssociationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecution

Generic AssociationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecution

Associated Types

type Rep AssociationExecution :: Type -> Type #

Read AssociationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecution

Show AssociationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecution

NFData AssociationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecution

Methods

rnf :: AssociationExecution -> () #

Eq AssociationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecution

Hashable AssociationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecution

type Rep AssociationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecution

newAssociationExecution :: AssociationExecution Source #

Create a value of AssociationExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmConfiguration:AssociationExecution', associationExecution_alarmConfiguration - Undocumented member.

$sel:associationId:AssociationExecution', associationExecution_associationId - The association ID.

$sel:associationVersion:AssociationExecution', associationExecution_associationVersion - The association version.

$sel:createdTime:AssociationExecution', associationExecution_createdTime - The time the execution started.

$sel:detailedStatus:AssociationExecution', associationExecution_detailedStatus - Detailed status information about the execution.

$sel:executionId:AssociationExecution', associationExecution_executionId - The execution ID for the association.

$sel:lastExecutionDate:AssociationExecution', associationExecution_lastExecutionDate - The date of the last execution.

$sel:resourceCountByStatus:AssociationExecution', associationExecution_resourceCountByStatus - An aggregate status of the resources in the execution based on the status type.

$sel:status:AssociationExecution', associationExecution_status - The status of the association execution.

$sel:triggeredAlarms:AssociationExecution', associationExecution_triggeredAlarms - The CloudWatch alarms that were invoked by the association.

associationExecution_detailedStatus :: Lens' AssociationExecution (Maybe Text) Source #

Detailed status information about the execution.

associationExecution_resourceCountByStatus :: Lens' AssociationExecution (Maybe Text) Source #

An aggregate status of the resources in the execution based on the status type.

associationExecution_status :: Lens' AssociationExecution (Maybe Text) Source #

The status of the association execution.

associationExecution_triggeredAlarms :: Lens' AssociationExecution (Maybe (NonEmpty AlarmStateInformation)) Source #

The CloudWatch alarms that were invoked by the association.

AssociationExecutionFilter

data AssociationExecutionFilter Source #

Filters used in the request.

See: newAssociationExecutionFilter smart constructor.

Constructors

AssociationExecutionFilter' 

Fields

Instances

Instances details
ToJSON AssociationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilter

Generic AssociationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilter

Associated Types

type Rep AssociationExecutionFilter :: Type -> Type #

Read AssociationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilter

Show AssociationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilter

NFData AssociationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilter

Eq AssociationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilter

Hashable AssociationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilter

type Rep AssociationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionFilter

type Rep AssociationExecutionFilter = D1 ('MetaData "AssociationExecutionFilter" "Amazonka.SSM.Types.AssociationExecutionFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AssociationExecutionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssociationExecutionFilterKey) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssociationFilterOperatorType))))

newAssociationExecutionFilter Source #

Create a value of AssociationExecutionFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:AssociationExecutionFilter', associationExecutionFilter_key - The key value used in the request.

$sel:value:AssociationExecutionFilter', associationExecutionFilter_value - The value specified for the key.

$sel:type':AssociationExecutionFilter', associationExecutionFilter_type - The filter type specified in the request.

AssociationExecutionTarget

data AssociationExecutionTarget Source #

Includes information about the specified association execution.

See: newAssociationExecutionTarget smart constructor.

Constructors

AssociationExecutionTarget' 

Fields

Instances

Instances details
FromJSON AssociationExecutionTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTarget

Generic AssociationExecutionTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTarget

Associated Types

type Rep AssociationExecutionTarget :: Type -> Type #

Read AssociationExecutionTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTarget

Show AssociationExecutionTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTarget

NFData AssociationExecutionTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTarget

Eq AssociationExecutionTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTarget

Hashable AssociationExecutionTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTarget

type Rep AssociationExecutionTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTarget

type Rep AssociationExecutionTarget = D1 ('MetaData "AssociationExecutionTarget" "Amazonka.SSM.Types.AssociationExecutionTarget" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AssociationExecutionTarget'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "detailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastExecutionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "outputSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputSource))) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newAssociationExecutionTarget :: AssociationExecutionTarget Source #

Create a value of AssociationExecutionTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:associationId:AssociationExecutionTarget', associationExecutionTarget_associationId - The association ID.

$sel:associationVersion:AssociationExecutionTarget', associationExecutionTarget_associationVersion - The association version.

$sel:detailedStatus:AssociationExecutionTarget', associationExecutionTarget_detailedStatus - Detailed information about the execution status.

$sel:executionId:AssociationExecutionTarget', associationExecutionTarget_executionId - The execution ID.

$sel:lastExecutionDate:AssociationExecutionTarget', associationExecutionTarget_lastExecutionDate - The date of the last execution.

$sel:outputSource:AssociationExecutionTarget', associationExecutionTarget_outputSource - The location where the association details are saved.

$sel:resourceId:AssociationExecutionTarget', associationExecutionTarget_resourceId - The resource ID, for example, the managed node ID where the association ran.

$sel:resourceType:AssociationExecutionTarget', associationExecutionTarget_resourceType - The resource type, for example, EC2.

$sel:status:AssociationExecutionTarget', associationExecutionTarget_status - The association execution status.

associationExecutionTarget_detailedStatus :: Lens' AssociationExecutionTarget (Maybe Text) Source #

Detailed information about the execution status.

associationExecutionTarget_outputSource :: Lens' AssociationExecutionTarget (Maybe OutputSource) Source #

The location where the association details are saved.

associationExecutionTarget_resourceId :: Lens' AssociationExecutionTarget (Maybe Text) Source #

The resource ID, for example, the managed node ID where the association ran.

AssociationExecutionTargetsFilter

data AssociationExecutionTargetsFilter Source #

Filters for the association execution.

See: newAssociationExecutionTargetsFilter smart constructor.

Constructors

AssociationExecutionTargetsFilter' 

Fields

Instances

Instances details
ToJSON AssociationExecutionTargetsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilter

Generic AssociationExecutionTargetsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilter

Associated Types

type Rep AssociationExecutionTargetsFilter :: Type -> Type #

Read AssociationExecutionTargetsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilter

Show AssociationExecutionTargetsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilter

NFData AssociationExecutionTargetsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilter

Eq AssociationExecutionTargetsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilter

Hashable AssociationExecutionTargetsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilter

type Rep AssociationExecutionTargetsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationExecutionTargetsFilter

type Rep AssociationExecutionTargetsFilter = D1 ('MetaData "AssociationExecutionTargetsFilter" "Amazonka.SSM.Types.AssociationExecutionTargetsFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AssociationExecutionTargetsFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssociationExecutionTargetsFilterKey) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociationExecutionTargetsFilter Source #

Create a value of AssociationExecutionTargetsFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:AssociationExecutionTargetsFilter', associationExecutionTargetsFilter_key - The key value used in the request.

$sel:value:AssociationExecutionTargetsFilter', associationExecutionTargetsFilter_value - The value specified for the key.

AssociationFilter

data AssociationFilter Source #

Describes a filter.

See: newAssociationFilter smart constructor.

Constructors

AssociationFilter' 

Fields

Instances

Instances details
ToJSON AssociationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilter

Generic AssociationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilter

Associated Types

type Rep AssociationFilter :: Type -> Type #

Read AssociationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilter

Show AssociationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilter

NFData AssociationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilter

Methods

rnf :: AssociationFilter -> () #

Eq AssociationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilter

Hashable AssociationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilter

type Rep AssociationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationFilter

type Rep AssociationFilter = D1 ('MetaData "AssociationFilter" "Amazonka.SSM.Types.AssociationFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AssociationFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssociationFilterKey) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociationFilter Source #

Create a value of AssociationFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:AssociationFilter', associationFilter_key - The name of the filter.

InstanceId has been deprecated.

$sel:value:AssociationFilter', associationFilter_value - The filter value.

associationFilter_key :: Lens' AssociationFilter AssociationFilterKey Source #

The name of the filter.

InstanceId has been deprecated.

AssociationOverview

data AssociationOverview Source #

Information about the association.

See: newAssociationOverview smart constructor.

Constructors

AssociationOverview' 

Fields

Instances

Instances details
FromJSON AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Generic AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Associated Types

type Rep AssociationOverview :: Type -> Type #

Read AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Show AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

NFData AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Methods

rnf :: AssociationOverview -> () #

Eq AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

Hashable AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

type Rep AssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationOverview

type Rep AssociationOverview = D1 ('MetaData "AssociationOverview" "Amazonka.SSM.Types.AssociationOverview" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AssociationOverview'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associationStatusAggregatedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Int))) :*: (S1 ('MetaSel ('Just "detailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAssociationOverview :: AssociationOverview Source #

Create a value of AssociationOverview with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:associationStatusAggregatedCount:AssociationOverview', associationOverview_associationStatusAggregatedCount - Returns the number of targets for the association status. For example, if you created an association with two managed nodes, and one of them was successful, this would return the count of managed nodes by status.

$sel:detailedStatus:AssociationOverview', associationOverview_detailedStatus - A detailed status of the association.

$sel:status:AssociationOverview', associationOverview_status - The status of the association. Status can be: Pending, Success, or Failed.

associationOverview_associationStatusAggregatedCount :: Lens' AssociationOverview (Maybe (HashMap Text Int)) Source #

Returns the number of targets for the association status. For example, if you created an association with two managed nodes, and one of them was successful, this would return the count of managed nodes by status.

associationOverview_status :: Lens' AssociationOverview (Maybe Text) Source #

The status of the association. Status can be: Pending, Success, or Failed.

AssociationStatus

data AssociationStatus Source #

Describes an association status.

See: newAssociationStatus smart constructor.

Constructors

AssociationStatus' 

Fields

Instances

Instances details
FromJSON AssociationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatus

ToJSON AssociationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatus

Generic AssociationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatus

Associated Types

type Rep AssociationStatus :: Type -> Type #

Read AssociationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatus

Show AssociationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatus

NFData AssociationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatus

Methods

rnf :: AssociationStatus -> () #

Eq AssociationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatus

Hashable AssociationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatus

type Rep AssociationStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationStatus

type Rep AssociationStatus = D1 ('MetaData "AssociationStatus" "Amazonka.SSM.Types.AssociationStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AssociationStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "additionalInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssociationStatusName) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAssociationStatus Source #

Create a value of AssociationStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:additionalInfo:AssociationStatus', associationStatus_additionalInfo - A user-defined string.

$sel:date:AssociationStatus', associationStatus_date - The date when the status changed.

$sel:name:AssociationStatus', associationStatus_name - The status.

$sel:message:AssociationStatus', associationStatus_message - The reason for the status.

associationStatus_date :: Lens' AssociationStatus UTCTime Source #

The date when the status changed.

AssociationVersionInfo

data AssociationVersionInfo Source #

Information about the association version.

See: newAssociationVersionInfo smart constructor.

Constructors

AssociationVersionInfo' 

Fields

  • applyOnlyAtCronInterval :: Maybe Bool

    By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.

  • associationId :: Maybe Text

    The ID created by the system when the association was created.

  • associationName :: Maybe Text

    The name specified for the association version when the association version was created.

  • associationVersion :: Maybe Text

    The association version.

  • calendarNames :: Maybe [Text]

    The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations for this version only run when that Change Calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

  • complianceSeverity :: Maybe AssociationComplianceSeverity

    The severity level that is assigned to the association.

  • createdDate :: Maybe POSIX

    The date the association version was created.

  • documentVersion :: Maybe Text

    The version of an Amazon Web Services Systems Manager document (SSM document) used when the association version was created.

  • maxConcurrency :: Maybe Text

    The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

    If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

  • maxErrors :: Maybe Text

    The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

    Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

  • name :: Maybe Text

    The name specified when the association was created.

  • outputLocation :: Maybe InstanceAssociationOutputLocation

    The location in Amazon S3 specified for the association when the association version was created.

  • parameters :: Maybe (Sensitive (HashMap Text [Text]))

    Parameters specified when the association version was created.

  • scheduleExpression :: Maybe Text

    The cron or rate schedule specified for the association when the association version was created.

  • scheduleOffset :: Maybe Natural

    Number of days to wait after the scheduled day to run an association.

  • syncCompliance :: Maybe AssociationSyncCompliance

    The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT.

    In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

    By default, all associations use AUTO mode.

  • targetLocations :: Maybe (NonEmpty TargetLocation)

    The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.

  • targetMaps :: Maybe [HashMap Text [Text]]

    A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

  • targets :: Maybe [Target]

    The targets specified for the association when the association version was created.

Instances

Instances details
FromJSON AssociationVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationVersionInfo

Generic AssociationVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationVersionInfo

Associated Types

type Rep AssociationVersionInfo :: Type -> Type #

Show AssociationVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationVersionInfo

NFData AssociationVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationVersionInfo

Methods

rnf :: AssociationVersionInfo -> () #

Eq AssociationVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationVersionInfo

Hashable AssociationVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationVersionInfo

type Rep AssociationVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.AssociationVersionInfo

type Rep AssociationVersionInfo = D1 ('MetaData "AssociationVersionInfo" "Amazonka.SSM.Types.AssociationVersionInfo" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AssociationVersionInfo'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "applyOnlyAtCronInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "associationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "calendarNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "complianceSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationComplianceSeverity))) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "maxErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceAssociationOutputLocation)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text [Text])))) :*: S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "scheduleOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "syncCompliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationSyncCompliance))) :*: (S1 ('MetaSel ('Just "targetLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty TargetLocation))) :*: (S1 ('MetaSel ('Just "targetMaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap Text [Text]])) :*: S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Target]))))))))

newAssociationVersionInfo :: AssociationVersionInfo Source #

Create a value of AssociationVersionInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applyOnlyAtCronInterval:AssociationVersionInfo', associationVersionInfo_applyOnlyAtCronInterval - By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.

$sel:associationId:AssociationVersionInfo', associationVersionInfo_associationId - The ID created by the system when the association was created.

$sel:associationName:AssociationVersionInfo', associationVersionInfo_associationName - The name specified for the association version when the association version was created.

$sel:associationVersion:AssociationVersionInfo', associationVersionInfo_associationVersion - The association version.

$sel:calendarNames:AssociationVersionInfo', associationVersionInfo_calendarNames - The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations for this version only run when that Change Calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

$sel:complianceSeverity:AssociationVersionInfo', associationVersionInfo_complianceSeverity - The severity level that is assigned to the association.

$sel:createdDate:AssociationVersionInfo', associationVersionInfo_createdDate - The date the association version was created.

$sel:documentVersion:AssociationVersionInfo', associationVersionInfo_documentVersion - The version of an Amazon Web Services Systems Manager document (SSM document) used when the association version was created.

$sel:maxConcurrency:AssociationVersionInfo', associationVersionInfo_maxConcurrency - The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

$sel:maxErrors:AssociationVersionInfo', associationVersionInfo_maxErrors - The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

$sel:name:AssociationVersionInfo', associationVersionInfo_name - The name specified when the association was created.

$sel:outputLocation:AssociationVersionInfo', associationVersionInfo_outputLocation - The location in Amazon S3 specified for the association when the association version was created.

$sel:parameters:AssociationVersionInfo', associationVersionInfo_parameters - Parameters specified when the association version was created.

$sel:scheduleExpression:AssociationVersionInfo', associationVersionInfo_scheduleExpression - The cron or rate schedule specified for the association when the association version was created.

$sel:scheduleOffset:AssociationVersionInfo', associationVersionInfo_scheduleOffset - Number of days to wait after the scheduled day to run an association.

$sel:syncCompliance:AssociationVersionInfo', associationVersionInfo_syncCompliance - The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

$sel:targetLocations:AssociationVersionInfo', associationVersionInfo_targetLocations - The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.

$sel:targetMaps:AssociationVersionInfo', associationVersionInfo_targetMaps - A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

$sel:targets:AssociationVersionInfo', associationVersionInfo_targets - The targets specified for the association when the association version was created.

associationVersionInfo_applyOnlyAtCronInterval :: Lens' AssociationVersionInfo (Maybe Bool) Source #

By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.

associationVersionInfo_associationId :: Lens' AssociationVersionInfo (Maybe Text) Source #

The ID created by the system when the association was created.

associationVersionInfo_associationName :: Lens' AssociationVersionInfo (Maybe Text) Source #

The name specified for the association version when the association version was created.

associationVersionInfo_calendarNames :: Lens' AssociationVersionInfo (Maybe [Text]) Source #

The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations for this version only run when that Change Calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

associationVersionInfo_createdDate :: Lens' AssociationVersionInfo (Maybe UTCTime) Source #

The date the association version was created.

associationVersionInfo_documentVersion :: Lens' AssociationVersionInfo (Maybe Text) Source #

The version of an Amazon Web Services Systems Manager document (SSM document) used when the association version was created.

associationVersionInfo_maxConcurrency :: Lens' AssociationVersionInfo (Maybe Text) Source #

The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

associationVersionInfo_maxErrors :: Lens' AssociationVersionInfo (Maybe Text) Source #

The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

associationVersionInfo_name :: Lens' AssociationVersionInfo (Maybe Text) Source #

The name specified when the association was created.

associationVersionInfo_outputLocation :: Lens' AssociationVersionInfo (Maybe InstanceAssociationOutputLocation) Source #

The location in Amazon S3 specified for the association when the association version was created.

associationVersionInfo_parameters :: Lens' AssociationVersionInfo (Maybe (HashMap Text [Text])) Source #

Parameters specified when the association version was created.

associationVersionInfo_scheduleExpression :: Lens' AssociationVersionInfo (Maybe Text) Source #

The cron or rate schedule specified for the association when the association version was created.

associationVersionInfo_scheduleOffset :: Lens' AssociationVersionInfo (Maybe Natural) Source #

Number of days to wait after the scheduled day to run an association.

associationVersionInfo_syncCompliance :: Lens' AssociationVersionInfo (Maybe AssociationSyncCompliance) Source #

The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

associationVersionInfo_targetLocations :: Lens' AssociationVersionInfo (Maybe (NonEmpty TargetLocation)) Source #

The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.

associationVersionInfo_targetMaps :: Lens' AssociationVersionInfo (Maybe [HashMap Text [Text]]) Source #

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

associationVersionInfo_targets :: Lens' AssociationVersionInfo (Maybe [Target]) Source #

The targets specified for the association when the association version was created.

AttachmentContent

data AttachmentContent Source #

A structure that includes attributes that describe a document attachment.

See: newAttachmentContent smart constructor.

Constructors

AttachmentContent' 

Fields

Instances

Instances details
FromJSON AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

Generic AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

Associated Types

type Rep AttachmentContent :: Type -> Type #

Read AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

Show AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

NFData AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

Methods

rnf :: AttachmentContent -> () #

Eq AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

Hashable AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

type Rep AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

newAttachmentContent :: AttachmentContent Source #

Create a value of AttachmentContent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hash:AttachmentContent', attachmentContent_hash - The cryptographic hash value of the document content.

$sel:hashType:AttachmentContent', attachmentContent_hashType - The hash algorithm used to calculate the hash value.

$sel:name:AttachmentContent', attachmentContent_name - The name of an attachment.

$sel:size:AttachmentContent', attachmentContent_size - The size of an attachment in bytes.

$sel:url:AttachmentContent', attachmentContent_url - The URL location of the attachment content.

attachmentContent_hash :: Lens' AttachmentContent (Maybe Text) Source #

The cryptographic hash value of the document content.

attachmentContent_hashType :: Lens' AttachmentContent (Maybe AttachmentHashType) Source #

The hash algorithm used to calculate the hash value.

attachmentContent_size :: Lens' AttachmentContent (Maybe Integer) Source #

The size of an attachment in bytes.

attachmentContent_url :: Lens' AttachmentContent (Maybe Text) Source #

The URL location of the attachment content.

AttachmentInformation

data AttachmentInformation Source #

An attribute of an attachment, such as the attachment name.

See: newAttachmentInformation smart constructor.

Constructors

AttachmentInformation' 

Fields

Instances

Instances details
FromJSON AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

Generic AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

Associated Types

type Rep AttachmentInformation :: Type -> Type #

Read AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

Show AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

NFData AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

Methods

rnf :: AttachmentInformation -> () #

Eq AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

Hashable AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

type Rep AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

type Rep AttachmentInformation = D1 ('MetaData "AttachmentInformation" "Amazonka.SSM.Types.AttachmentInformation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AttachmentInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAttachmentInformation :: AttachmentInformation Source #

Create a value of AttachmentInformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:AttachmentInformation', attachmentInformation_name - The name of the attachment.

AttachmentsSource

data AttachmentsSource Source #

Identifying information about a document attachment, including the file name and a key-value pair that identifies the location of an attachment to a document.

See: newAttachmentsSource smart constructor.

Constructors

AttachmentsSource' 

Fields

  • key :: Maybe AttachmentsSourceKey

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

  • name :: Maybe Text

    The name of the document attachment file.

  • values :: Maybe (NonEmpty Text)

    The value of a key-value pair that identifies the location of an attachment to a document. The format for Value depends on the type of key you specify.

    • For the key SourceUrl, the value is an S3 bucket location. For example:

      "Values": [ "s3://doc-example-bucket/my-folder" ]
    • For the key S3FileUrl, the value is a file in an S3 bucket. For example:

      "Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]
    • For the key AttachmentReference, the value is constructed from the name of another SSM document in your account, a version number of that document, and a file attached to that document version that you want to reuse. For example:

      "Values": [ "MyOtherDocument/3/my-other-file.py" ]

      However, if the SSM document is shared with you from another account, the full SSM document ARN must be specified instead of the document name only. For example:

      "Values": [ "arn:aws:ssm:us-east-2:111122223333:document/OtherAccountDocument/3/their-file.py" ]

Instances

Instances details
ToJSON AttachmentsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSource

Generic AttachmentsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSource

Associated Types

type Rep AttachmentsSource :: Type -> Type #

Read AttachmentsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSource

Show AttachmentsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSource

NFData AttachmentsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSource

Methods

rnf :: AttachmentsSource -> () #

Eq AttachmentsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSource

Hashable AttachmentsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSource

type Rep AttachmentsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentsSource

type Rep AttachmentsSource = D1 ('MetaData "AttachmentsSource" "Amazonka.SSM.Types.AttachmentsSource" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AttachmentsSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttachmentsSourceKey)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))))

newAttachmentsSource :: AttachmentsSource Source #

Create a value of AttachmentsSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:AttachmentsSource', attachmentsSource_key - The key of a key-value pair that identifies the location of an attachment to a document.

$sel:name:AttachmentsSource', attachmentsSource_name - The name of the document attachment file.

$sel:values:AttachmentsSource', attachmentsSource_values - The value of a key-value pair that identifies the location of an attachment to a document. The format for Value depends on the type of key you specify.

  • For the key SourceUrl, the value is an S3 bucket location. For example:

    "Values": [ "s3://doc-example-bucket/my-folder" ]
  • For the key S3FileUrl, the value is a file in an S3 bucket. For example:

    "Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]
  • For the key AttachmentReference, the value is constructed from the name of another SSM document in your account, a version number of that document, and a file attached to that document version that you want to reuse. For example:

    "Values": [ "MyOtherDocument/3/my-other-file.py" ]

    However, if the SSM document is shared with you from another account, the full SSM document ARN must be specified instead of the document name only. For example:

    "Values": [ "arn:aws:ssm:us-east-2:111122223333:document/OtherAccountDocument/3/their-file.py" ]

attachmentsSource_key :: Lens' AttachmentsSource (Maybe AttachmentsSourceKey) Source #

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

attachmentsSource_name :: Lens' AttachmentsSource (Maybe Text) Source #

The name of the document attachment file.

attachmentsSource_values :: Lens' AttachmentsSource (Maybe (NonEmpty Text)) Source #

The value of a key-value pair that identifies the location of an attachment to a document. The format for Value depends on the type of key you specify.

  • For the key SourceUrl, the value is an S3 bucket location. For example:

    "Values": [ "s3://doc-example-bucket/my-folder" ]
  • For the key S3FileUrl, the value is a file in an S3 bucket. For example:

    "Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]
  • For the key AttachmentReference, the value is constructed from the name of another SSM document in your account, a version number of that document, and a file attached to that document version that you want to reuse. For example:

    "Values": [ "MyOtherDocument/3/my-other-file.py" ]

    However, if the SSM document is shared with you from another account, the full SSM document ARN must be specified instead of the document name only. For example:

    "Values": [ "arn:aws:ssm:us-east-2:111122223333:document/OtherAccountDocument/3/their-file.py" ]

AutomationExecution

data AutomationExecution Source #

Detailed information about the current state of an individual Automation execution.

See: newAutomationExecution smart constructor.

Constructors

AutomationExecution' 

Fields

Instances

Instances details
FromJSON AutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecution

Generic AutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecution

Associated Types

type Rep AutomationExecution :: Type -> Type #

Read AutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecution

Show AutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecution

NFData AutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecution

Methods

rnf :: AutomationExecution -> () #

Eq AutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecution

Hashable AutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecution

type Rep AutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecution

type Rep AutomationExecution = D1 ('MetaData "AutomationExecution" "Amazonka.SSM.Types.AutomationExecution" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AutomationExecution'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "automationExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "automationExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomationExecutionStatus)))) :*: ((S1 ('MetaSel ('Just "automationSubtype") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomationSubtype)) :*: S1 ('MetaSel ('Just "changeRequestName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "currentAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "currentStepName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "documentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "executedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "executionStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: ((((S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionMode)) :*: S1 ('MetaSel ('Just "opsItemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text]))) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text]))))) :*: ((S1 ('MetaSel ('Just "parentAutomationExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "progressCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProgressCounters))) :*: (S1 ('MetaSel ('Just "resolvedTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResolvedTargets)) :*: S1 ('MetaSel ('Just "runbooks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Runbook)))))) :*: (((S1 ('MetaSel ('Just "scheduledTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "stepExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StepExecution]))) :*: (S1 ('MetaSel ('Just "stepExecutionsTruncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "targetLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty TargetLocation))) :*: S1 ('MetaSel ('Just "targetMaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap Text [Text]]))) :*: (S1 ('MetaSel ('Just "targetParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Target])) :*: S1 ('MetaSel ('Just "triggeredAlarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AlarmStateInformation))))))))))

newAutomationExecution :: AutomationExecution Source #

Create a value of AutomationExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmConfiguration:AutomationExecution', automationExecution_alarmConfiguration - The details for the CloudWatch alarm applied to your automation.

$sel:associationId:AutomationExecution', automationExecution_associationId - The ID of a State Manager association used in the Automation operation.

$sel:automationExecutionId:AutomationExecution', automationExecution_automationExecutionId - The execution ID.

$sel:automationExecutionStatus:AutomationExecution', automationExecution_automationExecutionStatus - The execution status of the Automation.

$sel:automationSubtype:AutomationExecution', automationExecution_automationSubtype - The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.

$sel:changeRequestName:AutomationExecution', automationExecution_changeRequestName - The name of the Change Manager change request.

$sel:currentAction:AutomationExecution', automationExecution_currentAction - The action of the step that is currently running.

$sel:currentStepName:AutomationExecution', automationExecution_currentStepName - The name of the step that is currently running.

AutomationExecution, automationExecution_documentName - The name of the Automation runbook used during the execution.

AutomationExecution, automationExecution_documentVersion - The version of the document to use during execution.

$sel:executedBy:AutomationExecution', automationExecution_executedBy - The Amazon Resource Name (ARN) of the user who ran the automation.

AutomationExecution, automationExecution_executionEndTime - The time the execution finished.

AutomationExecution, automationExecution_executionStartTime - The time the execution started.

AutomationExecution, automationExecution_failureMessage - A message describing why an execution has failed, if the status is set to Failed.

AutomationExecution, automationExecution_maxConcurrency - The MaxConcurrency value specified by the user when the execution started.

AutomationExecution, automationExecution_maxErrors - The MaxErrors value specified by the user when the execution started.

$sel:mode:AutomationExecution', automationExecution_mode - The automation execution mode.

$sel:opsItemId:AutomationExecution', automationExecution_opsItemId - The ID of an OpsItem that is created to represent a Change Manager change request.

AutomationExecution, automationExecution_outputs - The list of execution outputs as defined in the Automation runbook.

AutomationExecution, automationExecution_parameters - The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.

$sel:parentAutomationExecutionId:AutomationExecution', automationExecution_parentAutomationExecutionId - The AutomationExecutionId of the parent automation.

$sel:progressCounters:AutomationExecution', automationExecution_progressCounters - An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

$sel:resolvedTargets:AutomationExecution', automationExecution_resolvedTargets - A list of resolved targets in the rate control execution.

$sel:runbooks:AutomationExecution', automationExecution_runbooks - Information about the Automation runbooks that are run as part of a runbook workflow.

The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

$sel:scheduledTime:AutomationExecution', automationExecution_scheduledTime - The date and time the Automation operation is scheduled to start.

$sel:stepExecutions:AutomationExecution', automationExecution_stepExecutions - A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.

$sel:stepExecutionsTruncated:AutomationExecution', automationExecution_stepExecutionsTruncated - A boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API operation to get the full list of step executions.

$sel:target:AutomationExecution', automationExecution_target - The target of the execution.

AutomationExecution, automationExecution_targetLocations - The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.

AutomationExecution, automationExecution_targetMaps - The specified key-value mapping of document parameters to target resources.

AutomationExecution, automationExecution_targetParameterName - The parameter name.

AutomationExecution, automationExecution_targets - The specified targets.

AutomationExecution, automationExecution_triggeredAlarms - The CloudWatch alarm that was invoked by the automation.

automationExecution_alarmConfiguration :: Lens' AutomationExecution (Maybe AlarmConfiguration) Source #

The details for the CloudWatch alarm applied to your automation.

automationExecution_associationId :: Lens' AutomationExecution (Maybe Text) Source #

The ID of a State Manager association used in the Automation operation.

automationExecution_automationSubtype :: Lens' AutomationExecution (Maybe AutomationSubtype) Source #

The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.

automationExecution_changeRequestName :: Lens' AutomationExecution (Maybe Text) Source #

The name of the Change Manager change request.

automationExecution_currentAction :: Lens' AutomationExecution (Maybe Text) Source #

The action of the step that is currently running.

automationExecution_currentStepName :: Lens' AutomationExecution (Maybe Text) Source #

The name of the step that is currently running.

automationExecution_documentName :: Lens' AutomationExecution (Maybe Text) Source #

The name of the Automation runbook used during the execution.

automationExecution_documentVersion :: Lens' AutomationExecution (Maybe Text) Source #

The version of the document to use during execution.

automationExecution_executedBy :: Lens' AutomationExecution (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user who ran the automation.

automationExecution_failureMessage :: Lens' AutomationExecution (Maybe Text) Source #

A message describing why an execution has failed, if the status is set to Failed.

automationExecution_maxConcurrency :: Lens' AutomationExecution (Maybe Text) Source #

The MaxConcurrency value specified by the user when the execution started.

automationExecution_maxErrors :: Lens' AutomationExecution (Maybe Text) Source #

The MaxErrors value specified by the user when the execution started.

automationExecution_opsItemId :: Lens' AutomationExecution (Maybe Text) Source #

The ID of an OpsItem that is created to represent a Change Manager change request.

automationExecution_outputs :: Lens' AutomationExecution (Maybe (HashMap Text [Text])) Source #

The list of execution outputs as defined in the Automation runbook.

automationExecution_parameters :: Lens' AutomationExecution (Maybe (HashMap Text [Text])) Source #

The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.

automationExecution_parentAutomationExecutionId :: Lens' AutomationExecution (Maybe Text) Source #

The AutomationExecutionId of the parent automation.

automationExecution_progressCounters :: Lens' AutomationExecution (Maybe ProgressCounters) Source #

An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

automationExecution_resolvedTargets :: Lens' AutomationExecution (Maybe ResolvedTargets) Source #

A list of resolved targets in the rate control execution.

automationExecution_runbooks :: Lens' AutomationExecution (Maybe (NonEmpty Runbook)) Source #

Information about the Automation runbooks that are run as part of a runbook workflow.

The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

automationExecution_scheduledTime :: Lens' AutomationExecution (Maybe UTCTime) Source #

The date and time the Automation operation is scheduled to start.

automationExecution_stepExecutions :: Lens' AutomationExecution (Maybe [StepExecution]) Source #

A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.

automationExecution_stepExecutionsTruncated :: Lens' AutomationExecution (Maybe Bool) Source #

A boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API operation to get the full list of step executions.

automationExecution_targetLocations :: Lens' AutomationExecution (Maybe (NonEmpty TargetLocation)) Source #

The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.

automationExecution_targetMaps :: Lens' AutomationExecution (Maybe [HashMap Text [Text]]) Source #

The specified key-value mapping of document parameters to target resources.

automationExecution_triggeredAlarms :: Lens' AutomationExecution (Maybe (NonEmpty AlarmStateInformation)) Source #

The CloudWatch alarm that was invoked by the automation.

AutomationExecutionFilter

data AutomationExecutionFilter Source #

A filter used to match specific automation executions. This is used to limit the scope of Automation execution information returned.

See: newAutomationExecutionFilter smart constructor.

Constructors

AutomationExecutionFilter' 

Fields

Instances

Instances details
ToJSON AutomationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilter

Generic AutomationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilter

Associated Types

type Rep AutomationExecutionFilter :: Type -> Type #

Read AutomationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilter

Show AutomationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilter

NFData AutomationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilter

Eq AutomationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilter

Hashable AutomationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilter

type Rep AutomationExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionFilter

type Rep AutomationExecutionFilter = D1 ('MetaData "AutomationExecutionFilter" "Amazonka.SSM.Types.AutomationExecutionFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AutomationExecutionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutomationExecutionFilterKey) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newAutomationExecutionFilter Source #

Create a value of AutomationExecutionFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:AutomationExecutionFilter', automationExecutionFilter_key - One or more keys to limit the results.

$sel:values:AutomationExecutionFilter', automationExecutionFilter_values - The values used to limit the execution information associated with the filter's key.

automationExecutionFilter_values :: Lens' AutomationExecutionFilter (NonEmpty Text) Source #

The values used to limit the execution information associated with the filter's key.

AutomationExecutionMetadata

data AutomationExecutionMetadata Source #

Details about a specific Automation execution.

See: newAutomationExecutionMetadata smart constructor.

Constructors

AutomationExecutionMetadata' 

Fields

Instances

Instances details
FromJSON AutomationExecutionMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionMetadata

Generic AutomationExecutionMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionMetadata

Associated Types

type Rep AutomationExecutionMetadata :: Type -> Type #

Read AutomationExecutionMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionMetadata

Show AutomationExecutionMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionMetadata

NFData AutomationExecutionMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionMetadata

Eq AutomationExecutionMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionMetadata

Hashable AutomationExecutionMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionMetadata

type Rep AutomationExecutionMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.AutomationExecutionMetadata

type Rep AutomationExecutionMetadata = D1 ('MetaData "AutomationExecutionMetadata" "Amazonka.SSM.Types.AutomationExecutionMetadata" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AutomationExecutionMetadata'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: (S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "automationExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "automationExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomationExecutionStatus)) :*: S1 ('MetaSel ('Just "automationSubtype") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomationSubtype))) :*: (S1 ('MetaSel ('Just "automationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomationType)) :*: S1 ('MetaSel ('Just "changeRequestName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "currentAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "currentStepName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "documentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "executedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "executionStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "logFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionMode)) :*: S1 ('MetaSel ('Just "opsItemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text]))) :*: S1 ('MetaSel ('Just "parentAutomationExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "resolvedTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResolvedTargets)) :*: S1 ('MetaSel ('Just "runbooks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Runbook)))) :*: (S1 ('MetaSel ('Just "scheduledTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "targetMaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap Text [Text]])) :*: S1 ('MetaSel ('Just "targetParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Target])) :*: S1 ('MetaSel ('Just "triggeredAlarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AlarmStateInformation)))))))))

newAutomationExecutionMetadata :: AutomationExecutionMetadata Source #

Create a value of AutomationExecutionMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmConfiguration:AutomationExecutionMetadata', automationExecutionMetadata_alarmConfiguration - The details for the CloudWatch alarm applied to your automation.

$sel:associationId:AutomationExecutionMetadata', automationExecutionMetadata_associationId - The ID of a State Manager association used in the Automation operation.

$sel:automationExecutionId:AutomationExecutionMetadata', automationExecutionMetadata_automationExecutionId - The execution ID.

$sel:automationExecutionStatus:AutomationExecutionMetadata', automationExecutionMetadata_automationExecutionStatus - The status of the execution.

$sel:automationSubtype:AutomationExecutionMetadata', automationExecutionMetadata_automationSubtype - The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.

$sel:automationType:AutomationExecutionMetadata', automationExecutionMetadata_automationType - Use this filter with DescribeAutomationExecutions. Specify either Local or CrossAccount. CrossAccount is an Automation that runs in multiple Amazon Web Services Regions and Amazon Web Services accounts. For more information, see Running Automation workflows in multiple Amazon Web Services Regions and accounts in the Amazon Web Services Systems Manager User Guide.

$sel:changeRequestName:AutomationExecutionMetadata', automationExecutionMetadata_changeRequestName - The name of the Change Manager change request.

$sel:currentAction:AutomationExecutionMetadata', automationExecutionMetadata_currentAction - The action of the step that is currently running.

$sel:currentStepName:AutomationExecutionMetadata', automationExecutionMetadata_currentStepName - The name of the step that is currently running.

AutomationExecutionMetadata, automationExecutionMetadata_documentName - The name of the Automation runbook used during execution.

AutomationExecutionMetadata, automationExecutionMetadata_documentVersion - The document version used during the execution.

$sel:executedBy:AutomationExecutionMetadata', automationExecutionMetadata_executedBy - The IAM role ARN of the user who ran the automation.

$sel:executionEndTime:AutomationExecutionMetadata', automationExecutionMetadata_executionEndTime - The time the execution finished. This isn't populated if the execution is still in progress.

$sel:executionStartTime:AutomationExecutionMetadata', automationExecutionMetadata_executionStartTime - The time the execution started.

$sel:failureMessage:AutomationExecutionMetadata', automationExecutionMetadata_failureMessage - The list of execution outputs as defined in the Automation runbook.

$sel:logFile:AutomationExecutionMetadata', automationExecutionMetadata_logFile - An S3 bucket where execution information is stored.

AutomationExecutionMetadata, automationExecutionMetadata_maxConcurrency - The MaxConcurrency value specified by the user when starting the automation.

AutomationExecutionMetadata, automationExecutionMetadata_maxErrors - The MaxErrors value specified by the user when starting the automation.

$sel:mode:AutomationExecutionMetadata', automationExecutionMetadata_mode - The Automation execution mode.

$sel:opsItemId:AutomationExecutionMetadata', automationExecutionMetadata_opsItemId - The ID of an OpsItem that is created to represent a Change Manager change request.

$sel:outputs:AutomationExecutionMetadata', automationExecutionMetadata_outputs - The list of execution outputs as defined in the Automation runbook.

$sel:parentAutomationExecutionId:AutomationExecutionMetadata', automationExecutionMetadata_parentAutomationExecutionId - The execution ID of the parent automation.

$sel:resolvedTargets:AutomationExecutionMetadata', automationExecutionMetadata_resolvedTargets - A list of targets that resolved during the execution.

$sel:runbooks:AutomationExecutionMetadata', automationExecutionMetadata_runbooks - Information about the Automation runbooks that are run during a runbook workflow in Change Manager.

The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

$sel:scheduledTime:AutomationExecutionMetadata', automationExecutionMetadata_scheduledTime - The date and time the Automation operation is scheduled to start.

$sel:target:AutomationExecutionMetadata', automationExecutionMetadata_target - The list of execution outputs as defined in the Automation runbook.

AutomationExecutionMetadata, automationExecutionMetadata_targetMaps - The specified key-value mapping of document parameters to target resources.

AutomationExecutionMetadata, automationExecutionMetadata_targetParameterName - The list of execution outputs as defined in the Automation runbook.

AutomationExecutionMetadata, automationExecutionMetadata_targets - The targets defined by the user when starting the automation.

$sel:triggeredAlarms:AutomationExecutionMetadata', automationExecutionMetadata_triggeredAlarms - The CloudWatch alarm that was invoked by the automation.

automationExecutionMetadata_alarmConfiguration :: Lens' AutomationExecutionMetadata (Maybe AlarmConfiguration) Source #

The details for the CloudWatch alarm applied to your automation.

automationExecutionMetadata_associationId :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

The ID of a State Manager association used in the Automation operation.

automationExecutionMetadata_automationSubtype :: Lens' AutomationExecutionMetadata (Maybe AutomationSubtype) Source #

The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.

automationExecutionMetadata_automationType :: Lens' AutomationExecutionMetadata (Maybe AutomationType) Source #

Use this filter with DescribeAutomationExecutions. Specify either Local or CrossAccount. CrossAccount is an Automation that runs in multiple Amazon Web Services Regions and Amazon Web Services accounts. For more information, see Running Automation workflows in multiple Amazon Web Services Regions and accounts in the Amazon Web Services Systems Manager User Guide.

automationExecutionMetadata_currentAction :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

The action of the step that is currently running.

automationExecutionMetadata_documentName :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

The name of the Automation runbook used during execution.

automationExecutionMetadata_executedBy :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

The IAM role ARN of the user who ran the automation.

automationExecutionMetadata_executionEndTime :: Lens' AutomationExecutionMetadata (Maybe UTCTime) Source #

The time the execution finished. This isn't populated if the execution is still in progress.

automationExecutionMetadata_failureMessage :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

The list of execution outputs as defined in the Automation runbook.

automationExecutionMetadata_logFile :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

An S3 bucket where execution information is stored.

automationExecutionMetadata_maxConcurrency :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

The MaxConcurrency value specified by the user when starting the automation.

automationExecutionMetadata_maxErrors :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

The MaxErrors value specified by the user when starting the automation.

automationExecutionMetadata_opsItemId :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

The ID of an OpsItem that is created to represent a Change Manager change request.

automationExecutionMetadata_outputs :: Lens' AutomationExecutionMetadata (Maybe (HashMap Text [Text])) Source #

The list of execution outputs as defined in the Automation runbook.

automationExecutionMetadata_runbooks :: Lens' AutomationExecutionMetadata (Maybe (NonEmpty Runbook)) Source #

Information about the Automation runbooks that are run during a runbook workflow in Change Manager.

The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

automationExecutionMetadata_scheduledTime :: Lens' AutomationExecutionMetadata (Maybe UTCTime) Source #

The date and time the Automation operation is scheduled to start.

automationExecutionMetadata_target :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

The list of execution outputs as defined in the Automation runbook.

automationExecutionMetadata_targetMaps :: Lens' AutomationExecutionMetadata (Maybe [HashMap Text [Text]]) Source #

The specified key-value mapping of document parameters to target resources.

automationExecutionMetadata_targetParameterName :: Lens' AutomationExecutionMetadata (Maybe Text) Source #

The list of execution outputs as defined in the Automation runbook.

automationExecutionMetadata_targets :: Lens' AutomationExecutionMetadata (Maybe [Target]) Source #

The targets defined by the user when starting the automation.

BaselineOverride

data BaselineOverride Source #

Defines the basic information about a patch baseline override.

See: newBaselineOverride smart constructor.

Constructors

BaselineOverride' 

Fields

Instances

Instances details
ToJSON BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

Generic BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

Associated Types

type Rep BaselineOverride :: Type -> Type #

Show BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

NFData BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

Methods

rnf :: BaselineOverride -> () #

Eq BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

Hashable BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

type Rep BaselineOverride Source # 
Instance details

Defined in Amazonka.SSM.Types.BaselineOverride

type Rep BaselineOverride = D1 ('MetaData "BaselineOverride" "Amazonka.SSM.Types.BaselineOverride" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "BaselineOverride'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "approvalRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchRuleGroup)) :*: S1 ('MetaSel ('Just "approvedPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "approvedPatchesComplianceLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchComplianceLevel)) :*: S1 ('MetaSel ('Just "approvedPatchesEnableNonSecurity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "globalFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchFilterGroup)) :*: S1 ('MetaSel ('Just "operatingSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperatingSystem))) :*: (S1 ('MetaSel ('Just "rejectedPatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "rejectedPatchesAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchAction)) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchSource])))))))

newBaselineOverride :: BaselineOverride Source #

Create a value of BaselineOverride with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvalRules:BaselineOverride', baselineOverride_approvalRules - Undocumented member.

$sel:approvedPatches:BaselineOverride', baselineOverride_approvedPatches - A list of explicitly approved patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

$sel:approvedPatchesComplianceLevel:BaselineOverride', baselineOverride_approvedPatchesComplianceLevel - Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.

$sel:approvedPatchesEnableNonSecurity:BaselineOverride', baselineOverride_approvedPatchesEnableNonSecurity - Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

$sel:globalFilters:BaselineOverride', baselineOverride_globalFilters - Undocumented member.

$sel:operatingSystem:BaselineOverride', baselineOverride_operatingSystem - The operating system rule used by the patch baseline override.

$sel:rejectedPatches:BaselineOverride', baselineOverride_rejectedPatches - A list of explicitly rejected patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

$sel:rejectedPatchesAction:BaselineOverride', baselineOverride_rejectedPatchesAction - The action for Patch Manager to take on patches included in the RejectedPackages list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.

$sel:sources:BaselineOverride', baselineOverride_sources - Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.

baselineOverride_approvedPatches :: Lens' BaselineOverride (Maybe [Text]) Source #

A list of explicitly approved patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

baselineOverride_approvedPatchesComplianceLevel :: Lens' BaselineOverride (Maybe PatchComplianceLevel) Source #

Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.

baselineOverride_approvedPatchesEnableNonSecurity :: Lens' BaselineOverride (Maybe Bool) Source #

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

baselineOverride_operatingSystem :: Lens' BaselineOverride (Maybe OperatingSystem) Source #

The operating system rule used by the patch baseline override.

baselineOverride_rejectedPatches :: Lens' BaselineOverride (Maybe [Text]) Source #

A list of explicitly rejected patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

baselineOverride_rejectedPatchesAction :: Lens' BaselineOverride (Maybe PatchAction) Source #

The action for Patch Manager to take on patches included in the RejectedPackages list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.

baselineOverride_sources :: Lens' BaselineOverride (Maybe [PatchSource]) Source #

Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.

CloudWatchOutputConfig

data CloudWatchOutputConfig Source #

Configuration options for sending command output to Amazon CloudWatch Logs.

See: newCloudWatchOutputConfig smart constructor.

Constructors

CloudWatchOutputConfig' 

Fields

  • cloudWatchLogGroupName :: Maybe Text

    The name of the CloudWatch Logs log group where you want to send command output. If you don't specify a group name, Amazon Web Services Systems Manager automatically creates a log group for you. The log group uses the following naming format:

    aws/ssm/SystemsManagerDocumentName

  • cloudWatchOutputEnabled :: Maybe Bool

    Enables Systems Manager to send command output to CloudWatch Logs.

Instances

Instances details
FromJSON CloudWatchOutputConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.CloudWatchOutputConfig

ToJSON CloudWatchOutputConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.CloudWatchOutputConfig

Generic CloudWatchOutputConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.CloudWatchOutputConfig

Associated Types

type Rep CloudWatchOutputConfig :: Type -> Type #

Read CloudWatchOutputConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.CloudWatchOutputConfig

Show CloudWatchOutputConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.CloudWatchOutputConfig

NFData CloudWatchOutputConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.CloudWatchOutputConfig

Methods

rnf :: CloudWatchOutputConfig -> () #

Eq CloudWatchOutputConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.CloudWatchOutputConfig

Hashable CloudWatchOutputConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.CloudWatchOutputConfig

type Rep CloudWatchOutputConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.CloudWatchOutputConfig

type Rep CloudWatchOutputConfig = D1 ('MetaData "CloudWatchOutputConfig" "Amazonka.SSM.Types.CloudWatchOutputConfig" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "CloudWatchOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudWatchLogGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cloudWatchOutputEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newCloudWatchOutputConfig :: CloudWatchOutputConfig Source #

Create a value of CloudWatchOutputConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cloudWatchLogGroupName:CloudWatchOutputConfig', cloudWatchOutputConfig_cloudWatchLogGroupName - The name of the CloudWatch Logs log group where you want to send command output. If you don't specify a group name, Amazon Web Services Systems Manager automatically creates a log group for you. The log group uses the following naming format:

aws/ssm/SystemsManagerDocumentName

$sel:cloudWatchOutputEnabled:CloudWatchOutputConfig', cloudWatchOutputConfig_cloudWatchOutputEnabled - Enables Systems Manager to send command output to CloudWatch Logs.

cloudWatchOutputConfig_cloudWatchLogGroupName :: Lens' CloudWatchOutputConfig (Maybe Text) Source #

The name of the CloudWatch Logs log group where you want to send command output. If you don't specify a group name, Amazon Web Services Systems Manager automatically creates a log group for you. The log group uses the following naming format:

aws/ssm/SystemsManagerDocumentName

cloudWatchOutputConfig_cloudWatchOutputEnabled :: Lens' CloudWatchOutputConfig (Maybe Bool) Source #

Enables Systems Manager to send command output to CloudWatch Logs.

Command

data Command Source #

Describes a command request.

See: newCommand smart constructor.

Constructors

Command' 

Fields

  • alarmConfiguration :: Maybe AlarmConfiguration

    The details for the CloudWatch alarm applied to your command.

  • cloudWatchOutputConfig :: Maybe CloudWatchOutputConfig

    Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.

  • commandId :: Maybe Text

    A unique identifier for this command.

  • comment :: Maybe Text

    User-specified information about the command, such as a brief description of what the command should do.

  • completedCount :: Maybe Int

    The number of targets for which the command invocation reached a terminal state. Terminal states include the following: Success, Failed, Execution Timed Out, Delivery Timed Out, Cancelled, Terminated, or Undeliverable.

  • deliveryTimedOutCount :: Maybe Int

    The number of targets for which the status is Delivery Timed Out.

  • documentName :: Maybe Text

    The name of the document requested for execution.

  • documentVersion :: Maybe Text

    The Systems Manager document (SSM document) version.

  • errorCount :: Maybe Int

    The number of targets for which the status is Failed or Execution Timed Out.

  • expiresAfter :: Maybe POSIX

    If a command expires, it changes status to DeliveryTimedOut for all invocations that have the status InProgress, Pending, or Delayed. ExpiresAfter is calculated based on the total timeout for the overall command. For more information, see Understanding command timeout values in the Amazon Web Services Systems Manager User Guide.

  • instanceIds :: Maybe [Text]

    The managed node IDs against which this command was requested.

  • maxConcurrency :: Maybe Text

    The maximum number of managed nodes that are allowed to run the command at the same time. You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The default value is 50. For more information about how to use MaxConcurrency, see Running commands using Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.

  • maxErrors :: Maybe Text

    The maximum number of errors allowed before the system stops sending the command to additional targets. You can specify a number of errors, such as 10, or a percentage or errors, such as 10%. The default value is 0. For more information about how to use MaxErrors, see Running commands using Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.

  • notificationConfig :: Maybe NotificationConfig

    Configurations for sending notifications about command status changes.

  • outputS3BucketName :: Maybe Text

    The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

  • outputS3KeyPrefix :: Maybe Text

    The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

  • outputS3Region :: Maybe Text

    (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon Web Services Region of the S3 bucket.

  • parameters :: Maybe (Sensitive (HashMap Text [Text]))

    The parameter values to be inserted in the document when running the command.

  • requestedDateTime :: Maybe POSIX

    The date and time the command was requested.

  • serviceRole :: Maybe Text

    The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes.

  • status :: Maybe CommandStatus

    The status of the command.

  • statusDetails :: Maybe Text

    A detailed status of the command execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

    • Pending: The command hasn't been sent to any managed nodes.
    • In Progress: The command has been sent to at least one managed node but hasn't reached a final state on all managed nodes.
    • Success: The command successfully ran on all invocations. This is a terminal state.
    • Delivery Timed Out: The value of MaxErrors or more command invocations shows a status of Delivery Timed Out. This is a terminal state.
    • Execution Timed Out: The value of MaxErrors or more command invocations shows a status of Execution Timed Out. This is a terminal state.
    • Failed: The value of MaxErrors or more command invocations shows a status of Failed. This is a terminal state.
    • Incomplete: The command was attempted on all managed nodes and one or more invocations doesn't have a value of Success but not enough invocations failed for the status to be Failed. This is a terminal state.
    • Cancelled: The command was terminated before it was completed. This is a terminal state.
    • Rate Exceeded: The number of managed nodes targeted by the command exceeded the account limit for pending invocations. The system has canceled the command before running it on any managed node. This is a terminal state.
    • Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.
  • targetCount :: Maybe Int

    The number of targets for the command.

  • targets :: Maybe [Target]

    An array of search criteria that targets managed nodes using a Key,Value combination that you specify. Targets is required if you don't provide one or more managed node IDs in the call.

  • timeoutSeconds :: Maybe Natural

    The TimeoutSeconds value specified for a command.

  • triggeredAlarms :: Maybe (NonEmpty AlarmStateInformation)

    The CloudWatch alarm that was invoked by the command.

Instances

Instances details
FromJSON Command Source # 
Instance details

Defined in Amazonka.SSM.Types.Command

Generic Command Source # 
Instance details

Defined in Amazonka.SSM.Types.Command

Associated Types

type Rep Command :: Type -> Type #

Methods

from :: Command -> Rep Command x #

to :: Rep Command x -> Command #

Show Command Source # 
Instance details

Defined in Amazonka.SSM.Types.Command

NFData Command Source # 
Instance details

Defined in Amazonka.SSM.Types.Command

Methods

rnf :: Command -> () #

Eq Command Source # 
Instance details

Defined in Amazonka.SSM.Types.Command

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

Hashable Command Source # 
Instance details

Defined in Amazonka.SSM.Types.Command

Methods

hashWithSalt :: Int -> Command -> Int #

hash :: Command -> Int #

type Rep Command Source # 
Instance details

Defined in Amazonka.SSM.Types.Command

type Rep Command = D1 ('MetaData "Command" "Amazonka.SSM.Types.Command" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "Command'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: (S1 ('MetaSel ('Just "cloudWatchOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchOutputConfig)) :*: S1 ('MetaSel ('Just "commandId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "completedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "deliveryTimedOutCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "documentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "expiresAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "instanceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "notificationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationConfig)) :*: (S1 ('MetaSel ('Just "outputS3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputS3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "outputS3Region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text [Text])))) :*: S1 ('MetaSel ('Just "requestedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CommandStatus)) :*: S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "targetCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Target]))) :*: (S1 ('MetaSel ('Just "timeoutSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "triggeredAlarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AlarmStateInformation)))))))))

newCommand :: Command Source #

Create a value of Command with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmConfiguration:Command', command_alarmConfiguration - The details for the CloudWatch alarm applied to your command.

$sel:cloudWatchOutputConfig:Command', command_cloudWatchOutputConfig - Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.

$sel:commandId:Command', command_commandId - A unique identifier for this command.

$sel:comment:Command', command_comment - User-specified information about the command, such as a brief description of what the command should do.

$sel:completedCount:Command', command_completedCount - The number of targets for which the command invocation reached a terminal state. Terminal states include the following: Success, Failed, Execution Timed Out, Delivery Timed Out, Cancelled, Terminated, or Undeliverable.

$sel:deliveryTimedOutCount:Command', command_deliveryTimedOutCount - The number of targets for which the status is Delivery Timed Out.

$sel:documentName:Command', command_documentName - The name of the document requested for execution.

$sel:documentVersion:Command', command_documentVersion - The Systems Manager document (SSM document) version.

$sel:errorCount:Command', command_errorCount - The number of targets for which the status is Failed or Execution Timed Out.

$sel:expiresAfter:Command', command_expiresAfter - If a command expires, it changes status to DeliveryTimedOut for all invocations that have the status InProgress, Pending, or Delayed. ExpiresAfter is calculated based on the total timeout for the overall command. For more information, see Understanding command timeout values in the Amazon Web Services Systems Manager User Guide.

$sel:instanceIds:Command', command_instanceIds - The managed node IDs against which this command was requested.

$sel:maxConcurrency:Command', command_maxConcurrency - The maximum number of managed nodes that are allowed to run the command at the same time. You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The default value is 50. For more information about how to use MaxConcurrency, see Running commands using Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.

$sel:maxErrors:Command', command_maxErrors - The maximum number of errors allowed before the system stops sending the command to additional targets. You can specify a number of errors, such as 10, or a percentage or errors, such as 10%. The default value is 0. For more information about how to use MaxErrors, see Running commands using Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.

$sel:notificationConfig:Command', command_notificationConfig - Configurations for sending notifications about command status changes.

$sel:outputS3BucketName:Command', command_outputS3BucketName - The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

$sel:outputS3KeyPrefix:Command', command_outputS3KeyPrefix - The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

$sel:outputS3Region:Command', command_outputS3Region - (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon Web Services Region of the S3 bucket.

$sel:parameters:Command', command_parameters - The parameter values to be inserted in the document when running the command.

$sel:requestedDateTime:Command', command_requestedDateTime - The date and time the command was requested.

$sel:serviceRole:Command', command_serviceRole - The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes.

$sel:status:Command', command_status - The status of the command.

$sel:statusDetails:Command', command_statusDetails - A detailed status of the command execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

  • Pending: The command hasn't been sent to any managed nodes.
  • In Progress: The command has been sent to at least one managed node but hasn't reached a final state on all managed nodes.
  • Success: The command successfully ran on all invocations. This is a terminal state.
  • Delivery Timed Out: The value of MaxErrors or more command invocations shows a status of Delivery Timed Out. This is a terminal state.
  • Execution Timed Out: The value of MaxErrors or more command invocations shows a status of Execution Timed Out. This is a terminal state.
  • Failed: The value of MaxErrors or more command invocations shows a status of Failed. This is a terminal state.
  • Incomplete: The command was attempted on all managed nodes and one or more invocations doesn't have a value of Success but not enough invocations failed for the status to be Failed. This is a terminal state.
  • Cancelled: The command was terminated before it was completed. This is a terminal state.
  • Rate Exceeded: The number of managed nodes targeted by the command exceeded the account limit for pending invocations. The system has canceled the command before running it on any managed node. This is a terminal state.
  • Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.

$sel:targetCount:Command', command_targetCount - The number of targets for the command.

$sel:targets:Command', command_targets - An array of search criteria that targets managed nodes using a Key,Value combination that you specify. Targets is required if you don't provide one or more managed node IDs in the call.

$sel:timeoutSeconds:Command', command_timeoutSeconds - The TimeoutSeconds value specified for a command.

$sel:triggeredAlarms:Command', command_triggeredAlarms - The CloudWatch alarm that was invoked by the command.

command_alarmConfiguration :: Lens' Command (Maybe AlarmConfiguration) Source #

The details for the CloudWatch alarm applied to your command.

command_cloudWatchOutputConfig :: Lens' Command (Maybe CloudWatchOutputConfig) Source #

Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.

command_commandId :: Lens' Command (Maybe Text) Source #

A unique identifier for this command.

command_comment :: Lens' Command (Maybe Text) Source #

User-specified information about the command, such as a brief description of what the command should do.

command_completedCount :: Lens' Command (Maybe Int) Source #

The number of targets for which the command invocation reached a terminal state. Terminal states include the following: Success, Failed, Execution Timed Out, Delivery Timed Out, Cancelled, Terminated, or Undeliverable.

command_deliveryTimedOutCount :: Lens' Command (Maybe Int) Source #

The number of targets for which the status is Delivery Timed Out.

command_documentName :: Lens' Command (Maybe Text) Source #

The name of the document requested for execution.

command_documentVersion :: Lens' Command (Maybe Text) Source #

The Systems Manager document (SSM document) version.

command_errorCount :: Lens' Command (Maybe Int) Source #

The number of targets for which the status is Failed or Execution Timed Out.

command_expiresAfter :: Lens' Command (Maybe UTCTime) Source #

If a command expires, it changes status to DeliveryTimedOut for all invocations that have the status InProgress, Pending, or Delayed. ExpiresAfter is calculated based on the total timeout for the overall command. For more information, see Understanding command timeout values in the Amazon Web Services Systems Manager User Guide.

command_instanceIds :: Lens' Command (Maybe [Text]) Source #

The managed node IDs against which this command was requested.

command_maxConcurrency :: Lens' Command (Maybe Text) Source #

The maximum number of managed nodes that are allowed to run the command at the same time. You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The default value is 50. For more information about how to use MaxConcurrency, see Running commands using Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.

command_maxErrors :: Lens' Command (Maybe Text) Source #

The maximum number of errors allowed before the system stops sending the command to additional targets. You can specify a number of errors, such as 10, or a percentage or errors, such as 10%. The default value is 0. For more information about how to use MaxErrors, see Running commands using Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.

command_notificationConfig :: Lens' Command (Maybe NotificationConfig) Source #

Configurations for sending notifications about command status changes.

command_outputS3BucketName :: Lens' Command (Maybe Text) Source #

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

command_outputS3KeyPrefix :: Lens' Command (Maybe Text) Source #

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

command_outputS3Region :: Lens' Command (Maybe Text) Source #

(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon Web Services Region of the S3 bucket.

command_parameters :: Lens' Command (Maybe (HashMap Text [Text])) Source #

The parameter values to be inserted in the document when running the command.

command_requestedDateTime :: Lens' Command (Maybe UTCTime) Source #

The date and time the command was requested.

command_serviceRole :: Lens' Command (Maybe Text) Source #

The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes.

command_status :: Lens' Command (Maybe CommandStatus) Source #

The status of the command.

command_statusDetails :: Lens' Command (Maybe Text) Source #

A detailed status of the command execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

  • Pending: The command hasn't been sent to any managed nodes.
  • In Progress: The command has been sent to at least one managed node but hasn't reached a final state on all managed nodes.
  • Success: The command successfully ran on all invocations. This is a terminal state.
  • Delivery Timed Out: The value of MaxErrors or more command invocations shows a status of Delivery Timed Out. This is a terminal state.
  • Execution Timed Out: The value of MaxErrors or more command invocations shows a status of Execution Timed Out. This is a terminal state.
  • Failed: The value of MaxErrors or more command invocations shows a status of Failed. This is a terminal state.
  • Incomplete: The command was attempted on all managed nodes and one or more invocations doesn't have a value of Success but not enough invocations failed for the status to be Failed. This is a terminal state.
  • Cancelled: The command was terminated before it was completed. This is a terminal state.
  • Rate Exceeded: The number of managed nodes targeted by the command exceeded the account limit for pending invocations. The system has canceled the command before running it on any managed node. This is a terminal state.
  • Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.

command_targetCount :: Lens' Command (Maybe Int) Source #

The number of targets for the command.

command_targets :: Lens' Command (Maybe [Target]) Source #

An array of search criteria that targets managed nodes using a Key,Value combination that you specify. Targets is required if you don't provide one or more managed node IDs in the call.

command_timeoutSeconds :: Lens' Command (Maybe Natural) Source #

The TimeoutSeconds value specified for a command.

command_triggeredAlarms :: Lens' Command (Maybe (NonEmpty AlarmStateInformation)) Source #

The CloudWatch alarm that was invoked by the command.

CommandFilter

data CommandFilter Source #

Describes a command filter.

A managed node ID can't be specified when a command status is Pending because the command hasn't run on the node yet.

See: newCommandFilter smart constructor.

Constructors

CommandFilter' 

Fields

  • key :: CommandFilterKey

    The name of the filter.

    The ExecutionStage filter can't be used with the ListCommandInvocations operation, only with ListCommands.

  • value :: Text

    The filter value. Valid values for each filter key are as follows:

    • InvokedAfter: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions occurring July 7, 2021, and later.
    • InvokedBefore: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions from before July 7, 2021.
    • Status: Specify a valid command status to see a list of all command executions with that status. The status choices depend on the API you call.

      The status values you can specify for ListCommands are:

      • Pending
      • InProgress
      • Success
      • Cancelled
      • Failed
      • TimedOut (this includes both Delivery and Execution time outs)
      • AccessDenied
      • DeliveryTimedOut
      • ExecutionTimedOut
      • Incomplete
      • NoInstancesInTag
      • LimitExceeded

      The status values you can specify for ListCommandInvocations are:

      • Pending
      • InProgress
      • Delayed
      • Success
      • Cancelled
      • Failed
      • TimedOut (this includes both Delivery and Execution time outs)
      • AccessDenied
      • DeliveryTimedOut
      • ExecutionTimedOut
      • Undeliverable
      • InvalidPlatform
      • Terminated
    • DocumentName: Specify name of the Amazon Web Services Systems Manager document (SSM document) for which you want to see command execution results. For example, specify AWS-RunPatchBaseline to see command executions that used this SSM document to perform security patching operations on managed nodes.
    • ExecutionStage: Specify one of the following values (ListCommands operations only):

      • Executing: Returns a list of command executions that are currently still running.
      • Complete: Returns a list of command executions that have already completed.

Instances

Instances details
ToJSON CommandFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilter

Generic CommandFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilter

Associated Types

type Rep CommandFilter :: Type -> Type #

Read CommandFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilter

Show CommandFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilter

NFData CommandFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilter

Methods

rnf :: CommandFilter -> () #

Eq CommandFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilter

Hashable CommandFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilter

type Rep CommandFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandFilter

type Rep CommandFilter = D1 ('MetaData "CommandFilter" "Amazonka.SSM.Types.CommandFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "CommandFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CommandFilterKey) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCommandFilter Source #

Create a value of CommandFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:CommandFilter', commandFilter_key - The name of the filter.

The ExecutionStage filter can't be used with the ListCommandInvocations operation, only with ListCommands.

$sel:value:CommandFilter', commandFilter_value - The filter value. Valid values for each filter key are as follows:

  • InvokedAfter: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions occurring July 7, 2021, and later.
  • InvokedBefore: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions from before July 7, 2021.
  • Status: Specify a valid command status to see a list of all command executions with that status. The status choices depend on the API you call.

    The status values you can specify for ListCommands are:

    • Pending
    • InProgress
    • Success
    • Cancelled
    • Failed
    • TimedOut (this includes both Delivery and Execution time outs)
    • AccessDenied
    • DeliveryTimedOut
    • ExecutionTimedOut
    • Incomplete
    • NoInstancesInTag
    • LimitExceeded

    The status values you can specify for ListCommandInvocations are:

    • Pending
    • InProgress
    • Delayed
    • Success
    • Cancelled
    • Failed
    • TimedOut (this includes both Delivery and Execution time outs)
    • AccessDenied
    • DeliveryTimedOut
    • ExecutionTimedOut
    • Undeliverable
    • InvalidPlatform
    • Terminated
  • DocumentName: Specify name of the Amazon Web Services Systems Manager document (SSM document) for which you want to see command execution results. For example, specify AWS-RunPatchBaseline to see command executions that used this SSM document to perform security patching operations on managed nodes.
  • ExecutionStage: Specify one of the following values (ListCommands operations only):

    • Executing: Returns a list of command executions that are currently still running.
    • Complete: Returns a list of command executions that have already completed.

commandFilter_key :: Lens' CommandFilter CommandFilterKey Source #

The name of the filter.

The ExecutionStage filter can't be used with the ListCommandInvocations operation, only with ListCommands.

commandFilter_value :: Lens' CommandFilter Text Source #

The filter value. Valid values for each filter key are as follows:

  • InvokedAfter: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions occurring July 7, 2021, and later.
  • InvokedBefore: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions from before July 7, 2021.
  • Status: Specify a valid command status to see a list of all command executions with that status. The status choices depend on the API you call.

    The status values you can specify for ListCommands are:

    • Pending
    • InProgress
    • Success
    • Cancelled
    • Failed
    • TimedOut (this includes both Delivery and Execution time outs)
    • AccessDenied
    • DeliveryTimedOut
    • ExecutionTimedOut
    • Incomplete
    • NoInstancesInTag
    • LimitExceeded

    The status values you can specify for ListCommandInvocations are:

    • Pending
    • InProgress
    • Delayed
    • Success
    • Cancelled
    • Failed
    • TimedOut (this includes both Delivery and Execution time outs)
    • AccessDenied
    • DeliveryTimedOut
    • ExecutionTimedOut
    • Undeliverable
    • InvalidPlatform
    • Terminated
  • DocumentName: Specify name of the Amazon Web Services Systems Manager document (SSM document) for which you want to see command execution results. For example, specify AWS-RunPatchBaseline to see command executions that used this SSM document to perform security patching operations on managed nodes.
  • ExecutionStage: Specify one of the following values (ListCommands operations only):

    • Executing: Returns a list of command executions that are currently still running.
    • Complete: Returns a list of command executions that have already completed.

CommandInvocation

data CommandInvocation Source #

An invocation is a copy of a command sent to a specific managed node. A command can apply to one or more managed nodes. A command invocation applies to one managed node. For example, if a user runs SendCommand against three managed nodes, then a command invocation is created for each requested managed node ID. A command invocation returns status and detail information about a command you ran.

See: newCommandInvocation smart constructor.

Constructors

CommandInvocation' 

Fields

  • cloudWatchOutputConfig :: Maybe CloudWatchOutputConfig

    Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.

  • commandId :: Maybe Text

    The command against which this invocation was requested.

  • commandPlugins :: Maybe [CommandPlugin]

    Plugins processed by the command.

  • comment :: Maybe Text

    User-specified information about the command, such as a brief description of what the command should do.

  • documentName :: Maybe Text

    The document name that was requested for execution.

  • documentVersion :: Maybe Text

    The Systems Manager document (SSM document) version.

  • instanceId :: Maybe Text

    The managed node ID in which this invocation was requested.

  • instanceName :: Maybe Text

    The fully qualified host name of the managed node.

  • notificationConfig :: Maybe NotificationConfig

    Configurations for sending notifications about command status changes on a per managed node basis.

  • requestedDateTime :: Maybe POSIX

    The time and date the request was sent to this managed node.

  • serviceRole :: Maybe Text

    The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per managed node basis.

  • standardErrorUrl :: Maybe Text

    The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined for the parent command. For an invocation, StandardErrorUrl is populated if there is just one plugin defined for the command, and the S3 bucket was defined for the command.

  • standardOutputUrl :: Maybe Text

    The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined for the parent command. For an invocation, StandardOutputUrl is populated if there is just one plugin defined for the command, and the S3 bucket was defined for the command.

  • status :: Maybe CommandInvocationStatus

    Whether or not the invocation succeeded, failed, or is pending.

  • statusDetails :: Maybe Text

    A detailed status of the command execution for each invocation (each managed node targeted by the command). StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

    • Pending: The command hasn't been sent to the managed node.
    • In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
    • Success: The execution of the command or plugin was successfully completed. This is a terminal state.
    • Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired. Delivery timeouts don't count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
    • Execution Timed Out: Command execution started on the managed node, but the execution wasn't complete before the execution timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
    • Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
    • Cancelled: The command was terminated before it was completed. This is a terminal state.
    • Undeliverable: The command can't be delivered to the managed node. The managed node might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
    • Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
    • Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.
  • traceOutput :: Maybe Text

    Gets the trace output sent by the agent.

Instances

Instances details
FromJSON CommandInvocation Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocation

Generic CommandInvocation Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocation

Associated Types

type Rep CommandInvocation :: Type -> Type #

Read CommandInvocation Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocation

Show CommandInvocation Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocation

NFData CommandInvocation Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocation

Methods

rnf :: CommandInvocation -> () #

Eq CommandInvocation Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocation

Hashable CommandInvocation Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocation

type Rep CommandInvocation Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandInvocation

type Rep CommandInvocation = D1 ('MetaData "CommandInvocation" "Amazonka.SSM.Types.CommandInvocation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "CommandInvocation'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "cloudWatchOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchOutputConfig)) :*: S1 ('MetaSel ('Just "commandId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "commandPlugins") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CommandPlugin])) :*: S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "documentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "notificationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationConfig)) :*: S1 ('MetaSel ('Just "requestedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "standardErrorUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "standardOutputUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CommandInvocationStatus))) :*: (S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "traceOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newCommandInvocation :: CommandInvocation Source #

Create a value of CommandInvocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cloudWatchOutputConfig:CommandInvocation', commandInvocation_cloudWatchOutputConfig - Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.

$sel:commandId:CommandInvocation', commandInvocation_commandId - The command against which this invocation was requested.

$sel:commandPlugins:CommandInvocation', commandInvocation_commandPlugins - Plugins processed by the command.

$sel:comment:CommandInvocation', commandInvocation_comment - User-specified information about the command, such as a brief description of what the command should do.

$sel:documentName:CommandInvocation', commandInvocation_documentName - The document name that was requested for execution.

$sel:documentVersion:CommandInvocation', commandInvocation_documentVersion - The Systems Manager document (SSM document) version.

$sel:instanceId:CommandInvocation', commandInvocation_instanceId - The managed node ID in which this invocation was requested.

$sel:instanceName:CommandInvocation', commandInvocation_instanceName - The fully qualified host name of the managed node.

$sel:notificationConfig:CommandInvocation', commandInvocation_notificationConfig - Configurations for sending notifications about command status changes on a per managed node basis.

$sel:requestedDateTime:CommandInvocation', commandInvocation_requestedDateTime - The time and date the request was sent to this managed node.

$sel:serviceRole:CommandInvocation', commandInvocation_serviceRole - The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per managed node basis.

CommandInvocation, commandInvocation_standardErrorUrl - The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined for the parent command. For an invocation, StandardErrorUrl is populated if there is just one plugin defined for the command, and the S3 bucket was defined for the command.

CommandInvocation, commandInvocation_standardOutputUrl - The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined for the parent command. For an invocation, StandardOutputUrl is populated if there is just one plugin defined for the command, and the S3 bucket was defined for the command.

CommandInvocation, commandInvocation_status - Whether or not the invocation succeeded, failed, or is pending.

CommandInvocation, commandInvocation_statusDetails - A detailed status of the command execution for each invocation (each managed node targeted by the command). StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

  • Pending: The command hasn't been sent to the managed node.
  • In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
  • Success: The execution of the command or plugin was successfully completed. This is a terminal state.
  • Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired. Delivery timeouts don't count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
  • Execution Timed Out: Command execution started on the managed node, but the execution wasn't complete before the execution timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
  • Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
  • Cancelled: The command was terminated before it was completed. This is a terminal state.
  • Undeliverable: The command can't be delivered to the managed node. The managed node might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
  • Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
  • Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.

$sel:traceOutput:CommandInvocation', commandInvocation_traceOutput - Gets the trace output sent by the agent.

commandInvocation_cloudWatchOutputConfig :: Lens' CommandInvocation (Maybe CloudWatchOutputConfig) Source #

Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.

commandInvocation_commandId :: Lens' CommandInvocation (Maybe Text) Source #

The command against which this invocation was requested.

commandInvocation_comment :: Lens' CommandInvocation (Maybe Text) Source #

User-specified information about the command, such as a brief description of what the command should do.

commandInvocation_documentName :: Lens' CommandInvocation (Maybe Text) Source #

The document name that was requested for execution.

commandInvocation_documentVersion :: Lens' CommandInvocation (Maybe Text) Source #

The Systems Manager document (SSM document) version.

commandInvocation_instanceId :: Lens' CommandInvocation (Maybe Text) Source #

The managed node ID in which this invocation was requested.

commandInvocation_instanceName :: Lens' CommandInvocation (Maybe Text) Source #

The fully qualified host name of the managed node.

commandInvocation_notificationConfig :: Lens' CommandInvocation (Maybe NotificationConfig) Source #

Configurations for sending notifications about command status changes on a per managed node basis.

commandInvocation_requestedDateTime :: Lens' CommandInvocation (Maybe UTCTime) Source #

The time and date the request was sent to this managed node.

commandInvocation_serviceRole :: Lens' CommandInvocation (Maybe Text) Source #

The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per managed node basis.

commandInvocation_standardErrorUrl :: Lens' CommandInvocation (Maybe Text) Source #

The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined for the parent command. For an invocation, StandardErrorUrl is populated if there is just one plugin defined for the command, and the S3 bucket was defined for the command.

commandInvocation_standardOutputUrl :: Lens' CommandInvocation (Maybe Text) Source #

The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined for the parent command. For an invocation, StandardOutputUrl is populated if there is just one plugin defined for the command, and the S3 bucket was defined for the command.

commandInvocation_status :: Lens' CommandInvocation (Maybe CommandInvocationStatus) Source #

Whether or not the invocation succeeded, failed, or is pending.

commandInvocation_statusDetails :: Lens' CommandInvocation (Maybe Text) Source #

A detailed status of the command execution for each invocation (each managed node targeted by the command). StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

  • Pending: The command hasn't been sent to the managed node.
  • In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
  • Success: The execution of the command or plugin was successfully completed. This is a terminal state.
  • Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired. Delivery timeouts don't count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
  • Execution Timed Out: Command execution started on the managed node, but the execution wasn't complete before the execution timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
  • Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
  • Cancelled: The command was terminated before it was completed. This is a terminal state.
  • Undeliverable: The command can't be delivered to the managed node. The managed node might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
  • Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
  • Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.

commandInvocation_traceOutput :: Lens' CommandInvocation (Maybe Text) Source #

Gets the trace output sent by the agent.

CommandPlugin

data CommandPlugin Source #

Describes plugin details.

See: newCommandPlugin smart constructor.

Constructors

CommandPlugin' 

Fields

  • name :: Maybe Text

    The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

  • output :: Maybe Text

    Output of the plugin execution.

  • outputS3BucketName :: Maybe Text

    The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response:

    doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript

    doc-example-bucket is the name of the S3 bucket;

    ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;

    i-02573cafcfEXAMPLE is the managed node ID;

    awsrunShellScript is the name of the plugin.

  • outputS3KeyPrefix :: Maybe Text

    The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response:

    doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript

    doc-example-bucket is the name of the S3 bucket;

    ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;

    i-02573cafcfEXAMPLE is the managed node ID;

    awsrunShellScript is the name of the plugin.

  • outputS3Region :: Maybe Text

    (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Amazon Web Services Systems Manager automatically determines the S3 bucket region.

  • responseCode :: Maybe Int

    A numeric response code generated after running the plugin.

  • responseFinishDateTime :: Maybe POSIX

    The time the plugin stopped running. Could stop prematurely if, for example, a cancel command was sent.

  • responseStartDateTime :: Maybe POSIX

    The time the plugin started running.

  • standardErrorUrl :: Maybe Text

    The URL for the complete text written by the plugin to stderr. If execution isn't yet complete, then this string is empty.

  • standardOutputUrl :: Maybe Text

    The URL for the complete text written by the plugin to stdout in Amazon S3. If the S3 bucket for the command wasn't specified, then this string is empty.

  • status :: Maybe CommandPluginStatus

    The status of this plugin. You can run a document with multiple plugins.

  • statusDetails :: Maybe Text

    A detailed status of the plugin execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

    • Pending: The command hasn't been sent to the managed node.
    • In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
    • Success: The execution of the command or plugin was successfully completed. This is a terminal state.
    • Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired. Delivery timeouts don't count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
    • Execution Timed Out: Command execution started on the managed node, but the execution wasn't complete before the execution timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
    • Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
    • Cancelled: The command was terminated before it was completed. This is a terminal state.
    • Undeliverable: The command can't be delivered to the managed node. The managed node might not exist, or it might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit, and they don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
    • Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.

Instances

Instances details
FromJSON CommandPlugin Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPlugin

Generic CommandPlugin Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPlugin

Associated Types

type Rep CommandPlugin :: Type -> Type #

Read CommandPlugin Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPlugin

Show CommandPlugin Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPlugin

NFData CommandPlugin Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPlugin

Methods

rnf :: CommandPlugin -> () #

Eq CommandPlugin Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPlugin

Hashable CommandPlugin Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPlugin

type Rep CommandPlugin Source # 
Instance details

Defined in Amazonka.SSM.Types.CommandPlugin

type Rep CommandPlugin = D1 ('MetaData "CommandPlugin" "Amazonka.SSM.Types.CommandPlugin" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "CommandPlugin'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputS3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "outputS3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputS3Region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "responseCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "responseFinishDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "responseStartDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "standardErrorUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "standardOutputUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CommandPluginStatus)) :*: S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newCommandPlugin :: CommandPlugin Source #

Create a value of CommandPlugin with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:CommandPlugin', commandPlugin_name - The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

$sel:output:CommandPlugin', commandPlugin_output - Output of the plugin execution.

$sel:outputS3BucketName:CommandPlugin', commandPlugin_outputS3BucketName - The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response:

doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript

doc-example-bucket is the name of the S3 bucket;

ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;

i-02573cafcfEXAMPLE is the managed node ID;

awsrunShellScript is the name of the plugin.

$sel:outputS3KeyPrefix:CommandPlugin', commandPlugin_outputS3KeyPrefix - The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response:

doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript

doc-example-bucket is the name of the S3 bucket;

ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;

i-02573cafcfEXAMPLE is the managed node ID;

awsrunShellScript is the name of the plugin.

$sel:outputS3Region:CommandPlugin', commandPlugin_outputS3Region - (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Amazon Web Services Systems Manager automatically determines the S3 bucket region.

$sel:responseCode:CommandPlugin', commandPlugin_responseCode - A numeric response code generated after running the plugin.

$sel:responseFinishDateTime:CommandPlugin', commandPlugin_responseFinishDateTime - The time the plugin stopped running. Could stop prematurely if, for example, a cancel command was sent.

$sel:responseStartDateTime:CommandPlugin', commandPlugin_responseStartDateTime - The time the plugin started running.

$sel:standardErrorUrl:CommandPlugin', commandPlugin_standardErrorUrl - The URL for the complete text written by the plugin to stderr. If execution isn't yet complete, then this string is empty.

$sel:standardOutputUrl:CommandPlugin', commandPlugin_standardOutputUrl - The URL for the complete text written by the plugin to stdout in Amazon S3. If the S3 bucket for the command wasn't specified, then this string is empty.

$sel:status:CommandPlugin', commandPlugin_status - The status of this plugin. You can run a document with multiple plugins.

$sel:statusDetails:CommandPlugin', commandPlugin_statusDetails - A detailed status of the plugin execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

  • Pending: The command hasn't been sent to the managed node.
  • In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
  • Success: The execution of the command or plugin was successfully completed. This is a terminal state.
  • Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired. Delivery timeouts don't count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
  • Execution Timed Out: Command execution started on the managed node, but the execution wasn't complete before the execution timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
  • Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
  • Cancelled: The command was terminated before it was completed. This is a terminal state.
  • Undeliverable: The command can't be delivered to the managed node. The managed node might not exist, or it might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit, and they don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
  • Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.

commandPlugin_name :: Lens' CommandPlugin (Maybe Text) Source #

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

commandPlugin_output :: Lens' CommandPlugin (Maybe Text) Source #

Output of the plugin execution.

commandPlugin_outputS3BucketName :: Lens' CommandPlugin (Maybe Text) Source #

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response:

doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript

doc-example-bucket is the name of the S3 bucket;

ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;

i-02573cafcfEXAMPLE is the managed node ID;

awsrunShellScript is the name of the plugin.

commandPlugin_outputS3KeyPrefix :: Lens' CommandPlugin (Maybe Text) Source #

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response:

doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript

doc-example-bucket is the name of the S3 bucket;

ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;

i-02573cafcfEXAMPLE is the managed node ID;

awsrunShellScript is the name of the plugin.

commandPlugin_outputS3Region :: Lens' CommandPlugin (Maybe Text) Source #

(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Amazon Web Services Systems Manager automatically determines the S3 bucket region.

commandPlugin_responseCode :: Lens' CommandPlugin (Maybe Int) Source #

A numeric response code generated after running the plugin.

commandPlugin_responseFinishDateTime :: Lens' CommandPlugin (Maybe UTCTime) Source #

The time the plugin stopped running. Could stop prematurely if, for example, a cancel command was sent.

commandPlugin_standardErrorUrl :: Lens' CommandPlugin (Maybe Text) Source #

The URL for the complete text written by the plugin to stderr. If execution isn't yet complete, then this string is empty.

commandPlugin_standardOutputUrl :: Lens' CommandPlugin (Maybe Text) Source #

The URL for the complete text written by the plugin to stdout in Amazon S3. If the S3 bucket for the command wasn't specified, then this string is empty.

commandPlugin_status :: Lens' CommandPlugin (Maybe CommandPluginStatus) Source #

The status of this plugin. You can run a document with multiple plugins.

commandPlugin_statusDetails :: Lens' CommandPlugin (Maybe Text) Source #

A detailed status of the plugin execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

  • Pending: The command hasn't been sent to the managed node.
  • In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
  • Success: The execution of the command or plugin was successfully completed. This is a terminal state.
  • Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired. Delivery timeouts don't count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
  • Execution Timed Out: Command execution started on the managed node, but the execution wasn't complete before the execution timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
  • Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
  • Cancelled: The command was terminated before it was completed. This is a terminal state.
  • Undeliverable: The command can't be delivered to the managed node. The managed node might not exist, or it might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit, and they don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
  • Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.

ComplianceExecutionSummary

data ComplianceExecutionSummary Source #

A summary of the call execution that includes an execution ID, the type of execution (for example, Command), and the date/time of the execution using a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'.

See: newComplianceExecutionSummary smart constructor.

Constructors

ComplianceExecutionSummary' 

Fields

  • executionId :: Maybe Text

    An ID created by the system when PutComplianceItems was called. For example, CommandID is a valid execution ID. You can use this ID in subsequent calls.

  • executionType :: Maybe Text

    The type of execution. For example, Command is a valid execution type.

  • executionTime :: POSIX

    The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'.

Instances

Instances details
FromJSON ComplianceExecutionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceExecutionSummary

ToJSON ComplianceExecutionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceExecutionSummary

Generic ComplianceExecutionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceExecutionSummary

Associated Types

type Rep ComplianceExecutionSummary :: Type -> Type #

Read ComplianceExecutionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceExecutionSummary

Show ComplianceExecutionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceExecutionSummary

NFData ComplianceExecutionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceExecutionSummary

Eq ComplianceExecutionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceExecutionSummary

Hashable ComplianceExecutionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceExecutionSummary

type Rep ComplianceExecutionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceExecutionSummary

type Rep ComplianceExecutionSummary = D1 ('MetaData "ComplianceExecutionSummary" "Amazonka.SSM.Types.ComplianceExecutionSummary" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ComplianceExecutionSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "executionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newComplianceExecutionSummary Source #

Create a value of ComplianceExecutionSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executionId:ComplianceExecutionSummary', complianceExecutionSummary_executionId - An ID created by the system when PutComplianceItems was called. For example, CommandID is a valid execution ID. You can use this ID in subsequent calls.

$sel:executionType:ComplianceExecutionSummary', complianceExecutionSummary_executionType - The type of execution. For example, Command is a valid execution type.

$sel:executionTime:ComplianceExecutionSummary', complianceExecutionSummary_executionTime - The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'.

complianceExecutionSummary_executionId :: Lens' ComplianceExecutionSummary (Maybe Text) Source #

An ID created by the system when PutComplianceItems was called. For example, CommandID is a valid execution ID. You can use this ID in subsequent calls.

complianceExecutionSummary_executionType :: Lens' ComplianceExecutionSummary (Maybe Text) Source #

The type of execution. For example, Command is a valid execution type.

complianceExecutionSummary_executionTime :: Lens' ComplianceExecutionSummary UTCTime Source #

The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'.

ComplianceItem

data ComplianceItem Source #

Information about the compliance as defined by the resource type. For example, for a patch resource type, Items includes information about the PatchSeverity, Classification, and so on.

See: newComplianceItem smart constructor.

Constructors

ComplianceItem' 

Fields

  • complianceType :: Maybe Text

    The compliance type. For example, Association (for a State Manager association), Patch, or Custom:string are all valid compliance types.

  • details :: Maybe (HashMap Text Text)

    A "Key": "Value" tag combination for the compliance item.

  • executionSummary :: Maybe ComplianceExecutionSummary

    A summary for the compliance item. The summary includes an execution ID, the execution type (for example, command), and the execution time.

  • id :: Maybe Text

    An ID for the compliance item. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article; for example: KB4010320.

  • resourceId :: Maybe Text

    An ID for the resource. For a managed node, this is the node ID.

  • resourceType :: Maybe Text

    The type of resource. ManagedInstance is currently the only supported resource type.

  • severity :: Maybe ComplianceSeverity

    The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

  • status :: Maybe ComplianceStatus

    The status of the compliance item. An item is either COMPLIANT, NON_COMPLIANT, or an empty string (for Windows patches that aren't applicable).

  • title :: Maybe Text

    A title for the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

Instances

Instances details
FromJSON ComplianceItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItem

Generic ComplianceItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItem

Associated Types

type Rep ComplianceItem :: Type -> Type #

Read ComplianceItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItem

Show ComplianceItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItem

NFData ComplianceItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItem

Methods

rnf :: ComplianceItem -> () #

Eq ComplianceItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItem

Hashable ComplianceItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItem

type Rep ComplianceItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItem

newComplianceItem :: ComplianceItem Source #

Create a value of ComplianceItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:complianceType:ComplianceItem', complianceItem_complianceType - The compliance type. For example, Association (for a State Manager association), Patch, or Custom:string are all valid compliance types.

$sel:details:ComplianceItem', complianceItem_details - A "Key": "Value" tag combination for the compliance item.

$sel:executionSummary:ComplianceItem', complianceItem_executionSummary - A summary for the compliance item. The summary includes an execution ID, the execution type (for example, command), and the execution time.

$sel:id:ComplianceItem', complianceItem_id - An ID for the compliance item. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article; for example: KB4010320.

$sel:resourceId:ComplianceItem', complianceItem_resourceId - An ID for the resource. For a managed node, this is the node ID.

$sel:resourceType:ComplianceItem', complianceItem_resourceType - The type of resource. ManagedInstance is currently the only supported resource type.

$sel:severity:ComplianceItem', complianceItem_severity - The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

$sel:status:ComplianceItem', complianceItem_status - The status of the compliance item. An item is either COMPLIANT, NON_COMPLIANT, or an empty string (for Windows patches that aren't applicable).

$sel:title:ComplianceItem', complianceItem_title - A title for the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

complianceItem_complianceType :: Lens' ComplianceItem (Maybe Text) Source #

The compliance type. For example, Association (for a State Manager association), Patch, or Custom:string are all valid compliance types.

complianceItem_details :: Lens' ComplianceItem (Maybe (HashMap Text Text)) Source #

A "Key": "Value" tag combination for the compliance item.

complianceItem_executionSummary :: Lens' ComplianceItem (Maybe ComplianceExecutionSummary) Source #

A summary for the compliance item. The summary includes an execution ID, the execution type (for example, command), and the execution time.

complianceItem_id :: Lens' ComplianceItem (Maybe Text) Source #

An ID for the compliance item. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article; for example: KB4010320.

complianceItem_resourceId :: Lens' ComplianceItem (Maybe Text) Source #

An ID for the resource. For a managed node, this is the node ID.

complianceItem_resourceType :: Lens' ComplianceItem (Maybe Text) Source #

The type of resource. ManagedInstance is currently the only supported resource type.

complianceItem_severity :: Lens' ComplianceItem (Maybe ComplianceSeverity) Source #

The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

complianceItem_status :: Lens' ComplianceItem (Maybe ComplianceStatus) Source #

The status of the compliance item. An item is either COMPLIANT, NON_COMPLIANT, or an empty string (for Windows patches that aren't applicable).

complianceItem_title :: Lens' ComplianceItem (Maybe Text) Source #

A title for the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

ComplianceItemEntry

data ComplianceItemEntry Source #

Information about a compliance item.

See: newComplianceItemEntry smart constructor.

Constructors

ComplianceItemEntry' 

Fields

  • details :: Maybe (HashMap Text Text)

    A "Key": "Value" tag combination for the compliance item.

  • id :: Maybe Text

    The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.

  • title :: Maybe Text

    The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

  • severity :: ComplianceSeverity

    The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

  • status :: ComplianceStatus

    The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.

Instances

Instances details
ToJSON ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

Generic ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

Associated Types

type Rep ComplianceItemEntry :: Type -> Type #

Read ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

Show ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

NFData ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

Methods

rnf :: ComplianceItemEntry -> () #

Eq ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

Hashable ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

type Rep ComplianceItemEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceItemEntry

newComplianceItemEntry Source #

Create a value of ComplianceItemEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:ComplianceItemEntry', complianceItemEntry_details - A "Key": "Value" tag combination for the compliance item.

$sel:id:ComplianceItemEntry', complianceItemEntry_id - The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.

$sel:title:ComplianceItemEntry', complianceItemEntry_title - The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

$sel:severity:ComplianceItemEntry', complianceItemEntry_severity - The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

$sel:status:ComplianceItemEntry', complianceItemEntry_status - The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.

complianceItemEntry_details :: Lens' ComplianceItemEntry (Maybe (HashMap Text Text)) Source #

A "Key": "Value" tag combination for the compliance item.

complianceItemEntry_id :: Lens' ComplianceItemEntry (Maybe Text) Source #

The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.

complianceItemEntry_title :: Lens' ComplianceItemEntry (Maybe Text) Source #

The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

complianceItemEntry_severity :: Lens' ComplianceItemEntry ComplianceSeverity Source #

The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

complianceItemEntry_status :: Lens' ComplianceItemEntry ComplianceStatus Source #

The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.

ComplianceStringFilter

data ComplianceStringFilter Source #

One or more filters. Use a filter to return a more specific list of results.

See: newComplianceStringFilter smart constructor.

Constructors

ComplianceStringFilter' 

Fields

Instances

Instances details
ToJSON ComplianceStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStringFilter

Generic ComplianceStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStringFilter

Associated Types

type Rep ComplianceStringFilter :: Type -> Type #

Read ComplianceStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStringFilter

Show ComplianceStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStringFilter

NFData ComplianceStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStringFilter

Methods

rnf :: ComplianceStringFilter -> () #

Eq ComplianceStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStringFilter

Hashable ComplianceStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStringFilter

type Rep ComplianceStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceStringFilter

type Rep ComplianceStringFilter = D1 ('MetaData "ComplianceStringFilter" "Amazonka.SSM.Types.ComplianceStringFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ComplianceStringFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceQueryOperatorType)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))))

newComplianceStringFilter :: ComplianceStringFilter Source #

Create a value of ComplianceStringFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:ComplianceStringFilter', complianceStringFilter_key - The name of the filter.

$sel:type':ComplianceStringFilter', complianceStringFilter_type - The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.

$sel:values:ComplianceStringFilter', complianceStringFilter_values - The value for which to search.

complianceStringFilter_type :: Lens' ComplianceStringFilter (Maybe ComplianceQueryOperatorType) Source #

The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.

ComplianceSummaryItem

data ComplianceSummaryItem Source #

A summary of compliance information by compliance type.

See: newComplianceSummaryItem smart constructor.

Constructors

ComplianceSummaryItem' 

Fields

Instances

Instances details
FromJSON ComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSummaryItem

Generic ComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSummaryItem

Associated Types

type Rep ComplianceSummaryItem :: Type -> Type #

Read ComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSummaryItem

Show ComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSummaryItem

NFData ComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSummaryItem

Methods

rnf :: ComplianceSummaryItem -> () #

Eq ComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSummaryItem

Hashable ComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSummaryItem

type Rep ComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ComplianceSummaryItem

type Rep ComplianceSummaryItem = D1 ('MetaData "ComplianceSummaryItem" "Amazonka.SSM.Types.ComplianceSummaryItem" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ComplianceSummaryItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "compliantSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompliantSummary)) :*: S1 ('MetaSel ('Just "nonCompliantSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NonCompliantSummary)))))

newComplianceSummaryItem :: ComplianceSummaryItem Source #

Create a value of ComplianceSummaryItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:complianceType:ComplianceSummaryItem', complianceSummaryItem_complianceType - The type of compliance item. For example, the compliance type can be Association, Patch, or Custom:string.

$sel:compliantSummary:ComplianceSummaryItem', complianceSummaryItem_compliantSummary - A list of COMPLIANT items for the specified compliance type.

$sel:nonCompliantSummary:ComplianceSummaryItem', complianceSummaryItem_nonCompliantSummary - A list of NON_COMPLIANT items for the specified compliance type.

complianceSummaryItem_complianceType :: Lens' ComplianceSummaryItem (Maybe Text) Source #

The type of compliance item. For example, the compliance type can be Association, Patch, or Custom:string.

complianceSummaryItem_compliantSummary :: Lens' ComplianceSummaryItem (Maybe CompliantSummary) Source #

A list of COMPLIANT items for the specified compliance type.

complianceSummaryItem_nonCompliantSummary :: Lens' ComplianceSummaryItem (Maybe NonCompliantSummary) Source #

A list of NON_COMPLIANT items for the specified compliance type.

CompliantSummary

data CompliantSummary Source #

A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.

See: newCompliantSummary smart constructor.

Constructors

CompliantSummary' 

Fields

Instances

Instances details
FromJSON CompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.CompliantSummary

Generic CompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.CompliantSummary

Associated Types

type Rep CompliantSummary :: Type -> Type #

Read CompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.CompliantSummary

Show CompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.CompliantSummary

NFData CompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.CompliantSummary

Methods

rnf :: CompliantSummary -> () #

Eq CompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.CompliantSummary

Hashable CompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.CompliantSummary

type Rep CompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.CompliantSummary

type Rep CompliantSummary = D1 ('MetaData "CompliantSummary" "Amazonka.SSM.Types.CompliantSummary" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "CompliantSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compliantCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "severitySummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SeveritySummary))))

newCompliantSummary :: CompliantSummary Source #

Create a value of CompliantSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:compliantCount:CompliantSummary', compliantSummary_compliantCount - The total number of resources that are compliant.

$sel:severitySummary:CompliantSummary', compliantSummary_severitySummary - A summary of the compliance severity by compliance type.

compliantSummary_compliantCount :: Lens' CompliantSummary (Maybe Int) Source #

The total number of resources that are compliant.

compliantSummary_severitySummary :: Lens' CompliantSummary (Maybe SeveritySummary) Source #

A summary of the compliance severity by compliance type.

CreateAssociationBatchRequestEntry

data CreateAssociationBatchRequestEntry Source #

Describes the association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.

See: newCreateAssociationBatchRequestEntry smart constructor.

Constructors

CreateAssociationBatchRequestEntry' 

Fields

  • alarmConfiguration :: Maybe AlarmConfiguration
     
  • applyOnlyAtCronInterval :: Maybe Bool

    By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.

  • associationName :: Maybe Text

    Specify a descriptive name for the association.

  • automationTargetParameterName :: Maybe Text

    Specify the target for the association. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.

  • calendarNames :: Maybe [Text]

    The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that Change Calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

  • complianceSeverity :: Maybe AssociationComplianceSeverity

    The severity level to assign to the association.

  • documentVersion :: Maybe Text

    The document version.

  • instanceId :: Maybe Text

    The managed node ID.

    InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.

  • maxConcurrency :: Maybe Text

    The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

    If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

  • maxErrors :: Maybe Text

    The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

    Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

  • outputLocation :: Maybe InstanceAssociationOutputLocation

    An S3 bucket where you want to store the results of this request.

  • parameters :: Maybe (Sensitive (HashMap Text [Text]))

    A description of the parameters for a document.

  • scheduleExpression :: Maybe Text

    A cron expression that specifies a schedule when the association runs.

  • scheduleOffset :: Maybe Natural

    Number of days to wait after the scheduled day to run an association.

  • syncCompliance :: Maybe AssociationSyncCompliance

    The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT.

    In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

    By default, all associations use AUTO mode.

  • targetLocations :: Maybe (NonEmpty TargetLocation)

    Use this action to create an association in multiple Regions and multiple accounts.

  • targetMaps :: Maybe [HashMap Text [Text]]

    A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

  • targets :: Maybe [Target]

    The managed nodes targeted by the request.

  • name :: Text

    The name of the SSM document that contains the configuration information for the managed node. You can specify Command or Automation runbooks.

    You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account.

    For SSM documents that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format:

    arn:aws:ssm:region:account-id:document/document-name

    For example:

    arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document

    For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.

Instances

Instances details
FromJSON CreateAssociationBatchRequestEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.CreateAssociationBatchRequestEntry

ToJSON CreateAssociationBatchRequestEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.CreateAssociationBatchRequestEntry

Generic CreateAssociationBatchRequestEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.CreateAssociationBatchRequestEntry

Associated Types

type Rep CreateAssociationBatchRequestEntry :: Type -> Type #

Show CreateAssociationBatchRequestEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.CreateAssociationBatchRequestEntry

NFData CreateAssociationBatchRequestEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.CreateAssociationBatchRequestEntry

Eq CreateAssociationBatchRequestEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.CreateAssociationBatchRequestEntry

Hashable CreateAssociationBatchRequestEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.CreateAssociationBatchRequestEntry

type Rep CreateAssociationBatchRequestEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.CreateAssociationBatchRequestEntry

type Rep CreateAssociationBatchRequestEntry = D1 ('MetaData "CreateAssociationBatchRequestEntry" "Amazonka.SSM.Types.CreateAssociationBatchRequestEntry" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "CreateAssociationBatchRequestEntry'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: S1 ('MetaSel ('Just "applyOnlyAtCronInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "associationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "automationTargetParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "calendarNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "complianceSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationComplianceSeverity))) :*: (S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "maxErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceAssociationOutputLocation))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text [Text])))) :*: (S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduleOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "syncCompliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationSyncCompliance)) :*: S1 ('MetaSel ('Just "targetLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty TargetLocation)))) :*: (S1 ('MetaSel ('Just "targetMaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap Text [Text]])) :*: (S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Target])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newCreateAssociationBatchRequestEntry Source #

Create a value of CreateAssociationBatchRequestEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmConfiguration:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_alarmConfiguration - Undocumented member.

$sel:applyOnlyAtCronInterval:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_applyOnlyAtCronInterval - By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.

$sel:associationName:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_associationName - Specify a descriptive name for the association.

$sel:automationTargetParameterName:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_automationTargetParameterName - Specify the target for the association. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.

$sel:calendarNames:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_calendarNames - The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that Change Calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

$sel:complianceSeverity:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_complianceSeverity - The severity level to assign to the association.

$sel:documentVersion:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_documentVersion - The document version.

$sel:instanceId:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_instanceId - The managed node ID.

InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.

$sel:maxConcurrency:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_maxConcurrency - The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

$sel:maxErrors:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_maxErrors - The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

$sel:outputLocation:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_outputLocation - An S3 bucket where you want to store the results of this request.

$sel:parameters:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_parameters - A description of the parameters for a document.

$sel:scheduleExpression:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_scheduleExpression - A cron expression that specifies a schedule when the association runs.

$sel:scheduleOffset:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_scheduleOffset - Number of days to wait after the scheduled day to run an association.

$sel:syncCompliance:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_syncCompliance - The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

$sel:targetLocations:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_targetLocations - Use this action to create an association in multiple Regions and multiple accounts.

$sel:targetMaps:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_targetMaps - A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

$sel:targets:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_targets - The managed nodes targeted by the request.

$sel:name:CreateAssociationBatchRequestEntry', createAssociationBatchRequestEntry_name - The name of the SSM document that contains the configuration information for the managed node. You can specify Command or Automation runbooks.

You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account.

For SSM documents that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format:

arn:aws:ssm:region:account-id:document/document-name

For example:

arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document

For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.

createAssociationBatchRequestEntry_applyOnlyAtCronInterval :: Lens' CreateAssociationBatchRequestEntry (Maybe Bool) Source #

By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions.

createAssociationBatchRequestEntry_automationTargetParameterName :: Lens' CreateAssociationBatchRequestEntry (Maybe Text) Source #

Specify the target for the association. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.

createAssociationBatchRequestEntry_calendarNames :: Lens' CreateAssociationBatchRequestEntry (Maybe [Text]) Source #

The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that Change Calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

createAssociationBatchRequestEntry_instanceId :: Lens' CreateAssociationBatchRequestEntry (Maybe Text) Source #

The managed node ID.

InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.

createAssociationBatchRequestEntry_maxConcurrency :: Lens' CreateAssociationBatchRequestEntry (Maybe Text) Source #

The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

createAssociationBatchRequestEntry_maxErrors :: Lens' CreateAssociationBatchRequestEntry (Maybe Text) Source #

The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

createAssociationBatchRequestEntry_scheduleExpression :: Lens' CreateAssociationBatchRequestEntry (Maybe Text) Source #

A cron expression that specifies a schedule when the association runs.

createAssociationBatchRequestEntry_scheduleOffset :: Lens' CreateAssociationBatchRequestEntry (Maybe Natural) Source #

Number of days to wait after the scheduled day to run an association.

createAssociationBatchRequestEntry_syncCompliance :: Lens' CreateAssociationBatchRequestEntry (Maybe AssociationSyncCompliance) Source #

The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

createAssociationBatchRequestEntry_targetLocations :: Lens' CreateAssociationBatchRequestEntry (Maybe (NonEmpty TargetLocation)) Source #

Use this action to create an association in multiple Regions and multiple accounts.

createAssociationBatchRequestEntry_targetMaps :: Lens' CreateAssociationBatchRequestEntry (Maybe [HashMap Text [Text]]) Source #

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.

createAssociationBatchRequestEntry_name :: Lens' CreateAssociationBatchRequestEntry Text Source #

The name of the SSM document that contains the configuration information for the managed node. You can specify Command or Automation runbooks.

You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account.

For SSM documents that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format:

arn:aws:ssm:region:account-id:document/document-name

For example:

arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document

For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.

DescribeActivationsFilter

data DescribeActivationsFilter Source #

Filter for the DescribeActivation API.

See: newDescribeActivationsFilter smart constructor.

Constructors

DescribeActivationsFilter' 

Fields

Instances

Instances details
ToJSON DescribeActivationsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilter

Generic DescribeActivationsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilter

Associated Types

type Rep DescribeActivationsFilter :: Type -> Type #

Read DescribeActivationsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilter

Show DescribeActivationsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilter

NFData DescribeActivationsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilter

Eq DescribeActivationsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilter

Hashable DescribeActivationsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilter

type Rep DescribeActivationsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DescribeActivationsFilter

type Rep DescribeActivationsFilter = D1 ('MetaData "DescribeActivationsFilter" "Amazonka.SSM.Types.DescribeActivationsFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DescribeActivationsFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DescribeActivationsFilterKeys)) :*: S1 ('MetaSel ('Just "filterValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newDescribeActivationsFilter :: DescribeActivationsFilter Source #

Create a value of DescribeActivationsFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filterKey:DescribeActivationsFilter', describeActivationsFilter_filterKey - The name of the filter.

$sel:filterValues:DescribeActivationsFilter', describeActivationsFilter_filterValues - The filter values.

DocumentDefaultVersionDescription

data DocumentDefaultVersionDescription Source #

A default version of a document.

See: newDocumentDefaultVersionDescription smart constructor.

Constructors

DocumentDefaultVersionDescription' 

Fields

Instances

Instances details
FromJSON DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

Generic DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

Associated Types

type Rep DocumentDefaultVersionDescription :: Type -> Type #

Read DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

Show DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

NFData DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

Eq DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

Hashable DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

type Rep DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

type Rep DocumentDefaultVersionDescription = D1 ('MetaData "DocumentDefaultVersionDescription" "Amazonka.SSM.Types.DocumentDefaultVersionDescription" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentDefaultVersionDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultVersionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentDefaultVersionDescription :: DocumentDefaultVersionDescription Source #

Create a value of DocumentDefaultVersionDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultVersion:DocumentDefaultVersionDescription', documentDefaultVersionDescription_defaultVersion - The default version of the document.

$sel:defaultVersionName:DocumentDefaultVersionDescription', documentDefaultVersionDescription_defaultVersionName - The default version of the artifact associated with the document.

$sel:name:DocumentDefaultVersionDescription', documentDefaultVersionDescription_name - The name of the document.

documentDefaultVersionDescription_defaultVersionName :: Lens' DocumentDefaultVersionDescription (Maybe Text) Source #

The default version of the artifact associated with the document.

DocumentDescription

data DocumentDescription Source #

Describes an Amazon Web Services Systems Manager document (SSM document).

See: newDocumentDescription smart constructor.

Constructors

DocumentDescription' 

Fields

Instances

Instances details
FromJSON DocumentDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDescription

Generic DocumentDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDescription

Associated Types

type Rep DocumentDescription :: Type -> Type #

Read DocumentDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDescription

Show DocumentDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDescription

NFData DocumentDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDescription

Methods

rnf :: DocumentDescription -> () #

Eq DocumentDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDescription

Hashable DocumentDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDescription

type Rep DocumentDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDescription

type Rep DocumentDescription = D1 ('MetaData "DocumentDescription" "Amazonka.SSM.Types.DocumentDescription" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentDescription'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "approvedVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "attachmentsInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AttachmentInformation])) :*: S1 ('MetaSel ('Just "author") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "categoryEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "defaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "documentFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentFormat)) :*: S1 ('MetaSel ('Just "documentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentType)))) :*: ((S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hashType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentHashType)) :*: S1 ('MetaSel ('Just "latestVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DocumentParameter])))) :*: ((S1 ('MetaSel ('Just "pendingReviewVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformType]))) :*: (S1 ('MetaSel ('Just "requires") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DocumentRequires))) :*: S1 ('MetaSel ('Just "reviewInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ReviewInformation)))))) :*: (((S1 ('MetaSel ('Just "reviewStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewStatus)) :*: S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sha1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentStatus)))) :*: ((S1 ('MetaSel ('Just "statusInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newDocumentDescription :: DocumentDescription Source #

Create a value of DocumentDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvedVersion:DocumentDescription', documentDescription_approvedVersion - The version of the document currently approved for use in the organization.

$sel:attachmentsInformation:DocumentDescription', documentDescription_attachmentsInformation - Details about the document attachments, including names, locations, sizes, and so on.

$sel:author:DocumentDescription', documentDescription_author - The user in your organization who created the document.

$sel:category:DocumentDescription', documentDescription_category - The classification of a document to help you identify and categorize its use.

$sel:categoryEnum:DocumentDescription', documentDescription_categoryEnum - The value that identifies a document's category.

$sel:createdDate:DocumentDescription', documentDescription_createdDate - The date when the document was created.

$sel:defaultVersion:DocumentDescription', documentDescription_defaultVersion - The default version.

DocumentDescription, documentDescription_description - A description of the document.

$sel:displayName:DocumentDescription', documentDescription_displayName - The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

$sel:documentFormat:DocumentDescription', documentDescription_documentFormat - The document format, either JSON or YAML.

$sel:documentType:DocumentDescription', documentDescription_documentType - The type of document.

$sel:documentVersion:DocumentDescription', documentDescription_documentVersion - The document version.

$sel:hash:DocumentDescription', documentDescription_hash - The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

$sel:hashType:DocumentDescription', documentDescription_hashType - The hash type of the document. Valid values include Sha256 or Sha1.

Sha1 hashes have been deprecated.

$sel:latestVersion:DocumentDescription', documentDescription_latestVersion - The latest version of the document.

DocumentDescription, documentDescription_name - The name of the SSM document.

$sel:owner:DocumentDescription', documentDescription_owner - The Amazon Web Services user account that created the document.

$sel:parameters:DocumentDescription', documentDescription_parameters - A description of the parameters for a document.

$sel:pendingReviewVersion:DocumentDescription', documentDescription_pendingReviewVersion - The version of the document that is currently under review.

$sel:platformTypes:DocumentDescription', documentDescription_platformTypes - The list of operating system (OS) platforms compatible with this SSM document.

$sel:requires:DocumentDescription', documentDescription_requires - A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

$sel:reviewInformation:DocumentDescription', documentDescription_reviewInformation - Details about the review of a document.

$sel:reviewStatus:DocumentDescription', documentDescription_reviewStatus - The current status of the review.

$sel:schemaVersion:DocumentDescription', documentDescription_schemaVersion - The schema version.

$sel:sha1:DocumentDescription', documentDescription_sha1 - The SHA1 hash of the document, which you can use for verification.

DocumentDescription, documentDescription_status - The status of the SSM document.

$sel:statusInformation:DocumentDescription', documentDescription_statusInformation - A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."

$sel:tags:DocumentDescription', documentDescription_tags - The tags, or metadata, that have been applied to the document.

$sel:targetType:DocumentDescription', documentDescription_targetType - The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

DocumentDescription, documentDescription_versionName - The version of the artifact associated with the document.

documentDescription_approvedVersion :: Lens' DocumentDescription (Maybe Text) Source #

The version of the document currently approved for use in the organization.

documentDescription_attachmentsInformation :: Lens' DocumentDescription (Maybe [AttachmentInformation]) Source #

Details about the document attachments, including names, locations, sizes, and so on.

documentDescription_author :: Lens' DocumentDescription (Maybe Text) Source #

The user in your organization who created the document.

documentDescription_category :: Lens' DocumentDescription (Maybe [Text]) Source #

The classification of a document to help you identify and categorize its use.

documentDescription_categoryEnum :: Lens' DocumentDescription (Maybe [Text]) Source #

The value that identifies a document's category.

documentDescription_createdDate :: Lens' DocumentDescription (Maybe UTCTime) Source #

The date when the document was created.

documentDescription_displayName :: Lens' DocumentDescription (Maybe Text) Source #

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

documentDescription_hash :: Lens' DocumentDescription (Maybe Text) Source #

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

documentDescription_hashType :: Lens' DocumentDescription (Maybe DocumentHashType) Source #

The hash type of the document. Valid values include Sha256 or Sha1.

Sha1 hashes have been deprecated.

documentDescription_owner :: Lens' DocumentDescription (Maybe Text) Source #

The Amazon Web Services user account that created the document.

documentDescription_parameters :: Lens' DocumentDescription (Maybe [DocumentParameter]) Source #

A description of the parameters for a document.

documentDescription_pendingReviewVersion :: Lens' DocumentDescription (Maybe Text) Source #

The version of the document that is currently under review.

documentDescription_platformTypes :: Lens' DocumentDescription (Maybe [PlatformType]) Source #

The list of operating system (OS) platforms compatible with this SSM document.

documentDescription_requires :: Lens' DocumentDescription (Maybe (NonEmpty DocumentRequires)) Source #

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

documentDescription_sha1 :: Lens' DocumentDescription (Maybe Text) Source #

The SHA1 hash of the document, which you can use for verification.

documentDescription_statusInformation :: Lens' DocumentDescription (Maybe Text) Source #

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."

documentDescription_tags :: Lens' DocumentDescription (Maybe [Tag]) Source #

The tags, or metadata, that have been applied to the document.

documentDescription_targetType :: Lens' DocumentDescription (Maybe Text) Source #

The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

documentDescription_versionName :: Lens' DocumentDescription (Maybe Text) Source #

The version of the artifact associated with the document.

DocumentFilter

data DocumentFilter Source #

This data type is deprecated. Instead, use DocumentKeyValuesFilter.

See: newDocumentFilter smart constructor.

Constructors

DocumentFilter' 

Fields

Instances

Instances details
ToJSON DocumentFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilter

Generic DocumentFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilter

Associated Types

type Rep DocumentFilter :: Type -> Type #

Read DocumentFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilter

Show DocumentFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilter

NFData DocumentFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilter

Methods

rnf :: DocumentFilter -> () #

Eq DocumentFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilter

Hashable DocumentFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilter

type Rep DocumentFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentFilter

type Rep DocumentFilter = D1 ('MetaData "DocumentFilter" "Amazonka.SSM.Types.DocumentFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DocumentFilterKey) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDocumentFilter Source #

Create a value of DocumentFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:DocumentFilter', documentFilter_key - The name of the filter.

$sel:value:DocumentFilter', documentFilter_value - The value of the filter.

DocumentIdentifier

data DocumentIdentifier Source #

Describes the name of a SSM document.

See: newDocumentIdentifier smart constructor.

Constructors

DocumentIdentifier' 

Fields

Instances

Instances details
FromJSON DocumentIdentifier Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentIdentifier

Generic DocumentIdentifier Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentIdentifier

Associated Types

type Rep DocumentIdentifier :: Type -> Type #

Read DocumentIdentifier Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentIdentifier

Show DocumentIdentifier Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentIdentifier

NFData DocumentIdentifier Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentIdentifier

Methods

rnf :: DocumentIdentifier -> () #

Eq DocumentIdentifier Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentIdentifier

Hashable DocumentIdentifier Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentIdentifier

type Rep DocumentIdentifier Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentIdentifier

type Rep DocumentIdentifier = D1 ('MetaData "DocumentIdentifier" "Amazonka.SSM.Types.DocumentIdentifier" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentIdentifier'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "author") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "documentFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentFormat)) :*: S1 ('MetaSel ('Just "documentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentType))) :*: (S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformType]))) :*: (S1 ('MetaSel ('Just "requires") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DocumentRequires))) :*: S1 ('MetaSel ('Just "reviewStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewStatus)))) :*: ((S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDocumentIdentifier :: DocumentIdentifier Source #

Create a value of DocumentIdentifier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:author:DocumentIdentifier', documentIdentifier_author - The user in your organization who created the document.

$sel:createdDate:DocumentIdentifier', documentIdentifier_createdDate - The date the SSM document was created.

$sel:displayName:DocumentIdentifier', documentIdentifier_displayName - An optional field where you can specify a friendly name for the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

$sel:documentFormat:DocumentIdentifier', documentIdentifier_documentFormat - The document format, either JSON or YAML.

$sel:documentType:DocumentIdentifier', documentIdentifier_documentType - The document type.

$sel:documentVersion:DocumentIdentifier', documentIdentifier_documentVersion - The document version.

DocumentIdentifier, documentIdentifier_name - The name of the SSM document.

$sel:owner:DocumentIdentifier', documentIdentifier_owner - The Amazon Web Services user account that created the document.

$sel:platformTypes:DocumentIdentifier', documentIdentifier_platformTypes - The operating system platform.

$sel:requires:DocumentIdentifier', documentIdentifier_requires - A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

$sel:reviewStatus:DocumentIdentifier', documentIdentifier_reviewStatus - The current status of a document review.

$sel:schemaVersion:DocumentIdentifier', documentIdentifier_schemaVersion - The schema version.

$sel:tags:DocumentIdentifier', documentIdentifier_tags - The tags, or metadata, that have been applied to the document.

$sel:targetType:DocumentIdentifier', documentIdentifier_targetType - The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

DocumentIdentifier, documentIdentifier_versionName - An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.

documentIdentifier_author :: Lens' DocumentIdentifier (Maybe Text) Source #

The user in your organization who created the document.

documentIdentifier_createdDate :: Lens' DocumentIdentifier (Maybe UTCTime) Source #

The date the SSM document was created.

documentIdentifier_displayName :: Lens' DocumentIdentifier (Maybe Text) Source #

An optional field where you can specify a friendly name for the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

documentIdentifier_owner :: Lens' DocumentIdentifier (Maybe Text) Source #

The Amazon Web Services user account that created the document.

documentIdentifier_requires :: Lens' DocumentIdentifier (Maybe (NonEmpty DocumentRequires)) Source #

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

documentIdentifier_tags :: Lens' DocumentIdentifier (Maybe [Tag]) Source #

The tags, or metadata, that have been applied to the document.

documentIdentifier_targetType :: Lens' DocumentIdentifier (Maybe Text) Source #

The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

documentIdentifier_versionName :: Lens' DocumentIdentifier (Maybe Text) Source #

An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.

DocumentKeyValuesFilter

data DocumentKeyValuesFilter Source #

One or more filters. Use a filter to return a more specific list of documents.

For keys, you can specify one or more tags that have been applied to a document.

You can also use Amazon Web Services-provided keys, some of which have specific allowed values. These keys and their associated values are as follows:

DocumentType
- ApplicationConfiguration
  • ApplicationConfigurationSchema
  • Automation
  • ChangeCalendar
  • Command
  • Package
  • Policy
  • Session
Owner
Note that only one Owner can be specified in a request. For example: Key=Owner,Values=Self.
  • Amazon
  • Private
  • Public
  • Self
  • ThirdParty
PlatformTypes
- Linux
  • Windows

Name is another Amazon Web Services-provided key. If you use Name as a key, you can use a name prefix to return a list of documents. For example, in the Amazon Web Services CLI, to return a list of all documents that begin with Te, run the following command:

aws ssm list-documents --filters Key=Name,Values=Te

You can also use the TargetType Amazon Web Services-provided key. For a list of valid resource type values that can be used with this key, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

If you specify more than two keys, only documents that are identified by all the tags are returned in the results. If you specify more than two values for a key, documents that are identified by any of the values are returned in the results.

To specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName.

For example, if you created a key called region and are using the Amazon Web Services CLI to call the list-documents command:

aws ssm list-documents --filters Key=tag:region,Values=east,west Key=Owner,Values=Self

See: newDocumentKeyValuesFilter smart constructor.

Constructors

DocumentKeyValuesFilter' 

Fields

Instances

Instances details
ToJSON DocumentKeyValuesFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentKeyValuesFilter

Generic DocumentKeyValuesFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentKeyValuesFilter

Associated Types

type Rep DocumentKeyValuesFilter :: Type -> Type #

Read DocumentKeyValuesFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentKeyValuesFilter

Show DocumentKeyValuesFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentKeyValuesFilter

NFData DocumentKeyValuesFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentKeyValuesFilter

Methods

rnf :: DocumentKeyValuesFilter -> () #

Eq DocumentKeyValuesFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentKeyValuesFilter

Hashable DocumentKeyValuesFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentKeyValuesFilter

type Rep DocumentKeyValuesFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentKeyValuesFilter

type Rep DocumentKeyValuesFilter = D1 ('MetaData "DocumentKeyValuesFilter" "Amazonka.SSM.Types.DocumentKeyValuesFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentKeyValuesFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newDocumentKeyValuesFilter :: DocumentKeyValuesFilter Source #

Create a value of DocumentKeyValuesFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:DocumentKeyValuesFilter', documentKeyValuesFilter_key - The name of the filter key.

$sel:values:DocumentKeyValuesFilter', documentKeyValuesFilter_values - The value for the filter key.

DocumentMetadataResponseInfo

data DocumentMetadataResponseInfo Source #

Details about the response to a document review request.

See: newDocumentMetadataResponseInfo smart constructor.

Constructors

DocumentMetadataResponseInfo' 

Fields

Instances

Instances details
FromJSON DocumentMetadataResponseInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataResponseInfo

Generic DocumentMetadataResponseInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataResponseInfo

Associated Types

type Rep DocumentMetadataResponseInfo :: Type -> Type #

Read DocumentMetadataResponseInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataResponseInfo

Show DocumentMetadataResponseInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataResponseInfo

NFData DocumentMetadataResponseInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataResponseInfo

Eq DocumentMetadataResponseInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataResponseInfo

Hashable DocumentMetadataResponseInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataResponseInfo

type Rep DocumentMetadataResponseInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentMetadataResponseInfo

type Rep DocumentMetadataResponseInfo = D1 ('MetaData "DocumentMetadataResponseInfo" "Amazonka.SSM.Types.DocumentMetadataResponseInfo" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentMetadataResponseInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reviewerResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DocumentReviewerResponseSource]))))

newDocumentMetadataResponseInfo :: DocumentMetadataResponseInfo Source #

Create a value of DocumentMetadataResponseInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reviewerResponse:DocumentMetadataResponseInfo', documentMetadataResponseInfo_reviewerResponse - Details about a reviewer's response to a document review request.

DocumentParameter

data DocumentParameter Source #

Parameters specified in a System Manager document that run on the server when the command is run.

See: newDocumentParameter smart constructor.

Constructors

DocumentParameter' 

Fields

  • defaultValue :: Maybe Text

    If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.

  • description :: Maybe Text

    A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.

  • name :: Maybe Text

    The name of the parameter.

  • type' :: Maybe DocumentParameterType

    The type of parameter. The type can be either String or StringList.

Instances

Instances details
FromJSON DocumentParameter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameter

Generic DocumentParameter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameter

Associated Types

type Rep DocumentParameter :: Type -> Type #

Read DocumentParameter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameter

Show DocumentParameter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameter

NFData DocumentParameter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameter

Methods

rnf :: DocumentParameter -> () #

Eq DocumentParameter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameter

Hashable DocumentParameter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameter

type Rep DocumentParameter Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentParameter

type Rep DocumentParameter = D1 ('MetaData "DocumentParameter" "Amazonka.SSM.Types.DocumentParameter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentParameter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentParameterType)))))

newDocumentParameter :: DocumentParameter Source #

Create a value of DocumentParameter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultValue:DocumentParameter', documentParameter_defaultValue - If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.

$sel:description:DocumentParameter', documentParameter_description - A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.

$sel:name:DocumentParameter', documentParameter_name - The name of the parameter.

$sel:type':DocumentParameter', documentParameter_type - The type of parameter. The type can be either String or StringList.

documentParameter_defaultValue :: Lens' DocumentParameter (Maybe Text) Source #

If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.

documentParameter_description :: Lens' DocumentParameter (Maybe Text) Source #

A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.

documentParameter_type :: Lens' DocumentParameter (Maybe DocumentParameterType) Source #

The type of parameter. The type can be either String or StringList.

DocumentRequires

data DocumentRequires Source #

An SSM document required by the current document.

See: newDocumentRequires smart constructor.

Constructors

DocumentRequires' 

Fields

  • requireType :: Maybe Text

    The document type of the required SSM document.

  • version :: Maybe Text

    The document version required by the current document.

  • versionName :: Maybe Text

    An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.

  • name :: Text

    The name of the required SSM document. The name can be an Amazon Resource Name (ARN).

Instances

Instances details
FromJSON DocumentRequires Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentRequires

ToJSON DocumentRequires Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentRequires

Generic DocumentRequires Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentRequires

Associated Types

type Rep DocumentRequires :: Type -> Type #

Read DocumentRequires Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentRequires

Show DocumentRequires Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentRequires

NFData DocumentRequires Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentRequires

Methods

rnf :: DocumentRequires -> () #

Eq DocumentRequires Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentRequires

Hashable DocumentRequires Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentRequires

type Rep DocumentRequires Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentRequires

type Rep DocumentRequires = D1 ('MetaData "DocumentRequires" "Amazonka.SSM.Types.DocumentRequires" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentRequires'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requireType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "versionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDocumentRequires Source #

Create a value of DocumentRequires with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:requireType:DocumentRequires', documentRequires_requireType - The document type of the required SSM document.

$sel:version:DocumentRequires', documentRequires_version - The document version required by the current document.

$sel:versionName:DocumentRequires', documentRequires_versionName - An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.

$sel:name:DocumentRequires', documentRequires_name - The name of the required SSM document. The name can be an Amazon Resource Name (ARN).

documentRequires_requireType :: Lens' DocumentRequires (Maybe Text) Source #

The document type of the required SSM document.

documentRequires_version :: Lens' DocumentRequires (Maybe Text) Source #

The document version required by the current document.

documentRequires_versionName :: Lens' DocumentRequires (Maybe Text) Source #

An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.

documentRequires_name :: Lens' DocumentRequires Text Source #

The name of the required SSM document. The name can be an Amazon Resource Name (ARN).

DocumentReviewCommentSource

data DocumentReviewCommentSource Source #

Information about comments added to a document review request.

See: newDocumentReviewCommentSource smart constructor.

Constructors

DocumentReviewCommentSource' 

Fields

  • content :: Maybe Text

    The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.

  • type' :: Maybe DocumentReviewCommentType

    The type of information added to a review request. Currently, only the value Comment is supported.

Instances

Instances details
FromJSON DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

ToJSON DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

Generic DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

Associated Types

type Rep DocumentReviewCommentSource :: Type -> Type #

Read DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

Show DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

NFData DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

Eq DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

Hashable DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

type Rep DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

type Rep DocumentReviewCommentSource = D1 ('MetaData "DocumentReviewCommentSource" "Amazonka.SSM.Types.DocumentReviewCommentSource" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentReviewCommentSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentReviewCommentType))))

newDocumentReviewCommentSource :: DocumentReviewCommentSource Source #

Create a value of DocumentReviewCommentSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:content:DocumentReviewCommentSource', documentReviewCommentSource_content - The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.

$sel:type':DocumentReviewCommentSource', documentReviewCommentSource_type - The type of information added to a review request. Currently, only the value Comment is supported.

documentReviewCommentSource_content :: Lens' DocumentReviewCommentSource (Maybe Text) Source #

The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.

documentReviewCommentSource_type :: Lens' DocumentReviewCommentSource (Maybe DocumentReviewCommentType) Source #

The type of information added to a review request. Currently, only the value Comment is supported.

DocumentReviewerResponseSource

data DocumentReviewerResponseSource Source #

Information about a reviewer's response to a document review request.

See: newDocumentReviewerResponseSource smart constructor.

Constructors

DocumentReviewerResponseSource' 

Fields

  • comment :: Maybe [DocumentReviewCommentSource]

    The comment entered by a reviewer as part of their document review response.

  • createTime :: Maybe POSIX

    The date and time that a reviewer entered a response to a document review request.

  • reviewStatus :: Maybe ReviewStatus

    The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

    Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

    Only one version of a document can be in review, or PENDING, at a time.

  • reviewer :: Maybe Text

    The user in your organization assigned to review a document request.

  • updatedTime :: Maybe POSIX

    The date and time that a reviewer last updated a response to a document review request.

Instances

Instances details
FromJSON DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

Generic DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

Associated Types

type Rep DocumentReviewerResponseSource :: Type -> Type #

Read DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

Show DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

NFData DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

Eq DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

Hashable DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

type Rep DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

type Rep DocumentReviewerResponseSource = D1 ('MetaData "DocumentReviewerResponseSource" "Amazonka.SSM.Types.DocumentReviewerResponseSource" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentReviewerResponseSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DocumentReviewCommentSource])) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "reviewStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewStatus)) :*: (S1 ('MetaSel ('Just "reviewer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDocumentReviewerResponseSource :: DocumentReviewerResponseSource Source #

Create a value of DocumentReviewerResponseSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comment:DocumentReviewerResponseSource', documentReviewerResponseSource_comment - The comment entered by a reviewer as part of their document review response.

$sel:createTime:DocumentReviewerResponseSource', documentReviewerResponseSource_createTime - The date and time that a reviewer entered a response to a document review request.

$sel:reviewStatus:DocumentReviewerResponseSource', documentReviewerResponseSource_reviewStatus - The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

Only one version of a document can be in review, or PENDING, at a time.

$sel:reviewer:DocumentReviewerResponseSource', documentReviewerResponseSource_reviewer - The user in your organization assigned to review a document request.

$sel:updatedTime:DocumentReviewerResponseSource', documentReviewerResponseSource_updatedTime - The date and time that a reviewer last updated a response to a document review request.

documentReviewerResponseSource_comment :: Lens' DocumentReviewerResponseSource (Maybe [DocumentReviewCommentSource]) Source #

The comment entered by a reviewer as part of their document review response.

documentReviewerResponseSource_createTime :: Lens' DocumentReviewerResponseSource (Maybe UTCTime) Source #

The date and time that a reviewer entered a response to a document review request.

documentReviewerResponseSource_reviewStatus :: Lens' DocumentReviewerResponseSource (Maybe ReviewStatus) Source #

The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

Only one version of a document can be in review, or PENDING, at a time.

documentReviewerResponseSource_reviewer :: Lens' DocumentReviewerResponseSource (Maybe Text) Source #

The user in your organization assigned to review a document request.

documentReviewerResponseSource_updatedTime :: Lens' DocumentReviewerResponseSource (Maybe UTCTime) Source #

The date and time that a reviewer last updated a response to a document review request.

DocumentReviews

data DocumentReviews Source #

Information about a document approval review.

See: newDocumentReviews smart constructor.

Constructors

DocumentReviews' 

Fields

Instances

Instances details
ToJSON DocumentReviews Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviews

Generic DocumentReviews Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviews

Associated Types

type Rep DocumentReviews :: Type -> Type #

Read DocumentReviews Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviews

Show DocumentReviews Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviews

NFData DocumentReviews Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviews

Methods

rnf :: DocumentReviews -> () #

Eq DocumentReviews Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviews

Hashable DocumentReviews Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviews

type Rep DocumentReviews Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviews

type Rep DocumentReviews = D1 ('MetaData "DocumentReviews" "Amazonka.SSM.Types.DocumentReviews" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "DocumentReviews'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DocumentReviewCommentSource])) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DocumentReviewAction)))

newDocumentReviews Source #

Create a value of DocumentReviews with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comment:DocumentReviews', documentReviews_comment - A comment entered by a user in your organization about the document review request.

$sel:action:DocumentReviews', documentReviews_action - The action to take on a document approval review request.

documentReviews_comment :: Lens' DocumentReviews (Maybe [DocumentReviewCommentSource]) Source #

A comment entered by a user in your organization about the document review request.

documentReviews_action :: Lens' DocumentReviews DocumentReviewAction Source #

The action to take on a document approval review request.

DocumentVersionInfo

data DocumentVersionInfo Source #

Version information about the document.

See: newDocumentVersionInfo smart constructor.

Constructors

DocumentVersionInfo' 

Fields

  • createdDate :: Maybe POSIX

    The date the document was created.

  • displayName :: Maybe Text

    The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

  • documentFormat :: Maybe DocumentFormat

    The document format, either JSON or YAML.

  • documentVersion :: Maybe Text

    The document version.

  • isDefaultVersion :: Maybe Bool

    An identifier for the default version of the document.

  • name :: Maybe Text

    The document name.

  • reviewStatus :: Maybe ReviewStatus

    The current status of the approval review for the latest version of the document.

  • status :: Maybe DocumentStatus

    The status of the SSM document, such as Creating, Active, Failed, and Deleting.

  • statusInformation :: Maybe Text

    A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."

  • versionName :: Maybe Text

    The version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.

Instances

Instances details
FromJSON DocumentVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentVersionInfo

Generic DocumentVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentVersionInfo

Associated Types

type Rep DocumentVersionInfo :: Type -> Type #

Read DocumentVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentVersionInfo

Show DocumentVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentVersionInfo

NFData DocumentVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentVersionInfo

Methods

rnf :: DocumentVersionInfo -> () #

Eq DocumentVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentVersionInfo

Hashable DocumentVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentVersionInfo

type Rep DocumentVersionInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentVersionInfo

newDocumentVersionInfo :: DocumentVersionInfo Source #

Create a value of DocumentVersionInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdDate:DocumentVersionInfo', documentVersionInfo_createdDate - The date the document was created.

$sel:displayName:DocumentVersionInfo', documentVersionInfo_displayName - The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

$sel:documentFormat:DocumentVersionInfo', documentVersionInfo_documentFormat - The document format, either JSON or YAML.

$sel:documentVersion:DocumentVersionInfo', documentVersionInfo_documentVersion - The document version.

$sel:isDefaultVersion:DocumentVersionInfo', documentVersionInfo_isDefaultVersion - An identifier for the default version of the document.

$sel:name:DocumentVersionInfo', documentVersionInfo_name - The document name.

$sel:reviewStatus:DocumentVersionInfo', documentVersionInfo_reviewStatus - The current status of the approval review for the latest version of the document.

$sel:status:DocumentVersionInfo', documentVersionInfo_status - The status of the SSM document, such as Creating, Active, Failed, and Deleting.

$sel:statusInformation:DocumentVersionInfo', documentVersionInfo_statusInformation - A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."

$sel:versionName:DocumentVersionInfo', documentVersionInfo_versionName - The version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.

documentVersionInfo_displayName :: Lens' DocumentVersionInfo (Maybe Text) Source #

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

documentVersionInfo_isDefaultVersion :: Lens' DocumentVersionInfo (Maybe Bool) Source #

An identifier for the default version of the document.

documentVersionInfo_reviewStatus :: Lens' DocumentVersionInfo (Maybe ReviewStatus) Source #

The current status of the approval review for the latest version of the document.

documentVersionInfo_status :: Lens' DocumentVersionInfo (Maybe DocumentStatus) Source #

The status of the SSM document, such as Creating, Active, Failed, and Deleting.

documentVersionInfo_statusInformation :: Lens' DocumentVersionInfo (Maybe Text) Source #

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."

documentVersionInfo_versionName :: Lens' DocumentVersionInfo (Maybe Text) Source #

The version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.

EffectivePatch

data EffectivePatch Source #

The EffectivePatch structure defines metadata about a patch along with the approval state of the patch in a particular patch baseline. The approval state includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

See: newEffectivePatch smart constructor.

Constructors

EffectivePatch' 

Fields

  • patch :: Maybe Patch

    Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.

  • patchStatus :: Maybe PatchStatus

    The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

Instances

Instances details
FromJSON EffectivePatch Source # 
Instance details

Defined in Amazonka.SSM.Types.EffectivePatch

Generic EffectivePatch Source # 
Instance details

Defined in Amazonka.SSM.Types.EffectivePatch

Associated Types

type Rep EffectivePatch :: Type -> Type #

Read EffectivePatch Source # 
Instance details

Defined in Amazonka.SSM.Types.EffectivePatch

Show EffectivePatch Source # 
Instance details

Defined in Amazonka.SSM.Types.EffectivePatch

NFData EffectivePatch Source # 
Instance details

Defined in Amazonka.SSM.Types.EffectivePatch

Methods

rnf :: EffectivePatch -> () #

Eq EffectivePatch Source # 
Instance details

Defined in Amazonka.SSM.Types.EffectivePatch

Hashable EffectivePatch Source # 
Instance details

Defined in Amazonka.SSM.Types.EffectivePatch

type Rep EffectivePatch Source # 
Instance details

Defined in Amazonka.SSM.Types.EffectivePatch

type Rep EffectivePatch = D1 ('MetaData "EffectivePatch" "Amazonka.SSM.Types.EffectivePatch" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "EffectivePatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Patch)) :*: S1 ('MetaSel ('Just "patchStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchStatus))))

newEffectivePatch :: EffectivePatch Source #

Create a value of EffectivePatch with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patch:EffectivePatch', effectivePatch_patch - Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.

$sel:patchStatus:EffectivePatch', effectivePatch_patchStatus - The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

effectivePatch_patch :: Lens' EffectivePatch (Maybe Patch) Source #

Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.

effectivePatch_patchStatus :: Lens' EffectivePatch (Maybe PatchStatus) Source #

The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

FailedCreateAssociation

data FailedCreateAssociation Source #

Describes a failed association.

See: newFailedCreateAssociation smart constructor.

Constructors

FailedCreateAssociation' 

Fields

Instances

Instances details
FromJSON FailedCreateAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.FailedCreateAssociation

Generic FailedCreateAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.FailedCreateAssociation

Associated Types

type Rep FailedCreateAssociation :: Type -> Type #

Show FailedCreateAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.FailedCreateAssociation

NFData FailedCreateAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.FailedCreateAssociation

Methods

rnf :: FailedCreateAssociation -> () #

Eq FailedCreateAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.FailedCreateAssociation

Hashable FailedCreateAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.FailedCreateAssociation

type Rep FailedCreateAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.FailedCreateAssociation

type Rep FailedCreateAssociation = D1 ('MetaData "FailedCreateAssociation" "Amazonka.SSM.Types.FailedCreateAssociation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "FailedCreateAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateAssociationBatchRequestEntry)) :*: (S1 ('MetaSel ('Just "fault") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Fault)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFailedCreateAssociation :: FailedCreateAssociation Source #

Create a value of FailedCreateAssociation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:entry:FailedCreateAssociation', failedCreateAssociation_entry - The association.

$sel:fault:FailedCreateAssociation', failedCreateAssociation_fault - The source of the failure.

$sel:message:FailedCreateAssociation', failedCreateAssociation_message - A description of the failure.

FailureDetails

data FailureDetails Source #

Information about an Automation failure.

See: newFailureDetails smart constructor.

Constructors

FailureDetails' 

Fields

  • details :: Maybe (HashMap Text [Text])

    Detailed information about the Automation step failure.

  • failureStage :: Maybe Text

    The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.

  • failureType :: Maybe Text

    The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.

Instances

Instances details
FromJSON FailureDetails Source # 
Instance details

Defined in Amazonka.SSM.Types.FailureDetails

Generic FailureDetails Source # 
Instance details

Defined in Amazonka.SSM.Types.FailureDetails

Associated Types

type Rep FailureDetails :: Type -> Type #

Read FailureDetails Source # 
Instance details

Defined in Amazonka.SSM.Types.FailureDetails

Show FailureDetails Source # 
Instance details

Defined in Amazonka.SSM.Types.FailureDetails

NFData FailureDetails Source # 
Instance details

Defined in Amazonka.SSM.Types.FailureDetails

Methods

rnf :: FailureDetails -> () #

Eq FailureDetails Source # 
Instance details

Defined in Amazonka.SSM.Types.FailureDetails

Hashable FailureDetails Source # 
Instance details

Defined in Amazonka.SSM.Types.FailureDetails

type Rep FailureDetails Source # 
Instance details

Defined in Amazonka.SSM.Types.FailureDetails

type Rep FailureDetails = D1 ('MetaData "FailureDetails" "Amazonka.SSM.Types.FailureDetails" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "FailureDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text]))) :*: (S1 ('MetaSel ('Just "failureStage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFailureDetails :: FailureDetails Source #

Create a value of FailureDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:FailureDetails', failureDetails_details - Detailed information about the Automation step failure.

$sel:failureStage:FailureDetails', failureDetails_failureStage - The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.

$sel:failureType:FailureDetails', failureDetails_failureType - The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.

failureDetails_details :: Lens' FailureDetails (Maybe (HashMap Text [Text])) Source #

Detailed information about the Automation step failure.

failureDetails_failureStage :: Lens' FailureDetails (Maybe Text) Source #

The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.

failureDetails_failureType :: Lens' FailureDetails (Maybe Text) Source #

The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.

GetResourcePoliciesResponseEntry

data GetResourcePoliciesResponseEntry Source #

A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).

See: newGetResourcePoliciesResponseEntry smart constructor.

Constructors

GetResourcePoliciesResponseEntry' 

Fields

  • policy :: Maybe Text

    A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).

  • policyHash :: Maybe Text

    ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.

  • policyId :: Maybe Text

    A policy ID.

Instances

Instances details
FromJSON GetResourcePoliciesResponseEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.GetResourcePoliciesResponseEntry

Generic GetResourcePoliciesResponseEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.GetResourcePoliciesResponseEntry

Associated Types

type Rep GetResourcePoliciesResponseEntry :: Type -> Type #

Read GetResourcePoliciesResponseEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.GetResourcePoliciesResponseEntry

Show GetResourcePoliciesResponseEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.GetResourcePoliciesResponseEntry

NFData GetResourcePoliciesResponseEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.GetResourcePoliciesResponseEntry

Eq GetResourcePoliciesResponseEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.GetResourcePoliciesResponseEntry

Hashable GetResourcePoliciesResponseEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.GetResourcePoliciesResponseEntry

type Rep GetResourcePoliciesResponseEntry Source # 
Instance details

Defined in Amazonka.SSM.Types.GetResourcePoliciesResponseEntry

type Rep GetResourcePoliciesResponseEntry = D1 ('MetaData "GetResourcePoliciesResponseEntry" "Amazonka.SSM.Types.GetResourcePoliciesResponseEntry" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "GetResourcePoliciesResponseEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "policyHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "policyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGetResourcePoliciesResponseEntry :: GetResourcePoliciesResponseEntry Source #

Create a value of GetResourcePoliciesResponseEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:policy:GetResourcePoliciesResponseEntry', getResourcePoliciesResponseEntry_policy - A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).

$sel:policyHash:GetResourcePoliciesResponseEntry', getResourcePoliciesResponseEntry_policyHash - ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.

$sel:policyId:GetResourcePoliciesResponseEntry', getResourcePoliciesResponseEntry_policyId - A policy ID.

getResourcePoliciesResponseEntry_policy :: Lens' GetResourcePoliciesResponseEntry (Maybe Text) Source #

A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).

getResourcePoliciesResponseEntry_policyHash :: Lens' GetResourcePoliciesResponseEntry (Maybe Text) Source #

ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.

InstanceAggregatedAssociationOverview

data InstanceAggregatedAssociationOverview Source #

Status information about the aggregated associations.

See: newInstanceAggregatedAssociationOverview smart constructor.

Constructors

InstanceAggregatedAssociationOverview' 

Fields

Instances

Instances details
FromJSON InstanceAggregatedAssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAggregatedAssociationOverview

Generic InstanceAggregatedAssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAggregatedAssociationOverview

Read InstanceAggregatedAssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAggregatedAssociationOverview

Show InstanceAggregatedAssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAggregatedAssociationOverview

NFData InstanceAggregatedAssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAggregatedAssociationOverview

Eq InstanceAggregatedAssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAggregatedAssociationOverview

Hashable InstanceAggregatedAssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAggregatedAssociationOverview

type Rep InstanceAggregatedAssociationOverview Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAggregatedAssociationOverview

type Rep InstanceAggregatedAssociationOverview = D1 ('MetaData "InstanceAggregatedAssociationOverview" "Amazonka.SSM.Types.InstanceAggregatedAssociationOverview" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InstanceAggregatedAssociationOverview'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceAssociationStatusAggregatedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Int)))))

newInstanceAggregatedAssociationOverview :: InstanceAggregatedAssociationOverview Source #

Create a value of InstanceAggregatedAssociationOverview with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:detailedStatus:InstanceAggregatedAssociationOverview', instanceAggregatedAssociationOverview_detailedStatus - Detailed status information about the aggregated associations.

$sel:instanceAssociationStatusAggregatedCount:InstanceAggregatedAssociationOverview', instanceAggregatedAssociationOverview_instanceAssociationStatusAggregatedCount - The number of associations for the managed node(s).

InstanceAssociation

data InstanceAssociation Source #

One or more association documents on the managed node.

See: newInstanceAssociation smart constructor.

Constructors

InstanceAssociation' 

Fields

Instances

Instances details
FromJSON InstanceAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociation

Generic InstanceAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociation

Associated Types

type Rep InstanceAssociation :: Type -> Type #

Read InstanceAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociation

Show InstanceAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociation

NFData InstanceAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociation

Methods

rnf :: InstanceAssociation -> () #

Eq InstanceAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociation

Hashable InstanceAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociation

type Rep InstanceAssociation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociation

type Rep InstanceAssociation = D1 ('MetaData "InstanceAssociation" "Amazonka.SSM.Types.InstanceAssociation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InstanceAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newInstanceAssociation :: InstanceAssociation Source #

Create a value of InstanceAssociation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:associationId:InstanceAssociation', instanceAssociation_associationId - The association ID.

$sel:associationVersion:InstanceAssociation', instanceAssociation_associationVersion - Version information for the association on the managed node.

$sel:content:InstanceAssociation', instanceAssociation_content - The content of the association document for the managed node(s).

$sel:instanceId:InstanceAssociation', instanceAssociation_instanceId - The managed node ID.

instanceAssociation_associationVersion :: Lens' InstanceAssociation (Maybe Text) Source #

Version information for the association on the managed node.

instanceAssociation_content :: Lens' InstanceAssociation (Maybe Text) Source #

The content of the association document for the managed node(s).

InstanceAssociationOutputLocation

data InstanceAssociationOutputLocation Source #

An S3 bucket where you want to store the results of this request.

For the minimal permissions required to enable Amazon S3 output for an association, see Creating associations in the Systems Manager User Guide.

See: newInstanceAssociationOutputLocation smart constructor.

Constructors

InstanceAssociationOutputLocation' 

Fields

Instances

Instances details
FromJSON InstanceAssociationOutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputLocation

ToJSON InstanceAssociationOutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputLocation

Generic InstanceAssociationOutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputLocation

Associated Types

type Rep InstanceAssociationOutputLocation :: Type -> Type #

Read InstanceAssociationOutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputLocation

Show InstanceAssociationOutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputLocation

NFData InstanceAssociationOutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputLocation

Eq InstanceAssociationOutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputLocation

Hashable InstanceAssociationOutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputLocation

type Rep InstanceAssociationOutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputLocation

type Rep InstanceAssociationOutputLocation = D1 ('MetaData "InstanceAssociationOutputLocation" "Amazonka.SSM.Types.InstanceAssociationOutputLocation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InstanceAssociationOutputLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3OutputLocation))))

newInstanceAssociationOutputLocation :: InstanceAssociationOutputLocation Source #

Create a value of InstanceAssociationOutputLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3Location:InstanceAssociationOutputLocation', instanceAssociationOutputLocation_s3Location - An S3 bucket where you want to store the results of this request.

instanceAssociationOutputLocation_s3Location :: Lens' InstanceAssociationOutputLocation (Maybe S3OutputLocation) Source #

An S3 bucket where you want to store the results of this request.

InstanceAssociationOutputUrl

data InstanceAssociationOutputUrl Source #

The URL of S3 bucket where you want to store the results of this request.

See: newInstanceAssociationOutputUrl smart constructor.

Constructors

InstanceAssociationOutputUrl' 

Fields

Instances

Instances details
FromJSON InstanceAssociationOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputUrl

Generic InstanceAssociationOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputUrl

Associated Types

type Rep InstanceAssociationOutputUrl :: Type -> Type #

Read InstanceAssociationOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputUrl

Show InstanceAssociationOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputUrl

NFData InstanceAssociationOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputUrl

Eq InstanceAssociationOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputUrl

Hashable InstanceAssociationOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputUrl

type Rep InstanceAssociationOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationOutputUrl

type Rep InstanceAssociationOutputUrl = D1 ('MetaData "InstanceAssociationOutputUrl" "Amazonka.SSM.Types.InstanceAssociationOutputUrl" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InstanceAssociationOutputUrl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3OutputUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3OutputUrl))))

newInstanceAssociationOutputUrl :: InstanceAssociationOutputUrl Source #

Create a value of InstanceAssociationOutputUrl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3OutputUrl:InstanceAssociationOutputUrl', instanceAssociationOutputUrl_s3OutputUrl - The URL of S3 bucket where you want to store the results of this request.

instanceAssociationOutputUrl_s3OutputUrl :: Lens' InstanceAssociationOutputUrl (Maybe S3OutputUrl) Source #

The URL of S3 bucket where you want to store the results of this request.

InstanceAssociationStatusInfo

data InstanceAssociationStatusInfo Source #

Status information about the association.

See: newInstanceAssociationStatusInfo smart constructor.

Constructors

InstanceAssociationStatusInfo' 

Fields

Instances

Instances details
FromJSON InstanceAssociationStatusInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationStatusInfo

Generic InstanceAssociationStatusInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationStatusInfo

Associated Types

type Rep InstanceAssociationStatusInfo :: Type -> Type #

Read InstanceAssociationStatusInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationStatusInfo

Show InstanceAssociationStatusInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationStatusInfo

NFData InstanceAssociationStatusInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationStatusInfo

Eq InstanceAssociationStatusInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationStatusInfo

Hashable InstanceAssociationStatusInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationStatusInfo

type Rep InstanceAssociationStatusInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceAssociationStatusInfo

type Rep InstanceAssociationStatusInfo = D1 ('MetaData "InstanceAssociationStatusInfo" "Amazonka.SSM.Types.InstanceAssociationStatusInfo" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InstanceAssociationStatusInfo'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "associationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "detailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "executionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "executionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceAssociationOutputUrl)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newInstanceAssociationStatusInfo :: InstanceAssociationStatusInfo Source #

Create a value of InstanceAssociationStatusInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:associationId:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_associationId - The association ID.

$sel:associationName:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_associationName - The name of the association applied to the managed node.

$sel:associationVersion:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_associationVersion - The version of the association applied to the managed node.

$sel:detailedStatus:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_detailedStatus - Detailed status information about the association.

$sel:documentVersion:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_documentVersion - The association document versions.

$sel:errorCode:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_errorCode - An error code returned by the request to create the association.

$sel:executionDate:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_executionDate - The date the association ran.

$sel:executionSummary:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_executionSummary - Summary information about association execution.

$sel:instanceId:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_instanceId - The managed node ID where the association was created.

$sel:name:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_name - The name of the association.

$sel:outputUrl:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_outputUrl - A URL for an S3 bucket where you want to store the results of this request.

$sel:status:InstanceAssociationStatusInfo', instanceAssociationStatusInfo_status - Status information about the association.

instanceAssociationStatusInfo_associationName :: Lens' InstanceAssociationStatusInfo (Maybe Text) Source #

The name of the association applied to the managed node.

instanceAssociationStatusInfo_associationVersion :: Lens' InstanceAssociationStatusInfo (Maybe Text) Source #

The version of the association applied to the managed node.

instanceAssociationStatusInfo_errorCode :: Lens' InstanceAssociationStatusInfo (Maybe Text) Source #

An error code returned by the request to create the association.

instanceAssociationStatusInfo_instanceId :: Lens' InstanceAssociationStatusInfo (Maybe Text) Source #

The managed node ID where the association was created.

instanceAssociationStatusInfo_outputUrl :: Lens' InstanceAssociationStatusInfo (Maybe InstanceAssociationOutputUrl) Source #

A URL for an S3 bucket where you want to store the results of this request.

InstanceInformation

data InstanceInformation Source #

Describes a filter for a specific list of managed nodes.

See: newInstanceInformation smart constructor.

Constructors

InstanceInformation' 

Fields

Instances

Instances details
FromJSON InstanceInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformation

Generic InstanceInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformation

Associated Types

type Rep InstanceInformation :: Type -> Type #

Read InstanceInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformation

Show InstanceInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformation

NFData InstanceInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformation

Methods

rnf :: InstanceInformation -> () #

Eq InstanceInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformation

Hashable InstanceInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformation

type Rep InstanceInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformation

type Rep InstanceInformation = D1 ('MetaData "InstanceInformation" "Amazonka.SSM.Types.InstanceInformation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InstanceInformation'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "activationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "agentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "associationOverview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceAggregatedAssociationOverview)) :*: (S1 ('MetaSel ('Just "associationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "computerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "iPAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iamRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "isLatestVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "lastAssociationExecutionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "lastPingDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastSuccessfulAssociationExecutionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PingStatus)) :*: S1 ('MetaSel ('Just "platformName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "platformType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformType)) :*: (S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registrationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType))))))))

newInstanceInformation :: InstanceInformation Source #

Create a value of InstanceInformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activationId:InstanceInformation', instanceInformation_activationId - The activation ID created by Amazon Web Services Systems Manager when the server or virtual machine (VM) was registered.

$sel:agentVersion:InstanceInformation', instanceInformation_agentVersion - The version of SSM Agent running on your Linux managed node.

$sel:associationOverview:InstanceInformation', instanceInformation_associationOverview - Information about the association.

$sel:associationStatus:InstanceInformation', instanceInformation_associationStatus - The status of the association.

$sel:computerName:InstanceInformation', instanceInformation_computerName - The fully qualified host name of the managed node.

$sel:iPAddress:InstanceInformation', instanceInformation_iPAddress - The IP address of the managed node.

$sel:iamRole:InstanceInformation', instanceInformation_iamRole - The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed node. This call doesn't return the IAM role for Amazon Elastic Compute Cloud (Amazon EC2) instances. To retrieve the IAM role for an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.

$sel:instanceId:InstanceInformation', instanceInformation_instanceId - The managed node ID.

$sel:isLatestVersion:InstanceInformation', instanceInformation_isLatestVersion - Indicates whether the latest version of SSM Agent is running on your Linux managed node. This field doesn't indicate whether or not the latest version is installed on Windows managed nodes, because some older versions of Windows Server use the EC2Config service to process Systems Manager requests.

$sel:lastAssociationExecutionDate:InstanceInformation', instanceInformation_lastAssociationExecutionDate - The date the association was last run.

$sel:lastPingDateTime:InstanceInformation', instanceInformation_lastPingDateTime - The date and time when the agent last pinged the Systems Manager service.

$sel:lastSuccessfulAssociationExecutionDate:InstanceInformation', instanceInformation_lastSuccessfulAssociationExecutionDate - The last date the association was successfully run.

$sel:name:InstanceInformation', instanceInformation_name - The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is activated as a Systems Manager managed node. The name is specified as the DefaultInstanceName property using the CreateActivation command. It is applied to the managed node by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as explained in Install SSM Agent for a hybrid environment (Linux) and Install SSM Agent for a hybrid environment (Windows). To retrieve the Name tag of an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.

$sel:pingStatus:InstanceInformation', instanceInformation_pingStatus - Connection status of SSM Agent.

The status Inactive has been deprecated and is no longer in use.

$sel:platformName:InstanceInformation', instanceInformation_platformName - The name of the operating system platform running on your managed node.

$sel:platformType:InstanceInformation', instanceInformation_platformType - The operating system platform type.

$sel:platformVersion:InstanceInformation', instanceInformation_platformVersion - The version of the OS platform running on your managed node.

$sel:registrationDate:InstanceInformation', instanceInformation_registrationDate - The date the server or VM was registered with Amazon Web Services as a managed node.

$sel:resourceType:InstanceInformation', instanceInformation_resourceType - The type of instance. Instances are either EC2 instances or managed instances.

$sel:sourceId:InstanceInformation', instanceInformation_sourceId - The ID of the source resource. For IoT Greengrass devices, SourceId is the Thing name.

$sel:sourceType:InstanceInformation', instanceInformation_sourceType - The type of the source resource. For IoT Greengrass devices, SourceType is AWS::IoT::Thing.

instanceInformation_activationId :: Lens' InstanceInformation (Maybe Text) Source #

The activation ID created by Amazon Web Services Systems Manager when the server or virtual machine (VM) was registered.

instanceInformation_agentVersion :: Lens' InstanceInformation (Maybe Text) Source #

The version of SSM Agent running on your Linux managed node.

instanceInformation_computerName :: Lens' InstanceInformation (Maybe Text) Source #

The fully qualified host name of the managed node.

instanceInformation_iPAddress :: Lens' InstanceInformation (Maybe Text) Source #

The IP address of the managed node.

instanceInformation_iamRole :: Lens' InstanceInformation (Maybe Text) Source #

The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed node. This call doesn't return the IAM role for Amazon Elastic Compute Cloud (Amazon EC2) instances. To retrieve the IAM role for an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.

instanceInformation_isLatestVersion :: Lens' InstanceInformation (Maybe Bool) Source #

Indicates whether the latest version of SSM Agent is running on your Linux managed node. This field doesn't indicate whether or not the latest version is installed on Windows managed nodes, because some older versions of Windows Server use the EC2Config service to process Systems Manager requests.

instanceInformation_lastPingDateTime :: Lens' InstanceInformation (Maybe UTCTime) Source #

The date and time when the agent last pinged the Systems Manager service.

instanceInformation_name :: Lens' InstanceInformation (Maybe Text) Source #

The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is activated as a Systems Manager managed node. The name is specified as the DefaultInstanceName property using the CreateActivation command. It is applied to the managed node by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as explained in Install SSM Agent for a hybrid environment (Linux) and Install SSM Agent for a hybrid environment (Windows). To retrieve the Name tag of an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.

instanceInformation_pingStatus :: Lens' InstanceInformation (Maybe PingStatus) Source #

Connection status of SSM Agent.

The status Inactive has been deprecated and is no longer in use.

instanceInformation_platformName :: Lens' InstanceInformation (Maybe Text) Source #

The name of the operating system platform running on your managed node.

instanceInformation_platformVersion :: Lens' InstanceInformation (Maybe Text) Source #

The version of the OS platform running on your managed node.

instanceInformation_registrationDate :: Lens' InstanceInformation (Maybe UTCTime) Source #

The date the server or VM was registered with Amazon Web Services as a managed node.

instanceInformation_resourceType :: Lens' InstanceInformation (Maybe ResourceType) Source #

The type of instance. Instances are either EC2 instances or managed instances.

instanceInformation_sourceId :: Lens' InstanceInformation (Maybe Text) Source #

The ID of the source resource. For IoT Greengrass devices, SourceId is the Thing name.

instanceInformation_sourceType :: Lens' InstanceInformation (Maybe SourceType) Source #

The type of the source resource. For IoT Greengrass devices, SourceType is AWS::IoT::Thing.

InstanceInformationFilter

data InstanceInformationFilter Source #

Describes a filter for a specific list of managed nodes. You can filter node information by using tags. You specify tags by using a key-value mapping.

Use this operation instead of the DescribeInstanceInformationRequest$InstanceInformationFilterList method. The InstanceInformationFilterList method is a legacy method and doesn't support tags.

See: newInstanceInformationFilter smart constructor.

Constructors

InstanceInformationFilter' 

Fields

Instances

Instances details
ToJSON InstanceInformationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilter

Generic InstanceInformationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilter

Associated Types

type Rep InstanceInformationFilter :: Type -> Type #

Read InstanceInformationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilter

Show InstanceInformationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilter

NFData InstanceInformationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilter

Eq InstanceInformationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilter

Hashable InstanceInformationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilter

type Rep InstanceInformationFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationFilter

type Rep InstanceInformationFilter = D1 ('MetaData "InstanceInformationFilter" "Amazonka.SSM.Types.InstanceInformationFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InstanceInformationFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InstanceInformationFilterKey) :*: S1 ('MetaSel ('Just "valueSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newInstanceInformationFilter Source #

Create a value of InstanceInformationFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:InstanceInformationFilter', instanceInformationFilter_key - The name of the filter.

$sel:valueSet:InstanceInformationFilter', instanceInformationFilter_valueSet - The filter values.

InstanceInformationStringFilter

data InstanceInformationStringFilter Source #

The filters to describe or get information about your managed nodes.

See: newInstanceInformationStringFilter smart constructor.

Constructors

InstanceInformationStringFilter' 

Fields

  • key :: Text

    The filter key name to describe your managed nodes.

    Valid filter key values: ActivationIds | AgentVersion | AssociationStatus | IamRole | InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds | SourceTypes | "tag-key" | "tag:{keyname}

    • Valid values for the AssociationStatus filter key: Success | Pending | Failed
    • Valid values for the PingStatus filter key: Online | ConnectionLost | Inactive (deprecated)
    • Valid values for the PlatformType filter key: Windows | Linux | MacOS
    • Valid values for the ResourceType filter key: EC2Instance | ManagedInstance
    • Valid values for the SourceType filter key: AWS::EC2::Instance | AWS::SSM::ManagedInstance | AWS::IoT::Thing
    • Valid tag examples: Key=tag-key,Values=Purpose | Key=tag:Purpose,Values=Test.
  • values :: NonEmpty Text

    The filter values.

Instances

Instances details
ToJSON InstanceInformationStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationStringFilter

Generic InstanceInformationStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationStringFilter

Associated Types

type Rep InstanceInformationStringFilter :: Type -> Type #

Read InstanceInformationStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationStringFilter

Show InstanceInformationStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationStringFilter

NFData InstanceInformationStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationStringFilter

Eq InstanceInformationStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationStringFilter

Hashable InstanceInformationStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationStringFilter

type Rep InstanceInformationStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstanceInformationStringFilter

type Rep InstanceInformationStringFilter = D1 ('MetaData "InstanceInformationStringFilter" "Amazonka.SSM.Types.InstanceInformationStringFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InstanceInformationStringFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newInstanceInformationStringFilter Source #

Create a value of InstanceInformationStringFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:InstanceInformationStringFilter', instanceInformationStringFilter_key - The filter key name to describe your managed nodes.

Valid filter key values: ActivationIds | AgentVersion | AssociationStatus | IamRole | InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds | SourceTypes | "tag-key" | "tag:{keyname}

  • Valid values for the AssociationStatus filter key: Success | Pending | Failed
  • Valid values for the PingStatus filter key: Online | ConnectionLost | Inactive (deprecated)
  • Valid values for the PlatformType filter key: Windows | Linux | MacOS
  • Valid values for the ResourceType filter key: EC2Instance | ManagedInstance
  • Valid values for the SourceType filter key: AWS::EC2::Instance | AWS::SSM::ManagedInstance | AWS::IoT::Thing
  • Valid tag examples: Key=tag-key,Values=Purpose | Key=tag:Purpose,Values=Test.

$sel:values:InstanceInformationStringFilter', instanceInformationStringFilter_values - The filter values.

instanceInformationStringFilter_key :: Lens' InstanceInformationStringFilter Text Source #

The filter key name to describe your managed nodes.

Valid filter key values: ActivationIds | AgentVersion | AssociationStatus | IamRole | InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds | SourceTypes | "tag-key" | "tag:{keyname}

  • Valid values for the AssociationStatus filter key: Success | Pending | Failed
  • Valid values for the PingStatus filter key: Online | ConnectionLost | Inactive (deprecated)
  • Valid values for the PlatformType filter key: Windows | Linux | MacOS
  • Valid values for the ResourceType filter key: EC2Instance | ManagedInstance
  • Valid values for the SourceType filter key: AWS::EC2::Instance | AWS::SSM::ManagedInstance | AWS::IoT::Thing
  • Valid tag examples: Key=tag-key,Values=Purpose | Key=tag:Purpose,Values=Test.

InstancePatchState

data InstancePatchState Source #

Defines the high-level patch compliance state for a managed node, providing information about the number of installed, missing, not applicable, and failed patches along with metadata about the operation when this information was gathered for the managed node.

See: newInstancePatchState smart constructor.

Constructors

InstancePatchState' 

Fields

  • criticalNonCompliantCount :: Maybe Int

    The number of patches per node that are specified as Critical for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

  • failedCount :: Maybe Int

    The number of patches from the patch baseline that were attempted to be installed during the last patching operation, but failed to install.

  • installOverrideList :: Maybe Text

    An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed. This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the SSM document AWS-RunPatchBaseline, overrides the patches specified by the default patch baseline.

    For more information about the InstallOverrideList parameter, see About the AWS-RunPatchBaseline SSM document in the Amazon Web Services Systems Manager User Guide.

  • installedCount :: Maybe Int

    The number of patches from the patch baseline that are installed on the managed node.

  • installedOtherCount :: Maybe Int

    The number of patches not specified in the patch baseline that are installed on the managed node.

  • installedPendingRebootCount :: Maybe Int

    The number of patches installed by Patch Manager since the last time the managed node was rebooted.

  • installedRejectedCount :: Maybe Int

    The number of patches installed on a managed node that are specified in a RejectedPatches list. Patches with a status of InstalledRejected were typically installed before they were added to a RejectedPatches list.

    If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstalledRejectedCount will always be 0 (zero).

  • lastNoRebootInstallOperationTime :: Maybe POSIX

    The time of the last attempt to patch the managed node with NoReboot specified as the reboot option.

  • missingCount :: Maybe Int

    The number of patches from the patch baseline that are applicable for the managed node but aren't currently installed.

  • notApplicableCount :: Maybe Int

    The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't installed on the node. This number may be truncated if the list of patch names is very large. The number of patches beyond this limit are reported in UnreportedNotApplicableCount.

  • otherNonCompliantCount :: Maybe Int

    The number of patches per node that are specified as other than Critical or Security but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.

  • ownerInformation :: Maybe (Sensitive Text)

    Placeholder information. This field will always be empty in the current release of the service.

  • rebootOption :: Maybe RebootOption

    Indicates the reboot option specified in the patch baseline.

    Reboot options apply to Install operations only. Reboots aren't attempted for Patch Manager Scan operations.

    • RebootIfNeeded: Patch Manager tries to reboot the managed node if it installed any patches, or if any patches are detected with a status of InstalledPendingReboot.
    • NoReboot: Patch Manager attempts to install missing packages without trying to reboot the system. Patches installed with this option are assigned a status of InstalledPendingReboot. These patches might not be in effect until a reboot is performed.
  • securityNonCompliantCount :: Maybe Int

    The number of patches per node that are specified as Security in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

  • snapshotId :: Maybe Text

    The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.

  • unreportedNotApplicableCount :: Maybe Int

    The number of patches beyond the supported limit of NotApplicableCount that aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.

  • instanceId :: Text

    The ID of the managed node the high-level patch compliance information was collected for.

  • patchGroup :: Text

    The name of the patch group the managed node belongs to.

  • baselineId :: Text

    The ID of the patch baseline used to patch the managed node.

  • operationStartTime :: POSIX

    The time the most recent patching operation was started on the managed node.

  • operationEndTime :: POSIX

    The time the most recent patching operation completed on the managed node.

  • operation :: PatchOperationType

    The type of patching operation that was performed: or

    • SCAN assesses the patch compliance state.
    • INSTALL installs missing patches.

Instances

Instances details
FromJSON InstancePatchState Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchState

Generic InstancePatchState Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchState

Associated Types

type Rep InstancePatchState :: Type -> Type #

Show InstancePatchState Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchState

NFData InstancePatchState Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchState

Methods

rnf :: InstancePatchState -> () #

Eq InstancePatchState Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchState

Hashable InstancePatchState Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchState

type Rep InstancePatchState Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchState

type Rep InstancePatchState = D1 ('MetaData "InstancePatchState" "Amazonka.SSM.Types.InstancePatchState" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InstancePatchState'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "criticalNonCompliantCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "failedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "installOverrideList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "installedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "installedOtherCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "installedPendingRebootCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "installedRejectedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "lastNoRebootInstallOperationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "missingCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "notApplicableCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "otherNonCompliantCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "ownerInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "rebootOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RebootOption))) :*: (S1 ('MetaSel ('Just "securityNonCompliantCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "unreportedNotApplicableCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "patchGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "baselineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "operationStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "operationEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "operation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PatchOperationType)))))))

newInstancePatchState Source #

Create a value of InstancePatchState with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:criticalNonCompliantCount:InstancePatchState', instancePatchState_criticalNonCompliantCount - The number of patches per node that are specified as Critical for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

$sel:failedCount:InstancePatchState', instancePatchState_failedCount - The number of patches from the patch baseline that were attempted to be installed during the last patching operation, but failed to install.

$sel:installOverrideList:InstancePatchState', instancePatchState_installOverrideList - An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed. This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the SSM document AWS-RunPatchBaseline, overrides the patches specified by the default patch baseline.

For more information about the InstallOverrideList parameter, see About the AWS-RunPatchBaseline SSM document in the Amazon Web Services Systems Manager User Guide.

$sel:installedCount:InstancePatchState', instancePatchState_installedCount - The number of patches from the patch baseline that are installed on the managed node.

$sel:installedOtherCount:InstancePatchState', instancePatchState_installedOtherCount - The number of patches not specified in the patch baseline that are installed on the managed node.

$sel:installedPendingRebootCount:InstancePatchState', instancePatchState_installedPendingRebootCount - The number of patches installed by Patch Manager since the last time the managed node was rebooted.

$sel:installedRejectedCount:InstancePatchState', instancePatchState_installedRejectedCount - The number of patches installed on a managed node that are specified in a RejectedPatches list. Patches with a status of InstalledRejected were typically installed before they were added to a RejectedPatches list.

If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstalledRejectedCount will always be 0 (zero).

$sel:lastNoRebootInstallOperationTime:InstancePatchState', instancePatchState_lastNoRebootInstallOperationTime - The time of the last attempt to patch the managed node with NoReboot specified as the reboot option.

$sel:missingCount:InstancePatchState', instancePatchState_missingCount - The number of patches from the patch baseline that are applicable for the managed node but aren't currently installed.

$sel:notApplicableCount:InstancePatchState', instancePatchState_notApplicableCount - The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't installed on the node. This number may be truncated if the list of patch names is very large. The number of patches beyond this limit are reported in UnreportedNotApplicableCount.

$sel:otherNonCompliantCount:InstancePatchState', instancePatchState_otherNonCompliantCount - The number of patches per node that are specified as other than Critical or Security but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.

$sel:ownerInformation:InstancePatchState', instancePatchState_ownerInformation - Placeholder information. This field will always be empty in the current release of the service.

$sel:rebootOption:InstancePatchState', instancePatchState_rebootOption - Indicates the reboot option specified in the patch baseline.

Reboot options apply to Install operations only. Reboots aren't attempted for Patch Manager Scan operations.

  • RebootIfNeeded: Patch Manager tries to reboot the managed node if it installed any patches, or if any patches are detected with a status of InstalledPendingReboot.
  • NoReboot: Patch Manager attempts to install missing packages without trying to reboot the system. Patches installed with this option are assigned a status of InstalledPendingReboot. These patches might not be in effect until a reboot is performed.

$sel:securityNonCompliantCount:InstancePatchState', instancePatchState_securityNonCompliantCount - The number of patches per node that are specified as Security in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

$sel:snapshotId:InstancePatchState', instancePatchState_snapshotId - The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.

$sel:unreportedNotApplicableCount:InstancePatchState', instancePatchState_unreportedNotApplicableCount - The number of patches beyond the supported limit of NotApplicableCount that aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.

$sel:instanceId:InstancePatchState', instancePatchState_instanceId - The ID of the managed node the high-level patch compliance information was collected for.

$sel:patchGroup:InstancePatchState', instancePatchState_patchGroup - The name of the patch group the managed node belongs to.

$sel:baselineId:InstancePatchState', instancePatchState_baselineId - The ID of the patch baseline used to patch the managed node.

$sel:operationStartTime:InstancePatchState', instancePatchState_operationStartTime - The time the most recent patching operation was started on the managed node.

$sel:operationEndTime:InstancePatchState', instancePatchState_operationEndTime - The time the most recent patching operation completed on the managed node.

$sel:operation:InstancePatchState', instancePatchState_operation - The type of patching operation that was performed: or

  • SCAN assesses the patch compliance state.
  • INSTALL installs missing patches.

instancePatchState_criticalNonCompliantCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches per node that are specified as Critical for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

instancePatchState_failedCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches from the patch baseline that were attempted to be installed during the last patching operation, but failed to install.

instancePatchState_installOverrideList :: Lens' InstancePatchState (Maybe Text) Source #

An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed. This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the SSM document AWS-RunPatchBaseline, overrides the patches specified by the default patch baseline.

For more information about the InstallOverrideList parameter, see About the AWS-RunPatchBaseline SSM document in the Amazon Web Services Systems Manager User Guide.

instancePatchState_installedCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches from the patch baseline that are installed on the managed node.

instancePatchState_installedOtherCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches not specified in the patch baseline that are installed on the managed node.

instancePatchState_installedPendingRebootCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches installed by Patch Manager since the last time the managed node was rebooted.

instancePatchState_installedRejectedCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches installed on a managed node that are specified in a RejectedPatches list. Patches with a status of InstalledRejected were typically installed before they were added to a RejectedPatches list.

If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstalledRejectedCount will always be 0 (zero).

instancePatchState_lastNoRebootInstallOperationTime :: Lens' InstancePatchState (Maybe UTCTime) Source #

The time of the last attempt to patch the managed node with NoReboot specified as the reboot option.

instancePatchState_missingCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches from the patch baseline that are applicable for the managed node but aren't currently installed.

instancePatchState_notApplicableCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't installed on the node. This number may be truncated if the list of patch names is very large. The number of patches beyond this limit are reported in UnreportedNotApplicableCount.

instancePatchState_otherNonCompliantCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches per node that are specified as other than Critical or Security but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.

instancePatchState_ownerInformation :: Lens' InstancePatchState (Maybe Text) Source #

Placeholder information. This field will always be empty in the current release of the service.

instancePatchState_rebootOption :: Lens' InstancePatchState (Maybe RebootOption) Source #

Indicates the reboot option specified in the patch baseline.

Reboot options apply to Install operations only. Reboots aren't attempted for Patch Manager Scan operations.

  • RebootIfNeeded: Patch Manager tries to reboot the managed node if it installed any patches, or if any patches are detected with a status of InstalledPendingReboot.
  • NoReboot: Patch Manager attempts to install missing packages without trying to reboot the system. Patches installed with this option are assigned a status of InstalledPendingReboot. These patches might not be in effect until a reboot is performed.

instancePatchState_securityNonCompliantCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches per node that are specified as Security in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

instancePatchState_snapshotId :: Lens' InstancePatchState (Maybe Text) Source #

The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.

instancePatchState_unreportedNotApplicableCount :: Lens' InstancePatchState (Maybe Int) Source #

The number of patches beyond the supported limit of NotApplicableCount that aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.

instancePatchState_instanceId :: Lens' InstancePatchState Text Source #

The ID of the managed node the high-level patch compliance information was collected for.

instancePatchState_patchGroup :: Lens' InstancePatchState Text Source #

The name of the patch group the managed node belongs to.

instancePatchState_baselineId :: Lens' InstancePatchState Text Source #

The ID of the patch baseline used to patch the managed node.

instancePatchState_operationStartTime :: Lens' InstancePatchState UTCTime Source #

The time the most recent patching operation was started on the managed node.

instancePatchState_operationEndTime :: Lens' InstancePatchState UTCTime Source #

The time the most recent patching operation completed on the managed node.

instancePatchState_operation :: Lens' InstancePatchState PatchOperationType Source #

The type of patching operation that was performed: or

  • SCAN assesses the patch compliance state.
  • INSTALL installs missing patches.

InstancePatchStateFilter

data InstancePatchStateFilter Source #

Defines a filter used in DescribeInstancePatchStatesForPatchGroup to scope down the information returned by the API.

Example: To filter for all managed nodes in a patch group having more than three patches with a FailedCount status, use the following for the filter:

  • Value for Key: FailedCount
  • Value for Type: GreaterThan
  • Value for Values: 3

See: newInstancePatchStateFilter smart constructor.

Constructors

InstancePatchStateFilter' 

Fields

  • key :: Text

    The key for the filter. Supported values include the following:

    • InstalledCount
    • InstalledOtherCount
    • InstalledPendingRebootCount
    • InstalledRejectedCount
    • MissingCount
    • FailedCount
    • UnreportedNotApplicableCount
    • NotApplicableCount
  • values :: NonEmpty Text

    The value for the filter. Must be an integer greater than or equal to 0.

  • type' :: InstancePatchStateOperatorType

    The type of comparison that should be performed for the value.

Instances

Instances details
ToJSON InstancePatchStateFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateFilter

Generic InstancePatchStateFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateFilter

Associated Types

type Rep InstancePatchStateFilter :: Type -> Type #

Read InstancePatchStateFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateFilter

Show InstancePatchStateFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateFilter

NFData InstancePatchStateFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateFilter

Eq InstancePatchStateFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateFilter

Hashable InstancePatchStateFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateFilter

type Rep InstancePatchStateFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InstancePatchStateFilter

type Rep InstancePatchStateFilter = D1 ('MetaData "InstancePatchStateFilter" "Amazonka.SSM.Types.InstancePatchStateFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InstancePatchStateFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InstancePatchStateOperatorType))))

newInstancePatchStateFilter Source #

Create a value of InstancePatchStateFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:InstancePatchStateFilter', instancePatchStateFilter_key - The key for the filter. Supported values include the following:

  • InstalledCount
  • InstalledOtherCount
  • InstalledPendingRebootCount
  • InstalledRejectedCount
  • MissingCount
  • FailedCount
  • UnreportedNotApplicableCount
  • NotApplicableCount

$sel:values:InstancePatchStateFilter', instancePatchStateFilter_values - The value for the filter. Must be an integer greater than or equal to 0.

$sel:type':InstancePatchStateFilter', instancePatchStateFilter_type - The type of comparison that should be performed for the value.

instancePatchStateFilter_key :: Lens' InstancePatchStateFilter Text Source #

The key for the filter. Supported values include the following:

  • InstalledCount
  • InstalledOtherCount
  • InstalledPendingRebootCount
  • InstalledRejectedCount
  • MissingCount
  • FailedCount
  • UnreportedNotApplicableCount
  • NotApplicableCount

instancePatchStateFilter_values :: Lens' InstancePatchStateFilter (NonEmpty Text) Source #

The value for the filter. Must be an integer greater than or equal to 0.

instancePatchStateFilter_type :: Lens' InstancePatchStateFilter InstancePatchStateOperatorType Source #

The type of comparison that should be performed for the value.

InventoryAggregator

data InventoryAggregator Source #

Specifies the inventory type and attribute for the aggregation execution.

See: newInventoryAggregator smart constructor.

Constructors

InventoryAggregator' 

Fields

Instances

Instances details
ToJSON InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

Generic InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

Associated Types

type Rep InventoryAggregator :: Type -> Type #

Read InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

Show InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

NFData InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

Methods

rnf :: InventoryAggregator -> () #

Eq InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

Hashable InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

type Rep InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

type Rep InventoryAggregator = D1 ('MetaData "InventoryAggregator" "Amazonka.SSM.Types.InventoryAggregator" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryAggregator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty InventoryAggregator))) :*: (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty InventoryGroup))))))

newInventoryAggregator :: InventoryAggregator Source #

Create a value of InventoryAggregator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:aggregators:InventoryAggregator', inventoryAggregator_aggregators - Nested aggregators to further refine aggregation for an inventory type.

$sel:expression:InventoryAggregator', inventoryAggregator_expression - The inventory type and attribute name for aggregation.

$sel:groups:InventoryAggregator', inventoryAggregator_groups - A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

inventoryAggregator_aggregators :: Lens' InventoryAggregator (Maybe (NonEmpty InventoryAggregator)) Source #

Nested aggregators to further refine aggregation for an inventory type.

inventoryAggregator_expression :: Lens' InventoryAggregator (Maybe Text) Source #

The inventory type and attribute name for aggregation.

inventoryAggregator_groups :: Lens' InventoryAggregator (Maybe (NonEmpty InventoryGroup)) Source #

A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

InventoryDeletionStatusItem

data InventoryDeletionStatusItem Source #

Status information returned by the DeleteInventory operation.

See: newInventoryDeletionStatusItem smart constructor.

Constructors

InventoryDeletionStatusItem' 

Fields

Instances

Instances details
FromJSON InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

Generic InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

Associated Types

type Rep InventoryDeletionStatusItem :: Type -> Type #

Read InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

Show InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

NFData InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

Eq InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

Hashable InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

type Rep InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

type Rep InventoryDeletionStatusItem = D1 ('MetaData "InventoryDeletionStatusItem" "Amazonka.SSM.Types.InventoryDeletionStatusItem" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryDeletionStatusItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deletionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deletionStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deletionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InventoryDeletionSummary)))) :*: ((S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InventoryDeletionStatus)) :*: S1 ('MetaSel ('Just "lastStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastStatusUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newInventoryDeletionStatusItem :: InventoryDeletionStatusItem Source #

Create a value of InventoryDeletionStatusItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deletionId:InventoryDeletionStatusItem', inventoryDeletionStatusItem_deletionId - The deletion ID returned by the DeleteInventory operation.

$sel:deletionStartTime:InventoryDeletionStatusItem', inventoryDeletionStatusItem_deletionStartTime - The UTC timestamp when the delete operation started.

$sel:deletionSummary:InventoryDeletionStatusItem', inventoryDeletionStatusItem_deletionSummary - Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.

$sel:lastStatus:InventoryDeletionStatusItem', inventoryDeletionStatusItem_lastStatus - The status of the operation. Possible values are InProgress and Complete.

$sel:lastStatusMessage:InventoryDeletionStatusItem', inventoryDeletionStatusItem_lastStatusMessage - Information about the status.

$sel:lastStatusUpdateTime:InventoryDeletionStatusItem', inventoryDeletionStatusItem_lastStatusUpdateTime - The UTC timestamp of when the last status report.

$sel:typeName:InventoryDeletionStatusItem', inventoryDeletionStatusItem_typeName - The name of the inventory data type.

inventoryDeletionStatusItem_deletionId :: Lens' InventoryDeletionStatusItem (Maybe Text) Source #

The deletion ID returned by the DeleteInventory operation.

inventoryDeletionStatusItem_deletionSummary :: Lens' InventoryDeletionStatusItem (Maybe InventoryDeletionSummary) Source #

Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.

inventoryDeletionStatusItem_lastStatus :: Lens' InventoryDeletionStatusItem (Maybe InventoryDeletionStatus) Source #

The status of the operation. Possible values are InProgress and Complete.

InventoryDeletionSummary

data InventoryDeletionSummary Source #

Information about the delete operation.

See: newInventoryDeletionSummary smart constructor.

Constructors

InventoryDeletionSummary' 

Fields

Instances

Instances details
FromJSON InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

Generic InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

Associated Types

type Rep InventoryDeletionSummary :: Type -> Type #

Read InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

Show InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

NFData InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

Eq InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

Hashable InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

type Rep InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

type Rep InventoryDeletionSummary = D1 ('MetaData "InventoryDeletionSummary" "Amazonka.SSM.Types.InventoryDeletionSummary" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryDeletionSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "remainingCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "summaryItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InventoryDeletionSummaryItem])) :*: S1 ('MetaSel ('Just "totalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newInventoryDeletionSummary :: InventoryDeletionSummary Source #

Create a value of InventoryDeletionSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

InventoryDeletionSummary, inventoryDeletionSummary_remainingCount - Remaining number of items to delete.

$sel:summaryItems:InventoryDeletionSummary', inventoryDeletionSummary_summaryItems - A list of counts and versions for deleted items.

$sel:totalCount:InventoryDeletionSummary', inventoryDeletionSummary_totalCount - The total number of items to delete. This count doesn't change during the delete operation.

inventoryDeletionSummary_totalCount :: Lens' InventoryDeletionSummary (Maybe Int) Source #

The total number of items to delete. This count doesn't change during the delete operation.

InventoryDeletionSummaryItem

data InventoryDeletionSummaryItem Source #

Either a count, remaining count, or a version number in a delete inventory summary.

See: newInventoryDeletionSummaryItem smart constructor.

Constructors

InventoryDeletionSummaryItem' 

Fields

Instances

Instances details
FromJSON InventoryDeletionSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummaryItem

Generic InventoryDeletionSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummaryItem

Associated Types

type Rep InventoryDeletionSummaryItem :: Type -> Type #

Read InventoryDeletionSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummaryItem

Show InventoryDeletionSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummaryItem

NFData InventoryDeletionSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummaryItem

Eq InventoryDeletionSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummaryItem

Hashable InventoryDeletionSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummaryItem

type Rep InventoryDeletionSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummaryItem

type Rep InventoryDeletionSummaryItem = D1 ('MetaData "InventoryDeletionSummaryItem" "Amazonka.SSM.Types.InventoryDeletionSummaryItem" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryDeletionSummaryItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "remainingCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newInventoryDeletionSummaryItem :: InventoryDeletionSummaryItem Source #

Create a value of InventoryDeletionSummaryItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:count:InventoryDeletionSummaryItem', inventoryDeletionSummaryItem_count - A count of the number of deleted items.

$sel:remainingCount:InventoryDeletionSummaryItem', inventoryDeletionSummaryItem_remainingCount - The remaining number of items to delete.

$sel:version:InventoryDeletionSummaryItem', inventoryDeletionSummaryItem_version - The inventory type version.

InventoryFilter

data InventoryFilter Source #

One or more filters. Use a filter to return a more specific list of results.

See: newInventoryFilter smart constructor.

Constructors

InventoryFilter' 

Fields

  • type' :: Maybe InventoryQueryOperatorType

    The type of filter.

    The Exists filter must be used with aggregators. For more information, see Aggregating inventory data in the Amazon Web Services Systems Manager User Guide.

  • key :: Text

    The name of the filter key.

  • values :: NonEmpty Text

    Inventory filter values. Example: inventory filter where managed node IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal.

Instances

Instances details
ToJSON InventoryFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryFilter

Generic InventoryFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryFilter

Associated Types

type Rep InventoryFilter :: Type -> Type #

Read InventoryFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryFilter

Show InventoryFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryFilter

NFData InventoryFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryFilter

Methods

rnf :: InventoryFilter -> () #

Eq InventoryFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryFilter

Hashable InventoryFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryFilter

type Rep InventoryFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryFilter

type Rep InventoryFilter = D1 ('MetaData "InventoryFilter" "Amazonka.SSM.Types.InventoryFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InventoryQueryOperatorType)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newInventoryFilter Source #

Create a value of InventoryFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':InventoryFilter', inventoryFilter_type - The type of filter.

The Exists filter must be used with aggregators. For more information, see Aggregating inventory data in the Amazon Web Services Systems Manager User Guide.

$sel:key:InventoryFilter', inventoryFilter_key - The name of the filter key.

$sel:values:InventoryFilter', inventoryFilter_values - Inventory filter values. Example: inventory filter where managed node IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal.

inventoryFilter_type :: Lens' InventoryFilter (Maybe InventoryQueryOperatorType) Source #

The type of filter.

The Exists filter must be used with aggregators. For more information, see Aggregating inventory data in the Amazon Web Services Systems Manager User Guide.

inventoryFilter_key :: Lens' InventoryFilter Text Source #

The name of the filter key.

inventoryFilter_values :: Lens' InventoryFilter (NonEmpty Text) Source #

Inventory filter values. Example: inventory filter where managed node IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal.

InventoryGroup

data InventoryGroup Source #

A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

See: newInventoryGroup smart constructor.

Constructors

InventoryGroup' 

Fields

  • name :: Text

    The name of the group.

  • filters :: NonEmpty InventoryFilter

    Filters define the criteria for the group. The matchingCount field displays the number of resources that match the criteria. The notMatchingCount field displays the number of resources that don't match the criteria.

Instances

Instances details
ToJSON InventoryGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryGroup

Generic InventoryGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryGroup

Associated Types

type Rep InventoryGroup :: Type -> Type #

Read InventoryGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryGroup

Show InventoryGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryGroup

NFData InventoryGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryGroup

Methods

rnf :: InventoryGroup -> () #

Eq InventoryGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryGroup

Hashable InventoryGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryGroup

type Rep InventoryGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryGroup

type Rep InventoryGroup = D1 ('MetaData "InventoryGroup" "Amazonka.SSM.Types.InventoryGroup" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty InventoryFilter))))

newInventoryGroup Source #

Create a value of InventoryGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:InventoryGroup', inventoryGroup_name - The name of the group.

$sel:filters:InventoryGroup', inventoryGroup_filters - Filters define the criteria for the group. The matchingCount field displays the number of resources that match the criteria. The notMatchingCount field displays the number of resources that don't match the criteria.

inventoryGroup_filters :: Lens' InventoryGroup (NonEmpty InventoryFilter) Source #

Filters define the criteria for the group. The matchingCount field displays the number of resources that match the criteria. The notMatchingCount field displays the number of resources that don't match the criteria.

InventoryItem

data InventoryItem Source #

Information collected from managed nodes based on your inventory policy document

See: newInventoryItem smart constructor.

Constructors

InventoryItem' 

Fields

  • content :: Maybe [HashMap Text Text]

    The inventory data of the inventory type.

  • contentHash :: Maybe Text

    MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.

  • context :: Maybe (HashMap Text Text)

    A map of associated properties for a specified inventory type. For example, with this attribute, you can specify the ExecutionId, ExecutionType, ComplianceType properties of the AWS:ComplianceItem type.

  • typeName :: Text

    The name of the inventory type. Default inventory item type names start with AWS. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.

  • schemaVersion :: Text

    The schema version for the inventory item.

  • captureTime :: Text

    The time the inventory information was collected.

Instances

Instances details
ToJSON InventoryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItem

Generic InventoryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItem

Associated Types

type Rep InventoryItem :: Type -> Type #

Read InventoryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItem

Show InventoryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItem

NFData InventoryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItem

Methods

rnf :: InventoryItem -> () #

Eq InventoryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItem

Hashable InventoryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItem

type Rep InventoryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItem

newInventoryItem Source #

Create a value of InventoryItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:content:InventoryItem', inventoryItem_content - The inventory data of the inventory type.

$sel:contentHash:InventoryItem', inventoryItem_contentHash - MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.

$sel:context:InventoryItem', inventoryItem_context - A map of associated properties for a specified inventory type. For example, with this attribute, you can specify the ExecutionId, ExecutionType, ComplianceType properties of the AWS:ComplianceItem type.

$sel:typeName:InventoryItem', inventoryItem_typeName - The name of the inventory type. Default inventory item type names start with AWS. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.

$sel:schemaVersion:InventoryItem', inventoryItem_schemaVersion - The schema version for the inventory item.

$sel:captureTime:InventoryItem', inventoryItem_captureTime - The time the inventory information was collected.

inventoryItem_content :: Lens' InventoryItem (Maybe [HashMap Text Text]) Source #

The inventory data of the inventory type.

inventoryItem_contentHash :: Lens' InventoryItem (Maybe Text) Source #

MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.

inventoryItem_context :: Lens' InventoryItem (Maybe (HashMap Text Text)) Source #

A map of associated properties for a specified inventory type. For example, with this attribute, you can specify the ExecutionId, ExecutionType, ComplianceType properties of the AWS:ComplianceItem type.

inventoryItem_typeName :: Lens' InventoryItem Text Source #

The name of the inventory type. Default inventory item type names start with AWS. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.

inventoryItem_schemaVersion :: Lens' InventoryItem Text Source #

The schema version for the inventory item.

inventoryItem_captureTime :: Lens' InventoryItem Text Source #

The time the inventory information was collected.

InventoryItemAttribute

data InventoryItemAttribute Source #

Attributes are the entries within the inventory item content. It contains name and value.

See: newInventoryItemAttribute smart constructor.

Constructors

InventoryItemAttribute' 

Fields

Instances

Instances details
FromJSON InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

Generic InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

Associated Types

type Rep InventoryItemAttribute :: Type -> Type #

Read InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

Show InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

NFData InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

Methods

rnf :: InventoryItemAttribute -> () #

Eq InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

Hashable InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

type Rep InventoryItemAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemAttribute

type Rep InventoryItemAttribute = D1 ('MetaData "InventoryItemAttribute" "Amazonka.SSM.Types.InventoryItemAttribute" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryItemAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InventoryAttributeDataType)))

newInventoryItemAttribute Source #

Create a value of InventoryItemAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:InventoryItemAttribute', inventoryItemAttribute_name - Name of the inventory item attribute.

$sel:dataType:InventoryItemAttribute', inventoryItemAttribute_dataType - The data type of the inventory item attribute.

inventoryItemAttribute_name :: Lens' InventoryItemAttribute Text Source #

Name of the inventory item attribute.

InventoryItemSchema

data InventoryItemSchema Source #

The inventory item schema definition. Users can use this to compose inventory query filters.

See: newInventoryItemSchema smart constructor.

Constructors

InventoryItemSchema' 

Fields

  • displayName :: Maybe Text

    The alias name of the inventory type. The alias name is used for display purposes.

  • version :: Maybe Text

    The schema version for the inventory item.

  • typeName :: Text

    The name of the inventory type. Default inventory item type names start with Amazon Web Services. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.

  • attributes :: NonEmpty InventoryItemAttribute

    The schema attributes for inventory. This contains data type and attribute name.

Instances

Instances details
FromJSON InventoryItemSchema Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemSchema

Generic InventoryItemSchema Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemSchema

Associated Types

type Rep InventoryItemSchema :: Type -> Type #

Read InventoryItemSchema Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemSchema

Show InventoryItemSchema Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemSchema

NFData InventoryItemSchema Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemSchema

Methods

rnf :: InventoryItemSchema -> () #

Eq InventoryItemSchema Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemSchema

Hashable InventoryItemSchema Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemSchema

type Rep InventoryItemSchema Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryItemSchema

type Rep InventoryItemSchema = D1 ('MetaData "InventoryItemSchema" "Amazonka.SSM.Types.InventoryItemSchema" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryItemSchema'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty InventoryItemAttribute)))))

newInventoryItemSchema Source #

Create a value of InventoryItemSchema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:displayName:InventoryItemSchema', inventoryItemSchema_displayName - The alias name of the inventory type. The alias name is used for display purposes.

$sel:version:InventoryItemSchema', inventoryItemSchema_version - The schema version for the inventory item.

$sel:typeName:InventoryItemSchema', inventoryItemSchema_typeName - The name of the inventory type. Default inventory item type names start with Amazon Web Services. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.

$sel:attributes:InventoryItemSchema', inventoryItemSchema_attributes - The schema attributes for inventory. This contains data type and attribute name.

inventoryItemSchema_displayName :: Lens' InventoryItemSchema (Maybe Text) Source #

The alias name of the inventory type. The alias name is used for display purposes.

inventoryItemSchema_version :: Lens' InventoryItemSchema (Maybe Text) Source #

The schema version for the inventory item.

inventoryItemSchema_typeName :: Lens' InventoryItemSchema Text Source #

The name of the inventory type. Default inventory item type names start with Amazon Web Services. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.

inventoryItemSchema_attributes :: Lens' InventoryItemSchema (NonEmpty InventoryItemAttribute) Source #

The schema attributes for inventory. This contains data type and attribute name.

InventoryResultEntity

data InventoryResultEntity Source #

Inventory query results.

See: newInventoryResultEntity smart constructor.

Constructors

InventoryResultEntity' 

Fields

  • data' :: Maybe (HashMap Text InventoryResultItem)

    The data section in the inventory result entity JSON.

  • id :: Maybe Text

    ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.

Instances

Instances details
FromJSON InventoryResultEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultEntity

Generic InventoryResultEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultEntity

Associated Types

type Rep InventoryResultEntity :: Type -> Type #

Read InventoryResultEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultEntity

Show InventoryResultEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultEntity

NFData InventoryResultEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultEntity

Methods

rnf :: InventoryResultEntity -> () #

Eq InventoryResultEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultEntity

Hashable InventoryResultEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultEntity

type Rep InventoryResultEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultEntity

type Rep InventoryResultEntity = D1 ('MetaData "InventoryResultEntity" "Amazonka.SSM.Types.InventoryResultEntity" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryResultEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text InventoryResultItem))) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInventoryResultEntity :: InventoryResultEntity Source #

Create a value of InventoryResultEntity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:data':InventoryResultEntity', inventoryResultEntity_data - The data section in the inventory result entity JSON.

$sel:id:InventoryResultEntity', inventoryResultEntity_id - ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.

inventoryResultEntity_data :: Lens' InventoryResultEntity (Maybe (HashMap Text InventoryResultItem)) Source #

The data section in the inventory result entity JSON.

inventoryResultEntity_id :: Lens' InventoryResultEntity (Maybe Text) Source #

ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.

InventoryResultItem

data InventoryResultItem Source #

The inventory result item.

See: newInventoryResultItem smart constructor.

Constructors

InventoryResultItem' 

Fields

  • captureTime :: Maybe Text

    The time inventory item data was captured.

  • contentHash :: Maybe Text

    MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.

  • typeName :: Text

    The name of the inventory result item type.

  • schemaVersion :: Text

    The schema version for the inventory result item/

  • content :: [HashMap Text Text]

    Contains all the inventory data of the item type. Results include attribute names and values.

Instances

Instances details
FromJSON InventoryResultItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultItem

Generic InventoryResultItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultItem

Associated Types

type Rep InventoryResultItem :: Type -> Type #

Read InventoryResultItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultItem

Show InventoryResultItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultItem

NFData InventoryResultItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultItem

Methods

rnf :: InventoryResultItem -> () #

Eq InventoryResultItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultItem

Hashable InventoryResultItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultItem

type Rep InventoryResultItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryResultItem

type Rep InventoryResultItem = D1 ('MetaData "InventoryResultItem" "Amazonka.SSM.Types.InventoryResultItem" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryResultItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "captureTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contentHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HashMap Text Text])))))

newInventoryResultItem Source #

Create a value of InventoryResultItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:captureTime:InventoryResultItem', inventoryResultItem_captureTime - The time inventory item data was captured.

$sel:contentHash:InventoryResultItem', inventoryResultItem_contentHash - MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.

$sel:typeName:InventoryResultItem', inventoryResultItem_typeName - The name of the inventory result item type.

$sel:schemaVersion:InventoryResultItem', inventoryResultItem_schemaVersion - The schema version for the inventory result item/

$sel:content:InventoryResultItem', inventoryResultItem_content - Contains all the inventory data of the item type. Results include attribute names and values.

inventoryResultItem_captureTime :: Lens' InventoryResultItem (Maybe Text) Source #

The time inventory item data was captured.

inventoryResultItem_contentHash :: Lens' InventoryResultItem (Maybe Text) Source #

MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.

inventoryResultItem_typeName :: Lens' InventoryResultItem Text Source #

The name of the inventory result item type.

inventoryResultItem_schemaVersion :: Lens' InventoryResultItem Text Source #

The schema version for the inventory result item/

inventoryResultItem_content :: Lens' InventoryResultItem [HashMap Text Text] Source #

Contains all the inventory data of the item type. Results include attribute names and values.

LoggingInfo

data LoggingInfo Source #

Information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

See: newLoggingInfo smart constructor.

Constructors

LoggingInfo' 

Fields

Instances

Instances details
FromJSON LoggingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.LoggingInfo

ToJSON LoggingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.LoggingInfo

Generic LoggingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.LoggingInfo

Associated Types

type Rep LoggingInfo :: Type -> Type #

Read LoggingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.LoggingInfo

Show LoggingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.LoggingInfo

NFData LoggingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.LoggingInfo

Methods

rnf :: LoggingInfo -> () #

Eq LoggingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.LoggingInfo

Hashable LoggingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.LoggingInfo

type Rep LoggingInfo Source # 
Instance details

Defined in Amazonka.SSM.Types.LoggingInfo

type Rep LoggingInfo = D1 ('MetaData "LoggingInfo" "Amazonka.SSM.Types.LoggingInfo" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "LoggingInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newLoggingInfo Source #

Create a value of LoggingInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3KeyPrefix:LoggingInfo', loggingInfo_s3KeyPrefix - (Optional) The S3 bucket subfolder.

$sel:s3BucketName:LoggingInfo', loggingInfo_s3BucketName - The name of an S3 bucket where execution logs are stored.

$sel:s3Region:LoggingInfo', loggingInfo_s3Region - The Amazon Web Services Region where the S3 bucket is located.

loggingInfo_s3KeyPrefix :: Lens' LoggingInfo (Maybe Text) Source #

(Optional) The S3 bucket subfolder.

loggingInfo_s3BucketName :: Lens' LoggingInfo Text Source #

The name of an S3 bucket where execution logs are stored.

loggingInfo_s3Region :: Lens' LoggingInfo Text Source #

The Amazon Web Services Region where the S3 bucket is located.

MaintenanceWindowAutomationParameters

data MaintenanceWindowAutomationParameters Source #

The parameters for an AUTOMATION task type.

See: newMaintenanceWindowAutomationParameters smart constructor.

Constructors

MaintenanceWindowAutomationParameters' 

Fields

  • documentVersion :: Maybe Text

    The version of an Automation runbook to use during task execution.

  • parameters :: Maybe (HashMap Text [Text])

    The parameters for the AUTOMATION task.

    For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

    LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

    TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

    For AUTOMATION task types, Amazon Web Services Systems Manager ignores any values specified for these parameters.

Instances

Instances details
FromJSON MaintenanceWindowAutomationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowAutomationParameters

ToJSON MaintenanceWindowAutomationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowAutomationParameters

Generic MaintenanceWindowAutomationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowAutomationParameters

Read MaintenanceWindowAutomationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowAutomationParameters

Show MaintenanceWindowAutomationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowAutomationParameters

NFData MaintenanceWindowAutomationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowAutomationParameters

Eq MaintenanceWindowAutomationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowAutomationParameters

Hashable MaintenanceWindowAutomationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowAutomationParameters

type Rep MaintenanceWindowAutomationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowAutomationParameters

type Rep MaintenanceWindowAutomationParameters = D1 ('MetaData "MaintenanceWindowAutomationParameters" "Amazonka.SSM.Types.MaintenanceWindowAutomationParameters" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowAutomationParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text])))))

newMaintenanceWindowAutomationParameters :: MaintenanceWindowAutomationParameters Source #

Create a value of MaintenanceWindowAutomationParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:documentVersion:MaintenanceWindowAutomationParameters', maintenanceWindowAutomationParameters_documentVersion - The version of an Automation runbook to use during task execution.

$sel:parameters:MaintenanceWindowAutomationParameters', maintenanceWindowAutomationParameters_parameters - The parameters for the AUTOMATION task.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For AUTOMATION task types, Amazon Web Services Systems Manager ignores any values specified for these parameters.

maintenanceWindowAutomationParameters_documentVersion :: Lens' MaintenanceWindowAutomationParameters (Maybe Text) Source #

The version of an Automation runbook to use during task execution.

maintenanceWindowAutomationParameters_parameters :: Lens' MaintenanceWindowAutomationParameters (Maybe (HashMap Text [Text])) Source #

The parameters for the AUTOMATION task.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For AUTOMATION task types, Amazon Web Services Systems Manager ignores any values specified for these parameters.

MaintenanceWindowExecution

data MaintenanceWindowExecution Source #

Describes the information about an execution of a maintenance window.

See: newMaintenanceWindowExecution smart constructor.

Constructors

MaintenanceWindowExecution' 

Fields

Instances

Instances details
FromJSON MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

Generic MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

Associated Types

type Rep MaintenanceWindowExecution :: Type -> Type #

Read MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

Show MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

NFData MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

Eq MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

Hashable MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

type Rep MaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecution

type Rep MaintenanceWindowExecution = D1 ('MetaData "MaintenanceWindowExecution" "Amazonka.SSM.Types.MaintenanceWindowExecution" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowExecution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowExecutionStatus)))) :*: (S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "windowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newMaintenanceWindowExecution :: MaintenanceWindowExecution Source #

Create a value of MaintenanceWindowExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endTime:MaintenanceWindowExecution', maintenanceWindowExecution_endTime - The time the execution finished.

$sel:startTime:MaintenanceWindowExecution', maintenanceWindowExecution_startTime - The time the execution started.

$sel:status:MaintenanceWindowExecution', maintenanceWindowExecution_status - The status of the execution.

$sel:statusDetails:MaintenanceWindowExecution', maintenanceWindowExecution_statusDetails - The details explaining the status. Not available for all status values.

$sel:windowExecutionId:MaintenanceWindowExecution', maintenanceWindowExecution_windowExecutionId - The ID of the maintenance window execution.

$sel:windowId:MaintenanceWindowExecution', maintenanceWindowExecution_windowId - The ID of the maintenance window.

maintenanceWindowExecution_statusDetails :: Lens' MaintenanceWindowExecution (Maybe Text) Source #

The details explaining the status. Not available for all status values.

MaintenanceWindowExecutionTaskIdentity

data MaintenanceWindowExecutionTaskIdentity Source #

Information about a task execution performed as part of a maintenance window execution.

See: newMaintenanceWindowExecutionTaskIdentity smart constructor.

Constructors

MaintenanceWindowExecutionTaskIdentity' 

Fields

Instances

Instances details
FromJSON MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

Generic MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

Read MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

Show MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

NFData MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

Eq MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

Hashable MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

type Rep MaintenanceWindowExecutionTaskIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity

type Rep MaintenanceWindowExecutionTaskIdentity = D1 ('MetaData "MaintenanceWindowExecutionTaskIdentity" "Amazonka.SSM.Types.MaintenanceWindowExecutionTaskIdentity" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowExecutionTaskIdentity'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowExecutionStatus)) :*: S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "taskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "taskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowTaskType)) :*: (S1 ('MetaSel ('Just "triggeredAlarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AlarmStateInformation))) :*: S1 ('MetaSel ('Just "windowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newMaintenanceWindowExecutionTaskIdentity :: MaintenanceWindowExecutionTaskIdentity Source #

Create a value of MaintenanceWindowExecutionTaskIdentity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmConfiguration:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_alarmConfiguration - The details for the CloudWatch alarm applied to your maintenance window task.

$sel:endTime:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_endTime - The time the task execution finished.

$sel:startTime:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_startTime - The time the task execution started.

$sel:status:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_status - The status of the task execution.

$sel:statusDetails:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_statusDetails - The details explaining the status of the task execution. Not available for all status values.

$sel:taskArn:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_taskArn - The Amazon Resource Name (ARN) of the task that ran.

$sel:taskExecutionId:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_taskExecutionId - The ID of the specific task execution in the maintenance window execution.

$sel:taskType:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_taskType - The type of task that ran.

$sel:triggeredAlarms:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_triggeredAlarms - The CloudWatch alarm that was invoked by the maintenance window task.

$sel:windowExecutionId:MaintenanceWindowExecutionTaskIdentity', maintenanceWindowExecutionTaskIdentity_windowExecutionId - The ID of the maintenance window execution that ran the task.

maintenanceWindowExecutionTaskIdentity_alarmConfiguration :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe AlarmConfiguration) Source #

The details for the CloudWatch alarm applied to your maintenance window task.

maintenanceWindowExecutionTaskIdentity_statusDetails :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text) Source #

The details explaining the status of the task execution. Not available for all status values.

maintenanceWindowExecutionTaskIdentity_taskExecutionId :: Lens' MaintenanceWindowExecutionTaskIdentity (Maybe Text) Source #

The ID of the specific task execution in the maintenance window execution.

MaintenanceWindowExecutionTaskInvocationIdentity

data MaintenanceWindowExecutionTaskInvocationIdentity Source #

Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.

See: newMaintenanceWindowExecutionTaskInvocationIdentity smart constructor.

Constructors

MaintenanceWindowExecutionTaskInvocationIdentity' 

Fields

Instances

Instances details
FromJSON MaintenanceWindowExecutionTaskInvocationIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskInvocationIdentity

Generic MaintenanceWindowExecutionTaskInvocationIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskInvocationIdentity

Show MaintenanceWindowExecutionTaskInvocationIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskInvocationIdentity

NFData MaintenanceWindowExecutionTaskInvocationIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskInvocationIdentity

Eq MaintenanceWindowExecutionTaskInvocationIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskInvocationIdentity

Hashable MaintenanceWindowExecutionTaskInvocationIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskInvocationIdentity

type Rep MaintenanceWindowExecutionTaskInvocationIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowExecutionTaskInvocationIdentity

type Rep MaintenanceWindowExecutionTaskInvocationIdentity = D1 ('MetaData "MaintenanceWindowExecutionTaskInvocationIdentity" "Amazonka.SSM.Types.MaintenanceWindowExecutionTaskInvocationIdentity" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowExecutionTaskInvocationIdentity'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "invocationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "ownerInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowExecutionStatus)) :*: (S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "taskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowTaskType)) :*: (S1 ('MetaSel ('Just "windowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowTargetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newMaintenanceWindowExecutionTaskInvocationIdentity :: MaintenanceWindowExecutionTaskInvocationIdentity Source #

Create a value of MaintenanceWindowExecutionTaskInvocationIdentity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endTime:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_endTime - The time the invocation finished.

$sel:executionId:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_executionId - The ID of the action performed in the service that actually handled the task invocation. If the task type is RUN_COMMAND, this value is the command ID.

$sel:invocationId:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_invocationId - The ID of the task invocation.

$sel:ownerInformation:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_ownerInformation - User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.

$sel:parameters:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_parameters - The parameters that were provided for the invocation when it was run.

$sel:startTime:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_startTime - The time the invocation started.

$sel:status:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_status - The status of the task invocation.

$sel:statusDetails:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_statusDetails - The details explaining the status of the task invocation. Not available for all status values.

$sel:taskExecutionId:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_taskExecutionId - The ID of the specific task execution in the maintenance window execution.

$sel:taskType:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_taskType - The task type.

$sel:windowExecutionId:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_windowExecutionId - The ID of the maintenance window execution that ran the task.

$sel:windowTargetId:MaintenanceWindowExecutionTaskInvocationIdentity', maintenanceWindowExecutionTaskInvocationIdentity_windowTargetId - The ID of the target definition in this maintenance window the invocation was performed for.

maintenanceWindowExecutionTaskInvocationIdentity_executionId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #

The ID of the action performed in the service that actually handled the task invocation. If the task type is RUN_COMMAND, this value is the command ID.

maintenanceWindowExecutionTaskInvocationIdentity_ownerInformation :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #

User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.

maintenanceWindowExecutionTaskInvocationIdentity_statusDetails :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #

The details explaining the status of the task invocation. Not available for all status values.

maintenanceWindowExecutionTaskInvocationIdentity_windowTargetId :: Lens' MaintenanceWindowExecutionTaskInvocationIdentity (Maybe Text) Source #

The ID of the target definition in this maintenance window the invocation was performed for.

MaintenanceWindowFilter

data MaintenanceWindowFilter Source #

Filter used in the request. Supported filter keys depend on the API operation that includes the filter. API operations that use MaintenanceWindowFilter> include the following:

  • DescribeMaintenanceWindowExecutions
  • DescribeMaintenanceWindowExecutionTaskInvocations
  • DescribeMaintenanceWindowExecutionTasks
  • DescribeMaintenanceWindows
  • DescribeMaintenanceWindowTargets
  • DescribeMaintenanceWindowTasks

See: newMaintenanceWindowFilter smart constructor.

Constructors

MaintenanceWindowFilter' 

Fields

Instances

Instances details
ToJSON MaintenanceWindowFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowFilter

Generic MaintenanceWindowFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowFilter

Associated Types

type Rep MaintenanceWindowFilter :: Type -> Type #

Read MaintenanceWindowFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowFilter

Show MaintenanceWindowFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowFilter

NFData MaintenanceWindowFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowFilter

Methods

rnf :: MaintenanceWindowFilter -> () #

Eq MaintenanceWindowFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowFilter

Hashable MaintenanceWindowFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowFilter

type Rep MaintenanceWindowFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowFilter

type Rep MaintenanceWindowFilter = D1 ('MetaData "MaintenanceWindowFilter" "Amazonka.SSM.Types.MaintenanceWindowFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newMaintenanceWindowFilter :: MaintenanceWindowFilter Source #

Create a value of MaintenanceWindowFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:MaintenanceWindowFilter', maintenanceWindowFilter_key - The name of the filter.

$sel:values:MaintenanceWindowFilter', maintenanceWindowFilter_values - The filter values.

MaintenanceWindowIdentity

data MaintenanceWindowIdentity Source #

Information about the maintenance window.

See: newMaintenanceWindowIdentity smart constructor.

Constructors

MaintenanceWindowIdentity' 

Fields

  • cutoff :: Maybe Natural

    The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

  • description :: Maybe (Sensitive Text)

    A description of the maintenance window.

  • duration :: Maybe Natural

    The duration of the maintenance window in hours.

  • enabled :: Maybe Bool

    Indicates whether the maintenance window is enabled.

  • endDate :: Maybe Text

    The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.

  • name :: Maybe Text

    The name of the maintenance window.

  • nextExecutionTime :: Maybe Text

    The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.

  • schedule :: Maybe Text

    The schedule of the maintenance window in the form of a cron or rate expression.

  • scheduleOffset :: Maybe Natural

    The number of days to wait to run a maintenance window after the scheduled cron expression date and time.

  • scheduleTimezone :: Maybe Text

    The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.

  • startDate :: Maybe Text

    The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.

  • windowId :: Maybe Text

    The ID of the maintenance window.

Instances

Instances details
FromJSON MaintenanceWindowIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentity

Generic MaintenanceWindowIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentity

Associated Types

type Rep MaintenanceWindowIdentity :: Type -> Type #

Show MaintenanceWindowIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentity

NFData MaintenanceWindowIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentity

Eq MaintenanceWindowIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentity

Hashable MaintenanceWindowIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentity

type Rep MaintenanceWindowIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentity

type Rep MaintenanceWindowIdentity = D1 ('MetaData "MaintenanceWindowIdentity" "Amazonka.SSM.Types.MaintenanceWindowIdentity" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowIdentity'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cutoff") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "endDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "nextExecutionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduleOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "scheduleTimezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newMaintenanceWindowIdentity :: MaintenanceWindowIdentity Source #

Create a value of MaintenanceWindowIdentity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cutoff:MaintenanceWindowIdentity', maintenanceWindowIdentity_cutoff - The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

$sel:description:MaintenanceWindowIdentity', maintenanceWindowIdentity_description - A description of the maintenance window.

$sel:duration:MaintenanceWindowIdentity', maintenanceWindowIdentity_duration - The duration of the maintenance window in hours.

$sel:enabled:MaintenanceWindowIdentity', maintenanceWindowIdentity_enabled - Indicates whether the maintenance window is enabled.

$sel:endDate:MaintenanceWindowIdentity', maintenanceWindowIdentity_endDate - The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.

$sel:name:MaintenanceWindowIdentity', maintenanceWindowIdentity_name - The name of the maintenance window.

$sel:nextExecutionTime:MaintenanceWindowIdentity', maintenanceWindowIdentity_nextExecutionTime - The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.

$sel:schedule:MaintenanceWindowIdentity', maintenanceWindowIdentity_schedule - The schedule of the maintenance window in the form of a cron or rate expression.

$sel:scheduleOffset:MaintenanceWindowIdentity', maintenanceWindowIdentity_scheduleOffset - The number of days to wait to run a maintenance window after the scheduled cron expression date and time.

$sel:scheduleTimezone:MaintenanceWindowIdentity', maintenanceWindowIdentity_scheduleTimezone - The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.

$sel:startDate:MaintenanceWindowIdentity', maintenanceWindowIdentity_startDate - The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.

$sel:windowId:MaintenanceWindowIdentity', maintenanceWindowIdentity_windowId - The ID of the maintenance window.

maintenanceWindowIdentity_cutoff :: Lens' MaintenanceWindowIdentity (Maybe Natural) Source #

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

maintenanceWindowIdentity_duration :: Lens' MaintenanceWindowIdentity (Maybe Natural) Source #

The duration of the maintenance window in hours.

maintenanceWindowIdentity_enabled :: Lens' MaintenanceWindowIdentity (Maybe Bool) Source #

Indicates whether the maintenance window is enabled.

maintenanceWindowIdentity_endDate :: Lens' MaintenanceWindowIdentity (Maybe Text) Source #

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.

maintenanceWindowIdentity_nextExecutionTime :: Lens' MaintenanceWindowIdentity (Maybe Text) Source #

The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.

maintenanceWindowIdentity_schedule :: Lens' MaintenanceWindowIdentity (Maybe Text) Source #

The schedule of the maintenance window in the form of a cron or rate expression.

maintenanceWindowIdentity_scheduleOffset :: Lens' MaintenanceWindowIdentity (Maybe Natural) Source #

The number of days to wait to run a maintenance window after the scheduled cron expression date and time.

maintenanceWindowIdentity_scheduleTimezone :: Lens' MaintenanceWindowIdentity (Maybe Text) Source #

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.

maintenanceWindowIdentity_startDate :: Lens' MaintenanceWindowIdentity (Maybe Text) Source #

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.

MaintenanceWindowIdentityForTarget

data MaintenanceWindowIdentityForTarget Source #

The maintenance window to which the specified target belongs.

See: newMaintenanceWindowIdentityForTarget smart constructor.

Constructors

MaintenanceWindowIdentityForTarget' 

Fields

Instances

Instances details
FromJSON MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Generic MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Associated Types

type Rep MaintenanceWindowIdentityForTarget :: Type -> Type #

Read MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Show MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

NFData MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Eq MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

Hashable MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

type Rep MaintenanceWindowIdentityForTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget

type Rep MaintenanceWindowIdentityForTarget = D1 ('MetaData "MaintenanceWindowIdentityForTarget" "Amazonka.SSM.Types.MaintenanceWindowIdentityForTarget" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowIdentityForTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMaintenanceWindowIdentityForTarget :: MaintenanceWindowIdentityForTarget Source #

Create a value of MaintenanceWindowIdentityForTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:MaintenanceWindowIdentityForTarget', maintenanceWindowIdentityForTarget_name - The name of the maintenance window.

$sel:windowId:MaintenanceWindowIdentityForTarget', maintenanceWindowIdentityForTarget_windowId - The ID of the maintenance window.

MaintenanceWindowLambdaParameters

data MaintenanceWindowLambdaParameters Source #

The parameters for a LAMBDA task type.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For Lambda tasks, Systems Manager ignores any values specified for TaskParameters and LoggingInfo.

See: newMaintenanceWindowLambdaParameters smart constructor.

Constructors

MaintenanceWindowLambdaParameters' 

Fields

  • clientContext :: Maybe Text

    Pass client-specific information to the Lambda function that you are invoking. You can then process the client information in your Lambda function as you choose through the context variable.

  • payload :: Maybe (Sensitive Base64)

    JSON to provide to your Lambda function as input.

  • qualifier :: Maybe Text

    (Optional) Specify an Lambda function version or alias name. If you specify a function version, the operation uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function. If you specify an alias name, the operation uses the alias ARN to invoke the Lambda function version to which the alias points.

Instances

Instances details
FromJSON MaintenanceWindowLambdaParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowLambdaParameters

ToJSON MaintenanceWindowLambdaParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowLambdaParameters

Generic MaintenanceWindowLambdaParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowLambdaParameters

Associated Types

type Rep MaintenanceWindowLambdaParameters :: Type -> Type #

Show MaintenanceWindowLambdaParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowLambdaParameters

NFData MaintenanceWindowLambdaParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowLambdaParameters

Eq MaintenanceWindowLambdaParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowLambdaParameters

Hashable MaintenanceWindowLambdaParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowLambdaParameters

type Rep MaintenanceWindowLambdaParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowLambdaParameters

type Rep MaintenanceWindowLambdaParameters = D1 ('MetaData "MaintenanceWindowLambdaParameters" "Amazonka.SSM.Types.MaintenanceWindowLambdaParameters" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowLambdaParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "payload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Base64))) :*: S1 ('MetaSel ('Just "qualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMaintenanceWindowLambdaParameters :: MaintenanceWindowLambdaParameters Source #

Create a value of MaintenanceWindowLambdaParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientContext:MaintenanceWindowLambdaParameters', maintenanceWindowLambdaParameters_clientContext - Pass client-specific information to the Lambda function that you are invoking. You can then process the client information in your Lambda function as you choose through the context variable.

$sel:payload:MaintenanceWindowLambdaParameters', maintenanceWindowLambdaParameters_payload - JSON to provide to your Lambda function as input.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:qualifier:MaintenanceWindowLambdaParameters', maintenanceWindowLambdaParameters_qualifier - (Optional) Specify an Lambda function version or alias name. If you specify a function version, the operation uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function. If you specify an alias name, the operation uses the alias ARN to invoke the Lambda function version to which the alias points.

maintenanceWindowLambdaParameters_clientContext :: Lens' MaintenanceWindowLambdaParameters (Maybe Text) Source #

Pass client-specific information to the Lambda function that you are invoking. You can then process the client information in your Lambda function as you choose through the context variable.

maintenanceWindowLambdaParameters_payload :: Lens' MaintenanceWindowLambdaParameters (Maybe ByteString) Source #

JSON to provide to your Lambda function as input.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

maintenanceWindowLambdaParameters_qualifier :: Lens' MaintenanceWindowLambdaParameters (Maybe Text) Source #

(Optional) Specify an Lambda function version or alias name. If you specify a function version, the operation uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function. If you specify an alias name, the operation uses the alias ARN to invoke the Lambda function version to which the alias points.

MaintenanceWindowRunCommandParameters

data MaintenanceWindowRunCommandParameters Source #

The parameters for a RUN_COMMAND task type.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For RUN_COMMAND tasks, Systems Manager uses specified values for TaskParameters and LoggingInfo only if no values are specified for TaskInvocationParameters.

See: newMaintenanceWindowRunCommandParameters smart constructor.

Constructors

MaintenanceWindowRunCommandParameters' 

Fields

Instances

Instances details
FromJSON MaintenanceWindowRunCommandParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowRunCommandParameters

ToJSON MaintenanceWindowRunCommandParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowRunCommandParameters

Generic MaintenanceWindowRunCommandParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowRunCommandParameters

Show MaintenanceWindowRunCommandParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowRunCommandParameters

NFData MaintenanceWindowRunCommandParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowRunCommandParameters

Eq MaintenanceWindowRunCommandParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowRunCommandParameters

Hashable MaintenanceWindowRunCommandParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowRunCommandParameters

type Rep MaintenanceWindowRunCommandParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowRunCommandParameters

type Rep MaintenanceWindowRunCommandParameters = D1 ('MetaData "MaintenanceWindowRunCommandParameters" "Amazonka.SSM.Types.MaintenanceWindowRunCommandParameters" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowRunCommandParameters'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cloudWatchOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchOutputConfig)) :*: S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "documentHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "documentHashType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentHashType)) :*: S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "notificationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationConfig)) :*: (S1 ('MetaSel ('Just "outputS3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputS3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text [Text])))) :*: (S1 ('MetaSel ('Just "serviceRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeoutSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))))

newMaintenanceWindowRunCommandParameters :: MaintenanceWindowRunCommandParameters Source #

Create a value of MaintenanceWindowRunCommandParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cloudWatchOutputConfig:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_cloudWatchOutputConfig - Undocumented member.

$sel:comment:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_comment - Information about the commands to run.

$sel:documentHash:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_documentHash - The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated.

$sel:documentHashType:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_documentHashType - SHA-256 or SHA-1. SHA-1 hashes have been deprecated.

$sel:documentVersion:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_documentVersion - The Amazon Web Services Systems Manager document (SSM document) version to use in the request. You can specify $DEFAULT, $LATEST, or a specific version number. If you run commands by using the Amazon Web Services CLI, then you must escape the first two options by using a backslash. If you specify a version number, then you don't need to use the backslash. For example:

--document-version "\$DEFAULT"
--document-version "\$LATEST"
--document-version "3"

$sel:notificationConfig:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_notificationConfig - Configurations for sending notifications about command status changes on a per-managed node basis.

$sel:outputS3BucketName:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_outputS3BucketName - The name of the Amazon Simple Storage Service (Amazon S3) bucket.

$sel:outputS3KeyPrefix:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_outputS3KeyPrefix - The S3 bucket subfolder.

$sel:parameters:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_parameters - The parameters for the RUN_COMMAND task execution.

$sel:serviceRoleArn:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_serviceRoleArn - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

$sel:timeoutSeconds:MaintenanceWindowRunCommandParameters', maintenanceWindowRunCommandParameters_timeoutSeconds - If this time is reached and the command hasn't already started running, it doesn't run.

maintenanceWindowRunCommandParameters_documentHash :: Lens' MaintenanceWindowRunCommandParameters (Maybe Text) Source #

The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated.

maintenanceWindowRunCommandParameters_documentVersion :: Lens' MaintenanceWindowRunCommandParameters (Maybe Text) Source #

The Amazon Web Services Systems Manager document (SSM document) version to use in the request. You can specify $DEFAULT, $LATEST, or a specific version number. If you run commands by using the Amazon Web Services CLI, then you must escape the first two options by using a backslash. If you specify a version number, then you don't need to use the backslash. For example:

--document-version "\$DEFAULT"
--document-version "\$LATEST"
--document-version "3"

maintenanceWindowRunCommandParameters_notificationConfig :: Lens' MaintenanceWindowRunCommandParameters (Maybe NotificationConfig) Source #

Configurations for sending notifications about command status changes on a per-managed node basis.

maintenanceWindowRunCommandParameters_outputS3BucketName :: Lens' MaintenanceWindowRunCommandParameters (Maybe Text) Source #

The name of the Amazon Simple Storage Service (Amazon S3) bucket.

maintenanceWindowRunCommandParameters_serviceRoleArn :: Lens' MaintenanceWindowRunCommandParameters (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

maintenanceWindowRunCommandParameters_timeoutSeconds :: Lens' MaintenanceWindowRunCommandParameters (Maybe Natural) Source #

If this time is reached and the command hasn't already started running, it doesn't run.

MaintenanceWindowStepFunctionsParameters

data MaintenanceWindowStepFunctionsParameters Source #

The parameters for a STEP_FUNCTIONS task.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For Step Functions tasks, Systems Manager ignores any values specified for TaskParameters and LoggingInfo.

See: newMaintenanceWindowStepFunctionsParameters smart constructor.

Constructors

MaintenanceWindowStepFunctionsParameters' 

Fields

Instances

Instances details
FromJSON MaintenanceWindowStepFunctionsParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowStepFunctionsParameters

ToJSON MaintenanceWindowStepFunctionsParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowStepFunctionsParameters

Generic MaintenanceWindowStepFunctionsParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowStepFunctionsParameters

Show MaintenanceWindowStepFunctionsParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowStepFunctionsParameters

NFData MaintenanceWindowStepFunctionsParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowStepFunctionsParameters

Eq MaintenanceWindowStepFunctionsParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowStepFunctionsParameters

Hashable MaintenanceWindowStepFunctionsParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowStepFunctionsParameters

type Rep MaintenanceWindowStepFunctionsParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowStepFunctionsParameters

type Rep MaintenanceWindowStepFunctionsParameters = D1 ('MetaData "MaintenanceWindowStepFunctionsParameters" "Amazonka.SSM.Types.MaintenanceWindowStepFunctionsParameters" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowStepFunctionsParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMaintenanceWindowStepFunctionsParameters :: MaintenanceWindowStepFunctionsParameters Source #

Create a value of MaintenanceWindowStepFunctionsParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:input:MaintenanceWindowStepFunctionsParameters', maintenanceWindowStepFunctionsParameters_input - The inputs for the STEP_FUNCTIONS task.

$sel:name:MaintenanceWindowStepFunctionsParameters', maintenanceWindowStepFunctionsParameters_name - The name of the STEP_FUNCTIONS task.

MaintenanceWindowTarget

data MaintenanceWindowTarget Source #

The target registered with the maintenance window.

See: newMaintenanceWindowTarget smart constructor.

Constructors

MaintenanceWindowTarget' 

Fields

Instances

Instances details
FromJSON MaintenanceWindowTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTarget

Generic MaintenanceWindowTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTarget

Associated Types

type Rep MaintenanceWindowTarget :: Type -> Type #

Show MaintenanceWindowTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTarget

NFData MaintenanceWindowTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTarget

Methods

rnf :: MaintenanceWindowTarget -> () #

Eq MaintenanceWindowTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTarget

Hashable MaintenanceWindowTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTarget

type Rep MaintenanceWindowTarget Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTarget

newMaintenanceWindowTarget :: MaintenanceWindowTarget Source #

Create a value of MaintenanceWindowTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:MaintenanceWindowTarget', maintenanceWindowTarget_description - A description for the target.

$sel:name:MaintenanceWindowTarget', maintenanceWindowTarget_name - The name for the maintenance window target.

$sel:ownerInformation:MaintenanceWindowTarget', maintenanceWindowTarget_ownerInformation - A user-provided value that will be included in any Amazon CloudWatch Events events that are raised while running tasks for these targets in this maintenance window.

$sel:resourceType:MaintenanceWindowTarget', maintenanceWindowTarget_resourceType - The type of target that is being registered with the maintenance window.

$sel:targets:MaintenanceWindowTarget', maintenanceWindowTarget_targets - The targets, either managed nodes or tags.

Specify managed nodes using the following format:

Key=instanceids,Values=<instanceid1>,<instanceid2>

Tags are specified using the following format:

Key=<tag name>,Values=<tag value>.

$sel:windowId:MaintenanceWindowTarget', maintenanceWindowTarget_windowId - The ID of the maintenance window to register the target with.

$sel:windowTargetId:MaintenanceWindowTarget', maintenanceWindowTarget_windowTargetId - The ID of the target.

maintenanceWindowTarget_name :: Lens' MaintenanceWindowTarget (Maybe Text) Source #

The name for the maintenance window target.

maintenanceWindowTarget_ownerInformation :: Lens' MaintenanceWindowTarget (Maybe Text) Source #

A user-provided value that will be included in any Amazon CloudWatch Events events that are raised while running tasks for these targets in this maintenance window.

maintenanceWindowTarget_resourceType :: Lens' MaintenanceWindowTarget (Maybe MaintenanceWindowResourceType) Source #

The type of target that is being registered with the maintenance window.

maintenanceWindowTarget_targets :: Lens' MaintenanceWindowTarget (Maybe [Target]) Source #

The targets, either managed nodes or tags.

Specify managed nodes using the following format:

Key=instanceids,Values=<instanceid1>,<instanceid2>

Tags are specified using the following format:

Key=<tag name>,Values=<tag value>.

maintenanceWindowTarget_windowId :: Lens' MaintenanceWindowTarget (Maybe Text) Source #

The ID of the maintenance window to register the target with.

MaintenanceWindowTask

data MaintenanceWindowTask Source #

Information about a task defined for a maintenance window.

See: newMaintenanceWindowTask smart constructor.

Constructors

MaintenanceWindowTask' 

Fields

  • alarmConfiguration :: Maybe AlarmConfiguration

    The details for the CloudWatch alarm applied to your maintenance window task.

  • cutoffBehavior :: Maybe MaintenanceWindowTaskCutoffBehavior

    The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.

  • description :: Maybe (Sensitive Text)

    A description of the task.

  • loggingInfo :: Maybe LoggingInfo

    Information about an S3 bucket to write task-level logs to.

    LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

  • maxConcurrency :: Maybe Text

    The maximum number of targets this task can be run for, in parallel.

    Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

    For maintenance window tasks without a target specified, you can't supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn't affect the running of your task.

  • maxErrors :: Maybe Text

    The maximum number of errors allowed before this task stops being scheduled.

    Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

    For maintenance window tasks without a target specified, you can't supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn't affect the running of your task.

  • name :: Maybe Text

    The task name.

  • priority :: Maybe Natural

    The priority of the task in the maintenance window. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.

  • serviceRoleArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

  • targets :: Maybe [Target]

    The targets (either managed nodes or tags). Managed nodes are specified using Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag name>,Values=<tag value>.

  • taskArn :: Maybe Text

    The resource that the task uses during execution. For RUN_COMMAND and AUTOMATION task types, TaskArn is the Amazon Web Services Systems Manager (SSM document) name or ARN. For LAMBDA tasks, it's the function name or ARN. For STEP_FUNCTIONS tasks, it's the state machine ARN.

  • taskParameters :: Maybe (Sensitive (HashMap Text (Sensitive MaintenanceWindowTaskParameterValueExpression)))

    The parameters that should be passed to the task when it is run.

    TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

  • type' :: Maybe MaintenanceWindowTaskType

    The type of task.

  • windowId :: Maybe Text

    The ID of the maintenance window where the task is registered.

  • windowTaskId :: Maybe Text

    The task ID.

Instances

Instances details
FromJSON MaintenanceWindowTask Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTask

Generic MaintenanceWindowTask Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTask

Associated Types

type Rep MaintenanceWindowTask :: Type -> Type #

Show MaintenanceWindowTask Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTask

NFData MaintenanceWindowTask Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTask

Methods

rnf :: MaintenanceWindowTask -> () #

Eq MaintenanceWindowTask Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTask

Hashable MaintenanceWindowTask Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTask

type Rep MaintenanceWindowTask Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTask

type Rep MaintenanceWindowTask = D1 ('MetaData "MaintenanceWindowTask" "Amazonka.SSM.Types.MaintenanceWindowTask" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowTask'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: (S1 ('MetaSel ('Just "cutoffBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowTaskCutoffBehavior)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: ((S1 ('MetaSel ('Just "loggingInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingInfo)) :*: S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "serviceRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Target])) :*: S1 ('MetaSel ('Just "taskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "taskParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text (Sensitive MaintenanceWindowTaskParameterValueExpression))))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowTaskType))) :*: (S1 ('MetaSel ('Just "windowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newMaintenanceWindowTask :: MaintenanceWindowTask Source #

Create a value of MaintenanceWindowTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmConfiguration:MaintenanceWindowTask', maintenanceWindowTask_alarmConfiguration - The details for the CloudWatch alarm applied to your maintenance window task.

$sel:cutoffBehavior:MaintenanceWindowTask', maintenanceWindowTask_cutoffBehavior - The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.

$sel:description:MaintenanceWindowTask', maintenanceWindowTask_description - A description of the task.

$sel:loggingInfo:MaintenanceWindowTask', maintenanceWindowTask_loggingInfo - Information about an S3 bucket to write task-level logs to.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

$sel:maxConcurrency:MaintenanceWindowTask', maintenanceWindowTask_maxConcurrency - The maximum number of targets this task can be run for, in parallel.

Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

For maintenance window tasks without a target specified, you can't supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn't affect the running of your task.

$sel:maxErrors:MaintenanceWindowTask', maintenanceWindowTask_maxErrors - The maximum number of errors allowed before this task stops being scheduled.

Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

For maintenance window tasks without a target specified, you can't supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn't affect the running of your task.

$sel:name:MaintenanceWindowTask', maintenanceWindowTask_name - The task name.

$sel:priority:MaintenanceWindowTask', maintenanceWindowTask_priority - The priority of the task in the maintenance window. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.

$sel:serviceRoleArn:MaintenanceWindowTask', maintenanceWindowTask_serviceRoleArn - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

$sel:targets:MaintenanceWindowTask', maintenanceWindowTask_targets - The targets (either managed nodes or tags). Managed nodes are specified using Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag name>,Values=<tag value>.

$sel:taskArn:MaintenanceWindowTask', maintenanceWindowTask_taskArn - The resource that the task uses during execution. For RUN_COMMAND and AUTOMATION task types, TaskArn is the Amazon Web Services Systems Manager (SSM document) name or ARN. For LAMBDA tasks, it's the function name or ARN. For STEP_FUNCTIONS tasks, it's the state machine ARN.

$sel:taskParameters:MaintenanceWindowTask', maintenanceWindowTask_taskParameters - The parameters that should be passed to the task when it is run.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

$sel:type':MaintenanceWindowTask', maintenanceWindowTask_type - The type of task.

$sel:windowId:MaintenanceWindowTask', maintenanceWindowTask_windowId - The ID of the maintenance window where the task is registered.

$sel:windowTaskId:MaintenanceWindowTask', maintenanceWindowTask_windowTaskId - The task ID.

maintenanceWindowTask_alarmConfiguration :: Lens' MaintenanceWindowTask (Maybe AlarmConfiguration) Source #

The details for the CloudWatch alarm applied to your maintenance window task.

maintenanceWindowTask_cutoffBehavior :: Lens' MaintenanceWindowTask (Maybe MaintenanceWindowTaskCutoffBehavior) Source #

The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.

maintenanceWindowTask_loggingInfo :: Lens' MaintenanceWindowTask (Maybe LoggingInfo) Source #

Information about an S3 bucket to write task-level logs to.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

maintenanceWindowTask_maxConcurrency :: Lens' MaintenanceWindowTask (Maybe Text) Source #

The maximum number of targets this task can be run for, in parallel.

Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

For maintenance window tasks without a target specified, you can't supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn't affect the running of your task.

maintenanceWindowTask_maxErrors :: Lens' MaintenanceWindowTask (Maybe Text) Source #

The maximum number of errors allowed before this task stops being scheduled.

Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

For maintenance window tasks without a target specified, you can't supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn't affect the running of your task.

maintenanceWindowTask_priority :: Lens' MaintenanceWindowTask (Maybe Natural) Source #

The priority of the task in the maintenance window. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.

maintenanceWindowTask_serviceRoleArn :: Lens' MaintenanceWindowTask (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

maintenanceWindowTask_targets :: Lens' MaintenanceWindowTask (Maybe [Target]) Source #

The targets (either managed nodes or tags). Managed nodes are specified using Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag name>,Values=<tag value>.

maintenanceWindowTask_taskArn :: Lens' MaintenanceWindowTask (Maybe Text) Source #

The resource that the task uses during execution. For RUN_COMMAND and AUTOMATION task types, TaskArn is the Amazon Web Services Systems Manager (SSM document) name or ARN. For LAMBDA tasks, it's the function name or ARN. For STEP_FUNCTIONS tasks, it's the state machine ARN.

maintenanceWindowTask_taskParameters :: Lens' MaintenanceWindowTask (Maybe (HashMap Text MaintenanceWindowTaskParameterValueExpression)) Source #

The parameters that should be passed to the task when it is run.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

maintenanceWindowTask_windowId :: Lens' MaintenanceWindowTask (Maybe Text) Source #

The ID of the maintenance window where the task is registered.

MaintenanceWindowTaskInvocationParameters

data MaintenanceWindowTaskInvocationParameters Source #

The parameters for task execution.

See: newMaintenanceWindowTaskInvocationParameters smart constructor.

Constructors

MaintenanceWindowTaskInvocationParameters' 

Fields

Instances

Instances details
FromJSON MaintenanceWindowTaskInvocationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskInvocationParameters

ToJSON MaintenanceWindowTaskInvocationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskInvocationParameters

Generic MaintenanceWindowTaskInvocationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskInvocationParameters

Show MaintenanceWindowTaskInvocationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskInvocationParameters

NFData MaintenanceWindowTaskInvocationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskInvocationParameters

Eq MaintenanceWindowTaskInvocationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskInvocationParameters

Hashable MaintenanceWindowTaskInvocationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskInvocationParameters

type Rep MaintenanceWindowTaskInvocationParameters Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskInvocationParameters

type Rep MaintenanceWindowTaskInvocationParameters = D1 ('MetaData "MaintenanceWindowTaskInvocationParameters" "Amazonka.SSM.Types.MaintenanceWindowTaskInvocationParameters" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowTaskInvocationParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "automation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowAutomationParameters)) :*: S1 ('MetaSel ('Just "lambda") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowLambdaParameters))) :*: (S1 ('MetaSel ('Just "runCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowRunCommandParameters)) :*: S1 ('MetaSel ('Just "stepFunctions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowStepFunctionsParameters)))))

newMaintenanceWindowTaskInvocationParameters :: MaintenanceWindowTaskInvocationParameters Source #

Create a value of MaintenanceWindowTaskInvocationParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:automation:MaintenanceWindowTaskInvocationParameters', maintenanceWindowTaskInvocationParameters_automation - The parameters for an AUTOMATION task type.

$sel:lambda:MaintenanceWindowTaskInvocationParameters', maintenanceWindowTaskInvocationParameters_lambda - The parameters for a LAMBDA task type.

$sel:runCommand:MaintenanceWindowTaskInvocationParameters', maintenanceWindowTaskInvocationParameters_runCommand - The parameters for a RUN_COMMAND task type.

$sel:stepFunctions:MaintenanceWindowTaskInvocationParameters', maintenanceWindowTaskInvocationParameters_stepFunctions - The parameters for a STEP_FUNCTIONS task type.

MaintenanceWindowTaskParameterValueExpression

data MaintenanceWindowTaskParameterValueExpression Source #

Defines the values for a task parameter.

See: newMaintenanceWindowTaskParameterValueExpression smart constructor.

Constructors

MaintenanceWindowTaskParameterValueExpression' 

Fields

Instances

Instances details
FromJSON MaintenanceWindowTaskParameterValueExpression Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskParameterValueExpression

ToJSON MaintenanceWindowTaskParameterValueExpression Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskParameterValueExpression

Generic MaintenanceWindowTaskParameterValueExpression Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskParameterValueExpression

Show MaintenanceWindowTaskParameterValueExpression Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskParameterValueExpression

NFData MaintenanceWindowTaskParameterValueExpression Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskParameterValueExpression

Eq MaintenanceWindowTaskParameterValueExpression Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskParameterValueExpression

Hashable MaintenanceWindowTaskParameterValueExpression Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskParameterValueExpression

type Rep MaintenanceWindowTaskParameterValueExpression Source # 
Instance details

Defined in Amazonka.SSM.Types.MaintenanceWindowTaskParameterValueExpression

type Rep MaintenanceWindowTaskParameterValueExpression = D1 ('MetaData "MaintenanceWindowTaskParameterValueExpression" "Amazonka.SSM.Types.MaintenanceWindowTaskParameterValueExpression" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MaintenanceWindowTaskParameterValueExpression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive [Sensitive Text])))))

newMaintenanceWindowTaskParameterValueExpression :: MaintenanceWindowTaskParameterValueExpression Source #

Create a value of MaintenanceWindowTaskParameterValueExpression with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:values:MaintenanceWindowTaskParameterValueExpression', maintenanceWindowTaskParameterValueExpression_values - This field contains an array of 0 or more strings, each 1 to 255 characters in length.

maintenanceWindowTaskParameterValueExpression_values :: Lens' MaintenanceWindowTaskParameterValueExpression (Maybe [Text]) Source #

This field contains an array of 0 or more strings, each 1 to 255 characters in length.

MetadataValue

data MetadataValue Source #

Metadata to assign to an Application Manager application.

See: newMetadataValue smart constructor.

Constructors

MetadataValue' 

Fields

  • value :: Maybe Text

    Metadata value to assign to an Application Manager application.

Instances

Instances details
FromJSON MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

ToJSON MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

Generic MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

Associated Types

type Rep MetadataValue :: Type -> Type #

Read MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

Show MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

NFData MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

Methods

rnf :: MetadataValue -> () #

Eq MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

Hashable MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

type Rep MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

type Rep MetadataValue = D1 ('MetaData "MetadataValue" "Amazonka.SSM.Types.MetadataValue" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "MetadataValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMetadataValue :: MetadataValue Source #

Create a value of MetadataValue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:MetadataValue', metadataValue_value - Metadata value to assign to an Application Manager application.

metadataValue_value :: Lens' MetadataValue (Maybe Text) Source #

Metadata value to assign to an Application Manager application.

NonCompliantSummary

data NonCompliantSummary Source #

A summary of resources that aren't compliant. The summary is organized according to resource type.

See: newNonCompliantSummary smart constructor.

Constructors

NonCompliantSummary' 

Fields

Instances

Instances details
FromJSON NonCompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.NonCompliantSummary

Generic NonCompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.NonCompliantSummary

Associated Types

type Rep NonCompliantSummary :: Type -> Type #

Read NonCompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.NonCompliantSummary

Show NonCompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.NonCompliantSummary

NFData NonCompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.NonCompliantSummary

Methods

rnf :: NonCompliantSummary -> () #

Eq NonCompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.NonCompliantSummary

Hashable NonCompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.NonCompliantSummary

type Rep NonCompliantSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.NonCompliantSummary

type Rep NonCompliantSummary = D1 ('MetaData "NonCompliantSummary" "Amazonka.SSM.Types.NonCompliantSummary" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "NonCompliantSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nonCompliantCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "severitySummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SeveritySummary))))

newNonCompliantSummary :: NonCompliantSummary Source #

Create a value of NonCompliantSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nonCompliantCount:NonCompliantSummary', nonCompliantSummary_nonCompliantCount - The total number of compliance items that aren't compliant.

$sel:severitySummary:NonCompliantSummary', nonCompliantSummary_severitySummary - A summary of the non-compliance severity by compliance type

nonCompliantSummary_nonCompliantCount :: Lens' NonCompliantSummary (Maybe Int) Source #

The total number of compliance items that aren't compliant.

nonCompliantSummary_severitySummary :: Lens' NonCompliantSummary (Maybe SeveritySummary) Source #

A summary of the non-compliance severity by compliance type

NotificationConfig

data NotificationConfig Source #

Configurations for sending notifications.

See: newNotificationConfig smart constructor.

Constructors

NotificationConfig' 

Fields

Instances

Instances details
FromJSON NotificationConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationConfig

ToJSON NotificationConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationConfig

Generic NotificationConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationConfig

Associated Types

type Rep NotificationConfig :: Type -> Type #

Read NotificationConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationConfig

Show NotificationConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationConfig

NFData NotificationConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationConfig

Methods

rnf :: NotificationConfig -> () #

Eq NotificationConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationConfig

Hashable NotificationConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationConfig

type Rep NotificationConfig Source # 
Instance details

Defined in Amazonka.SSM.Types.NotificationConfig

type Rep NotificationConfig = D1 ('MetaData "NotificationConfig" "Amazonka.SSM.Types.NotificationConfig" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "NotificationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notificationEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotificationEvent])) :*: S1 ('MetaSel ('Just "notificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationType)))))

newNotificationConfig :: NotificationConfig Source #

Create a value of NotificationConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:notificationArn:NotificationConfig', notificationConfig_notificationArn - An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic. Run Command pushes notifications about command status changes to this topic.

$sel:notificationEvents:NotificationConfig', notificationConfig_notificationEvents - The different events for which you can receive notifications. To learn more about these events, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.

$sel:notificationType:NotificationConfig', notificationConfig_notificationType - The type of notification.

  • Command: Receive notification when the status of a command changes.
  • Invocation: For commands sent to multiple managed nodes, receive notification on a per-node basis when the status of a command changes.

notificationConfig_notificationArn :: Lens' NotificationConfig (Maybe Text) Source #

An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic. Run Command pushes notifications about command status changes to this topic.

notificationConfig_notificationEvents :: Lens' NotificationConfig (Maybe [NotificationEvent]) Source #

The different events for which you can receive notifications. To learn more about these events, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.

notificationConfig_notificationType :: Lens' NotificationConfig (Maybe NotificationType) Source #

The type of notification.

  • Command: Receive notification when the status of a command changes.
  • Invocation: For commands sent to multiple managed nodes, receive notification on a per-node basis when the status of a command changes.

OpsAggregator

data OpsAggregator Source #

One or more aggregators for viewing counts of OpsData using different dimensions such as Source, CreatedTime, or Source and CreatedTime, to name a few.

See: newOpsAggregator smart constructor.

Constructors

OpsAggregator' 

Fields

Instances

Instances details
ToJSON OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

Generic OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

Associated Types

type Rep OpsAggregator :: Type -> Type #

Read OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

Show OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

NFData OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

Methods

rnf :: OpsAggregator -> () #

Eq OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

Hashable OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

type Rep OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

newOpsAggregator :: OpsAggregator Source #

Create a value of OpsAggregator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:aggregatorType:OpsAggregator', opsAggregator_aggregatorType - Either a Range or Count aggregator for limiting an OpsData summary.

$sel:aggregators:OpsAggregator', opsAggregator_aggregators - A nested aggregator for viewing counts of OpsData.

$sel:attributeName:OpsAggregator', opsAggregator_attributeName - The name of an OpsData attribute on which to limit the count of OpsData.

$sel:filters:OpsAggregator', opsAggregator_filters - The aggregator filters.

$sel:typeName:OpsAggregator', opsAggregator_typeName - The data type name to use for viewing counts of OpsData.

OpsAggregator, opsAggregator_values - The aggregator value.

opsAggregator_aggregatorType :: Lens' OpsAggregator (Maybe Text) Source #

Either a Range or Count aggregator for limiting an OpsData summary.

opsAggregator_aggregators :: Lens' OpsAggregator (Maybe (NonEmpty OpsAggregator)) Source #

A nested aggregator for viewing counts of OpsData.

opsAggregator_attributeName :: Lens' OpsAggregator (Maybe Text) Source #

The name of an OpsData attribute on which to limit the count of OpsData.

opsAggregator_typeName :: Lens' OpsAggregator (Maybe Text) Source #

The data type name to use for viewing counts of OpsData.

OpsEntity

data OpsEntity Source #

The result of the query.

See: newOpsEntity smart constructor.

Constructors

OpsEntity' 

Fields

Instances

Instances details
FromJSON OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

Generic OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

Associated Types

type Rep OpsEntity :: Type -> Type #

Read OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

Show OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

NFData OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

Methods

rnf :: OpsEntity -> () #

Eq OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

Hashable OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

type Rep OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

type Rep OpsEntity = D1 ('MetaData "OpsEntity" "Amazonka.SSM.Types.OpsEntity" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text OpsEntityItem))) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOpsEntity :: OpsEntity Source #

Create a value of OpsEntity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:data':OpsEntity', opsEntity_data - The data returned by the query.

$sel:id:OpsEntity', opsEntity_id - The query ID.

opsEntity_data :: Lens' OpsEntity (Maybe (HashMap Text OpsEntityItem)) Source #

The data returned by the query.

OpsEntityItem

data OpsEntityItem Source #

The OpsData summary.

See: newOpsEntityItem smart constructor.

Constructors

OpsEntityItem' 

Fields

Instances

Instances details
FromJSON OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

Generic OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

Associated Types

type Rep OpsEntityItem :: Type -> Type #

Read OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

Show OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

NFData OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

Methods

rnf :: OpsEntityItem -> () #

Eq OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

Hashable OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

type Rep OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

type Rep OpsEntityItem = D1 ('MetaData "OpsEntityItem" "Amazonka.SSM.Types.OpsEntityItem" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsEntityItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "captureTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap Text Text]))))

newOpsEntityItem :: OpsEntityItem Source #

Create a value of OpsEntityItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:captureTime:OpsEntityItem', opsEntityItem_captureTime - The time the OpsData was captured.

$sel:content:OpsEntityItem', opsEntityItem_content - The details of an OpsData summary.

opsEntityItem_captureTime :: Lens' OpsEntityItem (Maybe Text) Source #

The time the OpsData was captured.

opsEntityItem_content :: Lens' OpsEntityItem (Maybe [HashMap Text Text]) Source #

The details of an OpsData summary.

OpsFilter

data OpsFilter Source #

A filter for viewing OpsData summaries.

See: newOpsFilter smart constructor.

Constructors

OpsFilter' 

Fields

Instances

Instances details
ToJSON OpsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilter

Generic OpsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilter

Associated Types

type Rep OpsFilter :: Type -> Type #

Read OpsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilter

Show OpsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilter

NFData OpsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilter

Methods

rnf :: OpsFilter -> () #

Eq OpsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilter

Hashable OpsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilter

type Rep OpsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsFilter

type Rep OpsFilter = D1 ('MetaData "OpsFilter" "Amazonka.SSM.Types.OpsFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpsFilterOperatorType)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newOpsFilter Source #

Create a value of OpsFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':OpsFilter', opsFilter_type - The type of filter.

$sel:key:OpsFilter', opsFilter_key - The name of the filter.

$sel:values:OpsFilter', opsFilter_values - The filter value.

opsFilter_key :: Lens' OpsFilter Text Source #

The name of the filter.

OpsItem

data OpsItem Source #

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational work items (OpsItems) impacting the performance and health of their Amazon Web Services resources. OpsCenter is integrated with Amazon EventBridge and Amazon CloudWatch. This means you can configure these services to automatically create an OpsItem in OpsCenter when a CloudWatch alarm enters the ALARM state or when EventBridge processes an event from any Amazon Web Services service that publishes events. Configuring Amazon CloudWatch alarms and EventBridge events to automatically create OpsItems allows you to quickly diagnose and remediate issues with Amazon Web Services resources from a single console.

To help you diagnose issues, each OpsItem includes contextually relevant information such as the name and ID of the Amazon Web Services resource that generated the OpsItem, alarm or event details, alarm history, and an alarm timeline graph. For the Amazon Web Services resource, OpsCenter aggregates information from Config, CloudTrail logs, and EventBridge, so you don't have to navigate across multiple console pages during your investigation. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.

See: newOpsItem smart constructor.

Constructors

OpsItem' 

Fields

  • actualEndTime :: Maybe POSIX

    The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

  • actualStartTime :: Maybe POSIX

    The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

  • category :: Maybe Text

    An OpsItem category. Category options include: Availability, Cost, Performance, Recovery, Security.

  • createdBy :: Maybe Text

    The ARN of the Amazon Web Services account that created the OpsItem.

  • createdTime :: Maybe POSIX

    The date and time the OpsItem was created.

  • description :: Maybe Text

    The OpsItem description.

  • lastModifiedBy :: Maybe Text

    The ARN of the Amazon Web Services account that last updated the OpsItem.

  • lastModifiedTime :: Maybe POSIX

    The date and time the OpsItem was last updated.

  • notifications :: Maybe [OpsItemNotification]

    The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

  • operationalData :: Maybe (HashMap Text OpsItemDataValue)

    Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.

    Operational data keys can't begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.

    You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).

    Use the /aws/resources key in OperationalData to specify a related resource in the request. Use the /aws/automations key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.

  • opsItemArn :: Maybe Text

    The OpsItem Amazon Resource Name (ARN).

  • opsItemId :: Maybe Text

    The ID of the OpsItem.

  • opsItemType :: Maybe Text

    The type of OpsItem. Systems Manager supports the following types of OpsItems:

    • /aws/issue

      This type of OpsItem is used for default OpsItems created by OpsCenter.

    • /aws/changerequest

      This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.

    • /aws/insights

      This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.

  • plannedEndTime :: Maybe POSIX

    The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

  • plannedStartTime :: Maybe POSIX

    The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

  • priority :: Maybe Natural

    The importance of this OpsItem in relation to other OpsItems in the system.

  • relatedOpsItems :: Maybe [RelatedOpsItem]

    One or more OpsItems that share something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.

  • severity :: Maybe Text

    The severity of the OpsItem. Severity options range from 1 to 4.

  • source :: Maybe Text

    The origin of the OpsItem, such as Amazon EC2 or Systems Manager. The impacted resource is a subset of source.

  • status :: Maybe OpsItemStatus

    The OpsItem status. Status can be Open, In Progress, or Resolved. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.

  • title :: Maybe Text

    A short heading that describes the nature of the OpsItem and the impacted resource.

  • version :: Maybe Text

    The version of this OpsItem. Each time the OpsItem is edited the version number increments by one.

Instances

Instances details
FromJSON OpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItem

Generic OpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItem

Associated Types

type Rep OpsItem :: Type -> Type #

Methods

from :: OpsItem -> Rep OpsItem x #

to :: Rep OpsItem x -> OpsItem #

Read OpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItem

Show OpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItem

NFData OpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItem

Methods

rnf :: OpsItem -> () #

Eq OpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItem

Methods

(==) :: OpsItem -> OpsItem -> Bool #

(/=) :: OpsItem -> OpsItem -> Bool #

Hashable OpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItem

Methods

hashWithSalt :: Int -> OpsItem -> Int #

hash :: OpsItem -> Int #

type Rep OpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItem

type Rep OpsItem = D1 ('MetaData "OpsItem" "Amazonka.SSM.Types.OpsItem" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsItem'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "actualEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "actualStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "notifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OpsItemNotification])) :*: (S1 ('MetaSel ('Just "operationalData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text OpsItemDataValue))) :*: S1 ('MetaSel ('Just "opsItemArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "opsItemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "opsItemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "plannedEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "plannedStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "relatedOpsItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RelatedOpsItem])) :*: (S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpsItemStatus)) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newOpsItem :: OpsItem Source #

Create a value of OpsItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actualEndTime:OpsItem', opsItem_actualEndTime - The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

$sel:actualStartTime:OpsItem', opsItem_actualStartTime - The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

$sel:category:OpsItem', opsItem_category - An OpsItem category. Category options include: Availability, Cost, Performance, Recovery, Security.

$sel:createdBy:OpsItem', opsItem_createdBy - The ARN of the Amazon Web Services account that created the OpsItem.

$sel:createdTime:OpsItem', opsItem_createdTime - The date and time the OpsItem was created.

$sel:description:OpsItem', opsItem_description - The OpsItem description.

$sel:lastModifiedBy:OpsItem', opsItem_lastModifiedBy - The ARN of the Amazon Web Services account that last updated the OpsItem.

$sel:lastModifiedTime:OpsItem', opsItem_lastModifiedTime - The date and time the OpsItem was last updated.

$sel:notifications:OpsItem', opsItem_notifications - The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

$sel:operationalData:OpsItem', opsItem_operationalData - Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.

Operational data keys can't begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.

You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).

Use the /aws/resources key in OperationalData to specify a related resource in the request. Use the /aws/automations key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.

$sel:opsItemArn:OpsItem', opsItem_opsItemArn - The OpsItem Amazon Resource Name (ARN).

OpsItem, opsItem_opsItemId - The ID of the OpsItem.

$sel:opsItemType:OpsItem', opsItem_opsItemType - The type of OpsItem. Systems Manager supports the following types of OpsItems:

  • /aws/issue

    This type of OpsItem is used for default OpsItems created by OpsCenter.

  • /aws/changerequest

    This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.

  • /aws/insights

    This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.

$sel:plannedEndTime:OpsItem', opsItem_plannedEndTime - The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

$sel:plannedStartTime:OpsItem', opsItem_plannedStartTime - The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

$sel:priority:OpsItem', opsItem_priority - The importance of this OpsItem in relation to other OpsItems in the system.

$sel:relatedOpsItems:OpsItem', opsItem_relatedOpsItems - One or more OpsItems that share something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.

$sel:severity:OpsItem', opsItem_severity - The severity of the OpsItem. Severity options range from 1 to 4.

$sel:source:OpsItem', opsItem_source - The origin of the OpsItem, such as Amazon EC2 or Systems Manager. The impacted resource is a subset of source.

$sel:status:OpsItem', opsItem_status - The OpsItem status. Status can be Open, In Progress, or Resolved. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.

$sel:title:OpsItem', opsItem_title - A short heading that describes the nature of the OpsItem and the impacted resource.

$sel:version:OpsItem', opsItem_version - The version of this OpsItem. Each time the OpsItem is edited the version number increments by one.

opsItem_actualEndTime :: Lens' OpsItem (Maybe UTCTime) Source #

The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

opsItem_actualStartTime :: Lens' OpsItem (Maybe UTCTime) Source #

The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

opsItem_category :: Lens' OpsItem (Maybe Text) Source #

An OpsItem category. Category options include: Availability, Cost, Performance, Recovery, Security.

opsItem_createdBy :: Lens' OpsItem (Maybe Text) Source #

The ARN of the Amazon Web Services account that created the OpsItem.

opsItem_createdTime :: Lens' OpsItem (Maybe UTCTime) Source #

The date and time the OpsItem was created.

opsItem_description :: Lens' OpsItem (Maybe Text) Source #

The OpsItem description.

opsItem_lastModifiedBy :: Lens' OpsItem (Maybe Text) Source #

The ARN of the Amazon Web Services account that last updated the OpsItem.

opsItem_lastModifiedTime :: Lens' OpsItem (Maybe UTCTime) Source #

The date and time the OpsItem was last updated.

opsItem_notifications :: Lens' OpsItem (Maybe [OpsItemNotification]) Source #

The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

opsItem_operationalData :: Lens' OpsItem (Maybe (HashMap Text OpsItemDataValue)) Source #

Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.

Operational data keys can't begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.

You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).

Use the /aws/resources key in OperationalData to specify a related resource in the request. Use the /aws/automations key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.

opsItem_opsItemArn :: Lens' OpsItem (Maybe Text) Source #

The OpsItem Amazon Resource Name (ARN).

opsItem_opsItemId :: Lens' OpsItem (Maybe Text) Source #

The ID of the OpsItem.

opsItem_opsItemType :: Lens' OpsItem (Maybe Text) Source #

The type of OpsItem. Systems Manager supports the following types of OpsItems:

  • /aws/issue

    This type of OpsItem is used for default OpsItems created by OpsCenter.

  • /aws/changerequest

    This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.

  • /aws/insights

    This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.

opsItem_plannedEndTime :: Lens' OpsItem (Maybe UTCTime) Source #

The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

opsItem_plannedStartTime :: Lens' OpsItem (Maybe UTCTime) Source #

The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

opsItem_priority :: Lens' OpsItem (Maybe Natural) Source #

The importance of this OpsItem in relation to other OpsItems in the system.

opsItem_relatedOpsItems :: Lens' OpsItem (Maybe [RelatedOpsItem]) Source #

One or more OpsItems that share something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.

opsItem_severity :: Lens' OpsItem (Maybe Text) Source #

The severity of the OpsItem. Severity options range from 1 to 4.

opsItem_source :: Lens' OpsItem (Maybe Text) Source #

The origin of the OpsItem, such as Amazon EC2 or Systems Manager. The impacted resource is a subset of source.

opsItem_status :: Lens' OpsItem (Maybe OpsItemStatus) Source #

The OpsItem status. Status can be Open, In Progress, or Resolved. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.

opsItem_title :: Lens' OpsItem (Maybe Text) Source #

A short heading that describes the nature of the OpsItem and the impacted resource.

opsItem_version :: Lens' OpsItem (Maybe Text) Source #

The version of this OpsItem. Each time the OpsItem is edited the version number increments by one.

OpsItemDataValue

data OpsItemDataValue Source #

An object that defines the value of the key and its type in the OperationalData map.

See: newOpsItemDataValue smart constructor.

Constructors

OpsItemDataValue' 

Fields

Instances

Instances details
FromJSON OpsItemDataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataValue

ToJSON OpsItemDataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataValue

Generic OpsItemDataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataValue

Associated Types

type Rep OpsItemDataValue :: Type -> Type #

Read OpsItemDataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataValue

Show OpsItemDataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataValue

NFData OpsItemDataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataValue

Methods

rnf :: OpsItemDataValue -> () #

Eq OpsItemDataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataValue

Hashable OpsItemDataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataValue

type Rep OpsItemDataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemDataValue

type Rep OpsItemDataValue = D1 ('MetaData "OpsItemDataValue" "Amazonka.SSM.Types.OpsItemDataValue" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsItemDataValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpsItemDataType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOpsItemDataValue :: OpsItemDataValue Source #

Create a value of OpsItemDataValue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':OpsItemDataValue', opsItemDataValue_type - The type of key-value pair. Valid types include SearchableString and String.

$sel:value:OpsItemDataValue', opsItemDataValue_value - The value of the OperationalData key.

opsItemDataValue_type :: Lens' OpsItemDataValue (Maybe OpsItemDataType) Source #

The type of key-value pair. Valid types include SearchableString and String.

opsItemDataValue_value :: Lens' OpsItemDataValue (Maybe Text) Source #

The value of the OperationalData key.

OpsItemEventFilter

data OpsItemEventFilter Source #

Describes a filter for a specific list of OpsItem events. You can filter event information by using tags. You specify tags by using a key-value pair mapping.

See: newOpsItemEventFilter smart constructor.

Constructors

OpsItemEventFilter' 

Fields

Instances

Instances details
ToJSON OpsItemEventFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilter

Generic OpsItemEventFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilter

Associated Types

type Rep OpsItemEventFilter :: Type -> Type #

Read OpsItemEventFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilter

Show OpsItemEventFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilter

NFData OpsItemEventFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilter

Methods

rnf :: OpsItemEventFilter -> () #

Eq OpsItemEventFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilter

Hashable OpsItemEventFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilter

type Rep OpsItemEventFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventFilter

type Rep OpsItemEventFilter = D1 ('MetaData "OpsItemEventFilter" "Amazonka.SSM.Types.OpsItemEventFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsItemEventFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OpsItemEventFilterKey) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OpsItemEventFilterOperator))))

newOpsItemEventFilter Source #

Create a value of OpsItemEventFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:OpsItemEventFilter', opsItemEventFilter_key - The name of the filter key. Currently, the only supported value is OpsItemId.

$sel:values:OpsItemEventFilter', opsItemEventFilter_values - The values for the filter, consisting of one or more OpsItem IDs.

$sel:operator:OpsItemEventFilter', opsItemEventFilter_operator - The operator used by the filter call. Currently, the only supported value is Equal.

opsItemEventFilter_key :: Lens' OpsItemEventFilter OpsItemEventFilterKey Source #

The name of the filter key. Currently, the only supported value is OpsItemId.

opsItemEventFilter_values :: Lens' OpsItemEventFilter [Text] Source #

The values for the filter, consisting of one or more OpsItem IDs.

opsItemEventFilter_operator :: Lens' OpsItemEventFilter OpsItemEventFilterOperator Source #

The operator used by the filter call. Currently, the only supported value is Equal.

OpsItemEventSummary

data OpsItemEventSummary Source #

Summary information about an OpsItem event or that associated an OpsItem with a related item.

See: newOpsItemEventSummary smart constructor.

Constructors

OpsItemEventSummary' 

Fields

Instances

Instances details
FromJSON OpsItemEventSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventSummary

Generic OpsItemEventSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventSummary

Associated Types

type Rep OpsItemEventSummary :: Type -> Type #

Read OpsItemEventSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventSummary

Show OpsItemEventSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventSummary

NFData OpsItemEventSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventSummary

Methods

rnf :: OpsItemEventSummary -> () #

Eq OpsItemEventSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventSummary

Hashable OpsItemEventSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventSummary

type Rep OpsItemEventSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemEventSummary

newOpsItemEventSummary :: OpsItemEventSummary Source #

Create a value of OpsItemEventSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdBy:OpsItemEventSummary', opsItemEventSummary_createdBy - Information about the user or resource that created the OpsItem event.

$sel:createdTime:OpsItemEventSummary', opsItemEventSummary_createdTime - The date and time the OpsItem event was created.

$sel:detail:OpsItemEventSummary', opsItemEventSummary_detail - Specific information about the OpsItem event.

$sel:detailType:OpsItemEventSummary', opsItemEventSummary_detailType - The type of information provided as a detail.

$sel:eventId:OpsItemEventSummary', opsItemEventSummary_eventId - The ID of the OpsItem event.

$sel:opsItemId:OpsItemEventSummary', opsItemEventSummary_opsItemId - The ID of the OpsItem.

$sel:source:OpsItemEventSummary', opsItemEventSummary_source - The source of the OpsItem event.

opsItemEventSummary_createdBy :: Lens' OpsItemEventSummary (Maybe OpsItemIdentity) Source #

Information about the user or resource that created the OpsItem event.

opsItemEventSummary_createdTime :: Lens' OpsItemEventSummary (Maybe UTCTime) Source #

The date and time the OpsItem event was created.

opsItemEventSummary_detail :: Lens' OpsItemEventSummary (Maybe Text) Source #

Specific information about the OpsItem event.

opsItemEventSummary_detailType :: Lens' OpsItemEventSummary (Maybe Text) Source #

The type of information provided as a detail.

OpsItemFilter

data OpsItemFilter Source #

Describes an OpsItem filter.

See: newOpsItemFilter smart constructor.

Constructors

OpsItemFilter' 

Fields

Instances

Instances details
ToJSON OpsItemFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilter

Generic OpsItemFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilter

Associated Types

type Rep OpsItemFilter :: Type -> Type #

Read OpsItemFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilter

Show OpsItemFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilter

NFData OpsItemFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilter

Methods

rnf :: OpsItemFilter -> () #

Eq OpsItemFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilter

Hashable OpsItemFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilter

type Rep OpsItemFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemFilter

type Rep OpsItemFilter = D1 ('MetaData "OpsItemFilter" "Amazonka.SSM.Types.OpsItemFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsItemFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OpsItemFilterKey) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OpsItemFilterOperator))))

newOpsItemFilter Source #

Create a value of OpsItemFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:OpsItemFilter', opsItemFilter_key - The name of the filter.

$sel:values:OpsItemFilter', opsItemFilter_values - The filter value.

$sel:operator:OpsItemFilter', opsItemFilter_operator - The operator used by the filter call.

OpsItemIdentity

data OpsItemIdentity Source #

Information about the user or resource that created an OpsItem event.

See: newOpsItemIdentity smart constructor.

Constructors

OpsItemIdentity' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.

Instances

Instances details
FromJSON OpsItemIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemIdentity

Generic OpsItemIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemIdentity

Associated Types

type Rep OpsItemIdentity :: Type -> Type #

Read OpsItemIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemIdentity

Show OpsItemIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemIdentity

NFData OpsItemIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemIdentity

Methods

rnf :: OpsItemIdentity -> () #

Eq OpsItemIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemIdentity

Hashable OpsItemIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemIdentity

type Rep OpsItemIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemIdentity

type Rep OpsItemIdentity = D1 ('MetaData "OpsItemIdentity" "Amazonka.SSM.Types.OpsItemIdentity" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsItemIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOpsItemIdentity :: OpsItemIdentity Source #

Create a value of OpsItemIdentity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:OpsItemIdentity', opsItemIdentity_arn - The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.

opsItemIdentity_arn :: Lens' OpsItemIdentity (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.

OpsItemNotification

data OpsItemNotification Source #

A notification about the OpsItem.

See: newOpsItemNotification smart constructor.

Constructors

OpsItemNotification' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

Instances

Instances details
FromJSON OpsItemNotification Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemNotification

ToJSON OpsItemNotification Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemNotification

Generic OpsItemNotification Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemNotification

Associated Types

type Rep OpsItemNotification :: Type -> Type #

Read OpsItemNotification Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemNotification

Show OpsItemNotification Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemNotification

NFData OpsItemNotification Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemNotification

Methods

rnf :: OpsItemNotification -> () #

Eq OpsItemNotification Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemNotification

Hashable OpsItemNotification Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemNotification

type Rep OpsItemNotification Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemNotification

type Rep OpsItemNotification = D1 ('MetaData "OpsItemNotification" "Amazonka.SSM.Types.OpsItemNotification" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsItemNotification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOpsItemNotification :: OpsItemNotification Source #

Create a value of OpsItemNotification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:OpsItemNotification', opsItemNotification_arn - The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

opsItemNotification_arn :: Lens' OpsItemNotification (Maybe Text) Source #

The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

OpsItemRelatedItemSummary

data OpsItemRelatedItemSummary Source #

Summary information about related-item resources for an OpsItem.

See: newOpsItemRelatedItemSummary smart constructor.

Constructors

OpsItemRelatedItemSummary' 

Fields

Instances

Instances details
FromJSON OpsItemRelatedItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemSummary

Generic OpsItemRelatedItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemSummary

Associated Types

type Rep OpsItemRelatedItemSummary :: Type -> Type #

Read OpsItemRelatedItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemSummary

Show OpsItemRelatedItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemSummary

NFData OpsItemRelatedItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemSummary

Eq OpsItemRelatedItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemSummary

Hashable OpsItemRelatedItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemSummary

type Rep OpsItemRelatedItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemSummary

opsItemRelatedItemSummary_createdTime :: Lens' OpsItemRelatedItemSummary (Maybe UTCTime) Source #

The time the related-item association was created.

opsItemRelatedItemSummary_lastModifiedTime :: Lens' OpsItemRelatedItemSummary (Maybe UTCTime) Source #

The time the related-item association was last updated.

opsItemRelatedItemSummary_resourceUri :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the related-item resource.

OpsItemRelatedItemsFilter

data OpsItemRelatedItemsFilter Source #

Describes a filter for a specific list of related-item resources.

See: newOpsItemRelatedItemsFilter smart constructor.

Constructors

OpsItemRelatedItemsFilter' 

Fields

Instances

Instances details
ToJSON OpsItemRelatedItemsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilter

Generic OpsItemRelatedItemsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilter

Associated Types

type Rep OpsItemRelatedItemsFilter :: Type -> Type #

Read OpsItemRelatedItemsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilter

Show OpsItemRelatedItemsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilter

NFData OpsItemRelatedItemsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilter

Eq OpsItemRelatedItemsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilter

Hashable OpsItemRelatedItemsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilter

type Rep OpsItemRelatedItemsFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemRelatedItemsFilter

type Rep OpsItemRelatedItemsFilter = D1 ('MetaData "OpsItemRelatedItemsFilter" "Amazonka.SSM.Types.OpsItemRelatedItemsFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsItemRelatedItemsFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OpsItemRelatedItemsFilterKey) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OpsItemRelatedItemsFilterOperator))))

newOpsItemRelatedItemsFilter Source #

Create a value of OpsItemRelatedItemsFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:OpsItemRelatedItemsFilter', opsItemRelatedItemsFilter_key - The name of the filter key. Supported values include ResourceUri, ResourceType, or AssociationId.

$sel:values:OpsItemRelatedItemsFilter', opsItemRelatedItemsFilter_values - The values for the filter.

$sel:operator:OpsItemRelatedItemsFilter', opsItemRelatedItemsFilter_operator - The operator used by the filter call. The only supported operator is EQUAL.

opsItemRelatedItemsFilter_key :: Lens' OpsItemRelatedItemsFilter OpsItemRelatedItemsFilterKey Source #

The name of the filter key. Supported values include ResourceUri, ResourceType, or AssociationId.

opsItemRelatedItemsFilter_operator :: Lens' OpsItemRelatedItemsFilter OpsItemRelatedItemsFilterOperator Source #

The operator used by the filter call. The only supported operator is EQUAL.

OpsItemSummary

data OpsItemSummary Source #

A count of OpsItems.

See: newOpsItemSummary smart constructor.

Constructors

OpsItemSummary' 

Fields

  • actualEndTime :: Maybe POSIX

    The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

  • actualStartTime :: Maybe POSIX

    The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

  • category :: Maybe Text

    A list of OpsItems by category.

  • createdBy :: Maybe Text

    The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

  • createdTime :: Maybe POSIX

    The date and time the OpsItem was created.

  • lastModifiedBy :: Maybe Text

    The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

  • lastModifiedTime :: Maybe POSIX

    The date and time the OpsItem was last updated.

  • operationalData :: Maybe (HashMap Text OpsItemDataValue)

    Operational data is custom data that provides useful reference details about the OpsItem.

  • opsItemId :: Maybe Text

    The ID of the OpsItem.

  • opsItemType :: Maybe Text

    The type of OpsItem. Systems Manager supports the following types of OpsItems:

    • /aws/issue

      This type of OpsItem is used for default OpsItems created by OpsCenter.

    • /aws/changerequest

      This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.

    • /aws/insights

      This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.

  • plannedEndTime :: Maybe POSIX

    The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

  • plannedStartTime :: Maybe POSIX

    The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

  • priority :: Maybe Natural

    The importance of this OpsItem in relation to other OpsItems in the system.

  • severity :: Maybe Text

    A list of OpsItems by severity.

  • source :: Maybe Text

    The impacted Amazon Web Services resource.

  • status :: Maybe OpsItemStatus

    The OpsItem status. Status can be Open, In Progress, or Resolved.

  • title :: Maybe Text

    A short heading that describes the nature of the OpsItem and the impacted resource.

Instances

Instances details
FromJSON OpsItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemSummary

Generic OpsItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemSummary

Associated Types

type Rep OpsItemSummary :: Type -> Type #

Read OpsItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemSummary

Show OpsItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemSummary

NFData OpsItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemSummary

Methods

rnf :: OpsItemSummary -> () #

Eq OpsItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemSummary

Hashable OpsItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemSummary

type Rep OpsItemSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsItemSummary

type Rep OpsItemSummary = D1 ('MetaData "OpsItemSummary" "Amazonka.SSM.Types.OpsItemSummary" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsItemSummary'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "actualEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "actualStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "operationalData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text OpsItemDataValue)))))) :*: (((S1 ('MetaSel ('Just "opsItemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "opsItemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "plannedEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "plannedStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpsItemStatus)) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newOpsItemSummary :: OpsItemSummary Source #

Create a value of OpsItemSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actualEndTime:OpsItemSummary', opsItemSummary_actualEndTime - The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

$sel:actualStartTime:OpsItemSummary', opsItemSummary_actualStartTime - The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

$sel:category:OpsItemSummary', opsItemSummary_category - A list of OpsItems by category.

$sel:createdBy:OpsItemSummary', opsItemSummary_createdBy - The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

$sel:createdTime:OpsItemSummary', opsItemSummary_createdTime - The date and time the OpsItem was created.

$sel:lastModifiedBy:OpsItemSummary', opsItemSummary_lastModifiedBy - The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

$sel:lastModifiedTime:OpsItemSummary', opsItemSummary_lastModifiedTime - The date and time the OpsItem was last updated.

$sel:operationalData:OpsItemSummary', opsItemSummary_operationalData - Operational data is custom data that provides useful reference details about the OpsItem.

$sel:opsItemId:OpsItemSummary', opsItemSummary_opsItemId - The ID of the OpsItem.

$sel:opsItemType:OpsItemSummary', opsItemSummary_opsItemType - The type of OpsItem. Systems Manager supports the following types of OpsItems:

  • /aws/issue

    This type of OpsItem is used for default OpsItems created by OpsCenter.

  • /aws/changerequest

    This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.

  • /aws/insights

    This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.

$sel:plannedEndTime:OpsItemSummary', opsItemSummary_plannedEndTime - The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

$sel:plannedStartTime:OpsItemSummary', opsItemSummary_plannedStartTime - The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

$sel:priority:OpsItemSummary', opsItemSummary_priority - The importance of this OpsItem in relation to other OpsItems in the system.

$sel:severity:OpsItemSummary', opsItemSummary_severity - A list of OpsItems by severity.

$sel:source:OpsItemSummary', opsItemSummary_source - The impacted Amazon Web Services resource.

$sel:status:OpsItemSummary', opsItemSummary_status - The OpsItem status. Status can be Open, In Progress, or Resolved.

$sel:title:OpsItemSummary', opsItemSummary_title - A short heading that describes the nature of the OpsItem and the impacted resource.

opsItemSummary_actualEndTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #

The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

opsItemSummary_actualStartTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #

The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

opsItemSummary_category :: Lens' OpsItemSummary (Maybe Text) Source #

A list of OpsItems by category.

opsItemSummary_createdBy :: Lens' OpsItemSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

opsItemSummary_createdTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #

The date and time the OpsItem was created.

opsItemSummary_lastModifiedBy :: Lens' OpsItemSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

opsItemSummary_lastModifiedTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #

The date and time the OpsItem was last updated.

opsItemSummary_operationalData :: Lens' OpsItemSummary (Maybe (HashMap Text OpsItemDataValue)) Source #

Operational data is custom data that provides useful reference details about the OpsItem.

opsItemSummary_opsItemType :: Lens' OpsItemSummary (Maybe Text) Source #

The type of OpsItem. Systems Manager supports the following types of OpsItems:

  • /aws/issue

    This type of OpsItem is used for default OpsItems created by OpsCenter.

  • /aws/changerequest

    This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.

  • /aws/insights

    This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.

opsItemSummary_plannedEndTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #

The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

opsItemSummary_plannedStartTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #

The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

opsItemSummary_priority :: Lens' OpsItemSummary (Maybe Natural) Source #

The importance of this OpsItem in relation to other OpsItems in the system.

opsItemSummary_severity :: Lens' OpsItemSummary (Maybe Text) Source #

A list of OpsItems by severity.

opsItemSummary_source :: Lens' OpsItemSummary (Maybe Text) Source #

The impacted Amazon Web Services resource.

opsItemSummary_status :: Lens' OpsItemSummary (Maybe OpsItemStatus) Source #

The OpsItem status. Status can be Open, In Progress, or Resolved.

opsItemSummary_title :: Lens' OpsItemSummary (Maybe Text) Source #

A short heading that describes the nature of the OpsItem and the impacted resource.

OpsMetadata

data OpsMetadata Source #

Operational metadata for an application in Application Manager.

See: newOpsMetadata smart constructor.

Constructors

OpsMetadata' 

Fields

Instances

Instances details
FromJSON OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

Generic OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

Associated Types

type Rep OpsMetadata :: Type -> Type #

Read OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

Show OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

NFData OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

Methods

rnf :: OpsMetadata -> () #

Eq OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

Hashable OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

type Rep OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

type Rep OpsMetadata = D1 ('MetaData "OpsMetadata" "Amazonka.SSM.Types.OpsMetadata" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastModifiedUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "opsMetadataArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newOpsMetadata :: OpsMetadata Source #

Create a value of OpsMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationDate:OpsMetadata', opsMetadata_creationDate - The date the OpsMetadata objects was created.

$sel:lastModifiedDate:OpsMetadata', opsMetadata_lastModifiedDate - The date the OpsMetadata object was last updated.

$sel:lastModifiedUser:OpsMetadata', opsMetadata_lastModifiedUser - The user name who last updated the OpsMetadata object.

$sel:opsMetadataArn:OpsMetadata', opsMetadata_opsMetadataArn - The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.

$sel:resourceId:OpsMetadata', opsMetadata_resourceId - The ID of the Application Manager application.

opsMetadata_creationDate :: Lens' OpsMetadata (Maybe UTCTime) Source #

The date the OpsMetadata objects was created.

opsMetadata_lastModifiedDate :: Lens' OpsMetadata (Maybe UTCTime) Source #

The date the OpsMetadata object was last updated.

opsMetadata_lastModifiedUser :: Lens' OpsMetadata (Maybe Text) Source #

The user name who last updated the OpsMetadata object.

opsMetadata_opsMetadataArn :: Lens' OpsMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.

opsMetadata_resourceId :: Lens' OpsMetadata (Maybe Text) Source #

The ID of the Application Manager application.

OpsMetadataFilter

data OpsMetadataFilter Source #

A filter to limit the number of OpsMetadata objects displayed.

See: newOpsMetadataFilter smart constructor.

Constructors

OpsMetadataFilter' 

Fields

Instances

Instances details
ToJSON OpsMetadataFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadataFilter

Generic OpsMetadataFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadataFilter

Associated Types

type Rep OpsMetadataFilter :: Type -> Type #

Read OpsMetadataFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadataFilter

Show OpsMetadataFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadataFilter

NFData OpsMetadataFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadataFilter

Methods

rnf :: OpsMetadataFilter -> () #

Eq OpsMetadataFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadataFilter

Hashable OpsMetadataFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadataFilter

type Rep OpsMetadataFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadataFilter

type Rep OpsMetadataFilter = D1 ('MetaData "OpsMetadataFilter" "Amazonka.SSM.Types.OpsMetadataFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsMetadataFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newOpsMetadataFilter Source #

Create a value of OpsMetadataFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:OpsMetadataFilter', opsMetadataFilter_key - A filter key.

$sel:values:OpsMetadataFilter', opsMetadataFilter_values - A filter value.

OpsResultAttribute

data OpsResultAttribute Source #

The OpsItem data type to return.

See: newOpsResultAttribute smart constructor.

Constructors

OpsResultAttribute' 

Fields

  • typeName :: Text

    Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or AWS:ComplianceSummary.

Instances

Instances details
ToJSON OpsResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsResultAttribute

Generic OpsResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsResultAttribute

Associated Types

type Rep OpsResultAttribute :: Type -> Type #

Read OpsResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsResultAttribute

Show OpsResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsResultAttribute

NFData OpsResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsResultAttribute

Methods

rnf :: OpsResultAttribute -> () #

Eq OpsResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsResultAttribute

Hashable OpsResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsResultAttribute

type Rep OpsResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsResultAttribute

type Rep OpsResultAttribute = D1 ('MetaData "OpsResultAttribute" "Amazonka.SSM.Types.OpsResultAttribute" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OpsResultAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOpsResultAttribute Source #

Create a value of OpsResultAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeName:OpsResultAttribute', opsResultAttribute_typeName - Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or AWS:ComplianceSummary.

opsResultAttribute_typeName :: Lens' OpsResultAttribute Text Source #

Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or AWS:ComplianceSummary.

OutputSource

data OutputSource Source #

Information about the source where the association execution details are stored.

See: newOutputSource smart constructor.

Constructors

OutputSource' 

Fields

Instances

Instances details
FromJSON OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

Generic OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

Associated Types

type Rep OutputSource :: Type -> Type #

Read OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

Show OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

NFData OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

Methods

rnf :: OutputSource -> () #

Eq OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

Hashable OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

type Rep OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

type Rep OutputSource = D1 ('MetaData "OutputSource" "Amazonka.SSM.Types.OutputSource" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "OutputSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputSourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOutputSource :: OutputSource Source #

Create a value of OutputSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:outputSourceId:OutputSource', outputSource_outputSourceId - The ID of the output source, for example the URL of an S3 bucket.

$sel:outputSourceType:OutputSource', outputSource_outputSourceType - The type of source where the association execution details are stored, for example, Amazon S3.

outputSource_outputSourceId :: Lens' OutputSource (Maybe Text) Source #

The ID of the output source, for example the URL of an S3 bucket.

outputSource_outputSourceType :: Lens' OutputSource (Maybe Text) Source #

The type of source where the association execution details are stored, for example, Amazon S3.

Parameter

data Parameter Source #

An Amazon Web Services Systems Manager parameter in Parameter Store.

See: newParameter smart constructor.

Constructors

Parameter' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the parameter.

  • dataType :: Maybe Text

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

  • lastModifiedDate :: Maybe POSIX

    Date the parameter was last changed or updated and the parameter version was created.

  • selector :: Maybe Text

    Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:

    parameter_name:version

    parameter_name:label

  • sourceResult :: Maybe Text

    Applies to parameters that reference information in other Amazon Web Services services. SourceResult is the raw result or response from the source.

  • name :: Text

    The name of the parameter.

  • type' :: ParameterType

    The type of parameter. Valid values include the following: String, StringList, and SecureString.

    If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

  • value :: Sensitive Text

    The parameter value.

    If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

  • version :: Integer

    The parameter version.

Instances

Instances details
FromJSON Parameter Source # 
Instance details

Defined in Amazonka.SSM.Types.Parameter

Generic Parameter Source # 
Instance details

Defined in Amazonka.SSM.Types.Parameter

Associated Types

type Rep Parameter :: Type -> Type #

Show Parameter Source # 
Instance details

Defined in Amazonka.SSM.Types.Parameter

NFData Parameter Source # 
Instance details

Defined in Amazonka.SSM.Types.Parameter

Methods

rnf :: Parameter -> () #

Eq Parameter Source # 
Instance details

Defined in Amazonka.SSM.Types.Parameter

Hashable Parameter Source # 
Instance details

Defined in Amazonka.SSM.Types.Parameter

type Rep Parameter Source # 
Instance details

Defined in Amazonka.SSM.Types.Parameter

newParameter Source #

Create a value of Parameter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Parameter', parameter_arn - The Amazon Resource Name (ARN) of the parameter.

$sel:dataType:Parameter', parameter_dataType - The data type of the parameter, such as text or aws:ec2:image. The default is text.

$sel:lastModifiedDate:Parameter', parameter_lastModifiedDate - Date the parameter was last changed or updated and the parameter version was created.

$sel:selector:Parameter', parameter_selector - Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:

parameter_name:version

parameter_name:label

$sel:sourceResult:Parameter', parameter_sourceResult - Applies to parameters that reference information in other Amazon Web Services services. SourceResult is the raw result or response from the source.

$sel:name:Parameter', parameter_name - The name of the parameter.

$sel:type':Parameter', parameter_type - The type of parameter. Valid values include the following: String, StringList, and SecureString.

If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

$sel:value:Parameter', parameter_value - The parameter value.

If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

$sel:version:Parameter', parameter_version - The parameter version.

parameter_arn :: Lens' Parameter (Maybe Text) Source #

The Amazon Resource Name (ARN) of the parameter.

parameter_dataType :: Lens' Parameter (Maybe Text) Source #

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

parameter_lastModifiedDate :: Lens' Parameter (Maybe UTCTime) Source #

Date the parameter was last changed or updated and the parameter version was created.

parameter_selector :: Lens' Parameter (Maybe Text) Source #

Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:

parameter_name:version

parameter_name:label

parameter_sourceResult :: Lens' Parameter (Maybe Text) Source #

Applies to parameters that reference information in other Amazon Web Services services. SourceResult is the raw result or response from the source.

parameter_name :: Lens' Parameter Text Source #

The name of the parameter.

parameter_type :: Lens' Parameter ParameterType Source #

The type of parameter. Valid values include the following: String, StringList, and SecureString.

If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

parameter_value :: Lens' Parameter Text Source #

The parameter value.

If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

parameter_version :: Lens' Parameter Integer Source #

The parameter version.

ParameterHistory

data ParameterHistory Source #

Information about parameter usage.

See: newParameterHistory smart constructor.

Constructors

ParameterHistory' 

Fields

Instances

Instances details
FromJSON ParameterHistory Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterHistory

Generic ParameterHistory Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterHistory

Associated Types

type Rep ParameterHistory :: Type -> Type #

Show ParameterHistory Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterHistory

NFData ParameterHistory Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterHistory

Methods

rnf :: ParameterHistory -> () #

Eq ParameterHistory Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterHistory

Hashable ParameterHistory Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterHistory

type Rep ParameterHistory Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterHistory

type Rep ParameterHistory = D1 ('MetaData "ParameterHistory" "Amazonka.SSM.Types.ParameterHistory" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ParameterHistory'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "allowedPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "keyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "labels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "lastModifiedUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "policies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterInlinePolicy])))) :*: ((S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterTier)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterType))) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))))

newParameterHistory :: ParameterHistory Source #

Create a value of ParameterHistory with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowedPattern:ParameterHistory', parameterHistory_allowedPattern - Parameter names can include the following letters and symbols.

a-zA-Z0-9_.-

$sel:dataType:ParameterHistory', parameterHistory_dataType - The data type of the parameter, such as text or aws:ec2:image. The default is text.

$sel:description:ParameterHistory', parameterHistory_description - Information about the parameter.

$sel:keyId:ParameterHistory', parameterHistory_keyId - The ID of the query key used for this parameter.

$sel:labels:ParameterHistory', parameterHistory_labels - Labels assigned to the parameter version.

$sel:lastModifiedDate:ParameterHistory', parameterHistory_lastModifiedDate - Date the parameter was last changed or updated.

$sel:lastModifiedUser:ParameterHistory', parameterHistory_lastModifiedUser - Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.

$sel:name:ParameterHistory', parameterHistory_name - The name of the parameter.

$sel:policies:ParameterHistory', parameterHistory_policies - Information about the policies assigned to a parameter.

Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.

$sel:tier:ParameterHistory', parameterHistory_tier - The parameter tier.

$sel:type':ParameterHistory', parameterHistory_type - The type of parameter used.

$sel:value:ParameterHistory', parameterHistory_value - The parameter value.

$sel:version:ParameterHistory', parameterHistory_version - The parameter version.

parameterHistory_allowedPattern :: Lens' ParameterHistory (Maybe Text) Source #

Parameter names can include the following letters and symbols.

a-zA-Z0-9_.-

parameterHistory_dataType :: Lens' ParameterHistory (Maybe Text) Source #

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

parameterHistory_keyId :: Lens' ParameterHistory (Maybe Text) Source #

The ID of the query key used for this parameter.

parameterHistory_labels :: Lens' ParameterHistory (Maybe (NonEmpty Text)) Source #

Labels assigned to the parameter version.

parameterHistory_lastModifiedDate :: Lens' ParameterHistory (Maybe UTCTime) Source #

Date the parameter was last changed or updated.

parameterHistory_lastModifiedUser :: Lens' ParameterHistory (Maybe Text) Source #

Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.

parameterHistory_policies :: Lens' ParameterHistory (Maybe [ParameterInlinePolicy]) Source #

Information about the policies assigned to a parameter.

Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.

ParameterInlinePolicy

data ParameterInlinePolicy Source #

One or more policies assigned to a parameter.

See: newParameterInlinePolicy smart constructor.

Constructors

ParameterInlinePolicy' 

Fields

  • policyStatus :: Maybe Text

    The status of the policy. Policies report the following statuses: Pending (the policy hasn't been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or InProgress (the policy is being applied now).

  • policyText :: Maybe Text

    The JSON text of the policy.

  • policyType :: Maybe Text

    The type of policy. Parameter Store, a capability of Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

Instances

Instances details
FromJSON ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

Generic ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

Associated Types

type Rep ParameterInlinePolicy :: Type -> Type #

Read ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

Show ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

NFData ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

Methods

rnf :: ParameterInlinePolicy -> () #

Eq ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

Hashable ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

type Rep ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

type Rep ParameterInlinePolicy = D1 ('MetaData "ParameterInlinePolicy" "Amazonka.SSM.Types.ParameterInlinePolicy" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ParameterInlinePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "policyText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "policyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newParameterInlinePolicy :: ParameterInlinePolicy Source #

Create a value of ParameterInlinePolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:policyStatus:ParameterInlinePolicy', parameterInlinePolicy_policyStatus - The status of the policy. Policies report the following statuses: Pending (the policy hasn't been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or InProgress (the policy is being applied now).

$sel:policyText:ParameterInlinePolicy', parameterInlinePolicy_policyText - The JSON text of the policy.

$sel:policyType:ParameterInlinePolicy', parameterInlinePolicy_policyType - The type of policy. Parameter Store, a capability of Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

parameterInlinePolicy_policyStatus :: Lens' ParameterInlinePolicy (Maybe Text) Source #

The status of the policy. Policies report the following statuses: Pending (the policy hasn't been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or InProgress (the policy is being applied now).

parameterInlinePolicy_policyType :: Lens' ParameterInlinePolicy (Maybe Text) Source #

The type of policy. Parameter Store, a capability of Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

ParameterMetadata

data ParameterMetadata Source #

Metadata includes information like the ARN of the last user and the date/time the parameter was last used.

See: newParameterMetadata smart constructor.

Constructors

ParameterMetadata' 

Fields

Instances

Instances details
FromJSON ParameterMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterMetadata

Generic ParameterMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterMetadata

Associated Types

type Rep ParameterMetadata :: Type -> Type #

Read ParameterMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterMetadata

Show ParameterMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterMetadata

NFData ParameterMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterMetadata

Methods

rnf :: ParameterMetadata -> () #

Eq ParameterMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterMetadata

Hashable ParameterMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterMetadata

type Rep ParameterMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterMetadata

type Rep ParameterMetadata = D1 ('MetaData "ParameterMetadata" "Amazonka.SSM.Types.ParameterMetadata" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ParameterMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "allowedPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "keyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "lastModifiedUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "policies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterInlinePolicy])))) :*: (S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterTier)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterType)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))))

newParameterMetadata :: ParameterMetadata Source #

Create a value of ParameterMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowedPattern:ParameterMetadata', parameterMetadata_allowedPattern - A parameter name can include only the following letters and symbols.

a-zA-Z0-9_.-

$sel:dataType:ParameterMetadata', parameterMetadata_dataType - The data type of the parameter, such as text or aws:ec2:image. The default is text.

$sel:description:ParameterMetadata', parameterMetadata_description - Description of the parameter actions.

$sel:keyId:ParameterMetadata', parameterMetadata_keyId - The ID of the query key used for this parameter.

$sel:lastModifiedDate:ParameterMetadata', parameterMetadata_lastModifiedDate - Date the parameter was last changed or updated.

$sel:lastModifiedUser:ParameterMetadata', parameterMetadata_lastModifiedUser - Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.

$sel:name:ParameterMetadata', parameterMetadata_name - The parameter name.

$sel:policies:ParameterMetadata', parameterMetadata_policies - A list of policies associated with a parameter.

$sel:tier:ParameterMetadata', parameterMetadata_tier - The parameter tier.

$sel:type':ParameterMetadata', parameterMetadata_type - The type of parameter. Valid parameter types include the following: String, StringList, and SecureString.

$sel:version:ParameterMetadata', parameterMetadata_version - The parameter version.

parameterMetadata_allowedPattern :: Lens' ParameterMetadata (Maybe Text) Source #

A parameter name can include only the following letters and symbols.

a-zA-Z0-9_.-

parameterMetadata_dataType :: Lens' ParameterMetadata (Maybe Text) Source #

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

parameterMetadata_description :: Lens' ParameterMetadata (Maybe Text) Source #

Description of the parameter actions.

parameterMetadata_keyId :: Lens' ParameterMetadata (Maybe Text) Source #

The ID of the query key used for this parameter.

parameterMetadata_lastModifiedDate :: Lens' ParameterMetadata (Maybe UTCTime) Source #

Date the parameter was last changed or updated.

parameterMetadata_lastModifiedUser :: Lens' ParameterMetadata (Maybe Text) Source #

Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.

parameterMetadata_policies :: Lens' ParameterMetadata (Maybe [ParameterInlinePolicy]) Source #

A list of policies associated with a parameter.

parameterMetadata_type :: Lens' ParameterMetadata (Maybe ParameterType) Source #

The type of parameter. Valid parameter types include the following: String, StringList, and SecureString.

ParameterStringFilter

data ParameterStringFilter Source #

One or more filters. Use a filter to return a more specific list of results.

See: newParameterStringFilter smart constructor.

Constructors

ParameterStringFilter' 

Fields

  • option :: Maybe Text

    For all filters used with DescribeParameters, valid options include Equals and BeginsWith. The Name filter additionally supports the Contains option. (Exception: For filters using the key Path, valid options include Recursive and OneLevel.)

    For filters used with GetParametersByPath, valid options include Equals and BeginsWith. (Exception: For filters using Label as the Key name, the only valid option is Equals.)

  • values :: Maybe (NonEmpty Text)

    The value you want to search for.

  • key :: Text

    The name of the filter.

    The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath API operations. However, not all of the pattern values listed for Key can be used with both operations.

    For DescribeParameters, all of the listed patterns are valid except Label.

    For GetParametersByPath, the following patterns listed for Key aren't valid: tag, DataType, Name, Path, and Tier.

    For examples of Amazon Web Services CLI commands demonstrating valid parameter filter constructions, see Searching for Systems Manager parameters in the Amazon Web Services Systems Manager User Guide.

Instances

Instances details
ToJSON ParameterStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterStringFilter

Generic ParameterStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterStringFilter

Associated Types

type Rep ParameterStringFilter :: Type -> Type #

Read ParameterStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterStringFilter

Show ParameterStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterStringFilter

NFData ParameterStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterStringFilter

Methods

rnf :: ParameterStringFilter -> () #

Eq ParameterStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterStringFilter

Hashable ParameterStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterStringFilter

type Rep ParameterStringFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterStringFilter

type Rep ParameterStringFilter = D1 ('MetaData "ParameterStringFilter" "Amazonka.SSM.Types.ParameterStringFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ParameterStringFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "option") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newParameterStringFilter Source #

Create a value of ParameterStringFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:option:ParameterStringFilter', parameterStringFilter_option - For all filters used with DescribeParameters, valid options include Equals and BeginsWith. The Name filter additionally supports the Contains option. (Exception: For filters using the key Path, valid options include Recursive and OneLevel.)

For filters used with GetParametersByPath, valid options include Equals and BeginsWith. (Exception: For filters using Label as the Key name, the only valid option is Equals.)

$sel:values:ParameterStringFilter', parameterStringFilter_values - The value you want to search for.

$sel:key:ParameterStringFilter', parameterStringFilter_key - The name of the filter.

The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath API operations. However, not all of the pattern values listed for Key can be used with both operations.

For DescribeParameters, all of the listed patterns are valid except Label.

For GetParametersByPath, the following patterns listed for Key aren't valid: tag, DataType, Name, Path, and Tier.

For examples of Amazon Web Services CLI commands demonstrating valid parameter filter constructions, see Searching for Systems Manager parameters in the Amazon Web Services Systems Manager User Guide.

parameterStringFilter_option :: Lens' ParameterStringFilter (Maybe Text) Source #

For all filters used with DescribeParameters, valid options include Equals and BeginsWith. The Name filter additionally supports the Contains option. (Exception: For filters using the key Path, valid options include Recursive and OneLevel.)

For filters used with GetParametersByPath, valid options include Equals and BeginsWith. (Exception: For filters using Label as the Key name, the only valid option is Equals.)

parameterStringFilter_key :: Lens' ParameterStringFilter Text Source #

The name of the filter.

The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath API operations. However, not all of the pattern values listed for Key can be used with both operations.

For DescribeParameters, all of the listed patterns are valid except Label.

For GetParametersByPath, the following patterns listed for Key aren't valid: tag, DataType, Name, Path, and Tier.

For examples of Amazon Web Services CLI commands demonstrating valid parameter filter constructions, see Searching for Systems Manager parameters in the Amazon Web Services Systems Manager User Guide.

ParametersFilter

data ParametersFilter Source #

This data type is deprecated. Instead, use ParameterStringFilter.

See: newParametersFilter smart constructor.

Constructors

ParametersFilter' 

Fields

Instances

Instances details
ToJSON ParametersFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilter

Generic ParametersFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilter

Associated Types

type Rep ParametersFilter :: Type -> Type #

Read ParametersFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilter

Show ParametersFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilter

NFData ParametersFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilter

Methods

rnf :: ParametersFilter -> () #

Eq ParametersFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilter

Hashable ParametersFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilter

type Rep ParametersFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.ParametersFilter

type Rep ParametersFilter = D1 ('MetaData "ParametersFilter" "Amazonka.SSM.Types.ParametersFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ParametersFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ParametersFilterKey) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newParametersFilter Source #

Create a value of ParametersFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:ParametersFilter', parametersFilter_key - The name of the filter.

$sel:values:ParametersFilter', parametersFilter_values - The filter values.

Patch

data Patch Source #

Represents metadata about a patch.

See: newPatch smart constructor.

Constructors

Patch' 

Fields

  • advisoryIds :: Maybe [Text]

    The Advisory ID of the patch. For example, RHSA-2020:3779. Applies to Linux-based managed nodes only.

  • arch :: Maybe Text

    The architecture of the patch. For example, in example-pkg-0.710.10-2.7.abcd.x86_64, the architecture is indicated by x86_64. Applies to Linux-based managed nodes only.

  • bugzillaIds :: Maybe [Text]

    The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based managed nodes only.

  • cVEIds :: Maybe [Text]

    The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, CVE-2011-3192. Applies to Linux-based managed nodes only.

  • classification :: Maybe Text

    The classification of the patch. For example, SecurityUpdates, Updates, or CriticalUpdates.

  • contentUrl :: Maybe Text

    The URL where more information can be obtained about the patch.

  • description :: Maybe Text

    The description of the patch.

  • epoch :: Maybe Int

    The epoch of the patch. For example in pkg-example-EE-20180914-2.2.amzn1.noarch, the epoch value is 20180914-2. Applies to Linux-based managed nodes only.

  • id :: Maybe Text

    The ID of the patch. Applies to Windows patches only.

    This ID isn't the same as the Microsoft Knowledge Base ID.

  • kbNumber :: Maybe Text

    The Microsoft Knowledge Base ID of the patch. Applies to Windows patches only.

  • language :: Maybe Text

    The language of the patch if it's language-specific.

  • msrcNumber :: Maybe Text

    The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to. For example, MS14-045. Applies to Windows patches only.

  • msrcSeverity :: Maybe Text

    The severity of the patch, such as Critical, Important, or Moderate. Applies to Windows patches only.

  • name :: Maybe Text

    The name of the patch. Applies to Linux-based managed nodes only.

  • product :: Maybe Text

    The specific product the patch is applicable for. For example, WindowsServer2016 or AmazonLinux2018.03.

  • productFamily :: Maybe Text

    The product family the patch is applicable for. For example, Windows or Amazon Linux 2.

  • release :: Maybe Text

    The particular release of a patch. For example, in pkg-example-EE-20180914-2.2.amzn1.noarch, the release is 2.amaz1. Applies to Linux-based managed nodes only.

  • releaseDate :: Maybe POSIX

    The date the patch was released.

  • repository :: Maybe Text

    The source patch repository for the operating system and version, such as trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE. Applies to Linux-based managed nodes only.

  • severity :: Maybe Text

    The severity level of the patch. For example, CRITICAL or MODERATE.

  • title :: Maybe Text

    The title of the patch.

  • vendor :: Maybe Text

    The name of the vendor providing the patch.

  • version :: Maybe Text

    The version number of the patch. For example, in example-pkg-1.710.10-2.7.abcd.x86_64, the version number is indicated by -1. Applies to Linux-based managed nodes only.

Instances

Instances details
FromJSON Patch Source # 
Instance details

Defined in Amazonka.SSM.Types.Patch

Generic Patch Source # 
Instance details

Defined in Amazonka.SSM.Types.Patch

Associated Types

type Rep Patch :: Type -> Type #

Methods

from :: Patch -> Rep Patch x #

to :: Rep Patch x -> Patch #

Read Patch Source # 
Instance details

Defined in Amazonka.SSM.Types.Patch

Show Patch Source # 
Instance details

Defined in Amazonka.SSM.Types.Patch

Methods

showsPrec :: Int -> Patch -> ShowS #

show :: Patch -> String #

showList :: [Patch] -> ShowS #

NFData Patch Source # 
Instance details

Defined in Amazonka.SSM.Types.Patch

Methods

rnf :: Patch -> () #

Eq Patch Source # 
Instance details

Defined in Amazonka.SSM.Types.Patch

Methods

(==) :: Patch -> Patch -> Bool #

(/=) :: Patch -> Patch -> Bool #

Hashable Patch Source # 
Instance details

Defined in Amazonka.SSM.Types.Patch

Methods

hashWithSalt :: Int -> Patch -> Int #

hash :: Patch -> Int #

type Rep Patch Source # 
Instance details

Defined in Amazonka.SSM.Types.Patch

type Rep Patch = D1 ('MetaData "Patch" "Amazonka.SSM.Types.Patch" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "Patch'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "advisoryIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "arch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "bugzillaIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "cVEIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "classification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "contentUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "epoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kbNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "language") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "msrcNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "msrcSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "product") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "release") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "releaseDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "repository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vendor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newPatch :: Patch Source #

Create a value of Patch with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:advisoryIds:Patch', patch_advisoryIds - The Advisory ID of the patch. For example, RHSA-2020:3779. Applies to Linux-based managed nodes only.

$sel:arch:Patch', patch_arch - The architecture of the patch. For example, in example-pkg-0.710.10-2.7.abcd.x86_64, the architecture is indicated by x86_64. Applies to Linux-based managed nodes only.

$sel:bugzillaIds:Patch', patch_bugzillaIds - The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based managed nodes only.

$sel:cVEIds:Patch', patch_cVEIds - The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, CVE-2011-3192. Applies to Linux-based managed nodes only.

$sel:classification:Patch', patch_classification - The classification of the patch. For example, SecurityUpdates, Updates, or CriticalUpdates.

$sel:contentUrl:Patch', patch_contentUrl - The URL where more information can be obtained about the patch.

$sel:description:Patch', patch_description - The description of the patch.

$sel:epoch:Patch', patch_epoch - The epoch of the patch. For example in pkg-example-EE-20180914-2.2.amzn1.noarch, the epoch value is 20180914-2. Applies to Linux-based managed nodes only.

$sel:id:Patch', patch_id - The ID of the patch. Applies to Windows patches only.

This ID isn't the same as the Microsoft Knowledge Base ID.

$sel:kbNumber:Patch', patch_kbNumber - The Microsoft Knowledge Base ID of the patch. Applies to Windows patches only.

$sel:language:Patch', patch_language - The language of the patch if it's language-specific.

$sel:msrcNumber:Patch', patch_msrcNumber - The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to. For example, MS14-045. Applies to Windows patches only.

$sel:msrcSeverity:Patch', patch_msrcSeverity - The severity of the patch, such as Critical, Important, or Moderate. Applies to Windows patches only.

$sel:name:Patch', patch_name - The name of the patch. Applies to Linux-based managed nodes only.

$sel:product:Patch', patch_product - The specific product the patch is applicable for. For example, WindowsServer2016 or AmazonLinux2018.03.

$sel:productFamily:Patch', patch_productFamily - The product family the patch is applicable for. For example, Windows or Amazon Linux 2.

$sel:release:Patch', patch_release - The particular release of a patch. For example, in pkg-example-EE-20180914-2.2.amzn1.noarch, the release is 2.amaz1. Applies to Linux-based managed nodes only.

$sel:releaseDate:Patch', patch_releaseDate - The date the patch was released.

$sel:repository:Patch', patch_repository - The source patch repository for the operating system and version, such as trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE. Applies to Linux-based managed nodes only.

$sel:severity:Patch', patch_severity - The severity level of the patch. For example, CRITICAL or MODERATE.

$sel:title:Patch', patch_title - The title of the patch.

$sel:vendor:Patch', patch_vendor - The name of the vendor providing the patch.

$sel:version:Patch', patch_version - The version number of the patch. For example, in example-pkg-1.710.10-2.7.abcd.x86_64, the version number is indicated by -1. Applies to Linux-based managed nodes only.

patch_advisoryIds :: Lens' Patch (Maybe [Text]) Source #

The Advisory ID of the patch. For example, RHSA-2020:3779. Applies to Linux-based managed nodes only.

patch_arch :: Lens' Patch (Maybe Text) Source #

The architecture of the patch. For example, in example-pkg-0.710.10-2.7.abcd.x86_64, the architecture is indicated by x86_64. Applies to Linux-based managed nodes only.

patch_bugzillaIds :: Lens' Patch (Maybe [Text]) Source #

The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based managed nodes only.

patch_cVEIds :: Lens' Patch (Maybe [Text]) Source #

The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, CVE-2011-3192. Applies to Linux-based managed nodes only.

patch_classification :: Lens' Patch (Maybe Text) Source #

The classification of the patch. For example, SecurityUpdates, Updates, or CriticalUpdates.

patch_contentUrl :: Lens' Patch (Maybe Text) Source #

The URL where more information can be obtained about the patch.

patch_description :: Lens' Patch (Maybe Text) Source #

The description of the patch.

patch_epoch :: Lens' Patch (Maybe Int) Source #

The epoch of the patch. For example in pkg-example-EE-20180914-2.2.amzn1.noarch, the epoch value is 20180914-2. Applies to Linux-based managed nodes only.

patch_id :: Lens' Patch (Maybe Text) Source #

The ID of the patch. Applies to Windows patches only.

This ID isn't the same as the Microsoft Knowledge Base ID.

patch_kbNumber :: Lens' Patch (Maybe Text) Source #

The Microsoft Knowledge Base ID of the patch. Applies to Windows patches only.

patch_language :: Lens' Patch (Maybe Text) Source #

The language of the patch if it's language-specific.

patch_msrcNumber :: Lens' Patch (Maybe Text) Source #

The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to. For example, MS14-045. Applies to Windows patches only.

patch_msrcSeverity :: Lens' Patch (Maybe Text) Source #

The severity of the patch, such as Critical, Important, or Moderate. Applies to Windows patches only.

patch_name :: Lens' Patch (Maybe Text) Source #

The name of the patch. Applies to Linux-based managed nodes only.

patch_product :: Lens' Patch (Maybe Text) Source #

The specific product the patch is applicable for. For example, WindowsServer2016 or AmazonLinux2018.03.

patch_productFamily :: Lens' Patch (Maybe Text) Source #

The product family the patch is applicable for. For example, Windows or Amazon Linux 2.

patch_release :: Lens' Patch (Maybe Text) Source #

The particular release of a patch. For example, in pkg-example-EE-20180914-2.2.amzn1.noarch, the release is 2.amaz1. Applies to Linux-based managed nodes only.

patch_releaseDate :: Lens' Patch (Maybe UTCTime) Source #

The date the patch was released.

patch_repository :: Lens' Patch (Maybe Text) Source #

The source patch repository for the operating system and version, such as trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE. Applies to Linux-based managed nodes only.

patch_severity :: Lens' Patch (Maybe Text) Source #

The severity level of the patch. For example, CRITICAL or MODERATE.

patch_title :: Lens' Patch (Maybe Text) Source #

The title of the patch.

patch_vendor :: Lens' Patch (Maybe Text) Source #

The name of the vendor providing the patch.

patch_version :: Lens' Patch (Maybe Text) Source #

The version number of the patch. For example, in example-pkg-1.710.10-2.7.abcd.x86_64, the version number is indicated by -1. Applies to Linux-based managed nodes only.

PatchBaselineIdentity

data PatchBaselineIdentity Source #

Defines the basic information about a patch baseline.

See: newPatchBaselineIdentity smart constructor.

Constructors

PatchBaselineIdentity' 

Fields

Instances

Instances details
FromJSON PatchBaselineIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchBaselineIdentity

Generic PatchBaselineIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchBaselineIdentity

Associated Types

type Rep PatchBaselineIdentity :: Type -> Type #

Read PatchBaselineIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchBaselineIdentity

Show PatchBaselineIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchBaselineIdentity

NFData PatchBaselineIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchBaselineIdentity

Methods

rnf :: PatchBaselineIdentity -> () #

Eq PatchBaselineIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchBaselineIdentity

Hashable PatchBaselineIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchBaselineIdentity

type Rep PatchBaselineIdentity Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchBaselineIdentity

type Rep PatchBaselineIdentity = D1 ('MetaData "PatchBaselineIdentity" "Amazonka.SSM.Types.PatchBaselineIdentity" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "PatchBaselineIdentity'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "baselineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "baselineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "baselineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultBaseline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "operatingSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperatingSystem))))))

newPatchBaselineIdentity :: PatchBaselineIdentity Source #

Create a value of PatchBaselineIdentity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:baselineDescription:PatchBaselineIdentity', patchBaselineIdentity_baselineDescription - The description of the patch baseline.

$sel:baselineId:PatchBaselineIdentity', patchBaselineIdentity_baselineId - The ID of the patch baseline.

$sel:baselineName:PatchBaselineIdentity', patchBaselineIdentity_baselineName - The name of the patch baseline.

$sel:defaultBaseline:PatchBaselineIdentity', patchBaselineIdentity_defaultBaseline - Whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

$sel:operatingSystem:PatchBaselineIdentity', patchBaselineIdentity_operatingSystem - Defines the operating system the patch baseline applies to. The default value is WINDOWS.

patchBaselineIdentity_defaultBaseline :: Lens' PatchBaselineIdentity (Maybe Bool) Source #

Whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

patchBaselineIdentity_operatingSystem :: Lens' PatchBaselineIdentity (Maybe OperatingSystem) Source #

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

PatchComplianceData

data PatchComplianceData Source #

Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.

See: newPatchComplianceData smart constructor.

Constructors

PatchComplianceData' 

Fields

  • cVEIds :: Maybe Text

    The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.

  • title :: Text

    The title of the patch.

  • kBId :: Text

    The operating system-specific ID of the patch.

  • classification :: Text

    The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.

  • severity :: Text

    The severity of the patch such as Critical, Important, and Moderate.

  • state :: PatchComplianceDataState

    The state of the patch on the managed node, such as INSTALLED or FAILED.

    For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.

  • installedTime :: POSIX

    The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.

Instances

Instances details
FromJSON PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

Generic PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

Associated Types

type Rep PatchComplianceData :: Type -> Type #

Read PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

Show PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

NFData PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

Methods

rnf :: PatchComplianceData -> () #

Eq PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

Hashable PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

type Rep PatchComplianceData Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchComplianceData

newPatchComplianceData Source #

Create a value of PatchComplianceData with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cVEIds:PatchComplianceData', patchComplianceData_cVEIds - The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.

$sel:title:PatchComplianceData', patchComplianceData_title - The title of the patch.

$sel:kBId:PatchComplianceData', patchComplianceData_kBId - The operating system-specific ID of the patch.

$sel:classification:PatchComplianceData', patchComplianceData_classification - The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.

$sel:severity:PatchComplianceData', patchComplianceData_severity - The severity of the patch such as Critical, Important, and Moderate.

$sel:state:PatchComplianceData', patchComplianceData_state - The state of the patch on the managed node, such as INSTALLED or FAILED.

For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.

$sel:installedTime:PatchComplianceData', patchComplianceData_installedTime - The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.

patchComplianceData_cVEIds :: Lens' PatchComplianceData (Maybe Text) Source #

The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.

patchComplianceData_kBId :: Lens' PatchComplianceData Text Source #

The operating system-specific ID of the patch.

patchComplianceData_classification :: Lens' PatchComplianceData Text Source #

The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.

patchComplianceData_severity :: Lens' PatchComplianceData Text Source #

The severity of the patch such as Critical, Important, and Moderate.

patchComplianceData_state :: Lens' PatchComplianceData PatchComplianceDataState Source #

The state of the patch on the managed node, such as INSTALLED or FAILED.

For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.

patchComplianceData_installedTime :: Lens' PatchComplianceData UTCTime Source #

The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.

PatchFilter

data PatchFilter Source #

Defines which patches should be included in a patch baseline.

A patch filter consists of a key and a set of values. The filter key is a patch property. For example, the available filter keys for WINDOWS are PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, and MSRC_SEVERITY.

The filter values define a matching criterion for the patch property indicated by the key. For example, if the filter key is PRODUCT and the filter values are ["Office 2013", "Office 2016"], then the filter accepts all patches where product name is either "Office 2013" or "Office 2016". The filter values can be exact values for the patch property given as a key, or a wildcard (*), which matches all values.

You can view lists of valid values for the patch properties by running the DescribePatchProperties command. For information about which patch properties can be used with each major operating system, see DescribePatchProperties.

See: newPatchFilter smart constructor.

Constructors

PatchFilter' 

Fields

  • key :: PatchFilterKey

    The key for the filter.

    Run the DescribePatchProperties command to view lists of valid keys for each operating system type.

  • values :: NonEmpty Text

    The value for the filter key.

    Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

Instances

Instances details
FromJSON PatchFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilter

ToJSON PatchFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilter

Generic PatchFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilter

Associated Types

type Rep PatchFilter :: Type -> Type #

Read PatchFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilter

Show PatchFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilter

NFData PatchFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilter

Methods

rnf :: PatchFilter -> () #

Eq PatchFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilter

Hashable PatchFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilter

type Rep PatchFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilter

type Rep PatchFilter = D1 ('MetaData "PatchFilter" "Amazonka.SSM.Types.PatchFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "PatchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PatchFilterKey) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newPatchFilter Source #

Create a value of PatchFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:PatchFilter', patchFilter_key - The key for the filter.

Run the DescribePatchProperties command to view lists of valid keys for each operating system type.

$sel:values:PatchFilter', patchFilter_values - The value for the filter key.

Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

patchFilter_key :: Lens' PatchFilter PatchFilterKey Source #

The key for the filter.

Run the DescribePatchProperties command to view lists of valid keys for each operating system type.

patchFilter_values :: Lens' PatchFilter (NonEmpty Text) Source #

The value for the filter key.

Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

PatchFilterGroup

data PatchFilterGroup Source #

A set of patch filters, typically used for approval rules.

See: newPatchFilterGroup smart constructor.

Constructors

PatchFilterGroup' 

Fields

Instances

Instances details
FromJSON PatchFilterGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterGroup

ToJSON PatchFilterGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterGroup

Generic PatchFilterGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterGroup

Associated Types

type Rep PatchFilterGroup :: Type -> Type #

Read PatchFilterGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterGroup

Show PatchFilterGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterGroup

NFData PatchFilterGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterGroup

Methods

rnf :: PatchFilterGroup -> () #

Eq PatchFilterGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterGroup

Hashable PatchFilterGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterGroup

type Rep PatchFilterGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchFilterGroup

type Rep PatchFilterGroup = D1 ('MetaData "PatchFilterGroup" "Amazonka.SSM.Types.PatchFilterGroup" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "PatchFilterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PatchFilter])))

newPatchFilterGroup :: PatchFilterGroup Source #

Create a value of PatchFilterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchFilters:PatchFilterGroup', patchFilterGroup_patchFilters - The set of patch filters that make up the group.

patchFilterGroup_patchFilters :: Lens' PatchFilterGroup [PatchFilter] Source #

The set of patch filters that make up the group.

PatchGroupPatchBaselineMapping

data PatchGroupPatchBaselineMapping Source #

The mapping between a patch group and the patch baseline the patch group is registered with.

See: newPatchGroupPatchBaselineMapping smart constructor.

Constructors

PatchGroupPatchBaselineMapping' 

Fields

Instances

Instances details
FromJSON PatchGroupPatchBaselineMapping Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchGroupPatchBaselineMapping

Generic PatchGroupPatchBaselineMapping Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchGroupPatchBaselineMapping

Associated Types

type Rep PatchGroupPatchBaselineMapping :: Type -> Type #

Read PatchGroupPatchBaselineMapping Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchGroupPatchBaselineMapping

Show PatchGroupPatchBaselineMapping Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchGroupPatchBaselineMapping

NFData PatchGroupPatchBaselineMapping Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchGroupPatchBaselineMapping

Eq PatchGroupPatchBaselineMapping Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchGroupPatchBaselineMapping

Hashable PatchGroupPatchBaselineMapping Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchGroupPatchBaselineMapping

type Rep PatchGroupPatchBaselineMapping Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchGroupPatchBaselineMapping

type Rep PatchGroupPatchBaselineMapping = D1 ('MetaData "PatchGroupPatchBaselineMapping" "Amazonka.SSM.Types.PatchGroupPatchBaselineMapping" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "PatchGroupPatchBaselineMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baselineIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchBaselineIdentity)) :*: S1 ('MetaSel ('Just "patchGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPatchGroupPatchBaselineMapping :: PatchGroupPatchBaselineMapping Source #

Create a value of PatchGroupPatchBaselineMapping with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:baselineIdentity:PatchGroupPatchBaselineMapping', patchGroupPatchBaselineMapping_baselineIdentity - The patch baseline the patch group is registered with.

$sel:patchGroup:PatchGroupPatchBaselineMapping', patchGroupPatchBaselineMapping_patchGroup - The name of the patch group registered with the patch baseline.

patchGroupPatchBaselineMapping_patchGroup :: Lens' PatchGroupPatchBaselineMapping (Maybe Text) Source #

The name of the patch group registered with the patch baseline.

PatchOrchestratorFilter

data PatchOrchestratorFilter Source #

Defines a filter used in Patch Manager APIs. Supported filter keys depend on the API operation that includes the filter. Patch Manager API operations that use PatchOrchestratorFilter include the following:

  • DescribeAvailablePatches
  • DescribeInstancePatches
  • DescribePatchBaselines
  • DescribePatchGroups

See: newPatchOrchestratorFilter smart constructor.

Constructors

PatchOrchestratorFilter' 

Fields

Instances

Instances details
ToJSON PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

Generic PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

Associated Types

type Rep PatchOrchestratorFilter :: Type -> Type #

Read PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

Show PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

NFData PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

Methods

rnf :: PatchOrchestratorFilter -> () #

Eq PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

Hashable PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

type Rep PatchOrchestratorFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchOrchestratorFilter

type Rep PatchOrchestratorFilter = D1 ('MetaData "PatchOrchestratorFilter" "Amazonka.SSM.Types.PatchOrchestratorFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "PatchOrchestratorFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newPatchOrchestratorFilter :: PatchOrchestratorFilter Source #

Create a value of PatchOrchestratorFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:PatchOrchestratorFilter', patchOrchestratorFilter_key - The key for the filter.

$sel:values:PatchOrchestratorFilter', patchOrchestratorFilter_values - The value for the filter.

PatchRule

data PatchRule Source #

Defines an approval rule for a patch baseline.

See: newPatchRule smart constructor.

Constructors

PatchRule' 

Fields

  • approveAfterDays :: Maybe Natural

    The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7 means that patches are approved seven days after they are released. Not supported on Debian Server or Ubuntu Server.

  • approveUntilDate :: Maybe Text

    The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.

    Enter dates in the format YYYY-MM-DD. For example, 2021-12-31.

  • complianceLevel :: Maybe PatchComplianceLevel

    A compliance severity level for all approved patches in a patch baseline.

  • enableNonSecurity :: Maybe Bool

    For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is false. Applies to Linux managed nodes only.

  • patchFilterGroup :: PatchFilterGroup

    The patch filter group that defines the criteria for the rule.

Instances

Instances details
FromJSON PatchRule Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRule

ToJSON PatchRule Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRule

Generic PatchRule Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRule

Associated Types

type Rep PatchRule :: Type -> Type #

Read PatchRule Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRule

Show PatchRule Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRule

NFData PatchRule Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRule

Methods

rnf :: PatchRule -> () #

Eq PatchRule Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRule

Hashable PatchRule Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRule

type Rep PatchRule Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRule

type Rep PatchRule = D1 ('MetaData "PatchRule" "Amazonka.SSM.Types.PatchRule" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "PatchRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "approveAfterDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "approveUntilDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "complianceLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchComplianceLevel)) :*: (S1 ('MetaSel ('Just "enableNonSecurity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "patchFilterGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PatchFilterGroup)))))

newPatchRule Source #

Create a value of PatchRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approveAfterDays:PatchRule', patchRule_approveAfterDays - The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7 means that patches are approved seven days after they are released. Not supported on Debian Server or Ubuntu Server.

$sel:approveUntilDate:PatchRule', patchRule_approveUntilDate - The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.

Enter dates in the format YYYY-MM-DD. For example, 2021-12-31.

$sel:complianceLevel:PatchRule', patchRule_complianceLevel - A compliance severity level for all approved patches in a patch baseline.

$sel:enableNonSecurity:PatchRule', patchRule_enableNonSecurity - For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is false. Applies to Linux managed nodes only.

$sel:patchFilterGroup:PatchRule', patchRule_patchFilterGroup - The patch filter group that defines the criteria for the rule.

patchRule_approveAfterDays :: Lens' PatchRule (Maybe Natural) Source #

The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7 means that patches are approved seven days after they are released. Not supported on Debian Server or Ubuntu Server.

patchRule_approveUntilDate :: Lens' PatchRule (Maybe Text) Source #

The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.

Enter dates in the format YYYY-MM-DD. For example, 2021-12-31.

patchRule_complianceLevel :: Lens' PatchRule (Maybe PatchComplianceLevel) Source #

A compliance severity level for all approved patches in a patch baseline.

patchRule_enableNonSecurity :: Lens' PatchRule (Maybe Bool) Source #

For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is false. Applies to Linux managed nodes only.

patchRule_patchFilterGroup :: Lens' PatchRule PatchFilterGroup Source #

The patch filter group that defines the criteria for the rule.

PatchRuleGroup

data PatchRuleGroup Source #

A set of rules defining the approval rules for a patch baseline.

See: newPatchRuleGroup smart constructor.

Constructors

PatchRuleGroup' 

Fields

Instances

Instances details
FromJSON PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

ToJSON PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

Generic PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

Associated Types

type Rep PatchRuleGroup :: Type -> Type #

Read PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

Show PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

NFData PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

Methods

rnf :: PatchRuleGroup -> () #

Eq PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

Hashable PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

type Rep PatchRuleGroup Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchRuleGroup

type Rep PatchRuleGroup = D1 ('MetaData "PatchRuleGroup" "Amazonka.SSM.Types.PatchRuleGroup" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "PatchRuleGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PatchRule])))

newPatchRuleGroup :: PatchRuleGroup Source #

Create a value of PatchRuleGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchRules:PatchRuleGroup', patchRuleGroup_patchRules - The rules that make up the rule group.

patchRuleGroup_patchRules :: Lens' PatchRuleGroup [PatchRule] Source #

The rules that make up the rule group.

PatchSource

data PatchSource Source #

Information about the patches to use to update the managed nodes, including target operating systems and source repository. Applies to Linux managed nodes only.

See: newPatchSource smart constructor.

Constructors

PatchSource' 

Fields

  • name :: Text

    The name specified to identify the patch source.

  • products :: NonEmpty Text

    The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see PatchFilter.

  • configuration :: Sensitive Text

    The value of the yum repo configuration. For example:

    [main]
    name=MyCustomRepository
    baseurl=https://my-custom-repository
    enabled=1

    For information about other options available for your yum repository configuration, see dnf.conf(5).

Instances

Instances details
FromJSON PatchSource Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSource

ToJSON PatchSource Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSource

Generic PatchSource Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSource

Associated Types

type Rep PatchSource :: Type -> Type #

Show PatchSource Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSource

NFData PatchSource Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSource

Methods

rnf :: PatchSource -> () #

Eq PatchSource Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSource

Hashable PatchSource Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSource

type Rep PatchSource Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchSource

type Rep PatchSource = D1 ('MetaData "PatchSource" "Amazonka.SSM.Types.PatchSource" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "PatchSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "products") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newPatchSource Source #

Create a value of PatchSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:PatchSource', patchSource_name - The name specified to identify the patch source.

$sel:products:PatchSource', patchSource_products - The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see PatchFilter.

$sel:configuration:PatchSource', patchSource_configuration - The value of the yum repo configuration. For example:

[main]
name=MyCustomRepository
baseurl=https://my-custom-repository
enabled=1

For information about other options available for your yum repository configuration, see dnf.conf(5).

patchSource_name :: Lens' PatchSource Text Source #

The name specified to identify the patch source.

patchSource_products :: Lens' PatchSource (NonEmpty Text) Source #

The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see PatchFilter.

patchSource_configuration :: Lens' PatchSource Text Source #

The value of the yum repo configuration. For example:

[main]
name=MyCustomRepository
baseurl=https://my-custom-repository
enabled=1

For information about other options available for your yum repository configuration, see dnf.conf(5).

PatchStatus

data PatchStatus Source #

Information about the approval status of a patch.

See: newPatchStatus smart constructor.

Constructors

PatchStatus' 

Fields

Instances

Instances details
FromJSON PatchStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchStatus

Generic PatchStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchStatus

Associated Types

type Rep PatchStatus :: Type -> Type #

Read PatchStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchStatus

Show PatchStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchStatus

NFData PatchStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchStatus

Methods

rnf :: PatchStatus -> () #

Eq PatchStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchStatus

Hashable PatchStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchStatus

type Rep PatchStatus Source # 
Instance details

Defined in Amazonka.SSM.Types.PatchStatus

type Rep PatchStatus = D1 ('MetaData "PatchStatus" "Amazonka.SSM.Types.PatchStatus" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "PatchStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "complianceLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchComplianceLevel)) :*: S1 ('MetaSel ('Just "deploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PatchDeploymentStatus)))))

newPatchStatus :: PatchStatus Source #

Create a value of PatchStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:approvalDate:PatchStatus', patchStatus_approvalDate - The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).

$sel:complianceLevel:PatchStatus', patchStatus_complianceLevel - The compliance severity level for a patch.

$sel:deploymentStatus:PatchStatus', patchStatus_deploymentStatus - The approval status of a patch.

patchStatus_approvalDate :: Lens' PatchStatus (Maybe UTCTime) Source #

The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).

patchStatus_complianceLevel :: Lens' PatchStatus (Maybe PatchComplianceLevel) Source #

The compliance severity level for a patch.

ProgressCounters

data ProgressCounters Source #

An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

See: newProgressCounters smart constructor.

Constructors

ProgressCounters' 

Fields

  • cancelledSteps :: Maybe Int

    The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

  • failedSteps :: Maybe Int

    The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

  • successSteps :: Maybe Int

    The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

  • timedOutSteps :: Maybe Int

    The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

  • totalSteps :: Maybe Int

    The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

Instances

Instances details
FromJSON ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

Generic ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

Associated Types

type Rep ProgressCounters :: Type -> Type #

Read ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

Show ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

NFData ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

Methods

rnf :: ProgressCounters -> () #

Eq ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

Hashable ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

type Rep ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

type Rep ProgressCounters = D1 ('MetaData "ProgressCounters" "Amazonka.SSM.Types.ProgressCounters" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ProgressCounters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cancelledSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "failedSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "successSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "timedOutSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newProgressCounters :: ProgressCounters Source #

Create a value of ProgressCounters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cancelledSteps:ProgressCounters', progressCounters_cancelledSteps - The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

$sel:failedSteps:ProgressCounters', progressCounters_failedSteps - The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

$sel:successSteps:ProgressCounters', progressCounters_successSteps - The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

$sel:timedOutSteps:ProgressCounters', progressCounters_timedOutSteps - The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

$sel:totalSteps:ProgressCounters', progressCounters_totalSteps - The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

progressCounters_cancelledSteps :: Lens' ProgressCounters (Maybe Int) Source #

The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

progressCounters_failedSteps :: Lens' ProgressCounters (Maybe Int) Source #

The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

progressCounters_successSteps :: Lens' ProgressCounters (Maybe Int) Source #

The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

progressCounters_timedOutSteps :: Lens' ProgressCounters (Maybe Int) Source #

The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

progressCounters_totalSteps :: Lens' ProgressCounters (Maybe Int) Source #

The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

RegistrationMetadataItem

data RegistrationMetadataItem Source #

Reserved for internal use.

See: newRegistrationMetadataItem smart constructor.

Constructors

RegistrationMetadataItem' 

Fields

Instances

Instances details
ToJSON RegistrationMetadataItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RegistrationMetadataItem

Generic RegistrationMetadataItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RegistrationMetadataItem

Associated Types

type Rep RegistrationMetadataItem :: Type -> Type #

Read RegistrationMetadataItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RegistrationMetadataItem

Show RegistrationMetadataItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RegistrationMetadataItem

NFData RegistrationMetadataItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RegistrationMetadataItem

Eq RegistrationMetadataItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RegistrationMetadataItem

Hashable RegistrationMetadataItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RegistrationMetadataItem

type Rep RegistrationMetadataItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RegistrationMetadataItem

type Rep RegistrationMetadataItem = D1 ('MetaData "RegistrationMetadataItem" "Amazonka.SSM.Types.RegistrationMetadataItem" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "RegistrationMetadataItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRegistrationMetadataItem Source #

Create a value of RegistrationMetadataItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:RegistrationMetadataItem', registrationMetadataItem_key - Reserved for internal use.

$sel:value:RegistrationMetadataItem', registrationMetadataItem_value - Reserved for internal use.

RelatedOpsItem

data RelatedOpsItem Source #

An OpsItems that shares something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.

See: newRelatedOpsItem smart constructor.

Constructors

RelatedOpsItem' 

Fields

  • opsItemId :: Text

    The ID of an OpsItem related to the current OpsItem.

Instances

Instances details
FromJSON RelatedOpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RelatedOpsItem

ToJSON RelatedOpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RelatedOpsItem

Generic RelatedOpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RelatedOpsItem

Associated Types

type Rep RelatedOpsItem :: Type -> Type #

Read RelatedOpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RelatedOpsItem

Show RelatedOpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RelatedOpsItem

NFData RelatedOpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RelatedOpsItem

Methods

rnf :: RelatedOpsItem -> () #

Eq RelatedOpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RelatedOpsItem

Hashable RelatedOpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RelatedOpsItem

type Rep RelatedOpsItem Source # 
Instance details

Defined in Amazonka.SSM.Types.RelatedOpsItem

type Rep RelatedOpsItem = D1 ('MetaData "RelatedOpsItem" "Amazonka.SSM.Types.RelatedOpsItem" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "RelatedOpsItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "opsItemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRelatedOpsItem Source #

Create a value of RelatedOpsItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:opsItemId:RelatedOpsItem', relatedOpsItem_opsItemId - The ID of an OpsItem related to the current OpsItem.

relatedOpsItem_opsItemId :: Lens' RelatedOpsItem Text Source #

The ID of an OpsItem related to the current OpsItem.

ResolvedTargets

data ResolvedTargets Source #

Information about targets that resolved during the Automation execution.

See: newResolvedTargets smart constructor.

Constructors

ResolvedTargets' 

Fields

  • parameterValues :: Maybe [Text]

    A list of parameter values sent to targets that resolved during the Automation execution.

  • truncated :: Maybe Bool

    A boolean value indicating whether the resolved target list is truncated.

Instances

Instances details
FromJSON ResolvedTargets Source # 
Instance details

Defined in Amazonka.SSM.Types.ResolvedTargets

Generic ResolvedTargets Source # 
Instance details

Defined in Amazonka.SSM.Types.ResolvedTargets

Associated Types

type Rep ResolvedTargets :: Type -> Type #

Read ResolvedTargets Source # 
Instance details

Defined in Amazonka.SSM.Types.ResolvedTargets

Show ResolvedTargets Source # 
Instance details

Defined in Amazonka.SSM.Types.ResolvedTargets

NFData ResolvedTargets Source # 
Instance details

Defined in Amazonka.SSM.Types.ResolvedTargets

Methods

rnf :: ResolvedTargets -> () #

Eq ResolvedTargets Source # 
Instance details

Defined in Amazonka.SSM.Types.ResolvedTargets

Hashable ResolvedTargets Source # 
Instance details

Defined in Amazonka.SSM.Types.ResolvedTargets

type Rep ResolvedTargets Source # 
Instance details

Defined in Amazonka.SSM.Types.ResolvedTargets

type Rep ResolvedTargets = D1 ('MetaData "ResolvedTargets" "Amazonka.SSM.Types.ResolvedTargets" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ResolvedTargets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newResolvedTargets :: ResolvedTargets Source #

Create a value of ResolvedTargets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameterValues:ResolvedTargets', resolvedTargets_parameterValues - A list of parameter values sent to targets that resolved during the Automation execution.

$sel:truncated:ResolvedTargets', resolvedTargets_truncated - A boolean value indicating whether the resolved target list is truncated.

resolvedTargets_parameterValues :: Lens' ResolvedTargets (Maybe [Text]) Source #

A list of parameter values sent to targets that resolved during the Automation execution.

resolvedTargets_truncated :: Lens' ResolvedTargets (Maybe Bool) Source #

A boolean value indicating whether the resolved target list is truncated.

ResourceComplianceSummaryItem

data ResourceComplianceSummaryItem Source #

Compliance summary information for a specific resource.

See: newResourceComplianceSummaryItem smart constructor.

Constructors

ResourceComplianceSummaryItem' 

Fields

Instances

Instances details
FromJSON ResourceComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceComplianceSummaryItem

Generic ResourceComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceComplianceSummaryItem

Associated Types

type Rep ResourceComplianceSummaryItem :: Type -> Type #

Read ResourceComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceComplianceSummaryItem

Show ResourceComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceComplianceSummaryItem

NFData ResourceComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceComplianceSummaryItem

Eq ResourceComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceComplianceSummaryItem

Hashable ResourceComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceComplianceSummaryItem

type Rep ResourceComplianceSummaryItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceComplianceSummaryItem

resourceComplianceSummaryItem_overallSeverity :: Lens' ResourceComplianceSummaryItem (Maybe ComplianceSeverity) Source #

The highest severity item found for the resource. The resource is compliant for this item.

ResourceDataSyncAwsOrganizationsSource

data ResourceDataSyncAwsOrganizationsSource Source #

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations or, if an Amazon Web Services organization isn't present, from multiple Amazon Web Services Regions.

See: newResourceDataSyncAwsOrganizationsSource smart constructor.

Constructors

ResourceDataSyncAwsOrganizationsSource' 

Fields

Instances

Instances details
FromJSON ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

ToJSON ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

Generic ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

Read ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

Show ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

NFData ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

Eq ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

Hashable ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

type Rep ResourceDataSyncAwsOrganizationsSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource

type Rep ResourceDataSyncAwsOrganizationsSource = D1 ('MetaData "ResourceDataSyncAwsOrganizationsSource" "Amazonka.SSM.Types.ResourceDataSyncAwsOrganizationsSource" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ResourceDataSyncAwsOrganizationsSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationalUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ResourceDataSyncOrganizationalUnit))) :*: S1 ('MetaSel ('Just "organizationSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResourceDataSyncAwsOrganizationsSource Source #

Create a value of ResourceDataSyncAwsOrganizationsSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:organizationalUnits:ResourceDataSyncAwsOrganizationsSource', resourceDataSyncAwsOrganizationsSource_organizationalUnits - The Organizations organization units included in the sync.

$sel:organizationSourceType:ResourceDataSyncAwsOrganizationsSource', resourceDataSyncAwsOrganizationsSource_organizationSourceType - If an Amazon Web Services organization is present, this is either OrganizationalUnits or EntireOrganization. For OrganizationalUnits, the data is aggregated from a set of organization units. For EntireOrganization, the data is aggregated from the entire Amazon Web Services organization.

resourceDataSyncAwsOrganizationsSource_organizationSourceType :: Lens' ResourceDataSyncAwsOrganizationsSource Text Source #

If an Amazon Web Services organization is present, this is either OrganizationalUnits or EntireOrganization. For OrganizationalUnits, the data is aggregated from a set of organization units. For EntireOrganization, the data is aggregated from the entire Amazon Web Services organization.

ResourceDataSyncDestinationDataSharing

data ResourceDataSyncDestinationDataSharing Source #

Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different Amazon Web Services account ID.

See: newResourceDataSyncDestinationDataSharing smart constructor.

Constructors

ResourceDataSyncDestinationDataSharing' 

Fields

Instances

Instances details
FromJSON ResourceDataSyncDestinationDataSharing Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncDestinationDataSharing

ToJSON ResourceDataSyncDestinationDataSharing Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncDestinationDataSharing

Generic ResourceDataSyncDestinationDataSharing Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncDestinationDataSharing

Read ResourceDataSyncDestinationDataSharing Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncDestinationDataSharing

Show ResourceDataSyncDestinationDataSharing Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncDestinationDataSharing

NFData ResourceDataSyncDestinationDataSharing Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncDestinationDataSharing

Eq ResourceDataSyncDestinationDataSharing Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncDestinationDataSharing

Hashable ResourceDataSyncDestinationDataSharing Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncDestinationDataSharing

type Rep ResourceDataSyncDestinationDataSharing Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncDestinationDataSharing

type Rep ResourceDataSyncDestinationDataSharing = D1 ('MetaData "ResourceDataSyncDestinationDataSharing" "Amazonka.SSM.Types.ResourceDataSyncDestinationDataSharing" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ResourceDataSyncDestinationDataSharing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destinationDataSharingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newResourceDataSyncDestinationDataSharing :: ResourceDataSyncDestinationDataSharing Source #

Create a value of ResourceDataSyncDestinationDataSharing with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationDataSharingType:ResourceDataSyncDestinationDataSharing', resourceDataSyncDestinationDataSharing_destinationDataSharingType - The sharing data type. Only Organization is supported.

ResourceDataSyncItem

data ResourceDataSyncItem Source #

Information about a resource data sync configuration, including its current status and last successful sync.

See: newResourceDataSyncItem smart constructor.

Constructors

ResourceDataSyncItem' 

Fields

Instances

Instances details
FromJSON ResourceDataSyncItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncItem

Generic ResourceDataSyncItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncItem

Associated Types

type Rep ResourceDataSyncItem :: Type -> Type #

Read ResourceDataSyncItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncItem

Show ResourceDataSyncItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncItem

NFData ResourceDataSyncItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncItem

Methods

rnf :: ResourceDataSyncItem -> () #

Eq ResourceDataSyncItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncItem

Hashable ResourceDataSyncItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncItem

type Rep ResourceDataSyncItem Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncItem

type Rep ResourceDataSyncItem = D1 ('MetaData "ResourceDataSyncItem" "Amazonka.SSM.Types.ResourceDataSyncItem" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ResourceDataSyncItem'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LastResourceDataSyncStatus)) :*: S1 ('MetaSel ('Just "lastSuccessfulSyncTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastSyncStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastSyncTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "s3Destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceDataSyncS3Destination))))) :*: ((S1 ('MetaSel ('Just "syncCreatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "syncLastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "syncName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "syncSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceDataSyncSourceWithState)) :*: S1 ('MetaSel ('Just "syncType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newResourceDataSyncItem :: ResourceDataSyncItem Source #

Create a value of ResourceDataSyncItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastStatus:ResourceDataSyncItem', resourceDataSyncItem_lastStatus - The status reported by the last sync.

$sel:lastSuccessfulSyncTime:ResourceDataSyncItem', resourceDataSyncItem_lastSuccessfulSyncTime - The last time the sync operations returned a status of SUCCESSFUL (UTC).

$sel:lastSyncStatusMessage:ResourceDataSyncItem', resourceDataSyncItem_lastSyncStatusMessage - The status message details reported by the last sync.

$sel:lastSyncTime:ResourceDataSyncItem', resourceDataSyncItem_lastSyncTime - The last time the configuration attempted to sync (UTC).

$sel:s3Destination:ResourceDataSyncItem', resourceDataSyncItem_s3Destination - Configuration information for the target S3 bucket.

$sel:syncCreatedTime:ResourceDataSyncItem', resourceDataSyncItem_syncCreatedTime - The date and time the configuration was created (UTC).

$sel:syncLastModifiedTime:ResourceDataSyncItem', resourceDataSyncItem_syncLastModifiedTime - The date and time the resource data sync was changed.

$sel:syncName:ResourceDataSyncItem', resourceDataSyncItem_syncName - The name of the resource data sync.

$sel:syncSource:ResourceDataSyncItem', resourceDataSyncItem_syncSource - Information about the source where the data was synchronized.

$sel:syncType:ResourceDataSyncItem', resourceDataSyncItem_syncType - The type of resource data sync. If SyncType is SyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If the SyncType is SyncFromSource then the resource data sync synchronizes data from Organizations or from multiple Amazon Web Services Regions.

resourceDataSyncItem_lastSuccessfulSyncTime :: Lens' ResourceDataSyncItem (Maybe UTCTime) Source #

The last time the sync operations returned a status of SUCCESSFUL (UTC).

resourceDataSyncItem_lastSyncStatusMessage :: Lens' ResourceDataSyncItem (Maybe Text) Source #

The status message details reported by the last sync.

resourceDataSyncItem_lastSyncTime :: Lens' ResourceDataSyncItem (Maybe UTCTime) Source #

The last time the configuration attempted to sync (UTC).

resourceDataSyncItem_syncCreatedTime :: Lens' ResourceDataSyncItem (Maybe UTCTime) Source #

The date and time the configuration was created (UTC).

resourceDataSyncItem_syncLastModifiedTime :: Lens' ResourceDataSyncItem (Maybe UTCTime) Source #

The date and time the resource data sync was changed.

resourceDataSyncItem_syncSource :: Lens' ResourceDataSyncItem (Maybe ResourceDataSyncSourceWithState) Source #

Information about the source where the data was synchronized.

resourceDataSyncItem_syncType :: Lens' ResourceDataSyncItem (Maybe Text) Source #

The type of resource data sync. If SyncType is SyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If the SyncType is SyncFromSource then the resource data sync synchronizes data from Organizations or from multiple Amazon Web Services Regions.

ResourceDataSyncOrganizationalUnit

data ResourceDataSyncOrganizationalUnit Source #

The Organizations organizational unit data source for the sync.

See: newResourceDataSyncOrganizationalUnit smart constructor.

Constructors

ResourceDataSyncOrganizationalUnit' 

Fields

Instances

Instances details
FromJSON ResourceDataSyncOrganizationalUnit Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncOrganizationalUnit

ToJSON ResourceDataSyncOrganizationalUnit Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncOrganizationalUnit

Generic ResourceDataSyncOrganizationalUnit Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncOrganizationalUnit

Associated Types

type Rep ResourceDataSyncOrganizationalUnit :: Type -> Type #

Read ResourceDataSyncOrganizationalUnit Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncOrganizationalUnit

Show ResourceDataSyncOrganizationalUnit Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncOrganizationalUnit

NFData ResourceDataSyncOrganizationalUnit Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncOrganizationalUnit

Eq ResourceDataSyncOrganizationalUnit Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncOrganizationalUnit

Hashable ResourceDataSyncOrganizationalUnit Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncOrganizationalUnit

type Rep ResourceDataSyncOrganizationalUnit Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncOrganizationalUnit

type Rep ResourceDataSyncOrganizationalUnit = D1 ('MetaData "ResourceDataSyncOrganizationalUnit" "Amazonka.SSM.Types.ResourceDataSyncOrganizationalUnit" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ResourceDataSyncOrganizationalUnit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationalUnitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newResourceDataSyncOrganizationalUnit :: ResourceDataSyncOrganizationalUnit Source #

Create a value of ResourceDataSyncOrganizationalUnit with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:organizationalUnitId:ResourceDataSyncOrganizationalUnit', resourceDataSyncOrganizationalUnit_organizationalUnitId - The Organizations unit ID data source for the sync.

ResourceDataSyncS3Destination

data ResourceDataSyncS3Destination Source #

Information about the target S3 bucket for the resource data sync.

See: newResourceDataSyncS3Destination smart constructor.

Constructors

ResourceDataSyncS3Destination' 

Fields

Instances

Instances details
FromJSON ResourceDataSyncS3Destination Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Destination

ToJSON ResourceDataSyncS3Destination Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Destination

Generic ResourceDataSyncS3Destination Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Destination

Associated Types

type Rep ResourceDataSyncS3Destination :: Type -> Type #

Read ResourceDataSyncS3Destination Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Destination

Show ResourceDataSyncS3Destination Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Destination

NFData ResourceDataSyncS3Destination Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Destination

Eq ResourceDataSyncS3Destination Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Destination

Hashable ResourceDataSyncS3Destination Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Destination

type Rep ResourceDataSyncS3Destination Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncS3Destination

type Rep ResourceDataSyncS3Destination = D1 ('MetaData "ResourceDataSyncS3Destination" "Amazonka.SSM.Types.ResourceDataSyncS3Destination" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ResourceDataSyncS3Destination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aWSKMSKeyARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destinationDataSharing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceDataSyncDestinationDataSharing)) :*: S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "syncFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceDataSyncS3Format) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newResourceDataSyncS3Destination Source #

Create a value of ResourceDataSyncS3Destination with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:aWSKMSKeyARN:ResourceDataSyncS3Destination', resourceDataSyncS3Destination_aWSKMSKeyARN - The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.

$sel:destinationDataSharing:ResourceDataSyncS3Destination', resourceDataSyncS3Destination_destinationDataSharing - Enables destination data sharing. By default, this field is null.

$sel:prefix:ResourceDataSyncS3Destination', resourceDataSyncS3Destination_prefix - An Amazon S3 prefix for the bucket.

$sel:bucketName:ResourceDataSyncS3Destination', resourceDataSyncS3Destination_bucketName - The name of the S3 bucket where the aggregated data is stored.

$sel:syncFormat:ResourceDataSyncS3Destination', resourceDataSyncS3Destination_syncFormat - A supported sync format. The following format is currently supported: JsonSerDe

$sel:region:ResourceDataSyncS3Destination', resourceDataSyncS3Destination_region - The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.

resourceDataSyncS3Destination_aWSKMSKeyARN :: Lens' ResourceDataSyncS3Destination (Maybe Text) Source #

The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.

resourceDataSyncS3Destination_bucketName :: Lens' ResourceDataSyncS3Destination Text Source #

The name of the S3 bucket where the aggregated data is stored.

resourceDataSyncS3Destination_syncFormat :: Lens' ResourceDataSyncS3Destination ResourceDataSyncS3Format Source #

A supported sync format. The following format is currently supported: JsonSerDe

resourceDataSyncS3Destination_region :: Lens' ResourceDataSyncS3Destination Text Source #

The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.

ResourceDataSyncSource

data ResourceDataSyncSource Source #

Information about the source of the data included in the resource data sync.

See: newResourceDataSyncSource smart constructor.

Constructors

ResourceDataSyncSource' 

Fields

  • awsOrganizationsSource :: Maybe ResourceDataSyncAwsOrganizationsSource

    Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations.

  • enableAllOpsDataSources :: Maybe Bool

    When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

  • includeFutureRegions :: Maybe Bool

    Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

  • sourceType :: Text

    The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.

  • sourceRegions :: [Text]

    The SyncSource Amazon Web Services Regions included in the resource data sync.

Instances

Instances details
ToJSON ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

Generic ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

Associated Types

type Rep ResourceDataSyncSource :: Type -> Type #

Read ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

Show ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

NFData ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

Methods

rnf :: ResourceDataSyncSource -> () #

Eq ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

Hashable ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

type Rep ResourceDataSyncSource Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSource

type Rep ResourceDataSyncSource = D1 ('MetaData "ResourceDataSyncSource" "Amazonka.SSM.Types.ResourceDataSyncSource" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ResourceDataSyncSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "awsOrganizationsSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceDataSyncAwsOrganizationsSource)) :*: S1 ('MetaSel ('Just "enableAllOpsDataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "includeFutureRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))

newResourceDataSyncSource Source #

Create a value of ResourceDataSyncSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:awsOrganizationsSource:ResourceDataSyncSource', resourceDataSyncSource_awsOrganizationsSource - Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations.

$sel:enableAllOpsDataSources:ResourceDataSyncSource', resourceDataSyncSource_enableAllOpsDataSources - When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

$sel:includeFutureRegions:ResourceDataSyncSource', resourceDataSyncSource_includeFutureRegions - Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

$sel:sourceType:ResourceDataSyncSource', resourceDataSyncSource_sourceType - The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.

$sel:sourceRegions:ResourceDataSyncSource', resourceDataSyncSource_sourceRegions - The SyncSource Amazon Web Services Regions included in the resource data sync.

resourceDataSyncSource_awsOrganizationsSource :: Lens' ResourceDataSyncSource (Maybe ResourceDataSyncAwsOrganizationsSource) Source #

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations.

resourceDataSyncSource_enableAllOpsDataSources :: Lens' ResourceDataSyncSource (Maybe Bool) Source #

When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

resourceDataSyncSource_includeFutureRegions :: Lens' ResourceDataSyncSource (Maybe Bool) Source #

Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

resourceDataSyncSource_sourceType :: Lens' ResourceDataSyncSource Text Source #

The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.

resourceDataSyncSource_sourceRegions :: Lens' ResourceDataSyncSource [Text] Source #

The SyncSource Amazon Web Services Regions included in the resource data sync.

ResourceDataSyncSourceWithState

data ResourceDataSyncSourceWithState Source #

The data type name for including resource data sync state. There are four sync states:

OrganizationNotExists (Your organization doesn't exist)

NoPermissions (The system can't locate the service-linked role. This role is automatically created when a user creates a resource data sync in Amazon Web Services Systems Manager Explorer.)

InvalidOrganizationalUnit (You specified or selected an invalid unit in the resource data sync configuration.)

TrustedAccessDisabled (You disabled Systems Manager access in the organization in Organizations.)

See: newResourceDataSyncSourceWithState smart constructor.

Constructors

ResourceDataSyncSourceWithState' 

Fields

  • awsOrganizationsSource :: Maybe ResourceDataSyncAwsOrganizationsSource

    The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource type.

  • enableAllOpsDataSources :: Maybe Bool

    When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

  • includeFutureRegions :: Maybe Bool

    Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

  • sourceRegions :: Maybe [Text]

    The SyncSource Amazon Web Services Regions included in the resource data sync.

  • sourceType :: Maybe Text

    The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or singleAccountMultiRegions.

  • state :: Maybe Text

    The data type name for including resource data sync state. There are four sync states:

    OrganizationNotExists: Your organization doesn't exist.

    NoPermissions: The system can't locate the service-linked role. This role is automatically created when a user creates a resource data sync in Explorer.

    InvalidOrganizationalUnit: You specified or selected an invalid unit in the resource data sync configuration.

    TrustedAccessDisabled: You disabled Systems Manager access in the organization in Organizations.

Instances

Instances details
FromJSON ResourceDataSyncSourceWithState Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSourceWithState

Generic ResourceDataSyncSourceWithState Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSourceWithState

Associated Types

type Rep ResourceDataSyncSourceWithState :: Type -> Type #

Read ResourceDataSyncSourceWithState Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSourceWithState

Show ResourceDataSyncSourceWithState Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSourceWithState

NFData ResourceDataSyncSourceWithState Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSourceWithState

Eq ResourceDataSyncSourceWithState Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSourceWithState

Hashable ResourceDataSyncSourceWithState Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSourceWithState

type Rep ResourceDataSyncSourceWithState Source # 
Instance details

Defined in Amazonka.SSM.Types.ResourceDataSyncSourceWithState

type Rep ResourceDataSyncSourceWithState = D1 ('MetaData "ResourceDataSyncSourceWithState" "Amazonka.SSM.Types.ResourceDataSyncSourceWithState" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ResourceDataSyncSourceWithState'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "awsOrganizationsSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceDataSyncAwsOrganizationsSource)) :*: (S1 ('MetaSel ('Just "enableAllOpsDataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includeFutureRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "sourceRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newResourceDataSyncSourceWithState :: ResourceDataSyncSourceWithState Source #

Create a value of ResourceDataSyncSourceWithState with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:awsOrganizationsSource:ResourceDataSyncSourceWithState', resourceDataSyncSourceWithState_awsOrganizationsSource - The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource type.

$sel:enableAllOpsDataSources:ResourceDataSyncSourceWithState', resourceDataSyncSourceWithState_enableAllOpsDataSources - When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

$sel:includeFutureRegions:ResourceDataSyncSourceWithState', resourceDataSyncSourceWithState_includeFutureRegions - Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

$sel:sourceRegions:ResourceDataSyncSourceWithState', resourceDataSyncSourceWithState_sourceRegions - The SyncSource Amazon Web Services Regions included in the resource data sync.

$sel:sourceType:ResourceDataSyncSourceWithState', resourceDataSyncSourceWithState_sourceType - The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or singleAccountMultiRegions.

$sel:state:ResourceDataSyncSourceWithState', resourceDataSyncSourceWithState_state - The data type name for including resource data sync state. There are four sync states:

OrganizationNotExists: Your organization doesn't exist.

NoPermissions: The system can't locate the service-linked role. This role is automatically created when a user creates a resource data sync in Explorer.

InvalidOrganizationalUnit: You specified or selected an invalid unit in the resource data sync configuration.

TrustedAccessDisabled: You disabled Systems Manager access in the organization in Organizations.

resourceDataSyncSourceWithState_enableAllOpsDataSources :: Lens' ResourceDataSyncSourceWithState (Maybe Bool) Source #

When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

resourceDataSyncSourceWithState_includeFutureRegions :: Lens' ResourceDataSyncSourceWithState (Maybe Bool) Source #

Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

resourceDataSyncSourceWithState_sourceRegions :: Lens' ResourceDataSyncSourceWithState (Maybe [Text]) Source #

The SyncSource Amazon Web Services Regions included in the resource data sync.

resourceDataSyncSourceWithState_sourceType :: Lens' ResourceDataSyncSourceWithState (Maybe Text) Source #

The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or singleAccountMultiRegions.

resourceDataSyncSourceWithState_state :: Lens' ResourceDataSyncSourceWithState (Maybe Text) Source #

The data type name for including resource data sync state. There are four sync states:

OrganizationNotExists: Your organization doesn't exist.

NoPermissions: The system can't locate the service-linked role. This role is automatically created when a user creates a resource data sync in Explorer.

InvalidOrganizationalUnit: You specified or selected an invalid unit in the resource data sync configuration.

TrustedAccessDisabled: You disabled Systems Manager access in the organization in Organizations.

ResultAttribute

data ResultAttribute Source #

The inventory item result attribute.

See: newResultAttribute smart constructor.

Constructors

ResultAttribute' 

Fields

  • typeName :: Text

    Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.

Instances

Instances details
ToJSON ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Generic ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Associated Types

type Rep ResultAttribute :: Type -> Type #

Read ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Show ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

NFData ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Methods

rnf :: ResultAttribute -> () #

Eq ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Hashable ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

type Rep ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

type Rep ResultAttribute = D1 ('MetaData "ResultAttribute" "Amazonka.SSM.Types.ResultAttribute" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ResultAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResultAttribute Source #

Create a value of ResultAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeName:ResultAttribute', resultAttribute_typeName - Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.

resultAttribute_typeName :: Lens' ResultAttribute Text Source #

Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.

ReviewInformation

data ReviewInformation Source #

Information about the result of a document review request.

See: newReviewInformation smart constructor.

Constructors

ReviewInformation' 

Fields

Instances

Instances details
FromJSON ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

Generic ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

Associated Types

type Rep ReviewInformation :: Type -> Type #

Read ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

Show ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

NFData ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

Methods

rnf :: ReviewInformation -> () #

Eq ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

Hashable ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

type Rep ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

type Rep ReviewInformation = D1 ('MetaData "ReviewInformation" "Amazonka.SSM.Types.ReviewInformation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ReviewInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reviewedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "reviewer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewStatus)))))

newReviewInformation :: ReviewInformation Source #

Create a value of ReviewInformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reviewedTime:ReviewInformation', reviewInformation_reviewedTime - The time that the reviewer took action on the document review request.

$sel:reviewer:ReviewInformation', reviewInformation_reviewer - The reviewer assigned to take action on the document review request.

$sel:status:ReviewInformation', reviewInformation_status - The current status of the document review request.

reviewInformation_reviewedTime :: Lens' ReviewInformation (Maybe UTCTime) Source #

The time that the reviewer took action on the document review request.

reviewInformation_reviewer :: Lens' ReviewInformation (Maybe Text) Source #

The reviewer assigned to take action on the document review request.

reviewInformation_status :: Lens' ReviewInformation (Maybe ReviewStatus) Source #

The current status of the document review request.

Runbook

data Runbook Source #

Information about an Automation runbook used in a runbook workflow in Change Manager.

The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

See: newRunbook smart constructor.

Constructors

Runbook' 

Fields

  • documentVersion :: Maybe Text

    The version of the Automation runbook used in a runbook workflow.

  • maxConcurrency :: Maybe Text

    The MaxConcurrency value specified by the user when the operation started, indicating the maximum number of resources that the runbook operation can run on at the same time.

  • maxErrors :: Maybe Text

    The MaxErrors value specified by the user when the execution started, indicating the maximum number of errors that can occur during the operation before the updates are stopped or rolled back.

  • parameters :: Maybe (HashMap Text [Text])

    The key-value map of execution parameters, which were supplied when calling StartChangeRequestExecution.

  • targetLocations :: Maybe (NonEmpty TargetLocation)

    Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.

  • targetMaps :: Maybe [HashMap Text [Text]]

    A key-value mapping of runbook parameters to target resources. Both Targets and TargetMaps can't be specified together.

  • targetParameterName :: Maybe Text

    The name of the parameter used as the target resource for the rate-controlled runbook workflow. Required if you specify Targets.

  • targets :: Maybe [Target]

    A key-value mapping to target resources that the runbook operation performs tasks on. Required if you specify TargetParameterName.

  • documentName :: Text

    The name of the Automation runbook used in a runbook workflow.

Instances

Instances details
FromJSON Runbook Source # 
Instance details

Defined in Amazonka.SSM.Types.Runbook

ToJSON Runbook Source # 
Instance details

Defined in Amazonka.SSM.Types.Runbook

Generic Runbook Source # 
Instance details

Defined in Amazonka.SSM.Types.Runbook

Associated Types

type Rep Runbook :: Type -> Type #

Methods

from :: Runbook -> Rep Runbook x #

to :: Rep Runbook x -> Runbook #

Read Runbook Source # 
Instance details

Defined in Amazonka.SSM.Types.Runbook

Show Runbook Source # 
Instance details

Defined in Amazonka.SSM.Types.Runbook

NFData Runbook Source # 
Instance details

Defined in Amazonka.SSM.Types.Runbook

Methods

rnf :: Runbook -> () #

Eq Runbook Source # 
Instance details

Defined in Amazonka.SSM.Types.Runbook

Methods

(==) :: Runbook -> Runbook -> Bool #

(/=) :: Runbook -> Runbook -> Bool #

Hashable Runbook Source # 
Instance details

Defined in Amazonka.SSM.Types.Runbook

Methods

hashWithSalt :: Int -> Runbook -> Int #

hash :: Runbook -> Int #

type Rep Runbook Source # 
Instance details

Defined in Amazonka.SSM.Types.Runbook

newRunbook Source #

Create a value of Runbook with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:documentVersion:Runbook', runbook_documentVersion - The version of the Automation runbook used in a runbook workflow.

$sel:maxConcurrency:Runbook', runbook_maxConcurrency - The MaxConcurrency value specified by the user when the operation started, indicating the maximum number of resources that the runbook operation can run on at the same time.

$sel:maxErrors:Runbook', runbook_maxErrors - The MaxErrors value specified by the user when the execution started, indicating the maximum number of errors that can occur during the operation before the updates are stopped or rolled back.

$sel:parameters:Runbook', runbook_parameters - The key-value map of execution parameters, which were supplied when calling StartChangeRequestExecution.

$sel:targetLocations:Runbook', runbook_targetLocations - Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.

$sel:targetMaps:Runbook', runbook_targetMaps - A key-value mapping of runbook parameters to target resources. Both Targets and TargetMaps can't be specified together.

$sel:targetParameterName:Runbook', runbook_targetParameterName - The name of the parameter used as the target resource for the rate-controlled runbook workflow. Required if you specify Targets.

$sel:targets:Runbook', runbook_targets - A key-value mapping to target resources that the runbook operation performs tasks on. Required if you specify TargetParameterName.

$sel:documentName:Runbook', runbook_documentName - The name of the Automation runbook used in a runbook workflow.

runbook_documentVersion :: Lens' Runbook (Maybe Text) Source #

The version of the Automation runbook used in a runbook workflow.

runbook_maxConcurrency :: Lens' Runbook (Maybe Text) Source #

The MaxConcurrency value specified by the user when the operation started, indicating the maximum number of resources that the runbook operation can run on at the same time.

runbook_maxErrors :: Lens' Runbook (Maybe Text) Source #

The MaxErrors value specified by the user when the execution started, indicating the maximum number of errors that can occur during the operation before the updates are stopped or rolled back.

runbook_parameters :: Lens' Runbook (Maybe (HashMap Text [Text])) Source #

The key-value map of execution parameters, which were supplied when calling StartChangeRequestExecution.

runbook_targetLocations :: Lens' Runbook (Maybe (NonEmpty TargetLocation)) Source #

Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.

runbook_targetMaps :: Lens' Runbook (Maybe [HashMap Text [Text]]) Source #

A key-value mapping of runbook parameters to target resources. Both Targets and TargetMaps can't be specified together.

runbook_targetParameterName :: Lens' Runbook (Maybe Text) Source #

The name of the parameter used as the target resource for the rate-controlled runbook workflow. Required if you specify Targets.

runbook_targets :: Lens' Runbook (Maybe [Target]) Source #

A key-value mapping to target resources that the runbook operation performs tasks on. Required if you specify TargetParameterName.

runbook_documentName :: Lens' Runbook Text Source #

The name of the Automation runbook used in a runbook workflow.

S3OutputLocation

data S3OutputLocation Source #

An S3 bucket where you want to store the results of this request.

See: newS3OutputLocation smart constructor.

Constructors

S3OutputLocation' 

Fields

Instances

Instances details
FromJSON S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

ToJSON S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

Generic S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

Associated Types

type Rep S3OutputLocation :: Type -> Type #

Read S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

Show S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

NFData S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

Methods

rnf :: S3OutputLocation -> () #

Eq S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

Hashable S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

type Rep S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

type Rep S3OutputLocation = D1 ('MetaData "S3OutputLocation" "Amazonka.SSM.Types.S3OutputLocation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "S3OutputLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputS3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputS3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputS3Region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newS3OutputLocation :: S3OutputLocation Source #

Create a value of S3OutputLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:outputS3BucketName:S3OutputLocation', s3OutputLocation_outputS3BucketName - The name of the S3 bucket.

$sel:outputS3KeyPrefix:S3OutputLocation', s3OutputLocation_outputS3KeyPrefix - The S3 bucket subfolder.

$sel:outputS3Region:S3OutputLocation', s3OutputLocation_outputS3Region - The Amazon Web Services Region of the S3 bucket.

s3OutputLocation_outputS3Region :: Lens' S3OutputLocation (Maybe Text) Source #

The Amazon Web Services Region of the S3 bucket.

S3OutputUrl

data S3OutputUrl Source #

A URL for the Amazon Web Services Systems Manager (Systems Manager) bucket where you want to store the results of this request.

See: newS3OutputUrl smart constructor.

Constructors

S3OutputUrl' 

Fields

  • outputUrl :: Maybe Text

    A URL for an S3 bucket where you want to store the results of this request.

Instances

Instances details
FromJSON S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

Generic S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

Associated Types

type Rep S3OutputUrl :: Type -> Type #

Read S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

Show S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

NFData S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

Methods

rnf :: S3OutputUrl -> () #

Eq S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

Hashable S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

type Rep S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

type Rep S3OutputUrl = D1 ('MetaData "S3OutputUrl" "Amazonka.SSM.Types.S3OutputUrl" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "S3OutputUrl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3OutputUrl :: S3OutputUrl Source #

Create a value of S3OutputUrl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:outputUrl:S3OutputUrl', s3OutputUrl_outputUrl - A URL for an S3 bucket where you want to store the results of this request.

s3OutputUrl_outputUrl :: Lens' S3OutputUrl (Maybe Text) Source #

A URL for an S3 bucket where you want to store the results of this request.

ScheduledWindowExecution

data ScheduledWindowExecution Source #

Information about a scheduled execution for a maintenance window.

See: newScheduledWindowExecution smart constructor.

Constructors

ScheduledWindowExecution' 

Fields

Instances

Instances details
FromJSON ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

Generic ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

Associated Types

type Rep ScheduledWindowExecution :: Type -> Type #

Read ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

Show ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

NFData ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

Eq ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

Hashable ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

type Rep ScheduledWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.ScheduledWindowExecution

type Rep ScheduledWindowExecution = D1 ('MetaData "ScheduledWindowExecution" "Amazonka.SSM.Types.ScheduledWindowExecution" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ScheduledWindowExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newScheduledWindowExecution :: ScheduledWindowExecution Source #

Create a value of ScheduledWindowExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executionTime:ScheduledWindowExecution', scheduledWindowExecution_executionTime - The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.

$sel:name:ScheduledWindowExecution', scheduledWindowExecution_name - The name of the maintenance window to be run.

$sel:windowId:ScheduledWindowExecution', scheduledWindowExecution_windowId - The ID of the maintenance window to be run.

scheduledWindowExecution_executionTime :: Lens' ScheduledWindowExecution (Maybe Text) Source #

The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.

scheduledWindowExecution_name :: Lens' ScheduledWindowExecution (Maybe Text) Source #

The name of the maintenance window to be run.

scheduledWindowExecution_windowId :: Lens' ScheduledWindowExecution (Maybe Text) Source #

The ID of the maintenance window to be run.

ServiceSetting

data ServiceSetting Source #

The service setting data structure.

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or, use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team.

See: newServiceSetting smart constructor.

Constructors

ServiceSetting' 

Fields

  • arn :: Maybe Text

    The ARN of the service setting.

  • lastModifiedDate :: Maybe POSIX

    The last time the service setting was modified.

  • lastModifiedUser :: Maybe Text

    The ARN of the last modified user. This field is populated only if the setting value was overwritten.

  • settingId :: Maybe Text

    The ID of the service setting.

  • settingValue :: Maybe Text

    The value of the service setting.

  • status :: Maybe Text

    The status of the service setting. The value can be Default, Customized or PendingUpdate.

    • Default: The current setting uses a default value provisioned by the Amazon Web Services service team.
    • Customized: The current setting use a custom value specified by the customer.
    • PendingUpdate: The current setting uses a default or custom value, but a setting change request is pending approval.

Instances

Instances details
FromJSON ServiceSetting Source # 
Instance details

Defined in Amazonka.SSM.Types.ServiceSetting

Generic ServiceSetting Source # 
Instance details

Defined in Amazonka.SSM.Types.ServiceSetting

Associated Types

type Rep ServiceSetting :: Type -> Type #

Read ServiceSetting Source # 
Instance details

Defined in Amazonka.SSM.Types.ServiceSetting

Show ServiceSetting Source # 
Instance details

Defined in Amazonka.SSM.Types.ServiceSetting

NFData ServiceSetting Source # 
Instance details

Defined in Amazonka.SSM.Types.ServiceSetting

Methods

rnf :: ServiceSetting -> () #

Eq ServiceSetting Source # 
Instance details

Defined in Amazonka.SSM.Types.ServiceSetting

Hashable ServiceSetting Source # 
Instance details

Defined in Amazonka.SSM.Types.ServiceSetting

type Rep ServiceSetting Source # 
Instance details

Defined in Amazonka.SSM.Types.ServiceSetting

type Rep ServiceSetting = D1 ('MetaData "ServiceSetting" "Amazonka.SSM.Types.ServiceSetting" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ServiceSetting'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "settingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "settingValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newServiceSetting :: ServiceSetting Source #

Create a value of ServiceSetting with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:ServiceSetting', serviceSetting_arn - The ARN of the service setting.

$sel:lastModifiedDate:ServiceSetting', serviceSetting_lastModifiedDate - The last time the service setting was modified.

$sel:lastModifiedUser:ServiceSetting', serviceSetting_lastModifiedUser - The ARN of the last modified user. This field is populated only if the setting value was overwritten.

$sel:settingId:ServiceSetting', serviceSetting_settingId - The ID of the service setting.

$sel:settingValue:ServiceSetting', serviceSetting_settingValue - The value of the service setting.

$sel:status:ServiceSetting', serviceSetting_status - The status of the service setting. The value can be Default, Customized or PendingUpdate.

  • Default: The current setting uses a default value provisioned by the Amazon Web Services service team.
  • Customized: The current setting use a custom value specified by the customer.
  • PendingUpdate: The current setting uses a default or custom value, but a setting change request is pending approval.

serviceSetting_arn :: Lens' ServiceSetting (Maybe Text) Source #

The ARN of the service setting.

serviceSetting_lastModifiedDate :: Lens' ServiceSetting (Maybe UTCTime) Source #

The last time the service setting was modified.

serviceSetting_lastModifiedUser :: Lens' ServiceSetting (Maybe Text) Source #

The ARN of the last modified user. This field is populated only if the setting value was overwritten.

serviceSetting_settingId :: Lens' ServiceSetting (Maybe Text) Source #

The ID of the service setting.

serviceSetting_settingValue :: Lens' ServiceSetting (Maybe Text) Source #

The value of the service setting.

serviceSetting_status :: Lens' ServiceSetting (Maybe Text) Source #

The status of the service setting. The value can be Default, Customized or PendingUpdate.

  • Default: The current setting uses a default value provisioned by the Amazon Web Services service team.
  • Customized: The current setting use a custom value specified by the customer.
  • PendingUpdate: The current setting uses a default or custom value, but a setting change request is pending approval.

Session

data Session Source #

Information about a Session Manager connection to a managed node.

See: newSession smart constructor.

Constructors

Session' 

Fields

Instances

Instances details
FromJSON Session Source # 
Instance details

Defined in Amazonka.SSM.Types.Session

Generic Session Source # 
Instance details

Defined in Amazonka.SSM.Types.Session

Associated Types

type Rep Session :: Type -> Type #

Methods

from :: Session -> Rep Session x #

to :: Rep Session x -> Session #

Read Session Source # 
Instance details

Defined in Amazonka.SSM.Types.Session

Show Session Source # 
Instance details

Defined in Amazonka.SSM.Types.Session

NFData Session Source # 
Instance details

Defined in Amazonka.SSM.Types.Session

Methods

rnf :: Session -> () #

Eq Session Source # 
Instance details

Defined in Amazonka.SSM.Types.Session

Methods

(==) :: Session -> Session -> Bool #

(/=) :: Session -> Session -> Bool #

Hashable Session Source # 
Instance details

Defined in Amazonka.SSM.Types.Session

Methods

hashWithSalt :: Int -> Session -> Int #

hash :: Session -> Int #

type Rep Session Source # 
Instance details

Defined in Amazonka.SSM.Types.Session

newSession :: Session Source #

Create a value of Session with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:Session', session_details - Reserved for future use.

$sel:documentName:Session', session_documentName - The name of the Session Manager SSM document used to define the parameters and plugin settings for the session. For example, SSM-SessionManagerRunShell.

$sel:endDate:Session', session_endDate - The date and time, in ISO-8601 Extended format, when the session was terminated.

$sel:maxSessionDuration:Session', session_maxSessionDuration - The maximum duration of a session before it terminates.

$sel:outputUrl:Session', session_outputUrl - Reserved for future use.

$sel:owner:Session', session_owner - The ID of the Amazon Web Services user account that started the session.

$sel:reason:Session', session_reason - The reason for connecting to the instance.

$sel:sessionId:Session', session_sessionId - The ID of the session.

$sel:startDate:Session', session_startDate - The date and time, in ISO-8601 Extended format, when the session began.

$sel:status:Session', session_status - The status of the session. For example, "Connected" or "Terminated".

$sel:target:Session', session_target - The managed node that the Session Manager session connected to.

session_details :: Lens' Session (Maybe Text) Source #

Reserved for future use.

session_documentName :: Lens' Session (Maybe Text) Source #

The name of the Session Manager SSM document used to define the parameters and plugin settings for the session. For example, SSM-SessionManagerRunShell.

session_endDate :: Lens' Session (Maybe UTCTime) Source #

The date and time, in ISO-8601 Extended format, when the session was terminated.

session_maxSessionDuration :: Lens' Session (Maybe Text) Source #

The maximum duration of a session before it terminates.

session_owner :: Lens' Session (Maybe Text) Source #

The ID of the Amazon Web Services user account that started the session.

session_reason :: Lens' Session (Maybe Text) Source #

The reason for connecting to the instance.

session_sessionId :: Lens' Session (Maybe Text) Source #

The ID of the session.

session_startDate :: Lens' Session (Maybe UTCTime) Source #

The date and time, in ISO-8601 Extended format, when the session began.

session_status :: Lens' Session (Maybe SessionStatus) Source #

The status of the session. For example, "Connected" or "Terminated".

session_target :: Lens' Session (Maybe Text) Source #

The managed node that the Session Manager session connected to.

SessionFilter

data SessionFilter Source #

Describes a filter for Session Manager information.

See: newSessionFilter smart constructor.

Constructors

SessionFilter' 

Fields

  • key :: SessionFilterKey

    The name of the filter.

  • value :: Text

    The filter value. Valid values for each filter key are as follows:

    • InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later.
    • InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018.
    • Target: Specify a managed node to which session connections have been made.
    • Owner: Specify an Amazon Web Services user account to see a list of sessions started by that user.
    • Status: Specify a valid session status to see a list of all sessions with that status. Status values you can specify include:

      • Connected
      • Connecting
      • Disconnected
      • Terminated
      • Terminating
      • Failed
    • SessionId: Specify a session ID to return details about the session.

Instances

Instances details
ToJSON SessionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilter

Generic SessionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilter

Associated Types

type Rep SessionFilter :: Type -> Type #

Read SessionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilter

Show SessionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilter

NFData SessionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilter

Methods

rnf :: SessionFilter -> () #

Eq SessionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilter

Hashable SessionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilter

type Rep SessionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionFilter

type Rep SessionFilter = D1 ('MetaData "SessionFilter" "Amazonka.SSM.Types.SessionFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "SessionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SessionFilterKey) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSessionFilter Source #

Create a value of SessionFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:SessionFilter', sessionFilter_key - The name of the filter.

$sel:value:SessionFilter', sessionFilter_value - The filter value. Valid values for each filter key are as follows:

  • InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later.
  • InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018.
  • Target: Specify a managed node to which session connections have been made.
  • Owner: Specify an Amazon Web Services user account to see a list of sessions started by that user.
  • Status: Specify a valid session status to see a list of all sessions with that status. Status values you can specify include:

    • Connected
    • Connecting
    • Disconnected
    • Terminated
    • Terminating
    • Failed
  • SessionId: Specify a session ID to return details about the session.

sessionFilter_value :: Lens' SessionFilter Text Source #

The filter value. Valid values for each filter key are as follows:

  • InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later.
  • InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018.
  • Target: Specify a managed node to which session connections have been made.
  • Owner: Specify an Amazon Web Services user account to see a list of sessions started by that user.
  • Status: Specify a valid session status to see a list of all sessions with that status. Status values you can specify include:

    • Connected
    • Connecting
    • Disconnected
    • Terminated
    • Terminating
    • Failed
  • SessionId: Specify a session ID to return details about the session.

SessionManagerOutputUrl

data SessionManagerOutputUrl Source #

Reserved for future use.

See: newSessionManagerOutputUrl smart constructor.

Constructors

SessionManagerOutputUrl' 

Fields

Instances

Instances details
FromJSON SessionManagerOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionManagerOutputUrl

Generic SessionManagerOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionManagerOutputUrl

Associated Types

type Rep SessionManagerOutputUrl :: Type -> Type #

Read SessionManagerOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionManagerOutputUrl

Show SessionManagerOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionManagerOutputUrl

NFData SessionManagerOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionManagerOutputUrl

Methods

rnf :: SessionManagerOutputUrl -> () #

Eq SessionManagerOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionManagerOutputUrl

Hashable SessionManagerOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionManagerOutputUrl

type Rep SessionManagerOutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.SessionManagerOutputUrl

type Rep SessionManagerOutputUrl = D1 ('MetaData "SessionManagerOutputUrl" "Amazonka.SSM.Types.SessionManagerOutputUrl" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "SessionManagerOutputUrl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudWatchOutputUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSessionManagerOutputUrl :: SessionManagerOutputUrl Source #

Create a value of SessionManagerOutputUrl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cloudWatchOutputUrl:SessionManagerOutputUrl', sessionManagerOutputUrl_cloudWatchOutputUrl - Reserved for future use.

$sel:s3OutputUrl:SessionManagerOutputUrl', sessionManagerOutputUrl_s3OutputUrl - Reserved for future use.

SeveritySummary

data SeveritySummary Source #

The number of managed nodes found for each patch severity level defined in the request filter.

See: newSeveritySummary smart constructor.

Constructors

SeveritySummary' 

Fields

  • criticalCount :: Maybe Int

    The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.

  • highCount :: Maybe Int

    The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.

  • informationalCount :: Maybe Int

    The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.

  • lowCount :: Maybe Int

    The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.

  • mediumCount :: Maybe Int

    The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.

  • unspecifiedCount :: Maybe Int

    The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.

Instances

Instances details
FromJSON SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

Generic SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

Associated Types

type Rep SeveritySummary :: Type -> Type #

Read SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

Show SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

NFData SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

Methods

rnf :: SeveritySummary -> () #

Eq SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

Hashable SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

type Rep SeveritySummary Source # 
Instance details

Defined in Amazonka.SSM.Types.SeveritySummary

type Rep SeveritySummary = D1 ('MetaData "SeveritySummary" "Amazonka.SSM.Types.SeveritySummary" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "SeveritySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "criticalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "highCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "informationalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "lowCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "mediumCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "unspecifiedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newSeveritySummary :: SeveritySummary Source #

Create a value of SeveritySummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:criticalCount:SeveritySummary', severitySummary_criticalCount - The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.

$sel:highCount:SeveritySummary', severitySummary_highCount - The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.

$sel:informationalCount:SeveritySummary', severitySummary_informationalCount - The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.

$sel:lowCount:SeveritySummary', severitySummary_lowCount - The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.

$sel:mediumCount:SeveritySummary', severitySummary_mediumCount - The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.

$sel:unspecifiedCount:SeveritySummary', severitySummary_unspecifiedCount - The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.

severitySummary_criticalCount :: Lens' SeveritySummary (Maybe Int) Source #

The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.

severitySummary_highCount :: Lens' SeveritySummary (Maybe Int) Source #

The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.

severitySummary_informationalCount :: Lens' SeveritySummary (Maybe Int) Source #

The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.

severitySummary_lowCount :: Lens' SeveritySummary (Maybe Int) Source #

The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.

severitySummary_mediumCount :: Lens' SeveritySummary (Maybe Int) Source #

The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.

severitySummary_unspecifiedCount :: Lens' SeveritySummary (Maybe Int) Source #

The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.

StepExecution

data StepExecution Source #

Detailed information about an the execution state of an Automation step.

See: newStepExecution smart constructor.

Constructors

StepExecution' 

Fields

Instances

Instances details
FromJSON StepExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecution

Generic StepExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecution

Associated Types

type Rep StepExecution :: Type -> Type #

Read StepExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecution

Show StepExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecution

NFData StepExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecution

Methods

rnf :: StepExecution -> () #

Eq StepExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecution

Hashable StepExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecution

type Rep StepExecution Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecution

type Rep StepExecution = D1 ('MetaData "StepExecution" "Amazonka.SSM.Types.StepExecution" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "StepExecution'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "executionStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "failureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureDetails)) :*: S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "inputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "isCritical") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "isEnd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "maxAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nextStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "onFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text]))) :*: (S1 ('MetaSel ('Just "overriddenParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text]))) :*: S1 ('MetaSel ('Just "response") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "responseCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stepExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stepName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "stepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomationExecutionStatus)) :*: (S1 ('MetaSel ('Just "targetLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetLocation)) :*: S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Target])))) :*: (S1 ('MetaSel ('Just "timeoutSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "triggeredAlarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AlarmStateInformation))) :*: S1 ('MetaSel ('Just "validNextSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))))

newStepExecution :: StepExecution Source #

Create a value of StepExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:action:StepExecution', stepExecution_action - The action this step performs. The action determines the behavior of the step.

$sel:executionEndTime:StepExecution', stepExecution_executionEndTime - If a step has finished execution, this contains the time the execution ended. If the step hasn't yet concluded, this field isn't populated.

$sel:executionStartTime:StepExecution', stepExecution_executionStartTime - If a step has begun execution, this contains the time the step started. If the step is in Pending status, this field isn't populated.

$sel:failureDetails:StepExecution', stepExecution_failureDetails - Information about the Automation failure.

$sel:failureMessage:StepExecution', stepExecution_failureMessage - If a step failed, this message explains why the execution failed.

$sel:inputs:StepExecution', stepExecution_inputs - Fully-resolved values passed into the step before execution.

$sel:isCritical:StepExecution', stepExecution_isCritical - The flag which can be used to help decide whether the failure of current step leads to the Automation failure.

$sel:isEnd:StepExecution', stepExecution_isEnd - The flag which can be used to end automation no matter whether the step succeeds or fails.

$sel:maxAttempts:StepExecution', stepExecution_maxAttempts - The maximum number of tries to run the action of the step. The default value is 1.

$sel:nextStep:StepExecution', stepExecution_nextStep - The next step after the step succeeds.

$sel:onFailure:StepExecution', stepExecution_onFailure - The action to take if the step fails. The default value is Abort.

$sel:outputs:StepExecution', stepExecution_outputs - Returned values from the execution of the step.

$sel:overriddenParameters:StepExecution', stepExecution_overriddenParameters - A user-specified list of parameters to override when running a step.

$sel:response:StepExecution', stepExecution_response - A message associated with the response code for an execution.

$sel:responseCode:StepExecution', stepExecution_responseCode - The response code returned by the execution of the step.

$sel:stepExecutionId:StepExecution', stepExecution_stepExecutionId - The unique ID of a step execution.

$sel:stepName:StepExecution', stepExecution_stepName - The name of this execution step.

$sel:stepStatus:StepExecution', stepExecution_stepStatus - The execution status for this step.

$sel:targetLocation:StepExecution', stepExecution_targetLocation - The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.

$sel:targets:StepExecution', stepExecution_targets - The targets for the step execution.

$sel:timeoutSeconds:StepExecution', stepExecution_timeoutSeconds - The timeout seconds of the step.

$sel:triggeredAlarms:StepExecution', stepExecution_triggeredAlarms - The CloudWatch alarms that were invoked by the automation.

$sel:validNextSteps:StepExecution', stepExecution_validNextSteps - Strategies used when step fails, we support Continue and Abort. Abort will fail the automation when the step fails. Continue will ignore the failure of current step and allow automation to run the next step. With conditional branching, we add step:stepName to support the automation to go to another specific step.

stepExecution_action :: Lens' StepExecution (Maybe Text) Source #

The action this step performs. The action determines the behavior of the step.

stepExecution_executionEndTime :: Lens' StepExecution (Maybe UTCTime) Source #

If a step has finished execution, this contains the time the execution ended. If the step hasn't yet concluded, this field isn't populated.

stepExecution_executionStartTime :: Lens' StepExecution (Maybe UTCTime) Source #

If a step has begun execution, this contains the time the step started. If the step is in Pending status, this field isn't populated.

stepExecution_failureDetails :: Lens' StepExecution (Maybe FailureDetails) Source #

Information about the Automation failure.

stepExecution_failureMessage :: Lens' StepExecution (Maybe Text) Source #

If a step failed, this message explains why the execution failed.

stepExecution_inputs :: Lens' StepExecution (Maybe (HashMap Text Text)) Source #

Fully-resolved values passed into the step before execution.

stepExecution_isCritical :: Lens' StepExecution (Maybe Bool) Source #

The flag which can be used to help decide whether the failure of current step leads to the Automation failure.

stepExecution_isEnd :: Lens' StepExecution (Maybe Bool) Source #

The flag which can be used to end automation no matter whether the step succeeds or fails.

stepExecution_maxAttempts :: Lens' StepExecution (Maybe Int) Source #

The maximum number of tries to run the action of the step. The default value is 1.

stepExecution_nextStep :: Lens' StepExecution (Maybe Text) Source #

The next step after the step succeeds.

stepExecution_onFailure :: Lens' StepExecution (Maybe Text) Source #

The action to take if the step fails. The default value is Abort.

stepExecution_outputs :: Lens' StepExecution (Maybe (HashMap Text [Text])) Source #

Returned values from the execution of the step.

stepExecution_overriddenParameters :: Lens' StepExecution (Maybe (HashMap Text [Text])) Source #

A user-specified list of parameters to override when running a step.

stepExecution_response :: Lens' StepExecution (Maybe Text) Source #

A message associated with the response code for an execution.

stepExecution_responseCode :: Lens' StepExecution (Maybe Text) Source #

The response code returned by the execution of the step.

stepExecution_stepExecutionId :: Lens' StepExecution (Maybe Text) Source #

The unique ID of a step execution.

stepExecution_stepName :: Lens' StepExecution (Maybe Text) Source #

The name of this execution step.

stepExecution_targetLocation :: Lens' StepExecution (Maybe TargetLocation) Source #

The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.

stepExecution_targets :: Lens' StepExecution (Maybe [Target]) Source #

The targets for the step execution.

stepExecution_triggeredAlarms :: Lens' StepExecution (Maybe (NonEmpty AlarmStateInformation)) Source #

The CloudWatch alarms that were invoked by the automation.

stepExecution_validNextSteps :: Lens' StepExecution (Maybe [Text]) Source #

Strategies used when step fails, we support Continue and Abort. Abort will fail the automation when the step fails. Continue will ignore the failure of current step and allow automation to run the next step. With conditional branching, we add step:stepName to support the automation to go to another specific step.

StepExecutionFilter

data StepExecutionFilter Source #

A filter to limit the amount of step execution information returned by the call.

See: newStepExecutionFilter smart constructor.

Constructors

StepExecutionFilter' 

Fields

  • key :: StepExecutionFilterKey

    One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.

  • values :: NonEmpty Text

    The values of the filter key.

Instances

Instances details
ToJSON StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

Generic StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

Associated Types

type Rep StepExecutionFilter :: Type -> Type #

Read StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

Show StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

NFData StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

Methods

rnf :: StepExecutionFilter -> () #

Eq StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

Hashable StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

type Rep StepExecutionFilter Source # 
Instance details

Defined in Amazonka.SSM.Types.StepExecutionFilter

type Rep StepExecutionFilter = D1 ('MetaData "StepExecutionFilter" "Amazonka.SSM.Types.StepExecutionFilter" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "StepExecutionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StepExecutionFilterKey) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newStepExecutionFilter Source #

Create a value of StepExecutionFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:StepExecutionFilter', stepExecutionFilter_key - One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.

$sel:values:StepExecutionFilter', stepExecutionFilter_values - The values of the filter key.

stepExecutionFilter_key :: Lens' StepExecutionFilter StepExecutionFilterKey Source #

One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.

Tag

data Tag Source #

Metadata that you assign to your Amazon Web Services resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. In Amazon Web Services Systems Manager, you can apply tags to Systems Manager documents (SSM documents), managed nodes, maintenance windows, parameters, patch baselines, OpsItems, and OpsMetadata.

See: newTag smart constructor.

Constructors

Tag' 

Fields

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.SSM.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.SSM.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.SSM.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.SSM.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.SSM.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.SSM.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.SSM.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.SSM.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.SSM.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.SSM.Types.Tag" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - The name of the tag.

$sel:value:Tag', tag_value - The value of the tag.

tag_key :: Lens' Tag Text Source #

The name of the tag.

tag_value :: Lens' Tag Text Source #

The value of the tag.

Target

data Target Source #

An array of search criteria that targets managed nodes using a key-value pair that you specify.

One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, Lambda, and Step Functions). For more information about running tasks that don't specify targets, see Registering maintenance window tasks without targets in the Amazon Web Services Systems Manager User Guide.

Supported formats include the following.

  • Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3>
  • Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2>
  • Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2>
  • Run Command and Maintenance window targets only: Key=resource-groups:Name,Values=<resource-group-name>
  • Maintenance window targets only: Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2>
  • Automation targets only: Key=ResourceGroup;Values=<resource-group-name>

For example:

  • Key=InstanceIds,Values=i-02573cafcfEXAMPLE,i-0471e04240EXAMPLE,i-07782c72faEXAMPLE
  • Key=tag:CostCenter,Values=CostCenter1,CostCenter2,CostCenter3
  • Key=tag-key,Values=Name,Instance-Type,CostCenter
  • Run Command and Maintenance window targets only: Key=resource-groups:Name,Values=ProductionResourceGroup

    This example demonstrates how to target all resources in the resource group ProductionResourceGroup in your maintenance window.

  • Maintenance window targets only: Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC

    This example demonstrates how to target only Amazon Elastic Compute Cloud (Amazon EC2) instances and VPCs in your maintenance window.

  • Automation targets only: Key=ResourceGroup,Values=MyResourceGroup
  • State Manager association targets only: Key=InstanceIds,Values=*

    This example demonstrates how to target all managed instances in the Amazon Web Services Region where the association was created.

For more information about how to send commands that target managed nodes using Key,Value parameters, see Targeting multiple instances in the Amazon Web Services Systems Manager User Guide.

See: newTarget smart constructor.

Constructors

Target' 

Fields

  • key :: Maybe Text

    User-defined criteria for sending commands that target managed nodes that meet the criteria.

  • values :: Maybe [Text]

    User-defined criteria that maps to Key. For example, if you specified tag:ServerRole, you could specify value:WebServer to run a command on instances that include EC2 tags of ServerRole,WebServer.

    Depending on the type of target, the maximum number of values for a key might be lower than the global maximum of 50.

Instances

Instances details
FromJSON Target Source # 
Instance details

Defined in Amazonka.SSM.Types.Target

ToJSON Target Source # 
Instance details

Defined in Amazonka.SSM.Types.Target

Generic Target Source # 
Instance details

Defined in Amazonka.SSM.Types.Target

Associated Types

type Rep Target :: Type -> Type #

Methods

from :: Target -> Rep Target x #

to :: Rep Target x -> Target #

Read Target Source # 
Instance details

Defined in Amazonka.SSM.Types.Target

Show Target Source # 
Instance details

Defined in Amazonka.SSM.Types.Target

NFData Target Source # 
Instance details

Defined in Amazonka.SSM.Types.Target

Methods

rnf :: Target -> () #

Eq Target Source # 
Instance details

Defined in Amazonka.SSM.Types.Target

Methods

(==) :: Target -> Target -> Bool #

(/=) :: Target -> Target -> Bool #

Hashable Target Source # 
Instance details

Defined in Amazonka.SSM.Types.Target

Methods

hashWithSalt :: Int -> Target -> Int #

hash :: Target -> Int #

type Rep Target Source # 
Instance details

Defined in Amazonka.SSM.Types.Target

type Rep Target = D1 ('MetaData "Target" "Amazonka.SSM.Types.Target" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "Target'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newTarget :: Target Source #

Create a value of Target with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Target', target_key - User-defined criteria for sending commands that target managed nodes that meet the criteria.

$sel:values:Target', target_values - User-defined criteria that maps to Key. For example, if you specified tag:ServerRole, you could specify value:WebServer to run a command on instances that include EC2 tags of ServerRole,WebServer.

Depending on the type of target, the maximum number of values for a key might be lower than the global maximum of 50.

target_key :: Lens' Target (Maybe Text) Source #

User-defined criteria for sending commands that target managed nodes that meet the criteria.

target_values :: Lens' Target (Maybe [Text]) Source #

User-defined criteria that maps to Key. For example, if you specified tag:ServerRole, you could specify value:WebServer to run a command on instances that include EC2 tags of ServerRole,WebServer.

Depending on the type of target, the maximum number of values for a key might be lower than the global maximum of 50.

TargetLocation

data TargetLocation Source #

The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.

See: newTargetLocation smart constructor.

Constructors

TargetLocation' 

Fields

Instances

Instances details
FromJSON TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

ToJSON TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Generic TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Associated Types

type Rep TargetLocation :: Type -> Type #

Read TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Show TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

NFData TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Methods

rnf :: TargetLocation -> () #

Eq TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Hashable TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

type Rep TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

type Rep TargetLocation = D1 ('MetaData "TargetLocation" "Amazonka.SSM.Types.TargetLocation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "TargetLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "executionRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))) :*: (S1 ('MetaSel ('Just "targetLocationAlarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: (S1 ('MetaSel ('Just "targetLocationMaxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetLocationMaxErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTargetLocation :: TargetLocation Source #

Create a value of TargetLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accounts:TargetLocation', targetLocation_accounts - The Amazon Web Services accounts targeted by the current Automation execution.

$sel:executionRoleName:TargetLocation', targetLocation_executionRoleName - The Automation execution role used by the currently running Automation. If not specified, the default value is AWS-SystemsManager-AutomationExecutionRole.

$sel:regions:TargetLocation', targetLocation_regions - The Amazon Web Services Regions targeted by the current Automation execution.

$sel:targetLocationAlarmConfiguration:TargetLocation', targetLocation_targetLocationAlarmConfiguration - Undocumented member.

$sel:targetLocationMaxConcurrency:TargetLocation', targetLocation_targetLocationMaxConcurrency - The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation concurrently.

$sel:targetLocationMaxErrors:TargetLocation', targetLocation_targetLocationMaxErrors - The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.

targetLocation_accounts :: Lens' TargetLocation (Maybe (NonEmpty Text)) Source #

The Amazon Web Services accounts targeted by the current Automation execution.

targetLocation_executionRoleName :: Lens' TargetLocation (Maybe Text) Source #

The Automation execution role used by the currently running Automation. If not specified, the default value is AWS-SystemsManager-AutomationExecutionRole.

targetLocation_regions :: Lens' TargetLocation (Maybe (NonEmpty Text)) Source #

The Amazon Web Services Regions targeted by the current Automation execution.

targetLocation_targetLocationMaxConcurrency :: Lens' TargetLocation (Maybe Text) Source #

The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation concurrently.

targetLocation_targetLocationMaxErrors :: Lens' TargetLocation (Maybe Text) Source #

The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.