amazonka-maciev2-2.0: Amazon Macie 2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

Description

Checks whether occurrences of sensitive data can be retrieved for a finding.

Synopsis

Creating a Request

data GetSensitiveDataOccurrencesAvailability Source #

Constructors

GetSensitiveDataOccurrencesAvailability' 

Fields

Instances

Instances details
ToHeaders GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

ToPath GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

ToQuery GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

AWSRequest GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

Generic GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

Read GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

Show GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

NFData GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

Eq GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

Hashable GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

type AWSResponse GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

type Rep GetSensitiveDataOccurrencesAvailability Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

type Rep GetSensitiveDataOccurrencesAvailability = D1 ('MetaData "GetSensitiveDataOccurrencesAvailability" "Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "GetSensitiveDataOccurrencesAvailability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "findingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSensitiveDataOccurrencesAvailability Source #

Create a value of GetSensitiveDataOccurrencesAvailability 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:findingId:GetSensitiveDataOccurrencesAvailability', getSensitiveDataOccurrencesAvailability_findingId - The unique identifier for the finding.

Request Lenses

Destructuring the Response

data GetSensitiveDataOccurrencesAvailabilityResponse Source #

Constructors

GetSensitiveDataOccurrencesAvailabilityResponse' 

Fields

  • code :: Maybe AvailabilityCode

    Specifies whether occurrences of sensitive data can be retrieved for the finding. Possible values are: AVAILABLE, the sensitive data can be retrieved; and, UNAVAILABLE, the sensitive data can't be retrieved. If this value is UNAVAILABLE, the reasons array indicates why the data can't be retrieved.

  • reasons :: Maybe [UnavailabilityReasonCode]

    Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are:

    • INVALID_CLASSIFICATION_RESULT - Amazon Macie can't verify the location of the sensitive data to retrieve. There isn't a corresponding sensitive data discovery result for the finding. Or the sensitive data discovery result specified by the ClassificationDetails.detailedResultsLocation field of the finding isn't available, is malformed or corrupted, or uses an unsupported storage format.
    • OBJECT_EXCEEDS_SIZE_QUOTA - The storage size of the affected S3 object exceeds the size quota for retrieving occurrences of sensitive data.
    • OBJECT_UNAVAILABLE - The affected S3 object isn't available. The object might have been renamed, moved, or deleted. Or the object was changed after Macie created the finding.
    • UNSUPPORTED_FINDING_TYPE - The specified finding isn't a sensitive data finding.
    • UNSUPPORTED_OBJECT_TYPE - The affected S3 object uses a file or storage format that Macie doesn't support for retrieving occurrences of sensitive data.

    This value is null if sensitive data can be retrieved for the finding.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic GetSensitiveDataOccurrencesAvailabilityResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

Read GetSensitiveDataOccurrencesAvailabilityResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

Show GetSensitiveDataOccurrencesAvailabilityResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

NFData GetSensitiveDataOccurrencesAvailabilityResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

Eq GetSensitiveDataOccurrencesAvailabilityResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

type Rep GetSensitiveDataOccurrencesAvailabilityResponse Source # 
Instance details

Defined in Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability

type Rep GetSensitiveDataOccurrencesAvailabilityResponse = D1 ('MetaData "GetSensitiveDataOccurrencesAvailabilityResponse" "Amazonka.MacieV2.GetSensitiveDataOccurrencesAvailability" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "GetSensitiveDataOccurrencesAvailabilityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailabilityCode)) :*: (S1 ('MetaSel ('Just "reasons") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UnavailabilityReasonCode])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetSensitiveDataOccurrencesAvailabilityResponse Source #

Create a value of GetSensitiveDataOccurrencesAvailabilityResponse 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:

GetSensitiveDataOccurrencesAvailabilityResponse, getSensitiveDataOccurrencesAvailabilityResponse_code - Specifies whether occurrences of sensitive data can be retrieved for the finding. Possible values are: AVAILABLE, the sensitive data can be retrieved; and, UNAVAILABLE, the sensitive data can't be retrieved. If this value is UNAVAILABLE, the reasons array indicates why the data can't be retrieved.

$sel:reasons:GetSensitiveDataOccurrencesAvailabilityResponse', getSensitiveDataOccurrencesAvailabilityResponse_reasons - Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are:

  • INVALID_CLASSIFICATION_RESULT - Amazon Macie can't verify the location of the sensitive data to retrieve. There isn't a corresponding sensitive data discovery result for the finding. Or the sensitive data discovery result specified by the ClassificationDetails.detailedResultsLocation field of the finding isn't available, is malformed or corrupted, or uses an unsupported storage format.
  • OBJECT_EXCEEDS_SIZE_QUOTA - The storage size of the affected S3 object exceeds the size quota for retrieving occurrences of sensitive data.
  • OBJECT_UNAVAILABLE - The affected S3 object isn't available. The object might have been renamed, moved, or deleted. Or the object was changed after Macie created the finding.
  • UNSUPPORTED_FINDING_TYPE - The specified finding isn't a sensitive data finding.
  • UNSUPPORTED_OBJECT_TYPE - The affected S3 object uses a file or storage format that Macie doesn't support for retrieving occurrences of sensitive data.

This value is null if sensitive data can be retrieved for the finding.

$sel:httpStatus:GetSensitiveDataOccurrencesAvailabilityResponse', getSensitiveDataOccurrencesAvailabilityResponse_httpStatus - The response's http status code.

Response Lenses

getSensitiveDataOccurrencesAvailabilityResponse_code :: Lens' GetSensitiveDataOccurrencesAvailabilityResponse (Maybe AvailabilityCode) Source #

Specifies whether occurrences of sensitive data can be retrieved for the finding. Possible values are: AVAILABLE, the sensitive data can be retrieved; and, UNAVAILABLE, the sensitive data can't be retrieved. If this value is UNAVAILABLE, the reasons array indicates why the data can't be retrieved.

getSensitiveDataOccurrencesAvailabilityResponse_reasons :: Lens' GetSensitiveDataOccurrencesAvailabilityResponse (Maybe [UnavailabilityReasonCode]) Source #

Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are:

  • INVALID_CLASSIFICATION_RESULT - Amazon Macie can't verify the location of the sensitive data to retrieve. There isn't a corresponding sensitive data discovery result for the finding. Or the sensitive data discovery result specified by the ClassificationDetails.detailedResultsLocation field of the finding isn't available, is malformed or corrupted, or uses an unsupported storage format.
  • OBJECT_EXCEEDS_SIZE_QUOTA - The storage size of the affected S3 object exceeds the size quota for retrieving occurrences of sensitive data.
  • OBJECT_UNAVAILABLE - The affected S3 object isn't available. The object might have been renamed, moved, or deleted. Or the object was changed after Macie created the finding.
  • UNSUPPORTED_FINDING_TYPE - The specified finding isn't a sensitive data finding.
  • UNSUPPORTED_OBJECT_TYPE - The affected S3 object uses a file or storage format that Macie doesn't support for retrieving occurrences of sensitive data.

This value is null if sensitive data can be retrieved for the finding.