PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Route53Domains::RegisterDomain; use Moose; has AdminContact => (is => 'ro', isa => 'Paws::Route53Domains::ContactDetail', required => 1); has AutoRenew => (is => 'ro', isa => 'Bool'); has DomainName => (is => 'ro', isa => 'Str', required => 1); has DurationInYears => (is => 'ro', isa => 'Int', required => 1); has IdnLangCode => (is => 'ro', isa => 'Str'); has PrivacyProtectAdminContact => (is => 'ro', isa => 'Bool'); has PrivacyProtectRegistrantContact => (is => 'ro', isa => 'Bool'); has PrivacyProtectTechContact => (is => 'ro', isa => 'Bool'); has RegistrantContact => (is => 'ro', isa => 'Paws::Route53Domains::ContactDetail', required => 1); has TechContact => (is => 'ro', isa => 'Paws::Route53Domains::ContactDetail', required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'RegisterDomain'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::Route53Domains::RegisterDomainResponse'); class_has _result_key => (isa => 'Str', is => 'ro'); 1; ### main pod documentation begin ### =head1 NAME Paws::Route53Domains::RegisterDomain - Arguments for method RegisterDomain on L =head1 DESCRIPTION This class represents the parameters used for calling the method RegisterDomain on the L service. Use the attributes of this class as arguments to method RegisterDomain. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to RegisterDomain. =head1 SYNOPSIS my $route53domains = Paws->service('Route53Domains'); my $RegisterDomainResponse = $route53domains->RegisterDomain( AdminContact => { AddressLine1 => 'MyAddressLine', # max: 255; OPTIONAL AddressLine2 => 'MyAddressLine', # max: 255; OPTIONAL City => 'MyCity', # max: 255; OPTIONAL ContactType => 'PERSON' , # values: PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER; OPTIONAL CountryCode => 'AD' , # values: AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW; OPTIONAL Email => 'MyEmail', # max: 254; OPTIONAL ExtraParams => [ { Name => 'DUNS_NUMBER' , # values: DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, CA_LEGAL_REPRESENTATIVE, CA_LEGAL_REPRESENTATIVE_CAPACITY, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, FI_NATIONALITY, FI_ORGANIZATION_TYPE, IT_NATIONALITY, IT_PIN, IT_REGISTRANT_ENTITY_TYPE, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER, UK_CONTACT_TYPE, UK_COMPANY_NUMBER Value => 'MyExtraParamValue', # max: 2048 }, ... ], # OPTIONAL Fax => 'MyContactNumber', # max: 30; OPTIONAL FirstName => 'MyContactName', # max: 255; OPTIONAL LastName => 'MyContactName', # max: 255; OPTIONAL OrganizationName => 'MyContactName', # max: 255; OPTIONAL PhoneNumber => 'MyContactNumber', # max: 30; OPTIONAL State => 'MyState', # max: 255; OPTIONAL ZipCode => 'MyZipCode', # max: 255; OPTIONAL }, DomainName => 'MyDomainName', DurationInYears => 1, RegistrantContact => { AddressLine1 => 'MyAddressLine', # max: 255; OPTIONAL AddressLine2 => 'MyAddressLine', # max: 255; OPTIONAL City => 'MyCity', # max: 255; OPTIONAL ContactType => 'PERSON' , # values: PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER; OPTIONAL CountryCode => 'AD' , # values: AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW; OPTIONAL Email => 'MyEmail', # max: 254; OPTIONAL ExtraParams => [ { Name => 'DUNS_NUMBER' , # values: DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, CA_LEGAL_REPRESENTATIVE, CA_LEGAL_REPRESENTATIVE_CAPACITY, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, FI_NATIONALITY, FI_ORGANIZATION_TYPE, IT_NATIONALITY, IT_PIN, IT_REGISTRANT_ENTITY_TYPE, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER, UK_CONTACT_TYPE, UK_COMPANY_NUMBER Value => 'MyExtraParamValue', # max: 2048 }, ... ], # OPTIONAL Fax => 'MyContactNumber', # max: 30; OPTIONAL FirstName => 'MyContactName', # max: 255; OPTIONAL LastName => 'MyContactName', # max: 255; OPTIONAL OrganizationName => 'MyContactName', # max: 255; OPTIONAL PhoneNumber => 'MyContactNumber', # max: 30; OPTIONAL State => 'MyState', # max: 255; OPTIONAL ZipCode => 'MyZipCode', # max: 255; OPTIONAL }, TechContact => { AddressLine1 => 'MyAddressLine', # max: 255; OPTIONAL AddressLine2 => 'MyAddressLine', # max: 255; OPTIONAL City => 'MyCity', # max: 255; OPTIONAL ContactType => 'PERSON' , # values: PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER; OPTIONAL CountryCode => 'AD' , # values: AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW; OPTIONAL Email => 'MyEmail', # max: 254; OPTIONAL ExtraParams => [ { Name => 'DUNS_NUMBER' , # values: DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, CA_LEGAL_REPRESENTATIVE, CA_LEGAL_REPRESENTATIVE_CAPACITY, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, FI_NATIONALITY, FI_ORGANIZATION_TYPE, IT_NATIONALITY, IT_PIN, IT_REGISTRANT_ENTITY_TYPE, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER, UK_CONTACT_TYPE, UK_COMPANY_NUMBER Value => 'MyExtraParamValue', # max: 2048 }, ... ], # OPTIONAL Fax => 'MyContactNumber', # max: 30; OPTIONAL FirstName => 'MyContactName', # max: 255; OPTIONAL LastName => 'MyContactName', # max: 255; OPTIONAL OrganizationName => 'MyContactName', # max: 255; OPTIONAL PhoneNumber => 'MyContactNumber', # max: 30; OPTIONAL State => 'MyState', # max: 255; OPTIONAL ZipCode => 'MyZipCode', # max: 255; OPTIONAL }, AutoRenew => 1, # OPTIONAL IdnLangCode => 'MyLangCode', # OPTIONAL PrivacyProtectAdminContact => 1, # OPTIONAL PrivacyProtectRegistrantContact => 1, # OPTIONAL PrivacyProtectTechContact => 1, # OPTIONAL ); # Results: my $OperationId = $RegisterDomainResponse->OperationId; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 B AdminContact => L Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html). =head2 AutoRenew => Bool Indicates whether the domain will be automatically renewed (C) or not (C). Autorenewal only takes effect after the account is charged. Default: C =head2 B DomainName => Str The domain name that you want to register. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) in the I. The domain name can contain only the following characters: =over =item * Letters a through z. Domain names are not case sensitive. =item * Numbers 0 through 9. =item * Hyphen (-). You can't specify a hyphen at the beginning or end of a label. =item * Period (.) to separate the labels in the name, such as the C<.> in C. =back Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html). For more information, see Formatting Internationalized Domain Names (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-idns). =head2 B DurationInYears => Int The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) in the I. Default: 1 =head2 IdnLangCode => Str Reserved for future use. =head2 PrivacyProtectAdminContact => Bool Whether you want to conceal contact information from WHOIS queries. If you specify C, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify C, WHOIS queries return the information that you entered for the admin contact. Default: C =head2 PrivacyProtectRegistrantContact => Bool Whether you want to conceal contact information from WHOIS queries. If you specify C, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify C, WHOIS queries return the information that you entered for the registrant contact (the domain owner). Default: C =head2 PrivacyProtectTechContact => Bool Whether you want to conceal contact information from WHOIS queries. If you specify C, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify C, WHOIS queries return the information that you entered for the technical contact. Default: C =head2 B RegistrantContact => L Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html). =head2 B TechContact => L Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html). =head1 SEE ALSO This class forms part of L, documenting arguments for method RegisterDomain in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut