'2014-05-15', 'endpointPrefix' => 'route53domains', 'serviceFullName' => 'Amazon Route 53 Domains', 'serviceType' => 'json', 'jsonVersion' => '1.1', 'targetPrefix' => 'Route53Domains_v20140515.', 'signatureVersion' => 'v4', 'namespace' => 'Route53Domains', 'regions' => array( 'us-east-1' => array( 'http' => false, 'https' => true, 'hostname' => 'route53domains.us-east-1.amazonaws.com', ), ), 'operations' => array( 'CheckDomainAvailability' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'CheckDomainAvailabilityResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.CheckDomainAvailability', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'IdnLangCode' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'DeleteTagsForDomain' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'EmptyOutput', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.DeleteTagsForDomain', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'TagsToDelete' => array( 'required' => true, 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'TagKey', 'type' => 'string', ), ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'The number of operations or jobs running exceeded the allowed threshold for the account.', 'class' => 'OperationLimitExceededException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'DisableDomainAutoRenew' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'EmptyOutput', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.DisableDomainAutoRenew', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'DisableDomainTransferLock' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DisableDomainTransferLockResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.DisableDomainTransferLock', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'The request is already in progress for the domain.', 'class' => 'DuplicateRequestException', ), array( 'reason' => 'The top-level domain does not support this operation.', 'class' => 'TLDRulesViolationException', ), array( 'reason' => 'The number of operations or jobs running exceeded the allowed threshold for the account.', 'class' => 'OperationLimitExceededException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'EnableDomainAutoRenew' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'EmptyOutput', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.EnableDomainAutoRenew', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'EnableDomainTransferLock' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'EnableDomainTransferLockResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.EnableDomainTransferLock', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'The request is already in progress for the domain.', 'class' => 'DuplicateRequestException', ), array( 'reason' => 'The top-level domain does not support this operation.', 'class' => 'TLDRulesViolationException', ), array( 'reason' => 'The number of operations or jobs running exceeded the allowed threshold for the account.', 'class' => 'OperationLimitExceededException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'GetDomainDetail' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'GetDomainDetailResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.GetDomainDetail', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'GetOperationDetail' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'GetOperationDetailResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.GetOperationDetail', ), 'OperationId' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), ), ), 'ListDomains' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'ListDomainsResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.ListDomains', ), 'Marker' => array( 'type' => 'string', 'location' => 'json', ), 'MaxItems' => array( 'type' => 'numeric', 'location' => 'json', 'maximum' => 100, ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), ), ), 'ListOperations' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'ListOperationsResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.ListOperations', ), 'Marker' => array( 'type' => 'string', 'location' => 'json', ), 'MaxItems' => array( 'type' => 'numeric', 'location' => 'json', 'maximum' => 100, ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), ), ), 'ListTagsForDomain' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'ListTagsForDomainResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.ListTagsForDomain', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'The number of operations or jobs running exceeded the allowed threshold for the account.', 'class' => 'OperationLimitExceededException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'RegisterDomain' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'RegisterDomainResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.RegisterDomain', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'IdnLangCode' => array( 'type' => 'string', 'location' => 'json', ), 'DurationInYears' => array( 'required' => true, 'type' => 'numeric', 'location' => 'json', 'minimum' => 1, 'maximum' => 10, ), 'AutoRenew' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), 'AdminContact' => array( 'required' => true, 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'Value' => array( 'required' => true, 'type' => 'string', ), ), ), ), ), ), 'RegistrantContact' => array( 'required' => true, 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'Value' => array( 'required' => true, 'type' => 'string', ), ), ), ), ), ), 'TechContact' => array( 'required' => true, 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'Value' => array( 'required' => true, 'type' => 'string', ), ), ), ), ), ), 'PrivacyProtectAdminContact' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), 'PrivacyProtectRegistrantContact' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), 'PrivacyProtectTechContact' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), array( 'reason' => 'The request is already in progress for the domain.', 'class' => 'DuplicateRequestException', ), array( 'reason' => 'The top-level domain does not support this operation.', 'class' => 'TLDRulesViolationException', ), array( 'reason' => 'The number of domains has exceeded the allowed threshold for the account.', 'class' => 'DomainLimitExceededException', ), array( 'reason' => 'The number of operations or jobs running exceeded the allowed threshold for the account.', 'class' => 'OperationLimitExceededException', ), ), ), 'RetrieveDomainAuthCode' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'RetrieveDomainAuthCodeResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.RetrieveDomainAuthCode', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'TransferDomain' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'TransferDomainResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.TransferDomain', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'IdnLangCode' => array( 'type' => 'string', 'location' => 'json', ), 'DurationInYears' => array( 'required' => true, 'type' => 'numeric', 'location' => 'json', 'minimum' => 1, 'maximum' => 10, ), 'Nameservers' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Nameserver', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'GlueIps' => array( 'type' => 'array', 'items' => array( 'name' => 'GlueIp', 'type' => 'string', ), ), ), ), ), 'AuthCode' => array( 'type' => 'string', 'location' => 'json', ), 'AutoRenew' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), 'AdminContact' => array( 'required' => true, 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'Value' => array( 'required' => true, 'type' => 'string', ), ), ), ), ), ), 'RegistrantContact' => array( 'required' => true, 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'Value' => array( 'required' => true, 'type' => 'string', ), ), ), ), ), ), 'TechContact' => array( 'required' => true, 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'Value' => array( 'required' => true, 'type' => 'string', ), ), ), ), ), ), 'PrivacyProtectAdminContact' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), 'PrivacyProtectRegistrantContact' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), 'PrivacyProtectTechContact' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), array( 'reason' => 'The request is already in progress for the domain.', 'class' => 'DuplicateRequestException', ), array( 'reason' => 'The top-level domain does not support this operation.', 'class' => 'TLDRulesViolationException', ), array( 'reason' => 'The number of domains has exceeded the allowed threshold for the account.', 'class' => 'DomainLimitExceededException', ), array( 'reason' => 'The number of operations or jobs running exceeded the allowed threshold for the account.', 'class' => 'OperationLimitExceededException', ), ), ), 'UpdateDomainContact' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'UpdateDomainContactResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.UpdateDomainContact', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'AdminContact' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'Value' => array( 'required' => true, 'type' => 'string', ), ), ), ), ), ), 'RegistrantContact' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'Value' => array( 'required' => true, 'type' => 'string', ), ), ), ), ), ), 'TechContact' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'Value' => array( 'required' => true, 'type' => 'string', ), ), ), ), ), ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'The request is already in progress for the domain.', 'class' => 'DuplicateRequestException', ), array( 'reason' => 'The top-level domain does not support this operation.', 'class' => 'TLDRulesViolationException', ), array( 'reason' => 'The number of operations or jobs running exceeded the allowed threshold for the account.', 'class' => 'OperationLimitExceededException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'UpdateDomainContactPrivacy' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'UpdateDomainContactPrivacyResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.UpdateDomainContactPrivacy', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'AdminPrivacy' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), 'RegistrantPrivacy' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), 'TechPrivacy' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'The request is already in progress for the domain.', 'class' => 'DuplicateRequestException', ), array( 'reason' => 'The top-level domain does not support this operation.', 'class' => 'TLDRulesViolationException', ), array( 'reason' => 'The number of operations or jobs running exceeded the allowed threshold for the account.', 'class' => 'OperationLimitExceededException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'UpdateDomainNameservers' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'UpdateDomainNameserversResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.UpdateDomainNameservers', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'FIAuthKey' => array( 'type' => 'string', 'location' => 'json', ), 'Nameservers' => array( 'required' => true, 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Nameserver', 'type' => 'object', 'properties' => array( 'Name' => array( 'required' => true, 'type' => 'string', ), 'GlueIps' => array( 'type' => 'array', 'items' => array( 'name' => 'GlueIp', 'type' => 'string', ), ), ), ), ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'The request is already in progress for the domain.', 'class' => 'DuplicateRequestException', ), array( 'reason' => 'The top-level domain does not support this operation.', 'class' => 'TLDRulesViolationException', ), array( 'reason' => 'The number of operations or jobs running exceeded the allowed threshold for the account.', 'class' => 'OperationLimitExceededException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), 'UpdateTagsForDomain' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'EmptyOutput', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'Route53Domains_v20140515.UpdateTagsForDomain', ), 'DomainName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'TagsToUpdate' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Tag', 'type' => 'object', 'properties' => array( 'Key' => array( 'type' => 'string', ), 'Value' => array( 'type' => 'string', ), ), ), ), ), 'errorResponses' => array( array( 'reason' => 'The requested item is not acceptable. For example, for an OperationId it may refer to the ID of an operation that is already completed. For a domain name, it may not be a valid domain name or belong to the requester account.', 'class' => 'InvalidInputException', ), array( 'reason' => 'The number of operations or jobs running exceeded the allowed threshold for the account.', 'class' => 'OperationLimitExceededException', ), array( 'reason' => 'Amazon Route 53 does not support this top-level domain.', 'class' => 'UnsupportedTLDException', ), ), ), ), 'models' => array( 'CheckDomainAvailabilityResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Availability' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'EmptyOutput' => array( 'type' => 'object', 'additionalProperties' => true, ), 'DisableDomainTransferLockResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'OperationId' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'EnableDomainTransferLockResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'OperationId' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'GetDomainDetailResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'DomainName' => array( 'type' => 'string', 'location' => 'json', ), 'Nameservers' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Nameserver', 'type' => 'object', 'properties' => array( 'Name' => array( 'type' => 'string', ), 'GlueIps' => array( 'type' => 'array', 'items' => array( 'name' => 'GlueIp', 'type' => 'string', ), ), ), ), ), 'AutoRenew' => array( 'type' => 'boolean', 'location' => 'json', ), 'AdminContact' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'type' => 'string', ), 'Value' => array( 'type' => 'string', ), ), ), ), ), ), 'RegistrantContact' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'type' => 'string', ), 'Value' => array( 'type' => 'string', ), ), ), ), ), ), 'TechContact' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'FirstName' => array( 'type' => 'string', ), 'LastName' => array( 'type' => 'string', ), 'ContactType' => array( 'type' => 'string', ), 'OrganizationName' => array( 'type' => 'string', ), 'AddressLine1' => array( 'type' => 'string', ), 'AddressLine2' => array( 'type' => 'string', ), 'City' => array( 'type' => 'string', ), 'State' => array( 'type' => 'string', ), 'CountryCode' => array( 'type' => 'string', ), 'ZipCode' => array( 'type' => 'string', ), 'PhoneNumber' => array( 'type' => 'string', ), 'Email' => array( 'type' => 'string', ), 'Fax' => array( 'type' => 'string', ), 'ExtraParams' => array( 'type' => 'array', 'items' => array( 'name' => 'ExtraParam', 'type' => 'object', 'properties' => array( 'Name' => array( 'type' => 'string', ), 'Value' => array( 'type' => 'string', ), ), ), ), ), ), 'AdminPrivacy' => array( 'type' => 'boolean', 'location' => 'json', ), 'RegistrantPrivacy' => array( 'type' => 'boolean', 'location' => 'json', ), 'TechPrivacy' => array( 'type' => 'boolean', 'location' => 'json', ), 'RegistrarName' => array( 'type' => 'string', 'location' => 'json', ), 'WhoIsServer' => array( 'type' => 'string', 'location' => 'json', ), 'RegistrarUrl' => array( 'type' => 'string', 'location' => 'json', ), 'AbuseContactEmail' => array( 'type' => 'string', 'location' => 'json', ), 'AbuseContactPhone' => array( 'type' => 'string', 'location' => 'json', ), 'RegistryDomainId' => array( 'type' => 'string', 'location' => 'json', ), 'CreationDate' => array( 'type' => 'string', 'location' => 'json', ), 'UpdatedDate' => array( 'type' => 'string', 'location' => 'json', ), 'ExpirationDate' => array( 'type' => 'string', 'location' => 'json', ), 'Reseller' => array( 'type' => 'string', 'location' => 'json', ), 'DnsSec' => array( 'type' => 'string', 'location' => 'json', ), 'StatusList' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'DomainStatus', 'type' => 'string', ), ), ), ), 'GetOperationDetailResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'OperationId' => array( 'type' => 'string', 'location' => 'json', ), 'Status' => array( 'type' => 'string', 'location' => 'json', ), 'Message' => array( 'type' => 'string', 'location' => 'json', ), 'DomainName' => array( 'type' => 'string', 'location' => 'json', ), 'Type' => array( 'type' => 'string', 'location' => 'json', ), 'SubmittedDate' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'ListDomainsResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Domains' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'DomainSummary', 'type' => 'object', 'properties' => array( 'DomainName' => array( 'type' => 'string', ), 'AutoRenew' => array( 'type' => 'boolean', ), 'TransferLock' => array( 'type' => 'boolean', ), 'Expiry' => array( 'type' => 'string', ), ), ), ), 'NextPageMarker' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'ListOperationsResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Operations' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'OperationSummary', 'type' => 'object', 'properties' => array( 'OperationId' => array( 'type' => 'string', ), 'Status' => array( 'type' => 'string', ), 'Type' => array( 'type' => 'string', ), 'SubmittedDate' => array( 'type' => 'string', ), ), ), ), 'NextPageMarker' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'ListTagsForDomainResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'TagList' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Tag', 'type' => 'object', 'properties' => array( 'Key' => array( 'type' => 'string', ), 'Value' => array( 'type' => 'string', ), ), ), ), ), ), 'RegisterDomainResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'OperationId' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'RetrieveDomainAuthCodeResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'AuthCode' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'TransferDomainResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'OperationId' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'UpdateDomainContactResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'OperationId' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'UpdateDomainContactPrivacyResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'OperationId' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'UpdateDomainNameserversResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'OperationId' => array( 'type' => 'string', 'location' => 'json', ), ), ), ), 'iterators' => array( 'ListDomains' => array( 'limit_key' => 'MaxItems', 'input_token' => 'Marker', 'output_token' => 'NextPageMarker', 'result_key' => 'Domains', ), 'ListOperations' => array( 'limit_key' => 'MaxItems', 'input_token' => 'Marker', 'output_token' => 'NextPageMarker', 'result_key' => 'Operations', ), ), );