libZSservicesZSamazonka-s3ZSamazonka-s3
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.S3.Types.SSES3

Description

 
Synopsis

Documentation

data SSES3 Source #

Specifies the use of SSE-S3 to encrypt delivered inventory reports.

See: newSSES3 smart constructor.

Constructors

SSES3' 

Instances

Instances details
Eq SSES3 Source # 
Instance details

Defined in Amazonka.S3.Types.SSES3

Methods

(==) :: SSES3 -> SSES3 -> Bool #

(/=) :: SSES3 -> SSES3 -> Bool #

Read SSES3 Source # 
Instance details

Defined in Amazonka.S3.Types.SSES3

Show SSES3 Source # 
Instance details

Defined in Amazonka.S3.Types.SSES3

Methods

showsPrec :: Int -> SSES3 -> ShowS #

show :: SSES3 -> String #

showList :: [SSES3] -> ShowS #

Generic SSES3 Source # 
Instance details

Defined in Amazonka.S3.Types.SSES3

Associated Types

type Rep SSES3 :: Type -> Type #

Methods

from :: SSES3 -> Rep SSES3 x #

to :: Rep SSES3 x -> SSES3 #

NFData SSES3 Source # 
Instance details

Defined in Amazonka.S3.Types.SSES3

Methods

rnf :: SSES3 -> () #

Hashable SSES3 Source # 
Instance details

Defined in Amazonka.S3.Types.SSES3

Methods

hashWithSalt :: Int -> SSES3 -> Int #

hash :: SSES3 -> Int #

FromXML SSES3 Source # 
Instance details

Defined in Amazonka.S3.Types.SSES3

Methods

parseXML :: [Node] -> Either String SSES3 #

ToXML SSES3 Source # 
Instance details

Defined in Amazonka.S3.Types.SSES3

Methods

toXML :: SSES3 -> XML #

type Rep SSES3 Source # 
Instance details

Defined in Amazonka.S3.Types.SSES3

type Rep SSES3 = D1 ('MetaData "SSES3" "Amazonka.S3.Types.SSES3" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "SSES3'" 'PrefixI 'False) (U1 :: Type -> Type))

newSSES3 :: SSES3 Source #

Create a value of SSES3 with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.