1{
2  "version": "2.0",
3  "service": "<p>With AWS Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces that your microservice applications run in. When an instance becomes available, you can call the AWS Cloud Map API to register the instance with AWS Cloud Map. For public or private DNS namespaces, AWS Cloud Map automatically creates DNS records and an optional health check. Clients that submit public or private DNS queries, or HTTP requests, for the service receive an answer that contains up to eight healthy records. </p>",
4  "operations": {
5    "CreateHttpNamespace": "<p>Creates an HTTP namespace. Service instances that you register using an HTTP namespace can be discovered using a <code>DiscoverInstances</code> request but can't be discovered using DNS. </p> <p>For the current quota on the number of namespaces that you can create using the same AWS account, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html\">AWS Cloud Map quotas</a> in the <i>AWS Cloud Map Developer Guide</i>.</p>",
6    "CreatePrivateDnsNamespace": "<p>Creates a private namespace based on DNS, which is visible only inside a specified Amazon VPC. The namespace defines your service naming scheme. For example, if you name your namespace <code>example.com</code> and name your service <code>backend</code>, the resulting DNS name for the service is <code>backend.example.com</code>. For the current quota on the number of namespaces that you can create using the same AWS account, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html\">AWS Cloud Map Limits</a> in the <i>AWS Cloud Map Developer Guide</i>.</p>",
7    "CreatePublicDnsNamespace": "<p>Creates a public namespace based on DNS, which is visible on the internet. The namespace defines your service naming scheme. For example, if you name your namespace <code>example.com</code> and name your service <code>backend</code>, the resulting DNS name for the service is <code>backend.example.com</code>. For the current quota on the number of namespaces that you can create using the same AWS account, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html\">AWS Cloud Map Limits</a> in the <i>AWS Cloud Map Developer Guide</i>.</p>",
8    "CreateService": "<p>Creates a service, which defines the configuration for the following entities:</p> <ul> <li> <p>For public and private DNS namespaces, one of the following combinations of DNS records in Amazon Route 53:</p> <ul> <li> <p> <code>A</code> </p> </li> <li> <p> <code>AAAA</code> </p> </li> <li> <p> <code>A</code> and <code>AAAA</code> </p> </li> <li> <p> <code>SRV</code> </p> </li> <li> <p> <code>CNAME</code> </p> </li> </ul> </li> <li> <p>Optionally, a health check</p> </li> </ul> <p>After you create the service, you can submit a <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html\">RegisterInstance</a> request, and AWS Cloud Map uses the values in the configuration to create the specified entities.</p> <p>For the current quota on the number of instances that you can register using the same namespace and using the same service, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html\">AWS Cloud Map Limits</a> in the <i>AWS Cloud Map Developer Guide</i>.</p>",
9    "DeleteNamespace": "<p>Deletes a namespace from the current account. If the namespace still contains one or more services, the request fails.</p>",
10    "DeleteService": "<p>Deletes a specified service. If the service still contains one or more registered instances, the request fails.</p>",
11    "DeregisterInstance": "<p>Deletes the Amazon Route 53 DNS records and health check, if any, that AWS Cloud Map created for the specified instance.</p>",
12    "DiscoverInstances": "<p>Discovers registered instances for a specified namespace and service. You can use <code>DiscoverInstances</code> to discover instances for any type of namespace. For public and private DNS namespaces, you can also use DNS queries to discover instances.</p>",
13    "GetInstance": "<p>Gets information about a specified instance.</p>",
14    "GetInstancesHealthStatus": "<p>Gets the current health status (<code>Healthy</code>, <code>Unhealthy</code>, or <code>Unknown</code>) of one or more instances that are associated with a specified service.</p> <note> <p>There is a brief delay between when you register an instance and when the health status for the instance is available. </p> </note>",
15    "GetNamespace": "<p>Gets information about a namespace.</p>",
16    "GetOperation": "<p>Gets information about any operation that returns an operation ID in the response, such as a <code>CreateService</code> request.</p> <note> <p>To get a list of operations that match specified criteria, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_ListOperations.html\">ListOperations</a>.</p> </note>",
17    "GetService": "<p>Gets the settings for a specified service.</p>",
18    "ListInstances": "<p>Lists summary information about the instances that you registered by using a specified service.</p>",
19    "ListNamespaces": "<p>Lists summary information about the namespaces that were created by the current AWS account.</p>",
20    "ListOperations": "<p>Lists operations that match the criteria that you specify.</p>",
21    "ListServices": "<p>Lists summary information for all the services that are associated with one or more specified namespaces.</p>",
22    "ListTagsForResource": "<p>Lists tags for the specified resource.</p>",
23    "RegisterInstance": "<p>Creates or updates one or more records and, optionally, creates a health check based on the settings in a specified service. When you submit a <code>RegisterInstance</code> request, the following occurs:</p> <ul> <li> <p>For each DNS record that you define in the service that is specified by <code>ServiceId</code>, a record is created or updated in the hosted zone that is associated with the corresponding namespace.</p> </li> <li> <p>If the service includes <code>HealthCheckConfig</code>, a health check is created based on the settings in the health check configuration.</p> </li> <li> <p>The health check, if any, is associated with each of the new or updated records.</p> </li> </ul> <important> <p>One <code>RegisterInstance</code> request must complete before you can submit another request and specify the same service ID and instance ID.</p> </important> <p>For more information, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_CreateService.html\">CreateService</a>.</p> <p>When AWS Cloud Map receives a DNS query for the specified DNS name, it returns the applicable value:</p> <ul> <li> <p> <b>If the health check is healthy</b>: returns all the records</p> </li> <li> <p> <b>If the health check is unhealthy</b>: returns the applicable value for the last healthy instance</p> </li> <li> <p> <b>If you didn't specify a health check configuration</b>: returns all the records</p> </li> </ul> <p>For the current quota on the number of instances that you can register using the same namespace and using the same service, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html\">AWS Cloud Map Limits</a> in the <i>AWS Cloud Map Developer Guide</i>.</p>",
24    "TagResource": "<p>Adds one or more tags to the specified resource.</p>",
25    "UntagResource": "<p>Removes one or more tags from the specified resource.</p>",
26    "UpdateInstanceCustomHealthStatus": "<p>Submits a request to change the health status of a custom health check to healthy or unhealthy.</p> <p>You can use <code>UpdateInstanceCustomHealthStatus</code> to change the status only for custom health checks, which you define using <code>HealthCheckCustomConfig</code> when you create a service. You can't use it to change the status for Route 53 health checks, which you define using <code>HealthCheckConfig</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_HealthCheckCustomConfig.html\">HealthCheckCustomConfig</a>.</p>",
27    "UpdateService": "<p>Submits a request to perform the following operations:</p> <ul> <li> <p>Update the TTL setting for existing <code>DnsRecords</code> configurations</p> </li> <li> <p>Add, update, or delete <code>HealthCheckConfig</code> for a specified service</p> <note> <p>You can't add, update, or delete a <code>HealthCheckCustomConfig</code> configuration.</p> </note> </li> </ul> <p>For public and private DNS namespaces, note the following:</p> <ul> <li> <p>If you omit any existing <code>DnsRecords</code> or <code>HealthCheckConfig</code> configurations from an <code>UpdateService</code> request, the configurations are deleted from the service.</p> </li> <li> <p>If you omit an existing <code>HealthCheckCustomConfig</code> configuration from an <code>UpdateService</code> request, the configuration isn't deleted from the service.</p> </li> </ul> <p>When you update settings for a service, AWS Cloud Map also updates the corresponding settings in all the records and health checks that were created by using the specified service.</p>"
28  },
29  "shapes": {
30    "AmazonResourceName": {
31      "base": null,
32      "refs": {
33        "ListTagsForResourceRequest$ResourceARN": "<p>The Amazon Resource Name (ARN) of the resource that you want to retrieve tags for.</p>",
34        "TagResourceRequest$ResourceARN": "<p>The Amazon Resource Name (ARN) of the resource that you want to retrieve tags for.</p>",
35        "TooManyTagsException$ResourceName": "<p>The name of the resource.</p>",
36        "UntagResourceRequest$ResourceARN": "<p>The Amazon Resource Name (ARN) of the resource that you want to retrieve tags for.</p>"
37      }
38    },
39    "Arn": {
40      "base": null,
41      "refs": {
42        "Namespace$Arn": "<p>The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the namespace when you create it.</p>",
43        "NamespaceSummary$Arn": "<p>The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the namespace when you create it.</p>",
44        "Service$Arn": "<p>The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the service when you create it.</p>",
45        "ServiceSummary$Arn": "<p>The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the service when you create it.</p>"
46      }
47    },
48    "AttrKey": {
49      "base": null,
50      "refs": {
51        "Attributes$key": null
52      }
53    },
54    "AttrValue": {
55      "base": null,
56      "refs": {
57        "Attributes$value": null
58      }
59    },
60    "Attributes": {
61      "base": null,
62      "refs": {
63        "DiscoverInstancesRequest$QueryParameters": "<p>Filters to scope the results based on custom attributes for the instance. For example, <code>{version=v1, az=1a}</code>. Only instances that match all the specified key-value pairs are returned.</p>",
64        "DiscoverInstancesRequest$OptionalParameters": "<p>Opportunistic filters to scope the results based on custom attributes. If there are instances that match both the filters specified in both the <code>QueryParameters</code> parameter and this parameter, they are returned. Otherwise, these filters are ignored and only instances that match the filters specified in the <code>QueryParameters</code> parameter are returned.</p>",
65        "HttpInstanceSummary$Attributes": "<p>If you included any attributes when you registered the instance, the values of those attributes.</p>",
66        "Instance$Attributes": "<p>A string map that contains the following information for the service that you specify in <code>ServiceId</code>:</p> <ul> <li> <p>The attributes that apply to the records that are defined in the service. </p> </li> <li> <p>For each attribute, the applicable value.</p> </li> </ul> <p>Supported attribute keys include the following:</p> <dl> <dt>AWS_ALIAS_DNS_NAME</dt> <dd> <p>If you want AWS Cloud Map to create a Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that is associated with the load balancer. For information about how to get the DNS name, see <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_AliasTarget.html#Route53-Type-AliasTarget-DNSName\">AliasTarget-&gt;DNSName</a> in the <i>Route 53 API Reference</i>.</p> <p>Note the following:</p> <ul> <li> <p>The configuration for the service that is specified by <code>ServiceId</code> must include settings for an <code>A</code> record, an <code>AAAA</code> record, or both.</p> </li> <li> <p>In the service that is specified by <code>ServiceId</code>, the value of <code>RoutingPolicy</code> must be <code>WEIGHTED</code>.</p> </li> <li> <p>If the service that is specified by <code>ServiceId</code> includes <code>HealthCheckConfig</code> settings, AWS Cloud Map creates the health check, but it won't associate the health check with the alias record.</p> </li> <li> <p>Auto naming currently doesn't support creating alias records that route traffic to AWS resources other than ELB load balancers.</p> </li> <li> <p>If you specify a value for <code>AWS_ALIAS_DNS_NAME</code>, don't specify values for any of the <code>AWS_INSTANCE</code> attributes.</p> </li> </ul> </dd> <dt>AWS_EC2_INSTANCE_ID</dt> <dd> <p> <i>HTTP namespaces only.</i> The Amazon EC2 instance ID for the instance. The <code>AWS_INSTANCE_IPV4</code> attribute contains the primary private IPv4 address.</p> </dd> <dt>AWS_INIT_HEALTH_STATUS</dt> <dd> <p>If the service configuration includes <code>HealthCheckCustomConfig</code>, you can optionally use <code>AWS_INIT_HEALTH_STATUS</code> to specify the initial status of the custom health check, <code>HEALTHY</code> or <code>UNHEALTHY</code>. If you don't specify a value for <code>AWS_INIT_HEALTH_STATUS</code>, the initial status is <code>HEALTHY</code>.</p> </dd> <dt>AWS_INSTANCE_CNAME</dt> <dd> <p>If the service configuration includes a <code>CNAME</code> record, the domain name that you want Route 53 to return in response to DNS queries, for example, <code>example.com</code>.</p> <p>This value is required if the service specified by <code>ServiceId</code> includes settings for an <code>CNAME</code> record.</p> </dd> <dt>AWS_INSTANCE_IPV4</dt> <dd> <p>If the service configuration includes an <code>A</code> record, the IPv4 address that you want Route 53 to return in response to DNS queries, for example, <code>192.0.2.44</code>.</p> <p>This value is required if the service specified by <code>ServiceId</code> includes settings for an <code>A</code> record. If the service includes settings for an <code>SRV</code> record, you must specify a value for <code>AWS_INSTANCE_IPV4</code>, <code>AWS_INSTANCE_IPV6</code>, or both.</p> </dd> <dt>AWS_INSTANCE_IPV6</dt> <dd> <p>If the service configuration includes an <code>AAAA</code> record, the IPv6 address that you want Route 53 to return in response to DNS queries, for example, <code>2001:0db8:85a3:0000:0000:abcd:0001:2345</code>.</p> <p>This value is required if the service specified by <code>ServiceId</code> includes settings for an <code>AAAA</code> record. If the service includes settings for an <code>SRV</code> record, you must specify a value for <code>AWS_INSTANCE_IPV4</code>, <code>AWS_INSTANCE_IPV6</code>, or both.</p> </dd> <dt>AWS_INSTANCE_PORT</dt> <dd> <p>If the service includes an <code>SRV</code> record, the value that you want Route 53 to return for the port.</p> <p>If the service includes <code>HealthCheckConfig</code>, the port on the endpoint that you want Route 53 to send requests to. </p> <p>This value is required if you specified settings for an <code>SRV</code> record or a Route 53 health check when you created the service.</p> </dd> </dl>",
67        "InstanceSummary$Attributes": "<p>A string map that contains the following information:</p> <ul> <li> <p>The attributes that are associate with the instance. </p> </li> <li> <p>For each attribute, the applicable value.</p> </li> </ul> <p>Supported attribute keys include the following:</p> <dl> <dt>AWS_ALIAS_DNS_NAME</dt> <dd> <p>For an alias record that routes traffic to an Elastic Load Balancing load balancer, the DNS name that is associated with the load balancer. </p> </dd> <dt>AWS_EC2_INSTANCE_ID (HTTP namespaces only)</dt> <dd> <p>The Amazon EC2 instance ID for the instance. When the <code>AWS_EC2_INSTANCE_ID</code> attribute is specified, then the <code>AWS_INSTANCE_IPV4</code> attribute contains the primary private IPv4 address.</p> </dd> <dt>AWS_INIT_HEALTH_STATUS</dt> <dd> <p>If the service configuration includes <code>HealthCheckCustomConfig</code>, you can optionally use <code>AWS_INIT_HEALTH_STATUS</code> to specify the initial status of the custom health check, <code>HEALTHY</code> or <code>UNHEALTHY</code>. If you don't specify a value for <code>AWS_INIT_HEALTH_STATUS</code>, the initial status is <code>HEALTHY</code>.</p> </dd> <dt>AWS_INSTANCE_CNAME</dt> <dd> <p>For a <code>CNAME</code> record, the domain name that Route 53 returns in response to DNS queries, for example, <code>example.com</code>.</p> </dd> <dt>AWS_INSTANCE_IPV4</dt> <dd> <p>For an <code>A</code> record, the IPv4 address that Route 53 returns in response to DNS queries, for example, <code>192.0.2.44</code>.</p> </dd> <dt>AWS_INSTANCE_IPV6</dt> <dd> <p>For an <code>AAAA</code> record, the IPv6 address that Route 53 returns in response to DNS queries, for example, <code>2001:0db8:85a3:0000:0000:abcd:0001:2345</code>.</p> </dd> <dt>AWS_INSTANCE_PORT</dt> <dd> <p>For an <code>SRV</code> record, the value that Route 53 returns for the port. In addition, if the service includes <code>HealthCheckConfig</code>, the port on the endpoint that Route 53 sends requests to.</p> </dd> </dl>",
68        "RegisterInstanceRequest$Attributes": "<p>A string map that contains the following information for the service that you specify in <code>ServiceId</code>:</p> <ul> <li> <p>The attributes that apply to the records that are defined in the service. </p> </li> <li> <p>For each attribute, the applicable value.</p> </li> </ul> <p>Supported attribute keys include the following:</p> <dl> <dt>AWS_ALIAS_DNS_NAME</dt> <dd> <p>If you want AWS Cloud Map to create an Amazon Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that is associated with the load balancer. For information about how to get the DNS name, see \"DNSName\" in the topic <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_AliasTarget.html\">AliasTarget</a> in the <i>Route 53 API Reference</i>.</p> <p>Note the following:</p> <ul> <li> <p>The configuration for the service that is specified by <code>ServiceId</code> must include settings for an <code>A</code> record, an <code>AAAA</code> record, or both.</p> </li> <li> <p>In the service that is specified by <code>ServiceId</code>, the value of <code>RoutingPolicy</code> must be <code>WEIGHTED</code>.</p> </li> <li> <p>If the service that is specified by <code>ServiceId</code> includes <code>HealthCheckConfig</code> settings, AWS Cloud Map will create the Route 53 health check, but it doesn't associate the health check with the alias record.</p> </li> <li> <p>Auto naming currently doesn't support creating alias records that route traffic to AWS resources other than Elastic Load Balancing load balancers.</p> </li> <li> <p>If you specify a value for <code>AWS_ALIAS_DNS_NAME</code>, don't specify values for any of the <code>AWS_INSTANCE</code> attributes.</p> </li> </ul> </dd> <dt>AWS_EC2_INSTANCE_ID</dt> <dd> <p> <i>HTTP namespaces only.</i> The Amazon EC2 instance ID for the instance. If the <code>AWS_EC2_INSTANCE_ID</code> attribute is specified, then the only other attribute that can be specified is <code>AWS_INIT_HEALTH_STATUS</code>. When the <code>AWS_EC2_INSTANCE_ID</code> attribute is specified, then the <code>AWS_INSTANCE_IPV4</code> attribute will be filled out with the primary private IPv4 address.</p> </dd> <dt>AWS_INIT_HEALTH_STATUS</dt> <dd> <p>If the service configuration includes <code>HealthCheckCustomConfig</code>, you can optionally use <code>AWS_INIT_HEALTH_STATUS</code> to specify the initial status of the custom health check, <code>HEALTHY</code> or <code>UNHEALTHY</code>. If you don't specify a value for <code>AWS_INIT_HEALTH_STATUS</code>, the initial status is <code>HEALTHY</code>.</p> </dd> <dt>AWS_INSTANCE_CNAME</dt> <dd> <p>If the service configuration includes a <code>CNAME</code> record, the domain name that you want Route 53 to return in response to DNS queries, for example, <code>example.com</code>.</p> <p>This value is required if the service specified by <code>ServiceId</code> includes settings for an <code>CNAME</code> record.</p> </dd> <dt>AWS_INSTANCE_IPV4</dt> <dd> <p>If the service configuration includes an <code>A</code> record, the IPv4 address that you want Route 53 to return in response to DNS queries, for example, <code>192.0.2.44</code>.</p> <p>This value is required if the service specified by <code>ServiceId</code> includes settings for an <code>A</code> record. If the service includes settings for an <code>SRV</code> record, you must specify a value for <code>AWS_INSTANCE_IPV4</code>, <code>AWS_INSTANCE_IPV6</code>, or both.</p> </dd> <dt>AWS_INSTANCE_IPV6</dt> <dd> <p>If the service configuration includes an <code>AAAA</code> record, the IPv6 address that you want Route 53 to return in response to DNS queries, for example, <code>2001:0db8:85a3:0000:0000:abcd:0001:2345</code>.</p> <p>This value is required if the service specified by <code>ServiceId</code> includes settings for an <code>AAAA</code> record. If the service includes settings for an <code>SRV</code> record, you must specify a value for <code>AWS_INSTANCE_IPV4</code>, <code>AWS_INSTANCE_IPV6</code>, or both.</p> </dd> <dt>AWS_INSTANCE_PORT</dt> <dd> <p>If the service includes an <code>SRV</code> record, the value that you want Route 53 to return for the port.</p> <p>If the service includes <code>HealthCheckConfig</code>, the port on the endpoint that you want Route 53 to send requests to. </p> <p>This value is required if you specified settings for an <code>SRV</code> record or a Route 53 health check when you created the service.</p> </dd> <dt>Custom attributes</dt> <dd> <p>You can add up to 30 custom attributes. For each key-value pair, the maximum length of the attribute name is 255 characters, and the maximum length of the attribute value is 1,024 characters. The total size of all provided attributes (sum of all keys and values) must not exceed 5,000 characters.</p> </dd> </dl>"
69      }
70    },
71    "Code": {
72      "base": null,
73      "refs": {
74        "Operation$ErrorCode": "<p>The code associated with <code>ErrorMessage</code>. Values for <code>ErrorCode</code> include the following:</p> <ul> <li> <p> <code>ACCESS_DENIED</code> </p> </li> <li> <p> <code>CANNOT_CREATE_HOSTED_ZONE</code> </p> </li> <li> <p> <code>EXPIRED_TOKEN</code> </p> </li> <li> <p> <code>HOSTED_ZONE_NOT_FOUND</code> </p> </li> <li> <p> <code>INTERNAL_FAILURE</code> </p> </li> <li> <p> <code>INVALID_CHANGE_BATCH</code> </p> </li> <li> <p> <code>THROTTLED_REQUEST</code> </p> </li> </ul>"
75      }
76    },
77    "CreateHttpNamespaceRequest": {
78      "base": null,
79      "refs": {
80      }
81    },
82    "CreateHttpNamespaceResponse": {
83      "base": null,
84      "refs": {
85      }
86    },
87    "CreatePrivateDnsNamespaceRequest": {
88      "base": null,
89      "refs": {
90      }
91    },
92    "CreatePrivateDnsNamespaceResponse": {
93      "base": null,
94      "refs": {
95      }
96    },
97    "CreatePublicDnsNamespaceRequest": {
98      "base": null,
99      "refs": {
100      }
101    },
102    "CreatePublicDnsNamespaceResponse": {
103      "base": null,
104      "refs": {
105      }
106    },
107    "CreateServiceRequest": {
108      "base": null,
109      "refs": {
110      }
111    },
112    "CreateServiceResponse": {
113      "base": null,
114      "refs": {
115      }
116    },
117    "CustomHealthNotFound": {
118      "base": "<p>The health check for the instance that's specified by <code>ServiceId</code> and <code>InstanceId</code> isn't a custom health check. </p>",
119      "refs": {
120      }
121    },
122    "CustomHealthStatus": {
123      "base": null,
124      "refs": {
125        "UpdateInstanceCustomHealthStatusRequest$Status": "<p>The new status of the instance, <code>HEALTHY</code> or <code>UNHEALTHY</code>.</p>"
126      }
127    },
128    "DeleteNamespaceRequest": {
129      "base": null,
130      "refs": {
131      }
132    },
133    "DeleteNamespaceResponse": {
134      "base": null,
135      "refs": {
136      }
137    },
138    "DeleteServiceRequest": {
139      "base": null,
140      "refs": {
141      }
142    },
143    "DeleteServiceResponse": {
144      "base": null,
145      "refs": {
146      }
147    },
148    "DeregisterInstanceRequest": {
149      "base": null,
150      "refs": {
151      }
152    },
153    "DeregisterInstanceResponse": {
154      "base": null,
155      "refs": {
156      }
157    },
158    "DiscoverInstancesRequest": {
159      "base": null,
160      "refs": {
161      }
162    },
163    "DiscoverInstancesResponse": {
164      "base": null,
165      "refs": {
166      }
167    },
168    "DiscoverMaxResults": {
169      "base": null,
170      "refs": {
171        "DiscoverInstancesRequest$MaxResults": "<p>The maximum number of instances that you want AWS Cloud Map to return in the response to a <code>DiscoverInstances</code> request. If you don't specify a value for <code>MaxResults</code>, AWS Cloud Map returns up to 100 instances.</p>"
172      }
173    },
174    "DnsConfig": {
175      "base": "<p>A complex type that contains information about the Amazon Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.</p>",
176      "refs": {
177        "CreateServiceRequest$DnsConfig": "<p>A complex type that contains information about the Amazon Route 53 records that you want AWS Cloud Map to create when you register an instance. </p>",
178        "Service$DnsConfig": "<p>A complex type that contains information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.</p>",
179        "ServiceSummary$DnsConfig": "<p>Information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.</p>"
180      }
181    },
182    "DnsConfigChange": {
183      "base": "<p>A complex type that contains information about changes to the Route 53 DNS records that AWS Cloud Map creates when you register an instance.</p>",
184      "refs": {
185        "ServiceChange$DnsConfig": "<p>Information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.</p>"
186      }
187    },
188    "DnsProperties": {
189      "base": "<p>A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.</p>",
190      "refs": {
191        "NamespaceProperties$DnsProperties": "<p>A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.</p>"
192      }
193    },
194    "DnsRecord": {
195      "base": "<p>A complex type that contains information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.</p>",
196      "refs": {
197        "DnsRecordList$member": null
198      }
199    },
200    "DnsRecordList": {
201      "base": null,
202      "refs": {
203        "DnsConfig$DnsRecords": "<p>An array that contains one <code>DnsRecord</code> object for each Route 53 DNS record that you want AWS Cloud Map to create when you register an instance.</p>",
204        "DnsConfigChange$DnsRecords": "<p>An array that contains one <code>DnsRecord</code> object for each Route 53 record that you want AWS Cloud Map to create when you register an instance.</p>"
205      }
206    },
207    "DuplicateRequest": {
208      "base": "<p>The operation is already in progress.</p>",
209      "refs": {
210      }
211    },
212    "ErrorMessage": {
213      "base": null,
214      "refs": {
215        "CustomHealthNotFound$Message": null,
216        "DuplicateRequest$Message": null,
217        "InstanceNotFound$Message": null,
218        "InvalidInput$Message": null,
219        "NamespaceAlreadyExists$Message": null,
220        "NamespaceNotFound$Message": null,
221        "OperationNotFound$Message": null,
222        "RequestLimitExceeded$Message": null,
223        "ResourceInUse$Message": null,
224        "ResourceLimitExceeded$Message": null,
225        "ResourceNotFoundException$Message": null,
226        "ServiceAlreadyExists$Message": null,
227        "ServiceNotFound$Message": null,
228        "TooManyTagsException$Message": null
229      }
230    },
231    "FailureThreshold": {
232      "base": null,
233      "refs": {
234        "HealthCheckConfig$FailureThreshold": "<p>The number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current status of the endpoint from unhealthy to healthy or the other way around. For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html\">How Route 53 Determines Whether an Endpoint Is Healthy</a> in the <i>Route 53 Developer Guide</i>.</p>",
235        "HealthCheckCustomConfig$FailureThreshold": "<important> <p>This parameter has been deprecated and is always set to 1. AWS Cloud Map waits for approximately 30 seconds after receiving an <code>UpdateInstanceCustomHealthStatus</code> request before changing the status of the service instance.</p> </important> <p>The number of 30-second intervals that you want AWS Cloud Map to wait after receiving an <code>UpdateInstanceCustomHealthStatus</code> request before it changes the health status of a service instance.</p> <p>Sending a second or subsequent <code>UpdateInstanceCustomHealthStatus</code> request with the same value before 30 seconds has passed doesn't accelerate the change. AWS Cloud Map still waits <code>30</code> seconds after the first request to make the change.</p>"
236      }
237    },
238    "FilterCondition": {
239      "base": null,
240      "refs": {
241        "NamespaceFilter$Condition": "<p>The operator that you want to use to determine whether <code>ListNamespaces</code> returns a namespace. Valid values for <code>condition</code> include:</p> <dl> <dt>EQ</dt> <dd> <p>When you specify <code>EQ</code> for the condition, you can choose to list only public namespaces or private namespaces, but not both. <code>EQ</code> is the default condition and can be omitted.</p> </dd> <dt>IN</dt> <dd> <p>When you specify <code>IN</code> for the condition, you can choose to list public namespaces, private namespaces, or both. </p> </dd> <dt>BETWEEN</dt> <dd> <p> Not applicable</p> </dd> </dl>",
242        "OperationFilter$Condition": "<p>The operator that you want to use to determine whether an operation matches the specified value. Valid values for condition include:</p> <ul> <li> <p> <code>EQ</code>: When you specify <code>EQ</code> for the condition, you can specify only one value. <code>EQ</code> is supported for <code>NAMESPACE_ID</code>, <code>SERVICE_ID</code>, <code>STATUS</code>, and <code>TYPE</code>. <code>EQ</code> is the default condition and can be omitted.</p> </li> <li> <p> <code>IN</code>: When you specify <code>IN</code> for the condition, you can specify a list of one or more values. <code>IN</code> is supported for <code>STATUS</code> and <code>TYPE</code>. An operation must match one of the specified values to be returned in the response.</p> </li> <li> <p> <code>BETWEEN</code>: Specify a start date and an end date in Unix date/time format and Coordinated Universal Time (UTC). The start date must be the first value. <code>BETWEEN</code> is supported for <code>UPDATE_DATE</code>. </p> </li> </ul>",
243        "ServiceFilter$Condition": "<p>The operator that you want to use to determine whether a service is returned by <code>ListServices</code>. Valid values for <code>Condition</code> include the following:</p> <ul> <li> <p> <code>EQ</code>: When you specify <code>EQ</code>, specify one namespace ID for <code>Values</code>. <code>EQ</code> is the default condition and can be omitted.</p> </li> <li> <p> <code>IN</code>: When you specify <code>IN</code>, specify a list of the IDs for the namespaces that you want <code>ListServices</code> to return a list of services for.</p> </li> <li> <p> <code>BETWEEN</code>: Not applicable.</p> </li> </ul>"
244      }
245    },
246    "FilterValue": {
247      "base": null,
248      "refs": {
249        "FilterValues$member": null
250      }
251    },
252    "FilterValues": {
253      "base": null,
254      "refs": {
255        "NamespaceFilter$Values": "<p>If you specify <code>EQ</code> for <code>Condition</code>, specify either <code>DNS_PUBLIC</code> or <code>DNS_PRIVATE</code>.</p> <p>If you specify <code>IN</code> for <code>Condition</code>, you can specify <code>DNS_PUBLIC</code>, <code>DNS_PRIVATE</code>, or both.</p>",
256        "OperationFilter$Values": "<p>Specify values that are applicable to the value that you specify for <code>Name</code>: </p> <ul> <li> <p> <b>NAMESPACE_ID</b>: Specify one namespace ID.</p> </li> <li> <p> <b>SERVICE_ID</b>: Specify one service ID.</p> </li> <li> <p> <b>STATUS</b>: Specify one or more statuses: <code>SUBMITTED</code>, <code>PENDING</code>, <code>SUCCEED</code>, or <code>FAIL</code>.</p> </li> <li> <p> <b>TYPE</b>: Specify one or more of the following types: <code>CREATE_NAMESPACE</code>, <code>DELETE_NAMESPACE</code>, <code>UPDATE_SERVICE</code>, <code>REGISTER_INSTANCE</code>, or <code>DEREGISTER_INSTANCE</code>.</p> </li> <li> <p> <b>UPDATE_DATE</b>: Specify a start date and an end date in Unix date/time format and Coordinated Universal Time (UTC). The start date must be the first value.</p> </li> </ul>",
257        "ServiceFilter$Values": "<p>The values that are applicable to the value that you specify for <code>Condition</code> to filter the list of services.</p>"
258      }
259    },
260    "GetInstanceRequest": {
261      "base": null,
262      "refs": {
263      }
264    },
265    "GetInstanceResponse": {
266      "base": null,
267      "refs": {
268      }
269    },
270    "GetInstancesHealthStatusRequest": {
271      "base": null,
272      "refs": {
273      }
274    },
275    "GetInstancesHealthStatusResponse": {
276      "base": null,
277      "refs": {
278      }
279    },
280    "GetNamespaceRequest": {
281      "base": null,
282      "refs": {
283      }
284    },
285    "GetNamespaceResponse": {
286      "base": null,
287      "refs": {
288      }
289    },
290    "GetOperationRequest": {
291      "base": null,
292      "refs": {
293      }
294    },
295    "GetOperationResponse": {
296      "base": null,
297      "refs": {
298      }
299    },
300    "GetServiceRequest": {
301      "base": null,
302      "refs": {
303      }
304    },
305    "GetServiceResponse": {
306      "base": null,
307      "refs": {
308      }
309    },
310    "HealthCheckConfig": {
311      "base": "<p> <i>Public DNS and HTTP namespaces only.</i> A complex type that contains settings for an optional health check. If you specify settings for a health check, AWS Cloud Map associates the health check with the records that you specify in <code>DnsConfig</code>.</p> <important> <p>If you specify a health check configuration, you can specify either <code>HealthCheckCustomConfig</code> or <code>HealthCheckConfig</code> but not both.</p> </important> <p>Health checks are basic Route 53 health checks that monitor an AWS endpoint. For information about pricing for health checks, see <a href=\"http://aws.amazon.com/route53/pricing/\">Amazon Route 53 Pricing</a>.</p> <p>Note the following about configuring health checks.</p> <dl> <dt>A and AAAA records</dt> <dd> <p>If <code>DnsConfig</code> includes configurations for both <code>A</code> and <code>AAAA</code> records, AWS Cloud Map creates a health check that uses the IPv4 address to check the health of the resource. If the endpoint that is specified by the IPv4 address is unhealthy, Route 53 considers both the <code>A</code> and <code>AAAA</code> records to be unhealthy. </p> </dd> <dt>CNAME records</dt> <dd> <p>You can't specify settings for <code>HealthCheckConfig</code> when the <code>DNSConfig</code> includes <code>CNAME</code> for the value of <code>Type</code>. If you do, the <code>CreateService</code> request will fail with an <code>InvalidInput</code> error.</p> </dd> <dt>Request interval</dt> <dd> <p>A Route 53 health checker in each health-checking region sends a health check request to an endpoint every 30 seconds. On average, your endpoint receives a health check request about every two seconds. However, health checkers 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.</p> </dd> <dt>Health checking regions</dt> <dd> <p>Health checkers perform checks from all Route 53 health-checking regions. For a list of the current regions, see <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_HealthCheckConfig.html#Route53-Type-HealthCheckConfig-Regions\">Regions</a>.</p> </dd> <dt>Alias records</dt> <dd> <p>When you register an instance, if you include the <code>AWS_ALIAS_DNS_NAME</code> attribute, AWS Cloud Map creates a Route 53 alias record. Note the following:</p> <ul> <li> <p>Route 53 automatically sets <code>EvaluateTargetHealth</code> to true for alias records. When <code>EvaluateTargetHealth</code> is true, the alias record inherits the health of the referenced AWS resource. such as an ELB load balancer. For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_AliasTarget.html#Route53-Type-AliasTarget-EvaluateTargetHealth\">EvaluateTargetHealth</a>.</p> </li> <li> <p>If you include <code>HealthCheckConfig</code> and then use the service to register an instance that creates an alias record, Route 53 doesn't create the health check.</p> </li> </ul> </dd> <dt>Charges for health checks</dt> <dd> <p>Health checks are basic Route 53 health checks that monitor an AWS endpoint. For information about pricing for health checks, see <a href=\"http://aws.amazon.com/route53/pricing/\">Amazon Route 53 Pricing</a>.</p> </dd> </dl>",
312      "refs": {
313        "CreateServiceRequest$HealthCheckConfig": "<p> <i>Public DNS and HTTP namespaces only.</i> A complex type that contains settings for an optional Route 53 health check. If you specify settings for a health check, AWS Cloud Map associates the health check with all the Route 53 DNS records that you specify in <code>DnsConfig</code>.</p> <important> <p>If you specify a health check configuration, you can specify either <code>HealthCheckCustomConfig</code> or <code>HealthCheckConfig</code> but not both.</p> </important> <p>For information about the charges for health checks, see <a href=\"http://aws.amazon.com/cloud-map/pricing/\">AWS Cloud Map Pricing</a>.</p>",
314        "Service$HealthCheckConfig": "<p> <i>Public DNS and HTTP namespaces only.</i> A complex type that contains settings for an optional health check. If you specify settings for a health check, AWS Cloud Map associates the health check with the records that you specify in <code>DnsConfig</code>.</p> <p>For information about the charges for health checks, see <a href=\"http://aws.amazon.com/route53/pricing/\">Amazon Route 53 Pricing</a>.</p>",
315        "ServiceChange$HealthCheckConfig": "<p> <i>Public DNS and HTTP namespaces only.</i> Settings for an optional health check. If you specify settings for a health check, AWS Cloud Map associates the health check with the records that you specify in <code>DnsConfig</code>.</p>",
316        "ServiceSummary$HealthCheckConfig": "<p> <i>Public DNS and HTTP namespaces only.</i> Settings for an optional health check. If you specify settings for a health check, AWS Cloud Map associates the health check with the records that you specify in <code>DnsConfig</code>.</p>"
317      }
318    },
319    "HealthCheckCustomConfig": {
320      "base": "<p>A complex type that contains information about an optional custom health check. A custom health check, which requires that you use a third-party health checker to evaluate the health of your resources, is useful in the following circumstances:</p> <ul> <li> <p>You can't use a health check that is defined by <code>HealthCheckConfig</code> because the resource isn't available over the internet. For example, you can use a custom health check when the instance is in an Amazon VPC. (To check the health of resources in a VPC, the health checker must also be in the VPC.)</p> </li> <li> <p>You want to use a third-party health checker regardless of where your resources are.</p> </li> </ul> <important> <p>If you specify a health check configuration, you can specify either <code>HealthCheckCustomConfig</code> or <code>HealthCheckConfig</code> but not both.</p> </important> <p>To change the status of a custom health check, submit an <code>UpdateInstanceCustomHealthStatus</code> request. AWS Cloud Map doesn't monitor the status of the resource, it just keeps a record of the status specified in the most recent <code>UpdateInstanceCustomHealthStatus</code> request.</p> <p>Here's how custom health checks work:</p> <ol> <li> <p>You create a service and specify a value for <code>FailureThreshold</code>. </p> <p>The failure threshold indicates the number of 30-second intervals you want AWS Cloud Map to wait between the time that your application sends an <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_UpdateInstanceCustomHealthStatus.html\">UpdateInstanceCustomHealthStatus</a> request and the time that AWS Cloud Map stops routing internet traffic to the corresponding resource.</p> </li> <li> <p>You register an instance.</p> </li> <li> <p>You configure a third-party health checker to monitor the resource that is associated with the new instance. </p> <note> <p>AWS Cloud Map doesn't check the health of the resource directly. </p> </note> </li> <li> <p>The third-party health-checker determines that the resource is unhealthy and notifies your application.</p> </li> <li> <p>Your application submits an <code>UpdateInstanceCustomHealthStatus</code> request.</p> </li> <li> <p>AWS Cloud Map waits for (<code>FailureThreshold</code> x 30) seconds.</p> </li> <li> <p>If another <code>UpdateInstanceCustomHealthStatus</code> request doesn't arrive during that time to change the status back to healthy, AWS Cloud Map stops routing traffic to the resource.</p> </li> </ol>",
321      "refs": {
322        "CreateServiceRequest$HealthCheckCustomConfig": "<p>A complex type that contains information about an optional custom health check.</p> <important> <p>If you specify a health check configuration, you can specify either <code>HealthCheckCustomConfig</code> or <code>HealthCheckConfig</code> but not both.</p> </important> <p>You can't add, update, or delete a <code>HealthCheckCustomConfig</code> configuration from an existing service.</p>",
323        "Service$HealthCheckCustomConfig": "<p>A complex type that contains information about an optional custom health check.</p> <important> <p>If you specify a health check configuration, you can specify either <code>HealthCheckCustomConfig</code> or <code>HealthCheckConfig</code> but not both.</p> </important>",
324        "ServiceSummary$HealthCheckCustomConfig": "<p>Information about an optional custom health check. A custom health check, which requires that you use a third-party health checker to evaluate the health of your resources, is useful in the following circumstances:</p> <ul> <li> <p>You can't use a health check that is defined by <code>HealthCheckConfig</code> because the resource isn't available over the internet. For example, you can use a custom health check when the instance is in an Amazon VPC. (To check the health of resources in a VPC, the health checker must also be in the VPC.)</p> </li> <li> <p>You want to use a third-party health checker regardless of where your resources are.</p> </li> </ul> <important> <p>If you specify a health check configuration, you can specify either <code>HealthCheckCustomConfig</code> or <code>HealthCheckConfig</code> but not both.</p> </important>"
325      }
326    },
327    "HealthCheckType": {
328      "base": null,
329      "refs": {
330        "HealthCheckConfig$Type": "<p>The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy.</p> <important> <p>You can't change the value of <code>Type</code> after you create a health check.</p> </important> <p>You can create the following types of health checks:</p> <ul> <li> <p> <b>HTTP</b>: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.</p> </li> <li> <p> <b>HTTPS</b>: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.</p> <important> <p>If you specify HTTPS for the value of <code>Type</code>, the endpoint must support TLS v1.0 or later.</p> </important> </li> <li> <p> <b>TCP</b>: Route 53 tries to establish a TCP connection.</p> <p>If you specify <code>TCP</code> for <code>Type</code>, don't specify a value for <code>ResourcePath</code>.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html\">How Route 53 Determines Whether an Endpoint Is Healthy</a> in the <i>Route 53 Developer Guide</i>.</p>"
331      }
332    },
333    "HealthStatus": {
334      "base": null,
335      "refs": {
336        "HttpInstanceSummary$HealthStatus": "<p>If you configured health checking in the service, the current health status of the service instance.</p>",
337        "InstanceHealthStatusMap$value": null
338      }
339    },
340    "HealthStatusFilter": {
341      "base": null,
342      "refs": {
343        "DiscoverInstancesRequest$HealthStatus": "<p>The health status of the instances that you want to discover.</p>"
344      }
345    },
346    "HttpInstanceSummary": {
347      "base": "<p>In a response to a <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_DiscoverInstances.html\">DiscoverInstances</a> request, <code>HttpInstanceSummary</code> contains information about one instance that matches the values that you specified in the request.</p>",
348      "refs": {
349        "HttpInstanceSummaryList$member": null
350      }
351    },
352    "HttpInstanceSummaryList": {
353      "base": null,
354      "refs": {
355        "DiscoverInstancesResponse$Instances": "<p>A complex type that contains one <code>HttpInstanceSummary</code> for each registered instance.</p>"
356      }
357    },
358    "HttpProperties": {
359      "base": "<p>A complex type that contains the name of an HTTP namespace.</p>",
360      "refs": {
361        "NamespaceProperties$HttpProperties": "<p>A complex type that contains the name of an HTTP namespace.</p>"
362      }
363    },
364    "Instance": {
365      "base": "<p>A complex type that contains information about an instance that AWS Cloud Map creates when you submit a <code>RegisterInstance</code> request.</p>",
366      "refs": {
367        "GetInstanceResponse$Instance": "<p>A complex type that contains information about a specified instance.</p>"
368      }
369    },
370    "InstanceHealthStatusMap": {
371      "base": null,
372      "refs": {
373        "GetInstancesHealthStatusResponse$Status": "<p>A complex type that contains the IDs and the health status of the instances that you specified in the <code>GetInstancesHealthStatus</code> request.</p>"
374      }
375    },
376    "InstanceId": {
377      "base": null,
378      "refs": {
379        "RegisterInstanceRequest$InstanceId": "<p>An identifier that you want to associate with the instance. Note the following:</p> <ul> <li> <p>If the service that is specified by <code>ServiceId</code> includes settings for an <code>SRV</code> record, the value of <code>InstanceId</code> is automatically included as part of the value for the <code>SRV</code> record. For more information, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_DnsRecord.html#cloudmap-Type-DnsRecord-Type\">DnsRecord &gt; Type</a>.</p> </li> <li> <p>You can use this value to update an existing instance.</p> </li> <li> <p>To register a new instance, you must specify a value that is unique among instances that you register by using the same service. </p> </li> <li> <p>If you specify an existing <code>InstanceId</code> and <code>ServiceId</code>, AWS Cloud Map updates the existing DNS records, if any. If there's also an existing health check, AWS Cloud Map deletes the old health check and creates a new one. </p> <note> <p>The health check isn't deleted immediately, so it will still appear for a while if you submit a <code>ListHealthChecks</code> request, for example.</p> </note> </li> </ul>"
380      }
381    },
382    "InstanceIdList": {
383      "base": null,
384      "refs": {
385        "GetInstancesHealthStatusRequest$Instances": "<p>An array that contains the IDs of all the instances that you want to get the health status for.</p> <p>If you omit <code>Instances</code>, AWS Cloud Map returns the health status for all the instances that are associated with the specified service.</p> <note> <p>To get the IDs for the instances that you've registered by using a specified service, submit a <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_ListInstances.html\">ListInstances</a> request.</p> </note>"
386      }
387    },
388    "InstanceNotFound": {
389      "base": "<p>No instance exists with the specified ID, or the instance was recently registered, and information about the instance hasn't propagated yet.</p>",
390      "refs": {
391      }
392    },
393    "InstanceSummary": {
394      "base": "<p>A complex type that contains information about the instances that you registered by using a specified service.</p>",
395      "refs": {
396        "InstanceSummaryList$member": null
397      }
398    },
399    "InstanceSummaryList": {
400      "base": null,
401      "refs": {
402        "ListInstancesResponse$Instances": "<p>Summary information about the instances that are associated with the specified service.</p>"
403      }
404    },
405    "InvalidInput": {
406      "base": "<p>One or more specified values aren't valid. For example, a required value might be missing, a numeric value might be outside the allowed range, or a string value might exceed length constraints.</p>",
407      "refs": {
408      }
409    },
410    "ListInstancesRequest": {
411      "base": null,
412      "refs": {
413      }
414    },
415    "ListInstancesResponse": {
416      "base": null,
417      "refs": {
418      }
419    },
420    "ListNamespacesRequest": {
421      "base": null,
422      "refs": {
423      }
424    },
425    "ListNamespacesResponse": {
426      "base": null,
427      "refs": {
428      }
429    },
430    "ListOperationsRequest": {
431      "base": null,
432      "refs": {
433      }
434    },
435    "ListOperationsResponse": {
436      "base": null,
437      "refs": {
438      }
439    },
440    "ListServicesRequest": {
441      "base": null,
442      "refs": {
443      }
444    },
445    "ListServicesResponse": {
446      "base": null,
447      "refs": {
448      }
449    },
450    "ListTagsForResourceRequest": {
451      "base": null,
452      "refs": {
453      }
454    },
455    "ListTagsForResourceResponse": {
456      "base": null,
457      "refs": {
458      }
459    },
460    "MaxResults": {
461      "base": null,
462      "refs": {
463        "GetInstancesHealthStatusRequest$MaxResults": "<p>The maximum number of instances that you want AWS Cloud Map to return in the response to a <code>GetInstancesHealthStatus</code> request. If you don't specify a value for <code>MaxResults</code>, AWS Cloud Map returns up to 100 instances.</p>",
464        "ListInstancesRequest$MaxResults": "<p>The maximum number of instances that you want AWS Cloud Map to return in the response to a <code>ListInstances</code> request. If you don't specify a value for <code>MaxResults</code>, AWS Cloud Map returns up to 100 instances.</p>",
465        "ListNamespacesRequest$MaxResults": "<p>The maximum number of namespaces that you want AWS Cloud Map to return in the response to a <code>ListNamespaces</code> request. If you don't specify a value for <code>MaxResults</code>, AWS Cloud Map returns up to 100 namespaces.</p>",
466        "ListOperationsRequest$MaxResults": "<p>The maximum number of items that you want AWS Cloud Map to return in the response to a <code>ListOperations</code> request. If you don't specify a value for <code>MaxResults</code>, AWS Cloud Map returns up to 100 operations.</p>",
467        "ListServicesRequest$MaxResults": "<p>The maximum number of services that you want AWS Cloud Map to return in the response to a <code>ListServices</code> request. If you don't specify a value for <code>MaxResults</code>, AWS Cloud Map returns up to 100 services.</p>"
468      }
469    },
470    "Message": {
471      "base": null,
472      "refs": {
473        "Operation$ErrorMessage": "<p>If the value of <code>Status</code> is <code>FAIL</code>, the reason that the operation failed.</p>"
474      }
475    },
476    "Namespace": {
477      "base": "<p>A complex type that contains information about a specified namespace.</p>",
478      "refs": {
479        "GetNamespaceResponse$Namespace": "<p>A complex type that contains information about the specified namespace.</p>"
480      }
481    },
482    "NamespaceAlreadyExists": {
483      "base": "<p>The namespace that you're trying to create already exists.</p>",
484      "refs": {
485      }
486    },
487    "NamespaceFilter": {
488      "base": "<p>A complex type that identifies the namespaces that you want to list. You can choose to list public or private namespaces.</p>",
489      "refs": {
490        "NamespaceFilters$member": null
491      }
492    },
493    "NamespaceFilterName": {
494      "base": null,
495      "refs": {
496        "NamespaceFilter$Name": "<p>Specify <code>TYPE</code>.</p>"
497      }
498    },
499    "NamespaceFilters": {
500      "base": null,
501      "refs": {
502        "ListNamespacesRequest$Filters": "<p>A complex type that contains specifications for the namespaces that you want to list.</p> <p>If you specify more than one filter, a namespace must match all filters to be returned by <code>ListNamespaces</code>.</p>"
503      }
504    },
505    "NamespaceName": {
506      "base": null,
507      "refs": {
508        "DiscoverInstancesRequest$NamespaceName": "<p>The <code>HttpName</code> name of the namespace, found in the <code>HttpProperties</code> member of the <code>Properties</code> member of the namespace.</p>",
509        "HttpProperties$HttpName": "<p>The name of an HTTP namespace.</p>",
510        "Namespace$Name": "<p>The name of the namespace, such as <code>example.com</code>.</p>",
511        "NamespaceSummary$Name": "<p>The name of the namespace. When you create a namespace, AWS Cloud Map automatically creates a Route 53 hosted zone that has the same name as the namespace.</p>"
512      }
513    },
514    "NamespaceNameHttp": {
515      "base": null,
516      "refs": {
517        "CreateHttpNamespaceRequest$Name": "<p>The name that you want to assign to this namespace.</p>",
518        "HttpInstanceSummary$NamespaceName": "<p> <code/> <code/> <code/> </p> <p>The <code>HttpName</code> name of the namespace, found in the <code>HttpProperties</code> member of the <code>Properties</code> member of the namespace.</p>"
519      }
520    },
521    "NamespaceNamePrivate": {
522      "base": null,
523      "refs": {
524        "CreatePrivateDnsNamespaceRequest$Name": "<p>The name that you want to assign to this namespace. When you create a private DNS namespace, AWS Cloud Map automatically creates an Amazon Route 53 private hosted zone that has the same name as the namespace.</p>"
525      }
526    },
527    "NamespaceNamePublic": {
528      "base": null,
529      "refs": {
530        "CreatePublicDnsNamespaceRequest$Name": "<p>The name that you want to assign to this namespace.</p>"
531      }
532    },
533    "NamespaceNotFound": {
534      "base": "<p>No namespace exists with the specified ID.</p>",
535      "refs": {
536      }
537    },
538    "NamespaceProperties": {
539      "base": "<p>A complex type that contains information that is specific to the namespace type.</p>",
540      "refs": {
541        "Namespace$Properties": "<p>A complex type that contains information that's specific to the type of the namespace.</p>",
542        "NamespaceSummary$Properties": "<p>The properties of the namespace.</p>"
543      }
544    },
545    "NamespaceSummariesList": {
546      "base": null,
547      "refs": {
548        "ListNamespacesResponse$Namespaces": "<p>An array that contains one <code>NamespaceSummary</code> object for each namespace that matches the specified filter criteria.</p>"
549      }
550    },
551    "NamespaceSummary": {
552      "base": "<p>A complex type that contains information about a namespace.</p>",
553      "refs": {
554        "NamespaceSummariesList$member": null
555      }
556    },
557    "NamespaceType": {
558      "base": null,
559      "refs": {
560        "Namespace$Type": "<p>The type of the namespace. The methods for discovering instances depends on the value that you specify:</p> <dl> <dt>HTTP</dt> <dd> <p>Instances can be discovered only programmatically, using the AWS Cloud Map <code>DiscoverInstances</code> API.</p> </dd> <dt>DNS_PUBLIC</dt> <dd> <p>Instances can be discovered using public DNS queries and using the <code>DiscoverInstances</code> API.</p> </dd> <dt>DNS_PRIVATE</dt> <dd> <p>Instances can be discovered using DNS queries in VPCs and using the <code>DiscoverInstances</code> API.</p> </dd> </dl>",
561        "NamespaceSummary$Type": "<p>The type of the namespace, either public or private.</p>"
562      }
563    },
564    "NextToken": {
565      "base": null,
566      "refs": {
567        "GetInstancesHealthStatusRequest$NextToken": "<p>For the first <code>GetInstancesHealthStatus</code> request, omit this value.</p> <p>If more than <code>MaxResults</code> instances match the specified criteria, you can submit another <code>GetInstancesHealthStatus</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p>",
568        "GetInstancesHealthStatusResponse$NextToken": "<p>If more than <code>MaxResults</code> instances match the specified criteria, you can submit another <code>GetInstancesHealthStatus</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p>",
569        "ListInstancesRequest$NextToken": "<p>For the first <code>ListInstances</code> request, omit this value.</p> <p>If more than <code>MaxResults</code> instances match the specified criteria, you can submit another <code>ListInstances</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p>",
570        "ListInstancesResponse$NextToken": "<p>If more than <code>MaxResults</code> instances match the specified criteria, you can submit another <code>ListInstances</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p>",
571        "ListNamespacesRequest$NextToken": "<p>For the first <code>ListNamespaces</code> request, omit this value.</p> <p>If the response contains <code>NextToken</code>, submit another <code>ListNamespaces</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p> <note> <p>AWS Cloud Map gets <code>MaxResults</code> namespaces and then filters them based on the specified criteria. It's possible that no namespaces in the first <code>MaxResults</code> namespaces matched the specified criteria but that subsequent groups of <code>MaxResults</code> namespaces do contain namespaces that match the criteria.</p> </note>",
572        "ListNamespacesResponse$NextToken": "<p>If the response contains <code>NextToken</code>, submit another <code>ListNamespaces</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p> <note> <p>AWS Cloud Map gets <code>MaxResults</code> namespaces and then filters them based on the specified criteria. It's possible that no namespaces in the first <code>MaxResults</code> namespaces matched the specified criteria but that subsequent groups of <code>MaxResults</code> namespaces do contain namespaces that match the criteria.</p> </note>",
573        "ListOperationsRequest$NextToken": "<p>For the first <code>ListOperations</code> request, omit this value.</p> <p>If the response contains <code>NextToken</code>, submit another <code>ListOperations</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p> <note> <p>AWS Cloud Map gets <code>MaxResults</code> operations and then filters them based on the specified criteria. It's possible that no operations in the first <code>MaxResults</code> operations matched the specified criteria but that subsequent groups of <code>MaxResults</code> operations do contain operations that match the criteria.</p> </note>",
574        "ListOperationsResponse$NextToken": "<p>If the response contains <code>NextToken</code>, submit another <code>ListOperations</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p> <note> <p>AWS Cloud Map gets <code>MaxResults</code> operations and then filters them based on the specified criteria. It's possible that no operations in the first <code>MaxResults</code> operations matched the specified criteria but that subsequent groups of <code>MaxResults</code> operations do contain operations that match the criteria.</p> </note>",
575        "ListServicesRequest$NextToken": "<p>For the first <code>ListServices</code> request, omit this value.</p> <p>If the response contains <code>NextToken</code>, submit another <code>ListServices</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p> <note> <p>AWS Cloud Map gets <code>MaxResults</code> services and then filters them based on the specified criteria. It's possible that no services in the first <code>MaxResults</code> services matched the specified criteria but that subsequent groups of <code>MaxResults</code> services do contain services that match the criteria.</p> </note>",
576        "ListServicesResponse$NextToken": "<p>If the response contains <code>NextToken</code>, submit another <code>ListServices</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p> <note> <p>AWS Cloud Map gets <code>MaxResults</code> services and then filters them based on the specified criteria. It's possible that no services in the first <code>MaxResults</code> services matched the specified criteria but that subsequent groups of <code>MaxResults</code> services do contain services that match the criteria.</p> </note>"
577      }
578    },
579    "Operation": {
580      "base": "<p>A complex type that contains information about a specified operation.</p>",
581      "refs": {
582        "GetOperationResponse$Operation": "<p>A complex type that contains information about the operation.</p>"
583      }
584    },
585    "OperationFilter": {
586      "base": "<p>A complex type that lets you select the operations that you want to list.</p>",
587      "refs": {
588        "OperationFilters$member": null
589      }
590    },
591    "OperationFilterName": {
592      "base": null,
593      "refs": {
594        "OperationFilter$Name": "<p>Specify the operations that you want to get:</p> <ul> <li> <p> <b>NAMESPACE_ID</b>: Gets operations related to specified namespaces.</p> </li> <li> <p> <b>SERVICE_ID</b>: Gets operations related to specified services.</p> </li> <li> <p> <b>STATUS</b>: Gets operations based on the status of the operations: <code>SUBMITTED</code>, <code>PENDING</code>, <code>SUCCEED</code>, or <code>FAIL</code>.</p> </li> <li> <p> <b>TYPE</b>: Gets specified types of operation.</p> </li> <li> <p> <b>UPDATE_DATE</b>: Gets operations that changed status during a specified date/time range. </p> </li> </ul>"
595      }
596    },
597    "OperationFilters": {
598      "base": null,
599      "refs": {
600        "ListOperationsRequest$Filters": "<p>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.</p> <p>If you specify more than one filter, an operation must match all filters to be returned by <code>ListOperations</code>.</p>"
601      }
602    },
603    "OperationId": {
604      "base": null,
605      "refs": {
606        "CreateHttpNamespaceResponse$OperationId": "<p>A value that you can use to determine whether the request completed successfully. To get the status of the operation, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html\">GetOperation</a>.</p>",
607        "CreatePrivateDnsNamespaceResponse$OperationId": "<p>A value that you can use to determine whether the request completed successfully. To get the status of the operation, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html\">GetOperation</a>.</p>",
608        "CreatePublicDnsNamespaceResponse$OperationId": "<p>A value that you can use to determine whether the request completed successfully. To get the status of the operation, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html\">GetOperation</a>.</p>",
609        "DeleteNamespaceResponse$OperationId": "<p>A value that you can use to determine whether the request completed successfully. To get the status of the operation, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html\">GetOperation</a>.</p>",
610        "DeregisterInstanceResponse$OperationId": "<p>A value that you can use to determine whether the request completed successfully. For more information, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html\">GetOperation</a>.</p>",
611        "Operation$Id": "<p>The ID of the operation that you want to get information about.</p>",
612        "OperationSummary$Id": "<p>The ID for an operation.</p>",
613        "RegisterInstanceResponse$OperationId": "<p>A value that you can use to determine whether the request completed successfully. To get the status of the operation, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html\">GetOperation</a>.</p>",
614        "UpdateServiceResponse$OperationId": "<p>A value that you can use to determine whether the request completed successfully. To get the status of the operation, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html\">GetOperation</a>.</p>"
615      }
616    },
617    "OperationNotFound": {
618      "base": "<p>No operation exists with the specified ID.</p>",
619      "refs": {
620      }
621    },
622    "OperationStatus": {
623      "base": null,
624      "refs": {
625        "Operation$Status": "<p>The status of the operation. Values include the following:</p> <dl> <dt>SUBMITTED</dt> <dd> <p>This is the initial state immediately after you submit a request.</p> </dd> <dt>PENDING</dt> <dd> <p>AWS Cloud Map is performing the operation.</p> </dd> <dt>SUCCESS</dt> <dd> <p>The operation succeeded.</p> </dd> <dt>FAIL</dt> <dd> <p>The operation failed. For the failure reason, see <code>ErrorMessage</code>.</p> </dd> </dl>",
626        "OperationSummary$Status": "<p>The status of the operation. Values include the following:</p> <ul> <li> <p> <b>SUBMITTED</b>: This is the initial state immediately after you submit a request.</p> </li> <li> <p> <b>PENDING</b>: AWS Cloud Map is performing the operation.</p> </li> <li> <p> <b>SUCCESS</b>: The operation succeeded.</p> </li> <li> <p> <b>FAIL</b>: The operation failed. For the failure reason, see <code>ErrorMessage</code>.</p> </li> </ul>"
627      }
628    },
629    "OperationSummary": {
630      "base": "<p>A complex type that contains information about an operation that matches the criteria that you specified in a <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_ListOperations.html\">ListOperations</a> request.</p>",
631      "refs": {
632        "OperationSummaryList$member": null
633      }
634    },
635    "OperationSummaryList": {
636      "base": null,
637      "refs": {
638        "ListOperationsResponse$Operations": "<p>Summary information about the operations that match the specified criteria.</p>"
639      }
640    },
641    "OperationTargetType": {
642      "base": null,
643      "refs": {
644        "OperationTargetsMap$key": null
645      }
646    },
647    "OperationTargetsMap": {
648      "base": null,
649      "refs": {
650        "Operation$Targets": "<p>The name of the target entity that is associated with the operation:</p> <dl> <dt>NAMESPACE</dt> <dd> <p>The namespace ID is returned in the <code>ResourceId</code> property.</p> </dd> <dt>SERVICE</dt> <dd> <p>The service ID is returned in the <code>ResourceId</code> property.</p> </dd> <dt>INSTANCE</dt> <dd> <p>The instance ID is returned in the <code>ResourceId</code> property.</p> </dd> </dl>"
651      }
652    },
653    "OperationType": {
654      "base": null,
655      "refs": {
656        "Operation$Type": "<p>The name of the operation that is associated with the specified ID.</p>"
657      }
658    },
659    "RecordTTL": {
660      "base": null,
661      "refs": {
662        "DnsRecord$TTL": "<p>The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.</p> <note> <p>Alias records don't include a TTL because Route 53 uses the TTL for the AWS resource that an alias record routes traffic to. If you include the <code>AWS_ALIAS_DNS_NAME</code> attribute when you submit a <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html\">RegisterInstance</a> request, the <code>TTL</code> value is ignored. Always specify a TTL for the service; you can use a service to register instances that create either alias or non-alias records.</p> </note>"
663      }
664    },
665    "RecordType": {
666      "base": null,
667      "refs": {
668        "DnsRecord$Type": "<p>The type of the resource, which indicates the type of value that Route 53 returns in response to DNS queries. You can specify values for <code>Type</code> in the following combinations:</p> <ul> <li> <p> <b> <code>A</code> </b> </p> </li> <li> <p> <b> <code>AAAA</code> </b> </p> </li> <li> <p> <b> <code>A</code> </b> and <b> <code>AAAA</code> </b> </p> </li> <li> <p> <b> <code>SRV</code> </b> </p> </li> <li> <p> <b> <code>CNAME</code> </b> </p> </li> </ul> <p>If you want AWS Cloud Map to create a Route 53 alias record when you register an instance, specify <code>A</code> or <code>AAAA</code> for <code>Type</code>.</p> <p>You specify other settings, such as the IP address for <code>A</code> and <code>AAAA</code> records, when you register an instance. For more information, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html\">RegisterInstance</a>.</p> <p>The following values are supported:</p> <dl> <dt>A</dt> <dd> <p>Route 53 returns the IP address of the resource in IPv4 format, such as 192.0.2.44.</p> </dd> <dt>AAAA</dt> <dd> <p>Route 53 returns the IP address of the resource in IPv6 format, such as 2001:0db8:85a3:0000:0000:abcd:0001:2345.</p> </dd> <dt>CNAME</dt> <dd> <p>Route 53 returns the domain name of the resource, such as www.example.com. Note the following:</p> <ul> <li> <p>You specify the domain name that you want to route traffic to when you register an instance. For more information, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html#cloudmap-RegisterInstance-request-Attributes\">Attributes</a> in the topic <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html\">RegisterInstance</a>.</p> </li> <li> <p>You must specify <code>WEIGHTED</code> for the value of <code>RoutingPolicy</code>.</p> </li> <li> <p>You can't specify both <code>CNAME</code> for <code>Type</code> and settings for <code>HealthCheckConfig</code>. If you do, the request will fail with an <code>InvalidInput</code> error.</p> </li> </ul> </dd> <dt>SRV</dt> <dd> <p>Route 53 returns the value for an <code>SRV</code> record. The value for an <code>SRV</code> record uses the following values:</p> <p> <code>priority weight port service-hostname</code> </p> <p>Note the following about the values:</p> <ul> <li> <p>The values of <code>priority</code> and <code>weight</code> are both set to <code>1</code> and can't be changed. </p> </li> <li> <p>The value of <code>port</code> comes from the value that you specify for the <code>AWS_INSTANCE_PORT</code> attribute when you submit a <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html\">RegisterInstance</a> request. </p> </li> <li> <p>The value of <code>service-hostname</code> is a concatenation of the following values:</p> <ul> <li> <p>The value that you specify for <code>InstanceId</code> when you register an instance.</p> </li> <li> <p>The name of the service.</p> </li> <li> <p>The name of the namespace. </p> </li> </ul> <p>For example, if the value of <code>InstanceId</code> is <code>test</code>, the name of the service is <code>backend</code>, and the name of the namespace is <code>example.com</code>, the value of <code>service-hostname</code> is the following:</p> <p> <code>test.backend.example.com</code> </p> </li> </ul> <p>If you specify settings for an <code>SRV</code> record, note the following:</p> <ul> <li> <p>If you specify values for <code>AWS_INSTANCE_IPV4</code>, <code>AWS_INSTANCE_IPV6</code>, or both in the <code>RegisterInstance</code> request, AWS Cloud Map automatically creates <code>A</code> and/or <code>AAAA</code> records that have the same name as the value of <code>service-hostname</code> in the <code>SRV</code> record. You can ignore these records.</p> </li> <li> <p>If you're using a system that requires a specific <code>SRV</code> format, such as HAProxy, see the <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_CreateService.html#cloudmap-CreateService-request-Name\">Name</a> element in the documentation about <code>CreateService</code> for information about how to specify the correct name format.</p> </li> </ul> </dd> </dl>"
669      }
670    },
671    "RegisterInstanceRequest": {
672      "base": null,
673      "refs": {
674      }
675    },
676    "RegisterInstanceResponse": {
677      "base": null,
678      "refs": {
679      }
680    },
681    "RequestLimitExceeded": {
682      "base": "<p>The operation can't be completed because you've reached the quota for the number of requests. For more information, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/dg/throttling.html\">AWS Cloud Map API request throttling quota</a> in the <i>AWS Cloud Map Developer Guide</i>.</p>",
683      "refs": {
684      }
685    },
686    "ResourceCount": {
687      "base": null,
688      "refs": {
689        "Namespace$ServiceCount": "<p>The number of services that are associated with the namespace.</p>",
690        "NamespaceSummary$ServiceCount": "<p>The number of services that were created using the namespace.</p>",
691        "Service$InstanceCount": "<p>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. The count might not reflect pending registrations and deregistrations.</p>",
692        "ServiceSummary$InstanceCount": "<p>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. The count might not reflect pending registrations and deregistrations.</p>"
693      }
694    },
695    "ResourceDescription": {
696      "base": null,
697      "refs": {
698        "CreateHttpNamespaceRequest$Description": "<p>A description for the namespace.</p>",
699        "CreatePrivateDnsNamespaceRequest$Description": "<p>A description for the namespace.</p>",
700        "CreatePublicDnsNamespaceRequest$Description": "<p>A description for the namespace.</p>",
701        "CreateServiceRequest$Description": "<p>A description for the service.</p>",
702        "Namespace$Description": "<p>The description that you specify for the namespace when you create it.</p>",
703        "NamespaceSummary$Description": "<p>A description for the namespace.</p>",
704        "Service$Description": "<p>The description of the service.</p>",
705        "ServiceChange$Description": "<p>A description for the service.</p>",
706        "ServiceSummary$Description": "<p>The description that you specify when you create the service.</p>"
707      }
708    },
709    "ResourceId": {
710      "base": null,
711      "refs": {
712        "CreateHttpNamespaceRequest$CreatorRequestId": "<p>A unique string that identifies the request and that allows failed <code>CreateHttpNamespace</code> requests to be retried without the risk of running the operation twice. <code>CreatorRequestId</code> can be any unique string, for example, a date/time stamp.</p>",
713        "CreatePrivateDnsNamespaceRequest$CreatorRequestId": "<p>A unique string that identifies the request and that allows failed <code>CreatePrivateDnsNamespace</code> requests to be retried without the risk of running the operation twice. <code>CreatorRequestId</code> can be any unique string, for example, a date/timestamp.</p>",
714        "CreatePrivateDnsNamespaceRequest$Vpc": "<p>The ID of the Amazon VPC that you want to associate the namespace with.</p>",
715        "CreatePublicDnsNamespaceRequest$CreatorRequestId": "<p>A unique string that identifies the request and that allows failed <code>CreatePublicDnsNamespace</code> requests to be retried without the risk of running the operation twice. <code>CreatorRequestId</code> can be any unique string, for example, a date/timestamp.</p>",
716        "CreateServiceRequest$NamespaceId": "<p>The ID of the namespace that you want to use to create the service. The namespace ID must be specified, but it can be specified either here or in the <code>DnsConfig</code> object.</p>",
717        "CreateServiceRequest$CreatorRequestId": "<p>A unique string that identifies the request and that allows failed <code>CreateService</code> requests to be retried without the risk of running the operation twice. <code>CreatorRequestId</code> can be any unique string, for example, a date/timestamp.</p>",
718        "DeleteNamespaceRequest$Id": "<p>The ID of the namespace that you want to delete.</p>",
719        "DeleteServiceRequest$Id": "<p>The ID of the service that you want to delete.</p>",
720        "DeregisterInstanceRequest$ServiceId": "<p>The ID of the service that the instance is associated with.</p>",
721        "DeregisterInstanceRequest$InstanceId": "<p>The value that you specified for <code>Id</code> in the <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html\">RegisterInstance</a> request.</p>",
722        "DnsConfig$NamespaceId": "<p>The ID of the namespace to use for DNS configuration.</p>",
723        "DnsProperties$HostedZoneId": "<p>The ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.</p>",
724        "DuplicateRequest$DuplicateOperationId": "<p>The ID of the operation that is already in progress.</p>",
725        "GetInstanceRequest$ServiceId": "<p>The ID of the service that the instance is associated with.</p>",
726        "GetInstanceRequest$InstanceId": "<p>The ID of the instance that you want to get information about.</p>",
727        "GetInstancesHealthStatusRequest$ServiceId": "<p>The ID of the service that the instance is associated with.</p>",
728        "GetNamespaceRequest$Id": "<p>The ID of the namespace that you want to get information about.</p>",
729        "GetOperationRequest$OperationId": "<p>The ID of the operation that you want to get more information about.</p>",
730        "GetServiceRequest$Id": "<p>The ID of the service that you want to get settings for.</p>",
731        "HttpInstanceSummary$InstanceId": "<p>The ID of an instance that matches the values that you specified in the request.</p>",
732        "Instance$Id": "<p>An identifier that you want to associate with the instance. Note the following:</p> <ul> <li> <p>If the service that is specified by <code>ServiceId</code> includes settings for an <code>SRV</code> record, the value of <code>InstanceId</code> is automatically included as part of the value for the <code>SRV</code> record. For more information, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_DnsRecord.html#cloudmap-Type-DnsRecord-Type\">DnsRecord &gt; Type</a>.</p> </li> <li> <p>You can use this value to update an existing instance.</p> </li> <li> <p>To register a new instance, you must specify a value that is unique among instances that you register by using the same service. </p> </li> <li> <p>If you specify an existing <code>InstanceId</code> and <code>ServiceId</code>, AWS Cloud Map updates the existing DNS records. If there's also an existing health check, AWS Cloud Map deletes the old health check and creates a new one. </p> <note> <p>The health check isn't deleted immediately, so it will still appear for a while if you submit a <code>ListHealthChecks</code> request, for example.</p> </note> </li> </ul>",
733        "Instance$CreatorRequestId": "<p>A unique string that identifies the request and that allows failed <code>RegisterInstance</code> requests to be retried without the risk of executing the operation twice. You must use a unique <code>CreatorRequestId</code> string every time you submit a <code>RegisterInstance</code> request if you're registering additional instances for the same namespace and service. <code>CreatorRequestId</code> can be any unique string, for example, a date/time stamp.</p>",
734        "InstanceHealthStatusMap$key": null,
735        "InstanceIdList$member": null,
736        "InstanceSummary$Id": "<p>The ID for an instance that you created by using a specified service.</p>",
737        "ListInstancesRequest$ServiceId": "<p>The ID of the service that you want to list instances for.</p>",
738        "Namespace$Id": "<p>The ID of a namespace.</p>",
739        "Namespace$CreatorRequestId": "<p>A unique string that identifies the request and that allows failed requests to be retried without the risk of running an operation twice. </p>",
740        "NamespaceAlreadyExists$CreatorRequestId": "<p>The <code>CreatorRequestId</code> that was used to create the namespace.</p>",
741        "NamespaceAlreadyExists$NamespaceId": "<p>The ID of the existing namespace.</p>",
742        "NamespaceSummary$Id": "<p>The ID of the namespace.</p>",
743        "OperationTargetsMap$value": null,
744        "RegisterInstanceRequest$ServiceId": "<p>The ID of the service that you want to use for settings for the instance.</p>",
745        "RegisterInstanceRequest$CreatorRequestId": "<p>A unique string that identifies the request and that allows failed <code>RegisterInstance</code> requests to be retried without the risk of executing the operation twice. You must use a unique <code>CreatorRequestId</code> string every time you submit a <code>RegisterInstance</code> request if you're registering additional instances for the same namespace and service. <code>CreatorRequestId</code> can be any unique string, for example, a date/time stamp.</p>",
746        "Service$Id": "<p>The ID that AWS Cloud Map assigned to the service when you created it.</p>",
747        "Service$NamespaceId": "<p>The ID of the namespace that was used to create the service.</p>",
748        "Service$CreatorRequestId": "<p>A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. <code>CreatorRequestId</code> can be any unique string, for example, a date/timestamp.</p>",
749        "ServiceAlreadyExists$CreatorRequestId": "<p>The <code>CreatorRequestId</code> that was used to create the service.</p>",
750        "ServiceAlreadyExists$ServiceId": "<p>The ID of the existing service.</p>",
751        "ServiceSummary$Id": "<p>The ID that AWS Cloud Map assigned to the service when you created it.</p>",
752        "UpdateInstanceCustomHealthStatusRequest$ServiceId": "<p>The ID of the service that includes the configuration for the custom health check that you want to change the status for.</p>",
753        "UpdateInstanceCustomHealthStatusRequest$InstanceId": "<p>The ID of the instance that you want to change the health status for.</p>",
754        "UpdateServiceRequest$Id": "<p>The ID of the service that you want to update.</p>"
755      }
756    },
757    "ResourceInUse": {
758      "base": "<p>The specified resource can't be deleted because it contains other resources. For example, you can't delete a service that contains any instances.</p>",
759      "refs": {
760      }
761    },
762    "ResourceLimitExceeded": {
763      "base": "<p>The resource can't be created because you've reached the quota on the number of resources.</p>",
764      "refs": {
765      }
766    },
767    "ResourceNotFoundException": {
768      "base": "<p>The operation can't be completed because the resource was not found.</p>",
769      "refs": {
770      }
771    },
772    "ResourcePath": {
773      "base": null,
774      "refs": {
775        "HealthCheckConfig$ResourcePath": "<p>The path that you want Route 53 to request when performing health checks. The path can be any value for which your endpoint returns an HTTP status code of a 2xx or 3xx format when the endpoint is healthy, such as the file <code>/docs/route53-health-check.html</code>. Route 53 automatically adds the DNS name for the service. If you don't specify a value for <code>ResourcePath</code>, the default value is <code>/</code>.</p> <p>If you specify <code>TCP</code> for <code>Type</code>, you must <i>not</i> specify a value for <code>ResourcePath</code>.</p>"
776      }
777    },
778    "RoutingPolicy": {
779      "base": null,
780      "refs": {
781        "DnsConfig$RoutingPolicy": "<p>The routing policy that you want to apply to all Route 53 DNS records that AWS Cloud Map creates when you register an instance and specify this service.</p> <note> <p>If you want to use this service to register instances that create alias records, specify <code>WEIGHTED</code> for the routing policy.</p> </note> <p>You can specify the following values:</p> <dl> <dt>MULTIVALUE</dt> <dd> <p>If you define a health check for the service and the health check is healthy, Route 53 returns the applicable value for up to eight instances.</p> <p>For example, suppose that the service includes configurations for one <code>A</code> record and a health check. You use the service to register 10 instances. Route 53 responds to DNS queries with IP addresses for up to eight healthy instances. If fewer than eight instances are healthy, Route 53 responds to every DNS query with the IP addresses for all of the healthy instances.</p> <p>If you don't define a health check for the service, Route 53 assumes that all instances are healthy and returns the values for up to eight instances.</p> <p>For more information about the multivalue routing policy, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-multivalue\">Multivalue Answer Routing</a> in the <i>Route 53 Developer Guide</i>.</p> </dd> <dt>WEIGHTED</dt> <dd> <p>Route 53 returns the applicable value from one randomly selected instance from among the instances that you registered using the same service. Currently, all records have the same weight, so you can't route more or less traffic to any instances.</p> <p>For example, suppose that the service includes configurations for one <code>A</code> record and a health check. You use the service to register 10 instances. Route 53 responds to DNS queries with the IP address for one randomly selected instance from among the healthy instances. If no instances are healthy, Route 53 responds to DNS queries as if all of the instances were healthy.</p> <p>If you don't define a health check for the service, Route 53 assumes that all instances are healthy and returns the applicable value for one randomly selected instance.</p> <p>For more information about the weighted routing policy, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-weighted\">Weighted Routing</a> in the <i>Route 53 Developer Guide</i>.</p> </dd> </dl>"
782      }
783    },
784    "Service": {
785      "base": "<p>A complex type that contains information about the specified service.</p>",
786      "refs": {
787        "CreateServiceResponse$Service": "<p>A complex type that contains information about the new service.</p>",
788        "GetServiceResponse$Service": "<p>A complex type that contains information about the service.</p>"
789      }
790    },
791    "ServiceAlreadyExists": {
792      "base": "<p>The service can't be created because a service with the same name already exists.</p>",
793      "refs": {
794      }
795    },
796    "ServiceChange": {
797      "base": "<p>A complex type that contains changes to an existing service.</p>",
798      "refs": {
799        "UpdateServiceRequest$Service": "<p>A complex type that contains the new settings for the service.</p>"
800      }
801    },
802    "ServiceFilter": {
803      "base": "<p>A complex type that lets you specify the namespaces that you want to list services for.</p>",
804      "refs": {
805        "ServiceFilters$member": null
806      }
807    },
808    "ServiceFilterName": {
809      "base": null,
810      "refs": {
811        "ServiceFilter$Name": "<p>Specify <code>NAMESPACE_ID</code>.</p>"
812      }
813    },
814    "ServiceFilters": {
815      "base": null,
816      "refs": {
817        "ListServicesRequest$Filters": "<p>A complex type that contains specifications for the namespaces that you want to list services for. </p> <p>If you specify more than one filter, an operation must match all filters to be returned by <code>ListServices</code>.</p>"
818      }
819    },
820    "ServiceName": {
821      "base": null,
822      "refs": {
823        "CreateServiceRequest$Name": "<p>The name that you want to assign to the service.</p> <p>If you want AWS Cloud Map to create an <code>SRV</code> record when you register an instance and you're using a system that requires a specific <code>SRV</code> format, such as <a href=\"http://www.haproxy.org/\">HAProxy</a>, specify the following for <code>Name</code>:</p> <ul> <li> <p>Start the name with an underscore (_), such as <code>_exampleservice</code>.</p> </li> <li> <p>End the name with <i>._protocol</i>, such as <code>._tcp</code>.</p> </li> </ul> <p>When you register an instance, AWS Cloud Map creates an <code>SRV</code> record and assigns a name to the record by concatenating the service name and the namespace name, for example:</p> <p> <code>_exampleservice._tcp.example.com</code> </p> <note> <p>For services that are accessible by DNS queries, you can't create multiple services with names that differ only by case (such as EXAMPLE and example). Otherwise, these services have the same DNS name and can't be distinguished. However, if you use a namespace that's only accessible by API calls, then you can create services that with names that differ only by case.</p> </note>",
824        "DiscoverInstancesRequest$ServiceName": "<p>The name of the service that you specified when you registered the instance.</p>",
825        "HttpInstanceSummary$ServiceName": "<p>The name of the service that you specified when you registered the instance.</p>",
826        "Service$Name": "<p>The name of the service.</p>",
827        "ServiceSummary$Name": "<p>The name of the service.</p>"
828      }
829    },
830    "ServiceNotFound": {
831      "base": "<p>No service exists with the specified ID.</p>",
832      "refs": {
833      }
834    },
835    "ServiceSummariesList": {
836      "base": null,
837      "refs": {
838        "ListServicesResponse$Services": "<p>An array that contains one <code>ServiceSummary</code> object for each service that matches the specified filter criteria.</p>"
839      }
840    },
841    "ServiceSummary": {
842      "base": "<p>A complex type that contains information about a specified service.</p>",
843      "refs": {
844        "ServiceSummariesList$member": null
845      }
846    },
847    "ServiceType": {
848      "base": null,
849      "refs": {
850        "Service$Type": "<p>Describes the systems that can be used to discover the service instances.</p> <dl> <dt>DNS_HTTP</dt> <dd> <p>The service instances can be discovered using either DNS queries or the <code>DiscoverInstances</code> API operation.</p> </dd> <dt>HTTP</dt> <dd> <p>The service instances can only be discovered using the <code>DiscoverInstances</code> API operation.</p> </dd> <dt>DNS</dt> <dd> <p>Reserved.</p> </dd> </dl>",
851        "ServiceSummary$Type": "<p>Describes the systems that can be used to discover the service instances.</p> <dl> <dt>DNS_HTTP</dt> <dd> <p>The service instances can be discovered using either DNS queries or the <code>DiscoverInstances</code> API operation.</p> </dd> <dt>HTTP</dt> <dd> <p>The service instances can only be discovered using the <code>DiscoverInstances</code> API operation.</p> </dd> <dt>DNS</dt> <dd> <p>Reserved.</p> </dd> </dl>"
852      }
853    },
854    "ServiceTypeOption": {
855      "base": null,
856      "refs": {
857        "CreateServiceRequest$Type": "<p>If present, specifies that the service instances are only discoverable using the <code>DiscoverInstances</code> API operation. No DNS records will be registered for the service instances. The only valid value is <code>HTTP</code>.</p>"
858      }
859    },
860    "Tag": {
861      "base": "<p>A custom key-value pair associated with a resource.</p>",
862      "refs": {
863        "TagList$member": null
864      }
865    },
866    "TagKey": {
867      "base": null,
868      "refs": {
869        "Tag$Key": "<p>The key identifier, or name, of the tag.</p>",
870        "TagKeyList$member": null
871      }
872    },
873    "TagKeyList": {
874      "base": null,
875      "refs": {
876        "UntagResourceRequest$TagKeys": "<p>The tag keys to remove from the specified resource.</p>"
877      }
878    },
879    "TagList": {
880      "base": null,
881      "refs": {
882        "CreateHttpNamespaceRequest$Tags": "<p>The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.</p>",
883        "CreatePrivateDnsNamespaceRequest$Tags": "<p>The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.</p>",
884        "CreatePublicDnsNamespaceRequest$Tags": "<p>The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.</p>",
885        "CreateServiceRequest$Tags": "<p>The tags to add to the service. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.</p>",
886        "ListTagsForResourceResponse$Tags": "<p>The tags that are assigned to the resource.</p>",
887        "TagResourceRequest$Tags": "<p>The tags to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.</p>"
888      }
889    },
890    "TagResourceRequest": {
891      "base": null,
892      "refs": {
893      }
894    },
895    "TagResourceResponse": {
896      "base": null,
897      "refs": {
898      }
899    },
900    "TagValue": {
901      "base": null,
902      "refs": {
903        "Tag$Value": "<p>The string value associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.</p>"
904      }
905    },
906    "Timestamp": {
907      "base": null,
908      "refs": {
909        "Namespace$CreateDate": "<p>The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC). The value of <code>CreateDate</code> is accurate to milliseconds. For example, the value <code>1516925490.087</code> represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
910        "NamespaceSummary$CreateDate": "<p>The date and time that the namespace was created.</p>",
911        "Operation$CreateDate": "<p>The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time (UTC). The value of <code>CreateDate</code> is accurate to milliseconds. For example, the value <code>1516925490.087</code> represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
912        "Operation$UpdateDate": "<p>The date and time that the value of <code>Status</code> changed to the current value, in Unix date/time format and Coordinated Universal Time (UTC). The value of <code>UpdateDate</code> is accurate to milliseconds. For example, the value <code>1516925490.087</code> represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
913        "Service$CreateDate": "<p>The date and time that the service was created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreateDate</code> is accurate to milliseconds. For example, the value <code>1516925490.087</code> represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
914        "ServiceSummary$CreateDate": "<p>The date and time that the service was created.</p>"
915      }
916    },
917    "TooManyTagsException": {
918      "base": "<p>The list of tags on the resource is over the quota. The maximum number of tags that can be applied to a resource is 50.</p>",
919      "refs": {
920      }
921    },
922    "UntagResourceRequest": {
923      "base": null,
924      "refs": {
925      }
926    },
927    "UntagResourceResponse": {
928      "base": null,
929      "refs": {
930      }
931    },
932    "UpdateInstanceCustomHealthStatusRequest": {
933      "base": null,
934      "refs": {
935      }
936    },
937    "UpdateServiceRequest": {
938      "base": null,
939      "refs": {
940      }
941    },
942    "UpdateServiceResponse": {
943      "base": null,
944      "refs": {
945      }
946    }
947  }
948}
949