<ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
  <ListSubscriptionsResult>
    <SubscriptionList>
      <member>
        <NotificationType>AnyOfferChanged</NotificationType>
        <IsEnabled>true</IsEnabled>
        <Destination>
          <DeliveryChannel>SQS</DeliveryChannel>
          <AttributeList>
            <member>
              <Value>https://sqs.us-east-1.amazonaws.com/51471EXAMPLE/mws_notifications</Value>
              <Key>sqsQueueUrl</Key>
            </member>
          </AttributeList>
        </Destination>
      </member>
      <member>
        <NotificationType>FulfillmentOrderStatus</NotificationType>
        <IsEnabled>false</IsEnabled>
        <Destination>
          <DeliveryChannel>SQS2</DeliveryChannel>
          <AttributeList>
            <member>
              <Value>https://sqs.us-west-1.amazonaws.com/51471EXAMPLE/mws_notifications</Value>
              <Key>url</Key>
            </member>
            <member>
              <Value>7</Value>
              <Key>something</Key>
            </member>
          </AttributeList>
        </Destination>
      </member>
    </SubscriptionList>
  </ListSubscriptionsResult>
  <ResponseMetadata>
    <RequestId>bf251d30-1409-4855-93cc-52943EXAMPLE</RequestId>
  </ResponseMetadata>
</ListSubscriptionsResponse>
