Module IoTWireless.PartnerAccount

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-partneraccount.html

type sidewalk_update_account = {
  1. app_server_private_key : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-partneraccount-sidewalkupdateaccount.html

and tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

and sidewalk_account_info_with_fingerprint = {
  1. fingerprint : string option;
  2. amazon_id : string option;
  3. arn : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-partneraccount-sidewalkaccountinfowithfingerprint.html

and sidewalk_account_info = {
  1. app_server_private_key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-partneraccount-sidewalkaccountinfo.html

type properties = {
  1. partner_type : string option;
  2. sidewalk_response : sidewalk_account_info_with_fingerprint option;
  3. account_linked : bool option;
  4. sidewalk : sidewalk_account_info option;
  5. partner_account_id : string option;
  6. sidewalk_update : sidewalk_update_account option;
  7. tags : tag list option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-partneraccount.html;

val make_properties : ?partner_type:string -> ?sidewalk_response:sidewalk_account_info_with_fingerprint -> ?account_linked:bool -> ?sidewalk:sidewalk_account_info -> ?partner_account_id:string -> ?sidewalk_update:sidewalk_update_account -> ?tags:tag list -> unit -> properties
val make_sidewalk_update_account : ?app_server_private_key:string -> unit -> sidewalk_update_account
val make_tag : value:string -> key:string -> unit -> tag
val make_sidewalk_account_info_with_fingerprint : ?fingerprint:string -> ?amazon_id:string -> ?arn:string -> unit -> sidewalk_account_info_with_fingerprint
val make_sidewalk_account_info : app_server_private_key:string -> unit -> sidewalk_account_info
val yojson_of_sidewalk_update_account : sidewalk_update_account -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_sidewalk_account_info_with_fingerprint : sidewalk_account_info_with_fingerprint -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_sidewalk_account_info : sidewalk_account_info -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. fingerprint : string;
  3. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string