IoTWireless.PartnerAccountsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-partneraccount.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-partneraccount-sidewalkupdateaccount.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-partneraccount-sidewalkaccountinfowithfingerprint.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-partneraccount-sidewalkaccountinfo.html
type properties = {partner_type : string option;sidewalk_response : sidewalk_account_info_with_fingerprint option;account_linked : bool option;sidewalk : sidewalk_account_info option;partner_account_id : string option;sidewalk_update : sidewalk_update_account 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 ->
propertiesval make_sidewalk_update_account :
?app_server_private_key:string ->
unit ->
sidewalk_update_accountval make_tag : value:string -> key:string -> unit -> tagval make_sidewalk_account_info_with_fingerprint :
?fingerprint:string ->
?amazon_id:string ->
?arn:string ->
unit ->
sidewalk_account_info_with_fingerprintval make_sidewalk_account_info :
app_server_private_key:string ->
unit ->
sidewalk_account_infoval 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 ]val create_attributes : string -> attributes