Module Values_2.NamespaceInfoV2Source

The error type.

Sourcetype nonrec t = {
  1. name : Values_0.Namespace.t option;
    (*

    The name of the error.

    *)
  2. arn : Values_0.Arn.t option;
    (*

    The namespace ARN.

    *)
  3. capacityRegion : Values_0.String_.t option;
    (*

    The namespace Amazon Web Services Region.

    *)
  4. creationStatus : Values_1.NamespaceStatus.t option;
    (*

    The creation status of a namespace that is not yet completely created.

    *)
  5. identityStore : Values_1.IdentityStore.t option;
    (*

    The identity store used for the namespace.

    *)
  6. namespaceError : NamespaceError.t option;
    (*

    An error that occurred when the namespace was created.

    *)
  7. iamIdentityCenterApplicationArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) for the IAM Identity Center application.

    *)
  8. iamIdentityCenterInstanceArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) for the IAM Identity Center instance.

    *)
}
Sourceval make : ?name:??? -> ?arn:??? -> ?capacityRegion:??? -> ?creationStatus:??? -> ?identityStore:??? -> ?namespaceError:??? -> ?iamIdentityCenterApplicationArn:??? -> ?iamIdentityCenterInstanceArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.Namespace.t | `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ]) 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