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

Amazonka.SSM.Types.OutputSource

Description

 
Synopsis

Documentation

data OutputSource Source #

Information about the source where the association execution details are stored.

See: newOutputSource smart constructor.

Constructors

OutputSource' 

Fields

Instances

Instances details
Eq OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

Read OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

Show 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 #

NFData OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

Methods

rnf :: OutputSource -> () #

Hashable OutputSource Source # 
Instance details

Defined in Amazonka.SSM.Types.OutputSource

FromJSON 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" "libZSservicesZSamazonka-ssmZSamazonka-ssm" '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.