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.S3OutputLocation

Description

 
Synopsis

Documentation

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
Eq S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

Read S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

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

NFData S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

Methods

rnf :: S3OutputLocation -> () #

Hashable S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

ToJSON S3OutputLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputLocation

FromJSON 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" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "S3OutputLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputS3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputS3Region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputS3BucketName") '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:outputS3KeyPrefix:S3OutputLocation', s3OutputLocation_outputS3KeyPrefix - The S3 bucket subfolder.

$sel:outputS3Region:S3OutputLocation', s3OutputLocation_outputS3Region - The Amazon Web Services Region of the S3 bucket.

$sel:outputS3BucketName:S3OutputLocation', s3OutputLocation_outputS3BucketName - The name of the S3 bucket.

s3OutputLocation_outputS3Region :: Lens' S3OutputLocation (Maybe Text) Source #

The Amazon Web Services Region of the S3 bucket.