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::StorageGateway::UpdateNFSFileShare; use Moose; has CacheAttributes => (is => 'ro', isa => 'Paws::StorageGateway::CacheAttributes'); has ClientList => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has DefaultStorageClass => (is => 'ro', isa => 'Str'); has FileShareARN => (is => 'ro', isa => 'Str', required => 1); has FileShareName => (is => 'ro', isa => 'Str'); has GuessMIMETypeEnabled => (is => 'ro', isa => 'Bool'); has KMSEncrypted => (is => 'ro', isa => 'Bool'); has KMSKey => (is => 'ro', isa => 'Str'); has NFSFileShareDefaults => (is => 'ro', isa => 'Paws::StorageGateway::NFSFileShareDefaults'); has NotificationPolicy => (is => 'ro', isa => 'Str'); has ObjectACL => (is => 'ro', isa => 'Str'); has ReadOnly => (is => 'ro', isa => 'Bool'); has RequesterPays => (is => 'ro', isa => 'Bool'); has Squash => (is => 'ro', isa => 'Str'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'UpdateNFSFileShare'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::StorageGateway::UpdateNFSFileShareOutput'); class_has _result_key => (isa => 'Str', is => 'ro'); 1; ### main pod documentation begin ### =head1 NAME Paws::StorageGateway::UpdateNFSFileShare - Arguments for method UpdateNFSFileShare on L =head1 DESCRIPTION This class represents the parameters used for calling the method UpdateNFSFileShare on the L service. Use the attributes of this class as arguments to method UpdateNFSFileShare. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateNFSFileShare. =head1 SYNOPSIS my $storagegateway = Paws->service('StorageGateway'); my $UpdateNFSFileShareOutput = $storagegateway->UpdateNFSFileShare( FileShareARN => 'MyFileShareARN', CacheAttributes => { CacheStaleTimeoutInSeconds => 1, # OPTIONAL }, # OPTIONAL ClientList => [ 'MyIPV4AddressCIDR', ... ], # OPTIONAL DefaultStorageClass => 'MyStorageClass', # OPTIONAL FileShareName => 'MyFileShareName', # OPTIONAL GuessMIMETypeEnabled => 1, # OPTIONAL KMSEncrypted => 1, # OPTIONAL KMSKey => 'MyKMSKey', # OPTIONAL NFSFileShareDefaults => { DirectoryMode => 'MyPermissionMode', # min: 1, max: 4; OPTIONAL FileMode => 'MyPermissionMode', # min: 1, max: 4; OPTIONAL GroupId => 1, # max: 4294967294; OPTIONAL OwnerId => 1, # max: 4294967294; OPTIONAL }, # OPTIONAL NotificationPolicy => 'MyNotificationPolicy', # OPTIONAL ObjectACL => 'private', # OPTIONAL ReadOnly => 1, # OPTIONAL RequesterPays => 1, # OPTIONAL Squash => 'MySquash', # OPTIONAL ); # Results: my $FileShareARN = $UpdateNFSFileShareOutput->FileShareARN; # 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 CacheAttributes => L specifies refresh cache information for the file share. =head2 ClientList => ArrayRef[Str|Undef] The list of clients that are allowed to access the file gateway. The list must contain either valid IP addresses or valid CIDR blocks. =head2 DefaultStorageClass => Str The default storage class for objects put into an Amazon S3 bucket by the file gateway. The default value is C. Optional. Valid Values: C | C | C | C =head2 B FileShareARN => Str The Amazon Resource Name (ARN) of the file share to be updated. =head2 FileShareName => Str The name of the file share. Optional. C must be set if an S3 prefix name is set in C. =head2 GuessMIMETypeEnabled => Bool A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to C to enable MIME type guessing, otherwise set to C. The default value is C. Valid Values: C | C =head2 KMSEncrypted => Bool Set to C to use Amazon S3 server-side encryption with your own AWS KMS key, or C to use a key managed by Amazon S3. Optional. Valid Values: C | C =head2 KMSKey => Str The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can only be set when C is C. Optional. =head2 NFSFileShareDefaults => L The default values for the file share. Optional. =head2 NotificationPolicy => Str The notification policy of the file share. C controls the number of seconds to wait after the last point in time a client wrote to a file before generating an C notification. Because clients can make many small writes to files, it's best to set this parameter for as long as possible to avoid generating multiple notifications for the same file in a small time period. C has no effect on the timing of the object uploading to Amazon S3, only the timing of the notification. The following example sets C on with C set to 60. C<{\"Upload\": {\"SettlingTimeInSeconds\": 60}}> The following example sets C off. C<{}> =head2 ObjectACL => Str A value that sets the access control list (ACL) permission for objects in the S3 bucket that a file gateway puts objects into. The default value is C. Valid values are: C<"private">, C<"public-read">, C<"public-read-write">, C<"authenticated-read">, C<"bucket-owner-read">, C<"bucket-owner-full-control">, C<"aws-exec-read"> =head2 ReadOnly => Bool A value that sets the write status of a file share. Set this value to C to set the write status to read-only, otherwise set to C. Valid Values: C | C =head2 RequesterPays => Bool A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket. If this value is set to C, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data. C is a configuration for the S3 bucket that backs the file share, so make sure that the configuration on the file share is the same as the S3 bucket configuration. Valid Values: C | C =head2 Squash => Str The user mapped to anonymous user. Valid values are the following: =over =item * C: Only root is mapped to anonymous user. =item * C: No one is mapped to anonymous user. =item * C: Everyone is mapped to anonymous user. =back =head1 SEE ALSO This class forms part of L, documenting arguments for method UpdateNFSFileShare in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut