103
  "   7l=J4 @p ӊbѿ     7}q (Uzone_formatsq}qUdatetime_formatsq}qUquartersq}qUperiodsq}qUscientific_formatsq	}q
Upercent_formatsq}qU	week_dataq}q(Umin_daysqKUweekend_startqKU	first_dayqK Uweekend_endqKuUtime_formatsq}qU	languagesq}qUterritoriesq}q(UBDqX
   BangladeshqURWqX   RwandaqUDJqX   DjiboutiqUBNqX   Bruneiq UMHq!X   Marshall-Inselnq"USTq#X   Sao Tomé und Principeq$UBWq%X   Botswanaq&UGBq'X   Grossbritannienq(USBq)X   Salomon-Inselnq*UZWq+X   Zimbabweq,UCVq-X	   Kapverdenq.uUdecimal_formatsq/}q0Udate_formatsq1}q2Ucurrency_symbolsq3}q4U
time_zonesq5}q6Uscriptsq7}q8Uvariantsq9}q:Unumber_symbolsq;}q<(Udecimalq=X   .q>Ugroupq?X   'q@uUcurrency_namesqA}qBUmonthsqC}qDUcurrency_formatsqE}qFNcbabel.numbers
NumberPattern
qG)qH}qI(Uexp_precqJNUscaleqKKU	frac_precqLKKqMUsuffixqNX    qOhOqPUint_precqQKKqRUpatternqSX   ¤ #,##0.00qTUprefixqUX   ¤ qVX   ¤-qWqXUexp_plusqYNUgroupingqZKKq[ubsUdaysq\}q]U
meta_zonesq^}q_Uerasq`}qau.  !   9355ai~e8YW Ҙo c    9<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  "   ;li~e8Y2꘴oh      ;auto
  
   =355п c    =<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  "   ?li~e8Y.6꘴oh      ?0
  "   Ali~e8Yn2ژoh      A0
  "   ClY>eJuA3pjbѿbs 	    C# Copyright (c) 2014-2016 Hewlett Packard Enterprise Development LP
#
# Redistribution and use of this software in source and binary forms,
# with or without modification, are permitted provided that the following
# conditions are met:
#
#   Redistributions of source code must retain the above copyright notice,
#   this list of conditions and the following disclaimer.
#
#   Redistributions in binary form must reproduce the above copyright
#   notice, this list of conditions and the following disclaimer in the
#   documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from requestbuilder import Arg, Filter, GenericTagFilter

from euca2ools.commands.ec2 import EC2Request


class DescribeDhcpOptions(EC2Request):
    DESCRIPTION = 'Show information about VPC DHCP option sets'
    ARGS = [Arg('DhcpOptionsId', metavar='DHCPOPTS', nargs='*',
                help='limit results to specific DHCP option sets')]
    FILTERS = [Filter('dhcp-options-id', help='dhcp option set ID'),
               Filter('key',
                      help='key for one of the options (e.g. domain-name)'),
               Filter('tag-key',
                      help='key of a tag assigned to the DHCP option set'),
               Filter('t