python-botocore/tests/unit/response_parsing/xml/responses/autoscaling-describe-adjustment-types.xml

19 lines
618 B
XML
Raw Normal View History

<DescribeAdjustmentTypesResponse xmlns="http://autoscaling.amazonaws.com/doc/2011-01-01/">
<DescribeAdjustmentTypesResult>
<AdjustmentTypes>
<member>
<AdjustmentType>ChangeInCapacity</AdjustmentType>
</member>
<member>
<AdjustmentType>ExactCapacity</AdjustmentType>
</member>
<member>
<AdjustmentType>PercentChangeInCapacity</AdjustmentType>
</member>
</AdjustmentTypes>
</DescribeAdjustmentTypesResult>
<ResponseMetadata>
<RequestId>6782caf9-9167-11e2-9223-abe83dfc0567</RequestId>
</ResponseMetadata>
</DescribeAdjustmentTypesResponse>