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::UpdateSMBFileShare; use Moose; has AccessBasedEnumeration => (is => 'ro', isa => 'Bool'); has AdminUserList => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has AuditDestinationARN => (is => 'ro', isa => 'Str'); has CacheAttributes => (is => 'ro', isa => 'Paws::StorageGateway::CacheAttributes'); has CaseSensitivity => (is => 'ro', isa => 'Str'); 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 InvalidUserList => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has KMSEncrypted => (is => 'ro', isa => 'Bool'); has KMSKey => (is => 'ro', isa => 'Str'); 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 SMBACLEnabled => (is => 'ro', isa => 'Bool'); has ValidUserList => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'UpdateSMBFileShare'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::StorageGateway::UpdateSMBFileShareOutput'); class_has _result_key => (isa => 'Str', is => 'ro'); 1; ### main pod documentation begin ### =head1 NAME Paws::StorageGateway::UpdateSMBFileShare - Arguments for method UpdateSMBFileShare on L =head1 DESCRIPTION This class represents the parameters used for calling the method UpdateSMBFileShare on the L service. Use the attributes of this class as arguments to method UpdateSMBFileShare. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateSMBFileShare. =head1 SYNOPSIS my $storagegateway = Paws->service('StorageGateway'); my $UpdateSMBFileShareOutput = $storagegateway->UpdateSMBFileShare( FileShareARN => 'MyFileShareARN', AccessBasedEnumeration => 1, # OPTIONAL AdminUserList => [ 'MyUserListUser', ... # min: 1, max: 64 ], # OPTIONAL AuditDestinationARN => 'MyAuditDestinationARN', # OPTIONAL CacheAttributes => { CacheStaleTimeoutInSeconds => 1, # OPTIONAL }, # OPTIONAL CaseSensitivity => 'ClientSpecified', # OPTIONAL DefaultStorageClass => 'MyStorageClass', # OPTIONAL FileShareName => 'MyFileShareName', # OPTIONAL GuessMIMETypeEnabled => 1, # OPTIONAL InvalidUserList => [ 'MyUserListUser', ... # min: 1, max: 64 ], # OPTIONAL KMSEncrypted => 1, # OPTIONAL KMSKey => 'MyKMSKey', # OPTIONAL NotificationPolicy => 'MyNotificationPolicy', # OPTIONAL ObjectACL => 'private', # OPTIONAL ReadOnly => 1, # OPTIONAL RequesterPays => 1, # OPTIONAL SMBACLEnabled => 1, # OPTIONAL ValidUserList => [ 'MyUserListUser', ... # min: 1, max: 64 ], # OPTIONAL ); # Results: my $FileShareARN = $UpdateSMBFileShareOutput->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 AccessBasedEnumeration => Bool The files and folders on this share will only be visible to users with read access. =head2 AdminUserList => ArrayRef[Str|Undef] A list of users or groups in the Active Directory that have administrator rights to the file share. A group must be prefixed with the @ character. Acceptable formats include: C, C, C<@group1>, and C<@DOMAIN\group1>. Can only be set if Authentication is set to C. =head2 AuditDestinationARN => Str The Amazon Resource Name (ARN) of the storage used for audit logs. =head2 CacheAttributes => L Specifies refresh cache information for the file share. =head2 CaseSensitivity => Str The case of an object name in an Amazon S3 bucket. For C, the client determines the case sensitivity. For C, the gateway determines the case sensitivity. The default value is C. Valid values are: C<"ClientSpecified">, C<"CaseSensitive"> =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 SMB file share that you want to update. =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 InvalidUserList => ArrayRef[Str|Undef] A list of users or groups in the Active Directory that are not allowed to access the file share. A group must be prefixed with the @ character. Acceptable formats include: C, C, C<@group1>, and C<@DOMAIN\group1>. Can only be set if Authentication is set to 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 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 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 SMBACLEnabled => Bool Set this value to C to enable access control list (ACL) on the SMB file share. Set it to C to map file and directory permissions to the POSIX permissions. For more information, see Using Microsoft Windows ACLs to control access to an SMB file share (https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html) in the I. Valid Values: C | C =head2 ValidUserList => ArrayRef[Str|Undef] A list of users or groups in the Active Directory that are allowed to access the file share. A group must be prefixed with the @ character. Acceptable formats include: C, C, C<@group1>, and C<@DOMAIN\group1>. Can only be set if Authentication is set to C. =head1 SEE ALSO This class forms part of L, documenting arguments for method UpdateSMBFileShare in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut