Showing:

Attributes
Diagrams
Facets
Instances
Properties
Source
Main schema as_schema_2009-05-15.xsd
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Properties
attribute form default: unqualified
element form default: qualified
Element ResponseMetadata
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id2
Properties
content: complex
Model RequestId
Children RequestId
Instance
<ResponseMetadata>
  <RequestId>{1,1}</RequestId>
</ResponseMetadata>
Source
<xs:element name="ResponseMetadata">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="RequestId" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ResponseMetadata/RequestId
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="RequestId" type="xs:string"/>
Element Error
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id4 as-schema0.tmp#id5 as-schema0.tmp#id6 as-schema0.tmp#id7
Properties
content: complex
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>
Element Error/Type
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
Facets
enumeration Receiver, Sender
Source
<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>
Element Error/Code
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="Code" type="xs:string"/>
Element Error/Message
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="Message" type="xs:string"/>
Element Error/Detail
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Properties
content: complex
Model ANY element from ANY namespace
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://autoscaling.amazonaws.com/doc/2009-05-15/'
Source
<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>
Element ErrorResponse
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id10
Properties
content: complex
Model Error+ , RequestId
Children Error, RequestId
Instance
<ErrorResponse>
  <Error>{1,unbounded}</Error>
  <RequestId>{1,1}</RequestId>
</ErrorResponse>
Source
<xs:element name="ErrorResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="tns:Error" maxOccurs="unbounded"/>
      <xs:element name="RequestId" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ErrorResponse/RequestId
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="RequestId" type="xs:string"/>
Element DeleteLaunchConfiguration
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id12
Properties
content: complex
Model LaunchConfigurationName
Children LaunchConfigurationName
Instance
<DeleteLaunchConfiguration>
  <LaunchConfigurationName>{1,1}</LaunchConfigurationName>
</DeleteLaunchConfiguration>
Source
<xs:element name="DeleteLaunchConfiguration">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LaunchConfigurationName" type="tns:LaunchConfigurationName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DeleteLaunchConfiguration/LaunchConfigurationName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type LaunchConfigurationName
Properties
content: simple
Source
<xs:element name="LaunchConfigurationName" type="tns:LaunchConfigurationName"/>
Element DeleteLaunchConfigurationResponse
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Properties
content: complex
Model ResponseMetadata
Children ResponseMetadata
Instance
<DeleteLaunchConfigurationResponse>
  <ResponseMetadata>{1,1}</ResponseMetadata>
</DeleteLaunchConfigurationResponse>
Source
<xs:element name="DeleteLaunchConfigurationResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="tns:ResponseMetadata" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DescribeTriggers
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id16
Properties
content: complex
Model AutoScalingGroupName
Children AutoScalingGroupName
Instance
<DescribeTriggers>
  <AutoScalingGroupName>{1,1}</AutoScalingGroupName>
</DescribeTriggers>
Source
<xs:element name="DescribeTriggers">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AutoScalingGroupName" type="tns:AutoScalingGroupName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DescribeTriggers/AutoScalingGroupName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type AutoScalingGroupName
Properties
content: simple
Source
<xs:element name="AutoScalingGroupName" type="tns:AutoScalingGroupName"/>
Element DescribeTriggersResponse
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Properties
content: complex
Model DescribeTriggersResult , ResponseMetadata
Children DescribeTriggersResult, ResponseMetadata
Instance
<DescribeTriggersResponse>
  <DescribeTriggersResult>{1,1}</DescribeTriggersResult>
  <ResponseMetadata>{1,1}</ResponseMetadata>
</DescribeTriggersResponse>
Source
<xs:element name="DescribeTriggersResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="tns:DescribeTriggersResult"/>
      <xs:element ref="tns:ResponseMetadata" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DescribeTriggersResult
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id20
Properties
content: complex
Model Triggers
Children Triggers
Instance
<DescribeTriggersResult>
  <Triggers>{1,1}</Triggers>
</DescribeTriggersResult>
Source
<xs:element name="DescribeTriggersResult">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Triggers" type="tns:Triggers"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DescribeTriggersResult/Triggers
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type Triggers
Properties
content: simple
Source
<xs:element name="Triggers" type="tns:Triggers"/>
Element UpdateAutoScalingGroup
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id22 as-schema0.tmp#id23 as-schema0.tmp#id24 as-schema0.tmp#id25 as-schema0.tmp#id26 as-schema0.tmp#id27
Properties
content: complex
Model AutoScalingGroupName , LaunchConfigurationName{0,1} , MinSize{0,1} , MaxSize{0,1} , Cooldown{0,1} , AvailabilityZones{0,1}
Children AutoScalingGroupName, AvailabilityZones, Cooldown, LaunchConfigurationName, MaxSize, MinSize
Instance
<UpdateAutoScalingGroup>
  <AutoScalingGroupName>{1,1}</AutoScalingGroupName>
  <LaunchConfigurationName>{0,1}</LaunchConfigurationName>
  <MinSize>{0,1}</MinSize>
  <MaxSize>{0,1}</MaxSize>
  <Cooldown>{0,1}</Cooldown>
  <AvailabilityZones>{0,1}</AvailabilityZones>
</UpdateAutoScalingGroup>
Source
<xs:element name="UpdateAutoScalingGroup">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AutoScalingGroupName" type="tns:AutoScalingGroupName"/>
      <xs:element name="LaunchConfigurationName" type="tns:LaunchConfigurationName" minOccurs="0"/>
      <xs:element name="MinSize" type="xs:integer" minOccurs="0"/>
      <xs:element name="MaxSize" type="xs:integer" minOccurs="0"/>
      <xs:element name="Cooldown" type="xs:integer" minOccurs="0"/>
      <xs:element name="AvailabilityZones" type="tns:AvailabilityZones" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element UpdateAutoScalingGroup/AutoScalingGroupName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type AutoScalingGroupName
Properties
content: simple
Source
<xs:element name="AutoScalingGroupName" type="tns:AutoScalingGroupName"/>
Element UpdateAutoScalingGroup/LaunchConfigurationName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type LaunchConfigurationName
Properties
content: simple
minOccurs: 0
Source
<xs:element name="LaunchConfigurationName" type="tns:LaunchConfigurationName" minOccurs="0"/>
Element UpdateAutoScalingGroup/MinSize
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="MinSize" type="xs:integer" minOccurs="0"/>
Element UpdateAutoScalingGroup/MaxSize
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="MaxSize" type="xs:integer" minOccurs="0"/>
Element UpdateAutoScalingGroup/Cooldown
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Cooldown" type="xs:integer" minOccurs="0"/>
Element UpdateAutoScalingGroup/AvailabilityZones
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type AvailabilityZones
Properties
content: simple
minOccurs: 0
Source
<xs:element name="AvailabilityZones" type="tns:AvailabilityZones" minOccurs="0"/>
Element UpdateAutoScalingGroupResponse
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Properties
content: complex
Model ResponseMetadata
Children ResponseMetadata
Instance
<UpdateAutoScalingGroupResponse>
  <ResponseMetadata>{1,1}</ResponseMetadata>
</UpdateAutoScalingGroupResponse>
Source
<xs:element name="UpdateAutoScalingGroupResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="tns:ResponseMetadata" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CreateAutoScalingGroup
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id30 as-schema0.tmp#id31 as-schema0.tmp#id32 as-schema0.tmp#id33 as-schema0.tmp#id34 as-schema0.tmp#id35 as-schema0.tmp#id36
Properties
content: complex
Model AutoScalingGroupName , LaunchConfigurationName , MinSize , MaxSize , Cooldown{0,1} , AvailabilityZones , LoadBalancerNames{0,1}
Children AutoScalingGroupName, AvailabilityZones, Cooldown, LaunchConfigurationName, LoadBalancerNames, MaxSize, MinSize
Instance
<CreateAutoScalingGroup>
  <AutoScalingGroupName>{1,1}</AutoScalingGroupName>
  <LaunchConfigurationName>{1,1}</LaunchConfigurationName>
  <MinSize>{1,1}</MinSize>
  <MaxSize>{1,1}</MaxSize>
  <Cooldown>{0,1}</Cooldown>
  <AvailabilityZones>{1,1}</AvailabilityZones>
  <LoadBalancerNames>{0,1}</LoadBalancerNames>
</CreateAutoScalingGroup>
Source
<xs:element name="CreateAutoScalingGroup">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AutoScalingGroupName" type="tns:AutoScalingGroupName"/>
      <xs:element name="LaunchConfigurationName" type="tns:LaunchConfigurationName"/>
      <xs:element name="MinSize" type="xs:integer"/>
      <xs:element name="MaxSize" type="xs:integer"/>
      <xs:element name="Cooldown" type="xs:integer" minOccurs="0"/>
      <xs:element name="AvailabilityZones" type="tns:AvailabilityZones"/>
      <xs:element name="LoadBalancerNames" type="tns:LoadBalancerNames" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CreateAutoScalingGroup/AutoScalingGroupName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type AutoScalingGroupName
Properties
content: simple
Source
<xs:element name="AutoScalingGroupName" type="tns:AutoScalingGroupName"/>
Element CreateAutoScalingGroup/LaunchConfigurationName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type LaunchConfigurationName
Properties
content: simple
Source
<xs:element name="LaunchConfigurationName" type="tns:LaunchConfigurationName"/>
Element CreateAutoScalingGroup/MinSize
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:integer
Properties
content: simple
Source
<xs:element name="MinSize" type="xs:integer"/>
Element CreateAutoScalingGroup/MaxSize
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:integer
Properties
content: simple
Source
<xs:element name="MaxSize" type="xs:integer"/>
Element CreateAutoScalingGroup/Cooldown
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Cooldown" type="xs:integer" minOccurs="0"/>
Element CreateAutoScalingGroup/AvailabilityZones
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type AvailabilityZones
Properties
content: simple
Source
<xs:element name="AvailabilityZones" type="tns:AvailabilityZones"/>
Element CreateAutoScalingGroup/LoadBalancerNames
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type LoadBalancerNames
Properties
content: simple
minOccurs: 0
Source
<xs:element name="LoadBalancerNames" type="tns:LoadBalancerNames" minOccurs="0"/>
Element CreateAutoScalingGroupResponse
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Properties
content: complex
Model ResponseMetadata
Children ResponseMetadata
Instance
<CreateAutoScalingGroupResponse>
  <ResponseMetadata>{1,1}</ResponseMetadata>
</CreateAutoScalingGroupResponse>
Source
<xs:element name="CreateAutoScalingGroupResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="tns:ResponseMetadata" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DeleteTrigger
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id39 as-schema0.tmp#id40
Properties
content: complex
Model AutoScalingGroupName , TriggerName
Children AutoScalingGroupName, TriggerName
Instance
<DeleteTrigger>
  <AutoScalingGroupName>{1,1}</AutoScalingGroupName>
  <TriggerName>{1,1}</TriggerName>
</DeleteTrigger>
Source
<xs:element name="DeleteTrigger">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AutoScalingGroupName" type="tns:AutoScalingGroupName"/>
      <xs:element name="TriggerName" type="tns:TriggerName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DeleteTrigger/AutoScalingGroupName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type AutoScalingGroupName
Properties
content: simple
Source
<xs:element name="AutoScalingGroupName" type="tns:AutoScalingGroupName"/>
Element DeleteTrigger/TriggerName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type TriggerName
Properties
content: simple
Source
<xs:element name="TriggerName" type="tns:TriggerName"/>
Element DeleteTriggerResponse
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Properties
content: complex
Model ResponseMetadata
Children ResponseMetadata
Instance
<DeleteTriggerResponse>
  <ResponseMetadata>{1,1}</ResponseMetadata>
</DeleteTriggerResponse>
Source
<xs:element name="DeleteTriggerResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="tns:ResponseMetadata" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element TerminateInstanceInAutoScalingGroup
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id43 as-schema0.tmp#id44
Properties
content: complex
Model InstanceId , ShouldDecrementDesiredCapacity
Children InstanceId, ShouldDecrementDesiredCapacity
Instance
<TerminateInstanceInAutoScalingGroup>
  <InstanceId>{1,1}</InstanceId>
  <ShouldDecrementDesiredCapacity>{1,1}</ShouldDecrementDesiredCapacity>
</TerminateInstanceInAutoScalingGroup>
Source
<xs:element name="TerminateInstanceInAutoScalingGroup">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="InstanceId" type="tns:InstanceId"/>
      <xs:element name="ShouldDecrementDesiredCapacity" type="xs:boolean"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element TerminateInstanceInAutoScalingGroup/InstanceId
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type InstanceId
Properties
content: simple
Source
<xs:element name="InstanceId" type="tns:InstanceId"/>
Element TerminateInstanceInAutoScalingGroup/ShouldDecrementDesiredCapacity
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:boolean
Properties
content: simple
Source
<xs:element name="ShouldDecrementDesiredCapacity" type="xs:boolean"/>
Element TerminateInstanceInAutoScalingGroupResponse
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Properties
content: complex
Model TerminateInstanceInAutoScalingGroupResult , ResponseMetadata
Children ResponseMetadata, TerminateInstanceInAutoScalingGroupResult
Instance
<TerminateInstanceInAutoScalingGroupResponse>
  <TerminateInstanceInAutoScalingGroupResult>{1,1}</TerminateInstanceInAutoScalingGroupResult>
  <ResponseMetadata>{1,1}</ResponseMetadata>
</TerminateInstanceInAutoScalingGroupResponse>
Source
<xs:element name="TerminateInstanceInAutoScalingGroupResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="tns:TerminateInstanceInAutoScalingGroupResult"/>
      <xs:element ref="tns:ResponseMetadata" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element TerminateInstanceInAutoScalingGroupResult
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id48
Properties
content: complex
Model Activity{0,1}
Children Activity
Instance
<TerminateInstanceInAutoScalingGroupResult>
  <Activity>{0,1}</Activity>
</TerminateInstanceInAutoScalingGroupResult>
Source
<xs:element name="TerminateInstanceInAutoScalingGroupResult">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Activity" type="tns:Activity" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element TerminateInstanceInAutoScalingGroupResult/Activity
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type Activity
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Activity" type="tns:Activity" minOccurs="0"/>
Element CreateOrUpdateScalingTrigger
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id50 as-schema0.tmp#id51 as-schema0.tmp#id52 as-schema0.tmp#id53 as-schema0.tmp#id54 as-schema0.tmp#id55 as-schema0.tmp#id56 as-schema0.tmp#id57 as-schema0.tmp#id58 as-schema0.tmp#id59 as-schema0.tmp#id60 as-schema0.tmp#id61 as-schema0.tmp#id62 as-schema0.tmp#id63
Properties
content: complex
Model TriggerName , AutoScalingGroupName , MeasureName , Statistic , Dimensions , Period , Unit{0,1} , CustomUnit{0,1} , Namespace{0,1} , LowerThreshold , LowerBreachScaleIncrement , UpperThreshold , UpperBreachScaleIncrement , BreachDuration
Children AutoScalingGroupName, BreachDuration, CustomUnit, Dimensions, LowerBreachScaleIncrement, LowerThreshold, MeasureName, Namespace, Period, Statistic, TriggerName, Unit, UpperBreachScaleIncrement, UpperThreshold
Instance
<CreateOrUpdateScalingTrigger>
  <TriggerName>{1,1}</TriggerName>
  <AutoScalingGroupName>{1,1}</AutoScalingGroupName>
  <MeasureName>{1,1}</MeasureName>
  <Statistic>{1,1}</Statistic>
  <Dimensions>{1,1}</Dimensions>
  <Period>{1,1}</Period>
  <Unit>{0,1}</Unit>
  <CustomUnit>{0,1}</CustomUnit>
  <Namespace>{0,1}</Namespace>
  <LowerThreshold>{1,1}</LowerThreshold>
  <LowerBreachScaleIncrement>{1,1}</LowerBreachScaleIncrement>
  <UpperThreshold>{1,1}</UpperThreshold>
  <UpperBreachScaleIncrement>{1,1}</UpperBreachScaleIncrement>
  <BreachDuration>{1,1}</BreachDuration>
</CreateOrUpdateScalingTrigger>
Source
<xs:element name="CreateOrUpdateScalingTrigger">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TriggerName" type="tns:TriggerName"/>
      <xs:element name="AutoScalingGroupName" type="tns:AutoScalingGroupName"/>
      <xs:element name="MeasureName" type="tns:MeasureName"/>
      <xs:element name="Statistic" type="tns:MetricStatistic"/>
      <xs:element name="Dimensions" type="tns:Dimensions"/>
      <xs:element name="Period" type="xs:integer"/>
      <xs:element name="Unit" type="tns:StandardUnit" minOccurs="0"/>
      <xs:element name="CustomUnit" type="xs:string" minOccurs="0"/>
      <xs:element name="Namespace" type="tns:Namespace" minOccurs="0"/>
      <xs:element name="LowerThreshold" type="xs:double"/>
      <xs:element name="LowerBreachScaleIncrement" type="tns:ScalingIncrement"/>
      <xs:element name="UpperThreshold" type="xs:double"/>
      <xs:element name="UpperBreachScaleIncrement" type="tns:ScalingIncrement"/>
      <xs:element name="BreachDuration" type="tns:BreachDuration"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CreateOrUpdateScalingTrigger/TriggerName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type TriggerName
Properties
content: simple
Source
<xs:element name="TriggerName" type="tns:TriggerName"/>
Element CreateOrUpdateScalingTrigger/AutoScalingGroupName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type AutoScalingGroupName
Properties
content: simple
Source
<xs:element name="AutoScalingGroupName" type="tns:AutoScalingGroupName"/>
Element CreateOrUpdateScalingTrigger/MeasureName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type MeasureName
Properties
content: simple
Source
<xs:element name="MeasureName" type="tns:MeasureName"/>
Element CreateOrUpdateScalingTrigger/Statistic
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type MetricStatistic
Properties
content: simple
Source
<xs:element name="Statistic" type="tns:MetricStatistic"/>
Element CreateOrUpdateScalingTrigger/Dimensions
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type Dimensions
Properties
content: simple
Source
<xs:element name="Dimensions" type="tns:Dimensions"/>
Element CreateOrUpdateScalingTrigger/Period
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:integer
Properties
content: simple
Source
<xs:element name="Period" type="xs:integer"/>
Element CreateOrUpdateScalingTrigger/Unit
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type StandardUnit
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Unit" type="tns:StandardUnit" minOccurs="0"/>
Element CreateOrUpdateScalingTrigger/CustomUnit
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="CustomUnit" type="xs:string" minOccurs="0"/>
Element CreateOrUpdateScalingTrigger/Namespace
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type Namespace
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Namespace" type="tns:Namespace" minOccurs="0"/>
Element CreateOrUpdateScalingTrigger/LowerThreshold
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:double
Properties
content: simple
Source
<xs:element name="LowerThreshold" type="xs:double"/>
Element CreateOrUpdateScalingTrigger/LowerBreachScaleIncrement
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type ScalingIncrement
Properties
content: simple
Source
<xs:element name="LowerBreachScaleIncrement" type="tns:ScalingIncrement"/>
Element CreateOrUpdateScalingTrigger/UpperThreshold
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type xs:double
Properties
content: simple
Source
<xs:element name="UpperThreshold" type="xs:double"/>
Element CreateOrUpdateScalingTrigger/UpperBreachScaleIncrement
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type ScalingIncrement
Properties
content: simple
Source
<xs:element name="UpperBreachScaleIncrement" type="tns:ScalingIncrement"/>
Element CreateOrUpdateScalingTrigger/BreachDuration
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type BreachDuration
Properties
content: simple
Source
<xs:element name="BreachDuration" type="tns:BreachDuration"/>
Element CreateOrUpdateScalingTriggerResponse
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Properties
content: complex
Model ResponseMetadata
Children ResponseMetadata
Instance
<CreateOrUpdateScalingTriggerResponse>
  <ResponseMetadata>{1,1}</ResponseMetadata>
</CreateOrUpdateScalingTriggerResponse>
Source
<xs:element name="CreateOrUpdateScalingTriggerResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="tns:ResponseMetadata" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DescribeAutoScalingGroups
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id66
Properties
content: complex
Model AutoScalingGroupNames{0,1}
Children AutoScalingGroupNames
Instance
<DescribeAutoScalingGroups>
  <AutoScalingGroupNames>{0,1}</AutoScalingGroupNames>
</DescribeAutoScalingGroups>
Source
<xs:element name="DescribeAutoScalingGroups">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AutoScalingGroupNames" type="tns:AutoScalingGroupNames" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DescribeAutoScalingGroups/AutoScalingGroupNames
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type AutoScalingGroupNames
Properties
content: simple
minOccurs: 0
Source
<xs:element name="AutoScalingGroupNames" type="tns:AutoScalingGroupNames" minOccurs="0"/>
Element DescribeAutoScalingGroupsResponse
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Properties
content: complex
Model DescribeAutoScalingGroupsResult , ResponseMetadata
Children DescribeAutoScalingGroupsResult, ResponseMetadata
Instance
<DescribeAutoScalingGroupsResponse>
  <DescribeAutoScalingGroupsResult>{1,1}</DescribeAutoScalingGroupsResult>
  <ResponseMetadata>{1,1}</ResponseMetadata>
</DescribeAutoScalingGroupsResponse>
Source
<xs:element name="DescribeAutoScalingGroupsResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="tns:DescribeAutoScalingGroupsResult"/>
      <xs:element ref="tns:ResponseMetadata" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DescribeAutoScalingGroupsResult
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id70
Properties
content: complex
Model AutoScalingGroups
Children AutoScalingGroups
Instance
<DescribeAutoScalingGroupsResult>
  <AutoScalingGroups>{1,1}</AutoScalingGroups>
</DescribeAutoScalingGroupsResult>
Source
<xs:element name="DescribeAutoScalingGroupsResult">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AutoScalingGroups" type="tns:AutoScalingGroups"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DescribeAutoScalingGroupsResult/AutoScalingGroups
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type AutoScalingGroups
Properties
content: simple
Source
<xs:element name="AutoScalingGroups" type="tns:AutoScalingGroups"/>
Element CreateLaunchConfiguration
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id72 as-schema0.tmp#id73 as-schema0.tmp#id74 as-schema0.tmp#id75 as-schema0.tmp#id76 as-schema0.tmp#id77 as-schema0.tmp#id78 as-schema0.tmp#id79 as-schema0.tmp#id80
Properties
content: complex
Model LaunchConfigurationName , ImageId , KeyName{0,1} , SecurityGroups{0,1} , UserData{0,1} , InstanceType , KernelId{0,1} , RamdiskId{0,1} , BlockDeviceMappings{0,1}
Children BlockDeviceMappings, ImageId, InstanceType, KernelId, KeyName, LaunchConfigurationName, RamdiskId, SecurityGroups, UserData
Instance
<CreateLaunchConfiguration>
  <LaunchConfigurationName>{1,1}</LaunchConfigurationName>
  <ImageId>{1,1}</ImageId>
  <KeyName>{0,1}</KeyName>
  <SecurityGroups>{0,1}</SecurityGroups>
  <UserData>{0,1}</UserData>
  <InstanceType>{1,1}</InstanceType>
  <KernelId>{0,1}</KernelId>
  <RamdiskId>{0,1}</RamdiskId>
  <BlockDeviceMappings>{0,1}</BlockDeviceMappings>
</CreateLaunchConfiguration>
Source
<xs:element name="CreateLaunchConfiguration">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LaunchConfigurationName" type="tns:LaunchConfigurationName"/>
      <xs:element name="ImageId" type="tns:ImageId"/>
      <xs:element name="KeyName" type="tns:KeyName" minOccurs="0"/>
      <xs:element name="SecurityGroups" type="tns:SecurityGroups" minOccurs="0"/>
      <xs:element name="UserData" type="tns:UserData" minOccurs="0"/>
      <xs:element name="InstanceType" type="tns:InstanceType"/>
      <xs:element name="KernelId" type="tns:KernelId" minOccurs="0"/>
      <xs:element name="RamdiskId" type="tns:RamdiskId" minOccurs="0"/>
      <xs:element name="BlockDeviceMappings" type="tns:BlockDeviceMappings" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CreateLaunchConfiguration/LaunchConfigurationName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type LaunchConfigurationName
Properties
content: simple
Source
<xs:element name="LaunchConfigurationName" type="tns:LaunchConfigurationName"/>
Element CreateLaunchConfiguration/ImageId
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type ImageId
Properties
content: simple
Source
<xs:element name="ImageId" type="tns:ImageId"/>
Element CreateLaunchConfiguration/KeyName
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type KeyName
Properties
content: simple
minOccurs: 0
Source
<xs:element name="KeyName" type="tns:KeyName" minOccurs="0"/>
Element CreateLaunchConfiguration/SecurityGroups
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type SecurityGroups
Properties
content: simple
minOccurs: 0
Source
<xs:element name="SecurityGroups" type="tns:SecurityGroups" minOccurs="0"/>
Element CreateLaunchConfiguration/UserData
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type UserData
Properties
content: simple
minOccurs: 0
Source
<xs:element name="UserData" type="tns:UserData" minOccurs="0"/>
Element CreateLaunchConfiguration/InstanceType
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type InstanceType
Properties
content: simple
Source
<xs:element name="InstanceType" type="tns:InstanceType"/>
Element CreateLaunchConfiguration/KernelId
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type KernelId
Properties
content: simple
minOccurs: 0
Source
<xs:element name="KernelId" type="tns:KernelId" minOccurs="0"/>
Element CreateLaunchConfiguration/RamdiskId
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type RamdiskId
Properties
content: simple
minOccurs: 0
Source
<xs:element name="RamdiskId" type="tns:RamdiskId" minOccurs="0"/>
Element CreateLaunchConfiguration/BlockDeviceMappings
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type BlockDeviceMappings
Properties
content: simple
minOccurs: 0
Source
<xs:element name="BlockDeviceMappings" type="tns:BlockDeviceMappings" minOccurs="0"/>
Element CreateLaunchConfigurationResponse
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Properties
content: complex
Model ResponseMetadata
Children ResponseMetadata
Instance
<CreateLaunchConfigurationResponse>
  <ResponseMetadata>{1,1}</ResponseMetadata>
</CreateLaunchConfigurationResponse>
Source
<xs:element name="CreateLaunchConfigurationResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="tns:ResponseMetadata" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DescribeLaunchConfigurations
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram as-schema0.tmp#id83 as-schema0.tmp#id84 as-schema0.tmp#id85
Properties
content: complex
Model LaunchConfigurationNames{0,1} , NextToken{0,1} , MaxRecords{0,1}
Children LaunchConfigurationNames, MaxRecords, NextToken
Instance
<DescribeLaunchConfigurations>
  <LaunchConfigurationNames>{0,1}</LaunchConfigurationNames>
  <NextToken>{0,1}</NextToken>
  <MaxRecords>{0,1}</MaxRecords>
</DescribeLaunchConfigurations>
Source
<xs:element name="DescribeLaunchConfigurations">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LaunchConfigurationNames" type="tns:LaunchConfigurationNames" minOccurs="0"/>
      <xs:element name="NextToken" type="xs:string" minOccurs="0"/>
      <xs:element name="MaxRecords" type="tns:MaxRecords" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DescribeLaunchConfigurations/LaunchConfigurationNames
Namespace http://autoscaling.amazonaws.com/doc/2009-05-15/
Diagram
Diagram
Type LaunchConfigurationNames
Properties
content: simple
minOccurs: 0
Source
<xs:element name="LaunchConfigurationNames" type="tns:LaunchConfigurationNames" minOccurs="0"/>
Element DescribeLaunc