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

Description

 
Synopsis

Documentation

data Grantee Source #

Container for the person being granted permissions.

See: newGrantee smart constructor.

Constructors

Grantee' 

Fields

  • uri :: Maybe Text

    URI of the grantee group.

  • emailAddress :: Maybe Text

    Email address of the grantee.

    Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions:

    • US East (N. Virginia)
    • US West (N. California)
    • US West (Oregon)
    • Asia Pacific (Singapore)
    • Asia Pacific (Sydney)
    • Asia Pacific (Tokyo)
    • Europe (Ireland)
    • South America (São Paulo)

    For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the Amazon Web Services General Reference.

  • displayName :: Maybe Text

    Screen name of the grantee.

  • id :: Maybe Text

    The canonical user ID of the grantee.

  • type' :: Type

    Type of grantee

Instances

Instances details
Eq Grantee Source # 
Instance details

Defined in Amazonka.S3.Types.Grantee

Methods

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

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

Read Grantee Source # 
Instance details

Defined in Amazonka.S3.Types.Grantee

Show Grantee Source # 
Instance details

Defined in Amazonka.S3.Types.Grantee

Generic Grantee Source # 
Instance details

Defined in Amazonka.S3.Types.Grantee

Associated Types

type Rep Grantee :: Type -> Type #

Methods

from :: Grantee -> Rep Grantee x #

to :: Rep Grantee x -> Grantee #

NFData Grantee Source # 
Instance details

Defined in Amazonka.S3.Types.Grantee

Methods

rnf :: Grantee -> () #

Hashable Grantee Source # 
Instance details

Defined in Amazonka.S3.Types.Grantee

Methods

hashWithSalt :: Int -> Grantee -> Int #

hash :: Grantee -> Int #

FromXML Grantee Source # 
Instance details

Defined in Amazonka.S3.Types.Grantee

ToXML Grantee Source # 
Instance details

Defined in Amazonka.S3.Types.Grantee

Methods

toXML :: Grantee -> XML #

type Rep Grantee Source # 
Instance details

Defined in Amazonka.S3.Types.Grantee

newGrantee Source #

Create a value of Grantee 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:uri:Grantee', grantee_uri - URI of the grantee group.

$sel:emailAddress:Grantee', grantee_emailAddress - Email address of the grantee.

Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions:

  • US East (N. Virginia)
  • US West (N. California)
  • US West (Oregon)
  • Asia Pacific (Singapore)
  • Asia Pacific (Sydney)
  • Asia Pacific (Tokyo)
  • Europe (Ireland)
  • South America (São Paulo)

For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the Amazon Web Services General Reference.

$sel:displayName:Grantee', grantee_displayName - Screen name of the grantee.

$sel:id:Grantee', grantee_id - The canonical user ID of the grantee.

$sel:type':Grantee', grantee_type - Type of grantee

grantee_uri :: Lens' Grantee (Maybe Text) Source #

URI of the grantee group.

grantee_emailAddress :: Lens' Grantee (Maybe Text) Source #

Email address of the grantee.

Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions:

  • US East (N. Virginia)
  • US West (N. California)
  • US West (Oregon)
  • Asia Pacific (Singapore)
  • Asia Pacific (Sydney)
  • Asia Pacific (Tokyo)
  • Europe (Ireland)
  • South America (São Paulo)

For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the Amazon Web Services General Reference.

grantee_displayName :: Lens' Grantee (Maybe Text) Source #

Screen name of the grantee.

grantee_id :: Lens' Grantee (Maybe Text) Source #

The canonical user ID of the grantee.