Module Awso_servicediscovery.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule RecordTTL : sig ... end
Sourcemodule RecordType : sig ... end
Sourcemodule DnsRecord : sig ... end

A complex type that contains information about the RouteĀ 53 DNS records that you want Cloud Map to create when you register an instance.

Sourcemodule ResourceId : sig ... end
Sourcemodule SOA : sig ... end

Start of Authority (SOA) properties for a public or private DNS namespace.

Sourcemodule NamespaceName : sig ... end
Sourcemodule SOAChange : sig ... end

Updated Start of Authority (SOA) properties for a public or private DNS namespace.

Sourcemodule DnsRecordList : sig ... end
Sourcemodule RoutingPolicy : sig ... end
Sourcemodule FailureThreshold : sig ... end
Sourcemodule HealthCheckType : sig ... end
Sourcemodule ResourcePath : sig ... end
Sourcemodule FilterValue : sig ... end
Sourcemodule DnsProperties : sig ... end

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

Sourcemodule HttpProperties : sig ... end

A complex type that contains the name of an HTTP namespace.

Sourcemodule AttrKey : sig ... end
Sourcemodule AttrValue : sig ... end

Updated DNS properties for the public DNS namespace.

Updated DNS properties for the private DNS namespace.

Sourcemodule TagKey : sig ... end
Sourcemodule TagValue : sig ... end
Sourcemodule AWSAccountId : sig ... end
Sourcemodule Arn : sig ... end
Sourcemodule DnsConfig : sig ... end

A complex type that contains information about the Amazon RouteĀ 53 DNS records that you want Cloud Map to create when you register an instance.

Sourcemodule HealthCheckConfig : sig ... end

Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig. If you specify a health check configuration, you can specify either HealthCheckCustomConfig or HealthCheckConfig but not both. Health checks are basic RouteĀ 53 health checks that monitor an Amazon Web Services endpoint. For information about pricing for health checks, see Amazon RouteĀ 53 Pricing. Note the following about configuring health checks. A and AAAA records If DnsConfig includes configurations for both A and AAAA records, Cloud Map creates a health check that uses the IPv4 address to check the health of the resource. If the endpoint tthat's specified by the IPv4 address is unhealthy, RouteĀ 53 considers both the A and AAAA records to be unhealthy. CNAME records You can't specify settings for HealthCheckConfig when the DNSConfig includes CNAME for the value of Type. If you do, the CreateService request will fail with an InvalidInput error. Request interval A RouteĀ 53 health checker in each health-checking Amazon Web Services 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. Therefore, you might sometimes see several requests in one second that's followed by a few seconds with no health checks at all. Health checking regions Health checkers perform checks from all RouteĀ 53 health-checking Regions. For a list of the current Regions, see Regions. Alias records When you register an instance, if you include the AWS_ALIAS_DNS_NAME attribute, Cloud Map creates a RouteĀ 53 alias record. Note the following: RouteĀ 53 automatically sets EvaluateTargetHealth to true for alias records. When EvaluateTargetHealth is true, the alias record inherits the health of the referenced Amazon Web Services resource. such as an ELB load balancer. For more information, see EvaluateTargetHealth. If you include HealthCheckConfig and then use the service to register an instance that creates an alias record, RouteĀ 53 doesn't create the health check. Charges for health checks Health checks are basic RouteĀ 53 health checks that monitor an Amazon Web Services endpoint. For information about pricing for health checks, see Amazon RouteĀ 53 Pricing.

Sourcemodule HealthCheckCustomConfig : sig ... end

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: You can't use a health check that's defined by HealthCheckConfig 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.) You want to use a third-party health checker regardless of where your resources are located. If you specify a health check configuration, you can specify either HealthCheckCustomConfig or HealthCheckConfig but not both. To change the status of a custom health check, submit an UpdateInstanceCustomHealthStatus request. Cloud Map doesn't monitor the status of the resource, it just keeps a record of the status specified in the most recent UpdateInstanceCustomHealthStatus request. Here's how custom health checks work: You create a service. You register an instance. You configure a third-party health checker to monitor the resource that's associated with the new instance. Cloud Map doesn't check the health of the resource directly. The third-party health-checker determines that the resource is unhealthy and notifies your application. Your application submits an UpdateInstanceCustomHealthStatus request. Cloud Map waits for 30 seconds. If another UpdateInstanceCustomHealthStatus request doesn't arrive during that time to change the status back to healthy, Cloud Map stops routing traffic to the resource.

Sourcemodule ResourceCount : sig ... end
Sourcemodule ResourceDescription : sig ... end
Sourcemodule ServiceName : sig ... end
Sourcemodule ServiceType : sig ... end
Sourcemodule Timestamp : sig ... end
Sourcemodule FilterCondition : sig ... end
Sourcemodule FilterValues : sig ... end
Sourcemodule ServiceFilterName : sig ... end
Sourcemodule OperationId : sig ... end
Sourcemodule OperationStatus : sig ... end
Sourcemodule OperationFilterName : sig ... end
Sourcemodule NamespaceProperties : sig ... end

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

Sourcemodule NamespaceType : sig ... end
Sourcemodule NamespaceFilterName : sig ... end
Sourcemodule Attributes : sig ... end
Sourcemodule ServiceAttributeKey : sig ... end
Sourcemodule ServiceAttributeValue : sig ... end
Sourcemodule OperationTargetType : sig ... end
Sourcemodule HealthStatus : sig ... end
Sourcemodule NamespaceNameHttp : sig ... end
Sourcemodule ErrorMessage : sig ... end
Sourcemodule DnsConfigChange : sig ... end

A complex type that contains information about changes to the RouteĀ 53 DNS records that Cloud Map creates when you register an instance.

Updated properties for the public DNS namespace.

Updated properties for the private DNS namespace.

Sourcemodule AmazonResourceName : sig ... end
Sourcemodule Tag : sig ... end

A custom key-value pair that's associated with a resource.

Sourcemodule ServiceSummary : sig ... end

A complex type that contains information about a specified service.

Sourcemodule ServiceFilter : sig ... end

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

Sourcemodule OperationSummary : sig ... end

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

Sourcemodule OperationFilter : sig ... end

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

Sourcemodule NamespaceSummary : sig ... end

A complex type that contains information about a namespace.

Sourcemodule NamespaceFilter : sig ... end

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

Sourcemodule InstanceSummary : sig ... end

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

Sourcemodule ServiceAttributesMap : sig ... end
Sourcemodule Code : sig ... end
Sourcemodule Message : sig ... end
Sourcemodule OperationTargetsMap : sig ... end
Sourcemodule OperationType : sig ... end
Sourcemodule HttpInstanceSummary : sig ... end

In a response to a DiscoverInstances request, HttpInstanceSummary contains information about one instance that matches the values that you specified in the request.

DNS properties for the public DNS namespace.

DNS properties for the private DNS namespace.

Sourcemodule DuplicateRequest : sig ... end

The operation is already in progress.

Sourcemodule InvalidInput : sig ... end

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.

Sourcemodule ServiceNotFound : sig ... end

No service exists with the specified ID.

Sourcemodule ServiceChange : sig ... end

A complex type that contains changes to an existing service.

The attribute can't be added to the service because you've exceeded the quota for the number of attributes you can add to a service.

Sourcemodule NamespaceNotFound : sig ... end

No namespace exists with the specified ID.

Sourcemodule ResourceInUse : sig ... end

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

Sourcemodule PublicDnsNamespaceChange : sig ... end

Updated properties for the public DNS namespace.

Sourcemodule PrivateDnsNamespaceChange : sig ... end

Updated properties for the private DNS namespace.

Sourcemodule CustomHealthStatus : sig ... end
Sourcemodule HttpNamespaceChange : sig ... end

Updated properties for the HTTP namespace.

Sourcemodule ResourceNotFoundException : sig ... end

The operation can't be completed because the resource was not found.

Sourcemodule TagKeyList : sig ... end
Sourcemodule TooManyTagsException : sig ... end

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.

Sourcemodule TagList : sig ... end
Sourcemodule ResourceLimitExceeded : sig ... end

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

Sourcemodule InstanceId : sig ... end
Sourcemodule NextToken : sig ... end
Sourcemodule ServiceSummariesList : sig ... end
Sourcemodule MaxResults : sig ... end
Sourcemodule ServiceFilters : sig ... end
Sourcemodule OperationSummaryList : sig ... end
Sourcemodule OperationFilters : sig ... end
Sourcemodule NamespaceSummariesList : sig ... end
Sourcemodule NamespaceFilters : sig ... end
Sourcemodule InstanceSummaryList : sig ... end
Sourcemodule Service : sig ... end

A complex type that contains information about the specified service.

Sourcemodule ServiceAttributes : sig ... end

A complex type that contains information about attributes associated with a specific service.

Sourcemodule Operation : sig ... end

A complex type that contains information about a specified operation.

Sourcemodule OperationNotFound : sig ... end

No operation exists with the specified ID.

Sourcemodule Namespace : sig ... end

A complex type that contains information about a specified namespace.

Sourcemodule InstanceHealthStatusMap : sig ... end
Sourcemodule InstanceNotFound : sig ... end

No instance exists with the specified ID, or the instance was recently registered, and information about the instance hasn't propagated yet.

Sourcemodule InstanceIdList : sig ... end
Sourcemodule Instance : sig ... end

A complex type that contains information about an instance that Cloud Map creates when you submit a RegisterInstance request.

Sourcemodule RequestLimitExceeded : sig ... end

The operation can't be completed because you've reached the quota for the number of requests. For more information, see Cloud Map API request throttling quota in the Cloud Map Developer Guide.

Sourcemodule Revision : sig ... end
Sourcemodule HttpInstanceSummaryList : sig ... end
Sourcemodule DiscoverMaxResults : sig ... end
Sourcemodule HealthStatusFilter : sig ... end
Sourcemodule ServiceAttributeKeyList : sig ... end
Sourcemodule ServiceAlreadyExists : sig ... end

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

Sourcemodule ServiceTypeOption : sig ... end
Sourcemodule NamespaceAlreadyExists : sig ... end

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

Sourcemodule NamespaceNamePublic : sig ... end

DNS properties for the public DNS namespace.

Sourcemodule NamespaceNamePrivate : sig ... end

DNS properties for the private DNS namespace.

Sourcemodule UpdateServiceResponse : sig ... end

Submits a request to perform the following operations: Update the TTL setting for existing DnsRecords configurations Add, update, or delete HealthCheckConfig for a specified service You can't add, update, or delete a HealthCheckCustomConfig configuration. For public and private DNS namespaces, note the following: If you omit any existing DnsRecords or HealthCheckConfig configurations from an UpdateService request, the configurations are deleted from the service. If you omit an existing HealthCheckCustomConfig configuration from an UpdateService request, the configuration isn't deleted from the service. You can't call UpdateService and update settings in the following scenarios: When the service is associated with an HTTP namespace When the service is associated with a shared namespace and contains instances that were registered by Amazon Web Services accounts other than the account making the UpdateService call When you update settings for a service, Cloud Map also updates the corresponding settings in all the records and health checks that were created by using the specified service.

Sourcemodule UpdateServiceRequest : sig ... end

Submits a request to perform the following operations: Update the TTL setting for existing DnsRecords configurations Add, update, or delete HealthCheckConfig for a specified service You can't add, update, or delete a HealthCheckCustomConfig configuration. For public and private DNS namespaces, note the following: If you omit any existing DnsRecords or HealthCheckConfig configurations from an UpdateService request, the configurations are deleted from the service. If you omit an existing HealthCheckCustomConfig configuration from an UpdateService request, the configuration isn't deleted from the service. You can't call UpdateService and update settings in the following scenarios: When the service is associated with an HTTP namespace When the service is associated with a shared namespace and contains instances that were registered by Amazon Web Services accounts other than the account making the UpdateService call When you update settings for a service, Cloud Map also updates the corresponding settings in all the records and health checks that were created by using the specified service.

Submits a request to update a specified service to add service-level attributes.

Submits a request to update a specified service to add service-level attributes.

Updates a public DNS namespace.

Updates a public DNS namespace.

Updates a private DNS namespace.

Updates a private DNS namespace.

Submits a request to change the health status of a custom health check to healthy or unhealthy. You can use UpdateInstanceCustomHealthStatus to change the status only for custom health checks, which you define using HealthCheckCustomConfig when you create a service. You can't use it to change the status for RouteĀ 53 health checks, which you define using HealthCheckConfig. For more information, see HealthCheckCustomConfig.

Updates an HTTP namespace.

Updates an HTTP namespace.

Sourcemodule UntagResourceResponse : sig ... end

Removes one or more tags from the specified resource.

Sourcemodule UntagResourceRequest : sig ... end

Removes one or more tags from the specified resource.

Sourcemodule TagResourceResponse : sig ... end

Adds one or more tags to the specified resource.

Sourcemodule TagResourceRequest : sig ... end

Adds one or more tags to the specified resource.

Sourcemodule RegisterInstanceResponse : sig ... end

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 RegisterInstance request, the following occurs: For each DNS record that you define in the service that's specified by ServiceId, a record is created or updated in the hosted zone that's associated with the corresponding namespace. If the service includes HealthCheckConfig, a health check is created based on the settings in the health check configuration. The health check, if any, is associated with each of the new or updated records. One RegisterInstance request must complete before you can submit another request and specify the same service ID and instance ID. For more information, see CreateService. When Cloud Map receives a DNS query for the specified DNS name, it returns the applicable value: If the health check is healthy: returns all the records If the health check is unhealthy: returns the applicable value for the last healthy instance If you didn't specify a health check configuration: returns all the records For the current quota on the number of instances that you can register using the same namespace and using the same service, see Cloud Map quotas in the Cloud Map Developer Guide.

Sourcemodule RegisterInstanceRequest : sig ... end

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 RegisterInstance request, the following occurs: For each DNS record that you define in the service that's specified by ServiceId, a record is created or updated in the hosted zone that's associated with the corresponding namespace. If the service includes HealthCheckConfig, a health check is created based on the settings in the health check configuration. The health check, if any, is associated with each of the new or updated records. One RegisterInstance request must complete before you can submit another request and specify the same service ID and instance ID. For more information, see CreateService. When Cloud Map receives a DNS query for the specified DNS name, it returns the applicable value: If the health check is healthy: returns all the records If the health check is unhealthy: returns the applicable value for the last healthy instance If you didn't specify a health check configuration: returns all the records For the current quota on the number of instances that you can register using the same namespace and using the same service, see Cloud Map quotas in the Cloud Map Developer Guide.

Lists tags for the specified resource.

Lists tags for the specified resource.

Sourcemodule ListServicesResponse : sig ... end

Lists summary information for all the services that are associated with one or more namespaces.

Sourcemodule ListServicesRequest : sig ... end

Lists summary information for all the services that are associated with one or more namespaces.

Sourcemodule ListOperationsResponse : sig ... end

Lists operations that match the criteria that you specify.

Sourcemodule ListOperationsRequest : sig ... end

Lists operations that match the criteria that you specify.

Sourcemodule ListNamespacesResponse : sig ... end

Lists summary information about the namespaces that were created by the current Amazon Web Services account and shared with the current Amazon Web Services account.

Sourcemodule ListNamespacesRequest : sig ... end

Lists summary information about the namespaces that were created by the current Amazon Web Services account and shared with the current Amazon Web Services account.

Sourcemodule ListInstancesResponse : sig ... end

Lists summary information about the instances that you registered by using a specified service.

Sourcemodule ListInstancesRequest : sig ... end

Lists summary information about the instances that you registered by using a specified service.

Sourcemodule GetServiceResponse : sig ... end

Gets the settings for a specified service.

Sourcemodule GetServiceRequest : sig ... end

Gets the settings for a specified service.

Returns the attributes associated with a specified service.

Returns the attributes associated with a specified service.

Sourcemodule GetOperationResponse : sig ... end

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

Sourcemodule GetOperationRequest : sig ... end

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

Sourcemodule GetNamespaceResponse : sig ... end

Gets information about a namespace.

Sourcemodule GetNamespaceRequest : sig ... end

Gets information about a namespace.

Gets the current health status (Healthy, Unhealthy, or Unknown) of one or more instances that are associated with a specified service. There's a brief delay between when you register an instance and when the health status for the instance is available.

Gets the current health status (Healthy, Unhealthy, or Unknown) of one or more instances that are associated with a specified service. There's a brief delay between when you register an instance and when the health status for the instance is available.

Sourcemodule GetInstanceResponse : sig ... end

Gets information about a specified instance.

Sourcemodule GetInstanceRequest : sig ... end

Gets information about a specified instance.

Discovers the increasing revision associated with an instance.

Discovers the increasing revision associated with an instance.

Sourcemodule DiscoverInstancesResponse : sig ... end

Discovers registered instances for a specified namespace and service. You can use DiscoverInstances to discover instances for any type of namespace. DiscoverInstances returns a randomized list of instances allowing customers to distribute traffic evenly across instances. For public and private DNS namespaces, you can also use DNS queries to discover instances.

Sourcemodule DiscoverInstancesRequest : sig ... end

Discovers registered instances for a specified namespace and service. You can use DiscoverInstances to discover instances for any type of namespace. DiscoverInstances returns a randomized list of instances allowing customers to distribute traffic evenly across instances. For public and private DNS namespaces, you can also use DNS queries to discover instances.

Deletes the Amazon RouteĀ 53 DNS records and health check, if any, that Cloud Map created for the specified instance.

Sourcemodule DeregisterInstanceRequest : sig ... end

Deletes the Amazon RouteĀ 53 DNS records and health check, if any, that Cloud Map created for the specified instance.

Sourcemodule DeleteServiceResponse : sig ... end

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

Sourcemodule DeleteServiceRequest : sig ... end

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

Deletes specific attributes associated with a service.

Deletes specific attributes associated with a service.

Sourcemodule DeleteNamespaceResponse : sig ... end

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

Sourcemodule DeleteNamespaceRequest : sig ... end

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

Sourcemodule CustomHealthNotFound : sig ... end

The health check for the instance that's specified by ServiceId and InstanceId isn't a custom health check.

Sourcemodule CreateServiceResponse : sig ... end

Creates a service. This action defines the configuration for the following entities: For public and private DNS namespaces, one of the following combinations of DNS records in Amazon RouteĀ 53: A AAAA A and AAAA SRV CNAME Optionally, a health check After you create the service, you can submit a RegisterInstance request, and Cloud Map uses the values in the configuration to create the specified entities. For the current quota on the number of instances that you can register using the same namespace and using the same service, see Cloud Map quotas in the Cloud Map Developer Guide.

Sourcemodule CreateServiceRequest : sig ... end

Creates a service. This action defines the configuration for the following entities: For public and private DNS namespaces, one of the following combinations of DNS records in Amazon RouteĀ 53: A AAAA A and AAAA SRV CNAME Optionally, a health check After you create the service, you can submit a RegisterInstance request, and Cloud Map uses the values in the configuration to create the specified entities. For the current quota on the number of instances that you can register using the same namespace and using the same service, see Cloud Map quotas in the Cloud Map Developer Guide.

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 example.com and name your service backend, the resulting DNS name for the service is backend.example.com. You can discover instances that were registered with a public DNS namespace by using either a DiscoverInstances request or using DNS. For the current quota on the number of namespaces that you can create using the same Amazon Web Services account, see Cloud Map quotas in the Cloud Map Developer Guide. The CreatePublicDnsNamespace API operation is not supported in the Amazon Web Services GovCloud (US) Regions.

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 example.com and name your service backend, the resulting DNS name for the service is backend.example.com. You can discover instances that were registered with a public DNS namespace by using either a DiscoverInstances request or using DNS. For the current quota on the number of namespaces that you can create using the same Amazon Web Services account, see Cloud Map quotas in the Cloud Map Developer Guide. The CreatePublicDnsNamespace API operation is not supported in the Amazon Web Services GovCloud (US) Regions.

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 example.com and name your service backend, the resulting DNS name for the service is backend.example.com. Service instances that are registered using a private DNS namespace can be discovered using either a DiscoverInstances request or using DNS. For the current quota on the number of namespaces that you can create using the same Amazon Web Services account, see Cloud Map quotas in the Cloud Map Developer Guide.

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 example.com and name your service backend, the resulting DNS name for the service is backend.example.com. Service instances that are registered using a private DNS namespace can be discovered using either a DiscoverInstances request or using DNS. For the current quota on the number of namespaces that you can create using the same Amazon Web Services account, see Cloud Map quotas in the Cloud Map Developer Guide.

Creates an HTTP namespace. Service instances registered using an HTTP namespace can be discovered using a DiscoverInstances request but can't be discovered using DNS. For the current quota on the number of namespaces that you can create using the same Amazon Web Services account, see Cloud Map quotas in the Cloud Map Developer Guide.

Creates an HTTP namespace. Service instances registered using an HTTP namespace can be discovered using a DiscoverInstances request but can't be discovered using DNS. For the current quota on the number of namespaces that you can create using the same Amazon Web Services account, see Cloud Map quotas in the Cloud Map Developer Guide.