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

Description

 
Synopsis

Documentation

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

Defined in Amazonka.SSM.Types.S3OutputUrl

Read S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

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

NFData S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

Methods

rnf :: S3OutputUrl -> () #

Hashable S3OutputUrl Source # 
Instance details

Defined in Amazonka.SSM.Types.S3OutputUrl

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