amazonka-ssm-0.3.3: Amazon Simple Systems Management Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SSM.Types

Contents

Synopsis

Service

data SSM Source

Version 2014-11-06 of the Amazon Simple Systems Management Service service.

Instances

AWSService SSM 
type Er SSM = JSONError 
type Sg SSM = V4 

Error

data JSONError :: *

Instances

Eq JSONError 
Show JSONError 
Generic JSONError 
FromJSON JSONError 
AWSErrorCode JSONError 
type Rep JSONError = D1 D1JSONError (C1 C1_0JSONError ((:*:) (S1 S1_0_0JSONError (Rec0 (Maybe Text))) ((:*:) (S1 S1_0_1JSONError (Rec0 ErrorCode)) (S1 S1_0_2JSONError (Rec0 Text))))) 

CreateAssociationBatchRequestEntry

cabreName :: Lens' CreateAssociationBatchRequestEntry (Maybe Text) Source

The name of the configuration document.

DocumentFilter

documentFilter Source

DocumentFilter constructor.

The fields accessible through corresponding lenses are:

dfValue :: Lens' DocumentFilter Text Source

The value of the filter.

AssociationDescription

adDate :: Lens' AssociationDescription (Maybe UTCTime) Source

The date when the association was made.

adName :: Lens' AssociationDescription (Maybe Text) Source

The name of the configuration document.

AssociationStatusName

DocumentFilterKey

DocumentDescription

dd1CreatedDate :: Lens' DocumentDescription (Maybe UTCTime) Source

The date when the configuration document was created.

dd1Name :: Lens' DocumentDescription (Maybe Text) Source

The name of the configuration document.

dd1Sha1 :: Lens' DocumentDescription (Maybe Text) Source

The SHA1 hash of the document, which you can use for verification purposes.

dd1Status :: Lens' DocumentDescription (Maybe DocumentStatus) Source

The status of the configuration document.

AssociationFilter

associationFilter Source

AssociationFilter constructor.

The fields accessible through corresponding lenses are:

DocumentIdentifier

documentIdentifier :: DocumentIdentifier Source

DocumentIdentifier constructor.

The fields accessible through corresponding lenses are:

diName :: Lens' DocumentIdentifier (Maybe Text) Source

The name of the configuration document.

Fault

AssociationStatus

asDate :: Lens' AssociationStatus UTCTime Source

The date when the status changed.

asMessage :: Lens' AssociationStatus Text Source

The reason for the status.

DocumentStatus

AssociationFilterKey

FailedCreateAssociation

fcaFault :: Lens' FailedCreateAssociation (Maybe Fault) Source

The source of the failure.

fcaMessage :: Lens' FailedCreateAssociation (Maybe Text) Source

A description of the failure.

Association

association :: Association Source

Association constructor.

The fields accessible through corresponding lenses are:

aInstanceId :: Lens' Association (Maybe Text) Source

The ID of the instance.

aName :: Lens' Association (Maybe Text) Source

The name of the configuration document.