Smaws_Client_Shield.AssociateDRTLogBucket
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.
val request :
Smaws_Lib.Context.t ->
Types.associate_drt_log_bucket_request ->
(Types.associate_drt_log_bucket_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedForDependencyException of
Types.access_denied_for_dependency_exception
| `InternalErrorException of Types.internal_error_exception
| `InvalidOperationException of Types.invalid_operation_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitsExceededException of Types.limits_exceeded_exception
| `NoAssociatedRoleException of Types.no_associated_role_exception
| `OptimisticLockException of Types.optimistic_lock_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result