Module Values_2.IpamExternalResourceVerificationTokenSource

A verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP).

Sourcetype nonrec t = {
  1. ipamExternalResourceVerificationTokenId : Values_1.IpamExternalResourceVerificationTokenId.t option;
    (*

    The ID of the token.

    *)
  2. ipamExternalResourceVerificationTokenArn : Values_0.ResourceArn.t option;
    (*

    Token ARN.

    *)
  3. ipamId : Values_1.IpamId.t option;
    (*

    The ID of the IPAM that created the token.

    *)
  4. ipamArn : Values_0.ResourceArn.t option;
    (*

    ARN of the IPAM that created the token.

    *)
  5. ipamRegion : Values_0.String_.t option;
    (*

    Region of the IPAM that created the token.

    *)
  6. tokenValue : Values_0.String_.t option;
    (*

    Token value.

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

    Token name.

    *)
  8. notAfter : Values_0.MillisecondDateTime.t option;
    (*

    Token expiration.

    *)
  9. status : Values_1.TokenState.t option;
    (*

    Token status.

    *)
  10. tags : Values_0.TagList.t option;
    (*

    Token tags.

    *)
  11. state : Values_1.IpamExternalResourceVerificationTokenState.t option;
    (*

    Token state.

    *)
}
Sourceval make : ?ipamExternalResourceVerificationTokenId:??? -> ?ipamExternalResourceVerificationTokenArn:??? -> ?ipamId:??? -> ?ipamArn:??? -> ?ipamRegion:??? -> ?tokenValue:??? -> ?tokenName:??? -> ?notAfter:??? -> ?status:??? -> ?tags:??? -> ?state:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_1.IpamExternalResourceVerificationTokenId.t | `Timestamp of Values_0.MillisecondDateTime.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