Main schema ElasticMapReduce.xsd
Element ResponseMetadata
Element Error
|
|
|
|
| Namespace |
http://elasticmapreduce.amazonaws.com/doc/2009-03-31 |
|
Diagram
|
|
|
Properties
|
|
| Model |
Type , Code , Message , Detail |
| Children |
Code, Detail, Message, Type |
|
Instance
|
<Error>
<Type>{1,1}</Type>
<Code>{1,1}</Code>
<Message>{1,1}</Message>
<Detail>{1,1}</Detail>
</Error> |
|
|
Source
|
<xs:element name="Error">
<xs:complexType>
<xs:sequence>
<xs:element name="Type">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Receiver"/>
<xs:enumeration value="Sender"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Code" type="xs:string"/>
<xs:element name="Message" type="xs:string"/>
<xs:element name="Detail">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##any" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |
|
| Schema location |
file:/C:/Documents and Settings/geckel/AWS/AWSEMapReduceDocs/mainline/AWSElasticMapReduce/2009-03-31/Schema/Schema_File_xsd_orig/ElasticMapReduce.xsd |
|
|
|
|
|
Element ErrorResponse
Element AddJobFlowSteps
Element AddJobFlowStepsResponse
Element TerminateJobFlows
Element TerminateJobFlowsResponse
Element DescribeJobFlows
|
|
|
|
| Namespace |
http://elasticmapreduce.amazonaws.com/doc/2009-03-31 |
|
Diagram
|
|
|
Properties
|
|
| Model |
CreatedAfter{0,1} , CreatedBefore{0,1} , JobFlowIds{0,1} , JobFlowStates{0,1} |
| Children |
CreatedAfter, CreatedBefore, JobFlowIds, JobFlowStates |
|
Instance
|
<DescribeJobFlows>
<CreatedAfter>{0,1}</CreatedAfter>
<CreatedBefore>{0,1}</CreatedBefore>
<JobFlowIds>{0,1}</JobFlowIds>
<JobFlowStates>{0,1}</JobFlowStates>
</DescribeJobFlows> |
|
|
Source
|
<xs:element name="DescribeJobFlows">
<xs:complexType>
<xs:sequence>
<xs:element name="CreatedAfter" type="xs:dateTime" minOccurs="0"/>
<xs:element name="CreatedBefore" type="xs:dateTime" minOccurs="0"/>
<xs:element name="JobFlowIds" type="tns:StringList" minOccurs="0"/>
<xs:element name="JobFlowStates" type="tns:JobFlowExecutionStateList" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|
| Schema location |
file:/C:/Documents and Settings/geckel/AWS/AWSEMapReduceDocs/mainline/AWSElasticMapReduce/2009-03-31/Schema/Schema_File_xsd_orig/ElasticMapReduce.xsd |
|
|
|
|
|
Element DescribeJobFlowsResponse
Element DescribeJobFlowsResult
Element RunJobFlow
|
|
|
|
| Namespace |
http://elasticmapreduce.amazonaws.com/doc/2009-03-31 |
|
Diagram
|
|
|
Properties
|
|
| Model |
Name , LogUri{0,1} , Instances , Steps{0,1} |
| Children |
Instances, LogUri, Name, Steps |
|
Instance
|
<RunJobFlow>
<Name>{1,1}</Name>
<LogUri>{0,1}</LogUri>
<Instances>{1,1}</Instances>
<Steps>{0,1}</Steps>
</RunJobFlow> |
|
|
Source
|
<xs:element name="RunJobFlow">
<xs:complexType>
<xs:sequence>
<xs:element name="Name" type="tns:RunJobFlowInputName"/>
<xs:element name="LogUri" type="xs:string" minOccurs="0"/>
<xs:element name="Instances" type="tns:JobFlowInstancesConfig"/>
<xs:element name="Steps" type="tns:StepConfigList" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|
| Schema location |
file:/C:/Documents and Settings/geckel/AWS/AWSEMapReduceDocs/mainline/AWSElasticMapReduce/2009-03-31/Schema/Schema_File_xsd_orig/ElasticMapReduce.xsd |
|
|
|
|
|
Element RunJobFlowResponse
Element RunJobFlowResult
Simple Type StepExecutionState
Complex Type JobFlowExecutionStatusDetail
|
|
|
|
| Namespace |
http://elasticmapreduce.amazonaws.com/doc/2009-03-31 |
|
Diagram
|
|
| Model |
State , CreationDateTime , StartDateTime{0,1} , EndDateTime{0,1} , LastStateChangeReason{0,1} |
| Children |
CreationDateTime, EndDateTime, LastStateChangeReason, StartDateTime, State |
|
Source
|
<xs:complexType name="JobFlowExecutionStatusDetail">
<xs:sequence>
<xs:element name="State" type="tns:JobFlowExecutionState"/>
<xs:element name="CreationDateTime" type="xs:dateTime"/>
<xs:element name="StartDateTime" type="xs:dateTime" minOccurs="0"/>
<xs:element name="EndDateTime" type="xs:dateTime" minOccurs="0"/>
<xs:element name="LastStateChangeReason" type="tns:StateChangeReason" minOccurs="0"/>
</xs:sequence>
</xs:complexType> |
|
| Schema location |
file:/C:/Documents and Settings/geckel/AWS/AWSEMapReduceDocs/mainline/AWSElasticMapReduce/2009-03-31/Schema/Schema_File_xsd_orig/ElasticMapReduce.xsd |
|
|
|
|
|
Complex Type JobFlowDetailList
Complex Type StepConfig
Complex Type StepExecutionStatusDetail
|
|
|
|
| Namespace |
http://elasticmapreduce.amazonaws.com/doc/2009-03-31 |
|
Diagram
|
|
| Model |
State , CreationDateTime , StartDateTime{0,1} , EndDateTime{0,1} , LastStateChangeReason{0,1} |
| Children |
CreationDateTime, EndDateTime, LastStateChangeReason, StartDateTime, State |
|
Source
|
<xs:complexType name="StepExecutionStatusDetail">
<xs:sequence>
<xs:element name="State" type="tns:StepExecutionState"/>
<xs:element name="CreationDateTime" type="xs:dateTime"/>
<xs:element name="StartDateTime" type="xs:dateTime" minOccurs="0"/>
<xs:element name="EndDateTime" type="xs:dateTime" minOccurs="0"/>
<xs:element name="LastStateChangeReason" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType> |
|
| Schema location |
file:/C:/Documents and Settings/geckel/AWS/AWSEMapReduceDocs/mainline/AWSElasticMapReduce/2009-03-31/Schema/Schema_File_xsd_orig/ElasticMapReduce.xsd |
|
|
|
|
|
Complex Type StringList