Module Values.GetDomainOutputSource

Gets an Amazon DataZone domain.

Sourcetype nonrec t = {
  1. id : DomainId.t option;
    (*

    The identifier of the specified Amazon DataZone domain.

    *)
  2. rootDomainUnitId : DomainUnitId.t option;
    (*

    The ID of the root domain in Amazon Datazone.

    *)
  3. name : String_.t option;
    (*

    The name of the Amazon DataZone domain.

    *)
  4. description : String_.t option;
    (*

    The description of the Amazon DataZone domain.

    *)
  5. singleSignOn : SingleSignOn.t option;
    (*

    The single sing-on option of the specified Amazon DataZone domain.

    *)
  6. domainExecutionRole : RoleArn.t option;
    (*

    The domain execution role with which the Amazon DataZone domain is created.

    *)
  7. arn : String_.t option;
    (*

    The ARN of the specified Amazon DataZone domain.

    *)
  8. kmsKeyIdentifier : KmsKeyArn.t option;
    (*

    The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.

    *)
  9. status : DomainStatus.t option;
    (*

    The status of the specified Amazon DataZone domain.

    *)
  10. portalUrl : String_.t option;
    (*

    The URL of the data portal for this Amazon DataZone domain.

    *)
  11. createdAt : CreatedAt.t option;
    (*

    The timestamp of when the Amazon DataZone domain was created.

    *)
  12. lastUpdatedAt : UpdatedAt.t option;
    (*

    The timestamp of when the Amazon DataZone domain was last updated.

    *)
  13. tags : Tags.t option;
    (*

    The tags specified for the Amazon DataZone domain.

    *)
  14. domainVersion : DomainVersion.t option;
    (*

    The version of the domain.

    *)
  15. serviceRole : RoleArn.t option;
    (*

    The service role of the domain.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `UnauthorizedException of UnauthorizedException.t
  7. | `ValidationException of ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?rootDomainUnitId:??? -> ?name:??? -> ?description:??? -> ?singleSignOn:??? -> ?domainExecutionRole:??? -> ?arn:??? -> ?kmsKeyIdentifier:??? -> ?status:??? -> ?portalUrl:??? -> ?createdAt:??? -> ?lastUpdatedAt:??? -> ?tags:??? -> ?domainVersion:??? -> ?serviceRole:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of DomainId.t | `Structure of (string * [> `Enum of string | `String of SingleSignOnIdcInstanceArnString.t ]) list | `Timestamp of CreatedAt.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t