Module Values_1.DescribeDomainConfigurationResponseSource

Gets summary information about a domain configuration. Requires permission to access the DescribeDomainConfiguration action.

Sourcetype nonrec t = {
  1. domainConfigurationName : Values_0.ReservedDomainConfigurationName.t option;
    (*

    The name of the domain configuration.

    *)
  2. domainConfigurationArn : Values_0.DomainConfigurationArn.t option;
    (*

    The ARN of the domain configuration.

    *)
  3. domainName : Values_0.DomainName.t option;
    (*

    The name of the domain.

    *)
  4. serverCertificates : Values_0.ServerCertificates.t option;
    (*

    A list containing summary information about the server certificate included in the domain configuration.

    *)
  5. authorizerConfig : Values_0.AuthorizerConfig.t option;
    (*

    An object that specifies the authorization service for a domain.

    *)
  6. domainConfigurationStatus : Values_0.DomainConfigurationStatus.t option;
    (*

    A Boolean value that specifies the current state of the domain configuration.

    *)
  7. serviceType : Values_0.ServiceType.t option;
    (*

    The type of service delivered by the endpoint.

    *)
  8. domainType : Values_0.DomainType.t option;
    (*

    The type of the domain.

    *)
  9. lastStatusChangeDate : Values_0.DateType.t option;
    (*

    The date and time the domain configuration's status was last changed.

    *)
  10. tlsConfig : Values_0.TlsConfig.t option;
    (*

    An object that specifies the TLS configuration for a domain.

    *)
  11. serverCertificateConfig : Values_0.ServerCertificateConfig.t option;
    (*

    The server certificate configuration.

    *)
  12. authenticationType : Values_0.AuthenticationType.t option;
    (*

    An enumerated string that specifies the authentication type. CUSTOM_AUTH_X509 - Use custom authentication and authorization with additional details from the X.509 client certificate. CUSTOM_AUTH - Use custom authentication and authorization. For more information, see Custom authentication and authorization. AWS_X509 - Use X.509 client certificates without custom authentication and authorization. For more information, see X.509 client certificates. AWS_SIGV4 - Use Amazon Web Services Signature Version 4. For more information, see IAM users, groups, and roles. DEFAULT - Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify authentication type. For more information, see Device communication protocols.

    *)
  13. applicationProtocol : Values_0.ApplicationProtocol.t option;
    (*

    An enumerated string that specifies the application-layer protocol. SECURE_MQTT - MQTT over TLS. MQTT_WSS - MQTT over WebSocket. HTTPS - HTTP over TLS. DEFAULT - Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify application_layer protocol. For more information, see Device communication protocols.

    *)
  14. clientCertificateConfig : Values_0.ClientCertificateConfig.t option;
    (*

    An object that specifies the client certificate configuration for a domain.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_0.InternalFailureException.t
  2. | `InvalidRequestException of Values_0.InvalidRequestException.t
  3. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  4. | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
  5. | `ThrottlingException of Values_0.ThrottlingException.t
  6. | `UnauthorizedException of Values_0.UnauthorizedException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?domainConfigurationName:??? -> ?domainConfigurationArn:??? -> ?domainName:??? -> ?serverCertificates:??? -> ?authorizerConfig:??? -> ?domainConfigurationStatus:??? -> ?serviceType:??? -> ?domainType:??? -> ?lastStatusChangeDate:??? -> ?tlsConfig:??? -> ?serverCertificateConfig:??? -> ?authenticationType:??? -> ?applicationProtocol:??? -> ?clientCertificateConfig:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalFailureException of Values_0.InternalFailureException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t | `ThrottlingException of Values_0.ThrottlingException.t | `UnauthorizedException of Values_0.UnauthorizedException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalFailureException of Values_0.InternalFailureException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t | `ThrottlingException of Values_0.ThrottlingException.t | `UnauthorizedException of Values_0.UnauthorizedException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of Values_0.ReservedDomainConfigurationName.t | `Structure of (string * [> `Boolean of bool | `String of string ]) list | `Timestamp of Values_0.DateType.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