libZSservicesZSamazonka-ramZSamazonka-ram
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.RAM.Types.ResourceSharePermissionSummary

Description

 
Synopsis

Documentation

data ResourceSharePermissionSummary Source #

Information about a permission that is associated with a resource share.

See: newResourceSharePermissionSummary smart constructor.

Constructors

ResourceSharePermissionSummary' 

Fields

Instances

Instances details
Eq ResourceSharePermissionSummary Source # 
Instance details

Defined in Amazonka.RAM.Types.ResourceSharePermissionSummary

Read ResourceSharePermissionSummary Source # 
Instance details

Defined in Amazonka.RAM.Types.ResourceSharePermissionSummary

Show ResourceSharePermissionSummary Source # 
Instance details

Defined in Amazonka.RAM.Types.ResourceSharePermissionSummary

Generic ResourceSharePermissionSummary Source # 
Instance details

Defined in Amazonka.RAM.Types.ResourceSharePermissionSummary

Associated Types

type Rep ResourceSharePermissionSummary :: Type -> Type #

NFData ResourceSharePermissionSummary Source # 
Instance details

Defined in Amazonka.RAM.Types.ResourceSharePermissionSummary

Hashable ResourceSharePermissionSummary Source # 
Instance details

Defined in Amazonka.RAM.Types.ResourceSharePermissionSummary

FromJSON ResourceSharePermissionSummary Source # 
Instance details

Defined in Amazonka.RAM.Types.ResourceSharePermissionSummary

type Rep ResourceSharePermissionSummary Source # 
Instance details

Defined in Amazonka.RAM.Types.ResourceSharePermissionSummary

type Rep ResourceSharePermissionSummary = D1 ('MetaData "ResourceSharePermissionSummary" "Amazonka.RAM.Types.ResourceSharePermissionSummary" "libZSservicesZSamazonka-ramZSamazonka-ram" 'False) (C1 ('MetaCons "ResourceSharePermissionSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isResourceTypeDefault") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))))

newResourceSharePermissionSummary :: ResourceSharePermissionSummary Source #

Create a value of ResourceSharePermissionSummary 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:creationTime:ResourceSharePermissionSummary', resourceSharePermissionSummary_creationTime - The date and time when the permission was created.

$sel:status:ResourceSharePermissionSummary', resourceSharePermissionSummary_status - The current status of the permission.

$sel:resourceType:ResourceSharePermissionSummary', resourceSharePermissionSummary_resourceType - The type of resource to which the permission applies.

$sel:lastUpdatedTime:ResourceSharePermissionSummary', resourceSharePermissionSummary_lastUpdatedTime - The date and time when the permission was last updated.

$sel:arn:ResourceSharePermissionSummary', resourceSharePermissionSummary_arn - The Amazon Resource Name (ARN) of the permission.

$sel:defaultVersion:ResourceSharePermissionSummary', resourceSharePermissionSummary_defaultVersion - Specifies whether the version of the permission is set to the default version for this permission.

$sel:name:ResourceSharePermissionSummary', resourceSharePermissionSummary_name - The name of the permission.

$sel:version:ResourceSharePermissionSummary', resourceSharePermissionSummary_version - The identifier for the version of the permission.

$sel:isResourceTypeDefault:ResourceSharePermissionSummary', resourceSharePermissionSummary_isResourceTypeDefault - Specifies whether the version of the permission is set to the default version for this resource type.

resourceSharePermissionSummary_resourceType :: Lens' ResourceSharePermissionSummary (Maybe Text) Source #

The type of resource to which the permission applies.

resourceSharePermissionSummary_arn :: Lens' ResourceSharePermissionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the permission.

resourceSharePermissionSummary_defaultVersion :: Lens' ResourceSharePermissionSummary (Maybe Bool) Source #

Specifies whether the version of the permission is set to the default version for this permission.

resourceSharePermissionSummary_version :: Lens' ResourceSharePermissionSummary (Maybe Text) Source #

The identifier for the version of the permission.

resourceSharePermissionSummary_isResourceTypeDefault :: Lens' ResourceSharePermissionSummary (Maybe Bool) Source #

Specifies whether the version of the permission is set to the default version for this resource type.