amazonka-ssm-0.3.2: 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 Sg SSM = V4 
type Er SSM = JSONError 

Error

data JSONError :: *

Instances

Eq JSONError 
Show JSONError 
Generic JSONError 
AWSErrorCode JSONError 
FromJSON 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

cabreInstanceId :: Lens' CreateAssociationBatchRequestEntry (Maybe Text) Source

The ID of the instance.

cabreName :: Lens' CreateAssociationBatchRequestEntry (Maybe Text) Source

The name of the configuration document.

DocumentFilter

documentFilter Source

DocumentFilter constructor.

The fields accessible through corresponding lenses are:

dfKey :: Lens' DocumentFilter DocumentFilterKey Source

The name of the filter.

dfValue :: Lens' DocumentFilter Text Source

The value of the filter.

AssociationDescription

associationDescription :: AssociationDescription Source

AssociationDescription constructor.

The fields accessible through corresponding lenses are:

adDate :: Lens' AssociationDescription (Maybe UTCTime) Source

The date when the association was made.

adInstanceId :: Lens' AssociationDescription (Maybe Text) Source

The ID of the instance.

adName :: Lens' AssociationDescription (Maybe Text) Source

The name of the configuration document.

AssociationStatusName

DocumentFilterKey

DocumentDescription

documentDescription :: DocumentDescription Source

DocumentDescription constructor.

The fields accessible through corresponding lenses are:

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:

afKey :: Lens' AssociationFilter AssociationFilterKey Source

The name of the filter.

afValue :: Lens' AssociationFilter Text Source

The filter value.

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

data Fault Source

Constructors

Client

Client

Server

Server

Unknown

Unknown

Instances

Enum Fault 
Eq Fault 
Ord Fault 
Read Fault 
Show Fault 
Generic Fault 
Hashable Fault 
ToText Fault 
FromText Fault 
ToQuery Fault 
ToHeader Fault 
ToByteString Fault 
ToJSON Fault 
FromJSON Fault 
type Rep Fault 

AssociationStatus

associationStatus Source

AssociationStatus constructor.

The fields accessible through corresponding lenses are:

asAdditionalInfo :: Lens' AssociationStatus (Maybe Text) Source

A user-defined string.

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.