Module Values_4.InstanceAttributeSource

Describes an instance attribute.

Sourcetype nonrec t = {
  1. blockDeviceMappings : Values_0.InstanceBlockDeviceMappingList.t option;
    (*

    The block device mapping of the instance.

    *)
  2. disableApiTermination : Values_3.AttributeBooleanValue.t option;
    (*

    Indicates whether termination protection is enabled. If the value is true, you can't terminate the instance using the Amazon EC2 console, command line tools, or API.

    *)
  3. enaSupport : Values_3.AttributeBooleanValue.t option;
    (*

    Indicates whether enhanced networking with ENA is enabled.

    *)
  4. enclaveOptions : Values_0.EnclaveOptions.t option;
    (*

    Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

    *)
  5. ebsOptimized : Values_3.AttributeBooleanValue.t option;
    (*

    Indicates whether the instance is optimized for Amazon EBS I/O.

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

    The ID of the instance.

    *)
  7. instanceInitiatedShutdownBehavior : Values_0.AttributeValue.t option;
    (*

    Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

    *)
  8. instanceType : Values_0.AttributeValue.t option;
    (*

    The instance type.

    *)
  9. kernelId : Values_0.AttributeValue.t option;
    (*

    The kernel ID.

    *)
  10. productCodes : Values_0.ProductCodeList.t option;
    (*

    The product codes.

    *)
  11. ramdiskId : Values_0.AttributeValue.t option;
    (*

    The RAM disk ID.

    *)
  12. rootDeviceName : Values_0.AttributeValue.t option;
    (*

    The device name of the root device volume (for example, /dev/sda1).

    *)
  13. sourceDestCheck : Values_3.AttributeBooleanValue.t option;
    (*

    Indicates whether source/destination checks are enabled.

    *)
  14. sriovNetSupport : Values_0.AttributeValue.t option;
    (*

    Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

    *)
  15. userData : Values_0.AttributeValue.t option;
    (*

    The user data.

    *)
  16. disableApiStop : Values_3.AttributeBooleanValue.t option;
    (*

    Indicates whether stop protection is enabled for the instance.

    *)
  17. groups : Values_0.GroupIdentifierList.t option;
    (*

    The security groups associated with the instance.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?blockDeviceMappings:??? -> ?disableApiTermination:??? -> ?enaSupport:??? -> ?enclaveOptions:??? -> ?ebsOptimized:??? -> ?instanceId:??? -> ?instanceInitiatedShutdownBehavior:??? -> ?instanceType:??? -> ?kernelId:??? -> ?productCodes:??? -> ?ramdiskId:??? -> ?rootDeviceName:??? -> ?sourceDestCheck:??? -> ?sriovNetSupport:??? -> ?userData:??? -> ?disableApiStop:??? -> ?groups:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list | `Timestamp of string ]) list ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of string ]) 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