{ "version":"2.0", "metadata":{ "apiVersion":"2017-03-14", "endpointPrefix":"servicediscovery", "jsonVersion":"1.1", "protocol":"json", "serviceAbbreviation":"ServiceDiscovery", "serviceFullName":"Amazon Route 53 Auto Naming", "serviceId":"ServiceDiscovery", "signatureVersion":"v4", "targetPrefix":"Route53AutoNaming_v20170314", "uid":"servicediscovery-2017-03-14" }, "operations":{ "CreatePrivateDnsNamespace":{ "name":"CreatePrivateDnsNamespace", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreatePrivateDnsNamespaceRequest"}, "output":{"shape":"CreatePrivateDnsNamespaceResponse"}, "errors":[ {"shape":"InvalidInput"}, {"shape":"NamespaceAlreadyExists"}, {"shape":"ResourceLimitExceeded"}, {"shape":"DuplicateRequest"} ], "documentation":"

Creates a private namespace based on DNS, which will be visible only inside a specified Amazon VPC. The namespace defines your service naming scheme. For example, if you name your namespace example.com and name your service backend, the resulting DNS name for the service will be backend.example.com. You can associate more than one service with the same namespace.

" }, "CreatePublicDnsNamespace":{ "name":"CreatePublicDnsNamespace", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreatePublicDnsNamespaceRequest"}, "output":{"shape":"CreatePublicDnsNamespaceResponse"}, "errors":[ {"shape":"InvalidInput"}, {"shape":"NamespaceAlreadyExists"}, {"shape":"ResourceLimitExceeded"}, {"shape":"DuplicateRequest"} ], "documentation":"

Creates a public namespace based on DNS, which will be visible on the internet. The namespace defines your service naming scheme. For example, if you name your namespace example.com and name your service backend, the resulting DNS name for the service will be backend.example.com. You can associate more than one service with the same namespace.

" }, "CreateService":{ "name":"CreateService", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateServiceRequest"}, "output":{"shape":"CreateServiceResponse"}, "errors":[ {"shape":"InvalidInput"}, {"shape":"ResourceLimitExceeded"}, {"shape":"NamespaceNotFound"}, {"shape":"ServiceAlreadyExists"} ], "documentation":"

Creates a service, which defines a template for the following entities:

After you create the service, you can submit a RegisterInstance request, and Amazon Route 53 uses the values in the template to create the specified entities.

" }, "DeleteNamespace":{ "name":"DeleteNamespace", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteNamespaceRequest"}, "output":{"shape":"DeleteNamespaceResponse"}, "errors":[ {"shape":"InvalidInput"}, {"shape":"NamespaceNotFound"}, {"shape":"ResourceInUse"}, {"shape":"DuplicateRequest"} ], "documentation":"

Deletes a namespace from the current account. If the namespace still contains one or more services, the request fails.

" }, "DeleteService":{ "name":"DeleteService", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteServiceRequest"}, "output":{"shape":"DeleteServiceResponse"}, "errors":[ {"shape":"InvalidInput"}, {"shape":"ServiceNotFound"}, {"shape":"ResourceInUse"} ], "documentation":"

Deletes a specified service. If the service still contains one or more registered instances, the request fails.

" }, "DeregisterInstance":{ "name":"DeregisterInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeregisterInstanceRequest"}, "output":{"shape":"DeregisterInstanceResponse"}, "errors":[ {"shape":"DuplicateRequest"}, {"shape":"InvalidInput"}, {"shape":"InstanceNotFound"}, {"shape":"ResourceInUse"}, {"shape":"ServiceNotFound"} ], "documentation":"

Deletes the resource record sets and the health check, if any, that Amazon Route 53 created for the specified instance.

" }, "GetInstance":{ "name":"GetInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetInstanceRequest"}, "output":{"shape":"GetInstanceResponse"}, "errors":[ {"shape":"InstanceNotFound"}, {"shape":"InvalidInput"}, {"shape":"ServiceNotFound"} ], "documentation":"

Gets information about a specified instance.

" }, "GetInstancesHealthStatus":{ "name":"GetInstancesHealthStatus", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetInstancesHealthStatusRequest"}, "output":{"shape":"GetInstancesHealthStatusResponse"}, "errors":[ {"shape":"InstanceNotFound"}, {"shape":"InvalidInput"}, {"shape":"ServiceNotFound"} ], "documentation":"

Gets the current health status (Healthy, Unhealthy, or Unknown) of one or more instances that are associated with a specified service.

" }, "GetNamespace":{ "name":"GetNamespace", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetNamespaceRequest"}, "output":{"shape":"GetNamespaceResponse"}, "errors":[ {"shape":"InvalidInput"}, {"shape":"NamespaceNotFound"} ], "documentation":"

Gets information about a namespace.

" }, "GetOperation":{ "name":"GetOperation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetOperationRequest"}, "output":{"shape":"GetOperationResponse"}, "errors":[ {"shape":"OperationNotFound"} ], "documentation":"

Gets information about any operation that returns an operation ID in the response, such as a CreateService request. To get a list of operations that match specified criteria, see ListOperations.

" }, "GetService":{ "name":"GetService", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetServiceRequest"}, "output":{"shape":"GetServiceResponse"}, "errors":[ {"shape":"InvalidInput"}, {"shape":"ServiceNotFound"} ], "documentation":"

Gets the settings for a specified service.

" }, "ListInstances":{ "name":"ListInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListInstancesRequest"}, "output":{"shape":"ListInstancesResponse"}, "errors":[ {"shape":"ServiceNotFound"}, {"shape":"InvalidInput"} ], "documentation":"

Gets summary information about the instances that you created by using a specified service.

" }, "ListNamespaces":{ "name":"ListNamespaces", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListNamespacesRequest"}, "output":{"shape":"ListNamespacesResponse"}, "errors":[ {"shape":"InvalidInput"} ], "documentation":"

Gets information about the namespaces that were created by the current AWS account.

" }, "ListOperations":{ "name":"ListOperations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListOperationsRequest"}, "output":{"shape":"ListOperationsResponse"}, "errors":[ {"shape":"InvalidInput"} ], "documentation":"

Lists operations that match the criteria that you specify.

" }, "ListServices":{ "name":"ListServices", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListServicesRequest"}, "output":{"shape":"ListServicesResponse"}, "documentation":"

Gets settings for all the services that are associated with one or more specified namespaces.

" }, "RegisterInstance":{ "name":"RegisterInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RegisterInstanceRequest"}, "output":{"shape":"RegisterInstanceResponse"}, "errors":[ {"shape":"DuplicateRequest"}, {"shape":"InvalidInput"}, {"shape":"ResourceInUse"}, {"shape":"ResourceLimitExceeded"}, {"shape":"ServiceNotFound"} ], "documentation":"

Creates one or more resource record sets and optionally a health check based on the settings in a specified service. When you submit a RegisterInstance request, Amazon Route 53 does the following:

One RegisterInstance request must complete before you can submit another request and specify the same service and instance ID.

For more information, see CreateService.

When Amazon Route 53 receives a DNS query for the specified DNS name, it returns the applicable value:

" }, "UpdateService":{ "name":"UpdateService", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateServiceRequest"}, "output":{"shape":"UpdateServiceResponse"}, "errors":[ {"shape":"DuplicateRequest"}, {"shape":"InvalidInput"}, {"shape":"ServiceNotFound"} ], "documentation":"

Updates the TTL setting for a specified service. You must specify all the resource record set templates (and, optionally, a health check template) that you want to appear in the updated service. Any current resource record set templates (or health check template) that don't appear in an UpdateService request are deleted.

When you update the TTL setting for a service, Amazon Route 53 also updates the corresponding settings in all the resource record sets and health checks that were created by using the specified service.

" } }, "shapes":{ "Arn":{ "type":"string", "max":255 }, "AttrKey":{ "type":"string", "max":255 }, "AttrValue":{ "type":"string", "max":255 }, "Attributes":{ "type":"map", "key":{"shape":"AttrKey"}, "value":{"shape":"AttrValue"} }, "Code":{"type":"string"}, "CreatePrivateDnsNamespaceRequest":{ "type":"structure", "required":[ "Name", "Vpc" ], "members":{ "Name":{ "shape":"NamespaceName", "documentation":"

The name that you want to assign to this namespace. When you create a namespace, Amazon Route 53 automatically creates a hosted zone that has the same name as the namespace.

" }, "CreatorRequestId":{ "shape":"ResourceId", "documentation":"

An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId helps to determine if a specific client owns the namespace.

", "idempotencyToken":true }, "Description":{ "shape":"ResourceDescription", "documentation":"

A description for the namespace.

" }, "Vpc":{ "shape":"ResourceId", "documentation":"

The ID of the Amazon VPC that you want to associate the namespace with.

" } } }, "CreatePrivateDnsNamespaceResponse":{ "type":"structure", "members":{ "OperationId":{ "shape":"OperationId", "documentation":"

A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.

" } } }, "CreatePublicDnsNamespaceRequest":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"NamespaceName", "documentation":"

The name that you want to assign to this namespace.

" }, "CreatorRequestId":{ "shape":"ResourceId", "documentation":"

An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId helps to determine if a specific client owns the namespace.

", "idempotencyToken":true }, "Description":{ "shape":"ResourceDescription", "documentation":"

A description for the namespace.

" } } }, "CreatePublicDnsNamespaceResponse":{ "type":"structure", "members":{ "OperationId":{ "shape":"OperationId", "documentation":"

A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.

" } } }, "CreateServiceRequest":{ "type":"structure", "required":[ "Name", "DnsConfig" ], "members":{ "Name":{ "shape":"ServiceName", "documentation":"

The name that you want to assign to the service.

" }, "CreatorRequestId":{ "shape":"ResourceId", "documentation":"

An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId helps to determine if a specific client owns the namespace.

", "idempotencyToken":true }, "Description":{ "shape":"ResourceDescription", "documentation":"

A description for the service.

" }, "DnsConfig":{ "shape":"DnsConfig", "documentation":"

A complex type that contains information about the resource record sets that you want Amazon Route 53 to create when you register an instance.

" }, "HealthCheckConfig":{ "shape":"HealthCheckConfig", "documentation":"

Public DNS namespaces only. A complex type that contains settings for an optional health check. If you specify settings for a health check, Amazon Route 53 associates the health check with all the resource record sets that you specify in DnsConfig.

The health check uses 30 seconds as the request interval. This is the number of seconds between the time that each Amazon Route 53 health checker gets a response from your endpoint and the time that it sends the next health check request. A health checker in each data center around the world sends your endpoint a health check request every 30 seconds. On average, your endpoint receives a health check request about every two seconds. Health checkers in different data centers don't coordinate with one another, so you'll sometimes see several requests per second followed by a few seconds with no health checks at all.

For information about the charges for health checks, see Amazon Route 53 Pricing.

" } } }, "CreateServiceResponse":{ "type":"structure", "members":{ "Service":{ "shape":"Service", "documentation":"

A complex type that contains information about the new service.

" } } }, "DeleteNamespaceRequest":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID of the namespace that you want to delete.

" } } }, "DeleteNamespaceResponse":{ "type":"structure", "members":{ "OperationId":{ "shape":"OperationId", "documentation":"

A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.

" } } }, "DeleteServiceRequest":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID of the service that you want to delete.

" } } }, "DeleteServiceResponse":{ "type":"structure", "members":{ } }, "DeregisterInstanceRequest":{ "type":"structure", "required":[ "ServiceId", "InstanceId" ], "members":{ "ServiceId":{ "shape":"ResourceId", "documentation":"

The ID of the service that the instance is associated with.

" }, "InstanceId":{ "shape":"ResourceId", "documentation":"

The value that you specified for Id in the RegisterInstance request.

" } } }, "DeregisterInstanceResponse":{ "type":"structure", "members":{ "OperationId":{ "shape":"OperationId", "documentation":"

A value that you can use to determine whether the request completed successfully. For more information, see GetOperation.

" } } }, "DnsConfig":{ "type":"structure", "required":[ "NamespaceId", "DnsRecords" ], "members":{ "NamespaceId":{ "shape":"ResourceId", "documentation":"

The ID of the namespace to use for DNS configuration.

" }, "DnsRecords":{ "shape":"DnsRecordList", "documentation":"

An array that contains one DnsRecord object for each resource record set that you want Amazon Route 53 to create when you register an instance.

" } }, "documentation":"

A complex type that contains information about the resource record sets that you want Amazon Route 53 to create when you register an instance.

" }, "DnsConfigChange":{ "type":"structure", "required":["DnsRecords"], "members":{ "DnsRecords":{ "shape":"DnsRecordList", "documentation":"

An array that contains one DnsRecord object for each resource record set that you want Amazon Route 53 to create when you register an instance.

" } }, "documentation":"

A complex type that contains information about changes to the resource record sets that Amazon Route 53 creates when you register an instance.

" }, "DnsProperties":{ "type":"structure", "members":{ "HostedZoneId":{ "shape":"ResourceId", "documentation":"

The ID for the hosted zone that Amazon Route 53 creates when you create a namespace.

" } }, "documentation":"

A complex type that contains the ID for the hosted zone that Amazon Route 53 creates when you create a namespace.

" }, "DnsRecord":{ "type":"structure", "required":[ "Type", "TTL" ], "members":{ "Type":{ "shape":"RecordType", "documentation":"

The type of the resource, which indicates the value that Amazon Route 53 returns in response to DNS queries. The following values are supported:

" }, "TTL":{ "shape":"RecordTTL", "documentation":"

The amount of time, in seconds, that you want DNS resolvers to cache the settings for this resource record set.

" } }, "documentation":"

A complex type that contains information about the resource record sets that you want Amazon Route 53 to create when you register an instance.

" }, "DnsRecordList":{ "type":"list", "member":{"shape":"DnsRecord"} }, "DuplicateRequest":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

This request tried to create an object that already exists.

", "exception":true }, "ErrorMessage":{"type":"string"}, "FailureThreshold":{ "type":"integer", "max":10, "min":1 }, "FilterCondition":{ "type":"string", "enum":[ "EQ", "IN", "BETWEEN" ] }, "FilterValue":{ "type":"string", "max":255, "min":1 }, "FilterValues":{ "type":"list", "member":{"shape":"FilterValue"} }, "GetInstanceRequest":{ "type":"structure", "required":[ "ServiceId", "InstanceId" ], "members":{ "ServiceId":{ "shape":"ResourceId", "documentation":"

The ID of the service that the instance is associated with.

" }, "InstanceId":{ "shape":"ResourceId", "documentation":"

The ID of the instance that you want to get information about.

" } } }, "GetInstanceResponse":{ "type":"structure", "members":{ "Instance":{ "shape":"Instance", "documentation":"

A complex type that contains information about a specified instance.

" } } }, "GetInstancesHealthStatusRequest":{ "type":"structure", "required":["ServiceId"], "members":{ "ServiceId":{ "shape":"ResourceId", "documentation":"

The ID of the service that the instance is associated with.

" }, "Instances":{ "shape":"InstanceIdList", "documentation":"

An array that contains the IDs of all the instances that you want to get the health status for. To get the IDs for the instances that you've created by using a specified service, submit a ListInstances request.

If you omit Instances, Amazon Route 53 returns the health status for all the instances that are associated with the specified service.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of instances that you want Amazon Route 53 to return in the response to a GetInstancesHealthStatus request. If you don't specify a value for MaxResults, Amazon Route 53 returns up to 100 instances.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

For the first GetInstancesHealthStatus request, omit this value.

If more than MaxResults instances match the specified criteria, you can submit another GetInstancesHealthStatus request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

" } } }, "GetInstancesHealthStatusResponse":{ "type":"structure", "members":{ "Status":{ "shape":"InstanceHealthStatusMap", "documentation":"

A complex type that contains the IDs and the health status of the instances that you specified in the GetInstancesHealthStatus request.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

If more than MaxResults instances match the specified criteria, you can submit another GetInstancesHealthStatus request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

" } } }, "GetNamespaceRequest":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID of the namespace that you want to get information about.

" } } }, "GetNamespaceResponse":{ "type":"structure", "members":{ "Namespace":{ "shape":"Namespace", "documentation":"

A complex type that contains information about the specified namespace.

" } } }, "GetOperationRequest":{ "type":"structure", "required":["OperationId"], "members":{ "OperationId":{ "shape":"ResourceId", "documentation":"

The ID of the operation that you want to get more information about.

" } } }, "GetOperationResponse":{ "type":"structure", "members":{ "Operation":{ "shape":"Operation", "documentation":"

A complex type that contains information about the operation.

" } } }, "GetServiceRequest":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID of the service that you want to get settings for.

" } } }, "GetServiceResponse":{ "type":"structure", "members":{ "Service":{ "shape":"Service", "documentation":"

A complex type that contains information about the service.

" } } }, "HealthCheckConfig":{ "type":"structure", "members":{ "Type":{ "shape":"HealthCheckType", "documentation":"

The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

You can't change the value of Type after you create a health check.

You can create the following types of health checks:

For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

" }, "ResourcePath":{ "shape":"ResourcePath", "documentation":"

The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, such as the file /docs/route53-health-check.html. Amazon Route 53 automatically adds the DNS name for the service and a leading forward slash (/) character.

" }, "FailureThreshold":{ "shape":"FailureThreshold", "documentation":"

The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

" } }, "documentation":"

Public DNS namespaces only. A complex type that contains settings for an optional health check. If you specify settings for a health check, Amazon Route 53 associates the health check with all the resource record sets that you specify in DnsConfig.

The health check uses 30 seconds as the request interval. This is the number of seconds between the time that each Amazon Route 53 health checker gets a response from your endpoint and the time that it sends the next health check request. A health checker in each data center around the world sends your endpoint a health check request every 30 seconds. On average, your endpoint receives a health check request about every two seconds. Health checkers in different data centers don't coordinate with one another, so you'll sometimes see several requests per second followed by a few seconds with no health checks at all.

For information about the charges for health checks, see Amazon Route 53 Pricing.

" }, "HealthCheckType":{ "type":"string", "enum":[ "HTTP", "HTTPS", "TCP" ] }, "HealthStatus":{ "type":"string", "enum":[ "HEALTHY", "UNHEALTHY", "UNKNOWN" ] }, "Instance":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"ResourceId", "documentation":"

An identifier that you want to associate with the instance. Note the following:

" }, "CreatorRequestId":{ "shape":"ResourceId", "documentation":"

An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId helps to determine if a specific client owns the namespace.

" }, "Attributes":{ "shape":"Attributes", "documentation":"

A string map that contains attribute keys and values. Supported attribute keys include the following:

" } }, "documentation":"

A complex type that contains information about an instance that Amazon Route 53 creates when you submit a RegisterInstance request.

" }, "InstanceHealthStatusMap":{ "type":"map", "key":{"shape":"ResourceId"}, "value":{"shape":"HealthStatus"} }, "InstanceIdList":{ "type":"list", "member":{"shape":"ResourceId"}, "min":1 }, "InstanceNotFound":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

No instance exists with the specified ID.

", "exception":true }, "InstanceSummary":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID for an instance that you created by using a specified service.

" }, "Attributes":{ "shape":"Attributes", "documentation":"

A string map that contain attribute keys and values for an instance. Supported attribute keys include the following:

" } }, "documentation":"

A complex type that contains information about the instances that you created by using a specified service.

" }, "InstanceSummaryList":{ "type":"list", "member":{"shape":"InstanceSummary"} }, "InvalidInput":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

One or more specified values aren't valid. For example, when you're creating a namespace, the value of Name might not be a valid DNS name.

", "exception":true }, "ListInstancesRequest":{ "type":"structure", "required":["ServiceId"], "members":{ "ServiceId":{ "shape":"ResourceId", "documentation":"

The ID of the service that you want to list instances for.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

For the first ListInstances request, omit this value.

If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of instances that you want Amazon Route 53 to return in the response to a ListInstances request. If you don't specify a value for MaxResults, Amazon Route 53 returns up to 100 instances.

" } } }, "ListInstancesResponse":{ "type":"structure", "members":{ "Instances":{ "shape":"InstanceSummaryList", "documentation":"

Summary information about the instances that are associated with the specified service.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

" } } }, "ListNamespacesRequest":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

For the first ListNamespaces request, omit this value.

If more than MaxResults namespaces match the specified criteria, you can submit another ListNamespaces request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of namespaces that you want Amazon Route 53 to return in the response to a ListNamespaces request. If you don't specify a value for MaxResults, Amazon Route 53 returns up to 100 namespaces.

" }, "Filters":{ "shape":"NamespaceFilters", "documentation":"

A complex type that contains specifications for the namespaces that you want to list.

If you specify more than one filter, an operation must match all filters to be returned by ListNamespaces.

" } } }, "ListNamespacesResponse":{ "type":"structure", "members":{ "Namespaces":{ "shape":"NamespaceSummariesList", "documentation":"

An array that contains one NamespaceSummary object for each namespace that matches the specified filter criteria.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

If more than MaxResults namespaces match the specified criteria, you can submit another ListNamespaces request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

" } } }, "ListOperationsRequest":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

For the first ListOperations request, omit this value.

If more than MaxResults operations match the specified criteria, you can submit another ListOperations request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of items that you want Amazon Route 53 to return in the response to a ListOperations request. If you don't specify a value for MaxResults, Amazon Route 53 returns up to 100 operations.

" }, "Filters":{ "shape":"OperationFilters", "documentation":"

A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.

If you specify more than one filter, an operation must match all filters to be returned by ListOperations.

" } } }, "ListOperationsResponse":{ "type":"structure", "members":{ "Operations":{ "shape":"OperationSummaryList", "documentation":"

Summary information about the operations that match the specified criteria.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

If more than MaxResults operations match the specified criteria, you can submit another ListOperations request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

" } } }, "ListServicesRequest":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

For the first ListServices request, omit this value.

If more than MaxResults services match the specified criteria, you can submit another ListServices request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of services that you want Amazon Route 53 to return in the response to a ListServices request. If you don't specify a value for MaxResults, Amazon Route 53 returns up to 100 services.

" }, "Filters":{ "shape":"ServiceFilters", "documentation":"

A complex type that contains specifications for the namespaces that you want to list services for.

If you specify more than one filter, an operation must match all filters to be returned by ListServices.

" } } }, "ListServicesResponse":{ "type":"structure", "members":{ "Services":{ "shape":"ServiceSummariesList", "documentation":"

An array that contains one ServiceSummary object for each service that matches the specified filter criteria.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

If more than MaxResults operations match the specified criteria, the value of NextToken is the first service in the next group of services that were created by the current AWS account. To get the next group, specify the value of NextToken from the previous response in the next request.

" } } }, "MaxResults":{ "type":"integer", "max":100, "min":1 }, "Message":{"type":"string"}, "Namespace":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID of a namespace.

" }, "Arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) that Amazon Route 53 assigns to the namespace when you create it.

" }, "Name":{ "shape":"NamespaceName", "documentation":"

The name of the namespace, such as example.com.

" }, "Type":{ "shape":"NamespaceType", "documentation":"

The type of the namespace. Valid values are DNS_PUBLIC and DNS_PRIVATE.

" }, "Description":{ "shape":"ResourceDescription", "documentation":"

The description that you specify for the namespace when you create it.

" }, "ServiceCount":{ "shape":"ResourceCount", "documentation":"

The number of services that are associated with the namespace.

" }, "Properties":{ "shape":"NamespaceProperties", "documentation":"

A complex type that contains information that's specific to the type of the namespace.

" }, "CreateDate":{ "shape":"Timestamp", "documentation":"

The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC).

" }, "CreatorRequestId":{ "shape":"ResourceId", "documentation":"

An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId helps to determine if a specific client owns the namespace.

" } }, "documentation":"

A complex type that contains information about a specified namespace.

" }, "NamespaceAlreadyExists":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"}, "CreatorRequestId":{ "shape":"ResourceId", "documentation":"

The CreatorRequestId that was used to create the namespace.

" }, "NamespaceId":{ "shape":"ResourceId", "documentation":"

The ID of the existing namespace.

" } }, "documentation":"

The namespace that you're trying to create already exists.

", "exception":true }, "NamespaceFilter":{ "type":"structure", "required":[ "Name", "Values" ], "members":{ "Name":{ "shape":"NamespaceFilterName", "documentation":"

Specify TYPE.

" }, "Values":{ "shape":"FilterValues", "documentation":"

If you specify EQ for Condition, specify either DNS_PUBLIC or DNS_PRIVATE.

If you specify IN for Condition, you can specify DNS_PUBLIC, DNS_PRIVATE, or both.

" }, "Condition":{ "shape":"FilterCondition", "documentation":"

The operator that you want to use to determine whether ListNamespaces returns a namespace. Valid values for condition include:

" } }, "documentation":"

A complex type that identifies the namespaces that you want to list. You can choose to list public or private namespaces.

" }, "NamespaceFilterName":{ "type":"string", "enum":["TYPE"] }, "NamespaceFilters":{ "type":"list", "member":{"shape":"NamespaceFilter"} }, "NamespaceName":{ "type":"string", "max":1024 }, "NamespaceNotFound":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

No namespace exists with the specified ID.

", "exception":true }, "NamespaceProperties":{ "type":"structure", "members":{ "DnsProperties":{ "shape":"DnsProperties", "documentation":"

A complex type that contains the ID for the hosted zone that Amazon Route 53 creates when you create a namespace.

" } }, "documentation":"

A complex type that contains information that is specific to the namespace type.

" }, "NamespaceSummariesList":{ "type":"list", "member":{"shape":"NamespaceSummary"} }, "NamespaceSummary":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID of the namespace.

" }, "Arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) that Amazon Route 53 assigns to the namespace when you create it.

" }, "Name":{ "shape":"NamespaceName", "documentation":"

The name of the namespace. When you create a namespace, Amazon Route 53 automatically creates a hosted zone that has the same name as the namespace.

" }, "Type":{ "shape":"NamespaceType", "documentation":"

The type of the namespace, either public or private.

" } }, "documentation":"

A complex type that contains information about a namespace.

" }, "NamespaceType":{ "type":"string", "enum":[ "DNS_PUBLIC", "DNS_PRIVATE" ] }, "NextToken":{ "type":"string", "max":4096 }, "Operation":{ "type":"structure", "members":{ "Id":{ "shape":"OperationId", "documentation":"

The ID of the operation that you want to get information about.

" }, "Type":{ "shape":"OperationType", "documentation":"

The name of the operation that is associated with the specified ID.

" }, "Status":{ "shape":"OperationStatus", "documentation":"

The status of the operation. Values include the following:

" }, "ErrorMessage":{ "shape":"Message", "documentation":"

If the value of Status is FAIL, the reason that the operation failed.

" }, "ErrorCode":{ "shape":"Code", "documentation":"

The code associated with ErrorMessage.

" }, "CreateDate":{ "shape":"Timestamp", "documentation":"

The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time (UTC).

" }, "UpdateDate":{ "shape":"Timestamp", "documentation":"

The date and time that the value of Status changed to the current value, in Unix date/time format and Coordinated Universal Time (UTC).

" }, "Targets":{ "shape":"OperationTargetsMap", "documentation":"

The name of the target entity that is associated with the operation:

" } }, "documentation":"

A complex type that contains information about a specified operation.

" }, "OperationFilter":{ "type":"structure", "required":[ "Name", "Values" ], "members":{ "Name":{ "shape":"OperationFilterName", "documentation":"

Specify the operations that you want to get:

" }, "Values":{ "shape":"FilterValues", "documentation":"

Specify values that are applicable to the value that you specify for Name:

" }, "Condition":{ "shape":"FilterCondition", "documentation":"

The operator that you want to use to determine whether an operation matches the specified value. Valid values for condition include:

" } }, "documentation":"

A complex type that lets you select the operations that you want to list.

" }, "OperationFilterName":{ "type":"string", "enum":[ "NAMESPACE_ID", "SERVICE_ID", "STATUS", "TYPE", "UPDATE_DATE" ] }, "OperationFilters":{ "type":"list", "member":{"shape":"OperationFilter"} }, "OperationId":{ "type":"string", "max":255 }, "OperationNotFound":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

No operation exists with the specified ID.

", "exception":true }, "OperationStatus":{ "type":"string", "enum":[ "SUBMITTED", "PENDING", "SUCCESS", "FAIL" ] }, "OperationSummary":{ "type":"structure", "members":{ "Id":{ "shape":"OperationId", "documentation":"

The ID for an operation.

" }, "Status":{ "shape":"OperationStatus", "documentation":"

The status of the operation. Values include the following:

" } }, "documentation":"

A complex type that contains information about an operation that matches the criteria that you specified in a ListOperations request.

" }, "OperationSummaryList":{ "type":"list", "member":{"shape":"OperationSummary"} }, "OperationTargetType":{ "type":"string", "enum":[ "NAMESPACE", "SERVICE", "INSTANCE" ] }, "OperationTargetsMap":{ "type":"map", "key":{"shape":"OperationTargetType"}, "value":{"shape":"ResourceId"} }, "OperationType":{ "type":"string", "enum":[ "CREATE_NAMESPACE", "DELETE_NAMESPACE", "UPDATE_SERVICE", "REGISTER_INSTANCE", "DEREGISTER_INSTANCE" ] }, "RecordTTL":{ "type":"long", "max":2147483647, "min":0 }, "RecordType":{ "type":"string", "enum":[ "SRV", "A", "AAAA" ] }, "RegisterInstanceRequest":{ "type":"structure", "required":[ "ServiceId", "InstanceId", "Attributes" ], "members":{ "ServiceId":{ "shape":"ResourceId", "documentation":"

The ID of the service that you want to use for settings for the resource record sets and health check that Amazon Route 53 will create.

" }, "InstanceId":{ "shape":"ResourceId", "documentation":"

An identifier that you want to associate with the instance. Note the following:

" }, "CreatorRequestId":{ "shape":"ResourceId", "documentation":"

An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId helps to determine if a specific client owns the namespace.

", "idempotencyToken":true }, "Attributes":{ "shape":"Attributes", "documentation":"

A string map that contain attribute keys and values. Supported attribute keys include the following:

" } } }, "RegisterInstanceResponse":{ "type":"structure", "members":{ "OperationId":{ "shape":"OperationId", "documentation":"

A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.

" } } }, "ResourceCount":{"type":"integer"}, "ResourceDescription":{ "type":"string", "max":1024 }, "ResourceId":{ "type":"string", "max":64 }, "ResourceInUse":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

The specified resource can't be deleted because it contains other resources. For example, you can't delete a service that contains any instances.

", "exception":true }, "ResourceLimitExceeded":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

The resource can't be created because you've reached the limit on the number of resources.

", "exception":true }, "ResourcePath":{ "type":"string", "max":255 }, "Service":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID that Amazon Route 53 assigned to the service when you created it.

" }, "Arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) that Amazon Route 53 assigns to the service when you create it.

" }, "Name":{ "shape":"ServiceName", "documentation":"

The name of the service.

" }, "Description":{ "shape":"ResourceDescription", "documentation":"

The description of the service.

" }, "InstanceCount":{ "shape":"ResourceCount", "documentation":"

The number of instances that are currently associated with the service. Instances that were previously associated with the service but that have been deleted are not included in the count.

" }, "DnsConfig":{ "shape":"DnsConfig", "documentation":"

A complex type that contains information about the resource record sets that you want Amazon Route 53 to create when you register an instance.

" }, "HealthCheckConfig":{ "shape":"HealthCheckConfig", "documentation":"

Public DNS namespaces only. A complex type that contains settings for an optional health check. If you specify settings for a health check, Amazon Route 53 associates the health check with all the resource record sets that you specify in DnsConfig.

The health check uses 30 seconds as the request interval. This is the number of seconds between the time that each Amazon Route 53 health checker gets a response from your endpoint and the time that it sends the next health check request. A health checker in each data center around the world sends your endpoint a health check request every 30 seconds. On average, your endpoint receives a health check request about every two seconds. Health checkers in different data centers don't coordinate with one another, so you'll sometimes see several requests per second followed by a few seconds with no health checks at all.

For information about the charges for health checks, see Amazon Route 53 Pricing.

" }, "CreateDate":{ "shape":"Timestamp", "documentation":"

The date and time that the service was created, in Unix format and Coordinated Universal Time (UTC).

" }, "CreatorRequestId":{ "shape":"ResourceId", "documentation":"

An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId helps to determine if a specific client owns the namespace.

" } }, "documentation":"

A complex type that contains information about the specified service.

" }, "ServiceAlreadyExists":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"}, "CreatorRequestId":{ "shape":"ResourceId", "documentation":"

The CreatorRequestId that was used to create the service.

" }, "ServiceId":{ "shape":"ResourceId", "documentation":"

The ID of the existing service.

" } }, "documentation":"

The service can't be created because a service with the same name already exists.

", "exception":true }, "ServiceChange":{ "type":"structure", "required":["DnsConfig"], "members":{ "Description":{ "shape":"ResourceDescription", "documentation":"

A description for the service.

" }, "DnsConfig":{ "shape":"DnsConfigChange", "documentation":"

A complex type that contains information about the resource record sets that you want Amazon Route 53 to create when you register an instance.

" }, "HealthCheckConfig":{"shape":"HealthCheckConfig"} }, "documentation":"

A complex type that contains changes to an existing service.

" }, "ServiceFilter":{ "type":"structure", "required":[ "Name", "Values" ], "members":{ "Name":{ "shape":"ServiceFilterName", "documentation":"

Specify NAMESPACE_ID.

" }, "Values":{ "shape":"FilterValues", "documentation":"

The values that are applicable to the value that you specify for Condition to filter the list of services.

" }, "Condition":{ "shape":"FilterCondition", "documentation":"

The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

" } }, "documentation":"

A complex type that lets you specify the namespaces that you want to list services for.

" }, "ServiceFilterName":{ "type":"string", "enum":["NAMESPACE_ID"] }, "ServiceFilters":{ "type":"list", "member":{"shape":"ServiceFilter"} }, "ServiceName":{ "type":"string", "pattern":"((?=^.{1,127}$)^([a-zA-Z][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]|[a-zA-Z])(\\.([a-z][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]|[a-zA-Z]))*$)|(^\\.$)" }, "ServiceNotFound":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

No service exists with the specified ID.

", "exception":true }, "ServiceSummariesList":{ "type":"list", "member":{"shape":"ServiceSummary"} }, "ServiceSummary":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID that Amazon Route 53 assigned to the service when you created it.

" }, "Arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) that Amazon Route 53 assigns to the service when you create it.

" }, "Name":{ "shape":"ServiceName", "documentation":"

The name of the service.

" }, "Description":{ "shape":"ResourceDescription", "documentation":"

The description that you specify when you create the service.

" }, "InstanceCount":{ "shape":"ResourceCount", "documentation":"

The number of instances that are currently associated with the service. Instances that were previously associated with the service but that have been deleted are not included in the count.

" } }, "documentation":"

A complex type that contains information about a specified service.

" }, "Timestamp":{"type":"timestamp"}, "UpdateServiceRequest":{ "type":"structure", "required":[ "Id", "Service" ], "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID of the service that you want to update.

" }, "Service":{ "shape":"ServiceChange", "documentation":"

A complex type that contains the new settings for the service.

" } } }, "UpdateServiceResponse":{ "type":"structure", "members":{ "OperationId":{ "shape":"OperationId", "documentation":"

A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.

" } } } }, "documentation":"

Amazon Route 53 autonaming lets you configure public or private namespaces that your microservice applications run in. When instances of the service become available, you can call the autonaming API to register the instance, and Amazon Route 53 automatically creates up to five DNS records and an optional health check. Clients that submit DNS queries for the service receive an answer that contains up to eight healthy records.

" }