Values.DescribeDRTAccessResponseSourceReturns the current role and list of Amazon S3 log buckets used by the Shield Response Team (SRT) to access your Amazon Web Services account while assisting with attack mitigation.
type nonrec t = {roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.
*)logBucketList : LogBucketList.t option;The list of Amazon S3 buckets accessed by the SRT.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalErrorException of InternalErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalErrorException of InternalErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of LogBucket.t ] list | `String of RoleArn.t ])
list ]