Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.
To use the services of the SRT and make an AssociateDRTLogBucket
request, you must be subscribed to the
Business Support plan
or the
Enterprise Support plan.
Synopsis
- data AssociateDRTLogBucket = AssociateDRTLogBucket' {}
- newAssociateDRTLogBucket :: Text -> AssociateDRTLogBucket
- associateDRTLogBucket_logBucket :: Lens' AssociateDRTLogBucket Text
- data AssociateDRTLogBucketResponse = AssociateDRTLogBucketResponse' {
- httpStatus :: Int
- newAssociateDRTLogBucketResponse :: Int -> AssociateDRTLogBucketResponse
- associateDRTLogBucketResponse_httpStatus :: Lens' AssociateDRTLogBucketResponse Int
Creating a Request
data AssociateDRTLogBucket Source #
See: newAssociateDRTLogBucket
smart constructor.
Instances
newAssociateDRTLogBucket Source #
Create a value of AssociateDRTLogBucket
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:AssociateDRTLogBucket'
, associateDRTLogBucket_logBucket
- The Amazon S3 bucket that contains the logs that you want to share.
Request Lenses
associateDRTLogBucket_logBucket :: Lens' AssociateDRTLogBucket Text Source #
The Amazon S3 bucket that contains the logs that you want to share.
Destructuring the Response
data AssociateDRTLogBucketResponse Source #
See: newAssociateDRTLogBucketResponse
smart constructor.
AssociateDRTLogBucketResponse' | |
|
Instances
newAssociateDRTLogBucketResponse Source #
Create a value of AssociateDRTLogBucketResponse
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:AssociateDRTLogBucketResponse'
, associateDRTLogBucketResponse_httpStatus
- The response's http status code.
Response Lenses
associateDRTLogBucketResponse_httpStatus :: Lens' AssociateDRTLogBucketResponse Int Source #
The response's http status code.