libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.Types.BucketCountBySharedAccessType

Description

 
Synopsis

Documentation

data BucketCountBySharedAccessType Source #

Provides information about the number of S3 buckets that are or aren't shared with other Amazon Web Services accounts.

See: newBucketCountBySharedAccessType smart constructor.

Constructors

BucketCountBySharedAccessType' 

Fields

  • notShared :: Maybe Integer

    The total number of buckets that aren't shared with other Amazon Web Services accounts.

  • internal :: Maybe Integer

    The total number of buckets that are shared with an Amazon Web Services account that's part of the same Amazon Macie organization.

  • external :: Maybe Integer

    The total number of buckets that are shared with an Amazon Web Services account that isn't part of the same Amazon Macie organization.

  • unknown :: Maybe Integer

    The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts.

Instances

Instances details
Eq BucketCountBySharedAccessType Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountBySharedAccessType

Read BucketCountBySharedAccessType Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountBySharedAccessType

Show BucketCountBySharedAccessType Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountBySharedAccessType

Generic BucketCountBySharedAccessType Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountBySharedAccessType

Associated Types

type Rep BucketCountBySharedAccessType :: Type -> Type #

NFData BucketCountBySharedAccessType Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountBySharedAccessType

Hashable BucketCountBySharedAccessType Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountBySharedAccessType

FromJSON BucketCountBySharedAccessType Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountBySharedAccessType

type Rep BucketCountBySharedAccessType Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountBySharedAccessType

type Rep BucketCountBySharedAccessType = D1 ('MetaData "BucketCountBySharedAccessType" "Amazonka.MacieV2.Types.BucketCountBySharedAccessType" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "BucketCountBySharedAccessType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "notShared") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "internal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "external") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "unknown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newBucketCountBySharedAccessType :: BucketCountBySharedAccessType Source #

Create a value of BucketCountBySharedAccessType 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:notShared:BucketCountBySharedAccessType', bucketCountBySharedAccessType_notShared - The total number of buckets that aren't shared with other Amazon Web Services accounts.

$sel:internal:BucketCountBySharedAccessType', bucketCountBySharedAccessType_internal - The total number of buckets that are shared with an Amazon Web Services account that's part of the same Amazon Macie organization.

$sel:external:BucketCountBySharedAccessType', bucketCountBySharedAccessType_external - The total number of buckets that are shared with an Amazon Web Services account that isn't part of the same Amazon Macie organization.

$sel:unknown:BucketCountBySharedAccessType', bucketCountBySharedAccessType_unknown - The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts.

bucketCountBySharedAccessType_notShared :: Lens' BucketCountBySharedAccessType (Maybe Integer) Source #

The total number of buckets that aren't shared with other Amazon Web Services accounts.

bucketCountBySharedAccessType_internal :: Lens' BucketCountBySharedAccessType (Maybe Integer) Source #

The total number of buckets that are shared with an Amazon Web Services account that's part of the same Amazon Macie organization.

bucketCountBySharedAccessType_external :: Lens' BucketCountBySharedAccessType (Maybe Integer) Source #

The total number of buckets that are shared with an Amazon Web Services account that isn't part of the same Amazon Macie organization.

bucketCountBySharedAccessType_unknown :: Lens' BucketCountBySharedAccessType (Maybe Integer) Source #

The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts.