Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const EndpointsID + const ErrCodeAccessPointAlreadyExists + const ErrCodeAccessPointLimitExceeded + const ErrCodeAccessPointNotFound + const ErrCodeAvailabilityZonesMismatch + const ErrCodeBadRequest + const ErrCodeDependencyTimeout + const ErrCodeFileSystemAlreadyExists + const ErrCodeFileSystemInUse + const ErrCodeFileSystemLimitExceeded + const ErrCodeFileSystemNotFound + const ErrCodeIncorrectFileSystemLifeCycleState + const ErrCodeIncorrectMountTargetState + const ErrCodeInsufficientThroughputCapacity + const ErrCodeInternalServerError + const ErrCodeInvalidPolicyException + const ErrCodeIpAddressInUse + const ErrCodeMountTargetConflict + const ErrCodeMountTargetNotFound + const ErrCodeNetworkInterfaceLimitExceeded + const ErrCodeNoFreeAddressesInSubnet + const ErrCodePolicyNotFound + const ErrCodeReplicationNotFound + const ErrCodeSecurityGroupLimitExceeded + const ErrCodeSecurityGroupNotFound + const ErrCodeSubnetNotFound + const ErrCodeThrottlingException + const ErrCodeThroughputLimitExceeded + const ErrCodeTooManyRequests + const ErrCodeUnsupportedAvailabilityZone + const ErrCodeValidationException + const LifeCycleStateAvailable + const LifeCycleStateCreating + const LifeCycleStateDeleted + const LifeCycleStateDeleting + const LifeCycleStateError + const LifeCycleStateUpdating + const PerformanceModeGeneralPurpose + const PerformanceModeMaxIo + const ReplicationStatusDeleting + const ReplicationStatusEnabled + const ReplicationStatusEnabling + const ReplicationStatusError + const ReplicationStatusPaused + const ReplicationStatusPausing + const ResourceFileSystem + const ResourceIdTypeLongId + const ResourceIdTypeShortId + const ResourceMountTarget + const ServiceID + const ServiceName + const StatusDisabled + const StatusDisabling + const StatusEnabled + const StatusEnabling + const ThroughputModeBursting + const ThroughputModeElastic + const ThroughputModeProvisioned + const TransitionToIARulesAfter14Days + const TransitionToIARulesAfter1Day + const TransitionToIARulesAfter30Days + const TransitionToIARulesAfter60Days + const TransitionToIARulesAfter7Days + const TransitionToIARulesAfter90Days + const TransitionToPrimaryStorageClassRulesAfter1Access + func LifeCycleState_Values() []string + func PerformanceMode_Values() []string + func ReplicationStatus_Values() []string + func ResourceIdType_Values() []string + func Resource_Values() []string + func Status_Values() []string + func ThroughputMode_Values() []string + func TransitionToIARules_Values() []string + func TransitionToPrimaryStorageClassRules_Values() []string + type AccessPointAlreadyExists struct + AccessPointId *string + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessPointAlreadyExists) Code() string + func (s *AccessPointAlreadyExists) Error() string + func (s *AccessPointAlreadyExists) Message() string + func (s *AccessPointAlreadyExists) OrigErr() error + func (s *AccessPointAlreadyExists) RequestID() string + func (s *AccessPointAlreadyExists) StatusCode() int + func (s AccessPointAlreadyExists) GoString() string + func (s AccessPointAlreadyExists) String() string + type AccessPointDescription struct + AccessPointArn *string + AccessPointId *string + ClientToken *string + FileSystemId *string + LifeCycleState *string + Name *string + OwnerId *string + PosixUser *PosixUser + RootDirectory *RootDirectory + Tags []*Tag + func (s *AccessPointDescription) SetAccessPointArn(v string) *AccessPointDescription + func (s *AccessPointDescription) SetAccessPointId(v string) *AccessPointDescription + func (s *AccessPointDescription) SetClientToken(v string) *AccessPointDescription + func (s *AccessPointDescription) SetFileSystemId(v string) *AccessPointDescription + func (s *AccessPointDescription) SetLifeCycleState(v string) *AccessPointDescription + func (s *AccessPointDescription) SetName(v string) *AccessPointDescription + func (s *AccessPointDescription) SetOwnerId(v string) *AccessPointDescription + func (s *AccessPointDescription) SetPosixUser(v *PosixUser) *AccessPointDescription + func (s *AccessPointDescription) SetRootDirectory(v *RootDirectory) *AccessPointDescription + func (s *AccessPointDescription) SetTags(v []*Tag) *AccessPointDescription + func (s AccessPointDescription) GoString() string + func (s AccessPointDescription) String() string + type AccessPointLimitExceeded struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessPointLimitExceeded) Code() string + func (s *AccessPointLimitExceeded) Error() string + func (s *AccessPointLimitExceeded) Message() string + func (s *AccessPointLimitExceeded) OrigErr() error + func (s *AccessPointLimitExceeded) RequestID() string + func (s *AccessPointLimitExceeded) StatusCode() int + func (s AccessPointLimitExceeded) GoString() string + func (s AccessPointLimitExceeded) String() string + type AccessPointNotFound struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessPointNotFound) Code() string + func (s *AccessPointNotFound) Error() string + func (s *AccessPointNotFound) Message() string + func (s *AccessPointNotFound) OrigErr() error + func (s *AccessPointNotFound) RequestID() string + func (s *AccessPointNotFound) StatusCode() int + func (s AccessPointNotFound) GoString() string + func (s AccessPointNotFound) String() string + type AvailabilityZonesMismatch struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AvailabilityZonesMismatch) Code() string + func (s *AvailabilityZonesMismatch) Error() string + func (s *AvailabilityZonesMismatch) Message() string + func (s *AvailabilityZonesMismatch) OrigErr() error + func (s *AvailabilityZonesMismatch) RequestID() string + func (s *AvailabilityZonesMismatch) StatusCode() int + func (s AvailabilityZonesMismatch) GoString() string + func (s AvailabilityZonesMismatch) String() string + type BackupPolicy struct + Status *string + func (s *BackupPolicy) SetStatus(v string) *BackupPolicy + func (s *BackupPolicy) Validate() error + func (s BackupPolicy) GoString() string + func (s BackupPolicy) String() string + type BadRequest struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *BadRequest) Code() string + func (s *BadRequest) Error() string + func (s *BadRequest) Message() string + func (s *BadRequest) OrigErr() error + func (s *BadRequest) RequestID() string + func (s *BadRequest) StatusCode() int + func (s BadRequest) GoString() string + func (s BadRequest) String() string + type CreateAccessPointInput struct + ClientToken *string + FileSystemId *string + PosixUser *PosixUser + RootDirectory *RootDirectory + Tags []*Tag + func (s *CreateAccessPointInput) SetClientToken(v string) *CreateAccessPointInput + func (s *CreateAccessPointInput) SetFileSystemId(v string) *CreateAccessPointInput + func (s *CreateAccessPointInput) SetPosixUser(v *PosixUser) *CreateAccessPointInput + func (s *CreateAccessPointInput) SetRootDirectory(v *RootDirectory) *CreateAccessPointInput + func (s *CreateAccessPointInput) SetTags(v []*Tag) *CreateAccessPointInput + func (s *CreateAccessPointInput) Validate() error + func (s CreateAccessPointInput) GoString() string + func (s CreateAccessPointInput) String() string + type CreateAccessPointOutput struct + AccessPointArn *string + AccessPointId *string + ClientToken *string + FileSystemId *string + LifeCycleState *string + Name *string + OwnerId *string + PosixUser *PosixUser + RootDirectory *RootDirectory + Tags []*Tag + func (s *CreateAccessPointOutput) SetAccessPointArn(v string) *CreateAccessPointOutput + func (s *CreateAccessPointOutput) SetAccessPointId(v string) *CreateAccessPointOutput + func (s *CreateAccessPointOutput) SetClientToken(v string) *CreateAccessPointOutput + func (s *CreateAccessPointOutput) SetFileSystemId(v string) *CreateAccessPointOutput + func (s *CreateAccessPointOutput) SetLifeCycleState(v string) *CreateAccessPointOutput + func (s *CreateAccessPointOutput) SetName(v string) *CreateAccessPointOutput + func (s *CreateAccessPointOutput) SetOwnerId(v string) *CreateAccessPointOutput + func (s *CreateAccessPointOutput) SetPosixUser(v *PosixUser) *CreateAccessPointOutput + func (s *CreateAccessPointOutput) SetRootDirectory(v *RootDirectory) *CreateAccessPointOutput + func (s *CreateAccessPointOutput) SetTags(v []*Tag) *CreateAccessPointOutput + func (s CreateAccessPointOutput) GoString() string + func (s CreateAccessPointOutput) String() string + type CreateFileSystemInput struct + AvailabilityZoneName *string + Backup *bool + CreationToken *string + Encrypted *bool + KmsKeyId *string + PerformanceMode *string + ProvisionedThroughputInMibps *float64 + Tags []*Tag + ThroughputMode *string + func (s *CreateFileSystemInput) SetAvailabilityZoneName(v string) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetBackup(v bool) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetCreationToken(v string) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetEncrypted(v bool) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetKmsKeyId(v string) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetPerformanceMode(v string) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetProvisionedThroughputInMibps(v float64) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetTags(v []*Tag) *CreateFileSystemInput + func (s *CreateFileSystemInput) SetThroughputMode(v string) *CreateFileSystemInput + func (s *CreateFileSystemInput) Validate() error + func (s CreateFileSystemInput) GoString() string + func (s CreateFileSystemInput) String() string + type CreateMountTargetInput struct + FileSystemId *string + IpAddress *string + SecurityGroups []*string + SubnetId *string + func (s *CreateMountTargetInput) SetFileSystemId(v string) *CreateMountTargetInput + func (s *CreateMountTargetInput) SetIpAddress(v string) *CreateMountTargetInput + func (s *CreateMountTargetInput) SetSecurityGroups(v []*string) *CreateMountTargetInput + func (s *CreateMountTargetInput) SetSubnetId(v string) *CreateMountTargetInput + func (s *CreateMountTargetInput) Validate() error + func (s CreateMountTargetInput) GoString() string + func (s CreateMountTargetInput) String() string + type CreateReplicationConfigurationInput struct + Destinations []*DestinationToCreate + SourceFileSystemId *string + func (s *CreateReplicationConfigurationInput) SetDestinations(v []*DestinationToCreate) *CreateReplicationConfigurationInput + func (s *CreateReplicationConfigurationInput) SetSourceFileSystemId(v string) *CreateReplicationConfigurationInput + func (s *CreateReplicationConfigurationInput) Validate() error + func (s CreateReplicationConfigurationInput) GoString() string + func (s CreateReplicationConfigurationInput) String() string + type CreateReplicationConfigurationOutput struct + CreationTime *time.Time + Destinations []*Destination + OriginalSourceFileSystemArn *string + SourceFileSystemArn *string + SourceFileSystemId *string + SourceFileSystemRegion *string + func (s *CreateReplicationConfigurationOutput) SetCreationTime(v time.Time) *CreateReplicationConfigurationOutput + func (s *CreateReplicationConfigurationOutput) SetDestinations(v []*Destination) *CreateReplicationConfigurationOutput + func (s *CreateReplicationConfigurationOutput) SetOriginalSourceFileSystemArn(v string) *CreateReplicationConfigurationOutput + func (s *CreateReplicationConfigurationOutput) SetSourceFileSystemArn(v string) *CreateReplicationConfigurationOutput + func (s *CreateReplicationConfigurationOutput) SetSourceFileSystemId(v string) *CreateReplicationConfigurationOutput + func (s *CreateReplicationConfigurationOutput) SetSourceFileSystemRegion(v string) *CreateReplicationConfigurationOutput + func (s CreateReplicationConfigurationOutput) GoString() string + func (s CreateReplicationConfigurationOutput) String() string + type CreateTagsInput struct + FileSystemId *string + Tags []*Tag + func (s *CreateTagsInput) SetFileSystemId(v string) *CreateTagsInput + func (s *CreateTagsInput) SetTags(v []*Tag) *CreateTagsInput + func (s *CreateTagsInput) Validate() error + func (s CreateTagsInput) GoString() string + func (s CreateTagsInput) String() string + type CreateTagsOutput struct + func (s CreateTagsOutput) GoString() string + func (s CreateTagsOutput) String() string + type CreationInfo struct + OwnerGid *int64 + OwnerUid *int64 + Permissions *string + func (s *CreationInfo) SetOwnerGid(v int64) *CreationInfo + func (s *CreationInfo) SetOwnerUid(v int64) *CreationInfo + func (s *CreationInfo) SetPermissions(v string) *CreationInfo + func (s *CreationInfo) Validate() error + func (s CreationInfo) GoString() string + func (s CreationInfo) String() string + type DeleteAccessPointInput struct + AccessPointId *string + func (s *DeleteAccessPointInput) SetAccessPointId(v string) *DeleteAccessPointInput + func (s *DeleteAccessPointInput) Validate() error + func (s DeleteAccessPointInput) GoString() string + func (s DeleteAccessPointInput) String() string + type DeleteAccessPointOutput struct + func (s DeleteAccessPointOutput) GoString() string + func (s DeleteAccessPointOutput) String() string + type DeleteFileSystemInput struct + FileSystemId *string + func (s *DeleteFileSystemInput) SetFileSystemId(v string) *DeleteFileSystemInput + func (s *DeleteFileSystemInput) Validate() error + func (s DeleteFileSystemInput) GoString() string + func (s DeleteFileSystemInput) String() string + type DeleteFileSystemOutput struct + func (s DeleteFileSystemOutput) GoString() string + func (s DeleteFileSystemOutput) String() string + type DeleteFileSystemPolicyInput struct + FileSystemId *string + func (s *DeleteFileSystemPolicyInput) SetFileSystemId(v string) *DeleteFileSystemPolicyInput + func (s *DeleteFileSystemPolicyInput) Validate() error + func (s DeleteFileSystemPolicyInput) GoString() string + func (s DeleteFileSystemPolicyInput) String() string + type DeleteFileSystemPolicyOutput struct + func (s DeleteFileSystemPolicyOutput) GoString() string + func (s DeleteFileSystemPolicyOutput) String() string + type DeleteMountTargetInput struct + MountTargetId *string + func (s *DeleteMountTargetInput) SetMountTargetId(v string) *DeleteMountTargetInput + func (s *DeleteMountTargetInput) Validate() error + func (s DeleteMountTargetInput) GoString() string + func (s DeleteMountTargetInput) String() string + type DeleteMountTargetOutput struct + func (s DeleteMountTargetOutput) GoString() string + func (s DeleteMountTargetOutput) String() string + type DeleteReplicationConfigurationInput struct + SourceFileSystemId *string + func (s *DeleteReplicationConfigurationInput) SetSourceFileSystemId(v string) *DeleteReplicationConfigurationInput + func (s *DeleteReplicationConfigurationInput) Validate() error + func (s DeleteReplicationConfigurationInput) GoString() string + func (s DeleteReplicationConfigurationInput) String() string + type DeleteReplicationConfigurationOutput struct + func (s DeleteReplicationConfigurationOutput) GoString() string + func (s DeleteReplicationConfigurationOutput) String() string + type DeleteTagsInput struct + FileSystemId *string + TagKeys []*string + func (s *DeleteTagsInput) SetFileSystemId(v string) *DeleteTagsInput + func (s *DeleteTagsInput) SetTagKeys(v []*string) *DeleteTagsInput + func (s *DeleteTagsInput) Validate() error + func (s DeleteTagsInput) GoString() string + func (s DeleteTagsInput) String() string + type DeleteTagsOutput struct + func (s DeleteTagsOutput) GoString() string + func (s DeleteTagsOutput) String() string + type DependencyTimeout struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DependencyTimeout) Code() string + func (s *DependencyTimeout) Error() string + func (s *DependencyTimeout) Message() string + func (s *DependencyTimeout) OrigErr() error + func (s *DependencyTimeout) RequestID() string + func (s *DependencyTimeout) StatusCode() int + func (s DependencyTimeout) GoString() string + func (s DependencyTimeout) String() string + type DescribeAccessPointsInput struct + AccessPointId *string + FileSystemId *string + MaxResults *int64 + NextToken *string + func (s *DescribeAccessPointsInput) SetAccessPointId(v string) *DescribeAccessPointsInput + func (s *DescribeAccessPointsInput) SetFileSystemId(v string) *DescribeAccessPointsInput + func (s *DescribeAccessPointsInput) SetMaxResults(v int64) *DescribeAccessPointsInput + func (s *DescribeAccessPointsInput) SetNextToken(v string) *DescribeAccessPointsInput + func (s *DescribeAccessPointsInput) Validate() error + func (s DescribeAccessPointsInput) GoString() string + func (s DescribeAccessPointsInput) String() string + type DescribeAccessPointsOutput struct + AccessPoints []*AccessPointDescription + NextToken *string + func (s *DescribeAccessPointsOutput) SetAccessPoints(v []*AccessPointDescription) *DescribeAccessPointsOutput + func (s *DescribeAccessPointsOutput) SetNextToken(v string) *DescribeAccessPointsOutput + func (s DescribeAccessPointsOutput) GoString() string + func (s DescribeAccessPointsOutput) String() string + type DescribeAccountPreferencesInput struct + MaxResults *int64 + NextToken *string + func (s *DescribeAccountPreferencesInput) SetMaxResults(v int64) *DescribeAccountPreferencesInput + func (s *DescribeAccountPreferencesInput) SetNextToken(v string) *DescribeAccountPreferencesInput + func (s *DescribeAccountPreferencesInput) Validate() error + func (s DescribeAccountPreferencesInput) GoString() string + func (s DescribeAccountPreferencesInput) String() string + type DescribeAccountPreferencesOutput struct + NextToken *string + ResourceIdPreference *ResourceIdPreference + func (s *DescribeAccountPreferencesOutput) SetNextToken(v string) *DescribeAccountPreferencesOutput + func (s *DescribeAccountPreferencesOutput) SetResourceIdPreference(v *ResourceIdPreference) *DescribeAccountPreferencesOutput + func (s DescribeAccountPreferencesOutput) GoString() string + func (s DescribeAccountPreferencesOutput) String() string + type DescribeBackupPolicyInput struct + FileSystemId *string + func (s *DescribeBackupPolicyInput) SetFileSystemId(v string) *DescribeBackupPolicyInput + func (s *DescribeBackupPolicyInput) Validate() error + func (s DescribeBackupPolicyInput) GoString() string + func (s DescribeBackupPolicyInput) String() string + type DescribeBackupPolicyOutput struct + BackupPolicy *BackupPolicy + func (s *DescribeBackupPolicyOutput) SetBackupPolicy(v *BackupPolicy) *DescribeBackupPolicyOutput + func (s DescribeBackupPolicyOutput) GoString() string + func (s DescribeBackupPolicyOutput) String() string + type DescribeFileSystemPolicyInput struct + FileSystemId *string + func (s *DescribeFileSystemPolicyInput) SetFileSystemId(v string) *DescribeFileSystemPolicyInput + func (s *DescribeFileSystemPolicyInput) Validate() error + func (s DescribeFileSystemPolicyInput) GoString() string + func (s DescribeFileSystemPolicyInput) String() string + type DescribeFileSystemPolicyOutput struct + FileSystemId *string + Policy *string + func (s *DescribeFileSystemPolicyOutput) SetFileSystemId(v string) *DescribeFileSystemPolicyOutput + func (s *DescribeFileSystemPolicyOutput) SetPolicy(v string) *DescribeFileSystemPolicyOutput + func (s DescribeFileSystemPolicyOutput) GoString() string + func (s DescribeFileSystemPolicyOutput) String() string + type DescribeFileSystemsInput struct + CreationToken *string + FileSystemId *string + Marker *string + MaxItems *int64 + func (s *DescribeFileSystemsInput) SetCreationToken(v string) *DescribeFileSystemsInput + func (s *DescribeFileSystemsInput) SetFileSystemId(v string) *DescribeFileSystemsInput + func (s *DescribeFileSystemsInput) SetMarker(v string) *DescribeFileSystemsInput + func (s *DescribeFileSystemsInput) SetMaxItems(v int64) *DescribeFileSystemsInput + func (s *DescribeFileSystemsInput) Validate() error + func (s DescribeFileSystemsInput) GoString() string + func (s DescribeFileSystemsInput) String() string + type DescribeFileSystemsOutput struct + FileSystems []*FileSystemDescription + Marker *string + NextMarker *string + func (s *DescribeFileSystemsOutput) SetFileSystems(v []*FileSystemDescription) *DescribeFileSystemsOutput + func (s *DescribeFileSystemsOutput) SetMarker(v string) *DescribeFileSystemsOutput + func (s *DescribeFileSystemsOutput) SetNextMarker(v string) *DescribeFileSystemsOutput + func (s DescribeFileSystemsOutput) GoString() string + func (s DescribeFileSystemsOutput) String() string + type DescribeLifecycleConfigurationInput struct + FileSystemId *string + func (s *DescribeLifecycleConfigurationInput) SetFileSystemId(v string) *DescribeLifecycleConfigurationInput + func (s *DescribeLifecycleConfigurationInput) Validate() error + func (s DescribeLifecycleConfigurationInput) GoString() string + func (s DescribeLifecycleConfigurationInput) String() string + type DescribeLifecycleConfigurationOutput struct + LifecyclePolicies []*LifecyclePolicy + func (s *DescribeLifecycleConfigurationOutput) SetLifecyclePolicies(v []*LifecyclePolicy) *DescribeLifecycleConfigurationOutput + func (s DescribeLifecycleConfigurationOutput) GoString() string + func (s DescribeLifecycleConfigurationOutput) String() string + type DescribeMountTargetSecurityGroupsInput struct + MountTargetId *string + func (s *DescribeMountTargetSecurityGroupsInput) SetMountTargetId(v string) *DescribeMountTargetSecurityGroupsInput + func (s *DescribeMountTargetSecurityGroupsInput) Validate() error + func (s DescribeMountTargetSecurityGroupsInput) GoString() string + func (s DescribeMountTargetSecurityGroupsInput) String() string + type DescribeMountTargetSecurityGroupsOutput struct + SecurityGroups []*string + func (s *DescribeMountTargetSecurityGroupsOutput) SetSecurityGroups(v []*string) *DescribeMountTargetSecurityGroupsOutput + func (s DescribeMountTargetSecurityGroupsOutput) GoString() string + func (s DescribeMountTargetSecurityGroupsOutput) String() string + type DescribeMountTargetsInput struct + AccessPointId *string + FileSystemId *string + Marker *string + MaxItems *int64 + MountTargetId *string + func (s *DescribeMountTargetsInput) SetAccessPointId(v string) *DescribeMountTargetsInput + func (s *DescribeMountTargetsInput) SetFileSystemId(v string) *DescribeMountTargetsInput + func (s *DescribeMountTargetsInput) SetMarker(v string) *DescribeMountTargetsInput + func (s *DescribeMountTargetsInput) SetMaxItems(v int64) *DescribeMountTargetsInput + func (s *DescribeMountTargetsInput) SetMountTargetId(v string) *DescribeMountTargetsInput + func (s *DescribeMountTargetsInput) Validate() error + func (s DescribeMountTargetsInput) GoString() string + func (s DescribeMountTargetsInput) String() string + type DescribeMountTargetsOutput struct + Marker *string + MountTargets []*MountTargetDescription + NextMarker *string + func (s *DescribeMountTargetsOutput) SetMarker(v string) *DescribeMountTargetsOutput + func (s *DescribeMountTargetsOutput) SetMountTargets(v []*MountTargetDescription) *DescribeMountTargetsOutput + func (s *DescribeMountTargetsOutput) SetNextMarker(v string) *DescribeMountTargetsOutput + func (s DescribeMountTargetsOutput) GoString() string + func (s DescribeMountTargetsOutput) String() string + type DescribeReplicationConfigurationsInput struct + FileSystemId *string + MaxResults *int64 + NextToken *string + func (s *DescribeReplicationConfigurationsInput) SetFileSystemId(v string) *DescribeReplicationConfigurationsInput + func (s *DescribeReplicationConfigurationsInput) SetMaxResults(v int64) *DescribeReplicationConfigurationsInput + func (s *DescribeReplicationConfigurationsInput) SetNextToken(v string) *DescribeReplicationConfigurationsInput + func (s *DescribeReplicationConfigurationsInput) Validate() error + func (s DescribeReplicationConfigurationsInput) GoString() string + func (s DescribeReplicationConfigurationsInput) String() string + type DescribeReplicationConfigurationsOutput struct + NextToken *string + Replications []*ReplicationConfigurationDescription + func (s *DescribeReplicationConfigurationsOutput) SetNextToken(v string) *DescribeReplicationConfigurationsOutput + func (s *DescribeReplicationConfigurationsOutput) SetReplications(v []*ReplicationConfigurationDescription) *DescribeReplicationConfigurationsOutput + func (s DescribeReplicationConfigurationsOutput) GoString() string + func (s DescribeReplicationConfigurationsOutput) String() string + type DescribeTagsInput struct + FileSystemId *string + Marker *string + MaxItems *int64 + func (s *DescribeTagsInput) SetFileSystemId(v string) *DescribeTagsInput + func (s *DescribeTagsInput) SetMarker(v string) *DescribeTagsInput + func (s *DescribeTagsInput) SetMaxItems(v int64) *DescribeTagsInput + func (s *DescribeTagsInput) Validate() error + func (s DescribeTagsInput) GoString() string + func (s DescribeTagsInput) String() string + type DescribeTagsOutput struct + Marker *string + NextMarker *string + Tags []*Tag + func (s *DescribeTagsOutput) SetMarker(v string) *DescribeTagsOutput + func (s *DescribeTagsOutput) SetNextMarker(v string) *DescribeTagsOutput + func (s *DescribeTagsOutput) SetTags(v []*Tag) *DescribeTagsOutput + func (s DescribeTagsOutput) GoString() string + func (s DescribeTagsOutput) String() string + type Destination struct + FileSystemId *string + LastReplicatedTimestamp *time.Time + Region *string + Status *string + func (s *Destination) SetFileSystemId(v string) *Destination + func (s *Destination) SetLastReplicatedTimestamp(v time.Time) *Destination + func (s *Destination) SetRegion(v string) *Destination + func (s *Destination) SetStatus(v string) *Destination + func (s Destination) GoString() string + func (s Destination) String() string + type DestinationToCreate struct + AvailabilityZoneName *string + KmsKeyId *string + Region *string + func (s *DestinationToCreate) SetAvailabilityZoneName(v string) *DestinationToCreate + func (s *DestinationToCreate) SetKmsKeyId(v string) *DestinationToCreate + func (s *DestinationToCreate) SetRegion(v string) *DestinationToCreate + func (s *DestinationToCreate) Validate() error + func (s DestinationToCreate) GoString() string + func (s DestinationToCreate) String() string + type EFS struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *EFS + func (c *EFS) CreateAccessPoint(input *CreateAccessPointInput) (*CreateAccessPointOutput, error) + func (c *EFS) CreateAccessPointRequest(input *CreateAccessPointInput) (req *request.Request, output *CreateAccessPointOutput) + func (c *EFS) CreateAccessPointWithContext(ctx aws.Context, input *CreateAccessPointInput, opts ...request.Option) (*CreateAccessPointOutput, error) + func (c *EFS) CreateFileSystem(input *CreateFileSystemInput) (*FileSystemDescription, error) + func (c *EFS) CreateFileSystemRequest(input *CreateFileSystemInput) (req *request.Request, output *FileSystemDescription) + func (c *EFS) CreateFileSystemWithContext(ctx aws.Context, input *CreateFileSystemInput, opts ...request.Option) (*FileSystemDescription, error) + func (c *EFS) CreateMountTarget(input *CreateMountTargetInput) (*MountTargetDescription, error) + func (c *EFS) CreateMountTargetRequest(input *CreateMountTargetInput) (req *request.Request, output *MountTargetDescription) + func (c *EFS) CreateMountTargetWithContext(ctx aws.Context, input *CreateMountTargetInput, opts ...request.Option) (*MountTargetDescription, error) + func (c *EFS) CreateReplicationConfiguration(input *CreateReplicationConfigurationInput) (*CreateReplicationConfigurationOutput, error) + func (c *EFS) CreateReplicationConfigurationRequest(input *CreateReplicationConfigurationInput) (req *request.Request, output *CreateReplicationConfigurationOutput) + func (c *EFS) CreateReplicationConfigurationWithContext(ctx aws.Context, input *CreateReplicationConfigurationInput, ...) (*CreateReplicationConfigurationOutput, error) + func (c *EFS) CreateTags(input *CreateTagsInput) (*CreateTagsOutput, error) + func (c *EFS) CreateTagsRequest(input *CreateTagsInput) (req *request.Request, output *CreateTagsOutput) + func (c *EFS) CreateTagsWithContext(ctx aws.Context, input *CreateTagsInput, opts ...request.Option) (*CreateTagsOutput, error) + func (c *EFS) DeleteAccessPoint(input *DeleteAccessPointInput) (*DeleteAccessPointOutput, error) + func (c *EFS) DeleteAccessPointRequest(input *DeleteAccessPointInput) (req *request.Request, output *DeleteAccessPointOutput) + func (c *EFS) DeleteAccessPointWithContext(ctx aws.Context, input *DeleteAccessPointInput, opts ...request.Option) (*DeleteAccessPointOutput, error) + func (c *EFS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error) + func (c *EFS) DeleteFileSystemPolicy(input *DeleteFileSystemPolicyInput) (*DeleteFileSystemPolicyOutput, error) + func (c *EFS) DeleteFileSystemPolicyRequest(input *DeleteFileSystemPolicyInput) (req *request.Request, output *DeleteFileSystemPolicyOutput) + func (c *EFS) DeleteFileSystemPolicyWithContext(ctx aws.Context, input *DeleteFileSystemPolicyInput, opts ...request.Option) (*DeleteFileSystemPolicyOutput, error) + func (c *EFS) DeleteFileSystemRequest(input *DeleteFileSystemInput) (req *request.Request, output *DeleteFileSystemOutput) + func (c *EFS) DeleteFileSystemWithContext(ctx aws.Context, input *DeleteFileSystemInput, opts ...request.Option) (*DeleteFileSystemOutput, error) + func (c *EFS) DeleteMountTarget(input *DeleteMountTargetInput) (*DeleteMountTargetOutput, error) + func (c *EFS) DeleteMountTargetRequest(input *DeleteMountTargetInput) (req *request.Request, output *DeleteMountTargetOutput) + func (c *EFS) DeleteMountTargetWithContext(ctx aws.Context, input *DeleteMountTargetInput, opts ...request.Option) (*DeleteMountTargetOutput, error) + func (c *EFS) DeleteReplicationConfiguration(input *DeleteReplicationConfigurationInput) (*DeleteReplicationConfigurationOutput, error) + func (c *EFS) DeleteReplicationConfigurationRequest(input *DeleteReplicationConfigurationInput) (req *request.Request, output *DeleteReplicationConfigurationOutput) + func (c *EFS) DeleteReplicationConfigurationWithContext(ctx aws.Context, input *DeleteReplicationConfigurationInput, ...) (*DeleteReplicationConfigurationOutput, error) + func (c *EFS) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error) + func (c *EFS) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput) + func (c *EFS) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error) + func (c *EFS) DescribeAccessPoints(input *DescribeAccessPointsInput) (*DescribeAccessPointsOutput, error) + func (c *EFS) DescribeAccessPointsPages(input *DescribeAccessPointsInput, ...) error + func (c *EFS) DescribeAccessPointsPagesWithContext(ctx aws.Context, input *DescribeAccessPointsInput, ...) error + func (c *EFS) DescribeAccessPointsRequest(input *DescribeAccessPointsInput) (req *request.Request, output *DescribeAccessPointsOutput) + func (c *EFS) DescribeAccessPointsWithContext(ctx aws.Context, input *DescribeAccessPointsInput, opts ...request.Option) (*DescribeAccessPointsOutput, error) + func (c *EFS) DescribeAccountPreferences(input *DescribeAccountPreferencesInput) (*DescribeAccountPreferencesOutput, error) + func (c *EFS) DescribeAccountPreferencesRequest(input *DescribeAccountPreferencesInput) (req *request.Request, output *DescribeAccountPreferencesOutput) + func (c *EFS) DescribeAccountPreferencesWithContext(ctx aws.Context, input *DescribeAccountPreferencesInput, ...) (*DescribeAccountPreferencesOutput, error) + func (c *EFS) DescribeBackupPolicy(input *DescribeBackupPolicyInput) (*DescribeBackupPolicyOutput, error) + func (c *EFS) DescribeBackupPolicyRequest(input *DescribeBackupPolicyInput) (req *request.Request, output *DescribeBackupPolicyOutput) + func (c *EFS) DescribeBackupPolicyWithContext(ctx aws.Context, input *DescribeBackupPolicyInput, opts ...request.Option) (*DescribeBackupPolicyOutput, error) + func (c *EFS) DescribeFileSystemPolicy(input *DescribeFileSystemPolicyInput) (*DescribeFileSystemPolicyOutput, error) + func (c *EFS) DescribeFileSystemPolicyRequest(input *DescribeFileSystemPolicyInput) (req *request.Request, output *DescribeFileSystemPolicyOutput) + func (c *EFS) DescribeFileSystemPolicyWithContext(ctx aws.Context, input *DescribeFileSystemPolicyInput, opts ...request.Option) (*DescribeFileSystemPolicyOutput, error) + func (c *EFS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error) + func (c *EFS) DescribeFileSystemsPages(input *DescribeFileSystemsInput, ...) error + func (c *EFS) DescribeFileSystemsPagesWithContext(ctx aws.Context, input *DescribeFileSystemsInput, ...) error + func (c *EFS) DescribeFileSystemsRequest(input *DescribeFileSystemsInput) (req *request.Request, output *DescribeFileSystemsOutput) + func (c *EFS) DescribeFileSystemsWithContext(ctx aws.Context, input *DescribeFileSystemsInput, opts ...request.Option) (*DescribeFileSystemsOutput, error) + func (c *EFS) DescribeLifecycleConfiguration(input *DescribeLifecycleConfigurationInput) (*DescribeLifecycleConfigurationOutput, error) + func (c *EFS) DescribeLifecycleConfigurationRequest(input *DescribeLifecycleConfigurationInput) (req *request.Request, output *DescribeLifecycleConfigurationOutput) + func (c *EFS) DescribeLifecycleConfigurationWithContext(ctx aws.Context, input *DescribeLifecycleConfigurationInput, ...) (*DescribeLifecycleConfigurationOutput, error) + func (c *EFS) DescribeMountTargetSecurityGroups(input *DescribeMountTargetSecurityGroupsInput) (*DescribeMountTargetSecurityGroupsOutput, error) + func (c *EFS) DescribeMountTargetSecurityGroupsRequest(input *DescribeMountTargetSecurityGroupsInput) (req *request.Request, output *DescribeMountTargetSecurityGroupsOutput) + func (c *EFS) DescribeMountTargetSecurityGroupsWithContext(ctx aws.Context, input *DescribeMountTargetSecurityGroupsInput, ...) (*DescribeMountTargetSecurityGroupsOutput, error) + func (c *EFS) DescribeMountTargets(input *DescribeMountTargetsInput) (*DescribeMountTargetsOutput, error) + func (c *EFS) DescribeMountTargetsRequest(input *DescribeMountTargetsInput) (req *request.Request, output *DescribeMountTargetsOutput) + func (c *EFS) DescribeMountTargetsWithContext(ctx aws.Context, input *DescribeMountTargetsInput, opts ...request.Option) (*DescribeMountTargetsOutput, error) + func (c *EFS) DescribeReplicationConfigurations(input *DescribeReplicationConfigurationsInput) (*DescribeReplicationConfigurationsOutput, error) + func (c *EFS) DescribeReplicationConfigurationsRequest(input *DescribeReplicationConfigurationsInput) (req *request.Request, output *DescribeReplicationConfigurationsOutput) + func (c *EFS) DescribeReplicationConfigurationsWithContext(ctx aws.Context, input *DescribeReplicationConfigurationsInput, ...) (*DescribeReplicationConfigurationsOutput, error) + func (c *EFS) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error) + func (c *EFS) DescribeTagsPages(input *DescribeTagsInput, fn func(*DescribeTagsOutput, bool) bool) error + func (c *EFS) DescribeTagsPagesWithContext(ctx aws.Context, input *DescribeTagsInput, ...) error + func (c *EFS) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput) + func (c *EFS) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error) + func (c *EFS) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *EFS) ListTagsForResourcePages(input *ListTagsForResourceInput, ...) error + func (c *EFS) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, ...) error + func (c *EFS) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *EFS) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *EFS) ModifyMountTargetSecurityGroups(input *ModifyMountTargetSecurityGroupsInput) (*ModifyMountTargetSecurityGroupsOutput, error) + func (c *EFS) ModifyMountTargetSecurityGroupsRequest(input *ModifyMountTargetSecurityGroupsInput) (req *request.Request, output *ModifyMountTargetSecurityGroupsOutput) + func (c *EFS) ModifyMountTargetSecurityGroupsWithContext(ctx aws.Context, input *ModifyMountTargetSecurityGroupsInput, ...) (*ModifyMountTargetSecurityGroupsOutput, error) + func (c *EFS) PutAccountPreferences(input *PutAccountPreferencesInput) (*PutAccountPreferencesOutput, error) + func (c *EFS) PutAccountPreferencesRequest(input *PutAccountPreferencesInput) (req *request.Request, output *PutAccountPreferencesOutput) + func (c *EFS) PutAccountPreferencesWithContext(ctx aws.Context, input *PutAccountPreferencesInput, opts ...request.Option) (*PutAccountPreferencesOutput, error) + func (c *EFS) PutBackupPolicy(input *PutBackupPolicyInput) (*PutBackupPolicyOutput, error) + func (c *EFS) PutBackupPolicyRequest(input *PutBackupPolicyInput) (req *request.Request, output *PutBackupPolicyOutput) + func (c *EFS) PutBackupPolicyWithContext(ctx aws.Context, input *PutBackupPolicyInput, opts ...request.Option) (*PutBackupPolicyOutput, error) + func (c *EFS) PutFileSystemPolicy(input *PutFileSystemPolicyInput) (*PutFileSystemPolicyOutput, error) + func (c *EFS) PutFileSystemPolicyRequest(input *PutFileSystemPolicyInput) (req *request.Request, output *PutFileSystemPolicyOutput) + func (c *EFS) PutFileSystemPolicyWithContext(ctx aws.Context, input *PutFileSystemPolicyInput, opts ...request.Option) (*PutFileSystemPolicyOutput, error) + func (c *EFS) PutLifecycleConfiguration(input *PutLifecycleConfigurationInput) (*PutLifecycleConfigurationOutput, error) + func (c *EFS) PutLifecycleConfigurationRequest(input *PutLifecycleConfigurationInput) (req *request.Request, output *PutLifecycleConfigurationOutput) + func (c *EFS) PutLifecycleConfigurationWithContext(ctx aws.Context, input *PutLifecycleConfigurationInput, opts ...request.Option) (*PutLifecycleConfigurationOutput, error) + func (c *EFS) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *EFS) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *EFS) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *EFS) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *EFS) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *EFS) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *EFS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error) + func (c *EFS) UpdateFileSystemRequest(input *UpdateFileSystemInput) (req *request.Request, output *UpdateFileSystemOutput) + func (c *EFS) UpdateFileSystemWithContext(ctx aws.Context, input *UpdateFileSystemInput, opts ...request.Option) (*UpdateFileSystemOutput, error) + type FileSystemAlreadyExists struct + ErrorCode *string + FileSystemId *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *FileSystemAlreadyExists) Code() string + func (s *FileSystemAlreadyExists) Error() string + func (s *FileSystemAlreadyExists) Message() string + func (s *FileSystemAlreadyExists) OrigErr() error + func (s *FileSystemAlreadyExists) RequestID() string + func (s *FileSystemAlreadyExists) StatusCode() int + func (s FileSystemAlreadyExists) GoString() string + func (s FileSystemAlreadyExists) String() string + type FileSystemDescription struct + AvailabilityZoneId *string + AvailabilityZoneName *string + CreationTime *time.Time + CreationToken *string + Encrypted *bool + FileSystemArn *string + FileSystemId *string + KmsKeyId *string + LifeCycleState *string + Name *string + NumberOfMountTargets *int64 + OwnerId *string + PerformanceMode *string + ProvisionedThroughputInMibps *float64 + SizeInBytes *FileSystemSize + Tags []*Tag + ThroughputMode *string + func (s *FileSystemDescription) SetAvailabilityZoneId(v string) *FileSystemDescription + func (s *FileSystemDescription) SetAvailabilityZoneName(v string) *FileSystemDescription + func (s *FileSystemDescription) SetCreationTime(v time.Time) *FileSystemDescription + func (s *FileSystemDescription) SetCreationToken(v string) *FileSystemDescription + func (s *FileSystemDescription) SetEncrypted(v bool) *FileSystemDescription + func (s *FileSystemDescription) SetFileSystemArn(v string) *FileSystemDescription + func (s *FileSystemDescription) SetFileSystemId(v string) *FileSystemDescription + func (s *FileSystemDescription) SetKmsKeyId(v string) *FileSystemDescription + func (s *FileSystemDescription) SetLifeCycleState(v string) *FileSystemDescription + func (s *FileSystemDescription) SetName(v string) *FileSystemDescription + func (s *FileSystemDescription) SetNumberOfMountTargets(v int64) *FileSystemDescription + func (s *FileSystemDescription) SetOwnerId(v string) *FileSystemDescription + func (s *FileSystemDescription) SetPerformanceMode(v string) *FileSystemDescription + func (s *FileSystemDescription) SetProvisionedThroughputInMibps(v float64) *FileSystemDescription + func (s *FileSystemDescription) SetSizeInBytes(v *FileSystemSize) *FileSystemDescription + func (s *FileSystemDescription) SetTags(v []*Tag) *FileSystemDescription + func (s *FileSystemDescription) SetThroughputMode(v string) *FileSystemDescription + func (s FileSystemDescription) GoString() string + func (s FileSystemDescription) String() string + type FileSystemInUse struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *FileSystemInUse) Code() string + func (s *FileSystemInUse) Error() string + func (s *FileSystemInUse) Message() string + func (s *FileSystemInUse) OrigErr() error + func (s *FileSystemInUse) RequestID() string + func (s *FileSystemInUse) StatusCode() int + func (s FileSystemInUse) GoString() string + func (s FileSystemInUse) String() string + type FileSystemLimitExceeded struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *FileSystemLimitExceeded) Code() string + func (s *FileSystemLimitExceeded) Error() string + func (s *FileSystemLimitExceeded) Message() string + func (s *FileSystemLimitExceeded) OrigErr() error + func (s *FileSystemLimitExceeded) RequestID() string + func (s *FileSystemLimitExceeded) StatusCode() int + func (s FileSystemLimitExceeded) GoString() string + func (s FileSystemLimitExceeded) String() string + type FileSystemNotFound struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *FileSystemNotFound) Code() string + func (s *FileSystemNotFound) Error() string + func (s *FileSystemNotFound) Message() string + func (s *FileSystemNotFound) OrigErr() error + func (s *FileSystemNotFound) RequestID() string + func (s *FileSystemNotFound) StatusCode() int + func (s FileSystemNotFound) GoString() string + func (s FileSystemNotFound) String() string + type FileSystemSize struct + Timestamp *time.Time + Value *int64 + ValueInIA *int64 + ValueInStandard *int64 + func (s *FileSystemSize) SetTimestamp(v time.Time) *FileSystemSize + func (s *FileSystemSize) SetValue(v int64) *FileSystemSize + func (s *FileSystemSize) SetValueInIA(v int64) *FileSystemSize + func (s *FileSystemSize) SetValueInStandard(v int64) *FileSystemSize + func (s FileSystemSize) GoString() string + func (s FileSystemSize) String() string + type IncorrectFileSystemLifeCycleState struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *IncorrectFileSystemLifeCycleState) Code() string + func (s *IncorrectFileSystemLifeCycleState) Error() string + func (s *IncorrectFileSystemLifeCycleState) Message() string + func (s *IncorrectFileSystemLifeCycleState) OrigErr() error + func (s *IncorrectFileSystemLifeCycleState) RequestID() string + func (s *IncorrectFileSystemLifeCycleState) StatusCode() int + func (s IncorrectFileSystemLifeCycleState) GoString() string + func (s IncorrectFileSystemLifeCycleState) String() string + type IncorrectMountTargetState struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *IncorrectMountTargetState) Code() string + func (s *IncorrectMountTargetState) Error() string + func (s *IncorrectMountTargetState) Message() string + func (s *IncorrectMountTargetState) OrigErr() error + func (s *IncorrectMountTargetState) RequestID() string + func (s *IncorrectMountTargetState) StatusCode() int + func (s IncorrectMountTargetState) GoString() string + func (s IncorrectMountTargetState) String() string + type InsufficientThroughputCapacity struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InsufficientThroughputCapacity) Code() string + func (s *InsufficientThroughputCapacity) Error() string + func (s *InsufficientThroughputCapacity) Message() string + func (s *InsufficientThroughputCapacity) OrigErr() error + func (s *InsufficientThroughputCapacity) RequestID() string + func (s *InsufficientThroughputCapacity) StatusCode() int + func (s InsufficientThroughputCapacity) GoString() string + func (s InsufficientThroughputCapacity) String() string + type InternalServerError struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerError) Code() string + func (s *InternalServerError) Error() string + func (s *InternalServerError) Message() string + func (s *InternalServerError) OrigErr() error + func (s *InternalServerError) RequestID() string + func (s *InternalServerError) StatusCode() int + func (s InternalServerError) GoString() string + func (s InternalServerError) String() string + type InvalidPolicyException struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidPolicyException) Code() string + func (s *InvalidPolicyException) Error() string + func (s *InvalidPolicyException) Message() string + func (s *InvalidPolicyException) OrigErr() error + func (s *InvalidPolicyException) RequestID() string + func (s *InvalidPolicyException) StatusCode() int + func (s InvalidPolicyException) GoString() string + func (s InvalidPolicyException) String() string + type IpAddressInUse struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *IpAddressInUse) Code() string + func (s *IpAddressInUse) Error() string + func (s *IpAddressInUse) Message() string + func (s *IpAddressInUse) OrigErr() error + func (s *IpAddressInUse) RequestID() string + func (s *IpAddressInUse) StatusCode() int + func (s IpAddressInUse) GoString() string + func (s IpAddressInUse) String() string + type LifecyclePolicy struct + TransitionToIA *string + TransitionToPrimaryStorageClass *string + func (s *LifecyclePolicy) SetTransitionToIA(v string) *LifecyclePolicy + func (s *LifecyclePolicy) SetTransitionToPrimaryStorageClass(v string) *LifecyclePolicy + func (s LifecyclePolicy) GoString() string + func (s LifecyclePolicy) String() string + type ListTagsForResourceInput struct + MaxResults *int64 + NextToken *string + ResourceId *string + func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetResourceId(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + NextToken *string + Tags []*Tag + func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ModifyMountTargetSecurityGroupsInput struct + MountTargetId *string + SecurityGroups []*string + func (s *ModifyMountTargetSecurityGroupsInput) SetMountTargetId(v string) *ModifyMountTargetSecurityGroupsInput + func (s *ModifyMountTargetSecurityGroupsInput) SetSecurityGroups(v []*string) *ModifyMountTargetSecurityGroupsInput + func (s *ModifyMountTargetSecurityGroupsInput) Validate() error + func (s ModifyMountTargetSecurityGroupsInput) GoString() string + func (s ModifyMountTargetSecurityGroupsInput) String() string + type ModifyMountTargetSecurityGroupsOutput struct + func (s ModifyMountTargetSecurityGroupsOutput) GoString() string + func (s ModifyMountTargetSecurityGroupsOutput) String() string + type MountTargetConflict struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *MountTargetConflict) Code() string + func (s *MountTargetConflict) Error() string + func (s *MountTargetConflict) Message() string + func (s *MountTargetConflict) OrigErr() error + func (s *MountTargetConflict) RequestID() string + func (s *MountTargetConflict) StatusCode() int + func (s MountTargetConflict) GoString() string + func (s MountTargetConflict) String() string + type MountTargetDescription struct + AvailabilityZoneId *string + AvailabilityZoneName *string + FileSystemId *string + IpAddress *string + LifeCycleState *string + MountTargetId *string + NetworkInterfaceId *string + OwnerId *string + SubnetId *string + VpcId *string + func (s *MountTargetDescription) SetAvailabilityZoneId(v string) *MountTargetDescription + func (s *MountTargetDescription) SetAvailabilityZoneName(v string) *MountTargetDescription + func (s *MountTargetDescription) SetFileSystemId(v string) *MountTargetDescription + func (s *MountTargetDescription) SetIpAddress(v string) *MountTargetDescription + func (s *MountTargetDescription) SetLifeCycleState(v string) *MountTargetDescription + func (s *MountTargetDescription) SetMountTargetId(v string) *MountTargetDescription + func (s *MountTargetDescription) SetNetworkInterfaceId(v string) *MountTargetDescription + func (s *MountTargetDescription) SetOwnerId(v string) *MountTargetDescription + func (s *MountTargetDescription) SetSubnetId(v string) *MountTargetDescription + func (s *MountTargetDescription) SetVpcId(v string) *MountTargetDescription + func (s MountTargetDescription) GoString() string + func (s MountTargetDescription) String() string + type MountTargetNotFound struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *MountTargetNotFound) Code() string + func (s *MountTargetNotFound) Error() string + func (s *MountTargetNotFound) Message() string + func (s *MountTargetNotFound) OrigErr() error + func (s *MountTargetNotFound) RequestID() string + func (s *MountTargetNotFound) StatusCode() int + func (s MountTargetNotFound) GoString() string + func (s MountTargetNotFound) String() string + type NetworkInterfaceLimitExceeded struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NetworkInterfaceLimitExceeded) Code() string + func (s *NetworkInterfaceLimitExceeded) Error() string + func (s *NetworkInterfaceLimitExceeded) Message() string + func (s *NetworkInterfaceLimitExceeded) OrigErr() error + func (s *NetworkInterfaceLimitExceeded) RequestID() string + func (s *NetworkInterfaceLimitExceeded) StatusCode() int + func (s NetworkInterfaceLimitExceeded) GoString() string + func (s NetworkInterfaceLimitExceeded) String() string + type NoFreeAddressesInSubnet struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NoFreeAddressesInSubnet) Code() string + func (s *NoFreeAddressesInSubnet) Error() string + func (s *NoFreeAddressesInSubnet) Message() string + func (s *NoFreeAddressesInSubnet) OrigErr() error + func (s *NoFreeAddressesInSubnet) RequestID() string + func (s *NoFreeAddressesInSubnet) StatusCode() int + func (s NoFreeAddressesInSubnet) GoString() string + func (s NoFreeAddressesInSubnet) String() string + type PolicyNotFound struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PolicyNotFound) Code() string + func (s *PolicyNotFound) Error() string + func (s *PolicyNotFound) Message() string + func (s *PolicyNotFound) OrigErr() error + func (s *PolicyNotFound) RequestID() string + func (s *PolicyNotFound) StatusCode() int + func (s PolicyNotFound) GoString() string + func (s PolicyNotFound) String() string + type PosixUser struct + Gid *int64 + SecondaryGids []*int64 + Uid *int64 + func (s *PosixUser) SetGid(v int64) *PosixUser + func (s *PosixUser) SetSecondaryGids(v []*int64) *PosixUser + func (s *PosixUser) SetUid(v int64) *PosixUser + func (s *PosixUser) Validate() error + func (s PosixUser) GoString() string + func (s PosixUser) String() string + type PutAccountPreferencesInput struct + ResourceIdType *string + func (s *PutAccountPreferencesInput) SetResourceIdType(v string) *PutAccountPreferencesInput + func (s *PutAccountPreferencesInput) Validate() error + func (s PutAccountPreferencesInput) GoString() string + func (s PutAccountPreferencesInput) String() string + type PutAccountPreferencesOutput struct + ResourceIdPreference *ResourceIdPreference + func (s *PutAccountPreferencesOutput) SetResourceIdPreference(v *ResourceIdPreference) *PutAccountPreferencesOutput + func (s PutAccountPreferencesOutput) GoString() string + func (s PutAccountPreferencesOutput) String() string + type PutBackupPolicyInput struct + BackupPolicy *BackupPolicy + FileSystemId *string + func (s *PutBackupPolicyInput) SetBackupPolicy(v *BackupPolicy) *PutBackupPolicyInput + func (s *PutBackupPolicyInput) SetFileSystemId(v string) *PutBackupPolicyInput + func (s *PutBackupPolicyInput) Validate() error + func (s PutBackupPolicyInput) GoString() string + func (s PutBackupPolicyInput) String() string + type PutBackupPolicyOutput struct + BackupPolicy *BackupPolicy + func (s *PutBackupPolicyOutput) SetBackupPolicy(v *BackupPolicy) *PutBackupPolicyOutput + func (s PutBackupPolicyOutput) GoString() string + func (s PutBackupPolicyOutput) String() string + type PutFileSystemPolicyInput struct + BypassPolicyLockoutSafetyCheck *bool + FileSystemId *string + Policy *string + func (s *PutFileSystemPolicyInput) SetBypassPolicyLockoutSafetyCheck(v bool) *PutFileSystemPolicyInput + func (s *PutFileSystemPolicyInput) SetFileSystemId(v string) *PutFileSystemPolicyInput + func (s *PutFileSystemPolicyInput) SetPolicy(v string) *PutFileSystemPolicyInput + func (s *PutFileSystemPolicyInput) Validate() error + func (s PutFileSystemPolicyInput) GoString() string + func (s PutFileSystemPolicyInput) String() string + type PutFileSystemPolicyOutput struct + FileSystemId *string + Policy *string + func (s *PutFileSystemPolicyOutput) SetFileSystemId(v string) *PutFileSystemPolicyOutput + func (s *PutFileSystemPolicyOutput) SetPolicy(v string) *PutFileSystemPolicyOutput + func (s PutFileSystemPolicyOutput) GoString() string + func (s PutFileSystemPolicyOutput) String() string + type PutLifecycleConfigurationInput struct + FileSystemId *string + LifecyclePolicies []*LifecyclePolicy + func (s *PutLifecycleConfigurationInput) SetFileSystemId(v string) *PutLifecycleConfigurationInput + func (s *PutLifecycleConfigurationInput) SetLifecyclePolicies(v []*LifecyclePolicy) *PutLifecycleConfigurationInput + func (s *PutLifecycleConfigurationInput) Validate() error + func (s PutLifecycleConfigurationInput) GoString() string + func (s PutLifecycleConfigurationInput) String() string + type PutLifecycleConfigurationOutput struct + LifecyclePolicies []*LifecyclePolicy + func (s *PutLifecycleConfigurationOutput) SetLifecyclePolicies(v []*LifecyclePolicy) *PutLifecycleConfigurationOutput + func (s PutLifecycleConfigurationOutput) GoString() string + func (s PutLifecycleConfigurationOutput) String() string + type ReplicationConfigurationDescription struct + CreationTime *time.Time + Destinations []*Destination + OriginalSourceFileSystemArn *string + SourceFileSystemArn *string + SourceFileSystemId *string + SourceFileSystemRegion *string + func (s *ReplicationConfigurationDescription) SetCreationTime(v time.Time) *ReplicationConfigurationDescription + func (s *ReplicationConfigurationDescription) SetDestinations(v []*Destination) *ReplicationConfigurationDescription + func (s *ReplicationConfigurationDescription) SetOriginalSourceFileSystemArn(v string) *ReplicationConfigurationDescription + func (s *ReplicationConfigurationDescription) SetSourceFileSystemArn(v string) *ReplicationConfigurationDescription + func (s *ReplicationConfigurationDescription) SetSourceFileSystemId(v string) *ReplicationConfigurationDescription + func (s *ReplicationConfigurationDescription) SetSourceFileSystemRegion(v string) *ReplicationConfigurationDescription + func (s ReplicationConfigurationDescription) GoString() string + func (s ReplicationConfigurationDescription) String() string + type ReplicationNotFound struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ReplicationNotFound) Code() string + func (s *ReplicationNotFound) Error() string + func (s *ReplicationNotFound) Message() string + func (s *ReplicationNotFound) OrigErr() error + func (s *ReplicationNotFound) RequestID() string + func (s *ReplicationNotFound) StatusCode() int + func (s ReplicationNotFound) GoString() string + func (s ReplicationNotFound) String() string + type ResourceIdPreference struct + ResourceIdType *string + Resources []*string + func (s *ResourceIdPreference) SetResourceIdType(v string) *ResourceIdPreference + func (s *ResourceIdPreference) SetResources(v []*string) *ResourceIdPreference + func (s ResourceIdPreference) GoString() string + func (s ResourceIdPreference) String() string + type RootDirectory struct + CreationInfo *CreationInfo + Path *string + func (s *RootDirectory) SetCreationInfo(v *CreationInfo) *RootDirectory + func (s *RootDirectory) SetPath(v string) *RootDirectory + func (s *RootDirectory) Validate() error + func (s RootDirectory) GoString() string + func (s RootDirectory) String() string + type SecurityGroupLimitExceeded struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SecurityGroupLimitExceeded) Code() string + func (s *SecurityGroupLimitExceeded) Error() string + func (s *SecurityGroupLimitExceeded) Message() string + func (s *SecurityGroupLimitExceeded) OrigErr() error + func (s *SecurityGroupLimitExceeded) RequestID() string + func (s *SecurityGroupLimitExceeded) StatusCode() int + func (s SecurityGroupLimitExceeded) GoString() string + func (s SecurityGroupLimitExceeded) String() string + type SecurityGroupNotFound struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SecurityGroupNotFound) Code() string + func (s *SecurityGroupNotFound) Error() string + func (s *SecurityGroupNotFound) Message() string + func (s *SecurityGroupNotFound) OrigErr() error + func (s *SecurityGroupNotFound) RequestID() string + func (s *SecurityGroupNotFound) StatusCode() int + func (s SecurityGroupNotFound) GoString() string + func (s SecurityGroupNotFound) String() string + type SubnetNotFound struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SubnetNotFound) Code() string + func (s *SubnetNotFound) Error() string + func (s *SubnetNotFound) Message() string + func (s *SubnetNotFound) OrigErr() error + func (s *SubnetNotFound) RequestID() string + func (s *SubnetNotFound) StatusCode() int + func (s SubnetNotFound) GoString() string + func (s SubnetNotFound) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceId *string + Tags []*Tag + func (s *TagResourceInput) SetResourceId(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type ThroughputLimitExceeded struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThroughputLimitExceeded) Code() string + func (s *ThroughputLimitExceeded) Error() string + func (s *ThroughputLimitExceeded) Message() string + func (s *ThroughputLimitExceeded) OrigErr() error + func (s *ThroughputLimitExceeded) RequestID() string + func (s *ThroughputLimitExceeded) StatusCode() int + func (s ThroughputLimitExceeded) GoString() string + func (s ThroughputLimitExceeded) String() string + type TooManyRequests struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyRequests) Code() string + func (s *TooManyRequests) Error() string + func (s *TooManyRequests) Message() string + func (s *TooManyRequests) OrigErr() error + func (s *TooManyRequests) RequestID() string + func (s *TooManyRequests) StatusCode() int + func (s TooManyRequests) GoString() string + func (s TooManyRequests) String() string + type UnsupportedAvailabilityZone struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnsupportedAvailabilityZone) Code() string + func (s *UnsupportedAvailabilityZone) Error() string + func (s *UnsupportedAvailabilityZone) Message() string + func (s *UnsupportedAvailabilityZone) OrigErr() error + func (s *UnsupportedAvailabilityZone) RequestID() string + func (s *UnsupportedAvailabilityZone) StatusCode() int + func (s UnsupportedAvailabilityZone) GoString() string + func (s UnsupportedAvailabilityZone) String() string + type UntagResourceInput struct + ResourceId *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceId(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateFileSystemInput struct + FileSystemId *string + ProvisionedThroughputInMibps *float64 + ThroughputMode *string + func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput + func (s *UpdateFileSystemInput) SetProvisionedThroughputInMibps(v float64) *UpdateFileSystemInput + func (s *UpdateFileSystemInput) SetThroughputMode(v string) *UpdateFileSystemInput + func (s *UpdateFileSystemInput) Validate() error + func (s UpdateFileSystemInput) GoString() string + func (s UpdateFileSystemInput) String() string + type UpdateFileSystemOutput struct + AvailabilityZoneId *string + AvailabilityZoneName *string + CreationTime *time.Time + CreationToken *string + Encrypted *bool + FileSystemArn *string + FileSystemId *string + KmsKeyId *string + LifeCycleState *string + Name *string + NumberOfMountTargets *int64 + OwnerId *string + PerformanceMode *string + ProvisionedThroughputInMibps *float64 + SizeInBytes *FileSystemSize + Tags []*Tag + ThroughputMode *string + func (s *UpdateFileSystemOutput) SetAvailabilityZoneId(v string) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetAvailabilityZoneName(v string) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetCreationTime(v time.Time) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetCreationToken(v string) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetEncrypted(v bool) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetFileSystemArn(v string) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetFileSystemId(v string) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetKmsKeyId(v string) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetLifeCycleState(v string) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetName(v string) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetNumberOfMountTargets(v int64) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetOwnerId(v string) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetPerformanceMode(v string) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetProvisionedThroughputInMibps(v float64) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetSizeInBytes(v *FileSystemSize) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetTags(v []*Tag) *UpdateFileSystemOutput + func (s *UpdateFileSystemOutput) SetThroughputMode(v string) *UpdateFileSystemOutput + func (s UpdateFileSystemOutput) GoString() string + func (s UpdateFileSystemOutput) String() string + type ValidationException struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string