fsx

package
v1.34.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2020 License: Apache-2.0 Imports: 10 Imported by: 79

Documentation

Overview

Package fsx provides the client and types for making API requests to Amazon FSx.

Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.

See https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01 for more information on this service.

See fsx package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/fsx/

Using the Client

To contact Amazon FSx with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon FSx client FSx for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/fsx/#New

Index

Examples

Constants

View Source
const (
	// ActiveDirectoryErrorTypeDomainNotFound is a ActiveDirectoryErrorType enum value
	ActiveDirectoryErrorTypeDomainNotFound = "DOMAIN_NOT_FOUND"

	// ActiveDirectoryErrorTypeIncompatibleDomainMode is a ActiveDirectoryErrorType enum value
	ActiveDirectoryErrorTypeIncompatibleDomainMode = "INCOMPATIBLE_DOMAIN_MODE"

	// ActiveDirectoryErrorTypeWrongVpc is a ActiveDirectoryErrorType enum value
	ActiveDirectoryErrorTypeWrongVpc = "WRONG_VPC"

	// ActiveDirectoryErrorTypeInvalidDomainStage is a ActiveDirectoryErrorType enum value
	ActiveDirectoryErrorTypeInvalidDomainStage = "INVALID_DOMAIN_STAGE"
)

The type of error relating to Microsoft Active Directory. NOT_FOUND means that no directory was found by specifying the given directory. INCOMPATIBLE_MODE means that the directory specified is not a Microsoft AD directory. WRONG_VPC means that the specified directory isn't accessible from the specified VPC. WRONG_STAGE means that the specified directory isn't currently in the ACTIVE state.

View Source
const (
	// AdministrativeActionTypeFileSystemUpdate is a AdministrativeActionType enum value
	AdministrativeActionTypeFileSystemUpdate = "FILE_SYSTEM_UPDATE"

	// AdministrativeActionTypeStorageOptimization is a AdministrativeActionType enum value
	AdministrativeActionTypeStorageOptimization = "STORAGE_OPTIMIZATION"
)

Describes the type of administrative action, as follows:

  • FILE_SYSTEM_UPDATE - A file system update administrative action initiated by the user from the Amazon FSx console, API (UpdateFileSystem), or CLI (update-file-system). A

  • STORAGE_OPTIMIZATION - Once the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity completes successfully, a STORAGE_OPTIMIZATION task starts. Storage optimization is the process of migrating the file system data to the new, larger disks. You can track the storage migration progress using the ProgressPercent property. When STORAGE_OPTIMIZATION completes successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED. For more information, see Managing Storage Capacity (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html).

View Source
const (
	// AutoImportPolicyTypeNone is a AutoImportPolicyType enum value
	AutoImportPolicyTypeNone = "NONE"

	// AutoImportPolicyTypeNew is a AutoImportPolicyType enum value
	AutoImportPolicyTypeNew = "NEW"

	// AutoImportPolicyTypeNewChanged is a AutoImportPolicyType enum value
	AutoImportPolicyTypeNewChanged = "NEW_CHANGED"
)
View Source
const (
	// BackupLifecycleAvailable is a BackupLifecycle enum value
	BackupLifecycleAvailable = "AVAILABLE"

	// BackupLifecycleCreating is a BackupLifecycle enum value
	BackupLifecycleCreating = "CREATING"

	// BackupLifecycleTransferring is a BackupLifecycle enum value
	BackupLifecycleTransferring = "TRANSFERRING"

	// BackupLifecycleDeleted is a BackupLifecycle enum value
	BackupLifecycleDeleted = "DELETED"

	// BackupLifecycleFailed is a BackupLifecycle enum value
	BackupLifecycleFailed = "FAILED"
)

The lifecycle status of the backup.

View Source
const (
	// BackupTypeAutomatic is a BackupType enum value
	BackupTypeAutomatic = "AUTOMATIC"

	// BackupTypeUserInitiated is a BackupType enum value
	BackupTypeUserInitiated = "USER_INITIATED"
)

The type of the backup.

View Source
const (
	// DataRepositoryLifecycleCreating is a DataRepositoryLifecycle enum value
	DataRepositoryLifecycleCreating = "CREATING"

	// DataRepositoryLifecycleAvailable is a DataRepositoryLifecycle enum value
	DataRepositoryLifecycleAvailable = "AVAILABLE"

	// DataRepositoryLifecycleMisconfigured is a DataRepositoryLifecycle enum value
	DataRepositoryLifecycleMisconfigured = "MISCONFIGURED"

	// DataRepositoryLifecycleUpdating is a DataRepositoryLifecycle enum value
	DataRepositoryLifecycleUpdating = "UPDATING"

	// DataRepositoryLifecycleDeleting is a DataRepositoryLifecycle enum value
	DataRepositoryLifecycleDeleting = "DELETING"
)
View Source
const (
	// DataRepositoryTaskFilterNameFileSystemId is a DataRepositoryTaskFilterName enum value
	DataRepositoryTaskFilterNameFileSystemId = "file-system-id"

	// DataRepositoryTaskFilterNameTaskLifecycle is a DataRepositoryTaskFilterName enum value
	DataRepositoryTaskFilterNameTaskLifecycle = "task-lifecycle"
)
View Source
const (
	// DataRepositoryTaskLifecyclePending is a DataRepositoryTaskLifecycle enum value
	DataRepositoryTaskLifecyclePending = "PENDING"

	// DataRepositoryTaskLifecycleExecuting is a DataRepositoryTaskLifecycle enum value
	DataRepositoryTaskLifecycleExecuting = "EXECUTING"

	// DataRepositoryTaskLifecycleFailed is a DataRepositoryTaskLifecycle enum value
	DataRepositoryTaskLifecycleFailed = "FAILED"

	// DataRepositoryTaskLifecycleSucceeded is a DataRepositoryTaskLifecycle enum value
	DataRepositoryTaskLifecycleSucceeded = "SUCCEEDED"

	// DataRepositoryTaskLifecycleCanceled is a DataRepositoryTaskLifecycle enum value
	DataRepositoryTaskLifecycleCanceled = "CANCELED"

	// DataRepositoryTaskLifecycleCanceling is a DataRepositoryTaskLifecycle enum value
	DataRepositoryTaskLifecycleCanceling = "CANCELING"
)
View Source
const (
	// DriveCacheTypeNone is a DriveCacheType enum value
	DriveCacheTypeNone = "NONE"

	// DriveCacheTypeRead is a DriveCacheType enum value
	DriveCacheTypeRead = "READ"
)
View Source
const (
	// FileSystemLifecycleAvailable is a FileSystemLifecycle enum value
	FileSystemLifecycleAvailable = "AVAILABLE"

	// FileSystemLifecycleCreating is a FileSystemLifecycle enum value
	FileSystemLifecycleCreating = "CREATING"

	// FileSystemLifecycleFailed is a FileSystemLifecycle enum value
	FileSystemLifecycleFailed = "FAILED"

	// FileSystemLifecycleDeleting is a FileSystemLifecycle enum value
	FileSystemLifecycleDeleting = "DELETING"

	// FileSystemLifecycleMisconfigured is a FileSystemLifecycle enum value
	FileSystemLifecycleMisconfigured = "MISCONFIGURED"

	// FileSystemLifecycleUpdating is a FileSystemLifecycle enum value
	FileSystemLifecycleUpdating = "UPDATING"
)

The lifecycle status of the file system.

View Source
const (
	// FileSystemMaintenanceOperationPatching is a FileSystemMaintenanceOperation enum value
	FileSystemMaintenanceOperationPatching = "PATCHING"

	// FileSystemMaintenanceOperationBackingUp is a FileSystemMaintenanceOperation enum value
	FileSystemMaintenanceOperationBackingUp = "BACKING_UP"
)

An enumeration specifying the currently ongoing maintenance operation.

View Source
const (
	// FileSystemTypeWindows is a FileSystemType enum value
	FileSystemTypeWindows = "WINDOWS"

	// FileSystemTypeLustre is a FileSystemType enum value
	FileSystemTypeLustre = "LUSTRE"
)

The type of file system.

View Source
const (
	// FilterNameFileSystemId is a FilterName enum value
	FilterNameFileSystemId = "file-system-id"

	// FilterNameBackupType is a FilterName enum value
	FilterNameBackupType = "backup-type"

	// FilterNameFileSystemType is a FilterName enum value
	FilterNameFileSystemType = "file-system-type"
)

The name for a filter.

View Source
const (
	// LustreDeploymentTypeScratch1 is a LustreDeploymentType enum value
	LustreDeploymentTypeScratch1 = "SCRATCH_1"

	// LustreDeploymentTypeScratch2 is a LustreDeploymentType enum value
	LustreDeploymentTypeScratch2 = "SCRATCH_2"

	// LustreDeploymentTypePersistent1 is a LustreDeploymentType enum value
	LustreDeploymentTypePersistent1 = "PERSISTENT_1"
)
View Source
const (
	// ServiceLimitFileSystemCount is a ServiceLimit enum value
	ServiceLimitFileSystemCount = "FILE_SYSTEM_COUNT"

	// ServiceLimitTotalThroughputCapacity is a ServiceLimit enum value
	ServiceLimitTotalThroughputCapacity = "TOTAL_THROUGHPUT_CAPACITY"

	// ServiceLimitTotalStorage is a ServiceLimit enum value
	ServiceLimitTotalStorage = "TOTAL_STORAGE"

	// ServiceLimitTotalUserInitiatedBackups is a ServiceLimit enum value
	ServiceLimitTotalUserInitiatedBackups = "TOTAL_USER_INITIATED_BACKUPS"
)

The types of limits on your service utilization. Limits include file system count, total throughput capacity, total storage, and total user-initiated backups. These limits apply for a specific account in a specific AWS Region. You can increase some of them by contacting AWS Support.

View Source
const (
	// StatusFailed is a Status enum value
	StatusFailed = "FAILED"

	// StatusInProgress is a Status enum value
	StatusInProgress = "IN_PROGRESS"

	// StatusPending is a Status enum value
	StatusPending = "PENDING"

	// StatusCompleted is a Status enum value
	StatusCompleted = "COMPLETED"

	// StatusUpdatedOptimizing is a Status enum value
	StatusUpdatedOptimizing = "UPDATED_OPTIMIZING"
)
View Source
const (
	// StorageTypeSsd is a StorageType enum value
	StorageTypeSsd = "SSD"

	// StorageTypeHdd is a StorageType enum value
	StorageTypeHdd = "HDD"
)

The storage type for your Amazon FSx file system.

View Source
const (
	// WindowsDeploymentTypeMultiAz1 is a WindowsDeploymentType enum value
	WindowsDeploymentTypeMultiAz1 = "MULTI_AZ_1"

	// WindowsDeploymentTypeSingleAz1 is a WindowsDeploymentType enum value
	WindowsDeploymentTypeSingleAz1 = "SINGLE_AZ_1"

	// WindowsDeploymentTypeSingleAz2 is a WindowsDeploymentType enum value
	WindowsDeploymentTypeSingleAz2 = "SINGLE_AZ_2"
)
View Source
const (

	// ErrCodeActiveDirectoryError for service response error code
	// "ActiveDirectoryError".
	//
	// An Active Directory error.
	ErrCodeActiveDirectoryError = "ActiveDirectoryError"

	// ErrCodeBackupInProgress for service response error code
	// "BackupInProgress".
	//
	// Another backup is already under way. Wait for completion before initiating
	// additional backups of this file system.
	ErrCodeBackupInProgress = "BackupInProgress"

	// ErrCodeBackupNotFound for service response error code
	// "BackupNotFound".
	//
	// No Amazon FSx backups were found based upon the supplied parameters.
	ErrCodeBackupNotFound = "BackupNotFound"

	// ErrCodeBackupRestoring for service response error code
	// "BackupRestoring".
	//
	// You can't delete a backup while it's being used to restore a file system.
	ErrCodeBackupRestoring = "BackupRestoring"

	// ErrCodeBadRequest for service response error code
	// "BadRequest".
	//
	// A generic error indicating a failure with a client request.
	ErrCodeBadRequest = "BadRequest"

	// ErrCodeDataRepositoryTaskEnded for service response error code
	// "DataRepositoryTaskEnded".
	//
	// The data repository task could not be canceled because the task has already
	// ended.
	ErrCodeDataRepositoryTaskEnded = "DataRepositoryTaskEnded"

	// ErrCodeDataRepositoryTaskExecuting for service response error code
	// "DataRepositoryTaskExecuting".
	//
	// An existing data repository task is currently executing on the file system.
	// Wait until the existing task has completed, then create the new task.
	ErrCodeDataRepositoryTaskExecuting = "DataRepositoryTaskExecuting"

	// ErrCodeDataRepositoryTaskNotFound for service response error code
	// "DataRepositoryTaskNotFound".
	//
	// The data repository task or tasks you specified could not be found.
	ErrCodeDataRepositoryTaskNotFound = "DataRepositoryTaskNotFound"

	// ErrCodeFileSystemNotFound for service response error code
	// "FileSystemNotFound".
	//
	// No Amazon FSx file systems were found based upon supplied parameters.
	ErrCodeFileSystemNotFound = "FileSystemNotFound"

	// ErrCodeIncompatibleParameterError for service response error code
	// "IncompatibleParameterError".
	//
	// The error returned when a second request is received with the same client
	// request token but different parameters settings. A client request token should
	// always uniquely identify a single request.
	ErrCodeIncompatibleParameterError = "IncompatibleParameterError"

	// ErrCodeInternalServerError for service response error code
	// "InternalServerError".
	//
	// A generic error indicating a server-side failure.
	ErrCodeInternalServerError = "InternalServerError"

	// ErrCodeInvalidExportPath for service response error code
	// "InvalidExportPath".
	//
	// The path provided for data repository export isn't valid.
	ErrCodeInvalidExportPath = "InvalidExportPath"

	// ErrCodeInvalidImportPath for service response error code
	// "InvalidImportPath".
	//
	// The path provided for data repository import isn't valid.
	ErrCodeInvalidImportPath = "InvalidImportPath"

	// ErrCodeInvalidNetworkSettings for service response error code
	// "InvalidNetworkSettings".
	//
	// One or more network settings specified in the request are invalid. InvalidVpcId
	// means that the ID passed for the virtual private cloud (VPC) is invalid.
	// InvalidSubnetIds returns the list of IDs for subnets that are either invalid
	// or not part of the VPC specified. InvalidSecurityGroupIds returns the list
	// of IDs for security groups that are either invalid or not part of the VPC
	// specified.
	ErrCodeInvalidNetworkSettings = "InvalidNetworkSettings"

	// ErrCodeInvalidPerUnitStorageThroughput for service response error code
	// "InvalidPerUnitStorageThroughput".
	//
	// An invalid value for PerUnitStorageThroughput was provided. Please create
	// your file system again, using a valid value.
	ErrCodeInvalidPerUnitStorageThroughput = "InvalidPerUnitStorageThroughput"

	// ErrCodeMissingFileSystemConfiguration for service response error code
	// "MissingFileSystemConfiguration".
	//
	// A file system configuration is required for this operation.
	ErrCodeMissingFileSystemConfiguration = "MissingFileSystemConfiguration"

	// ErrCodeNotServiceResourceError for service response error code
	// "NotServiceResourceError".
	//
	// The resource specified for the tagging operation is not a resource type owned
	// by Amazon FSx. Use the API of the relevant service to perform the operation.
	ErrCodeNotServiceResourceError = "NotServiceResourceError"

	// ErrCodeResourceDoesNotSupportTagging for service response error code
	// "ResourceDoesNotSupportTagging".
	//
	// The resource specified does not support tagging.
	ErrCodeResourceDoesNotSupportTagging = "ResourceDoesNotSupportTagging"

	// ErrCodeResourceNotFound for service response error code
	// "ResourceNotFound".
	//
	// The resource specified by the Amazon Resource Name (ARN) can't be found.
	ErrCodeResourceNotFound = "ResourceNotFound"

	// ErrCodeServiceLimitExceeded for service response error code
	// "ServiceLimitExceeded".
	//
	// An error indicating that a particular service limit was exceeded. You can
	// increase some service limits by contacting AWS Support.
	ErrCodeServiceLimitExceeded = "ServiceLimitExceeded"

	// ErrCodeUnsupportedOperation for service response error code
	// "UnsupportedOperation".
	//
	// The requested operation is not supported for this resource or API.
	ErrCodeUnsupportedOperation = "UnsupportedOperation"
)
View Source
const (
	ServiceName = "FSx" // Name of service.
	EndpointsID = "fsx" // ID to lookup a service endpoint with.
	ServiceID   = "FSx" // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// DataRepositoryTaskTypeExportToRepository is a DataRepositoryTaskType enum value
	DataRepositoryTaskTypeExportToRepository = "EXPORT_TO_REPOSITORY"
)
View Source
const (
	// ReportFormatReportCsv20191124 is a ReportFormat enum value
	ReportFormatReportCsv20191124 = "REPORT_CSV_20191124"
)
View Source
const (
	// ReportScopeFailedFilesOnly is a ReportScope enum value
	ReportScopeFailedFilesOnly = "FAILED_FILES_ONLY"
)

Variables

This section is empty.

Functions

func ActiveDirectoryErrorType_Values added in v1.34.3

func ActiveDirectoryErrorType_Values() []string

ActiveDirectoryErrorType_Values returns all elements of the ActiveDirectoryErrorType enum

func AdministrativeActionType_Values added in v1.34.3

func AdministrativeActionType_Values() []string

AdministrativeActionType_Values returns all elements of the AdministrativeActionType enum

func AutoImportPolicyType_Values added in v1.34.3

func AutoImportPolicyType_Values() []string

AutoImportPolicyType_Values returns all elements of the AutoImportPolicyType enum

func BackupLifecycle_Values added in v1.34.3

func BackupLifecycle_Values() []string

BackupLifecycle_Values returns all elements of the BackupLifecycle enum

func BackupType_Values added in v1.34.3

func BackupType_Values() []string

BackupType_Values returns all elements of the BackupType enum

func DataRepositoryLifecycle_Values added in v1.34.3

func DataRepositoryLifecycle_Values() []string

DataRepositoryLifecycle_Values returns all elements of the DataRepositoryLifecycle enum

func DataRepositoryTaskFilterName_Values added in v1.34.3

func DataRepositoryTaskFilterName_Values() []string

DataRepositoryTaskFilterName_Values returns all elements of the DataRepositoryTaskFilterName enum

func DataRepositoryTaskLifecycle_Values added in v1.34.3

func DataRepositoryTaskLifecycle_Values() []string

DataRepositoryTaskLifecycle_Values returns all elements of the DataRepositoryTaskLifecycle enum

func DataRepositoryTaskType_Values added in v1.34.3

func DataRepositoryTaskType_Values() []string

DataRepositoryTaskType_Values returns all elements of the DataRepositoryTaskType enum

func DriveCacheType_Values added in v1.34.3

func DriveCacheType_Values() []string

DriveCacheType_Values returns all elements of the DriveCacheType enum

func FileSystemLifecycle_Values added in v1.34.3

func FileSystemLifecycle_Values() []string

FileSystemLifecycle_Values returns all elements of the FileSystemLifecycle enum

func FileSystemMaintenanceOperation_Values added in v1.34.3

func FileSystemMaintenanceOperation_Values() []string

FileSystemMaintenanceOperation_Values returns all elements of the FileSystemMaintenanceOperation enum

func FileSystemType_Values added in v1.34.3

func FileSystemType_Values() []string

FileSystemType_Values returns all elements of the FileSystemType enum

func FilterName_Values added in v1.34.3

func FilterName_Values() []string

FilterName_Values returns all elements of the FilterName enum

func LustreDeploymentType_Values added in v1.34.3

func LustreDeploymentType_Values() []string

LustreDeploymentType_Values returns all elements of the LustreDeploymentType enum

func ReportFormat_Values added in v1.34.3

func ReportFormat_Values() []string

ReportFormat_Values returns all elements of the ReportFormat enum

func ReportScope_Values added in v1.34.3

func ReportScope_Values() []string

ReportScope_Values returns all elements of the ReportScope enum

func ServiceLimit_Values added in v1.34.3

func ServiceLimit_Values() []string

ServiceLimit_Values returns all elements of the ServiceLimit enum

func Status_Values added in v1.34.3

func Status_Values() []string

Status_Values returns all elements of the Status enum

func StorageType_Values added in v1.34.3

func StorageType_Values() []string

StorageType_Values returns all elements of the StorageType enum

func WindowsDeploymentType_Values added in v1.34.3

func WindowsDeploymentType_Values() []string

WindowsDeploymentType_Values returns all elements of the WindowsDeploymentType enum

Types

type ActiveDirectoryBackupAttributes added in v1.20.7

type ActiveDirectoryBackupAttributes struct {

	// The ID of the AWS Managed Microsoft Active Directory instance to which the
	// file system is joined.
	ActiveDirectoryId *string `min:"12" type:"string"`

	// The fully qualified domain name of the self-managed AD directory.
	DomainName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The Microsoft AD attributes of the Amazon FSx for Windows File Server file system.

func (ActiveDirectoryBackupAttributes) GoString added in v1.20.7

GoString returns the string representation

func (*ActiveDirectoryBackupAttributes) SetActiveDirectoryId added in v1.20.7

SetActiveDirectoryId sets the ActiveDirectoryId field's value.

func (*ActiveDirectoryBackupAttributes) SetDomainName added in v1.20.7

SetDomainName sets the DomainName field's value.

func (ActiveDirectoryBackupAttributes) String added in v1.20.7

String returns the string representation

type ActiveDirectoryError added in v1.28.0

type ActiveDirectoryError struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// The directory ID of the directory that an error pertains to.
	//
	// ActiveDirectoryId is a required field
	ActiveDirectoryId *string `min:"12" type:"string" required:"true"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`

	// The type of Active Directory error.
	Type *string `type:"string" enum:"ActiveDirectoryErrorType"`
	// contains filtered or unexported fields
}

An Active Directory error.

func (*ActiveDirectoryError) Code added in v1.28.0

func (s *ActiveDirectoryError) Code() string

Code returns the exception type name.

func (*ActiveDirectoryError) Error added in v1.28.0

func (s *ActiveDirectoryError) Error() string

func (ActiveDirectoryError) GoString added in v1.28.0

func (s ActiveDirectoryError) GoString() string

GoString returns the string representation

func (*ActiveDirectoryError) Message added in v1.28.0

func (s *ActiveDirectoryError) Message() string

Message returns the exception's message.

func (*ActiveDirectoryError) OrigErr added in v1.28.0

func (s *ActiveDirectoryError) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ActiveDirectoryError) RequestID added in v1.28.0

func (s *ActiveDirectoryError) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ActiveDirectoryError) StatusCode added in v1.28.0

func (s *ActiveDirectoryError) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ActiveDirectoryError) String added in v1.28.0

func (s ActiveDirectoryError) String() string

String returns the string representation

type AdministrativeAction added in v1.31.8

type AdministrativeAction struct {

	// Describes the type of administrative action, as follows:
	//
	//    * FILE_SYSTEM_UPDATE - A file system update administrative action initiated
	//    by the user from the Amazon FSx console, API (UpdateFileSystem), or CLI
	//    (update-file-system). A
	//
	//    * STORAGE_OPTIMIZATION - Once the FILE_SYSTEM_UPDATE task to increase
	//    a file system's storage capacity completes successfully, a STORAGE_OPTIMIZATION
	//    task starts. Storage optimization is the process of migrating the file
	//    system data to the new, larger disks. You can track the storage migration
	//    progress using the ProgressPercent property. When STORAGE_OPTIMIZATION
	//    completes successfully, the parent FILE_SYSTEM_UPDATE action status changes
	//    to COMPLETED. For more information, see Managing Storage Capacity (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html).
	AdministrativeActionType *string `type:"string" enum:"AdministrativeActionType"`

	// Provides information about a failed administrative action.
	FailureDetails *AdministrativeActionFailureDetails `type:"structure"`

	// Provides the percent complete of a STORAGE_OPTIMIZATION administrative action.
	ProgressPercent *int64 `type:"integer"`

	// Time that the administrative action request was received.
	RequestTime *time.Time `type:"timestamp"`

	// Describes the status of the administrative action, as follows:
	//
	//    * FAILED - Amazon FSx failed to process the administrative action successfully.
	//
	//    * IN_PROGRESS - Amazon FSx is processing the administrative action.
	//
	//    * PENDING - Amazon FSx is waiting to process the administrative action.
	//
	//    * COMPLETED - Amazon FSx has finished processing the administrative task.
	//
	//    * UPDATED_OPTIMIZING - For a storage capacity increase update, Amazon
	//    FSx has updated the file system with the new storage capacity, and is
	//    now performing the storage optimization process. For more information,
	//    see Managing Storage Capacity (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html).
	Status *string `type:"string" enum:"Status"`

	// Describes the target StorageCapacity or ThroughputCapacity value provided
	// in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative
	// actions.
	TargetFileSystemValues *FileSystem `type:"structure"`
	// contains filtered or unexported fields
}

Describes a specific Amazon FSx Administrative Action for the current Windows file system.

func (AdministrativeAction) GoString added in v1.31.8

func (s AdministrativeAction) GoString() string

GoString returns the string representation

func (*AdministrativeAction) SetAdministrativeActionType added in v1.31.8

func (s *AdministrativeAction) SetAdministrativeActionType(v string) *AdministrativeAction

SetAdministrativeActionType sets the AdministrativeActionType field's value.

func (*AdministrativeAction) SetFailureDetails added in v1.31.8

SetFailureDetails sets the FailureDetails field's value.

func (*AdministrativeAction) SetProgressPercent added in v1.31.8

func (s *AdministrativeAction) SetProgressPercent(v int64) *AdministrativeAction

SetProgressPercent sets the ProgressPercent field's value.

func (*AdministrativeAction) SetRequestTime added in v1.31.8

func (s *AdministrativeAction) SetRequestTime(v time.Time) *AdministrativeAction

SetRequestTime sets the RequestTime field's value.

func (*AdministrativeAction) SetStatus added in v1.31.8

SetStatus sets the Status field's value.

func (*AdministrativeAction) SetTargetFileSystemValues added in v1.31.8

func (s *AdministrativeAction) SetTargetFileSystemValues(v *FileSystem) *AdministrativeAction

SetTargetFileSystemValues sets the TargetFileSystemValues field's value.

func (AdministrativeAction) String added in v1.31.8

func (s AdministrativeAction) String() string

String returns the string representation

type AdministrativeActionFailureDetails added in v1.31.8

type AdministrativeActionFailureDetails struct {

	// Error message providing details about the failure.
	Message *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Provides information about a failed administrative action.

func (AdministrativeActionFailureDetails) GoString added in v1.31.8

GoString returns the string representation

func (*AdministrativeActionFailureDetails) SetMessage added in v1.31.8

SetMessage sets the Message field's value.

func (AdministrativeActionFailureDetails) String added in v1.31.8

String returns the string representation

type Backup

type Backup struct {

	// The ID of the backup.
	//
	// BackupId is a required field
	BackupId *string `min:"12" type:"string" required:"true"`

	// The time when a particular backup was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The configuration of the self-managed Microsoft Active Directory (AD) to
	// which the Windows File Server instance is joined.
	DirectoryInformation *ActiveDirectoryBackupAttributes `type:"structure"`

	// Details explaining any failures that occur when creating a backup.
	FailureDetails *BackupFailureDetails `type:"structure"`

	// Metadata of the file system associated with the backup. This metadata is
	// persisted even if the file system is deleted.
	//
	// FileSystem is a required field
	FileSystem *FileSystem `type:"structure" required:"true"`

	// The ID of the AWS Key Management Service (AWS KMS) key used to encrypt this
	// backup of the Amazon FSx for Windows file system's data at rest. Amazon FSx
	// for Lustre does not support KMS encryption.
	KmsKeyId *string `min:"1" type:"string"`

	// The lifecycle status of the backup.
	//
	// Lifecycle is a required field
	Lifecycle *string `type:"string" required:"true" enum:"BackupLifecycle"`

	// The current percent of progress of an asynchronous task.
	ProgressPercent *int64 `type:"integer"`

	// The Amazon Resource Name (ARN) for the backup resource.
	ResourceARN *string `min:"8" type:"string"`

	// Tags associated with a particular file system.
	Tags []*Tag `min:"1" type:"list"`

	// The type of the file system backup.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"BackupType"`
	// contains filtered or unexported fields
}

A backup of an Amazon FSx for file system.

func (Backup) GoString

func (s Backup) GoString() string

GoString returns the string representation

func (*Backup) SetBackupId

func (s *Backup) SetBackupId(v string) *Backup

SetBackupId sets the BackupId field's value.

func (*Backup) SetCreationTime

func (s *Backup) SetCreationTime(v time.Time) *Backup

SetCreationTime sets the CreationTime field's value.

func (*Backup) SetDirectoryInformation added in v1.20.7

func (s *Backup) SetDirectoryInformation(v *ActiveDirectoryBackupAttributes) *Backup

SetDirectoryInformation sets the DirectoryInformation field's value.

func (*Backup) SetFailureDetails

func (s *Backup) SetFailureDetails(v *BackupFailureDetails) *Backup

SetFailureDetails sets the FailureDetails field's value.

func (*Backup) SetFileSystem

func (s *Backup) SetFileSystem(v *FileSystem) *Backup

SetFileSystem sets the FileSystem field's value.

func (*Backup) SetKmsKeyId

func (s *Backup) SetKmsKeyId(v string) *Backup

SetKmsKeyId sets the KmsKeyId field's value.

func (*Backup) SetLifecycle

func (s *Backup) SetLifecycle(v string) *Backup

SetLifecycle sets the Lifecycle field's value.

func (*Backup) SetProgressPercent

func (s *Backup) SetProgressPercent(v int64) *Backup

SetProgressPercent sets the ProgressPercent field's value.

func (*Backup) SetResourceARN

func (s *Backup) SetResourceARN(v string) *Backup

SetResourceARN sets the ResourceARN field's value.

func (*Backup) SetTags

func (s *Backup) SetTags(v []*Tag) *Backup

SetTags sets the Tags field's value.

func (*Backup) SetType

func (s *Backup) SetType(v string) *Backup

SetType sets the Type field's value.

func (Backup) String

func (s Backup) String() string

String returns the string representation

type BackupFailureDetails

type BackupFailureDetails struct {

	// A message describing the backup creation failure.
	Message *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

If backup creation fails, this structure contains the details of that failure.

func (BackupFailureDetails) GoString

func (s BackupFailureDetails) GoString() string

GoString returns the string representation

func (*BackupFailureDetails) SetMessage

SetMessage sets the Message field's value.

func (BackupFailureDetails) String

func (s BackupFailureDetails) String() string

String returns the string representation

type BackupInProgress added in v1.28.0

type BackupInProgress struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Another backup is already under way. Wait for completion before initiating additional backups of this file system.

func (*BackupInProgress) Code added in v1.28.0

func (s *BackupInProgress) Code() string

Code returns the exception type name.

func (*BackupInProgress) Error added in v1.28.0

func (s *BackupInProgress) Error() string

func (BackupInProgress) GoString added in v1.28.0

func (s BackupInProgress) GoString() string

GoString returns the string representation

func (*BackupInProgress) Message added in v1.28.0

func (s *BackupInProgress) Message() string

Message returns the exception's message.

func (*BackupInProgress) OrigErr added in v1.28.0

func (s *BackupInProgress) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BackupInProgress) RequestID added in v1.28.0

func (s *BackupInProgress) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BackupInProgress) StatusCode added in v1.28.0

func (s *BackupInProgress) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BackupInProgress) String added in v1.28.0

func (s BackupInProgress) String() string

String returns the string representation

type BackupNotFound added in v1.28.0

type BackupNotFound struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

No Amazon FSx backups were found based upon the supplied parameters.

func (*BackupNotFound) Code added in v1.28.0

func (s *BackupNotFound) Code() string

Code returns the exception type name.

func (*BackupNotFound) Error added in v1.28.0

func (s *BackupNotFound) Error() string

func (BackupNotFound) GoString added in v1.28.0

func (s BackupNotFound) GoString() string

GoString returns the string representation

func (*BackupNotFound) Message added in v1.28.0

func (s *BackupNotFound) Message() string

Message returns the exception's message.

func (*BackupNotFound) OrigErr added in v1.28.0

func (s *BackupNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BackupNotFound) RequestID added in v1.28.0

func (s *BackupNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BackupNotFound) StatusCode added in v1.28.0

func (s *BackupNotFound) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BackupNotFound) String added in v1.28.0

func (s BackupNotFound) String() string

String returns the string representation

type BackupRestoring added in v1.28.0

type BackupRestoring struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// The ID of a file system being restored from the backup.
	FileSystemId *string `min:"11" type:"string"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

You can't delete a backup while it's being used to restore a file system.

func (*BackupRestoring) Code added in v1.28.0

func (s *BackupRestoring) Code() string

Code returns the exception type name.

func (*BackupRestoring) Error added in v1.28.0

func (s *BackupRestoring) Error() string

func (BackupRestoring) GoString added in v1.28.0

func (s BackupRestoring) GoString() string

GoString returns the string representation

func (*BackupRestoring) Message added in v1.28.0

func (s *BackupRestoring) Message() string

Message returns the exception's message.

func (*BackupRestoring) OrigErr added in v1.28.0

func (s *BackupRestoring) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BackupRestoring) RequestID added in v1.28.0

func (s *BackupRestoring) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BackupRestoring) StatusCode added in v1.28.0

func (s *BackupRestoring) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BackupRestoring) String added in v1.28.0

func (s BackupRestoring) String() string

String returns the string representation

type BadRequest added in v1.28.0

type BadRequest struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

A generic error indicating a failure with a client request.

func (*BadRequest) Code added in v1.28.0

func (s *BadRequest) Code() string

Code returns the exception type name.

func (*BadRequest) Error added in v1.28.0

func (s *BadRequest) Error() string

func (BadRequest) GoString added in v1.28.0

func (s BadRequest) GoString() string

GoString returns the string representation

func (*BadRequest) Message added in v1.28.0

func (s *BadRequest) Message() string

Message returns the exception's message.

func (*BadRequest) OrigErr added in v1.28.0

func (s *BadRequest) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequest) RequestID added in v1.28.0

func (s *BadRequest) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequest) StatusCode added in v1.28.0

func (s *BadRequest) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BadRequest) String added in v1.28.0

func (s BadRequest) String() string

String returns the string representation

type CancelDataRepositoryTaskInput added in v1.26.8

type CancelDataRepositoryTaskInput struct {

	// Specifies the data repository task to cancel.
	//
	// TaskId is a required field
	TaskId *string `min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Cancels a data repository task.

func (CancelDataRepositoryTaskInput) GoString added in v1.26.8

GoString returns the string representation

func (*CancelDataRepositoryTaskInput) SetTaskId added in v1.26.8

SetTaskId sets the TaskId field's value.

func (CancelDataRepositoryTaskInput) String added in v1.26.8

String returns the string representation

func (*CancelDataRepositoryTaskInput) Validate added in v1.26.8

func (s *CancelDataRepositoryTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelDataRepositoryTaskOutput added in v1.26.8

type CancelDataRepositoryTaskOutput struct {

	// The lifecycle status of the data repository task, as follows:
	//
	//    * PENDING - Amazon FSx has not started the task.
	//
	//    * EXECUTING - Amazon FSx is processing the task.
	//
	//    * FAILED - Amazon FSx was not able to complete the task. For example,
	//    there may be files the task failed to process. The DataRepositoryTaskFailureDetails
	//    property provides more information about task failures.
	//
	//    * SUCCEEDED - FSx completed the task successfully.
	//
	//    * CANCELED - Amazon FSx canceled the task and it did not complete.
	//
	//    * CANCELING - FSx is in process of canceling the task.
	Lifecycle *string `type:"string" enum:"DataRepositoryTaskLifecycle"`

	// The ID of the task being canceled.
	TaskId *string `min:"12" type:"string"`
	// contains filtered or unexported fields
}

func (CancelDataRepositoryTaskOutput) GoString added in v1.26.8

GoString returns the string representation

func (*CancelDataRepositoryTaskOutput) SetLifecycle added in v1.26.8

SetLifecycle sets the Lifecycle field's value.

func (*CancelDataRepositoryTaskOutput) SetTaskId added in v1.26.8

SetTaskId sets the TaskId field's value.

func (CancelDataRepositoryTaskOutput) String added in v1.26.8

String returns the string representation

type CompletionReport added in v1.26.8

type CompletionReport struct {

	// Set Enabled to True to generate a CompletionReport when the task completes.
	// If set to true, then you need to provide a report Scope, Path, and Format.
	// Set Enabled to False if you do not want a CompletionReport generated when
	// the task completes.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// Required if Enabled is set to true. Specifies the format of the CompletionReport.
	// REPORT_CSV_20191124 is the only format currently supported. When Format is
	// set to REPORT_CSV_20191124, the CompletionReport is provided in CSV format,
	// and is delivered to {path}/task-{id}/failures.csv.
	Format *string `type:"string" enum:"ReportFormat"`

	// Required if Enabled is set to true. Specifies the location of the report
	// on the file system's linked S3 data repository. An absolute path that defines
	// where the completion report will be stored in the destination location. The
	// Path you provide must be located within the file system’s ExportPath. An
	// example Path value is "s3://myBucket/myExportPath/optionalPrefix". The report
	// provides the following information for each file in the report: FilePath,
	// FileStatus, and ErrorCode. To learn more about a file system's ExportPath,
	// see .
	Path *string `min:"3" type:"string"`

	// Required if Enabled is set to true. Specifies the scope of the CompletionReport;
	// FAILED_FILES_ONLY is the only scope currently supported. When Scope is set
	// to FAILED_FILES_ONLY, the CompletionReport only contains information about
	// files that the data repository task failed to process.
	Scope *string `type:"string" enum:"ReportScope"`
	// contains filtered or unexported fields
}

Provides a report detailing the data repository task results of the files processed that match the criteria specified in the report Scope parameter. FSx delivers the report to the file system's linked data repository in Amazon S3, using the path specified in the report Path parameter. You can specify whether or not a report gets generated for a task using the Enabled parameter.

func (CompletionReport) GoString added in v1.26.8

func (s CompletionReport) GoString() string

GoString returns the string representation

func (*CompletionReport) SetEnabled added in v1.26.8

func (s *CompletionReport) SetEnabled(v bool) *CompletionReport

SetEnabled sets the Enabled field's value.

func (*CompletionReport) SetFormat added in v1.26.8

func (s *CompletionReport) SetFormat(v string) *CompletionReport

SetFormat sets the Format field's value.

func (*CompletionReport) SetPath added in v1.26.8

func (s *CompletionReport) SetPath(v string) *CompletionReport

SetPath sets the Path field's value.

func (*CompletionReport) SetScope added in v1.26.8

func (s *CompletionReport) SetScope(v string) *CompletionReport

SetScope sets the Scope field's value.

func (CompletionReport) String added in v1.26.8

func (s CompletionReport) String() string

String returns the string representation

func (*CompletionReport) Validate added in v1.26.8

func (s *CompletionReport) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBackupInput

type CreateBackupInput struct {

	// A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent
	// creation. This string is automatically filled on your behalf when you use
	// the AWS Command Line Interface (AWS CLI) or an AWS SDK.
	ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The ID of the file system to back up.
	//
	// FileSystemId is a required field
	FileSystemId *string `min:"11" type:"string" required:"true"`

	// The tags to apply to the backup at backup creation. The key value of the
	// Name tag appears in the console as the backup name. If you have set CopyTagsToBackups
	// to true, and you specify one or more tags using the CreateBackup action,
	// no existing tags on the file system are copied from the file system to the
	// backup.
	Tags []*Tag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The request object for the CreateBackup operation.

func (CreateBackupInput) GoString

func (s CreateBackupInput) GoString() string

GoString returns the string representation

func (*CreateBackupInput) SetClientRequestToken

func (s *CreateBackupInput) SetClientRequestToken(v string) *CreateBackupInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateBackupInput) SetFileSystemId

func (s *CreateBackupInput) SetFileSystemId(v string) *CreateBackupInput

SetFileSystemId sets the FileSystemId field's value.

func (*CreateBackupInput) SetTags

func (s *CreateBackupInput) SetTags(v []*Tag) *CreateBackupInput

SetTags sets the Tags field's value.

func (CreateBackupInput) String

func (s CreateBackupInput) String() string

String returns the string representation

func (*CreateBackupInput) Validate

func (s *CreateBackupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBackupOutput

type CreateBackupOutput struct {

	// A description of the backup.
	Backup *Backup `type:"structure"`
	// contains filtered or unexported fields
}

The response object for the CreateBackup operation.

func (CreateBackupOutput) GoString

func (s CreateBackupOutput) GoString() string

GoString returns the string representation

func (*CreateBackupOutput) SetBackup

func (s *CreateBackupOutput) SetBackup(v *Backup) *CreateBackupOutput

SetBackup sets the Backup field's value.

func (CreateBackupOutput) String

func (s CreateBackupOutput) String() string

String returns the string representation

type CreateDataRepositoryTaskInput added in v1.26.8

type CreateDataRepositoryTaskInput struct {

	// (Optional) An idempotency token for resource creation, in a string of up
	// to 64 ASCII characters. This token is automatically filled on your behalf
	// when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
	ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The globally unique ID of the file system, assigned by Amazon FSx.
	//
	// FileSystemId is a required field
	FileSystemId *string `min:"11" type:"string" required:"true"`

	// (Optional) The path or paths on the Amazon FSx file system to use when the
	// data repository task is processed. The default path is the file system root
	// directory. The paths you provide need to be relative to the mount point of
	// the file system. If the mount point is /mnt/fsx and /mnt/fsx/path1 is a directory
	// or file on the file system you want to export, then the path to provide is
	// path1. If a path that you provide isn't valid, the task fails.
	Paths []*string `type:"list"`

	// Defines whether or not Amazon FSx provides a CompletionReport once the task
	// has completed. A CompletionReport provides a detailed report on the files
	// that Amazon FSx processed that meet the criteria specified by the Scope parameter.
	// For more information, see Working with Task Completion Reports (https://docs.aws.amazon.com/fsx/latest/LustreGuide/task-completion-report.html).
	//
	// Report is a required field
	Report *CompletionReport `type:"structure" required:"true"`

	// A list of Tag values, with a maximum of 50 elements.
	Tags []*Tag `min:"1" type:"list"`

	// Specifies the type of data repository task to create.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"DataRepositoryTaskType"`
	// contains filtered or unexported fields
}

func (CreateDataRepositoryTaskInput) GoString added in v1.26.8

GoString returns the string representation

func (*CreateDataRepositoryTaskInput) SetClientRequestToken added in v1.26.8

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateDataRepositoryTaskInput) SetFileSystemId added in v1.26.8

SetFileSystemId sets the FileSystemId field's value.

func (*CreateDataRepositoryTaskInput) SetPaths added in v1.26.8

SetPaths sets the Paths field's value.

func (*CreateDataRepositoryTaskInput) SetReport added in v1.26.8

SetReport sets the Report field's value.

func (*CreateDataRepositoryTaskInput) SetTags added in v1.26.8

SetTags sets the Tags field's value.

func (*CreateDataRepositoryTaskInput) SetType added in v1.26.8

SetType sets the Type field's value.

func (CreateDataRepositoryTaskInput) String added in v1.26.8

String returns the string representation

func (*CreateDataRepositoryTaskInput) Validate added in v1.26.8

func (s *CreateDataRepositoryTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDataRepositoryTaskOutput added in v1.26.8

type CreateDataRepositoryTaskOutput struct {

	// The description of the data repository task that you just created.
	DataRepositoryTask *DataRepositoryTask `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateDataRepositoryTaskOutput) GoString added in v1.26.8

GoString returns the string representation

func (*CreateDataRepositoryTaskOutput) SetDataRepositoryTask added in v1.26.8

SetDataRepositoryTask sets the DataRepositoryTask field's value.

func (CreateDataRepositoryTaskOutput) String added in v1.26.8

String returns the string representation

type CreateFileSystemFromBackupInput

type CreateFileSystemFromBackupInput struct {

	// The ID of the backup. Specifies the backup to use if you're creating a file
	// system from an existing backup.
	//
	// BackupId is a required field
	BackupId *string `min:"12" type:"string" required:"true"`

	// A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent
	// creation. This string is automatically filled on your behalf when you use
	// the AWS Command Line Interface (AWS CLI) or an AWS SDK.
	ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The Lustre configuration for the file system being created.
	LustreConfiguration *CreateFileSystemLustreConfiguration `type:"structure"`

	// A list of IDs for the security groups that apply to the specified network
	// interfaces created for file system access. These security groups apply to
	// all network interfaces. This value isn't returned in later DescribeFileSystem
	// requests.
	SecurityGroupIds []*string `type:"list"`

	// Sets the storage type for the Windows file system you're creating from a
	// backup. Valid values are SSD and HDD.
	//
	//    * Set to SSD to use solid state drive storage. Supported on all Windows
	//    deployment types.
	//
	//    * Set to HDD to use hard disk drive storage. Supported on SINGLE_AZ_2
	//    and MULTI_AZ_1 Windows file system deployment types.
	//
	// Default value is SSD.
	//
	// HDD and SSD storage types have different minimum storage capacity requirements.
	// A restored file system's storage capacity is tied to the file system that
	// was backed up. You can create a file system that uses HDD storage from a
	// backup of a file system that used SSD storage only if the original SSD file
	// system had a storage capacity of at least 2000 GiB.
	StorageType *string `type:"string" enum:"StorageType"`

	// Specifies the IDs of the subnets that the file system will be accessible
	// from. For Windows MULTI_AZ_1 file system deployment types, provide exactly
	// two subnet IDs, one for the preferred file server and one for the standby
	// file server. You specify one of these subnets as the preferred subnet using
	// the WindowsConfiguration > PreferredSubnetID property.
	//
	// For Windows SINGLE_AZ_1 and SINGLE_AZ_2 deployment types and Lustre file
	// systems, provide exactly one subnet ID. The file server is launched in that
	// subnet's Availability Zone.
	//
	// SubnetIds is a required field
	SubnetIds []*string `type:"list" required:"true"`

	// The tags to be applied to the file system at file system creation. The key
	// value of the Name tag appears in the console as the file system name.
	Tags []*Tag `min:"1" type:"list"`

	// The configuration for this Microsoft Windows file system.
	WindowsConfiguration *CreateFileSystemWindowsConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The request object for the CreateFileSystemFromBackup operation.

func (CreateFileSystemFromBackupInput) GoString

GoString returns the string representation

func (*CreateFileSystemFromBackupInput) SetBackupId

SetBackupId sets the BackupId field's value.

func (*CreateFileSystemFromBackupInput) SetClientRequestToken

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateFileSystemFromBackupInput) SetLustreConfiguration added in v1.32.9

SetLustreConfiguration sets the LustreConfiguration field's value.

func (*CreateFileSystemFromBackupInput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*CreateFileSystemFromBackupInput) SetStorageType added in v1.29.33

SetStorageType sets the StorageType field's value.

func (*CreateFileSystemFromBackupInput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*CreateFileSystemFromBackupInput) SetTags

SetTags sets the Tags field's value.

func (*CreateFileSystemFromBackupInput) SetWindowsConfiguration

SetWindowsConfiguration sets the WindowsConfiguration field's value.

func (CreateFileSystemFromBackupInput) String

String returns the string representation

func (*CreateFileSystemFromBackupInput) Validate

func (s *CreateFileSystemFromBackupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFileSystemFromBackupOutput

type CreateFileSystemFromBackupOutput struct {

	// A description of the file system.
	FileSystem *FileSystem `type:"structure"`
	// contains filtered or unexported fields
}

The response object for the CreateFileSystemFromBackup operation.

func (CreateFileSystemFromBackupOutput) GoString

GoString returns the string representation

func (*CreateFileSystemFromBackupOutput) SetFileSystem

SetFileSystem sets the FileSystem field's value.

func (CreateFileSystemFromBackupOutput) String

String returns the string representation

type CreateFileSystemInput

type CreateFileSystemInput struct {

	// A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent
	// creation. This string is automatically filled on your behalf when you use
	// the AWS Command Line Interface (AWS CLI) or an AWS SDK.
	ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The type of Amazon FSx file system to create, either WINDOWS or LUSTRE.
	//
	// FileSystemType is a required field
	FileSystemType *string `type:"string" required:"true" enum:"FileSystemType"`

	// The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the
	// file system's data for Amazon FSx for Windows File Server file systems and
	// Amazon FSx for Lustre PERSISTENT_1 file systems at rest. In either case,
	// if not specified, the Amazon FSx managed key is used. The Amazon FSx for
	// Lustre SCRATCH_1 and SCRATCH_2 file systems are always encrypted at rest
	// using Amazon FSx managed keys. For more information, see Encrypt (https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html)
	// in the AWS Key Management Service API Reference.
	KmsKeyId *string `min:"1" type:"string"`

	// The Lustre configuration for the file system being created.
	LustreConfiguration *CreateFileSystemLustreConfiguration `type:"structure"`

	// A list of IDs specifying the security groups to apply to all network interfaces
	// created for file system access. This list isn't returned in later requests
	// to describe the file system.
	SecurityGroupIds []*string `type:"list"`

	// Sets the storage capacity of the file system that you're creating.
	//
	// For Lustre file systems:
	//
	//    * For SCRATCH_2 and PERSISTENT_1 deployment types, valid values are 1.2,
	//    2.4, and increments of 2.4 TiB.
	//
	//    * For SCRATCH_1 deployment type, valid values are 1.2, 2.4, and increments
	//    of 3.6 TiB.
	//
	// For Windows file systems:
	//
	//    * If StorageType=SSD, valid values are 32 GiB - 65,536 GiB (64 TiB).
	//
	//    * If StorageType=HDD, valid values are 2000 GiB - 65,536 GiB (64 TiB).
	//
	// StorageCapacity is a required field
	StorageCapacity *int64 `type:"integer" required:"true"`

	// Sets the storage type for the Amazon FSx for Windows file system you're creating.
	// Valid values are SSD and HDD.
	//
	//    * Set to SSD to use solid state drive storage. SSD is supported on all
	//    Windows deployment types.
	//
	//    * Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2
	//    and MULTI_AZ_1 Windows file system deployment types.
	//
	// Default value is SSD. For more information, see Storage Type Options (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options)
	// in the Amazon FSx for Windows User Guide.
	StorageType *string `type:"string" enum:"StorageType"`

	// Specifies the IDs of the subnets that the file system will be accessible
	// from. For Windows MULTI_AZ_1 file system deployment types, provide exactly
	// two subnet IDs, one for the preferred file server and one for the standby
	// file server. You specify one of these subnets as the preferred subnet using
	// the WindowsConfiguration > PreferredSubnetID property.
	//
	// For Windows SINGLE_AZ_1 and SINGLE_AZ_2 file system deployment types and
	// Lustre file systems, provide exactly one subnet ID. The file server is launched
	// in that subnet's Availability Zone.
	//
	// SubnetIds is a required field
	SubnetIds []*string `type:"list" required:"true"`

	// The tags to apply to the file system being created. The key value of the
	// Name tag appears in the console as the file system name.
	Tags []*Tag `min:"1" type:"list"`

	// The Microsoft Windows configuration for the file system being created.
	WindowsConfiguration *CreateFileSystemWindowsConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The request object used to create a new Amazon FSx file system.

func (CreateFileSystemInput) GoString

func (s CreateFileSystemInput) GoString() string

GoString returns the string representation

func (*CreateFileSystemInput) SetClientRequestToken

func (s *CreateFileSystemInput) SetClientRequestToken(v string) *CreateFileSystemInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateFileSystemInput) SetFileSystemType

func (s *CreateFileSystemInput) SetFileSystemType(v string) *CreateFileSystemInput

SetFileSystemType sets the FileSystemType field's value.

func (*CreateFileSystemInput) SetKmsKeyId

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateFileSystemInput) SetLustreConfiguration

SetLustreConfiguration sets the LustreConfiguration field's value.

func (*CreateFileSystemInput) SetSecurityGroupIds

func (s *CreateFileSystemInput) SetSecurityGroupIds(v []*string) *CreateFileSystemInput

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*CreateFileSystemInput) SetStorageCapacity

func (s *CreateFileSystemInput) SetStorageCapacity(v int64) *CreateFileSystemInput

SetStorageCapacity sets the StorageCapacity field's value.

func (*CreateFileSystemInput) SetStorageType added in v1.29.33

func (s *CreateFileSystemInput) SetStorageType(v string) *CreateFileSystemInput

SetStorageType sets the StorageType field's value.

func (*CreateFileSystemInput) SetSubnetIds

func (s *CreateFileSystemInput) SetSubnetIds(v []*string) *CreateFileSystemInput

SetSubnetIds sets the SubnetIds field's value.

func (*CreateFileSystemInput) SetTags

SetTags sets the Tags field's value.

func (*CreateFileSystemInput) SetWindowsConfiguration

SetWindowsConfiguration sets the WindowsConfiguration field's value.

func (CreateFileSystemInput) String

func (s CreateFileSystemInput) String() string

String returns the string representation

func (*CreateFileSystemInput) Validate

func (s *CreateFileSystemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFileSystemLustreConfiguration

type CreateFileSystemLustreConfiguration struct {

	// (Optional) Use this property to configure the AutoImport feature on the file
	// system's linked Amazon S3 data repository. You use AutoImport to update the
	// contents of your FSx for Lustre file system automatically with changes that
	// occur in the linked S3 data repository. AutoImportPolicy can have the following
	// values:
	//
	//    * NONE - (Default) AutoImport is off. Changes in the linked data repository
	//    are not reflected on the FSx file system.
	//
	//    * NEW - AutoImport is on. New files in the linked data repository that
	//    do not currently exist in the FSx file system are automatically imported.
	//    Updates to existing FSx files are not imported to the FSx file system.
	//    Files deleted from the linked data repository are not deleted from the
	//    FSx file system.
	//
	//    * NEW_CHANGED - AutoImport is on. New files in the linked S3 data repository
	//    that do not currently exist in the FSx file system are automatically imported.
	//    Changes to existing FSx files in the linked repository are also automatically
	//    imported to the FSx file system. Files deleted from the linked data repository
	//    are not deleted from the FSx file system.
	//
	// For more information, see Automatically import updates from your S3 bucket
	// (https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html).
	AutoImportPolicy *string `type:"string" enum:"AutoImportPolicyType"`

	// The number of days to retain automatic backups. Setting this to 0 disables
	// automatic backups. You can retain automatic backups for a maximum of 90 days.
	// The default is 0.
	AutomaticBackupRetentionDays *int64 `type:"integer"`

	// A boolean flag indicating whether tags for the file system should be copied
	// to backups. This value defaults to false. If it's set to true, all tags for
	// the file system are copied to all automatic and user-initiated backups where
	// the user doesn't specify tags. If this value is true, and you specify one
	// or more tags, only the specified tags are copied to backups. If you specify
	// one or more tags when creating a user-initiated backup, no tags are copied
	// from the file system, regardless of this value.
	//
	// For more information, see Working with backups (https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html).
	CopyTagsToBackups *bool `type:"boolean"`

	// A recurring daily time, in the format HH:MM. HH is the zero-padded hour of
	// the day (0-23), and MM is the zero-padded minute of the hour. For example,
	// 05:00 specifies 5 AM daily.
	DailyAutomaticBackupStartTime *string `min:"5" type:"string"`

	// Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage
	// and shorter-term processing of data. The SCRATCH_2 deployment type provides
	// in-transit encryption of data and higher burst throughput capacity than SCRATCH_1.
	//
	// Choose PERSISTENT_1 deployment type for longer-term storage and workloads
	// and encryption of data in transit. To learn more about deployment types,
	// see FSx for Lustre Deployment Options (https://docs.aws.amazon.com/fsx/latest/LustreGuide/lustre-deployment-types.html).
	//
	// Encryption of data in-transit is automatically enabled when you access a
	// SCRATCH_2 or PERSISTENT_1 file system from Amazon EC2 instances that support
	// this feature (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data- protection.html).
	// (Default = SCRATCH_1)
	//
	// Encryption of data in-transit for SCRATCH_2 and PERSISTENT_1 deployment types
	// is supported when accessed from supported instance types in supported AWS
	// Regions. To learn more, Encrypting Data in Transit (https://docs.aws.amazon.com/fsx/latest/LustreGuide/encryption-in-transit-fsxl.html).
	DeploymentType *string `type:"string" enum:"LustreDeploymentType"`

	// The type of drive cache used by PERSISTENT_1 file systems that are provisioned
	// with HDD storage devices. This parameter is required when storage type is
	// HDD. Set to READ, improve the performance for frequently accessed files and
	// allows 20% of the total storage capacity of the file system to be cached.
	//
	// This parameter is required when StorageType is set to HDD.
	DriveCacheType *string `type:"string" enum:"DriveCacheType"`

	// (Optional) The path in Amazon S3 where the root of your Amazon FSx file system
	// is exported. The path must use the same Amazon S3 bucket as specified in
	// ImportPath. You can provide an optional prefix to which new and changed data
	// is to be exported from your Amazon FSx for Lustre file system. If an ExportPath
	// value is not provided, Amazon FSx sets a default export path, s3://import-bucket/FSxLustre[creation-timestamp].
	// The timestamp is in UTC format, for example s3://import-bucket/FSxLustre20181105T222312Z.
	//
	// The Amazon S3 export bucket must be the same as the import bucket specified
	// by ImportPath. If you only specify a bucket name, such as s3://import-bucket,
	// you get a 1:1 mapping of file system objects to S3 bucket objects. This mapping
	// means that the input data in S3 is overwritten on export. If you provide
	// a custom prefix in the export path, such as s3://import-bucket/[custom-optional-prefix],
	// Amazon FSx exports the contents of your file system to that export prefix
	// in the Amazon S3 bucket.
	ExportPath *string `min:"3" type:"string"`

	// (Optional) The path to the Amazon S3 bucket (including the optional prefix)
	// that you're using as the data repository for your Amazon FSx for Lustre file
	// system. The root of your FSx for Lustre file system will be mapped to the
	// root of the Amazon S3 bucket you select. An example is s3://import-bucket/optional-prefix.
	// If you specify a prefix after the Amazon S3 bucket name, only object keys
	// with that prefix are loaded into the file system.
	ImportPath *string `min:"3" type:"string"`

	// (Optional) For files imported from a data repository, this value determines
	// the stripe count and maximum amount of data per file (in MiB) stored on a
	// single physical disk. The maximum number of disks that a single file can
	// be striped across is limited by the total number of disks that make up the
	// file system.
	//
	// The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000
	// MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
	ImportedFileChunkSize *int64 `min:"1" type:"integer"`

	// Required for the PERSISTENT_1 deployment type, describes the amount of read
	// and write throughput for each 1 tebibyte of storage, in MB/s/TiB. File system
	// throughput capacity is calculated by multiplying file system storage capacity
	// (TiB) by the PerUnitStorageThroughput (MB/s/TiB). For a 2.4 TiB file system,
	// provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 117 MB/s of file
	// system throughput. You pay for the amount of throughput that you provision.
	//
	// Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage:
	// 12, 40.
	PerUnitStorageThroughput *int64 `min:"12" type:"integer"`

	// The preferred start time to perform weekly maintenance, formatted d:HH:MM
	// in the UTC time zone, where d is the weekday number, from 1 through 7, beginning
	// with Monday and ending with Sunday.
	WeeklyMaintenanceStartTime *string `min:"7" type:"string"`
	// contains filtered or unexported fields
}

The Lustre configuration for the file system being created.

func (CreateFileSystemLustreConfiguration) GoString

GoString returns the string representation

func (*CreateFileSystemLustreConfiguration) SetAutoImportPolicy added in v1.33.11

SetAutoImportPolicy sets the AutoImportPolicy field's value.

func (*CreateFileSystemLustreConfiguration) SetAutomaticBackupRetentionDays added in v1.32.9

func (s *CreateFileSystemLustreConfiguration) SetAutomaticBackupRetentionDays(v int64) *CreateFileSystemLustreConfiguration

SetAutomaticBackupRetentionDays sets the AutomaticBackupRetentionDays field's value.

func (*CreateFileSystemLustreConfiguration) SetCopyTagsToBackups added in v1.32.9

SetCopyTagsToBackups sets the CopyTagsToBackups field's value.

func (*CreateFileSystemLustreConfiguration) SetDailyAutomaticBackupStartTime added in v1.32.9

func (s *CreateFileSystemLustreConfiguration) SetDailyAutomaticBackupStartTime(v string) *CreateFileSystemLustreConfiguration

SetDailyAutomaticBackupStartTime sets the DailyAutomaticBackupStartTime field's value.

func (*CreateFileSystemLustreConfiguration) SetDeploymentType added in v1.29.9

SetDeploymentType sets the DeploymentType field's value.

func (*CreateFileSystemLustreConfiguration) SetDriveCacheType added in v1.34.3

SetDriveCacheType sets the DriveCacheType field's value.

func (*CreateFileSystemLustreConfiguration) SetExportPath added in v1.16.29

SetExportPath sets the ExportPath field's value.

func (*CreateFileSystemLustreConfiguration) SetImportPath

SetImportPath sets the ImportPath field's value.

func (*CreateFileSystemLustreConfiguration) SetImportedFileChunkSize

SetImportedFileChunkSize sets the ImportedFileChunkSize field's value.

func (*CreateFileSystemLustreConfiguration) SetPerUnitStorageThroughput added in v1.29.9

SetPerUnitStorageThroughput sets the PerUnitStorageThroughput field's value.

func (*CreateFileSystemLustreConfiguration) SetWeeklyMaintenanceStartTime

SetWeeklyMaintenanceStartTime sets the WeeklyMaintenanceStartTime field's value.

func (CreateFileSystemLustreConfiguration) String

String returns the string representation

func (*CreateFileSystemLustreConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateFileSystemOutput

type CreateFileSystemOutput struct {

	// The configuration of the file system that was created.
	FileSystem *FileSystem `type:"structure"`
	// contains filtered or unexported fields
}

The response object returned after the file system is created.

func (CreateFileSystemOutput) GoString

func (s CreateFileSystemOutput) GoString() string

GoString returns the string representation

func (*CreateFileSystemOutput) SetFileSystem

SetFileSystem sets the FileSystem field's value.

func (CreateFileSystemOutput) String

func (s CreateFileSystemOutput) String() string

String returns the string representation

type CreateFileSystemWindowsConfiguration

type CreateFileSystemWindowsConfiguration struct {

	// The ID for an existing AWS Managed Microsoft Active Directory (AD) instance
	// that the file system should join when it's created.
	ActiveDirectoryId *string `min:"12" type:"string"`

	// The number of days to retain automatic backups. The default is to retain
	// backups for 7 days. Setting this value to 0 disables the creation of automatic
	// backups. The maximum retention period for backups is 90 days.
	AutomaticBackupRetentionDays *int64 `type:"integer"`

	// A boolean flag indicating whether tags for the file system should be copied
	// to backups. This value defaults to false. If it's set to true, all tags for
	// the file system are copied to all automatic and user-initiated backups where
	// the user doesn't specify tags. If this value is true, and you specify one
	// or more tags, only the specified tags are copied to backups. If you specify
	// one or more tags when creating a user-initiated backup, no tags are copied
	// from the file system, regardless of this value.
	CopyTagsToBackups *bool `type:"boolean"`

	// The preferred time to take daily automatic backups, formatted HH:MM in the
	// UTC time zone.
	DailyAutomaticBackupStartTime *string `min:"5" type:"string"`

	// Specifies the file system deployment type, valid values are the following:
	//
	//    * MULTI_AZ_1 - Deploys a high availability file system that is configured
	//    for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability.
	//    You can only deploy a Multi-AZ file system in AWS Regions that have a
	//    minimum of three Availability Zones. Also supports HDD storage type
	//
	//    * SINGLE_AZ_1 - (Default) Choose to deploy a file system that is configured
	//    for single AZ redundancy.
	//
	//    * SINGLE_AZ_2 - The latest generation Single AZ file system. Specifies
	//    a file system that is configured for single AZ redundancy and supports
	//    HDD storage type.
	//
	// For more information, see Availability and Durability: Single-AZ and Multi-AZ
	// File Systems (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html).
	DeploymentType *string `type:"string" enum:"WindowsDeploymentType"`

	// Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet
	// in which you want the preferred file server to be located. For in-AWS applications,
	// we recommend that you launch your clients in the same Availability Zone (AZ)
	// as your preferred file server to reduce cross-AZ data transfer costs and
	// minimize latency.
	PreferredSubnetId *string `min:"15" type:"string"`

	// The configuration that Amazon FSx uses to join the Windows File Server instance
	// to your self-managed (including on-premises) Microsoft Active Directory (AD)
	// directory.
	SelfManagedActiveDirectoryConfiguration *SelfManagedActiveDirectoryConfiguration `type:"structure"`

	// The throughput of an Amazon FSx file system, measured in megabytes per second,
	// in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).
	//
	// ThroughputCapacity is a required field
	ThroughputCapacity *int64 `min:"8" type:"integer" required:"true"`

	// The preferred start time to perform weekly maintenance, formatted d:HH:MM
	// in the UTC time zone, where d is the weekday number, from 1 through 7, beginning
	// with Monday and ending with Sunday.
	WeeklyMaintenanceStartTime *string `min:"7" type:"string"`
	// contains filtered or unexported fields
}

The configuration object for the Microsoft Windows file system used in CreateFileSystem and CreateFileSystemFromBackup operations.

func (CreateFileSystemWindowsConfiguration) GoString

GoString returns the string representation

func (*CreateFileSystemWindowsConfiguration) SetActiveDirectoryId

SetActiveDirectoryId sets the ActiveDirectoryId field's value.

func (*CreateFileSystemWindowsConfiguration) SetAutomaticBackupRetentionDays

SetAutomaticBackupRetentionDays sets the AutomaticBackupRetentionDays field's value.

func (*CreateFileSystemWindowsConfiguration) SetCopyTagsToBackups

SetCopyTagsToBackups sets the CopyTagsToBackups field's value.

func (*CreateFileSystemWindowsConfiguration) SetDailyAutomaticBackupStartTime

SetDailyAutomaticBackupStartTime sets the DailyAutomaticBackupStartTime field's value.

func (*CreateFileSystemWindowsConfiguration) SetDeploymentType added in v1.25.39

SetDeploymentType sets the DeploymentType field's value.

func (*CreateFileSystemWindowsConfiguration) SetPreferredSubnetId added in v1.25.39

SetPreferredSubnetId sets the PreferredSubnetId field's value.

func (*CreateFileSystemWindowsConfiguration) SetSelfManagedActiveDirectoryConfiguration added in v1.20.7

SetSelfManagedActiveDirectoryConfiguration sets the SelfManagedActiveDirectoryConfiguration field's value.

func (*CreateFileSystemWindowsConfiguration) SetThroughputCapacity

SetThroughputCapacity sets the ThroughputCapacity field's value.

func (*CreateFileSystemWindowsConfiguration) SetWeeklyMaintenanceStartTime

SetWeeklyMaintenanceStartTime sets the WeeklyMaintenanceStartTime field's value.

func (CreateFileSystemWindowsConfiguration) String

String returns the string representation

func (*CreateFileSystemWindowsConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type DataRepositoryConfiguration

type DataRepositoryConfiguration struct {

	// Describes the file system's linked S3 data repository's AutoImportPolicy.
	// The AutoImportPolicy configures how your FSx for Lustre file system automatically
	// updates its contents with changes that occur in the linked S3 data repository.
	// AutoImportPolicy can have the following values:
	//
	//    * NONE - (Default) AutoImport is off. Changes in the linked data repository
	//    are not reflected on the FSx file system.
	//
	//    * NEW - AutoImport is on. New files in the linked data repository that
	//    do not currently exist in the FSx file system are automatically imported.
	//    Updates to existing FSx files are not imported to the FSx file system.
	//    Files deleted from the linked data repository are not deleted from the
	//    FSx file system.
	//
	//    * NEW_CHANGED - AutoImport is on. New files in the linked S3 data repository
	//    that do not currently exist in the FSx file system are automatically imported.
	//    Changes to existing FSx files in the linked repository are also automatically
	//    imported to the FSx file system. Files deleted from the linked data repository
	//    are not deleted from the FSx file system.
	//
	// For more information, see Automatically import updates from your S3 bucket
	// (https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html).
	AutoImportPolicy *string `type:"string" enum:"AutoImportPolicyType"`

	// The export path to the Amazon S3 bucket (and prefix) that you are using to
	// store new and changed Lustre file system files in S3.
	ExportPath *string `min:"3" type:"string"`

	// Provides detailed information about the data respository if its Lifecycle
	// is set to MISCONFIGURED.
	FailureDetails *DataRepositoryFailureDetails `type:"structure"`

	// The import path to the Amazon S3 bucket (and optional prefix) that you're
	// using as the data repository for your FSx for Lustre file system, for example
	// s3://import-bucket/optional-prefix. If a prefix is specified after the Amazon
	// S3 bucket name, only object keys with that prefix are loaded into the file
	// system.
	ImportPath *string `min:"3" type:"string"`

	// For files imported from a data repository, this value determines the stripe
	// count and maximum amount of data per file (in MiB) stored on a single physical
	// disk. The maximum number of disks that a single file can be striped across
	// is limited by the total number of disks that make up the file system.
	//
	// The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000
	// MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
	ImportedFileChunkSize *int64 `min:"1" type:"integer"`

	// Describes the state of the file system's S3 durable data repository, if it
	// is configured with an S3 repository. The lifecycle can have the following
	// values:
	//
	//    * CREATING - The data repository configuration between the FSx file system
	//    and the linked S3 data repository is being created. The data repository
	//    is unavailable.
	//
	//    * AVAILABLE - The data repository is available for use.
	//
	//    * MISCONFIGURED - Amazon FSx cannot automatically import updates from
	//    the S3 bucket until the data repository configuration is corrected. For
	//    more information, see Troubleshooting a Misconfigured linked S3 bucket
	//    (https://docs.aws.amazon.com/fsx/latest/LustreGuide/troubleshooting.html#troubleshooting-misconfigured-data-repository).
	//
	//    * UPDATING - The data repository is undergoing a customer initiated update
	//    and availability may be impacted.
	Lifecycle *string `type:"string" enum:"DataRepositoryLifecycle"`
	// contains filtered or unexported fields
}

The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

func (DataRepositoryConfiguration) GoString

func (s DataRepositoryConfiguration) GoString() string

GoString returns the string representation

func (*DataRepositoryConfiguration) SetAutoImportPolicy added in v1.33.11

SetAutoImportPolicy sets the AutoImportPolicy field's value.

func (*DataRepositoryConfiguration) SetExportPath

SetExportPath sets the ExportPath field's value.

func (*DataRepositoryConfiguration) SetFailureDetails added in v1.33.11

SetFailureDetails sets the FailureDetails field's value.

func (*DataRepositoryConfiguration) SetImportPath

SetImportPath sets the ImportPath field's value.

func (*DataRepositoryConfiguration) SetImportedFileChunkSize

func (s *DataRepositoryConfiguration) SetImportedFileChunkSize(v int64) *DataRepositoryConfiguration

SetImportedFileChunkSize sets the ImportedFileChunkSize field's value.

func (*DataRepositoryConfiguration) SetLifecycle added in v1.33.11

SetLifecycle sets the Lifecycle field's value.

func (DataRepositoryConfiguration) String

String returns the string representation

type DataRepositoryFailureDetails added in v1.33.11

type DataRepositoryFailureDetails struct {

	// A detailed error message.
	Message *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED.

func (DataRepositoryFailureDetails) GoString added in v1.33.11

func (s DataRepositoryFailureDetails) GoString() string

GoString returns the string representation

func (*DataRepositoryFailureDetails) SetMessage added in v1.33.11

SetMessage sets the Message field's value.

func (DataRepositoryFailureDetails) String added in v1.33.11

String returns the string representation

type DataRepositoryTask added in v1.26.8

type DataRepositoryTask struct {

	// The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z),
	// also known as Unix time.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The time that Amazon FSx completed processing the task, populated after the
	// task is complete.
	EndTime *time.Time `type:"timestamp"`

	// Failure message describing why the task failed, it is populated only when
	// Lifecycle is set to FAILED.
	FailureDetails *DataRepositoryTaskFailureDetails `type:"structure"`

	// The globally unique ID of the file system, assigned by Amazon FSx.
	//
	// FileSystemId is a required field
	FileSystemId *string `min:"11" type:"string" required:"true"`

	// The lifecycle status of the data repository task, as follows:
	//
	//    * PENDING - Amazon FSx has not started the task.
	//
	//    * EXECUTING - Amazon FSx is processing the task.
	//
	//    * FAILED - Amazon FSx was not able to complete the task. For example,
	//    there may be files the task failed to process. The DataRepositoryTaskFailureDetails
	//    property provides more information about task failures.
	//
	//    * SUCCEEDED - FSx completed the task successfully.
	//
	//    * CANCELED - Amazon FSx canceled the task and it did not complete.
	//
	//    * CANCELING - FSx is in process of canceling the task.
	//
	// You cannot delete an FSx for Lustre file system if there are data repository
	// tasks for the file system in the PENDING or EXECUTING states. Please retry
	// when the data repository task is finished (with a status of CANCELED, SUCCEEDED,
	// or FAILED). You can use the DescribeDataRepositoryTask action to monitor
	// the task status. Contact the FSx team if you need to delete your file system
	// immediately.
	//
	// Lifecycle is a required field
	Lifecycle *string `type:"string" required:"true" enum:"DataRepositoryTaskLifecycle"`

	// An array of paths on the Amazon FSx for Lustre file system that specify the
	// data for the data repository task to process. For example, in an EXPORT_TO_REPOSITORY
	// task, the paths specify which data to export to the linked data repository.
	//
	// (Default) If Paths is not specified, Amazon FSx uses the file system root
	// directory.
	Paths []*string `type:"list"`

	// Provides a report detailing the data repository task results of the files
	// processed that match the criteria specified in the report Scope parameter.
	// FSx delivers the report to the file system's linked data repository in Amazon
	// S3, using the path specified in the report Path parameter. You can specify
	// whether or not a report gets generated for a task using the Enabled parameter.
	Report *CompletionReport `type:"structure"`

	// The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify
	// AWS resources. We require an ARN when you need to specify a resource unambiguously
	// across all of AWS. For more information, see Amazon Resource Names (ARNs)
	// and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
	// in the AWS General Reference.
	ResourceARN *string `min:"8" type:"string"`

	// The time that Amazon FSx began processing the task.
	StartTime *time.Time `type:"timestamp"`

	// Provides the status of the number of files that the task has processed successfully
	// and failed to process.
	Status *DataRepositoryTaskStatus `type:"structure"`

	// A list of Tag values, with a maximum of 50 elements.
	Tags []*Tag `min:"1" type:"list"`

	// The system-generated, unique 17-digit ID of the data repository task.
	//
	// TaskId is a required field
	TaskId *string `min:"12" type:"string" required:"true"`

	// The type of data repository task; EXPORT_TO_REPOSITORY is the only type currently
	// supported.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"DataRepositoryTaskType"`
	// contains filtered or unexported fields
}

A description of the data repository task. You use data repository tasks to perform bulk transfer operations between your Amazon FSx file system and its linked data repository.

func (DataRepositoryTask) GoString added in v1.26.8

func (s DataRepositoryTask) GoString() string

GoString returns the string representation

func (*DataRepositoryTask) SetCreationTime added in v1.26.8

func (s *DataRepositoryTask) SetCreationTime(v time.Time) *DataRepositoryTask

SetCreationTime sets the CreationTime field's value.

func (*DataRepositoryTask) SetEndTime added in v1.26.8

func (s *DataRepositoryTask) SetEndTime(v time.Time) *DataRepositoryTask

SetEndTime sets the EndTime field's value.

func (*DataRepositoryTask) SetFailureDetails added in v1.26.8

SetFailureDetails sets the FailureDetails field's value.

func (*DataRepositoryTask) SetFileSystemId added in v1.26.8

func (s *DataRepositoryTask) SetFileSystemId(v string) *DataRepositoryTask

SetFileSystemId sets the FileSystemId field's value.

func (*DataRepositoryTask) SetLifecycle added in v1.26.8

func (s *DataRepositoryTask) SetLifecycle(v string) *DataRepositoryTask

SetLifecycle sets the Lifecycle field's value.

func (*DataRepositoryTask) SetPaths added in v1.26.8

func (s *DataRepositoryTask) SetPaths(v []*string) *DataRepositoryTask

SetPaths sets the Paths field's value.

func (*DataRepositoryTask) SetReport added in v1.26.8

SetReport sets the Report field's value.

func (*DataRepositoryTask) SetResourceARN added in v1.26.8

func (s *DataRepositoryTask) SetResourceARN(v string) *DataRepositoryTask

SetResourceARN sets the ResourceARN field's value.

func (*DataRepositoryTask) SetStartTime added in v1.26.8

func (s *DataRepositoryTask) SetStartTime(v time.Time) *DataRepositoryTask

SetStartTime sets the StartTime field's value.

func (*DataRepositoryTask) SetStatus added in v1.26.8

SetStatus sets the Status field's value.

func (*DataRepositoryTask) SetTags added in v1.26.8

func (s *DataRepositoryTask) SetTags(v []*Tag) *DataRepositoryTask

SetTags sets the Tags field's value.

func (*DataRepositoryTask) SetTaskId added in v1.26.8

func (s *DataRepositoryTask) SetTaskId(v string) *DataRepositoryTask

SetTaskId sets the TaskId field's value.

func (*DataRepositoryTask) SetType added in v1.26.8

SetType sets the Type field's value.

func (DataRepositoryTask) String added in v1.26.8

func (s DataRepositoryTask) String() string

String returns the string representation

type DataRepositoryTaskEnded added in v1.28.0

type DataRepositoryTaskEnded struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The data repository task could not be canceled because the task has already ended.

func (*DataRepositoryTaskEnded) Code added in v1.28.0

func (s *DataRepositoryTaskEnded) Code() string

Code returns the exception type name.

func (*DataRepositoryTaskEnded) Error added in v1.28.0

func (s *DataRepositoryTaskEnded) Error() string

func (DataRepositoryTaskEnded) GoString added in v1.28.0

func (s DataRepositoryTaskEnded) GoString() string

GoString returns the string representation

func (*DataRepositoryTaskEnded) Message added in v1.28.0

func (s *DataRepositoryTaskEnded) Message() string

Message returns the exception's message.

func (*DataRepositoryTaskEnded) OrigErr added in v1.28.0

func (s *DataRepositoryTaskEnded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DataRepositoryTaskEnded) RequestID added in v1.28.0

func (s *DataRepositoryTaskEnded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DataRepositoryTaskEnded) StatusCode added in v1.28.0

func (s *DataRepositoryTaskEnded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DataRepositoryTaskEnded) String added in v1.28.0

func (s DataRepositoryTaskEnded) String() string

String returns the string representation

type DataRepositoryTaskExecuting added in v1.28.0

type DataRepositoryTaskExecuting struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

An existing data repository task is currently executing on the file system. Wait until the existing task has completed, then create the new task.

func (*DataRepositoryTaskExecuting) Code added in v1.28.0

Code returns the exception type name.

func (*DataRepositoryTaskExecuting) Error added in v1.28.0

func (DataRepositoryTaskExecuting) GoString added in v1.28.0

func (s DataRepositoryTaskExecuting) GoString() string

GoString returns the string representation

func (*DataRepositoryTaskExecuting) Message added in v1.28.0

func (s *DataRepositoryTaskExecuting) Message() string

Message returns the exception's message.

func (*DataRepositoryTaskExecuting) OrigErr added in v1.28.0

func (s *DataRepositoryTaskExecuting) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DataRepositoryTaskExecuting) RequestID added in v1.28.0

func (s *DataRepositoryTaskExecuting) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DataRepositoryTaskExecuting) StatusCode added in v1.28.0

func (s *DataRepositoryTaskExecuting) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DataRepositoryTaskExecuting) String added in v1.28.0

String returns the string representation

type DataRepositoryTaskFailureDetails added in v1.26.8

type DataRepositoryTaskFailureDetails struct {

	// A detailed error message.
	Message *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Provides information about why a data repository task failed. Only populated when the task Lifecycle is set to FAILED.

func (DataRepositoryTaskFailureDetails) GoString added in v1.26.8

GoString returns the string representation

func (*DataRepositoryTaskFailureDetails) SetMessage added in v1.26.8

SetMessage sets the Message field's value.

func (DataRepositoryTaskFailureDetails) String added in v1.26.8

String returns the string representation

type DataRepositoryTaskFilter added in v1.26.8

type DataRepositoryTaskFilter struct {

	// Name of the task property to use in filtering the tasks returned in the response.
	//
	//    * Use file-system-id to retrieve data repository tasks for specific file
	//    systems.
	//
	//    * Use task-lifecycle to retrieve data repository tasks with one or more
	//    specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING,
	//    and SUCCEEDED.
	Name *string `type:"string" enum:"DataRepositoryTaskFilterName"`

	// Use Values to include the specific file system IDs and task lifecycle states
	// for the filters you are using.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

(Optional) An array of filter objects you can use to filter the response of data repository tasks you will see in the the response. You can filter the tasks returned in the response by one or more file system IDs, task lifecycles, and by task type. A filter object consists of a filter Name, and one or more Values for the filter.

func (DataRepositoryTaskFilter) GoString added in v1.26.8

func (s DataRepositoryTaskFilter) GoString() string

GoString returns the string representation

func (*DataRepositoryTaskFilter) SetName added in v1.26.8

SetName sets the Name field's value.

func (*DataRepositoryTaskFilter) SetValues added in v1.26.8

SetValues sets the Values field's value.

func (DataRepositoryTaskFilter) String added in v1.26.8

func (s DataRepositoryTaskFilter) String() string

String returns the string representation

type DataRepositoryTaskNotFound added in v1.28.0

type DataRepositoryTaskNotFound struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The data repository task or tasks you specified could not be found.

func (*DataRepositoryTaskNotFound) Code added in v1.28.0

Code returns the exception type name.

func (*DataRepositoryTaskNotFound) Error added in v1.28.0

func (DataRepositoryTaskNotFound) GoString added in v1.28.0

func (s DataRepositoryTaskNotFound) GoString() string

GoString returns the string representation

func (*DataRepositoryTaskNotFound) Message added in v1.28.0

func (s *DataRepositoryTaskNotFound) Message() string

Message returns the exception's message.

func (*DataRepositoryTaskNotFound) OrigErr added in v1.28.0

func (s *DataRepositoryTaskNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DataRepositoryTaskNotFound) RequestID added in v1.28.0

func (s *DataRepositoryTaskNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DataRepositoryTaskNotFound) StatusCode added in v1.28.0

func (s *DataRepositoryTaskNotFound) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DataRepositoryTaskNotFound) String added in v1.28.0

String returns the string representation

type DataRepositoryTaskStatus added in v1.26.8

type DataRepositoryTaskStatus struct {

	// A running total of the number of files that the task failed to process.
	FailedCount *int64 `type:"long"`

	// The time at which the task status was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// A running total of the number of files that the task has successfully processed.
	SucceededCount *int64 `type:"long"`

	// The total number of files that the task will process. While a task is executing,
	// the sum of SucceededCount plus FailedCount may not equal TotalCount. When
	// the task is complete, TotalCount equals the sum of SucceededCount plus FailedCount.
	TotalCount *int64 `type:"long"`
	// contains filtered or unexported fields
}

Provides the task status showing a running total of the total number of files to be processed, the number successfully processed, and the number of files the task failed to process.

func (DataRepositoryTaskStatus) GoString added in v1.26.8

func (s DataRepositoryTaskStatus) GoString() string

GoString returns the string representation

func (*DataRepositoryTaskStatus) SetFailedCount added in v1.26.8

SetFailedCount sets the FailedCount field's value.

func (*DataRepositoryTaskStatus) SetLastUpdatedTime added in v1.26.8

func (s *DataRepositoryTaskStatus) SetLastUpdatedTime(v time.Time) *DataRepositoryTaskStatus

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*DataRepositoryTaskStatus) SetSucceededCount added in v1.26.8

func (s *DataRepositoryTaskStatus) SetSucceededCount(v int64) *DataRepositoryTaskStatus

SetSucceededCount sets the SucceededCount field's value.

func (*DataRepositoryTaskStatus) SetTotalCount added in v1.26.8

SetTotalCount sets the TotalCount field's value.

func (DataRepositoryTaskStatus) String added in v1.26.8

func (s DataRepositoryTaskStatus) String() string

String returns the string representation

type DeleteBackupInput

type DeleteBackupInput struct {

	// The ID of the backup you want to delete.
	//
	// BackupId is a required field
	BackupId *string `min:"12" type:"string" required:"true"`

	// A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent
	// deletion. This is automatically filled on your behalf when using the AWS
	// CLI or SDK.
	ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`
	// contains filtered or unexported fields
}

The request object for DeleteBackup operation.

func (DeleteBackupInput) GoString

func (s DeleteBackupInput) GoString() string

GoString returns the string representation

func (*DeleteBackupInput) SetBackupId

func (s *DeleteBackupInput) SetBackupId(v string) *DeleteBackupInput

SetBackupId sets the BackupId field's value.

func (*DeleteBackupInput) SetClientRequestToken

func (s *DeleteBackupInput) SetClientRequestToken(v string) *DeleteBackupInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (DeleteBackupInput) String

func (s DeleteBackupInput) String() string

String returns the string representation

func (*DeleteBackupInput) Validate

func (s *DeleteBackupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBackupOutput

type DeleteBackupOutput struct {

	// The ID of the backup deleted.
	BackupId *string `min:"12" type:"string"`

	// The lifecycle of the backup. Should be DELETED.
	Lifecycle *string `type:"string" enum:"BackupLifecycle"`
	// contains filtered or unexported fields
}

The response object for DeleteBackup operation.

func (DeleteBackupOutput) GoString

func (s DeleteBackupOutput) GoString() string

GoString returns the string representation

func (*DeleteBackupOutput) SetBackupId

func (s *DeleteBackupOutput) SetBackupId(v string) *DeleteBackupOutput

SetBackupId sets the BackupId field's value.

func (*DeleteBackupOutput) SetLifecycle

func (s *DeleteBackupOutput) SetLifecycle(v string) *DeleteBackupOutput

SetLifecycle sets the Lifecycle field's value.

func (DeleteBackupOutput) String

func (s DeleteBackupOutput) String() string

String returns the string representation

type DeleteFileSystemInput

type DeleteFileSystemInput struct {

	// A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent
	// deletion. This is automatically filled on your behalf when using the AWS
	// CLI or SDK.
	ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The ID of the file system you want to delete.
	//
	// FileSystemId is a required field
	FileSystemId *string `min:"11" type:"string" required:"true"`

	// The configuration object for the Amazon FSx for Lustre file system being
	// deleted in the DeleteFileSystem operation.
	LustreConfiguration *DeleteFileSystemLustreConfiguration `type:"structure"`

	// The configuration object for the Microsoft Windows file system used in the
	// DeleteFileSystem operation.
	WindowsConfiguration *DeleteFileSystemWindowsConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The request object for DeleteFileSystem operation.

func (DeleteFileSystemInput) GoString

func (s DeleteFileSystemInput) GoString() string

GoString returns the string representation

func (*DeleteFileSystemInput) SetClientRequestToken

func (s *DeleteFileSystemInput) SetClientRequestToken(v string) *DeleteFileSystemInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*DeleteFileSystemInput) SetFileSystemId

func (s *DeleteFileSystemInput) SetFileSystemId(v string) *DeleteFileSystemInput

SetFileSystemId sets the FileSystemId field's value.

func (*DeleteFileSystemInput) SetLustreConfiguration added in v1.32.9

SetLustreConfiguration sets the LustreConfiguration field's value.

func (*DeleteFileSystemInput) SetWindowsConfiguration

SetWindowsConfiguration sets the WindowsConfiguration field's value.

func (DeleteFileSystemInput) String

func (s DeleteFileSystemInput) String() string

String returns the string representation

func (*DeleteFileSystemInput) Validate

func (s *DeleteFileSystemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteFileSystemLustreConfiguration added in v1.32.9

type DeleteFileSystemLustreConfiguration struct {

	// Use if SkipFinalBackup is set to false, and you want to apply an array of
	// tags to the final backup. If you have set the file system property CopyTagsToBackups
	// to true, and you specify one or more FinalBackupTags when deleting a file
	// system, Amazon FSx will not copy any existing file system tags to the backup.
	FinalBackupTags []*Tag `min:"1" type:"list"`

	// Set SkipFinalBackup to false if you want to take a final backup of the file
	// system you are deleting. By default, Amazon FSx will not take a final backup
	// on your behalf when the DeleteFileSystem operation is invoked. (Default =
	// true)
	SkipFinalBackup *bool `type:"boolean"`
	// contains filtered or unexported fields
}

The configuration object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.

func (DeleteFileSystemLustreConfiguration) GoString added in v1.32.9

GoString returns the string representation

func (*DeleteFileSystemLustreConfiguration) SetFinalBackupTags added in v1.32.9

SetFinalBackupTags sets the FinalBackupTags field's value.

func (*DeleteFileSystemLustreConfiguration) SetSkipFinalBackup added in v1.32.9

SetSkipFinalBackup sets the SkipFinalBackup field's value.

func (DeleteFileSystemLustreConfiguration) String added in v1.32.9

String returns the string representation

func (*DeleteFileSystemLustreConfiguration) Validate added in v1.32.9

Validate inspects the fields of the type to determine if they are valid.

type DeleteFileSystemLustreResponse added in v1.32.9

type DeleteFileSystemLustreResponse struct {

	// The ID of the final backup for this file system.
	FinalBackupId *string `min:"12" type:"string"`

	// The set of tags applied to the final backup.
	FinalBackupTags []*Tag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The response object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.

func (DeleteFileSystemLustreResponse) GoString added in v1.32.9

GoString returns the string representation

func (*DeleteFileSystemLustreResponse) SetFinalBackupId added in v1.32.9

SetFinalBackupId sets the FinalBackupId field's value.

func (*DeleteFileSystemLustreResponse) SetFinalBackupTags added in v1.32.9

SetFinalBackupTags sets the FinalBackupTags field's value.

func (DeleteFileSystemLustreResponse) String added in v1.32.9

String returns the string representation

type DeleteFileSystemOutput

type DeleteFileSystemOutput struct {

	// The ID of the file system being deleted.
	FileSystemId *string `min:"11" type:"string"`

	// The file system lifecycle for the deletion request. Should be DELETING.
	Lifecycle *string `type:"string" enum:"FileSystemLifecycle"`

	// The response object for the Amazon FSx for Lustre file system being deleted
	// in the DeleteFileSystem operation.
	LustreResponse *DeleteFileSystemLustreResponse `type:"structure"`

	// The response object for the Microsoft Windows file system used in the DeleteFileSystem
	// operation.
	WindowsResponse *DeleteFileSystemWindowsResponse `type:"structure"`
	// contains filtered or unexported fields
}

The response object for the DeleteFileSystem operation.

func (DeleteFileSystemOutput) GoString

func (s DeleteFileSystemOutput) GoString() string

GoString returns the string representation

func (*DeleteFileSystemOutput) SetFileSystemId

func (s *DeleteFileSystemOutput) SetFileSystemId(v string) *DeleteFileSystemOutput

SetFileSystemId sets the FileSystemId field's value.

func (*DeleteFileSystemOutput) SetLifecycle

SetLifecycle sets the Lifecycle field's value.

func (*DeleteFileSystemOutput) SetLustreResponse added in v1.32.9

SetLustreResponse sets the LustreResponse field's value.

func (*DeleteFileSystemOutput) SetWindowsResponse

SetWindowsResponse sets the WindowsResponse field's value.

func (DeleteFileSystemOutput) String

func (s DeleteFileSystemOutput) String() string

String returns the string representation

type DeleteFileSystemWindowsConfiguration

type DeleteFileSystemWindowsConfiguration struct {

	// A set of tags for your final backup.
	FinalBackupTags []*Tag `min:"1" type:"list"`

	// By default, Amazon FSx for Windows takes a final backup on your behalf when
	// the DeleteFileSystem operation is invoked. Doing this helps protect you from
	// data loss, and we highly recommend taking the final backup. If you want to
	// skip this backup, use this flag to do so.
	SkipFinalBackup *bool `type:"boolean"`
	// contains filtered or unexported fields
}

The configuration object for the Microsoft Windows file system used in the DeleteFileSystem operation.

func (DeleteFileSystemWindowsConfiguration) GoString

GoString returns the string representation

func (*DeleteFileSystemWindowsConfiguration) SetFinalBackupTags

SetFinalBackupTags sets the FinalBackupTags field's value.

func (*DeleteFileSystemWindowsConfiguration) SetSkipFinalBackup

SetSkipFinalBackup sets the SkipFinalBackup field's value.

func (DeleteFileSystemWindowsConfiguration) String

String returns the string representation

func (*DeleteFileSystemWindowsConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteFileSystemWindowsResponse

type DeleteFileSystemWindowsResponse struct {

	// The ID of the final backup for this file system.
	FinalBackupId *string `min:"12" type:"string"`

	// The set of tags applied to the final backup.
	FinalBackupTags []*Tag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.

func (DeleteFileSystemWindowsResponse) GoString

GoString returns the string representation

func (*DeleteFileSystemWindowsResponse) SetFinalBackupId

SetFinalBackupId sets the FinalBackupId field's value.

func (*DeleteFileSystemWindowsResponse) SetFinalBackupTags

SetFinalBackupTags sets the FinalBackupTags field's value.

func (DeleteFileSystemWindowsResponse) String

String returns the string representation

type DescribeBackupsInput

type DescribeBackupsInput struct {

	// IDs of the backups you want to retrieve (String). This overrides any filters.
	// If any IDs are not found, BackupNotFound will be thrown.
	BackupIds []*string `type:"list"`

	// Filters structure. Supported names are file-system-id and backup-type.
	Filters []*Filter `type:"list"`

	// Maximum number of backups to return in the response (integer). This parameter
	// value must be greater than 0. The number of items that Amazon FSx returns
	// is the minimum of the MaxResults parameter specified in the request and the
	// service's internal maximum number of items per page.
	MaxResults *int64 `min:"1" type:"integer"`

	// Opaque pagination token returned from a previous DescribeBackups operation
	// (String). If a token present, the action continues the list from where the
	// returning call left off.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The request object for DescribeBackups operation.

func (DescribeBackupsInput) GoString

func (s DescribeBackupsInput) GoString() string

GoString returns the string representation

func (*DescribeBackupsInput) SetBackupIds

func (s *DescribeBackupsInput) SetBackupIds(v []*string) *DescribeBackupsInput

SetBackupIds sets the BackupIds field's value.

func (*DescribeBackupsInput) SetFilters

func (s *DescribeBackupsInput) SetFilters(v []*Filter) *DescribeBackupsInput

SetFilters sets the Filters field's value.

func (*DescribeBackupsInput) SetMaxResults

func (s *DescribeBackupsInput) SetMaxResults(v int64) *DescribeBackupsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeBackupsInput) SetNextToken

func (s *DescribeBackupsInput) SetNextToken(v string) *DescribeBackupsInput

SetNextToken sets the NextToken field's value.

func (DescribeBackupsInput) String

func (s DescribeBackupsInput) String() string

String returns the string representation

func (*DescribeBackupsInput) Validate

func (s *DescribeBackupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBackupsOutput

type DescribeBackupsOutput struct {

	// Any array of backups.
	Backups []*Backup `type:"list"`

	// This is present if there are more backups than returned in the response (String).
	// You can use the NextToken value in the later request to fetch the backups.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Response object for DescribeBackups operation.

func (DescribeBackupsOutput) GoString

func (s DescribeBackupsOutput) GoString() string

GoString returns the string representation

func (*DescribeBackupsOutput) SetBackups

func (s *DescribeBackupsOutput) SetBackups(v []*Backup) *DescribeBackupsOutput

SetBackups sets the Backups field's value.

func (*DescribeBackupsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeBackupsOutput) String

func (s DescribeBackupsOutput) String() string

String returns the string representation

type DescribeDataRepositoryTasksInput added in v1.26.8

type DescribeDataRepositoryTasksInput struct {

	// (Optional) You can use filters to narrow the DescribeDataRepositoryTasks
	// response to include just tasks for specific file systems, or tasks in a specific
	// lifecycle state.
	Filters []*DataRepositoryTaskFilter `type:"list"`

	// The maximum number of resources to return in the response. This value must
	// be an integer greater than zero.
	MaxResults *int64 `min:"1" type:"integer"`

	// (Optional) Opaque pagination token returned from a previous operation (String).
	// If present, this token indicates from what point you can continue processing
	// the request, where the previous NextToken value left off.
	NextToken *string `min:"1" type:"string"`

	// (Optional) IDs of the tasks whose descriptions you want to retrieve (String).
	TaskIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeDataRepositoryTasksInput) GoString added in v1.26.8

GoString returns the string representation

func (*DescribeDataRepositoryTasksInput) SetFilters added in v1.26.8

SetFilters sets the Filters field's value.

func (*DescribeDataRepositoryTasksInput) SetMaxResults added in v1.26.8

SetMaxResults sets the MaxResults field's value.

func (*DescribeDataRepositoryTasksInput) SetNextToken added in v1.26.8

SetNextToken sets the NextToken field's value.

func (*DescribeDataRepositoryTasksInput) SetTaskIds added in v1.26.8

SetTaskIds sets the TaskIds field's value.

func (DescribeDataRepositoryTasksInput) String added in v1.26.8

String returns the string representation

func (*DescribeDataRepositoryTasksInput) Validate added in v1.26.8

Validate inspects the fields of the type to determine if they are valid.

type DescribeDataRepositoryTasksOutput added in v1.26.8

type DescribeDataRepositoryTasksOutput struct {

	// The collection of data repository task descriptions returned.
	DataRepositoryTasks []*DataRepositoryTask `type:"list"`

	// (Optional) Opaque pagination token returned from a previous operation (String).
	// If present, this token indicates from what point you can continue processing
	// the request, where the previous NextToken value left off.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDataRepositoryTasksOutput) GoString added in v1.26.8

GoString returns the string representation

func (*DescribeDataRepositoryTasksOutput) SetDataRepositoryTasks added in v1.26.8

SetDataRepositoryTasks sets the DataRepositoryTasks field's value.

func (*DescribeDataRepositoryTasksOutput) SetNextToken added in v1.26.8

SetNextToken sets the NextToken field's value.

func (DescribeDataRepositoryTasksOutput) String added in v1.26.8

String returns the string representation

type DescribeFileSystemsInput

type DescribeFileSystemsInput struct {

	// IDs of the file systems whose descriptions you want to retrieve (String).
	FileSystemIds []*string `type:"list"`

	// Maximum number of file systems to return in the response (integer). This
	// parameter value must be greater than 0. The number of items that Amazon FSx
	// returns is the minimum of the MaxResults parameter specified in the request
	// and the service's internal maximum number of items per page.
	MaxResults *int64 `min:"1" type:"integer"`

	// Opaque pagination token returned from a previous DescribeFileSystems operation
	// (String). If a token present, the action continues the list from where the
	// returning call left off.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The request object for DescribeFileSystems operation.

func (DescribeFileSystemsInput) GoString

func (s DescribeFileSystemsInput) GoString() string

GoString returns the string representation

func (*DescribeFileSystemsInput) SetFileSystemIds

func (s *DescribeFileSystemsInput) SetFileSystemIds(v []*string) *DescribeFileSystemsInput

SetFileSystemIds sets the FileSystemIds field's value.

func (*DescribeFileSystemsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*DescribeFileSystemsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeFileSystemsInput) String

func (s DescribeFileSystemsInput) String() string

String returns the string representation

func (*DescribeFileSystemsInput) Validate

func (s *DescribeFileSystemsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFileSystemsOutput

type DescribeFileSystemsOutput struct {

	// An array of file system descriptions.
	FileSystems []*FileSystem `type:"list"`

	// Present if there are more file systems than returned in the response (String).
	// You can use the NextToken value in the later request to fetch the descriptions.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The response object for DescribeFileSystems operation.

func (DescribeFileSystemsOutput) GoString

func (s DescribeFileSystemsOutput) GoString() string

GoString returns the string representation

func (*DescribeFileSystemsOutput) SetFileSystems

SetFileSystems sets the FileSystems field's value.

func (*DescribeFileSystemsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeFileSystemsOutput) String

func (s DescribeFileSystemsOutput) String() string

String returns the string representation

type FSx

type FSx struct {
	*client.Client
}

FSx provides the API operation methods for making requests to Amazon FSx. See this package's package overview docs for details on the service.

FSx methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *FSx

New creates a new instance of the FSx client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a FSx client from just a session.
svc := fsx.New(mySession)

// Create a FSx client with additional configuration
svc := fsx.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*FSx) CancelDataRepositoryTask added in v1.26.8

func (c *FSx) CancelDataRepositoryTask(input *CancelDataRepositoryTaskInput) (*CancelDataRepositoryTaskOutput, error)

CancelDataRepositoryTask API operation for Amazon FSx.

Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the PENDING or EXECUTING state. When you cancel a task, Amazon FSx does the following.

  • Any files that FSx has already exported are not reverted.

  • FSx continues to export any files that are "in-flight" when the cancel operation is received.

  • FSx does not export any files that have not yet been exported.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation CancelDataRepositoryTask for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • UnsupportedOperation The requested operation is not supported for this resource or API.

  • DataRepositoryTaskNotFound The data repository task or tasks you specified could not be found.

  • DataRepositoryTaskEnded The data repository task could not be canceled because the task has already ended.

  • InternalServerError A generic error indicating a server-side failure.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CancelDataRepositoryTask

func (*FSx) CancelDataRepositoryTaskRequest added in v1.26.8

func (c *FSx) CancelDataRepositoryTaskRequest(input *CancelDataRepositoryTaskInput) (req *request.Request, output *CancelDataRepositoryTaskOutput)

CancelDataRepositoryTaskRequest generates a "aws/request.Request" representing the client's request for the CancelDataRepositoryTask operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelDataRepositoryTask for more information on using the CancelDataRepositoryTask API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelDataRepositoryTaskRequest method.
req, resp := client.CancelDataRepositoryTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CancelDataRepositoryTask

func (*FSx) CancelDataRepositoryTaskWithContext added in v1.26.8

func (c *FSx) CancelDataRepositoryTaskWithContext(ctx aws.Context, input *CancelDataRepositoryTaskInput, opts ...request.Option) (*CancelDataRepositoryTaskOutput, error)

CancelDataRepositoryTaskWithContext is the same as CancelDataRepositoryTask with the addition of the ability to pass a context and additional request options.

See CancelDataRepositoryTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) CreateBackup

func (c *FSx) CreateBackup(input *CreateBackupInput) (*CreateBackupOutput, error)

CreateBackup API operation for Amazon FSx.

Creates a backup of an existing Amazon FSx file system. Creating regular backups for your file system is a best practice, enabling you to restore a file system from a backup if an issue arises with the original file system.

For Amazon FSx for Lustre file systems, you can create a backup only for file systems with the following configuration:

  • a Persistent deployment type

  • is not linked to an Amazon S3 data respository.

For more information about backing up Amazon FSx for Lustre file systems, see Working with FSx for Lustre backups (https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html).

For more information about backing up Amazon FSx for Lustre file systems, see Working with FSx for Windows backups (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html).

If a backup with the specified client request token exists, and the parameters match, this operation returns the description of the existing backup. If a backup specified client request token exists, and the parameters don't match, this operation returns IncompatibleParameterError. If a backup with the specified client request token doesn't exist, CreateBackup does the following:

  • Creates a new Amazon FSx backup with an assigned ID, and an initial lifecycle state of CREATING.

  • Returns the description of the backup.

By using the idempotent operation, you can retry a CreateBackup operation without the risk of creating an extra backup. This approach can be useful when an initial call fails in a way that makes it unclear whether a backup was created. If you use the same client request token and the initial call created a backup, the operation returns a successful result because all the parameters are the same.

The CreateBackup operation returns while the backup's lifecycle state is still CREATING. You can check the backup creation status by calling the DescribeBackups operation, which returns the backup state along with other information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation CreateBackup for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • UnsupportedOperation The requested operation is not supported for this resource or API.

  • FileSystemNotFound No Amazon FSx file systems were found based upon supplied parameters.

  • BackupInProgress Another backup is already under way. Wait for completion before initiating additional backups of this file system.

  • IncompatibleParameterError The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.

  • ServiceLimitExceeded An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting AWS Support.

  • InternalServerError A generic error indicating a server-side failure.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup

Example (Shared00)

To create a new backup

This operation creates a new backup.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.CreateBackupInput{
		FileSystemId: aws.String("fs-0498eed5fe91001ec"),
		Tags: []*fsx.Tag{
			{
				Key:   aws.String("Name"),
				Value: aws.String("MyBackup"),
			},
		},
	}

	result, err := svc.CreateBackup(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeUnsupportedOperation:
				fmt.Println(fsx.ErrCodeUnsupportedOperation, aerr.Error())
			case fsx.ErrCodeFileSystemNotFound:
				fmt.Println(fsx.ErrCodeFileSystemNotFound, aerr.Error())
			case fsx.ErrCodeBackupInProgress:
				fmt.Println(fsx.ErrCodeBackupInProgress, aerr.Error())
			case fsx.ErrCodeIncompatibleParameterError:
				fmt.Println(fsx.ErrCodeIncompatibleParameterError, aerr.Error())
			case fsx.ErrCodeServiceLimitExceeded:
				fmt.Println(fsx.ErrCodeServiceLimitExceeded, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) CreateBackupRequest

func (c *FSx) CreateBackupRequest(input *CreateBackupInput) (req *request.Request, output *CreateBackupOutput)

CreateBackupRequest generates a "aws/request.Request" representing the client's request for the CreateBackup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateBackup for more information on using the CreateBackup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateBackupRequest method.
req, resp := client.CreateBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup

func (*FSx) CreateBackupWithContext

func (c *FSx) CreateBackupWithContext(ctx aws.Context, input *CreateBackupInput, opts ...request.Option) (*CreateBackupOutput, error)

CreateBackupWithContext is the same as CreateBackup with the addition of the ability to pass a context and additional request options.

See CreateBackup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) CreateDataRepositoryTask added in v1.26.8

func (c *FSx) CreateDataRepositoryTask(input *CreateDataRepositoryTaskInput) (*CreateDataRepositoryTaskOutput, error)

CreateDataRepositoryTask API operation for Amazon FSx.

Creates an Amazon FSx for Lustre data repository task. You use data repository tasks to perform bulk operations between your Amazon FSx file system and its linked data repository. An example of a data repository task is exporting any data and metadata changes, including POSIX metadata, to files, directories, and symbolic links (symlinks) from your FSx file system to its linked data repository. A CreateDataRepositoryTask operation will fail if a data repository is not linked to the FSx file system. To learn more about data repository tasks, see Using Data Repository Tasks (https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html). To learn more about linking a data repository to your file system, see Setting the Export Prefix (https://docs.aws.amazon.com/fsx/latest/LustreGuide/export-data-repository.html#export-prefix).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation CreateDataRepositoryTask for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • UnsupportedOperation The requested operation is not supported for this resource or API.

  • FileSystemNotFound No Amazon FSx file systems were found based upon supplied parameters.

  • IncompatibleParameterError The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.

  • ServiceLimitExceeded An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting AWS Support.

  • InternalServerError A generic error indicating a server-side failure.

  • DataRepositoryTaskExecuting An existing data repository task is currently executing on the file system. Wait until the existing task has completed, then create the new task.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateDataRepositoryTask

func (*FSx) CreateDataRepositoryTaskRequest added in v1.26.8

func (c *FSx) CreateDataRepositoryTaskRequest(input *CreateDataRepositoryTaskInput) (req *request.Request, output *CreateDataRepositoryTaskOutput)

CreateDataRepositoryTaskRequest generates a "aws/request.Request" representing the client's request for the CreateDataRepositoryTask operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDataRepositoryTask for more information on using the CreateDataRepositoryTask API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDataRepositoryTaskRequest method.
req, resp := client.CreateDataRepositoryTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateDataRepositoryTask

func (*FSx) CreateDataRepositoryTaskWithContext added in v1.26.8

func (c *FSx) CreateDataRepositoryTaskWithContext(ctx aws.Context, input *CreateDataRepositoryTaskInput, opts ...request.Option) (*CreateDataRepositoryTaskOutput, error)

CreateDataRepositoryTaskWithContext is the same as CreateDataRepositoryTask with the addition of the ability to pass a context and additional request options.

See CreateDataRepositoryTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) CreateFileSystem

func (c *FSx) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)

CreateFileSystem API operation for Amazon FSx.

Creates a new, empty Amazon FSx file system.

If a file system with the specified client request token exists and the parameters match, CreateFileSystem returns the description of the existing file system. If a file system specified client request token exists and the parameters don't match, this call returns IncompatibleParameterError. If a file system with the specified client request token doesn't exist, CreateFileSystem does the following:

  • Creates a new, empty Amazon FSx file system with an assigned ID, and an initial lifecycle state of CREATING.

  • Returns the description of the file system.

This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same.

The CreateFileSystem call returns while the file system's lifecycle state is still CREATING. You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation CreateFileSystem for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • ActiveDirectoryError An Active Directory error.

  • IncompatibleParameterError The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.

  • InvalidImportPath The path provided for data repository import isn't valid.

  • InvalidExportPath The path provided for data repository export isn't valid.

  • InvalidNetworkSettings One or more network settings specified in the request are invalid. InvalidVpcId means that the ID passed for the virtual private cloud (VPC) is invalid. InvalidSubnetIds returns the list of IDs for subnets that are either invalid or not part of the VPC specified. InvalidSecurityGroupIds returns the list of IDs for security groups that are either invalid or not part of the VPC specified.

  • InvalidPerUnitStorageThroughput An invalid value for PerUnitStorageThroughput was provided. Please create your file system again, using a valid value.

  • ServiceLimitExceeded An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting AWS Support.

  • InternalServerError A generic error indicating a server-side failure.

  • MissingFileSystemConfiguration A file system configuration is required for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem

Example (Shared00)

To create a new file system

This operation creates a new file system.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.CreateFileSystemInput{
		ClientRequestToken: aws.String("a8ca07e4-61ec-4399-99f4-19853801bcd5"),
		FileSystemType:     aws.String("WINDOWS"),
		KmsKeyId:           aws.String("arn:aws:kms:us-east-1:012345678912:key/0ff3ea8d-130e-4133-877f-93908b6fdbd6"),
		SecurityGroupIds: []*string{
			aws.String("sg-edcd9784"),
		},
		StorageCapacity: aws.Int64(300),
		SubnetIds: []*string{
			aws.String("subnet-1234abcd"),
		},
		Tags: []*fsx.Tag{
			{
				Key:   aws.String("Name"),
				Value: aws.String("MyFileSystem"),
			},
		},
		WindowsConfiguration: &fsx.CreateFileSystemWindowsConfiguration{
			ActiveDirectoryId:             aws.String("d-1234abcd12"),
			AutomaticBackupRetentionDays:  aws.Int64(30),
			DailyAutomaticBackupStartTime: aws.String("05:00"),
			ThroughputCapacity:            aws.Int64(8),
			WeeklyMaintenanceStartTime:    aws.String("1:05:00"),
		},
	}

	result, err := svc.CreateFileSystem(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeActiveDirectoryError:
				fmt.Println(fsx.ErrCodeActiveDirectoryError, aerr.Error())
			case fsx.ErrCodeIncompatibleParameterError:
				fmt.Println(fsx.ErrCodeIncompatibleParameterError, aerr.Error())
			case fsx.ErrCodeInvalidImportPath:
				fmt.Println(fsx.ErrCodeInvalidImportPath, aerr.Error())
			case fsx.ErrCodeInvalidExportPath:
				fmt.Println(fsx.ErrCodeInvalidExportPath, aerr.Error())
			case fsx.ErrCodeInvalidNetworkSettings:
				fmt.Println(fsx.ErrCodeInvalidNetworkSettings, aerr.Error())
			case fsx.ErrCodeInvalidPerUnitStorageThroughput:
				fmt.Println(fsx.ErrCodeInvalidPerUnitStorageThroughput, aerr.Error())
			case fsx.ErrCodeServiceLimitExceeded:
				fmt.Println(fsx.ErrCodeServiceLimitExceeded, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			case fsx.ErrCodeMissingFileSystemConfiguration:
				fmt.Println(fsx.ErrCodeMissingFileSystemConfiguration, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) CreateFileSystemFromBackup

func (c *FSx) CreateFileSystemFromBackup(input *CreateFileSystemFromBackupInput) (*CreateFileSystemFromBackupOutput, error)

CreateFileSystemFromBackup API operation for Amazon FSx.

Creates a new Amazon FSx file system from an existing Amazon FSx backup.

If a file system with the specified client request token exists and the parameters match, this operation returns the description of the file system. If a client request token specified by the file system exists and the parameters don't match, this call returns IncompatibleParameterError. If a file system with the specified client request token doesn't exist, this operation does the following:

  • Creates a new Amazon FSx file system from backup with an assigned ID, and an initial lifecycle state of CREATING.

  • Returns the description of the file system.

Parameters like Active Directory, default share name, automatic backup, and backup settings default to the parameters of the file system that was backed up, unless overridden. You can explicitly supply other settings.

By using the idempotent operation, you can retry a CreateFileSystemFromBackup call without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same.

The CreateFileSystemFromBackup call returns while the file system's lifecycle state is still CREATING. You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation CreateFileSystemFromBackup for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • ActiveDirectoryError An Active Directory error.

  • IncompatibleParameterError The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.

  • InvalidNetworkSettings One or more network settings specified in the request are invalid. InvalidVpcId means that the ID passed for the virtual private cloud (VPC) is invalid. InvalidSubnetIds returns the list of IDs for subnets that are either invalid or not part of the VPC specified. InvalidSecurityGroupIds returns the list of IDs for security groups that are either invalid or not part of the VPC specified.

  • InvalidPerUnitStorageThroughput An invalid value for PerUnitStorageThroughput was provided. Please create your file system again, using a valid value.

  • ServiceLimitExceeded An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting AWS Support.

  • BackupNotFound No Amazon FSx backups were found based upon the supplied parameters.

  • InternalServerError A generic error indicating a server-side failure.

  • MissingFileSystemConfiguration A file system configuration is required for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup

Example (Shared00)

To create a new file system from backup

This operation creates a new file system from backup.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.CreateFileSystemFromBackupInput{
		BackupId:           aws.String("backup-03e3c82e0183b7b6b"),
		ClientRequestToken: aws.String("f4c94ed7-238d-4c46-93db-48cd62ec33b7"),
		SecurityGroupIds: []*string{
			aws.String("sg-edcd9784"),
		},
		SubnetIds: []*string{
			aws.String("subnet-1234abcd"),
		},
		Tags: []*fsx.Tag{
			{
				Key:   aws.String("Name"),
				Value: aws.String("MyFileSystem"),
			},
		},
		WindowsConfiguration: &fsx.CreateFileSystemWindowsConfiguration{
			ThroughputCapacity: aws.Int64(8),
		},
	}

	result, err := svc.CreateFileSystemFromBackup(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeActiveDirectoryError:
				fmt.Println(fsx.ErrCodeActiveDirectoryError, aerr.Error())
			case fsx.ErrCodeIncompatibleParameterError:
				fmt.Println(fsx.ErrCodeIncompatibleParameterError, aerr.Error())
			case fsx.ErrCodeInvalidNetworkSettings:
				fmt.Println(fsx.ErrCodeInvalidNetworkSettings, aerr.Error())
			case fsx.ErrCodeInvalidPerUnitStorageThroughput:
				fmt.Println(fsx.ErrCodeInvalidPerUnitStorageThroughput, aerr.Error())
			case fsx.ErrCodeServiceLimitExceeded:
				fmt.Println(fsx.ErrCodeServiceLimitExceeded, aerr.Error())
			case fsx.ErrCodeBackupNotFound:
				fmt.Println(fsx.ErrCodeBackupNotFound, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			case fsx.ErrCodeMissingFileSystemConfiguration:
				fmt.Println(fsx.ErrCodeMissingFileSystemConfiguration, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) CreateFileSystemFromBackupRequest

func (c *FSx) CreateFileSystemFromBackupRequest(input *CreateFileSystemFromBackupInput) (req *request.Request, output *CreateFileSystemFromBackupOutput)

CreateFileSystemFromBackupRequest generates a "aws/request.Request" representing the client's request for the CreateFileSystemFromBackup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateFileSystemFromBackup for more information on using the CreateFileSystemFromBackup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateFileSystemFromBackupRequest method.
req, resp := client.CreateFileSystemFromBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup

func (*FSx) CreateFileSystemFromBackupWithContext

func (c *FSx) CreateFileSystemFromBackupWithContext(ctx aws.Context, input *CreateFileSystemFromBackupInput, opts ...request.Option) (*CreateFileSystemFromBackupOutput, error)

CreateFileSystemFromBackupWithContext is the same as CreateFileSystemFromBackup with the addition of the ability to pass a context and additional request options.

See CreateFileSystemFromBackup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) CreateFileSystemRequest

func (c *FSx) CreateFileSystemRequest(input *CreateFileSystemInput) (req *request.Request, output *CreateFileSystemOutput)

CreateFileSystemRequest generates a "aws/request.Request" representing the client's request for the CreateFileSystem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateFileSystem for more information on using the CreateFileSystem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateFileSystemRequest method.
req, resp := client.CreateFileSystemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem

func (*FSx) CreateFileSystemWithContext

func (c *FSx) CreateFileSystemWithContext(ctx aws.Context, input *CreateFileSystemInput, opts ...request.Option) (*CreateFileSystemOutput, error)

CreateFileSystemWithContext is the same as CreateFileSystem with the addition of the ability to pass a context and additional request options.

See CreateFileSystem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) DeleteBackup

func (c *FSx) DeleteBackup(input *DeleteBackupInput) (*DeleteBackupOutput, error)

DeleteBackup API operation for Amazon FSx.

Deletes an Amazon FSx backup, deleting its contents. After deletion, the backup no longer exists, and its data is gone.

The DeleteBackup call returns instantly. The backup will not show up in later DescribeBackups calls.

The data in a deleted backup is also deleted and can't be recovered by any means.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation DeleteBackup for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • BackupInProgress Another backup is already under way. Wait for completion before initiating additional backups of this file system.

  • BackupNotFound No Amazon FSx backups were found based upon the supplied parameters.

  • BackupRestoring You can't delete a backup while it's being used to restore a file system.

  • IncompatibleParameterError The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.

  • InternalServerError A generic error indicating a server-side failure.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteBackup

Example (Shared00)

To delete a backup

This operation deletes an Amazon FSx file system backup.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.DeleteBackupInput{
		BackupId: aws.String("backup-03e3c82e0183b7b6b"),
	}

	result, err := svc.DeleteBackup(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeBackupInProgress:
				fmt.Println(fsx.ErrCodeBackupInProgress, aerr.Error())
			case fsx.ErrCodeBackupNotFound:
				fmt.Println(fsx.ErrCodeBackupNotFound, aerr.Error())
			case fsx.ErrCodeBackupRestoring:
				fmt.Println(fsx.ErrCodeBackupRestoring, aerr.Error())
			case fsx.ErrCodeIncompatibleParameterError:
				fmt.Println(fsx.ErrCodeIncompatibleParameterError, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) DeleteBackupRequest

func (c *FSx) DeleteBackupRequest(input *DeleteBackupInput) (req *request.Request, output *DeleteBackupOutput)

DeleteBackupRequest generates a "aws/request.Request" representing the client's request for the DeleteBackup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteBackup for more information on using the DeleteBackup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteBackupRequest method.
req, resp := client.DeleteBackupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteBackup

func (*FSx) DeleteBackupWithContext

func (c *FSx) DeleteBackupWithContext(ctx aws.Context, input *DeleteBackupInput, opts ...request.Option) (*DeleteBackupOutput, error)

DeleteBackupWithContext is the same as DeleteBackup with the addition of the ability to pass a context and additional request options.

See DeleteBackup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) DeleteFileSystem

func (c *FSx) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)

DeleteFileSystem API operation for Amazon FSx.

Deletes a file system, deleting its contents. After deletion, the file system no longer exists, and its data is gone. Any existing automatic backups will also be deleted.

By default, when you delete an Amazon FSx for Windows File Server file system, a final backup is created upon deletion. This final backup is not subject to the file system's retention policy, and must be manually deleted.

The DeleteFileSystem action returns while the file system has the DELETING status. You can check the file system deletion status by calling the DescribeFileSystems action, which returns a list of file systems in your account. If you pass the file system ID for a deleted file system, the DescribeFileSystems returns a FileSystemNotFound error.

Deleting an Amazon FSx for Lustre file system will fail with a 400 BadRequest if a data repository task is in a PENDING or EXECUTING state.

The data in a deleted file system is also deleted and can't be recovered by any means.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation DeleteFileSystem for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • IncompatibleParameterError The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.

  • FileSystemNotFound No Amazon FSx file systems were found based upon supplied parameters.

  • ServiceLimitExceeded An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting AWS Support.

  • InternalServerError A generic error indicating a server-side failure.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystem

Example (Shared00)

To delete a file system

This operation deletes an Amazon FSx file system.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.DeleteFileSystemInput{
		FileSystemId: aws.String("fs-0498eed5fe91001ec"),
	}

	result, err := svc.DeleteFileSystem(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeIncompatibleParameterError:
				fmt.Println(fsx.ErrCodeIncompatibleParameterError, aerr.Error())
			case fsx.ErrCodeFileSystemNotFound:
				fmt.Println(fsx.ErrCodeFileSystemNotFound, aerr.Error())
			case fsx.ErrCodeServiceLimitExceeded:
				fmt.Println(fsx.ErrCodeServiceLimitExceeded, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) DeleteFileSystemRequest

func (c *FSx) DeleteFileSystemRequest(input *DeleteFileSystemInput) (req *request.Request, output *DeleteFileSystemOutput)

DeleteFileSystemRequest generates a "aws/request.Request" representing the client's request for the DeleteFileSystem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFileSystem for more information on using the DeleteFileSystem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFileSystemRequest method.
req, resp := client.DeleteFileSystemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystem

func (*FSx) DeleteFileSystemWithContext

func (c *FSx) DeleteFileSystemWithContext(ctx aws.Context, input *DeleteFileSystemInput, opts ...request.Option) (*DeleteFileSystemOutput, error)

DeleteFileSystemWithContext is the same as DeleteFileSystem with the addition of the ability to pass a context and additional request options.

See DeleteFileSystem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) DescribeBackups

func (c *FSx) DescribeBackups(input *DescribeBackupsInput) (*DescribeBackupsOutput, error)

DescribeBackups API operation for Amazon FSx.

Returns the description of specific Amazon FSx backups, if a BackupIds value is provided for that backup. Otherwise, it returns all backups owned by your AWS account in the AWS Region of the endpoint that you're calling.

When retrieving all backups, you can optionally specify the MaxResults parameter to limit the number of backups in a response. If more backups remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

This action is used in an iterative process to retrieve a list of your backups. DescribeBackups is called first without a NextTokenvalue. Then the action continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken.

When using this action, keep the following in mind:

  • The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value.

  • The order of backups returned in the response of one DescribeBackups call and the order of backups returned across the responses of a multi-call iteration is unspecified.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation DescribeBackups for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • FileSystemNotFound No Amazon FSx file systems were found based upon supplied parameters.

  • BackupNotFound No Amazon FSx backups were found based upon the supplied parameters.

  • InternalServerError A generic error indicating a server-side failure.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups

Example (Shared00)

To describe Amazon FSx backups

This operation describes all of the Amazon FSx backups in an account.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.DescribeBackupsInput{}

	result, err := svc.DescribeBackups(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeFileSystemNotFound:
				fmt.Println(fsx.ErrCodeFileSystemNotFound, aerr.Error())
			case fsx.ErrCodeBackupNotFound:
				fmt.Println(fsx.ErrCodeBackupNotFound, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) DescribeBackupsPages

func (c *FSx) DescribeBackupsPages(input *DescribeBackupsInput, fn func(*DescribeBackupsOutput, bool) bool) error

DescribeBackupsPages iterates over the pages of a DescribeBackups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeBackups method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeBackups operation.
pageNum := 0
err := client.DescribeBackupsPages(params,
    func(page *fsx.DescribeBackupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*FSx) DescribeBackupsPagesWithContext

func (c *FSx) DescribeBackupsPagesWithContext(ctx aws.Context, input *DescribeBackupsInput, fn func(*DescribeBackupsOutput, bool) bool, opts ...request.Option) error

DescribeBackupsPagesWithContext same as DescribeBackupsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) DescribeBackupsRequest

func (c *FSx) DescribeBackupsRequest(input *DescribeBackupsInput) (req *request.Request, output *DescribeBackupsOutput)

DescribeBackupsRequest generates a "aws/request.Request" representing the client's request for the DescribeBackups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeBackups for more information on using the DescribeBackups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeBackupsRequest method.
req, resp := client.DescribeBackupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups

func (*FSx) DescribeBackupsWithContext

func (c *FSx) DescribeBackupsWithContext(ctx aws.Context, input *DescribeBackupsInput, opts ...request.Option) (*DescribeBackupsOutput, error)

DescribeBackupsWithContext is the same as DescribeBackups with the addition of the ability to pass a context and additional request options.

See DescribeBackups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) DescribeDataRepositoryTasks added in v1.26.8

func (c *FSx) DescribeDataRepositoryTasks(input *DescribeDataRepositoryTasksInput) (*DescribeDataRepositoryTasksOutput, error)

DescribeDataRepositoryTasks API operation for Amazon FSx.

Returns the description of specific Amazon FSx for Lustre data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request. You can use filters to narrow the response to include just tasks for specific file systems, or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned by your AWS account in the AWS Region of the endpoint that you're calling.

When retrieving all tasks, you can paginate the response by using the optional MaxResults parameter to limit the number of tasks returned in a response. If more tasks remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation DescribeDataRepositoryTasks for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • FileSystemNotFound No Amazon FSx file systems were found based upon supplied parameters.

  • DataRepositoryTaskNotFound The data repository task or tasks you specified could not be found.

  • InternalServerError A generic error indicating a server-side failure.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeDataRepositoryTasks

func (*FSx) DescribeDataRepositoryTasksPages added in v1.26.8

func (c *FSx) DescribeDataRepositoryTasksPages(input *DescribeDataRepositoryTasksInput, fn func(*DescribeDataRepositoryTasksOutput, bool) bool) error

DescribeDataRepositoryTasksPages iterates over the pages of a DescribeDataRepositoryTasks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeDataRepositoryTasks method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeDataRepositoryTasks operation.
pageNum := 0
err := client.DescribeDataRepositoryTasksPages(params,
    func(page *fsx.DescribeDataRepositoryTasksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*FSx) DescribeDataRepositoryTasksPagesWithContext added in v1.26.8

func (c *FSx) DescribeDataRepositoryTasksPagesWithContext(ctx aws.Context, input *DescribeDataRepositoryTasksInput, fn func(*DescribeDataRepositoryTasksOutput, bool) bool, opts ...request.Option) error

DescribeDataRepositoryTasksPagesWithContext same as DescribeDataRepositoryTasksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) DescribeDataRepositoryTasksRequest added in v1.26.8

func (c *FSx) DescribeDataRepositoryTasksRequest(input *DescribeDataRepositoryTasksInput) (req *request.Request, output *DescribeDataRepositoryTasksOutput)

DescribeDataRepositoryTasksRequest generates a "aws/request.Request" representing the client's request for the DescribeDataRepositoryTasks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDataRepositoryTasks for more information on using the DescribeDataRepositoryTasks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDataRepositoryTasksRequest method.
req, resp := client.DescribeDataRepositoryTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeDataRepositoryTasks

func (*FSx) DescribeDataRepositoryTasksWithContext added in v1.26.8

func (c *FSx) DescribeDataRepositoryTasksWithContext(ctx aws.Context, input *DescribeDataRepositoryTasksInput, opts ...request.Option) (*DescribeDataRepositoryTasksOutput, error)

DescribeDataRepositoryTasksWithContext is the same as DescribeDataRepositoryTasks with the addition of the ability to pass a context and additional request options.

See DescribeDataRepositoryTasks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) DescribeFileSystems

func (c *FSx) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)

DescribeFileSystems API operation for Amazon FSx.

Returns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system. Otherwise, it returns descriptions of all file systems owned by your AWS account in the AWS Region of the endpoint that you're calling.

When retrieving all file system descriptions, you can optionally specify the MaxResults parameter to limit the number of descriptions in a response. If more file system descriptions remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

This action is used in an iterative process to retrieve a list of your file system descriptions. DescribeFileSystems is called first without a NextTokenvalue. Then the action continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken.

When using this action, keep the following in mind:

  • The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value.

  • The order of file systems returned in the response of one DescribeFileSystems call and the order of file systems returned across the responses of a multicall iteration is unspecified.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation DescribeFileSystems for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • FileSystemNotFound No Amazon FSx file systems were found based upon supplied parameters.

  • InternalServerError A generic error indicating a server-side failure.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems

Example (Shared00)

To describe an Amazon FSx file system

This operation describes all of the Amazon FSx file systems in an account.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.DescribeFileSystemsInput{}

	result, err := svc.DescribeFileSystems(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeFileSystemNotFound:
				fmt.Println(fsx.ErrCodeFileSystemNotFound, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) DescribeFileSystemsPages

func (c *FSx) DescribeFileSystemsPages(input *DescribeFileSystemsInput, fn func(*DescribeFileSystemsOutput, bool) bool) error

DescribeFileSystemsPages iterates over the pages of a DescribeFileSystems operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeFileSystems method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeFileSystems operation.
pageNum := 0
err := client.DescribeFileSystemsPages(params,
    func(page *fsx.DescribeFileSystemsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*FSx) DescribeFileSystemsPagesWithContext

func (c *FSx) DescribeFileSystemsPagesWithContext(ctx aws.Context, input *DescribeFileSystemsInput, fn func(*DescribeFileSystemsOutput, bool) bool, opts ...request.Option) error

DescribeFileSystemsPagesWithContext same as DescribeFileSystemsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) DescribeFileSystemsRequest

func (c *FSx) DescribeFileSystemsRequest(input *DescribeFileSystemsInput) (req *request.Request, output *DescribeFileSystemsOutput)

DescribeFileSystemsRequest generates a "aws/request.Request" representing the client's request for the DescribeFileSystems operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFileSystems for more information on using the DescribeFileSystems API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFileSystemsRequest method.
req, resp := client.DescribeFileSystemsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems

func (*FSx) DescribeFileSystemsWithContext

func (c *FSx) DescribeFileSystemsWithContext(ctx aws.Context, input *DescribeFileSystemsInput, opts ...request.Option) (*DescribeFileSystemsOutput, error)

DescribeFileSystemsWithContext is the same as DescribeFileSystems with the addition of the ability to pass a context and additional request options.

See DescribeFileSystems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) ListTagsForResource

func (c *FSx) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon FSx.

Lists tags for an Amazon FSx file systems and backups in the case of Amazon FSx for Windows File Server.

When retrieving all tags, you can optionally specify the MaxResults parameter to limit the number of tags in a response. If more tags remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

This action is used in an iterative process to retrieve a list of your tags. ListTagsForResource is called first without a NextTokenvalue. Then the action continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken.

When using this action, keep the following in mind:

  • The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value.

  • The order of tags returned in the response of one ListTagsForResource call and the order of tags returned across the responses of a multi-call iteration is unspecified.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • InternalServerError A generic error indicating a server-side failure.

  • ResourceNotFound The resource specified by the Amazon Resource Name (ARN) can't be found.

  • NotServiceResourceError The resource specified for the tagging operation is not a resource type owned by Amazon FSx. Use the API of the relevant service to perform the operation.

  • ResourceDoesNotSupportTagging The resource specified does not support tagging.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ListTagsForResource

Example (Shared00)

To list tags for a resource

This operation lists tags for an Amazon FSx resource.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.ListTagsForResourceInput{
		ResourceARN: aws.String("arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec"),
	}

	result, err := svc.ListTagsForResource(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			case fsx.ErrCodeResourceNotFound:
				fmt.Println(fsx.ErrCodeResourceNotFound, aerr.Error())
			case fsx.ErrCodeNotServiceResourceError:
				fmt.Println(fsx.ErrCodeNotServiceResourceError, aerr.Error())
			case fsx.ErrCodeResourceDoesNotSupportTagging:
				fmt.Println(fsx.ErrCodeResourceDoesNotSupportTagging, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) ListTagsForResourceRequest

func (c *FSx) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ListTagsForResource

func (*FSx) ListTagsForResourceWithContext

func (c *FSx) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) TagResource

func (c *FSx) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for Amazon FSx.

Tags an Amazon FSx resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation TagResource for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • InternalServerError A generic error indicating a server-side failure.

  • ResourceNotFound The resource specified by the Amazon Resource Name (ARN) can't be found.

  • NotServiceResourceError The resource specified for the tagging operation is not a resource type owned by Amazon FSx. Use the API of the relevant service to perform the operation.

  • ResourceDoesNotSupportTagging The resource specified does not support tagging.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/TagResource

Example (Shared00)

To tag a resource

This operation tags an Amazon FSx resource.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.TagResourceInput{
		ResourceARN: aws.String("arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec"),
		Tags: []*fsx.Tag{
			{
				Key:   aws.String("Name"),
				Value: aws.String("MyFileSystem"),
			},
		},
	}

	result, err := svc.TagResource(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			case fsx.ErrCodeResourceNotFound:
				fmt.Println(fsx.ErrCodeResourceNotFound, aerr.Error())
			case fsx.ErrCodeNotServiceResourceError:
				fmt.Println(fsx.ErrCodeNotServiceResourceError, aerr.Error())
			case fsx.ErrCodeResourceDoesNotSupportTagging:
				fmt.Println(fsx.ErrCodeResourceDoesNotSupportTagging, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) TagResourceRequest

func (c *FSx) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/TagResource

func (*FSx) TagResourceWithContext

func (c *FSx) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) UntagResource

func (c *FSx) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for Amazon FSx.

This action removes a tag from an Amazon FSx resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation UntagResource for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • InternalServerError A generic error indicating a server-side failure.

  • ResourceNotFound The resource specified by the Amazon Resource Name (ARN) can't be found.

  • NotServiceResourceError The resource specified for the tagging operation is not a resource type owned by Amazon FSx. Use the API of the relevant service to perform the operation.

  • ResourceDoesNotSupportTagging The resource specified does not support tagging.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UntagResource

Example (Shared00)

To untag a resource

This operation untags an Amazon FSx resource.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.UntagResourceInput{
		ResourceARN: aws.String("arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec"),
		TagKeys: []*string{
			aws.String("Name"),
		},
	}

	result, err := svc.UntagResource(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			case fsx.ErrCodeResourceNotFound:
				fmt.Println(fsx.ErrCodeResourceNotFound, aerr.Error())
			case fsx.ErrCodeNotServiceResourceError:
				fmt.Println(fsx.ErrCodeNotServiceResourceError, aerr.Error())
			case fsx.ErrCodeResourceDoesNotSupportTagging:
				fmt.Println(fsx.ErrCodeResourceDoesNotSupportTagging, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) UntagResourceRequest

func (c *FSx) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UntagResource

func (*FSx) UntagResourceWithContext

func (c *FSx) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*FSx) UpdateFileSystem

func (c *FSx) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)

UpdateFileSystem API operation for Amazon FSx.

Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request.

For Amazon FSx for Windows File Server file systems, you can update the following properties:

  • AutomaticBackupRetentionDays

  • DailyAutomaticBackupStartTime

  • SelfManagedActiveDirectoryConfiguration

  • StorageCapacity

  • ThroughputCapacity

  • WeeklyMaintenanceStartTime

For Amazon FSx for Lustre file systems, you can update the following properties:

  • AutoImportPolicy

  • AutomaticBackupRetentionDays

  • DailyAutomaticBackupStartTime

  • WeeklyMaintenanceStartTime

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon FSx's API operation UpdateFileSystem for usage and error information.

Returned Error Types:

  • BadRequest A generic error indicating a failure with a client request.

  • UnsupportedOperation The requested operation is not supported for this resource or API.

  • IncompatibleParameterError The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.

  • InternalServerError A generic error indicating a server-side failure.

  • FileSystemNotFound No Amazon FSx file systems were found based upon supplied parameters.

  • MissingFileSystemConfiguration A file system configuration is required for this operation.

  • ServiceLimitExceeded An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting AWS Support.

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem

Example (Shared00)

To update an existing file system

This operation updates an existing file system.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/fsx"
)

func main() {
	svc := fsx.New(session.New())
	input := &fsx.UpdateFileSystemInput{
		FileSystemId: aws.String("fs-0498eed5fe91001ec"),
		WindowsConfiguration: &fsx.UpdateFileSystemWindowsConfiguration{
			AutomaticBackupRetentionDays:  aws.Int64(10),
			DailyAutomaticBackupStartTime: aws.String("06:00"),
			WeeklyMaintenanceStartTime:    aws.String("3:06:00"),
		},
	}

	result, err := svc.UpdateFileSystem(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case fsx.ErrCodeBadRequest:
				fmt.Println(fsx.ErrCodeBadRequest, aerr.Error())
			case fsx.ErrCodeUnsupportedOperation:
				fmt.Println(fsx.ErrCodeUnsupportedOperation, aerr.Error())
			case fsx.ErrCodeIncompatibleParameterError:
				fmt.Println(fsx.ErrCodeIncompatibleParameterError, aerr.Error())
			case fsx.ErrCodeInternalServerError:
				fmt.Println(fsx.ErrCodeInternalServerError, aerr.Error())
			case fsx.ErrCodeFileSystemNotFound:
				fmt.Println(fsx.ErrCodeFileSystemNotFound, aerr.Error())
			case fsx.ErrCodeMissingFileSystemConfiguration:
				fmt.Println(fsx.ErrCodeMissingFileSystemConfiguration, aerr.Error())
			case fsx.ErrCodeServiceLimitExceeded:
				fmt.Println(fsx.ErrCodeServiceLimitExceeded, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*FSx) UpdateFileSystemRequest

func (c *FSx) UpdateFileSystemRequest(input *UpdateFileSystemInput) (req *request.Request, output *UpdateFileSystemOutput)

UpdateFileSystemRequest generates a "aws/request.Request" representing the client's request for the UpdateFileSystem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFileSystem for more information on using the UpdateFileSystem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFileSystemRequest method.
req, resp := client.UpdateFileSystemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem

func (*FSx) UpdateFileSystemWithContext

func (c *FSx) UpdateFileSystemWithContext(ctx aws.Context, input *UpdateFileSystemInput, opts ...request.Option) (*UpdateFileSystemOutput, error)

UpdateFileSystemWithContext is the same as UpdateFileSystem with the addition of the ability to pass a context and additional request options.

See UpdateFileSystem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type FileSystem

type FileSystem struct {

	// A list of administrative actions for the file system that are in process
	// or waiting to be processed. Administrative actions describe changes to the
	// Windows file system that you have initiated using the UpdateFileSystem action.
	AdministrativeActions []*AdministrativeAction `type:"list"`

	// The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z),
	// also known as Unix time.
	CreationTime *time.Time `type:"timestamp"`

	// The DNS name for the file system.
	DNSName *string `min:"16" type:"string"`

	// A structure providing details of any failures that occur when creating the
	// file system has failed.
	FailureDetails *FileSystemFailureDetails `type:"structure"`

	// The system-generated, unique 17-digit ID of the file system.
	FileSystemId *string `min:"11" type:"string"`

	// The type of Amazon FSx file system, either LUSTRE or WINDOWS.
	FileSystemType *string `type:"string" enum:"FileSystemType"`

	// The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the
	// file system's data for Amazon FSx for Windows File Server file systems and
	// persistent Amazon FSx for Lustre file systems at rest. In either case, if
	// not specified, the Amazon FSx managed key is used. The scratch Amazon FSx
	// for Lustre file systems are always encrypted at rest using Amazon FSx managed
	// keys. For more information, see Encrypt (https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html)
	// in the AWS Key Management Service API Reference.
	KmsKeyId *string `min:"1" type:"string"`

	// The lifecycle status of the file system, following are the possible values
	// and what they mean:
	//
	//    * AVAILABLE - The file system is in a healthy state, and is reachable
	//    and available for use.
	//
	//    * CREATING - Amazon FSx is creating the new file system.
	//
	//    * DELETING - Amazon FSx is deleting an existing file system.
	//
	//    * FAILED - An existing file system has experienced an unrecoverable failure.
	//    When creating a new file system, Amazon FSx was unable to create the file
	//    system.
	//
	//    * MISCONFIGURED indicates that the file system is in a failed but recoverable
	//    state.
	//
	//    * UPDATING indicates that the file system is undergoing a customer initiated
	//    update.
	Lifecycle *string `type:"string" enum:"FileSystemLifecycle"`

	// The configuration for the Amazon FSx for Lustre file system.
	LustreConfiguration *LustreFileSystemConfiguration `type:"structure"`

	// The IDs of the elastic network interface from which a specific file system
	// is accessible. The elastic network interface is automatically created in
	// the same VPC that the Amazon FSx file system was created in. For more information,
	// see Elastic Network Interfaces (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html)
	// in the Amazon EC2 User Guide.
	//
	// For an Amazon FSx for Windows File Server file system, you can have one network
	// interface ID. For an Amazon FSx for Lustre file system, you can have more
	// than one.
	NetworkInterfaceIds []*string `type:"list"`

	// The AWS account that created the file system. If the file system was created
	// by an AWS Identity and Access Management (IAM) user, the AWS account to which
	// the IAM user belongs is the owner.
	OwnerId *string `min:"12" type:"string"`

	// The Amazon Resource Name (ARN) for the file system resource.
	ResourceARN *string `min:"8" type:"string"`

	// The storage capacity of the file system in gigabytes (GB).
	StorageCapacity *int64 `type:"integer"`

	// The storage type of the file system. Valid values are SSD and HDD. If set
	// to SSD, the file system uses solid state drive storage. If set to HDD, the
	// file system uses hard disk drive storage.
	StorageType *string `type:"string" enum:"StorageType"`

	// Specifies the IDs of the subnets that the file system is accessible from.
	// For Windows MULTI_AZ_1 file system deployment type, there are two subnet
	// IDs, one for the preferred file server and one for the standby file server.
	// The preferred file server subnet identified in the PreferredSubnetID property.
	// All other file systems have only one subnet ID.
	//
	// For Lustre file systems, and Single-AZ Windows file systems, this is the
	// ID of the subnet that contains the endpoint for the file system. For MULTI_AZ_1
	// Windows file systems, the endpoint for the file system is available in the
	// PreferredSubnetID.
	SubnetIds []*string `type:"list"`

	// The tags to associate with the file system. For more information, see Tagging
	// Your Amazon EC2 Resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html)
	// in the Amazon EC2 User Guide.
	Tags []*Tag `min:"1" type:"list"`

	// The ID of the primary VPC for the file system.
	VpcId *string `min:"12" type:"string"`

	// The configuration for this Microsoft Windows file system.
	WindowsConfiguration *WindowsFileSystemConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

A description of a specific Amazon FSx file system.

func (FileSystem) GoString

func (s FileSystem) GoString() string

GoString returns the string representation

func (*FileSystem) SetAdministrativeActions added in v1.31.8

func (s *FileSystem) SetAdministrativeActions(v []*AdministrativeAction) *FileSystem

SetAdministrativeActions sets the AdministrativeActions field's value.

func (*FileSystem) SetCreationTime

func (s *FileSystem) SetCreationTime(v time.Time) *FileSystem

SetCreationTime sets the CreationTime field's value.

func (*FileSystem) SetDNSName

func (s *FileSystem) SetDNSName(v string) *FileSystem

SetDNSName sets the DNSName field's value.

func (*FileSystem) SetFailureDetails

func (s *FileSystem) SetFailureDetails(v *FileSystemFailureDetails) *FileSystem

SetFailureDetails sets the FailureDetails field's value.

func (*FileSystem) SetFileSystemId

func (s *FileSystem) SetFileSystemId(v string) *FileSystem

SetFileSystemId sets the FileSystemId field's value.

func (*FileSystem) SetFileSystemType

func (s *FileSystem) SetFileSystemType(v string) *FileSystem

SetFileSystemType sets the FileSystemType field's value.

func (*FileSystem) SetKmsKeyId

func (s *FileSystem) SetKmsKeyId(v string) *FileSystem

SetKmsKeyId sets the KmsKeyId field's value.

func (*FileSystem) SetLifecycle

func (s *FileSystem) SetLifecycle(v string) *FileSystem

SetLifecycle sets the Lifecycle field's value.

func (*FileSystem) SetLustreConfiguration

func (s *FileSystem) SetLustreConfiguration(v *LustreFileSystemConfiguration) *FileSystem

SetLustreConfiguration sets the LustreConfiguration field's value.

func (*FileSystem) SetNetworkInterfaceIds

func (s *FileSystem) SetNetworkInterfaceIds(v []*string) *FileSystem

SetNetworkInterfaceIds sets the NetworkInterfaceIds field's value.

func (*FileSystem) SetOwnerId

func (s *FileSystem) SetOwnerId(v string) *FileSystem

SetOwnerId sets the OwnerId field's value.

func (*FileSystem) SetResourceARN

func (s *FileSystem) SetResourceARN(v string) *FileSystem

SetResourceARN sets the ResourceARN field's value.

func (*FileSystem) SetStorageCapacity

func (s *FileSystem) SetStorageCapacity(v int64) *FileSystem

SetStorageCapacity sets the StorageCapacity field's value.

func (*FileSystem) SetStorageType added in v1.29.33

func (s *FileSystem) SetStorageType(v string) *FileSystem

SetStorageType sets the StorageType field's value.

func (*FileSystem) SetSubnetIds

func (s *FileSystem) SetSubnetIds(v []*string) *FileSystem

SetSubnetIds sets the SubnetIds field's value.

func (*FileSystem) SetTags

func (s *FileSystem) SetTags(v []*Tag) *FileSystem

SetTags sets the Tags field's value.

func (*FileSystem) SetVpcId

func (s *FileSystem) SetVpcId(v string) *FileSystem

SetVpcId sets the VpcId field's value.

func (*FileSystem) SetWindowsConfiguration

func (s *FileSystem) SetWindowsConfiguration(v *WindowsFileSystemConfiguration) *FileSystem

SetWindowsConfiguration sets the WindowsConfiguration field's value.

func (FileSystem) String

func (s FileSystem) String() string

String returns the string representation

type FileSystemFailureDetails

type FileSystemFailureDetails struct {

	// A message describing any failures that occurred during file system creation.
	Message *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A structure providing details of any failures that occur when creating the file system has failed.

func (FileSystemFailureDetails) GoString

func (s FileSystemFailureDetails) GoString() string

GoString returns the string representation

func (*FileSystemFailureDetails) SetMessage

SetMessage sets the Message field's value.

func (FileSystemFailureDetails) String

func (s FileSystemFailureDetails) String() string

String returns the string representation

type FileSystemNotFound added in v1.28.0

type FileSystemNotFound struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

No Amazon FSx file systems were found based upon supplied parameters.

func (*FileSystemNotFound) Code added in v1.28.0

func (s *FileSystemNotFound) Code() string

Code returns the exception type name.

func (*FileSystemNotFound) Error added in v1.28.0

func (s *FileSystemNotFound) Error() string

func (FileSystemNotFound) GoString added in v1.28.0

func (s FileSystemNotFound) GoString() string

GoString returns the string representation

func (*FileSystemNotFound) Message added in v1.28.0

func (s *FileSystemNotFound) Message() string

Message returns the exception's message.

func (*FileSystemNotFound) OrigErr added in v1.28.0

func (s *FileSystemNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*FileSystemNotFound) RequestID added in v1.28.0

func (s *FileSystemNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*FileSystemNotFound) StatusCode added in v1.28.0

func (s *FileSystemNotFound) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (FileSystemNotFound) String added in v1.28.0

func (s FileSystemNotFound) String() string

String returns the string representation

type Filter

type Filter struct {

	// The name for this filter.
	Name *string `type:"string" enum:"FilterName"`

	// The values of the filter. These are all the values for any of the applied
	// filters.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

A filter used to restrict the results of describe calls. You can use multiple filters to return results that meet all applied filter requirements.

func (Filter) GoString

func (s Filter) GoString() string

GoString returns the string representation

func (*Filter) SetName

func (s *Filter) SetName(v string) *Filter

SetName sets the Name field's value.

func (*Filter) SetValues

func (s *Filter) SetValues(v []*string) *Filter

SetValues sets the Values field's value.

func (Filter) String

func (s Filter) String() string

String returns the string representation

type IncompatibleParameterError added in v1.28.0

type IncompatibleParameterError struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`

	// A parameter that is incompatible with the earlier request.
	//
	// Parameter is a required field
	Parameter *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.

func (*IncompatibleParameterError) Code added in v1.28.0

Code returns the exception type name.

func (*IncompatibleParameterError) Error added in v1.28.0

func (IncompatibleParameterError) GoString added in v1.28.0

func (s IncompatibleParameterError) GoString() string

GoString returns the string representation

func (*IncompatibleParameterError) Message added in v1.28.0

func (s *IncompatibleParameterError) Message() string

Message returns the exception's message.

func (*IncompatibleParameterError) OrigErr added in v1.28.0

func (s *IncompatibleParameterError) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*IncompatibleParameterError) RequestID added in v1.28.0

func (s *IncompatibleParameterError) RequestID() string

RequestID returns the service's response RequestID for request.

func (*IncompatibleParameterError) StatusCode added in v1.28.0

func (s *IncompatibleParameterError) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (IncompatibleParameterError) String added in v1.28.0

String returns the string representation

type InternalServerError added in v1.28.0

type InternalServerError struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

A generic error indicating a server-side failure.

func (*InternalServerError) Code added in v1.28.0

func (s *InternalServerError) Code() string

Code returns the exception type name.

func (*InternalServerError) Error added in v1.28.0

func (s *InternalServerError) Error() string

func (InternalServerError) GoString added in v1.28.0

func (s InternalServerError) GoString() string

GoString returns the string representation

func (*InternalServerError) Message added in v1.28.0

func (s *InternalServerError) Message() string

Message returns the exception's message.

func (*InternalServerError) OrigErr added in v1.28.0

func (s *InternalServerError) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerError) RequestID added in v1.28.0

func (s *InternalServerError) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerError) StatusCode added in v1.28.0

func (s *InternalServerError) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerError) String added in v1.28.0

func (s InternalServerError) String() string

String returns the string representation

type InvalidExportPath added in v1.28.0

type InvalidExportPath struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The path provided for data repository export isn't valid.

func (*InvalidExportPath) Code added in v1.28.0

func (s *InvalidExportPath) Code() string

Code returns the exception type name.

func (*InvalidExportPath) Error added in v1.28.0

func (s *InvalidExportPath) Error() string

func (InvalidExportPath) GoString added in v1.28.0

func (s InvalidExportPath) GoString() string

GoString returns the string representation

func (*InvalidExportPath) Message added in v1.28.0

func (s *InvalidExportPath) Message() string

Message returns the exception's message.

func (*InvalidExportPath) OrigErr added in v1.28.0

func (s *InvalidExportPath) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidExportPath) RequestID added in v1.28.0

func (s *InvalidExportPath) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidExportPath) StatusCode added in v1.28.0

func (s *InvalidExportPath) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidExportPath) String added in v1.28.0

func (s InvalidExportPath) String() string

String returns the string representation

type InvalidImportPath added in v1.28.0

type InvalidImportPath struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The path provided for data repository import isn't valid.

func (*InvalidImportPath) Code added in v1.28.0

func (s *InvalidImportPath) Code() string

Code returns the exception type name.

func (*InvalidImportPath) Error added in v1.28.0

func (s *InvalidImportPath) Error() string

func (InvalidImportPath) GoString added in v1.28.0

func (s InvalidImportPath) GoString() string

GoString returns the string representation

func (*InvalidImportPath) Message added in v1.28.0

func (s *InvalidImportPath) Message() string

Message returns the exception's message.

func (*InvalidImportPath) OrigErr added in v1.28.0

func (s *InvalidImportPath) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidImportPath) RequestID added in v1.28.0

func (s *InvalidImportPath) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidImportPath) StatusCode added in v1.28.0

func (s *InvalidImportPath) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidImportPath) String added in v1.28.0

func (s InvalidImportPath) String() string

String returns the string representation

type InvalidNetworkSettings added in v1.28.0

type InvalidNetworkSettings struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// The ID of your Amazon EC2 security group. This ID is used to control network
	// access to the endpoint that Amazon FSx creates on your behalf in each subnet.
	// For more information, see Amazon EC2 Security Groups for Linux Instances
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html)
	// in the Amazon EC2 User Guide.
	InvalidSecurityGroupId *string `min:"11" type:"string"`

	// The ID for a subnet. A subnet is a range of IP addresses in your virtual
	// private cloud (VPC). For more information, see VPC and Subnets (https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html)
	// in the Amazon VPC User Guide.
	InvalidSubnetId *string `min:"15" type:"string"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

One or more network settings specified in the request are invalid. InvalidVpcId means that the ID passed for the virtual private cloud (VPC) is invalid. InvalidSubnetIds returns the list of IDs for subnets that are either invalid or not part of the VPC specified. InvalidSecurityGroupIds returns the list of IDs for security groups that are either invalid or not part of the VPC specified.

func (*InvalidNetworkSettings) Code added in v1.28.0

func (s *InvalidNetworkSettings) Code() string

Code returns the exception type name.

func (*InvalidNetworkSettings) Error added in v1.28.0

func (s *InvalidNetworkSettings) Error() string

func (InvalidNetworkSettings) GoString added in v1.28.0

func (s InvalidNetworkSettings) GoString() string

GoString returns the string representation

func (*InvalidNetworkSettings) Message added in v1.28.0

func (s *InvalidNetworkSettings) Message() string

Message returns the exception's message.

func (*InvalidNetworkSettings) OrigErr added in v1.28.0

func (s *InvalidNetworkSettings) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNetworkSettings) RequestID added in v1.28.0

func (s *InvalidNetworkSettings) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNetworkSettings) StatusCode added in v1.28.0

func (s *InvalidNetworkSettings) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidNetworkSettings) String added in v1.28.0

func (s InvalidNetworkSettings) String() string

String returns the string representation

type InvalidPerUnitStorageThroughput added in v1.29.9

type InvalidPerUnitStorageThroughput struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

An invalid value for PerUnitStorageThroughput was provided. Please create your file system again, using a valid value.

func (*InvalidPerUnitStorageThroughput) Code added in v1.29.9

Code returns the exception type name.

func (*InvalidPerUnitStorageThroughput) Error added in v1.29.9

func (InvalidPerUnitStorageThroughput) GoString added in v1.29.9

GoString returns the string representation

func (*InvalidPerUnitStorageThroughput) Message added in v1.29.9

Message returns the exception's message.

func (*InvalidPerUnitStorageThroughput) OrigErr added in v1.29.9

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPerUnitStorageThroughput) RequestID added in v1.29.9

func (s *InvalidPerUnitStorageThroughput) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPerUnitStorageThroughput) StatusCode added in v1.29.9

func (s *InvalidPerUnitStorageThroughput) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidPerUnitStorageThroughput) String added in v1.29.9

String returns the string representation

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

	// Maximum number of tags to return in the response (integer). This parameter
	// value must be greater than 0. The number of items that Amazon FSx returns
	// is the minimum of the MaxResults parameter specified in the request and the
	// service's internal maximum number of items per page.
	MaxResults *int64 `min:"1" type:"integer"`

	// Opaque pagination token returned from a previous ListTagsForResource operation
	// (String). If a token present, the action continues the list from where the
	// returning call left off.
	NextToken *string `min:"1" type:"string"`

	// The ARN of the Amazon FSx resource that will have its tags listed.
	//
	// ResourceARN is a required field
	ResourceARN *string `min:"8" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request object for ListTagsForResource operation.

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation

func (*ListTagsForResourceInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListTagsForResourceInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourceInput) SetResourceARN

SetResourceARN sets the ResourceARN field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

	// This is present if there are more tags than returned in the response (String).
	// You can use the NextToken value in the later request to fetch the tags.
	NextToken *string `min:"1" type:"string"`

	// A list of tags on the resource.
	Tags []*Tag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

The response object for ListTagsForResource operation.

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation

func (*ListTagsForResourceOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourceOutput) SetTags

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation

type LustreFileSystemConfiguration

type LustreFileSystemConfiguration struct {

	// The number of days to retain automatic backups. Setting this to 0 disables
	// automatic backups. You can retain automatic backups for a maximum of 90 days.
	// The default is 0.
	AutomaticBackupRetentionDays *int64 `type:"integer"`

	// A boolean flag indicating whether tags on the file system should be copied
	// to backups. If it's set to true, all tags on the file system are copied to
	// all automatic backups and any user-initiated backups where the user doesn't
	// specify any tags. If this value is true, and you specify one or more tags,
	// only the specified tags are copied to backups. If you specify one or more
	// tags when creating a user-initiated backup, no tags are copied from the file
	// system, regardless of this value. (Default = false)
	CopyTagsToBackups *bool `type:"boolean"`

	// A recurring daily time, in the format HH:MM. HH is the zero-padded hour of
	// the day (0-23), and MM is the zero-padded minute of the hour. For example,
	// 05:00 specifies 5 AM daily.
	DailyAutomaticBackupStartTime *string `min:"5" type:"string"`

	// The data repository configuration object for Lustre file systems returned
	// in the response of the CreateFileSystem operation.
	DataRepositoryConfiguration *DataRepositoryConfiguration `type:"structure"`

	// The deployment type of the FSX for Lustre file system. Scratch deployment
	// type is designed for temporary storage and shorter-term processing of data.
	//
	// SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need
	// temporary storage and shorter-term processing of data. The SCRATCH_2 deployment
	// type provides in-transit encryption of data and higher burst throughput capacity
	// than SCRATCH_1.
	//
	// The PERSISTENT_1 deployment type is used for longer-term storage and workloads
	// and encryption of data in transit. To learn more about deployment types,
	// see FSx for Lustre Deployment Options (https://docs.aws.amazon.com/fsx/latest/LustreGuide/lustre-deployment-types.html).
	// (Default = SCRATCH_1)
	DeploymentType *string `type:"string" enum:"LustreDeploymentType"`

	// The type of drive cache used by PERSISTENT_1 file systems that are provisioned
	// with HDD storage devices. This parameter is required when storage type is
	// HDD. Set to READ, improve the performance for frequently accessed files and
	// allows 20% of the total storage capacity of the file system to be cached.
	//
	// This parameter is required when StorageType is set to HDD.
	DriveCacheType *string `type:"string" enum:"DriveCacheType"`

	// You use the MountName value when mounting the file system.
	//
	// For the SCRATCH_1 deployment type, this value is always "fsx". For SCRATCH_2
	// and PERSISTENT_1 deployment types, this value is a string that is unique
	// within an AWS Region.
	MountName *string `min:"1" type:"string"`

	// Per unit storage throughput represents the megabytes per second of read or
	// write throughput per 1 tebibyte of storage provisioned. File system throughput
	// capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB).
	// This option is only valid for PERSISTENT_1 deployment types.
	//
	// Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage:
	// 12, 40.
	PerUnitStorageThroughput *int64 `min:"12" type:"integer"`

	// The preferred start time to perform weekly maintenance, formatted d:HH:MM
	// in the UTC time zone. d is the weekday number, from 1 through 7, beginning
	// with Monday and ending with Sunday.
	WeeklyMaintenanceStartTime *string `min:"7" type:"string"`
	// contains filtered or unexported fields
}

The configuration for the Amazon FSx for Lustre file system.

func (LustreFileSystemConfiguration) GoString

GoString returns the string representation

func (*LustreFileSystemConfiguration) SetAutomaticBackupRetentionDays added in v1.32.9

func (s *LustreFileSystemConfiguration) SetAutomaticBackupRetentionDays(v int64) *LustreFileSystemConfiguration

SetAutomaticBackupRetentionDays sets the AutomaticBackupRetentionDays field's value.

func (*LustreFileSystemConfiguration) SetCopyTagsToBackups added in v1.32.9

SetCopyTagsToBackups sets the CopyTagsToBackups field's value.

func (*LustreFileSystemConfiguration) SetDailyAutomaticBackupStartTime added in v1.32.9

func (s *LustreFileSystemConfiguration) SetDailyAutomaticBackupStartTime(v string) *LustreFileSystemConfiguration

SetDailyAutomaticBackupStartTime sets the DailyAutomaticBackupStartTime field's value.

func (*LustreFileSystemConfiguration) SetDataRepositoryConfiguration

SetDataRepositoryConfiguration sets the DataRepositoryConfiguration field's value.

func (*LustreFileSystemConfiguration) SetDeploymentType added in v1.29.9

SetDeploymentType sets the DeploymentType field's value.

func (*LustreFileSystemConfiguration) SetDriveCacheType added in v1.34.3

SetDriveCacheType sets the DriveCacheType field's value.

func (*LustreFileSystemConfiguration) SetMountName added in v1.29.9

SetMountName sets the MountName field's value.

func (*LustreFileSystemConfiguration) SetPerUnitStorageThroughput added in v1.29.9

func (s *LustreFileSystemConfiguration) SetPerUnitStorageThroughput(v int64) *LustreFileSystemConfiguration

SetPerUnitStorageThroughput sets the PerUnitStorageThroughput field's value.

func (*LustreFileSystemConfiguration) SetWeeklyMaintenanceStartTime

func (s *LustreFileSystemConfiguration) SetWeeklyMaintenanceStartTime(v string) *LustreFileSystemConfiguration

SetWeeklyMaintenanceStartTime sets the WeeklyMaintenanceStartTime field's value.

func (LustreFileSystemConfiguration) String

String returns the string representation

type MissingFileSystemConfiguration added in v1.28.0

type MissingFileSystemConfiguration struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

A file system configuration is required for this operation.

func (*MissingFileSystemConfiguration) Code added in v1.28.0

Code returns the exception type name.

func (*MissingFileSystemConfiguration) Error added in v1.28.0

func (MissingFileSystemConfiguration) GoString added in v1.28.0

GoString returns the string representation

func (*MissingFileSystemConfiguration) Message added in v1.28.0

Message returns the exception's message.

func (*MissingFileSystemConfiguration) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MissingFileSystemConfiguration) RequestID added in v1.28.0

func (s *MissingFileSystemConfiguration) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MissingFileSystemConfiguration) StatusCode added in v1.28.0

func (s *MissingFileSystemConfiguration) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (MissingFileSystemConfiguration) String added in v1.28.0

String returns the string representation

type NotServiceResourceError added in v1.28.0

type NotServiceResourceError struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
	//
	// ResourceARN is a required field
	ResourceARN *string `min:"8" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The resource specified for the tagging operation is not a resource type owned by Amazon FSx. Use the API of the relevant service to perform the operation.

func (*NotServiceResourceError) Code added in v1.28.0

func (s *NotServiceResourceError) Code() string

Code returns the exception type name.

func (*NotServiceResourceError) Error added in v1.28.0

func (s *NotServiceResourceError) Error() string

func (NotServiceResourceError) GoString added in v1.28.0

func (s NotServiceResourceError) GoString() string

GoString returns the string representation

func (*NotServiceResourceError) Message added in v1.28.0

func (s *NotServiceResourceError) Message() string

Message returns the exception's message.

func (*NotServiceResourceError) OrigErr added in v1.28.0

func (s *NotServiceResourceError) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*NotServiceResourceError) RequestID added in v1.28.0

func (s *NotServiceResourceError) RequestID() string

RequestID returns the service's response RequestID for request.

func (*NotServiceResourceError) StatusCode added in v1.28.0

func (s *NotServiceResourceError) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (NotServiceResourceError) String added in v1.28.0

func (s NotServiceResourceError) String() string

String returns the string representation

type ResourceDoesNotSupportTagging added in v1.28.0

type ResourceDoesNotSupportTagging struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
	//
	// ResourceARN is a required field
	ResourceARN *string `min:"8" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The resource specified does not support tagging.

func (*ResourceDoesNotSupportTagging) Code added in v1.28.0

Code returns the exception type name.

func (*ResourceDoesNotSupportTagging) Error added in v1.28.0

func (ResourceDoesNotSupportTagging) GoString added in v1.28.0

GoString returns the string representation

func (*ResourceDoesNotSupportTagging) Message added in v1.28.0

Message returns the exception's message.

func (*ResourceDoesNotSupportTagging) OrigErr added in v1.28.0

func (s *ResourceDoesNotSupportTagging) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDoesNotSupportTagging) RequestID added in v1.28.0

func (s *ResourceDoesNotSupportTagging) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceDoesNotSupportTagging) StatusCode added in v1.28.0

func (s *ResourceDoesNotSupportTagging) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceDoesNotSupportTagging) String added in v1.28.0

String returns the string representation

type ResourceNotFound added in v1.28.0

type ResourceNotFound struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`

	// The resource ARN of the resource that can't be found.
	//
	// ResourceARN is a required field
	ResourceARN *string `min:"8" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The resource specified by the Amazon Resource Name (ARN) can't be found.

func (*ResourceNotFound) Code added in v1.28.0

func (s *ResourceNotFound) Code() string

Code returns the exception type name.

func (*ResourceNotFound) Error added in v1.28.0

func (s *ResourceNotFound) Error() string

func (ResourceNotFound) GoString added in v1.28.0

func (s ResourceNotFound) GoString() string

GoString returns the string representation

func (*ResourceNotFound) Message added in v1.28.0

func (s *ResourceNotFound) Message() string

Message returns the exception's message.

func (*ResourceNotFound) OrigErr added in v1.28.0

func (s *ResourceNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFound) RequestID added in v1.28.0

func (s *ResourceNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFound) StatusCode added in v1.28.0

func (s *ResourceNotFound) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFound) String added in v1.28.0

func (s ResourceNotFound) String() string

String returns the string representation

type SelfManagedActiveDirectoryAttributes added in v1.20.7

type SelfManagedActiveDirectoryAttributes struct {

	// A list of up to two IP addresses of DNS servers or domain controllers in
	// the self-managed AD directory.
	DnsIps []*string `min:"1" type:"list"`

	// The fully qualified domain name of the self-managed AD directory.
	DomainName *string `min:"1" type:"string"`

	// The name of the domain group whose members have administrative privileges
	// for the FSx file system.
	FileSystemAdministratorsGroup *string `min:"1" type:"string"`

	// The fully qualified distinguished name of the organizational unit within
	// the self-managed AD directory to which the Windows File Server instance is
	// joined.
	OrganizationalUnitDistinguishedName *string `min:"1" type:"string"`

	// The user name for the service account on your self-managed AD domain that
	// FSx uses to join to your AD domain.
	UserName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server instance is joined.

func (SelfManagedActiveDirectoryAttributes) GoString added in v1.20.7

GoString returns the string representation

func (*SelfManagedActiveDirectoryAttributes) SetDnsIps added in v1.20.7

SetDnsIps sets the DnsIps field's value.

func (*SelfManagedActiveDirectoryAttributes) SetDomainName added in v1.20.7

SetDomainName sets the DomainName field's value.

func (*SelfManagedActiveDirectoryAttributes) SetFileSystemAdministratorsGroup added in v1.20.7

SetFileSystemAdministratorsGroup sets the FileSystemAdministratorsGroup field's value.

func (*SelfManagedActiveDirectoryAttributes) SetOrganizationalUnitDistinguishedName added in v1.20.7

func (s *SelfManagedActiveDirectoryAttributes) SetOrganizationalUnitDistinguishedName(v string) *SelfManagedActiveDirectoryAttributes

SetOrganizationalUnitDistinguishedName sets the OrganizationalUnitDistinguishedName field's value.

func (*SelfManagedActiveDirectoryAttributes) SetUserName added in v1.20.7

SetUserName sets the UserName field's value.

func (SelfManagedActiveDirectoryAttributes) String added in v1.20.7

String returns the string representation

type SelfManagedActiveDirectoryConfiguration added in v1.20.7

type SelfManagedActiveDirectoryConfiguration struct {

	// A list of up to two IP addresses of DNS servers or domain controllers in
	// the self-managed AD directory. The IP addresses need to be either in the
	// same VPC CIDR range as the one in which your Amazon FSx file system is being
	// created, or in the private IP version 4 (IPv4) address ranges, as specified
	// in RFC 1918 (http://www.faqs.org/rfcs/rfc1918.html):
	//
	//    * 10.0.0.0 - 10.255.255.255 (10/8 prefix)
	//
	//    * 172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
	//
	//    * 192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
	//
	// DnsIps is a required field
	DnsIps []*string `min:"1" type:"list" required:"true"`

	// The fully qualified domain name of the self-managed AD directory, such as
	// corp.example.com.
	//
	// DomainName is a required field
	DomainName *string `min:"1" type:"string" required:"true"`

	// (Optional) The name of the domain group whose members are granted administrative
	// privileges for the file system. Administrative privileges include taking
	// ownership of files and folders, setting audit controls (audit ACLs) on files
	// and folders, and administering the file system remotely by using the FSx
	// Remote PowerShell. The group that you specify must already exist in your
	// domain. If you don't provide one, your AD domain's Domain Admins group is
	// used.
	FileSystemAdministratorsGroup *string `min:"1" type:"string"`

	// (Optional) The fully qualified distinguished name of the organizational unit
	// within your self-managed AD directory that the Windows File Server instance
	// will join. Amazon FSx only accepts OU as the direct parent of the file system.
	// An example is OU=FSx,DC=yourdomain,DC=corp,DC=com. To learn more, see RFC
	// 2253 (https://tools.ietf.org/html/rfc2253). If none is provided, the FSx
	// file system is created in the default location of your self-managed AD directory.
	//
	// Only Organizational Unit (OU) objects can be the direct parent of the file
	// system that you're creating.
	OrganizationalUnitDistinguishedName *string `min:"1" type:"string"`

	// The password for the service account on your self-managed AD domain that
	// Amazon FSx will use to join to your AD domain.
	//
	// Password is a required field
	Password *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// The user name for the service account on your self-managed AD domain that
	// Amazon FSx will use to join to your AD domain. This account must have the
	// permission to join computers to the domain in the organizational unit provided
	// in OrganizationalUnitDistinguishedName, or in the default location of your
	// AD domain.
	//
	// UserName is a required field
	UserName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The configuration that Amazon FSx uses to join the Windows File Server instance to your self-managed (including on-premises) Microsoft Active Directory (AD) directory.

func (SelfManagedActiveDirectoryConfiguration) GoString added in v1.20.7

GoString returns the string representation

func (*SelfManagedActiveDirectoryConfiguration) SetDnsIps added in v1.20.7

SetDnsIps sets the DnsIps field's value.

func (*SelfManagedActiveDirectoryConfiguration) SetDomainName added in v1.20.7

SetDomainName sets the DomainName field's value.

func (*SelfManagedActiveDirectoryConfiguration) SetFileSystemAdministratorsGroup added in v1.20.7

SetFileSystemAdministratorsGroup sets the FileSystemAdministratorsGroup field's value.

func (*SelfManagedActiveDirectoryConfiguration) SetOrganizationalUnitDistinguishedName added in v1.20.7

func (s *SelfManagedActiveDirectoryConfiguration) SetOrganizationalUnitDistinguishedName(v string) *SelfManagedActiveDirectoryConfiguration

SetOrganizationalUnitDistinguishedName sets the OrganizationalUnitDistinguishedName field's value.

func (*SelfManagedActiveDirectoryConfiguration) SetPassword added in v1.20.7

SetPassword sets the Password field's value.

func (*SelfManagedActiveDirectoryConfiguration) SetUserName added in v1.20.7

SetUserName sets the UserName field's value.

func (SelfManagedActiveDirectoryConfiguration) String added in v1.20.7

String returns the string representation

func (*SelfManagedActiveDirectoryConfiguration) Validate added in v1.20.7

Validate inspects the fields of the type to determine if they are valid.

type SelfManagedActiveDirectoryConfigurationUpdates added in v1.20.7

type SelfManagedActiveDirectoryConfigurationUpdates struct {

	// A list of up to two IP addresses of DNS servers or domain controllers in
	// the self-managed AD directory.
	DnsIps []*string `min:"1" type:"list"`

	// The password for the service account on your self-managed AD domain that
	// Amazon FSx will use to join to your AD domain.
	Password *string `min:"1" type:"string" sensitive:"true"`

	// The user name for the service account on your self-managed AD domain that
	// Amazon FSx will use to join to your AD domain. This account must have the
	// permission to join computers to the domain in the organizational unit provided
	// in OrganizationalUnitDistinguishedName.
	UserName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The configuration that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.

func (SelfManagedActiveDirectoryConfigurationUpdates) GoString added in v1.20.7

GoString returns the string representation

func (*SelfManagedActiveDirectoryConfigurationUpdates) SetDnsIps added in v1.20.7

SetDnsIps sets the DnsIps field's value.

func (*SelfManagedActiveDirectoryConfigurationUpdates) SetPassword added in v1.20.7

SetPassword sets the Password field's value.

func (*SelfManagedActiveDirectoryConfigurationUpdates) SetUserName added in v1.20.7

SetUserName sets the UserName field's value.

func (SelfManagedActiveDirectoryConfigurationUpdates) String added in v1.20.7

String returns the string representation

func (*SelfManagedActiveDirectoryConfigurationUpdates) Validate added in v1.20.7

Validate inspects the fields of the type to determine if they are valid.

type ServiceLimitExceeded added in v1.28.0

type ServiceLimitExceeded struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// Enumeration of the service limit that was exceeded.
	//
	// Limit is a required field
	Limit *string `type:"string" required:"true" enum:"ServiceLimit"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting AWS Support.

func (*ServiceLimitExceeded) Code added in v1.28.0

func (s *ServiceLimitExceeded) Code() string

Code returns the exception type name.

func (*ServiceLimitExceeded) Error added in v1.28.0

func (s *ServiceLimitExceeded) Error() string

func (ServiceLimitExceeded) GoString added in v1.28.0

func (s ServiceLimitExceeded) GoString() string

GoString returns the string representation

func (*ServiceLimitExceeded) Message added in v1.28.0

func (s *ServiceLimitExceeded) Message() string

Message returns the exception's message.

func (*ServiceLimitExceeded) OrigErr added in v1.28.0

func (s *ServiceLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceLimitExceeded) RequestID added in v1.28.0

func (s *ServiceLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceLimitExceeded) StatusCode added in v1.28.0

func (s *ServiceLimitExceeded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceLimitExceeded) String added in v1.28.0

func (s ServiceLimitExceeded) String() string

String returns the string representation

type Tag

type Tag struct {

	// A value that specifies the TagKey, the name of the tag. Tag keys must be
	// unique for the resource to which they are attached.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// A value that specifies the TagValue, the value assigned to the corresponding
	// tag key. Tag values can be null and don't have to be unique in a tag set.
	// For example, you can have a key-value pair in a tag set of finances : April
	// and also of payroll : April.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Specifies a key-value pair for a resource tag.

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation

func (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceInput

type TagResourceInput struct {

	// The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to
	// tag.
	//
	// ResourceARN is a required field
	ResourceARN *string `min:"8" type:"string" required:"true"`

	// A list of tags for the resource. If a tag with a given key already exists,
	// the value is replaced by the one specified in this parameter.
	//
	// Tags is a required field
	Tags []*Tag `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The request object for the TagResource operation.

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation

func (*TagResourceInput) SetResourceARN

func (s *TagResourceInput) SetResourceARN(v string) *TagResourceInput

SetResourceARN sets the ResourceARN field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
	// contains filtered or unexported fields
}

The response object for the TagResource operation.

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation

type UnsupportedOperation added in v1.28.0

type UnsupportedOperation struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// A detailed error message.
	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The requested operation is not supported for this resource or API.

func (*UnsupportedOperation) Code added in v1.28.0

func (s *UnsupportedOperation) Code() string

Code returns the exception type name.

func (*UnsupportedOperation) Error added in v1.28.0

func (s *UnsupportedOperation) Error() string

func (UnsupportedOperation) GoString added in v1.28.0

func (s UnsupportedOperation) GoString() string

GoString returns the string representation

func (*UnsupportedOperation) Message added in v1.28.0

func (s *UnsupportedOperation) Message() string

Message returns the exception's message.

func (*UnsupportedOperation) OrigErr added in v1.28.0

func (s *UnsupportedOperation) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedOperation) RequestID added in v1.28.0

func (s *UnsupportedOperation) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedOperation) StatusCode added in v1.28.0

func (s *UnsupportedOperation) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedOperation) String added in v1.28.0

func (s UnsupportedOperation) String() string

String returns the string representation

type UntagResourceInput

type UntagResourceInput struct {

	// The ARN of the Amazon FSx resource to untag.
	//
	// ResourceARN is a required field
	ResourceARN *string `min:"8" type:"string" required:"true"`

	// A list of keys of tags on the resource to untag. In case the tag key doesn't
	// exist, the call will still succeed to be idempotent.
	//
	// TagKeys is a required field
	TagKeys []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The request object for UntagResource action.

func (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation

func (*UntagResourceInput) SetResourceARN

func (s *UntagResourceInput) SetResourceARN(v string) *UntagResourceInput

SetResourceARN sets the ResourceARN field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
	// contains filtered or unexported fields
}

The response object for UntagResource action.

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation

type UpdateFileSystemInput

type UpdateFileSystemInput struct {

	// A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent
	// updates. This string is automatically filled on your behalf when you use
	// the AWS Command Line Interface (AWS CLI) or an AWS SDK.
	ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// Identifies the file system that you are updating.
	//
	// FileSystemId is a required field
	FileSystemId *string `min:"11" type:"string" required:"true"`

	// The configuration object for Amazon FSx for Lustre file systems used in the
	// UpdateFileSystem operation.
	LustreConfiguration *UpdateFileSystemLustreConfiguration `type:"structure"`

	// Use this parameter to increase the storage capacity of an Amazon FSx for
	// Windows File Server file system. Specifies the storage capacity target value,
	// GiB, for the file system you're updating. The storage capacity target value
	// must be at least 10 percent (%) greater than the current storage capacity
	// value. In order to increase storage capacity, the file system needs to have
	// at least 16 MB/s of throughput capacity. You cannot make a storage capacity
	// increase request if there is an existing storage capacity increase request
	// in progress. For more information, see Managing Storage Capacity (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html).
	StorageCapacity *int64 `type:"integer"`

	// The configuration updates for an Amazon FSx for Windows File Server file
	// system.
	WindowsConfiguration *UpdateFileSystemWindowsConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The request object for the UpdateFileSystem operation.

func (UpdateFileSystemInput) GoString

func (s UpdateFileSystemInput) GoString() string

GoString returns the string representation

func (*UpdateFileSystemInput) SetClientRequestToken

func (s *UpdateFileSystemInput) SetClientRequestToken(v string) *UpdateFileSystemInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*UpdateFileSystemInput) SetFileSystemId

func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput

SetFileSystemId sets the FileSystemId field's value.

func (*UpdateFileSystemInput) SetLustreConfiguration

SetLustreConfiguration sets the LustreConfiguration field's value.

func (*UpdateFileSystemInput) SetStorageCapacity added in v1.31.8

func (s *UpdateFileSystemInput) SetStorageCapacity(v int64) *UpdateFileSystemInput

SetStorageCapacity sets the StorageCapacity field's value.

func (*UpdateFileSystemInput) SetWindowsConfiguration

SetWindowsConfiguration sets the WindowsConfiguration field's value.

func (UpdateFileSystemInput) String

func (s UpdateFileSystemInput) String() string

String returns the string representation

func (*UpdateFileSystemInput) Validate

func (s *UpdateFileSystemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateFileSystemLustreConfiguration

type UpdateFileSystemLustreConfiguration struct {

	// (Optional) Use this property to configure the AutoImport feature on the file
	// system's linked Amazon S3 data repository. You use AutoImport to update the
	// contents of your FSx for Lustre file system automatically with changes that
	// occur in the linked S3 data repository. AutoImportPolicy can have the following
	// values:
	//
	//    * NONE - (Default) AutoImport is off. Changes in the linked data repository
	//    are not reflected on the FSx file system.
	//
	//    * NEW - AutoImport is on. New files in the linked data repository that
	//    do not currently exist in the FSx file system are automatically imported.
	//    Updates to existing FSx files are not imported to the FSx file system.
	//    Files deleted from the linked data repository are not deleted from the
	//    FSx file system.
	//
	//    * NEW_CHANGED - AutoImport is on. New files in the linked S3 data repository
	//    that do not currently exist in the FSx file system are automatically imported.
	//    Changes to existing FSx files in the linked repository are also automatically
	//    imported to the FSx file system. Files deleted from the linked data repository
	//    are not deleted from the FSx file system.
	//
	// For more information, see Automatically import updates from your S3 bucket
	// (https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html).
	AutoImportPolicy *string `type:"string" enum:"AutoImportPolicyType"`

	// The number of days to retain automatic backups. Setting this to 0 disables
	// automatic backups. You can retain automatic backups for a maximum of 90 days.
	// The default is 0.
	AutomaticBackupRetentionDays *int64 `type:"integer"`

	// A recurring daily time, in the format HH:MM. HH is the zero-padded hour of
	// the day (0-23), and MM is the zero-padded minute of the hour. For example,
	// 05:00 specifies 5 AM daily.
	DailyAutomaticBackupStartTime *string `min:"5" type:"string"`

	// The preferred start time to perform weekly maintenance, formatted d:HH:MM
	// in the UTC time zone. d is the weekday number, from 1 through 7, beginning
	// with Monday and ending with Sunday.
	WeeklyMaintenanceStartTime *string `min:"7" type:"string"`
	// contains filtered or unexported fields
}

The configuration object for Amazon FSx for Lustre file systems used in the UpdateFileSystem operation.

func (UpdateFileSystemLustreConfiguration) GoString

GoString returns the string representation

func (*UpdateFileSystemLustreConfiguration) SetAutoImportPolicy added in v1.33.11

SetAutoImportPolicy sets the AutoImportPolicy field's value.

func (*UpdateFileSystemLustreConfiguration) SetAutomaticBackupRetentionDays added in v1.32.9

func (s *UpdateFileSystemLustreConfiguration) SetAutomaticBackupRetentionDays(v int64) *UpdateFileSystemLustreConfiguration

SetAutomaticBackupRetentionDays sets the AutomaticBackupRetentionDays field's value.

func (*UpdateFileSystemLustreConfiguration) SetDailyAutomaticBackupStartTime added in v1.32.9

func (s *UpdateFileSystemLustreConfiguration) SetDailyAutomaticBackupStartTime(v string) *UpdateFileSystemLustreConfiguration

SetDailyAutomaticBackupStartTime sets the DailyAutomaticBackupStartTime field's value.

func (*UpdateFileSystemLustreConfiguration) SetWeeklyMaintenanceStartTime

SetWeeklyMaintenanceStartTime sets the WeeklyMaintenanceStartTime field's value.

func (UpdateFileSystemLustreConfiguration) String

String returns the string representation

func (*UpdateFileSystemLustreConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateFileSystemOutput

type UpdateFileSystemOutput struct {

	// A description of the file system that was updated.
	FileSystem *FileSystem `type:"structure"`
	// contains filtered or unexported fields
}

The response object for the UpdateFileSystem operation.

func (UpdateFileSystemOutput) GoString

func (s UpdateFileSystemOutput) GoString() string

GoString returns the string representation

func (*UpdateFileSystemOutput) SetFileSystem

SetFileSystem sets the FileSystem field's value.

func (UpdateFileSystemOutput) String

func (s UpdateFileSystemOutput) String() string

String returns the string representation

type UpdateFileSystemWindowsConfiguration

type UpdateFileSystemWindowsConfiguration struct {

	// The number of days to retain automatic daily backups. Setting this to zero
	// (0) disables automatic daily backups. You can retain automatic daily backups
	// for a maximum of 90 days. For more information, see Working with Automatic
	// Daily Backups (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#automatic-backups).
	AutomaticBackupRetentionDays *int64 `type:"integer"`

	// The preferred time to start the daily automatic backup, in the UTC time zone,
	// for example, 02:00
	DailyAutomaticBackupStartTime *string `min:"5" type:"string"`

	// The configuration Amazon FSx uses to join the Windows File Server instance
	// to the self-managed Microsoft AD directory. You cannot make a self-managed
	// Microsoft AD update request if there is an existing self-managed Microsoft
	// AD update request in progress.
	SelfManagedActiveDirectoryConfiguration *SelfManagedActiveDirectoryConfigurationUpdates `type:"structure"`

	// Sets the target value for a file system's throughput capacity, in MB/s, that
	// you are updating the file system to. Valid values are 8, 16, 32, 64, 128,
	// 256, 512, 1024, 2048. You cannot make a throughput capacity update request
	// if there is an existing throughput capacity update request in progress. For
	// more information, see Managing Throughput Capacity (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-throughput-capacity.html).
	ThroughputCapacity *int64 `min:"8" type:"integer"`

	// The preferred start time to perform weekly maintenance, formatted d:HH:MM
	// in the UTC time zone. Where d is the weekday number, from 1 through 7, with
	// 1 = Monday and 7 = Sunday.
	WeeklyMaintenanceStartTime *string `min:"7" type:"string"`
	// contains filtered or unexported fields
}

Updates the configuration for an existing Amazon FSx for Windows File Server file system. Amazon FSx only overwrites existing properties with non-null values provided in the request.

func (UpdateFileSystemWindowsConfiguration) GoString

GoString returns the string representation

func (*UpdateFileSystemWindowsConfiguration) SetAutomaticBackupRetentionDays

SetAutomaticBackupRetentionDays sets the AutomaticBackupRetentionDays field's value.

func (*UpdateFileSystemWindowsConfiguration) SetDailyAutomaticBackupStartTime

SetDailyAutomaticBackupStartTime sets the DailyAutomaticBackupStartTime field's value.

func (*UpdateFileSystemWindowsConfiguration) SetSelfManagedActiveDirectoryConfiguration added in v1.20.7

SetSelfManagedActiveDirectoryConfiguration sets the SelfManagedActiveDirectoryConfiguration field's value.

func (*UpdateFileSystemWindowsConfiguration) SetThroughputCapacity added in v1.31.8

SetThroughputCapacity sets the ThroughputCapacity field's value.

func (*UpdateFileSystemWindowsConfiguration) SetWeeklyMaintenanceStartTime

SetWeeklyMaintenanceStartTime sets the WeeklyMaintenanceStartTime field's value.

func (UpdateFileSystemWindowsConfiguration) String

String returns the string representation

func (*UpdateFileSystemWindowsConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type WindowsFileSystemConfiguration

type WindowsFileSystemConfiguration struct {

	// The ID for an existing Microsoft Active Directory instance that the file
	// system should join when it's created.
	ActiveDirectoryId *string `min:"12" type:"string"`

	// The number of days to retain automatic backups. Setting this to 0 disables
	// automatic backups. You can retain automatic backups for a maximum of 90 days.
	AutomaticBackupRetentionDays *int64 `type:"integer"`

	// A boolean flag indicating whether tags on the file system should be copied
	// to backups. This value defaults to false. If it's set to true, all tags on
	// the file system are copied to all automatic backups and any user-initiated
	// backups where the user doesn't specify any tags. If this value is true, and
	// you specify one or more tags, only the specified tags are copied to backups.
	// If you specify one or more tags when creating a user-initiated backup, no
	// tags are copied from the file system, regardless of this value.
	CopyTagsToBackups *bool `type:"boolean"`

	// The preferred time to take daily automatic backups, in the UTC time zone.
	DailyAutomaticBackupStartTime *string `min:"5" type:"string"`

	// Specifies the file system deployment type, valid values are the following:
	//
	//    * MULTI_AZ_1 - Specifies a high availability file system that is configured
	//    for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability,
	//    and supports SSD and HDD storage.
	//
	//    * SINGLE_AZ_1 - (Default) Specifies a file system that is configured for
	//    single AZ redundancy, only supports SSD storage.
	//
	//    * SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file
	//    system that is configured for single AZ redundancy and supports SSD and
	//    HDD storage.
	//
	// For more information, see Single-AZ and Multi-AZ File Systems (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html).
	DeploymentType *string `type:"string" enum:"WindowsDeploymentType"`

	// The list of maintenance operations in progress for this file system.
	MaintenanceOperationsInProgress []*string `type:"list"`

	// For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred,
	// file server.
	//
	// Use this IP address when mounting the file system on Linux SMB clients or
	// Windows SMB clients that are not joined to a Microsoft Active Directory.
	// Applicable for all Windows file system deployment types. This IP address
	// is temporarily unavailable when the file system is undergoing maintenance.
	// For Linux and Windows SMB clients that are joined to an Active Directory,
	// use the file system's DNSName instead. For more information on mapping and
	// mounting file shares, see Accessing File Shares (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/accessing-file-shares.html).
	PreferredFileServerIp *string `min:"7" type:"string"`

	// For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where
	// the preferred file server is located. Must be one of the two subnet IDs specified
	// in SubnetIds property. Amazon FSx serves traffic from this subnet except
	// in the event of a failover to the secondary file server.
	//
	// For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same
	// as that for SubnetIDs. For more information, see Availability and Durability:
	// Single-AZ and Multi-AZ File Systems (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html#single-multi-az-resources)
	PreferredSubnetId *string `min:"15" type:"string"`

	// For MULTI_AZ_1 deployment types, use this endpoint when performing administrative
	// tasks on the file system using Amazon FSx Remote PowerShell.
	//
	// For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of
	// the file system.
	//
	// This endpoint is temporarily unavailable when the file system is undergoing
	// maintenance.
	RemoteAdministrationEndpoint *string `min:"16" type:"string"`

	// The configuration of the self-managed Microsoft Active Directory (AD) directory
	// to which the Windows File Server instance is joined.
	SelfManagedActiveDirectoryConfiguration *SelfManagedActiveDirectoryAttributes `type:"structure"`

	// The throughput of an Amazon FSx file system, measured in megabytes per second.
	ThroughputCapacity *int64 `min:"8" type:"integer"`

	// The preferred start time to perform weekly maintenance, formatted d:HH:MM
	// in the UTC time zone. d is the weekday number, from 1 through 7, beginning
	// with Monday and ending with Sunday.
	WeeklyMaintenanceStartTime *string `min:"7" type:"string"`
	// contains filtered or unexported fields
}

The configuration for this Microsoft Windows file system.

func (WindowsFileSystemConfiguration) GoString

GoString returns the string representation

func (*WindowsFileSystemConfiguration) SetActiveDirectoryId

SetActiveDirectoryId sets the ActiveDirectoryId field's value.

func (*WindowsFileSystemConfiguration) SetAutomaticBackupRetentionDays

func (s *WindowsFileSystemConfiguration) SetAutomaticBackupRetentionDays(v int64) *WindowsFileSystemConfiguration

SetAutomaticBackupRetentionDays sets the AutomaticBackupRetentionDays field's value.

func (*WindowsFileSystemConfiguration) SetCopyTagsToBackups

SetCopyTagsToBackups sets the CopyTagsToBackups field's value.

func (*WindowsFileSystemConfiguration) SetDailyAutomaticBackupStartTime

func (s *WindowsFileSystemConfiguration) SetDailyAutomaticBackupStartTime(v string) *WindowsFileSystemConfiguration

SetDailyAutomaticBackupStartTime sets the DailyAutomaticBackupStartTime field's value.

func (*WindowsFileSystemConfiguration) SetDeploymentType added in v1.25.39

SetDeploymentType sets the DeploymentType field's value.

func (*WindowsFileSystemConfiguration) SetMaintenanceOperationsInProgress

func (s *WindowsFileSystemConfiguration) SetMaintenanceOperationsInProgress(v []*string) *WindowsFileSystemConfiguration

SetMaintenanceOperationsInProgress sets the MaintenanceOperationsInProgress field's value.

func (*WindowsFileSystemConfiguration) SetPreferredFileServerIp added in v1.25.39

SetPreferredFileServerIp sets the PreferredFileServerIp field's value.

func (*WindowsFileSystemConfiguration) SetPreferredSubnetId added in v1.25.39

SetPreferredSubnetId sets the PreferredSubnetId field's value.

func (*WindowsFileSystemConfiguration) SetRemoteAdministrationEndpoint added in v1.25.39

func (s *WindowsFileSystemConfiguration) SetRemoteAdministrationEndpoint(v string) *WindowsFileSystemConfiguration

SetRemoteAdministrationEndpoint sets the RemoteAdministrationEndpoint field's value.

func (*WindowsFileSystemConfiguration) SetSelfManagedActiveDirectoryConfiguration added in v1.20.7

SetSelfManagedActiveDirectoryConfiguration sets the SelfManagedActiveDirectoryConfiguration field's value.

func (*WindowsFileSystemConfiguration) SetThroughputCapacity

SetThroughputCapacity sets the ThroughputCapacity field's value.

func (*WindowsFileSystemConfiguration) SetWeeklyMaintenanceStartTime

func (s *WindowsFileSystemConfiguration) SetWeeklyMaintenanceStartTime(v string) *WindowsFileSystemConfiguration

SetWeeklyMaintenanceStartTime sets the WeeklyMaintenanceStartTime field's value.

func (WindowsFileSystemConfiguration) String

String returns the string representation

Directories

Path Synopsis
Package fsxiface provides an interface to enable mocking the Amazon FSx service client for testing your code.
Package fsxiface provides an interface to enable mocking the Amazon FSx service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL