PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::ServiceDiscovery::RegisterInstance; use Moose; has Attributes => (is => 'ro', isa => 'Paws::ServiceDiscovery::Attributes', required => 1); has CreatorRequestId => (is => 'ro', isa => 'Str'); has InstanceId => (is => 'ro', isa => 'Str', required => 1); has ServiceId => (is => 'ro', isa => 'Str', required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'RegisterInstance'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::ServiceDiscovery::RegisterInstanceResponse'); class_has _result_key => (isa => 'Str', is => 'ro'); 1; ### main pod documentation begin ### =head1 NAME Paws::ServiceDiscovery::RegisterInstance - Arguments for method RegisterInstance on L =head1 DESCRIPTION This class represents the parameters used for calling the method RegisterInstance on the L service. Use the attributes of this class as arguments to method RegisterInstance. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to RegisterInstance. =head1 SYNOPSIS my $servicediscovery = Paws->service('ServiceDiscovery'); my $RegisterInstanceResponse = $servicediscovery->RegisterInstance( Attributes => { 'MyAttrKey' => 'MyAttrValue', # key: max: 255, value: max: 1024 }, InstanceId => 'MyInstanceId', ServiceId => 'MyResourceId', CreatorRequestId => 'MyResourceId', # OPTIONAL ); # Results: my $OperationId = $RegisterInstanceResponse->OperationId; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 B Attributes => L A string map that contains the following information for the service that you specify in C: =over =item * The attributes that apply to the records that are defined in the service. =item * For each attribute, the applicable value. =back Supported attribute keys include the following: =over =item AWS_ALIAS_DNS_NAME If you want 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's associated with the load balancer. For information about how to get the DNS name, see "DNSName" in the topic AliasTarget (https://docs.aws.amazon.com/Route53/latest/APIReference/API_AliasTarget.html) in the I. Note the following: =over =item * The configuration for the service that's specified by C must include settings for an C record, an C record, or both. =item * In the service that's specified by C, the value of C must be C. =item * If the service that's specified by C includes C settings, Cloud Map will create the Route 53 health check, but it doesn't associate the health check with the alias record. =item * Auto naming currently doesn't support creating alias records that route traffic to Amazon Web Services resources other than Elastic Load Balancing load balancers. =item * If you specify a value for C, don't specify values for any of the C attributes. =back =item AWS_EC2_INSTANCE_ID I The Amazon EC2 instance ID for the instance. If the C attribute is specified, then the only other attribute that can be specified is C. When the C attribute is specified, then the C attribute will be filled out with the primary private IPv4 address. =item AWS_INIT_HEALTH_STATUS If the service configuration includes C, you can optionally use C to specify the initial status of the custom health check, C or C. If you don't specify a value for C, the initial status is C. =item AWS_INSTANCE_CNAME If the service configuration includes a C record, the domain name that you want Route 53 to return in response to DNS queries (for example, C). This value is required if the service specified by C includes settings for an C record. =item AWS_INSTANCE_IPV4 If the service configuration includes an C record, the IPv4 address that you want Route 53 to return in response to DNS queries (for example, C<192.0.2.44>). This value is required if the service specified by C includes settings for an C record. If the service includes settings for an C record, you must specify a value for C, C, or both. =item AWS_INSTANCE_IPV6 If the service configuration includes an C record, the IPv6 address that you want Route 53 to return in response to DNS queries (for example, C<2001:0db8:85a3:0000:0000:abcd:0001:2345>). This value is required if the service specified by C includes settings for an C record. If the service includes settings for an C record, you must specify a value for C, C, or both. =item AWS_INSTANCE_PORT If the service includes an C record, the value that you want Route 53 to return for the port. If the service includes C, the port on the endpoint that you want Route 53 to send requests to. This value is required if you specified settings for an C record or a Route 53 health check when you created the service. =item Custom attributes 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. =back =head2 CreatorRequestId => Str A unique string that identifies the request and that allows failed C requests to be retried without the risk of executing the operation twice. You must use a unique C string every time you submit a C request if you're registering additional instances for the same namespace and service. C can be any unique string (for example, a date/time stamp). =head2 B InstanceId => Str An identifier that you want to associate with the instance. Note the following: =over =item * If the service that's specified by C includes settings for an C record, the value of C is automatically included as part of the value for the C record. For more information, see DnsRecord E Type (https://docs.aws.amazon.com/cloud-map/latest/api/API_DnsRecord.html#cloudmap-Type-DnsRecord-Type). =item * You can use this value to update an existing instance. =item * To register a new instance, you must specify a value that's unique among instances that you register by using the same service. =item * If you specify an existing C and C, Cloud Map updates the existing DNS records, if any. If there's also an existing health check, Cloud Map deletes the old health check and creates a new one. The health check isn't deleted immediately, so it will still appear for a while if you submit a C request, for example. =back =head2 B ServiceId => Str The ID of the service that you want to use for settings for the instance. =head1 SEE ALSO This class forms part of L, documenting arguments for method RegisterInstance in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut