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::CustomerProfiles::UpdateProfile; use Moose; has AccountNumber => (is => 'ro', isa => 'Str'); has AdditionalInformation => (is => 'ro', isa => 'Str'); has Address => (is => 'ro', isa => 'Paws::CustomerProfiles::UpdateAddress'); has Attributes => (is => 'ro', isa => 'Paws::CustomerProfiles::UpdateAttributes'); has BillingAddress => (is => 'ro', isa => 'Paws::CustomerProfiles::UpdateAddress'); has BirthDate => (is => 'ro', isa => 'Str'); has BusinessEmailAddress => (is => 'ro', isa => 'Str'); has BusinessName => (is => 'ro', isa => 'Str'); has BusinessPhoneNumber => (is => 'ro', isa => 'Str'); has DomainName => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'DomainName', required => 1); has EmailAddress => (is => 'ro', isa => 'Str'); has FirstName => (is => 'ro', isa => 'Str'); has Gender => (is => 'ro', isa => 'Str'); has HomePhoneNumber => (is => 'ro', isa => 'Str'); has LastName => (is => 'ro', isa => 'Str'); has MailingAddress => (is => 'ro', isa => 'Paws::CustomerProfiles::UpdateAddress'); has MiddleName => (is => 'ro', isa => 'Str'); has MobilePhoneNumber => (is => 'ro', isa => 'Str'); has PartyType => (is => 'ro', isa => 'Str'); has PersonalEmailAddress => (is => 'ro', isa => 'Str'); has PhoneNumber => (is => 'ro', isa => 'Str'); has ProfileId => (is => 'ro', isa => 'Str', required => 1); has ShippingAddress => (is => 'ro', isa => 'Paws::CustomerProfiles::UpdateAddress'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'UpdateProfile'); class_has _api_uri => (isa => 'Str', is => 'ro', default => '/domains/{DomainName}/profiles'); class_has _api_method => (isa => 'Str', is => 'ro', default => 'PUT'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::CustomerProfiles::UpdateProfileResponse'); 1; ### main pod documentation begin ### =head1 NAME Paws::CustomerProfiles::UpdateProfile - Arguments for method UpdateProfile on L =head1 DESCRIPTION This class represents the parameters used for calling the method UpdateProfile on the L service. Use the attributes of this class as arguments to method UpdateProfile. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateProfile. =head1 SYNOPSIS my $profile = Paws->service('CustomerProfiles'); my $UpdateProfileResponse = $profile->UpdateProfile( DomainName => 'Myname', ProfileId => 'Myuuid', AccountNumber => 'Mystring0To255', # OPTIONAL AdditionalInformation => 'Mystring0To1000', # OPTIONAL Address => { Address1 => 'Mystring0To255', # max: 255 Address2 => 'Mystring0To255', # max: 255 Address3 => 'Mystring0To255', # max: 255 Address4 => 'Mystring0To255', # max: 255 City => 'Mystring0To255', # max: 255 Country => 'Mystring0To255', # max: 255 County => 'Mystring0To255', # max: 255 PostalCode => 'Mystring0To255', # max: 255 Province => 'Mystring0To255', # max: 255 State => 'Mystring0To255', # max: 255 }, # OPTIONAL Attributes => { 'Mystring1To255' => 'Mystring0To255', # key: min: 1, max: 255, value: max: 255 }, # OPTIONAL BillingAddress => { Address1 => 'Mystring0To255', # max: 255 Address2 => 'Mystring0To255', # max: 255 Address3 => 'Mystring0To255', # max: 255 Address4 => 'Mystring0To255', # max: 255 City => 'Mystring0To255', # max: 255 Country => 'Mystring0To255', # max: 255 County => 'Mystring0To255', # max: 255 PostalCode => 'Mystring0To255', # max: 255 Province => 'Mystring0To255', # max: 255 State => 'Mystring0To255', # max: 255 }, # OPTIONAL BirthDate => 'Mystring0To255', # OPTIONAL BusinessEmailAddress => 'Mystring0To255', # OPTIONAL BusinessName => 'Mystring0To255', # OPTIONAL BusinessPhoneNumber => 'Mystring0To255', # OPTIONAL EmailAddress => 'Mystring0To255', # OPTIONAL FirstName => 'Mystring0To255', # OPTIONAL Gender => 'MALE', # OPTIONAL HomePhoneNumber => 'Mystring0To255', # OPTIONAL LastName => 'Mystring0To255', # OPTIONAL MailingAddress => { Address1 => 'Mystring0To255', # max: 255 Address2 => 'Mystring0To255', # max: 255 Address3 => 'Mystring0To255', # max: 255 Address4 => 'Mystring0To255', # max: 255 City => 'Mystring0To255', # max: 255 Country => 'Mystring0To255', # max: 255 County => 'Mystring0To255', # max: 255 PostalCode => 'Mystring0To255', # max: 255 Province => 'Mystring0To255', # max: 255 State => 'Mystring0To255', # max: 255 }, # OPTIONAL MiddleName => 'Mystring0To255', # OPTIONAL MobilePhoneNumber => 'Mystring0To255', # OPTIONAL PartyType => 'INDIVIDUAL', # OPTIONAL PersonalEmailAddress => 'Mystring0To255', # OPTIONAL PhoneNumber => 'Mystring0To255', # OPTIONAL ShippingAddress => { Address1 => 'Mystring0To255', # max: 255 Address2 => 'Mystring0To255', # max: 255 Address3 => 'Mystring0To255', # max: 255 Address4 => 'Mystring0To255', # max: 255 City => 'Mystring0To255', # max: 255 Country => 'Mystring0To255', # max: 255 County => 'Mystring0To255', # max: 255 PostalCode => 'Mystring0To255', # max: 255 Province => 'Mystring0To255', # max: 255 State => 'Mystring0To255', # max: 255 }, # OPTIONAL ); # Results: my $ProfileId = $UpdateProfileResponse->ProfileId; # 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 AccountNumber => Str A unique account number that you have given to the customer. =head2 AdditionalInformation => Str Any additional information relevant to the customerEs profile. =head2 Address => L A generic address associated with the customer that is not mailing, shipping, or billing. =head2 Attributes => L A key value pair of attributes of a customer profile. =head2 BillingAddress => L The customerEs billing address. =head2 BirthDate => Str The customerEs birth date. =head2 BusinessEmailAddress => Str The customerEs business email address. =head2 BusinessName => Str The name of the customerEs business. =head2 BusinessPhoneNumber => Str The customerEs business phone number. =head2 B DomainName => Str The unique name of the domain. =head2 EmailAddress => Str The customerEs email address, which has not been specified as a personal or business address. =head2 FirstName => Str The customerEs first name. =head2 Gender => Str The gender with which the customer identifies. Valid values are: C<"MALE">, C<"FEMALE">, C<"UNSPECIFIED"> =head2 HomePhoneNumber => Str The customerEs home phone number. =head2 LastName => Str The customerEs last name. =head2 MailingAddress => L The customerEs mailing address. =head2 MiddleName => Str The customerEs middle name. =head2 MobilePhoneNumber => Str The customerEs mobile phone number. =head2 PartyType => Str The type of profile used to describe the customer. Valid values are: C<"INDIVIDUAL">, C<"BUSINESS">, C<"OTHER"> =head2 PersonalEmailAddress => Str The customerEs personal email address. =head2 PhoneNumber => Str The customerEs phone number, which has not been specified as a mobile, home, or business number. =head2 B ProfileId => Str The unique identifier of a customer profile. =head2 ShippingAddress => L The customerEs shipping address. =head1 SEE ALSO This class forms part of L, documenting arguments for method UpdateProfile in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut