File Coverage

blib/lib/Paws/Route53Domains.pm
Criterion Covered Total %
statement 13 116 11.2
branch 0 8 0.0
condition n/a
subroutine 5 32 15.6
pod 25 30 83.3
total 43 186 23.1


line stmt bran cond sub pod time code
1             package Paws::Route53Domains;
2 1     1   7311 use Moose;
  1     1   3  
  1         9  
  1         441  
  1         3  
  1         5  
3 2     2 0 10 sub service { 'route53domains' }
4 0     0 0 0 sub version { '2014-05-15' }
5 0     0 0 0 sub target_prefix { 'Route53Domains_v20140515' }
6 0     0 0 0 sub json_version { "1.1" }
7             has max_attempts => (is => 'ro', isa => 'Int', default => 5);
8             has retry => (is => 'ro', isa => 'HashRef', default => sub {
9             { base => 'rand', type => 'exponential', growth_factor => 2 }
10             });
11             has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [
12             ] });
13              
14             with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::JsonCaller', 'Paws::Net::JsonResponse';
15              
16            
17             sub CheckDomainAvailability {
18 1     1 1 334 my $self = shift;
19 1         6 my $call_object = $self->new_with_coercions('Paws::Route53Domains::CheckDomainAvailability', @_);
20 1         604 return $self->caller->do_call($self, $call_object);
21             }
22             sub DeleteTagsForDomain {
23 0     0 1 0 my $self = shift;
24 0         0 my $call_object = $self->new_with_coercions('Paws::Route53Domains::DeleteTagsForDomain', @_);
25 0         0 return $self->caller->do_call($self, $call_object);
26             }
27             sub DisableDomainAutoRenew {
28 0     0 1 0 my $self = shift;
29 0         0 my $call_object = $self->new_with_coercions('Paws::Route53Domains::DisableDomainAutoRenew', @_);
30 0         0 return $self->caller->do_call($self, $call_object);
31             }
32             sub DisableDomainTransferLock {
33 0     0 1 0 my $self = shift;
34 0         0 my $call_object = $self->new_with_coercions('Paws::Route53Domains::DisableDomainTransferLock', @_);
35 0         0 return $self->caller->do_call($self, $call_object);
36             }
37             sub EnableDomainAutoRenew {
38 0     0 1 0 my $self = shift;
39 0         0 my $call_object = $self->new_with_coercions('Paws::Route53Domains::EnableDomainAutoRenew', @_);
40 0         0 return $self->caller->do_call($self, $call_object);
41             }
42             sub EnableDomainTransferLock {
43 0     0 1 0 my $self = shift;
44 0         0 my $call_object = $self->new_with_coercions('Paws::Route53Domains::EnableDomainTransferLock', @_);
45 0         0 return $self->caller->do_call($self, $call_object);
46             }
47             sub GetContactReachabilityStatus {
48 0     0 1 0 my $self = shift;
49 0         0 my $call_object = $self->new_with_coercions('Paws::Route53Domains::GetContactReachabilityStatus', @_);
50 0         0 return $self->caller->do_call($self, $call_object);
51             }
52             sub GetDomainDetail {
53 0     0 1 0 my $self = shift;
54 0         0 my $call_object = $self->new_with_coercions('Paws::Route53Domains::GetDomainDetail', @_);
55 0         0 return $self->caller->do_call($self, $call_object);
56             }
57             sub GetDomainSuggestions {
58 0     0 1 0 my $self = shift;
59 0         0 my $call_object = $self->new_with_coercions('Paws::Route53Domains::GetDomainSuggestions', @_);
60 0         0 return $self->caller->do_call($self, $call_object);
61             }
62             sub GetOperationDetail {
63 0     0 1 0 my $self = shift;
64 0         0 my $call_object = $self->new_with_coercions('Paws::Route53Domains::GetOperationDetail', @_);
65 0         0 return $self->caller->do_call($self, $call_object);
66             }
67             sub ListDomains {
68 1     1 1 209 my $self = shift;
69 1         6 my $call_object = $self->new_with_coercions('Paws::Route53Domains::ListDomains', @_);
70 1         399 return $self->caller->do_call($self, $call_object);
71             }
72             sub ListOperations {
73 0     0 1   my $self = shift;
74 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::ListOperations', @_);
75 0           return $self->caller->do_call($self, $call_object);
76             }
77             sub ListTagsForDomain {
78 0     0 1   my $self = shift;
79 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::ListTagsForDomain', @_);
80 0           return $self->caller->do_call($self, $call_object);
81             }
82             sub RegisterDomain {
83 0     0 1   my $self = shift;
84 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::RegisterDomain', @_);
85 0           return $self->caller->do_call($self, $call_object);
86             }
87             sub RenewDomain {
88 0     0 1   my $self = shift;
89 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::RenewDomain', @_);
90 0           return $self->caller->do_call($self, $call_object);
91             }
92             sub ResendContactReachabilityEmail {
93 0     0 1   my $self = shift;
94 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::ResendContactReachabilityEmail', @_);
95 0           return $self->caller->do_call($self, $call_object);
96             }
97             sub RetrieveDomainAuthCode {
98 0     0 1   my $self = shift;
99 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::RetrieveDomainAuthCode', @_);
100 0           return $self->caller->do_call($self, $call_object);
101             }
102             sub TransferDomain {
103 0     0 1   my $self = shift;
104 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::TransferDomain', @_);
105 0           return $self->caller->do_call($self, $call_object);
106             }
107             sub UpdateDomainContact {
108 0     0 1   my $self = shift;
109 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::UpdateDomainContact', @_);
110 0           return $self->caller->do_call($self, $call_object);
111             }
112             sub UpdateDomainContactPrivacy {
113 0     0 1   my $self = shift;
114 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::UpdateDomainContactPrivacy', @_);
115 0           return $self->caller->do_call($self, $call_object);
116             }
117             sub UpdateDomainNameservers {
118 0     0 1   my $self = shift;
119 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::UpdateDomainNameservers', @_);
120 0           return $self->caller->do_call($self, $call_object);
121             }
122             sub UpdateTagsForDomain {
123 0     0 1   my $self = shift;
124 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::UpdateTagsForDomain', @_);
125 0           return $self->caller->do_call($self, $call_object);
126             }
127             sub ViewBilling {
128 0     0 1   my $self = shift;
129 0           my $call_object = $self->new_with_coercions('Paws::Route53Domains::ViewBilling', @_);
130 0           return $self->caller->do_call($self, $call_object);
131             }
132            
133             sub ListAllDomains {
134 0     0 1   my $self = shift;
135              
136 0 0         my $callback = shift @_ if (ref($_[0]) eq 'CODE');
137 0           my $result = $self->ListDomains(@_);
138 0           my $next_result = $result;
139              
140 0 0         if (not defined $callback) {
141 0           while ($next_result->NextPageMarker) {
142 0           $next_result = $self->ListDomains(@_, Marker => $next_result->NextPageMarker);
143 0           push @{ $result->Domains }, @{ $next_result->Domains };
  0            
  0            
144             }
145 0           return $result;
146             } else {
147 0           while ($result->NextPageMarker) {
148 0           $callback->($_ => 'Domains') foreach (@{ $result->Domains });
  0            
149 0           $result = $self->ListDomains(@_, Marker => $result->NextPageMarker);
150             }
151 0           $callback->($_ => 'Domains') foreach (@{ $result->Domains });
  0            
152             }
153              
154             return undef
155 0           }
156             sub ListAllOperations {
157 0     0 1   my $self = shift;
158              
159 0 0         my $callback = shift @_ if (ref($_[0]) eq 'CODE');
160 0           my $result = $self->ListOperations(@_);
161 0           my $next_result = $result;
162              
163 0 0         if (not defined $callback) {
164 0           while ($next_result->NextPageMarker) {
165 0           $next_result = $self->ListOperations(@_, Marker => $next_result->NextPageMarker);
166 0           push @{ $result->Operations }, @{ $next_result->Operations };
  0            
  0            
167             }
168 0           return $result;
169             } else {
170 0           while ($result->NextPageMarker) {
171 0           $callback->($_ => 'Operations') foreach (@{ $result->Operations });
  0            
172 0           $result = $self->ListOperations(@_, Marker => $result->NextPageMarker);
173             }
174 0           $callback->($_ => 'Operations') foreach (@{ $result->Operations });
  0            
175             }
176              
177             return undef
178 0           }
179              
180              
181 0     0 0   sub operations { qw/CheckDomainAvailability DeleteTagsForDomain DisableDomainAutoRenew DisableDomainTransferLock EnableDomainAutoRenew EnableDomainTransferLock GetContactReachabilityStatus GetDomainDetail GetDomainSuggestions GetOperationDetail ListDomains ListOperations ListTagsForDomain RegisterDomain RenewDomain ResendContactReachabilityEmail RetrieveDomainAuthCode TransferDomain UpdateDomainContact UpdateDomainContactPrivacy UpdateDomainNameservers UpdateTagsForDomain ViewBilling / }
182              
183             1;
184              
185             ### main pod documentation begin ###
186              
187             =head1 NAME
188              
189             Paws::Route53Domains - Perl Interface to AWS Amazon Route 53 Domains
190              
191             =head1 SYNOPSIS
192              
193             use Paws;
194              
195             my $obj = Paws->service('Route53Domains');
196             my $res = $obj->Method(
197             Arg1 => $val1,
198             Arg2 => [ 'V1', 'V2' ],
199             # if Arg3 is an object, the HashRef will be used as arguments to the constructor
200             # of the arguments type
201             Arg3 => { Att1 => 'Val1' },
202             # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
203             # the constructor of the arguments type
204             Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ],
205             );
206              
207             =head1 DESCRIPTION
208              
209             Amazon Route 53 API actions let you register domain names and perform
210             related operations.
211              
212             =head1 METHODS
213              
214             =head2 CheckDomainAvailability(DomainName => Str, [IdnLangCode => Str])
215              
216             Each argument is described in detail in: L<Paws::Route53Domains::CheckDomainAvailability>
217              
218             Returns: a L<Paws::Route53Domains::CheckDomainAvailabilityResponse> instance
219              
220             This operation checks the availability of one domain name. Note that if
221             the availability status of a domain is pending, you must submit another
222             request to determine the availability of the domain name.
223              
224              
225             =head2 DeleteTagsForDomain(DomainName => Str, TagsToDelete => ArrayRef[Str|Undef])
226              
227             Each argument is described in detail in: L<Paws::Route53Domains::DeleteTagsForDomain>
228              
229             Returns: a L<Paws::Route53Domains::DeleteTagsForDomainResponse> instance
230              
231             This operation deletes the specified tags for a domain.
232              
233             All tag operations are eventually consistent; subsequent operations may
234             not immediately represent all issued operations.
235              
236              
237             =head2 DisableDomainAutoRenew(DomainName => Str)
238              
239             Each argument is described in detail in: L<Paws::Route53Domains::DisableDomainAutoRenew>
240              
241             Returns: a L<Paws::Route53Domains::DisableDomainAutoRenewResponse> instance
242              
243             This operation disables automatic renewal of domain registration for
244             the specified domain.
245              
246              
247             =head2 DisableDomainTransferLock(DomainName => Str)
248              
249             Each argument is described in detail in: L<Paws::Route53Domains::DisableDomainTransferLock>
250              
251             Returns: a L<Paws::Route53Domains::DisableDomainTransferLockResponse> instance
252              
253             This operation removes the transfer lock on the domain (specifically
254             the C<clientTransferProhibited> status) to allow domain transfers. We
255             recommend you refrain from performing this action unless you intend to
256             transfer the domain to a different registrar. Successful submission
257             returns an operation ID that you can use to track the progress and
258             completion of the action. If the request is not completed successfully,
259             the domain registrant will be notified by email.
260              
261              
262             =head2 EnableDomainAutoRenew(DomainName => Str)
263              
264             Each argument is described in detail in: L<Paws::Route53Domains::EnableDomainAutoRenew>
265              
266             Returns: a L<Paws::Route53Domains::EnableDomainAutoRenewResponse> instance
267              
268             This operation configures Amazon Route 53 to automatically renew the
269             specified domain before the domain registration expires. The cost of
270             renewing your domain registration is billed to your AWS account.
271              
272             The period during which you can renew a domain name varies by TLD. For
273             a list of TLDs and their renewal policies, see "Renewal, restoration,
274             and deletion times" on the website for our registrar partner, Gandi.
275             Route 53 requires that you renew before the end of the renewal period
276             that is listed on the Gandi website so we can complete processing
277             before the deadline.
278              
279              
280             =head2 EnableDomainTransferLock(DomainName => Str)
281              
282             Each argument is described in detail in: L<Paws::Route53Domains::EnableDomainTransferLock>
283              
284             Returns: a L<Paws::Route53Domains::EnableDomainTransferLockResponse> instance
285              
286             This operation sets the transfer lock on the domain (specifically the
287             C<clientTransferProhibited> status) to prevent domain transfers.
288             Successful submission returns an operation ID that you can use to track
289             the progress and completion of the action. If the request is not
290             completed successfully, the domain registrant will be notified by
291             email.
292              
293              
294             =head2 GetContactReachabilityStatus([DomainName => Str])
295              
296             Each argument is described in detail in: L<Paws::Route53Domains::GetContactReachabilityStatus>
297              
298             Returns: a L<Paws::Route53Domains::GetContactReachabilityStatusResponse> instance
299              
300             For operations that require confirmation that the email address for the
301             registrant contact is valid, such as registering a new domain, this
302             operation returns information about whether the registrant contact has
303             responded.
304              
305             If you want us to resend the email, use the
306             C<ResendContactReachabilityEmail> operation.
307              
308              
309             =head2 GetDomainDetail(DomainName => Str)
310              
311             Each argument is described in detail in: L<Paws::Route53Domains::GetDomainDetail>
312              
313             Returns: a L<Paws::Route53Domains::GetDomainDetailResponse> instance
314              
315             This operation returns detailed information about a specified domain
316             that is associated with the current AWS account. Contact information
317             for the domain is also returned as part of the output.
318              
319              
320             =head2 GetDomainSuggestions(DomainName => Str, OnlyAvailable => Bool, SuggestionCount => Int)
321              
322             Each argument is described in detail in: L<Paws::Route53Domains::GetDomainSuggestions>
323              
324             Returns: a L<Paws::Route53Domains::GetDomainSuggestionsResponse> instance
325              
326             The GetDomainSuggestions operation returns a list of suggested domain
327             names given a string, which can either be a domain name or simply a
328             word or phrase (without spaces).
329              
330              
331             =head2 GetOperationDetail(OperationId => Str)
332              
333             Each argument is described in detail in: L<Paws::Route53Domains::GetOperationDetail>
334              
335             Returns: a L<Paws::Route53Domains::GetOperationDetailResponse> instance
336              
337             This operation returns the current status of an operation that is not
338             completed.
339              
340              
341             =head2 ListDomains([Marker => Str, MaxItems => Int])
342              
343             Each argument is described in detail in: L<Paws::Route53Domains::ListDomains>
344              
345             Returns: a L<Paws::Route53Domains::ListDomainsResponse> instance
346              
347             This operation returns all the domain names registered with Amazon
348             Route 53 for the current AWS account.
349              
350              
351             =head2 ListOperations([Marker => Str, MaxItems => Int])
352              
353             Each argument is described in detail in: L<Paws::Route53Domains::ListOperations>
354              
355             Returns: a L<Paws::Route53Domains::ListOperationsResponse> instance
356              
357             This operation returns the operation IDs of operations that are not yet
358             complete.
359              
360              
361             =head2 ListTagsForDomain(DomainName => Str)
362              
363             Each argument is described in detail in: L<Paws::Route53Domains::ListTagsForDomain>
364              
365             Returns: a L<Paws::Route53Domains::ListTagsForDomainResponse> instance
366              
367             This operation returns all of the tags that are associated with the
368             specified domain.
369              
370             All tag operations are eventually consistent; subsequent operations may
371             not immediately represent all issued operations.
372              
373              
374             =head2 RegisterDomain(AdminContact => L<Paws::Route53Domains::ContactDetail>, DomainName => Str, DurationInYears => Int, RegistrantContact => L<Paws::Route53Domains::ContactDetail>, TechContact => L<Paws::Route53Domains::ContactDetail>, [AutoRenew => Bool, IdnLangCode => Str, PrivacyProtectAdminContact => Bool, PrivacyProtectRegistrantContact => Bool, PrivacyProtectTechContact => Bool])
375              
376             Each argument is described in detail in: L<Paws::Route53Domains::RegisterDomain>
377              
378             Returns: a L<Paws::Route53Domains::RegisterDomainResponse> instance
379              
380             This operation registers a domain. Domains are registered by the AWS
381             registrar partner, Gandi. For some top-level domains (TLDs), this
382             operation requires extra parameters.
383              
384             When you register a domain, Amazon Route 53 does the following:
385              
386             =over
387              
388             =item *
389              
390             Creates a Amazon Route 53 hosted zone that has the same name as the
391             domain. Amazon Route 53 assigns four name servers to your hosted zone
392             and automatically updates your domain registration with the names of
393             these name servers.
394              
395             =item *
396              
397             Enables autorenew, so your domain registration will renew automatically
398             each year. We'll notify you in advance of the renewal date so you can
399             choose whether to renew the registration.
400              
401             =item *
402              
403             Optionally enables privacy protection, so WHOIS queries return contact
404             information for our registrar partner, Gandi, instead of the
405             information you entered for registrant, admin, and tech contacts.
406              
407             =item *
408              
409             If registration is successful, returns an operation ID that you can use
410             to track the progress and completion of the action. If the request is
411             not completed successfully, the domain registrant is notified by email.
412              
413             =item *
414              
415             Charges your AWS account an amount based on the top-level domain. For
416             more information, see Amazon Route 53 Pricing.
417              
418             =back
419              
420              
421              
422             =head2 RenewDomain(CurrentExpiryYear => Int, DomainName => Str, [DurationInYears => Int])
423              
424             Each argument is described in detail in: L<Paws::Route53Domains::RenewDomain>
425              
426             Returns: a L<Paws::Route53Domains::RenewDomainResponse> instance
427              
428             This operation renews a domain for the specified number of years. The
429             cost of renewing your domain is billed to your AWS account.
430              
431             We recommend that you renew your domain several weeks before the
432             expiration date. Some TLD registries delete domains before the
433             expiration date if you haven't renewed far enough in advance. For more
434             information about renewing domain registration, see Renewing
435             Registration for a Domain in the Amazon Route 53 Developer Guide.
436              
437              
438             =head2 ResendContactReachabilityEmail([DomainName => Str])
439              
440             Each argument is described in detail in: L<Paws::Route53Domains::ResendContactReachabilityEmail>
441              
442             Returns: a L<Paws::Route53Domains::ResendContactReachabilityEmailResponse> instance
443              
444             For operations that require confirmation that the email address for the
445             registrant contact is valid, such as registering a new domain, this
446             operation resends the confirmation email to the current email address
447             for the registrant contact.
448              
449              
450             =head2 RetrieveDomainAuthCode(DomainName => Str)
451              
452             Each argument is described in detail in: L<Paws::Route53Domains::RetrieveDomainAuthCode>
453              
454             Returns: a L<Paws::Route53Domains::RetrieveDomainAuthCodeResponse> instance
455              
456             This operation returns the AuthCode for the domain. To transfer a
457             domain to another registrar, you provide this value to the new
458             registrar.
459              
460              
461             =head2 TransferDomain(AdminContact => L<Paws::Route53Domains::ContactDetail>, DomainName => Str, DurationInYears => Int, RegistrantContact => L<Paws::Route53Domains::ContactDetail>, TechContact => L<Paws::Route53Domains::ContactDetail>, [AuthCode => Str, AutoRenew => Bool, IdnLangCode => Str, Nameservers => ArrayRef[L<Paws::Route53Domains::Nameserver>], PrivacyProtectAdminContact => Bool, PrivacyProtectRegistrantContact => Bool, PrivacyProtectTechContact => Bool])
462              
463             Each argument is described in detail in: L<Paws::Route53Domains::TransferDomain>
464              
465             Returns: a L<Paws::Route53Domains::TransferDomainResponse> instance
466              
467             This operation transfers a domain from another registrar to Amazon
468             Route 53. When the transfer is complete, the domain is registered with
469             the AWS registrar partner, Gandi.
470              
471             For transfer requirements, a detailed procedure, and information about
472             viewing the status of a domain transfer, see Transferring Registration
473             for a Domain to Amazon Route 53 in the I<Amazon Route 53 Developer
474             Guide>.
475              
476             If the registrar for your domain is also the DNS service provider for
477             the domain, we highly recommend that you consider transferring your DNS
478             service to Amazon Route 53 or to another DNS service provider before
479             you transfer your registration. Some registrars provide free DNS
480             service when you purchase a domain registration. When you transfer the
481             registration, the previous registrar will not renew your domain
482             registration and could end your DNS service at any time.
483              
484             If the registrar for your domain is also the DNS service provider for
485             the domain and you don't transfer DNS service to another provider, your
486             website, email, and the web applications associated with the domain
487             might become unavailable.
488              
489             If the transfer is successful, this method returns an operation ID that
490             you can use to track the progress and completion of the action. If the
491             transfer doesn't complete successfully, the domain registrant will be
492             notified by email.
493              
494              
495             =head2 UpdateDomainContact(DomainName => Str, [AdminContact => L<Paws::Route53Domains::ContactDetail>, RegistrantContact => L<Paws::Route53Domains::ContactDetail>, TechContact => L<Paws::Route53Domains::ContactDetail>])
496              
497             Each argument is described in detail in: L<Paws::Route53Domains::UpdateDomainContact>
498              
499             Returns: a L<Paws::Route53Domains::UpdateDomainContactResponse> instance
500              
501             This operation updates the contact information for a particular domain.
502             Information for at least one contact (registrant, administrator, or
503             technical) must be supplied for update.
504              
505             If the update is successful, this method returns an operation ID that
506             you can use to track the progress and completion of the action. If the
507             request is not completed successfully, the domain registrant will be
508             notified by email.
509              
510              
511             =head2 UpdateDomainContactPrivacy(DomainName => Str, [AdminPrivacy => Bool, RegistrantPrivacy => Bool, TechPrivacy => Bool])
512              
513             Each argument is described in detail in: L<Paws::Route53Domains::UpdateDomainContactPrivacy>
514              
515             Returns: a L<Paws::Route53Domains::UpdateDomainContactPrivacyResponse> instance
516              
517             This operation updates the specified domain contact's privacy setting.
518             When the privacy option is enabled, personal information such as postal
519             or email address is hidden from the results of a public WHOIS query.
520             The privacy services are provided by the AWS registrar, Gandi. For more
521             information, see the Gandi privacy features.
522              
523             This operation only affects the privacy of the specified contact type
524             (registrant, administrator, or tech). Successful acceptance returns an
525             operation ID that you can use with GetOperationDetail to track the
526             progress and completion of the action. If the request is not completed
527             successfully, the domain registrant will be notified by email.
528              
529              
530             =head2 UpdateDomainNameservers(DomainName => Str, Nameservers => ArrayRef[L<Paws::Route53Domains::Nameserver>], [FIAuthKey => Str])
531              
532             Each argument is described in detail in: L<Paws::Route53Domains::UpdateDomainNameservers>
533              
534             Returns: a L<Paws::Route53Domains::UpdateDomainNameserversResponse> instance
535              
536             This operation replaces the current set of name servers for the domain
537             with the specified set of name servers. If you use Amazon Route 53 as
538             your DNS service, specify the four name servers in the delegation set
539             for the hosted zone for the domain.
540              
541             If successful, this operation returns an operation ID that you can use
542             to track the progress and completion of the action. If the request is
543             not completed successfully, the domain registrant will be notified by
544             email.
545              
546              
547             =head2 UpdateTagsForDomain(DomainName => Str, [TagsToUpdate => ArrayRef[L<Paws::Route53Domains::Tag>]])
548              
549             Each argument is described in detail in: L<Paws::Route53Domains::UpdateTagsForDomain>
550              
551             Returns: a L<Paws::Route53Domains::UpdateTagsForDomainResponse> instance
552              
553             This operation adds or updates tags for a specified domain.
554              
555             All tag operations are eventually consistent; subsequent operations may
556             not immediately represent all issued operations.
557              
558              
559             =head2 ViewBilling([End => Str, Marker => Str, MaxItems => Int, Start => Str])
560              
561             Each argument is described in detail in: L<Paws::Route53Domains::ViewBilling>
562              
563             Returns: a L<Paws::Route53Domains::ViewBillingResponse> instance
564              
565             Returns all the domain-related billing records for the current AWS
566             account for a specified period
567              
568              
569              
570              
571             =head1 PAGINATORS
572              
573             Paginator methods are helpers that repetively call methods that return partial results
574              
575             =head2 ListAllDomains(sub { },[Marker => Str, MaxItems => Int])
576              
577             =head2 ListAllDomains([Marker => Str, MaxItems => Int])
578              
579              
580             If passed a sub as first parameter, it will call the sub for each element found in :
581              
582             - Domains, passing the object as the first parameter, and the string 'Domains' as the second parameter
583              
584             If not, it will return a a L<Paws::Route53Domains::ListDomainsResponse> instance with all the C<param>s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
585              
586              
587             =head2 ListAllOperations(sub { },[Marker => Str, MaxItems => Int])
588              
589             =head2 ListAllOperations([Marker => Str, MaxItems => Int])
590              
591              
592             If passed a sub as first parameter, it will call the sub for each element found in :
593              
594             - Operations, passing the object as the first parameter, and the string 'Operations' as the second parameter
595              
596             If not, it will return a a L<Paws::Route53Domains::ListOperationsResponse> instance with all the C<param>s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
597              
598              
599              
600              
601              
602             =head1 SEE ALSO
603              
604             This service class forms part of L<Paws>
605              
606             =head1 BUGS and CONTRIBUTIONS
607              
608             The source code is located here: https://github.com/pplu/aws-sdk-perl
609              
610             Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues
611              
612             =cut
613