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` # Generated by default/object.tt package Paws::StorageGateway::SMBFileShareInfo; use Moose; has AccessBasedEnumeration => (is => 'ro', isa => 'Bool'); has AdminUserList => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has AuditDestinationARN => (is => 'ro', isa => 'Str'); has Authentication => (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'); has FileShareId => (is => 'ro', isa => 'Str'); has FileShareName => (is => 'ro', isa => 'Str'); has FileShareStatus => (is => 'ro', isa => 'Str'); has GatewayARN => (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 LocationARN => (is => 'ro', isa => 'Str'); has NotificationPolicy => (is => 'ro', isa => 'Str'); has ObjectACL => (is => 'ro', isa => 'Str'); has Path => (is => 'ro', isa => 'Str'); has ReadOnly => (is => 'ro', isa => 'Bool'); has RequesterPays => (is => 'ro', isa => 'Bool'); has Role => (is => 'ro', isa => 'Str'); has SMBACLEnabled => (is => 'ro', isa => 'Bool'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::StorageGateway::Tag]'); has ValidUserList => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); 1; ### main pod documentation begin ### =head1 NAME Paws::StorageGateway::SMBFileShareInfo =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::StorageGateway::SMBFileShareInfo object: $service_obj->Method(Att1 => { AccessBasedEnumeration => $value, ..., ValidUserList => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::StorageGateway::SMBFileShareInfo object: $result = $service_obj->Method(...); $result->Att1->AccessBasedEnumeration =head1 DESCRIPTION The Windows file permissions and ownership information assigned, by default, to native S3 objects when file gateway discovers them in S3 buckets. This operation is only supported for file gateways. =head1 ATTRIBUTES =head2 AccessBasedEnumeration => Bool Indicates whether C is enabled. =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 Authentication => Str =head2 CacheAttributes => L 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. =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 FileShareARN => Str =head2 FileShareId => Str =head2 FileShareName => Str The name of the file share. Optional. C must be set if an S3 prefix name is set in C. =head2 FileShareStatus => Str =head2 GatewayARN => Str =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 =head2 LocationARN => Str =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 =head2 Path => Str The file share path used by the SMB client to identify the mount point. =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 Role => Str =head2 SMBACLEnabled => Bool If this value is set to C, it indicates that access control list (ACL) is enabled on the SMB file share. If it is set to C, it indicates that file and directory permissions are mapped to the POSIX permission. 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. =head2 Tags => ArrayRef[L] A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the C API operation. =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, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut