Values.DescribeActivityOutputSourceDescribes an activity. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
type nonrec t = {activityArn : Arn.t option;The Amazon Resource Name (ARN) that identifies the activity.
*)name : Name.t option;The name of the activity. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F, U+FFFE-FFFF) surrogates (U+D800-DFFF) invalid characters ( U+10FFFF) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
*)creationDate : Timestamp.t option;The date the activity is created.
*)encryptionConfiguration : EncryptionConfiguration.t option;Settings for configured server-side encryption.
*)}type nonrec error = [ | `ActivityDoesNotExist of ActivityDoesNotExist.t| `InvalidArn of InvalidArn.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ActivityDoesNotExist of ActivityDoesNotExist.t
| `InvalidArn of InvalidArn.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ActivityDoesNotExist of ActivityDoesNotExist.t
| `InvalidArn of InvalidArn.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of KmsDataKeyReusePeriodSeconds.t
| `String of KmsKeyId.t ])
list
| `Timestamp of Timestamp.t ])
list ]