amazonka-shield-2.0: Amazon Shield 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.Shield.DisassociateDRTLogBucket

Description

Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.

Synopsis

Creating a Request

data DisassociateDRTLogBucket Source #

See: newDisassociateDRTLogBucket smart constructor.

Constructors

DisassociateDRTLogBucket' 

Fields

  • logBucket :: Text

    The Amazon S3 bucket that contains the logs that you want to share.

Instances

Instances details
ToJSON DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

ToHeaders DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

ToPath DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

ToQuery DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

AWSRequest DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

Generic DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

Associated Types

type Rep DisassociateDRTLogBucket :: Type -> Type #

Read DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

Show DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

NFData DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

Eq DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

Hashable DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

type AWSResponse DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

type Rep DisassociateDRTLogBucket Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

type Rep DisassociateDRTLogBucket = D1 ('MetaData "DisassociateDRTLogBucket" "Amazonka.Shield.DisassociateDRTLogBucket" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "DisassociateDRTLogBucket'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logBucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociateDRTLogBucket Source #

Create a value of DisassociateDRTLogBucket 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:logBucket:DisassociateDRTLogBucket', disassociateDRTLogBucket_logBucket - The Amazon S3 bucket that contains the logs that you want to share.

Request Lenses

disassociateDRTLogBucket_logBucket :: Lens' DisassociateDRTLogBucket Text Source #

The Amazon S3 bucket that contains the logs that you want to share.

Destructuring the Response

data DisassociateDRTLogBucketResponse Source #

See: newDisassociateDRTLogBucketResponse smart constructor.

Constructors

DisassociateDRTLogBucketResponse' 

Fields

Instances

Instances details
Generic DisassociateDRTLogBucketResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

Associated Types

type Rep DisassociateDRTLogBucketResponse :: Type -> Type #

Read DisassociateDRTLogBucketResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

Show DisassociateDRTLogBucketResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

NFData DisassociateDRTLogBucketResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

Eq DisassociateDRTLogBucketResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

type Rep DisassociateDRTLogBucketResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTLogBucket

type Rep DisassociateDRTLogBucketResponse = D1 ('MetaData "DisassociateDRTLogBucketResponse" "Amazonka.Shield.DisassociateDRTLogBucket" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "DisassociateDRTLogBucketResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateDRTLogBucketResponse Source #

Create a value of DisassociateDRTLogBucketResponse 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:httpStatus:DisassociateDRTLogBucketResponse', disassociateDRTLogBucketResponse_httpStatus - The response's http status code.

Response Lenses