Module Values.CreateConnectorRequestSource

Create Connector.

Sourcetype nonrec t = {
  1. name : ConnectorName.t;
    (*

    Create Connector request name.

    *)
  2. ssmInstanceID : SsmInstanceID.t;
    (*

    Create Connector request SSM instance ID.

    *)
  3. tags : TagsMap.t option;
    (*

    Create Connector request tags.

    *)
  4. ssmCommandConfig : ConnectorSsmCommandConfig.t option;
    (*

    Create Connector request SSM command config.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?ssmCommandConfig:??? -> name:ConnectorName.t -> ssmInstanceID:SsmInstanceID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of ConnectorName.t | `Structure of (string * [> `Boolean of Boolean.t | `String of S3BucketName.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