getHardwareConfig
Obtain information on configuration of instance model provided by EMR service.
Parameters: None
Return: GetHardwareConfigResponse
- hardware:
list<InstanceTypeInfo>
. Information on configuration of instance model.InstacenTypeInfo
is as follows:- name:
String
. Model name. - cpu:
int
. Number of CPU cores. - ram:
int
. Physical memory size. - disk:
int
. Disk size.
- name:
Errors
- Internal server error
- Parameter error
- Insufficient permissions