Versions in this module Expand all Collapse all v1 v1.99.1 Feb 10, 2020 v1.99.0 Feb 10, 2020 Changes in this version + const ActiveDirectoryErrorTypeDomainNotFound + const ActiveDirectoryErrorTypeIncompatibleDomainMode + const ActiveDirectoryErrorTypeInvalidDomainStage + const ActiveDirectoryErrorTypeWrongVpc + const BackupLifecycleAvailable + const BackupLifecycleCreating + const BackupLifecycleDeleted + const BackupLifecycleFailed + const BackupTypeAutomatic + const BackupTypeUserInitiated + const EndpointsID + const ErrCodeActiveDirectoryError + const ErrCodeBackupInProgress + const ErrCodeBackupNotFound + const ErrCodeBackupRestoring + const ErrCodeBadRequest + const ErrCodeFileSystemNotFound + const ErrCodeIncompatibleParameterError + const ErrCodeInternalServerError + const ErrCodeInvalidExportPath + const ErrCodeInvalidImportPath + const ErrCodeInvalidNetworkSettings + const ErrCodeMissingFileSystemConfiguration + const ErrCodeNotServiceResourceError + const ErrCodeResourceDoesNotSupportTagging + const ErrCodeResourceNotFound + const ErrCodeServiceLimitExceeded + const ErrCodeUnsupportedOperation + const FileSystemLifecycleAvailable + const FileSystemLifecycleCreating + const FileSystemLifecycleDeleting + const FileSystemLifecycleFailed + const FileSystemLifecycleMisconfigured + const FileSystemLifecycleUpdating + const FileSystemMaintenanceOperationBackingUp + const FileSystemMaintenanceOperationPatching + const FileSystemTypeLustre + const FileSystemTypeWindows + const FilterNameBackupType + const FilterNameFileSystemId + const ServiceID + const ServiceLimitFileSystemCount + const ServiceLimitTotalStorage + const ServiceLimitTotalThroughputCapacity + const ServiceLimitTotalUserInitiatedBackups + const ServiceName + type ActiveDirectoryBackupAttributes struct + ActiveDirectoryId *string + DomainName *string + func (s *ActiveDirectoryBackupAttributes) SetActiveDirectoryId(v string) *ActiveDirectoryBackupAttributes + func (s *ActiveDirectoryBackupAttributes) SetDomainName(v string) *ActiveDirectoryBackupAttributes + func (s ActiveDirectoryBackupAttributes) GoString() string + func (s ActiveDirectoryBackupAttributes) String() string + type Backup struct + BackupId *string + CreationTime *time.Time + DirectoryInformation *ActiveDirectoryBackupAttributes + FailureDetails *BackupFailureDetails + FileSystem *FileSystem + KmsKeyId *string + Lifecycle *string + ProgressPercent *int64 + ResourceARN *string + Tags []*Tag + Type *string + func (s *Backup) SetBackupId(v string) *Backup + func (s *Backup) SetCreationTime(v time.Time) *Backup + func (s *Backup) SetDirectoryInformation(v *ActiveDirectoryBackupAttributes) *Backup + func (s *Backup) SetFailureDetails(v *BackupFailureDetails) *Backup + func (s *Backup) SetFileSystem(v *FileSystem) *Backup + func (s *Backup) SetKmsKeyId(v string) *Backup + func (s *Backup) SetLifecycle(v string) *Backup + func (s *Backup) SetProgressPercent(v int64) *Backup + func (s *Backup) SetResourceARN(v string) *Backup + func (s *Backup) SetTags(v []*Tag) *Backup + func (s *Backup) SetType(v string) *Backup + func (s Backup) GoString() string + func (s Backup) String() string + type BackupFailureDetails struct + Message *string + func (s *BackupFailureDetails) SetMessage(v string) *BackupFailureDetails + func (s BackupFailureDetails) GoString() string + func (s BackupFailureDetails) String() string + type CreateBackupInput struct + ClientRequestToken *string + FileSystemId *string + Tags []*Tag + func (s *CreateBackupInput) SetClientRequestToken(v string) *CreateBackupInput + func (s *CreateBackupInput) SetFileSystemId(v string) *CreateBackupInput + func (s *CreateBackupInput) SetTags(v []*Tag) *CreateBackupInput + func (s *CreateBackupInput) Validate() error + func (s CreateBackupInput) GoString() string + func (s CreateBackupInput) String() string + type CreateBackupOutput struct + Backup *Backup + func (s *CreateBackupOutput) SetBackup(v *Backup) *CreateBackupOutput + func (s CreateBackupOutput) GoString() string + func (s CreateBackupOutput) String() string + type CreateFileSystemFromBackupInput struct + BackupId *string + ClientRequestToken *string + SecurityGroupIds []*string + SubnetIds []*string + Tags []*Tag + WindowsConfiguration *CreateFileSystemWindowsConfiguration + func (s *CreateFileSystemFromBackupInput) SetBackupId(v string) *CreateFileSystemFromBackupInput + func (s *CreateFileSystemFromBackupInput) SetClientRequestToken(v string) *CreateFileSystemFromBackupInput + func (s *CreateFileSystemFromBackupInput) SetSecurityGroupIds(v []*string) *CreateFileSystemFromBackupInput + func (s *CreateFileSystemFromBackupInput) SetSubnetIds(v []*string) *CreateFileSystemFromBackupInput + func (s *CreateFileSystemFromBackupInput) SetTags(v []*Tag) *CreateFileSystemFromBackupInput + func (s *CreateFileSystemFromBackupInput) SetWindowsConfiguration(v *CreateFileSystemWindowsConfiguration) *CreateFileSystemFromBackupInput + func (s *CreateFileSystemFromBackupInput) Validate() error + func (s CreateFileSystemFromBackupInput) GoString() string + func (s CreateFileSystemFromBackupInput) String() string + type CreateFileSystemFromBackupOutput struct + FileSystem *FileSystem + func (s *CreateFileSystemFromBackupOutput) SetFileSystem(v *FileSystem) *CreateFileSystemFromBackupOutput + func (s CreateFileSystemFromBackupOutput) GoString() string + func (s CreateFileSystemFromBackupOutput) String() string + type CreateFileSystemInput struct + ClientRequestToken *string + FileSystemType *string + KmsKeyId *string + LustreConfiguration *CreateFileSystemLustreConfiguration + SecurityGroupIds []*string + StorageCapacity *int64 + SubnetIds []*string + Tags []*Tag + WindowsConfiguration *CreateFileSystemWindowsConfiguration + func (s *CreateFileSystemInput) SetClientRequestToken(v string) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetFileSystemType(v string) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetKmsKeyId(v string) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetLustreConfiguration(v *CreateFileSystemLustreConfiguration) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetSecurityGroupIds(v []*string) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetStorageCapacity(v int64) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetSubnetIds(v []*string) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetTags(v []*Tag) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetWindowsConfiguration(v *CreateFileSystemWindowsConfiguration) *CreateFileSystemInput + func (s *CreateFileSystemInput) Validate() error + func (s CreateFileSystemInput) GoString() string + func (s CreateFileSystemInput) String() string + type CreateFileSystemLustreConfiguration struct + ExportPath *string + ImportPath *string + ImportedFileChunkSize *int64 + WeeklyMaintenanceStartTime *string + func (s *CreateFileSystemLustreConfiguration) SetExportPath(v string) *CreateFileSystemLustreConfiguration + func (s *CreateFileSystemLustreConfiguration) SetImportPath(v string) *CreateFileSystemLustreConfiguration + func (s *CreateFileSystemLustreConfiguration) SetImportedFileChunkSize(v int64) *CreateFileSystemLustreConfiguration + func (s *CreateFileSystemLustreConfiguration) SetWeeklyMaintenanceStartTime(v string) *CreateFileSystemLustreConfiguration + func (s *CreateFileSystemLustreConfiguration) Validate() error + func (s CreateFileSystemLustreConfiguration) GoString() string + func (s CreateFileSystemLustreConfiguration) String() string + type CreateFileSystemOutput struct + FileSystem *FileSystem + func (s *CreateFileSystemOutput) SetFileSystem(v *FileSystem) *CreateFileSystemOutput + func (s CreateFileSystemOutput) GoString() string + func (s CreateFileSystemOutput) String() string + type CreateFileSystemWindowsConfiguration struct + ActiveDirectoryId *string + AutomaticBackupRetentionDays *int64 + CopyTagsToBackups *bool + DailyAutomaticBackupStartTime *string + SelfManagedActiveDirectoryConfiguration *SelfManagedActiveDirectoryConfiguration + ThroughputCapacity *int64 + WeeklyMaintenanceStartTime *string + func (s *CreateFileSystemWindowsConfiguration) SetActiveDirectoryId(v string) *CreateFileSystemWindowsConfiguration + func (s *CreateFileSystemWindowsConfiguration) SetAutomaticBackupRetentionDays(v int64) *CreateFileSystemWindowsConfiguration + func (s *CreateFileSystemWindowsConfiguration) SetCopyTagsToBackups(v bool) *CreateFileSystemWindowsConfiguration + func (s *CreateFileSystemWindowsConfiguration) SetDailyAutomaticBackupStartTime(v string) *CreateFileSystemWindowsConfiguration + func (s *CreateFileSystemWindowsConfiguration) SetSelfManagedActiveDirectoryConfiguration(v *SelfManagedActiveDirectoryConfiguration) *CreateFileSystemWindowsConfiguration + func (s *CreateFileSystemWindowsConfiguration) SetThroughputCapacity(v int64) *CreateFileSystemWindowsConfiguration + func (s *CreateFileSystemWindowsConfiguration) SetWeeklyMaintenanceStartTime(v string) *CreateFileSystemWindowsConfiguration + func (s *CreateFileSystemWindowsConfiguration) Validate() error + func (s CreateFileSystemWindowsConfiguration) GoString() string + func (s CreateFileSystemWindowsConfiguration) String() string + type DataRepositoryConfiguration struct + ExportPath *string + ImportPath *string + ImportedFileChunkSize *int64 + func (s *DataRepositoryConfiguration) SetExportPath(v string) *DataRepositoryConfiguration + func (s *DataRepositoryConfiguration) SetImportPath(v string) *DataRepositoryConfiguration + func (s *DataRepositoryConfiguration) SetImportedFileChunkSize(v int64) *DataRepositoryConfiguration + func (s DataRepositoryConfiguration) GoString() string + func (s DataRepositoryConfiguration) String() string + type DeleteBackupInput struct + BackupId *string + ClientRequestToken *string + func (s *DeleteBackupInput) SetBackupId(v string) *DeleteBackupInput + func (s *DeleteBackupInput) SetClientRequestToken(v string) *DeleteBackupInput + func (s *DeleteBackupInput) Validate() error + func (s DeleteBackupInput) GoString() string + func (s DeleteBackupInput) String() string + type DeleteBackupOutput struct + BackupId *string + Lifecycle *string + func (s *DeleteBackupOutput) SetBackupId(v string) *DeleteBackupOutput + func (s *DeleteBackupOutput) SetLifecycle(v string) *DeleteBackupOutput + func (s DeleteBackupOutput) GoString() string + func (s DeleteBackupOutput) String() string + type DeleteFileSystemInput struct + ClientRequestToken *string + FileSystemId *string + WindowsConfiguration *DeleteFileSystemWindowsConfiguration + func (s *DeleteFileSystemInput) SetClientRequestToken(v string) *DeleteFileSystemInput + func (s *DeleteFileSystemInput) SetFileSystemId(v string) *DeleteFileSystemInput + func (s *DeleteFileSystemInput) SetWindowsConfiguration(v *DeleteFileSystemWindowsConfiguration) *DeleteFileSystemInput + func (s *DeleteFileSystemInput) Validate() error + func (s DeleteFileSystemInput) GoString() string + func (s DeleteFileSystemInput) String() string + type DeleteFileSystemOutput struct + FileSystemId *string + Lifecycle *string + WindowsResponse *DeleteFileSystemWindowsResponse + func (s *DeleteFileSystemOutput) SetFileSystemId(v string) *DeleteFileSystemOutput + func (s *DeleteFileSystemOutput) SetLifecycle(v string) *DeleteFileSystemOutput + func (s *DeleteFileSystemOutput) SetWindowsResponse(v *DeleteFileSystemWindowsResponse) *DeleteFileSystemOutput + func (s DeleteFileSystemOutput) GoString() string + func (s DeleteFileSystemOutput) String() string + type DeleteFileSystemWindowsConfiguration struct + FinalBackupTags []*Tag + SkipFinalBackup *bool + func (s *DeleteFileSystemWindowsConfiguration) SetFinalBackupTags(v []*Tag) *DeleteFileSystemWindowsConfiguration + func (s *DeleteFileSystemWindowsConfiguration) SetSkipFinalBackup(v bool) *DeleteFileSystemWindowsConfiguration + func (s *DeleteFileSystemWindowsConfiguration) Validate() error + func (s DeleteFileSystemWindowsConfiguration) GoString() string + func (s DeleteFileSystemWindowsConfiguration) String() string + type DeleteFileSystemWindowsResponse struct + FinalBackupId *string + FinalBackupTags []*Tag + func (s *DeleteFileSystemWindowsResponse) SetFinalBackupId(v string) *DeleteFileSystemWindowsResponse + func (s *DeleteFileSystemWindowsResponse) SetFinalBackupTags(v []*Tag) *DeleteFileSystemWindowsResponse + func (s DeleteFileSystemWindowsResponse) GoString() string + func (s DeleteFileSystemWindowsResponse) String() string + type DescribeBackupsInput struct + BackupIds []*string + Filters []*Filter + MaxResults *int64 + NextToken *string + func (s *DescribeBackupsInput) SetBackupIds(v []*string) *DescribeBackupsInput + func (s *DescribeBackupsInput) SetFilters(v []*Filter) *DescribeBackupsInput + func (s *DescribeBackupsInput) SetMaxResults(v int64) *DescribeBackupsInput + func (s *DescribeBackupsInput) SetNextToken(v string) *DescribeBackupsInput + func (s *DescribeBackupsInput) Validate() error + func (s DescribeBackupsInput) GoString() string + func (s DescribeBackupsInput) String() string + type DescribeBackupsOutput struct + Backups []*Backup + NextToken *string + func (s *DescribeBackupsOutput) SetBackups(v []*Backup) *DescribeBackupsOutput + func (s *DescribeBackupsOutput) SetNextToken(v string) *DescribeBackupsOutput + func (s DescribeBackupsOutput) GoString() string + func (s DescribeBackupsOutput) String() string + type DescribeFileSystemsInput struct + FileSystemIds []*string + MaxResults *int64 + NextToken *string + func (s *DescribeFileSystemsInput) SetFileSystemIds(v []*string) *DescribeFileSystemsInput + func (s *DescribeFileSystemsInput) SetMaxResults(v int64) *DescribeFileSystemsInput + func (s *DescribeFileSystemsInput) SetNextToken(v string) *DescribeFileSystemsInput + func (s *DescribeFileSystemsInput) Validate() error + func (s DescribeFileSystemsInput) GoString() string + func (s DescribeFileSystemsInput) String() string + type DescribeFileSystemsOutput struct + FileSystems []*FileSystem + NextToken *string + func (s *DescribeFileSystemsOutput) SetFileSystems(v []*FileSystem) *DescribeFileSystemsOutput + func (s *DescribeFileSystemsOutput) SetNextToken(v string) *DescribeFileSystemsOutput + func (s DescribeFileSystemsOutput) GoString() string + func (s DescribeFileSystemsOutput) String() string + type FSx struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *FSx + func (c *FSx) CreateBackup(input *CreateBackupInput) (*CreateBackupOutput, error) + func (c *FSx) CreateBackupRequest(input *CreateBackupInput) (req *request.Request, output *CreateBackupOutput) + func (c *FSx) CreateBackupWithContext(ctx aws.Context, input *CreateBackupInput, opts ...request.Option) (*CreateBackupOutput, error) + func (c *FSx) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error) + func (c *FSx) CreateFileSystemFromBackup(input *CreateFileSystemFromBackupInput) (*CreateFileSystemFromBackupOutput, error) + func (c *FSx) CreateFileSystemFromBackupRequest(input *CreateFileSystemFromBackupInput) (req *request.Request, output *CreateFileSystemFromBackupOutput) + func (c *FSx) CreateFileSystemFromBackupWithContext(ctx aws.Context, input *CreateFileSystemFromBackupInput, ...) (*CreateFileSystemFromBackupOutput, error) + func (c *FSx) CreateFileSystemRequest(input *CreateFileSystemInput) (req *request.Request, output *CreateFileSystemOutput) + func (c *FSx) CreateFileSystemWithContext(ctx aws.Context, input *CreateFileSystemInput, opts ...request.Option) (*CreateFileSystemOutput, error) + func (c *FSx) DeleteBackup(input *DeleteBackupInput) (*DeleteBackupOutput, error) + func (c *FSx) DeleteBackupRequest(input *DeleteBackupInput) (req *request.Request, output *DeleteBackupOutput) + func (c *FSx) DeleteBackupWithContext(ctx aws.Context, input *DeleteBackupInput, opts ...request.Option) (*DeleteBackupOutput, error) + func (c *FSx) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error) + func (c *FSx) DeleteFileSystemRequest(input *DeleteFileSystemInput) (req *request.Request, output *DeleteFileSystemOutput) + func (c *FSx) DeleteFileSystemWithContext(ctx aws.Context, input *DeleteFileSystemInput, opts ...request.Option) (*DeleteFileSystemOutput, error) + func (c *FSx) DescribeBackups(input *DescribeBackupsInput) (*DescribeBackupsOutput, error) + func (c *FSx) DescribeBackupsPages(input *DescribeBackupsInput, fn func(*DescribeBackupsOutput, bool) bool) error + func (c *FSx) DescribeBackupsPagesWithContext(ctx aws.Context, input *DescribeBackupsInput, ...) error + func (c *FSx) DescribeBackupsRequest(input *DescribeBackupsInput) (req *request.Request, output *DescribeBackupsOutput) + func (c *FSx) DescribeBackupsWithContext(ctx aws.Context, input *DescribeBackupsInput, opts ...request.Option) (*DescribeBackupsOutput, error) + func (c *FSx) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error) + func (c *FSx) DescribeFileSystemsPages(input *DescribeFileSystemsInput, ...) error + func (c *FSx) DescribeFileSystemsPagesWithContext(ctx aws.Context, input *DescribeFileSystemsInput, ...) error + func (c *FSx) DescribeFileSystemsRequest(input *DescribeFileSystemsInput) (req *request.Request, output *DescribeFileSystemsOutput) + func (c *FSx) DescribeFileSystemsWithContext(ctx aws.Context, input *DescribeFileSystemsInput, opts ...request.Option) (*DescribeFileSystemsOutput, error) + func (c *FSx) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *FSx) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *FSx) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *FSx) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *FSx) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *FSx) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *FSx) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *FSx) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *FSx) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *FSx) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error) + func (c *FSx) UpdateFileSystemRequest(input *UpdateFileSystemInput) (req *request.Request, output *UpdateFileSystemOutput) + func (c *FSx) UpdateFileSystemWithContext(ctx aws.Context, input *UpdateFileSystemInput, opts ...request.Option) (*UpdateFileSystemOutput, error) + type FileSystem struct + CreationTime *time.Time + DNSName *string + FailureDetails *FileSystemFailureDetails + FileSystemId *string + FileSystemType *string + KmsKeyId *string + Lifecycle *string + LustreConfiguration *LustreFileSystemConfiguration + NetworkInterfaceIds []*string + OwnerId *string + ResourceARN *string + StorageCapacity *int64 + SubnetIds []*string + Tags []*Tag + VpcId *string + WindowsConfiguration *WindowsFileSystemConfiguration + func (s *FileSystem) SetCreationTime(v time.Time) *FileSystem + func (s *FileSystem) SetDNSName(v string) *FileSystem + func (s *FileSystem) SetFailureDetails(v *FileSystemFailureDetails) *FileSystem + func (s *FileSystem) SetFileSystemId(v string) *FileSystem + func (s *FileSystem) SetFileSystemType(v string) *FileSystem + func (s *FileSystem) SetKmsKeyId(v string) *FileSystem + func (s *FileSystem) SetLifecycle(v string) *FileSystem + func (s *FileSystem) SetLustreConfiguration(v *LustreFileSystemConfiguration) *FileSystem + func (s *FileSystem) SetNetworkInterfaceIds(v []*string) *FileSystem + func (s *FileSystem) SetOwnerId(v string) *FileSystem + func (s *FileSystem) SetResourceARN(v string) *FileSystem + func (s *FileSystem) SetStorageCapacity(v int64) *FileSystem + func (s *FileSystem) SetSubnetIds(v []*string) *FileSystem + func (s *FileSystem) SetTags(v []*Tag) *FileSystem + func (s *FileSystem) SetVpcId(v string) *FileSystem + func (s *FileSystem) SetWindowsConfiguration(v *WindowsFileSystemConfiguration) *FileSystem + func (s FileSystem) GoString() string + func (s FileSystem) String() string + type FileSystemFailureDetails struct + Message *string + func (s *FileSystemFailureDetails) SetMessage(v string) *FileSystemFailureDetails + func (s FileSystemFailureDetails) GoString() string + func (s FileSystemFailureDetails) String() string + type Filter struct + Name *string + Values []*string + func (s *Filter) SetName(v string) *Filter + func (s *Filter) SetValues(v []*string) *Filter + func (s Filter) GoString() string + func (s Filter) String() string + type ListTagsForResourceInput struct + MaxResults *int64 + NextToken *string + ResourceARN *string + func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetResourceARN(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + NextToken *string + Tags []*Tag + func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type LustreFileSystemConfiguration struct + DataRepositoryConfiguration *DataRepositoryConfiguration + WeeklyMaintenanceStartTime *string + func (s *LustreFileSystemConfiguration) SetDataRepositoryConfiguration(v *DataRepositoryConfiguration) *LustreFileSystemConfiguration + func (s *LustreFileSystemConfiguration) SetWeeklyMaintenanceStartTime(v string) *LustreFileSystemConfiguration + func (s LustreFileSystemConfiguration) GoString() string + func (s LustreFileSystemConfiguration) String() string + type SelfManagedActiveDirectoryAttributes struct + DnsIps []*string + DomainName *string + FileSystemAdministratorsGroup *string + OrganizationalUnitDistinguishedName *string + UserName *string + func (s *SelfManagedActiveDirectoryAttributes) SetDnsIps(v []*string) *SelfManagedActiveDirectoryAttributes + func (s *SelfManagedActiveDirectoryAttributes) SetDomainName(v string) *SelfManagedActiveDirectoryAttributes + func (s *SelfManagedActiveDirectoryAttributes) SetFileSystemAdministratorsGroup(v string) *SelfManagedActiveDirectoryAttributes + func (s *SelfManagedActiveDirectoryAttributes) SetOrganizationalUnitDistinguishedName(v string) *SelfManagedActiveDirectoryAttributes + func (s *SelfManagedActiveDirectoryAttributes) SetUserName(v string) *SelfManagedActiveDirectoryAttributes + func (s SelfManagedActiveDirectoryAttributes) GoString() string + func (s SelfManagedActiveDirectoryAttributes) String() string + type SelfManagedActiveDirectoryConfiguration struct + DnsIps []*string + DomainName *string + FileSystemAdministratorsGroup *string + OrganizationalUnitDistinguishedName *string + Password *string + UserName *string + func (s *SelfManagedActiveDirectoryConfiguration) SetDnsIps(v []*string) *SelfManagedActiveDirectoryConfiguration + func (s *SelfManagedActiveDirectoryConfiguration) SetDomainName(v string) *SelfManagedActiveDirectoryConfiguration + func (s *SelfManagedActiveDirectoryConfiguration) SetFileSystemAdministratorsGroup(v string) *SelfManagedActiveDirectoryConfiguration + func (s *SelfManagedActiveDirectoryConfiguration) SetOrganizationalUnitDistinguishedName(v string) *SelfManagedActiveDirectoryConfiguration + func (s *SelfManagedActiveDirectoryConfiguration) SetPassword(v string) *SelfManagedActiveDirectoryConfiguration + func (s *SelfManagedActiveDirectoryConfiguration) SetUserName(v string) *SelfManagedActiveDirectoryConfiguration + func (s *SelfManagedActiveDirectoryConfiguration) Validate() error + func (s SelfManagedActiveDirectoryConfiguration) GoString() string + func (s SelfManagedActiveDirectoryConfiguration) String() string + type SelfManagedActiveDirectoryConfigurationUpdates struct + DnsIps []*string + Password *string + UserName *string + func (s *SelfManagedActiveDirectoryConfigurationUpdates) SetDnsIps(v []*string) *SelfManagedActiveDirectoryConfigurationUpdates + func (s *SelfManagedActiveDirectoryConfigurationUpdates) SetPassword(v string) *SelfManagedActiveDirectoryConfigurationUpdates + func (s *SelfManagedActiveDirectoryConfigurationUpdates) SetUserName(v string) *SelfManagedActiveDirectoryConfigurationUpdates + func (s *SelfManagedActiveDirectoryConfigurationUpdates) Validate() error + func (s SelfManagedActiveDirectoryConfigurationUpdates) GoString() string + func (s SelfManagedActiveDirectoryConfigurationUpdates) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceARN *string + Tags []*Tag + func (s *TagResourceInput) SetResourceARN(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type UntagResourceInput struct + ResourceARN *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceARN(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateFileSystemInput struct + ClientRequestToken *string + FileSystemId *string + LustreConfiguration *UpdateFileSystemLustreConfiguration + WindowsConfiguration *UpdateFileSystemWindowsConfiguration + func (s *UpdateFileSystemInput) SetClientRequestToken(v string) *UpdateFileSystemInput + func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput + func (s *UpdateFileSystemInput) SetLustreConfiguration(v *UpdateFileSystemLustreConfiguration) *UpdateFileSystemInput + func (s *UpdateFileSystemInput) SetWindowsConfiguration(v *UpdateFileSystemWindowsConfiguration) *UpdateFileSystemInput + func (s *UpdateFileSystemInput) Validate() error + func (s UpdateFileSystemInput) GoString() string + func (s UpdateFileSystemInput) String() string + type UpdateFileSystemLustreConfiguration struct + WeeklyMaintenanceStartTime *string + func (s *UpdateFileSystemLustreConfiguration) SetWeeklyMaintenanceStartTime(v string) *UpdateFileSystemLustreConfiguration + func (s *UpdateFileSystemLustreConfiguration) Validate() error + func (s UpdateFileSystemLustreConfiguration) GoString() string + func (s UpdateFileSystemLustreConfiguration) String() string + type UpdateFileSystemOutput struct + FileSystem *FileSystem + func (s *UpdateFileSystemOutput) SetFileSystem(v *FileSystem) *UpdateFileSystemOutput + func (s UpdateFileSystemOutput) GoString() string + func (s UpdateFileSystemOutput) String() string + type UpdateFileSystemWindowsConfiguration struct + AutomaticBackupRetentionDays *int64 + DailyAutomaticBackupStartTime *string + SelfManagedActiveDirectoryConfiguration *SelfManagedActiveDirectoryConfigurationUpdates + WeeklyMaintenanceStartTime *string + func (s *UpdateFileSystemWindowsConfiguration) SetAutomaticBackupRetentionDays(v int64) *UpdateFileSystemWindowsConfiguration + func (s *UpdateFileSystemWindowsConfiguration) SetDailyAutomaticBackupStartTime(v string) *UpdateFileSystemWindowsConfiguration + func (s *UpdateFileSystemWindowsConfiguration) SetSelfManagedActiveDirectoryConfiguration(v *SelfManagedActiveDirectoryConfigurationUpdates) *UpdateFileSystemWindowsConfiguration + func (s *UpdateFileSystemWindowsConfiguration) SetWeeklyMaintenanceStartTime(v string) *UpdateFileSystemWindowsConfiguration + func (s *UpdateFileSystemWindowsConfiguration) Validate() error + func (s UpdateFileSystemWindowsConfiguration) GoString() string + func (s UpdateFileSystemWindowsConfiguration) String() string + type WindowsFileSystemConfiguration struct + ActiveDirectoryId *string + AutomaticBackupRetentionDays *int64 + CopyTagsToBackups *bool + DailyAutomaticBackupStartTime *string + MaintenanceOperationsInProgress []*string + SelfManagedActiveDirectoryConfiguration *SelfManagedActiveDirectoryAttributes + ThroughputCapacity *int64 + WeeklyMaintenanceStartTime *string + func (s *WindowsFileSystemConfiguration) SetActiveDirectoryId(v string) *WindowsFileSystemConfiguration + func (s *WindowsFileSystemConfiguration) SetAutomaticBackupRetentionDays(v int64) *WindowsFileSystemConfiguration + func (s *WindowsFileSystemConfiguration) SetCopyTagsToBackups(v bool) *WindowsFileSystemConfiguration + func (s *WindowsFileSystemConfiguration) SetDailyAutomaticBackupStartTime(v string) *WindowsFileSystemConfiguration + func (s *WindowsFileSystemConfiguration) SetMaintenanceOperationsInProgress(v []*string) *WindowsFileSystemConfiguration + func (s *WindowsFileSystemConfiguration) SetSelfManagedActiveDirectoryConfiguration(v *SelfManagedActiveDirectoryAttributes) *WindowsFileSystemConfiguration + func (s *WindowsFileSystemConfiguration) SetThroughputCapacity(v int64) *WindowsFileSystemConfiguration + func (s *WindowsFileSystemConfiguration) SetWeeklyMaintenanceStartTime(v string) *WindowsFileSystemConfiguration + func (s WindowsFileSystemConfiguration) GoString() string + func (s WindowsFileSystemConfiguration) String() string