workspaces

package
v1.29.33 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package workspaces provides the client and types for making API requests to Amazon WorkSpaces.

Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows and Amazon Linux desktops for your users.

See https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08 for more information on this service.

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

Using the Client

To contact Amazon WorkSpaces 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 WorkSpaces client WorkSpaces for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/workspaces/#New

Index

Constants

View Source
const (
	// AccessPropertyValueAllow is a AccessPropertyValue enum value
	AccessPropertyValueAllow = "ALLOW"

	// AccessPropertyValueDeny is a AccessPropertyValue enum value
	AccessPropertyValueDeny = "DENY"
)
View Source
const (
	// ComputeValue is a Compute enum value
	ComputeValue = "VALUE"

	// ComputeStandard is a Compute enum value
	ComputeStandard = "STANDARD"

	// ComputePerformance is a Compute enum value
	ComputePerformance = "PERFORMANCE"

	// ComputePower is a Compute enum value
	ComputePower = "POWER"

	// ComputeGraphics is a Compute enum value
	ComputeGraphics = "GRAPHICS"

	// ComputePowerpro is a Compute enum value
	ComputePowerpro = "POWERPRO"

	// ComputeGraphicspro is a Compute enum value
	ComputeGraphicspro = "GRAPHICSPRO"
)
View Source
const (
	// ConnectionStateConnected is a ConnectionState enum value
	ConnectionStateConnected = "CONNECTED"

	// ConnectionStateDisconnected is a ConnectionState enum value
	ConnectionStateDisconnected = "DISCONNECTED"

	// ConnectionStateUnknown is a ConnectionState enum value
	ConnectionStateUnknown = "UNKNOWN"
)
View Source
const (
	// DedicatedTenancyModificationStateEnumPending is a DedicatedTenancyModificationStateEnum enum value
	DedicatedTenancyModificationStateEnumPending = "PENDING"

	// DedicatedTenancyModificationStateEnumCompleted is a DedicatedTenancyModificationStateEnum enum value
	DedicatedTenancyModificationStateEnumCompleted = "COMPLETED"

	// DedicatedTenancyModificationStateEnumFailed is a DedicatedTenancyModificationStateEnum enum value
	DedicatedTenancyModificationStateEnumFailed = "FAILED"
)
View Source
const (
	// DedicatedTenancySupportResultEnumEnabled is a DedicatedTenancySupportResultEnum enum value
	DedicatedTenancySupportResultEnumEnabled = "ENABLED"

	// DedicatedTenancySupportResultEnumDisabled is a DedicatedTenancySupportResultEnum enum value
	DedicatedTenancySupportResultEnumDisabled = "DISABLED"
)
View Source
const (
	// ModificationResourceEnumRootVolume is a ModificationResourceEnum enum value
	ModificationResourceEnumRootVolume = "ROOT_VOLUME"

	// ModificationResourceEnumUserVolume is a ModificationResourceEnum enum value
	ModificationResourceEnumUserVolume = "USER_VOLUME"

	// ModificationResourceEnumComputeType is a ModificationResourceEnum enum value
	ModificationResourceEnumComputeType = "COMPUTE_TYPE"
)
View Source
const (
	// ModificationStateEnumUpdateInitiated is a ModificationStateEnum enum value
	ModificationStateEnumUpdateInitiated = "UPDATE_INITIATED"

	// ModificationStateEnumUpdateInProgress is a ModificationStateEnum enum value
	ModificationStateEnumUpdateInProgress = "UPDATE_IN_PROGRESS"
)
View Source
const (
	// OperatingSystemTypeWindows is a OperatingSystemType enum value
	OperatingSystemTypeWindows = "WINDOWS"

	// OperatingSystemTypeLinux is a OperatingSystemType enum value
	OperatingSystemTypeLinux = "LINUX"
)
View Source
const (
	// ReconnectEnumEnabled is a ReconnectEnum enum value
	ReconnectEnumEnabled = "ENABLED"

	// ReconnectEnumDisabled is a ReconnectEnum enum value
	ReconnectEnumDisabled = "DISABLED"
)
View Source
const (
	// RunningModeAutoStop is a RunningMode enum value
	RunningModeAutoStop = "AUTO_STOP"

	// RunningModeAlwaysOn is a RunningMode enum value
	RunningModeAlwaysOn = "ALWAYS_ON"
)
View Source
const (
	// TargetWorkspaceStateAvailable is a TargetWorkspaceState enum value
	TargetWorkspaceStateAvailable = "AVAILABLE"

	// TargetWorkspaceStateAdminMaintenance is a TargetWorkspaceState enum value
	TargetWorkspaceStateAdminMaintenance = "ADMIN_MAINTENANCE"
)
View Source
const (
	// TenancyDedicated is a Tenancy enum value
	TenancyDedicated = "DEDICATED"

	// TenancyShared is a Tenancy enum value
	TenancyShared = "SHARED"
)
View Source
const (
	// WorkspaceDirectoryStateRegistering is a WorkspaceDirectoryState enum value
	WorkspaceDirectoryStateRegistering = "REGISTERING"

	// WorkspaceDirectoryStateRegistered is a WorkspaceDirectoryState enum value
	WorkspaceDirectoryStateRegistered = "REGISTERED"

	// WorkspaceDirectoryStateDeregistering is a WorkspaceDirectoryState enum value
	WorkspaceDirectoryStateDeregistering = "DEREGISTERING"

	// WorkspaceDirectoryStateDeregistered is a WorkspaceDirectoryState enum value
	WorkspaceDirectoryStateDeregistered = "DEREGISTERED"

	// WorkspaceDirectoryStateError is a WorkspaceDirectoryState enum value
	WorkspaceDirectoryStateError = "ERROR"
)
View Source
const (
	// WorkspaceDirectoryTypeSimpleAd is a WorkspaceDirectoryType enum value
	WorkspaceDirectoryTypeSimpleAd = "SIMPLE_AD"

	// WorkspaceDirectoryTypeAdConnector is a WorkspaceDirectoryType enum value
	WorkspaceDirectoryTypeAdConnector = "AD_CONNECTOR"
)
View Source
const (
	// WorkspaceImageIngestionProcessByolRegular is a WorkspaceImageIngestionProcess enum value
	WorkspaceImageIngestionProcessByolRegular = "BYOL_REGULAR"

	// WorkspaceImageIngestionProcessByolGraphics is a WorkspaceImageIngestionProcess enum value
	WorkspaceImageIngestionProcessByolGraphics = "BYOL_GRAPHICS"

	// WorkspaceImageIngestionProcessByolGraphicspro is a WorkspaceImageIngestionProcess enum value
	WorkspaceImageIngestionProcessByolGraphicspro = "BYOL_GRAPHICSPRO"
)
View Source
const (
	// WorkspaceImageRequiredTenancyDefault is a WorkspaceImageRequiredTenancy enum value
	WorkspaceImageRequiredTenancyDefault = "DEFAULT"

	// WorkspaceImageRequiredTenancyDedicated is a WorkspaceImageRequiredTenancy enum value
	WorkspaceImageRequiredTenancyDedicated = "DEDICATED"
)
View Source
const (
	// WorkspaceImageStateAvailable is a WorkspaceImageState enum value
	WorkspaceImageStateAvailable = "AVAILABLE"

	// WorkspaceImageStatePending is a WorkspaceImageState enum value
	WorkspaceImageStatePending = "PENDING"

	// WorkspaceImageStateError is a WorkspaceImageState enum value
	WorkspaceImageStateError = "ERROR"
)
View Source
const (
	// WorkspaceStatePending is a WorkspaceState enum value
	WorkspaceStatePending = "PENDING"

	// WorkspaceStateAvailable is a WorkspaceState enum value
	WorkspaceStateAvailable = "AVAILABLE"

	// WorkspaceStateImpaired is a WorkspaceState enum value
	WorkspaceStateImpaired = "IMPAIRED"

	// WorkspaceStateUnhealthy is a WorkspaceState enum value
	WorkspaceStateUnhealthy = "UNHEALTHY"

	// WorkspaceStateRebooting is a WorkspaceState enum value
	WorkspaceStateRebooting = "REBOOTING"

	// WorkspaceStateStarting is a WorkspaceState enum value
	WorkspaceStateStarting = "STARTING"

	// WorkspaceStateRebuilding is a WorkspaceState enum value
	WorkspaceStateRebuilding = "REBUILDING"

	// WorkspaceStateRestoring is a WorkspaceState enum value
	WorkspaceStateRestoring = "RESTORING"

	// WorkspaceStateMaintenance is a WorkspaceState enum value
	WorkspaceStateMaintenance = "MAINTENANCE"

	// WorkspaceStateAdminMaintenance is a WorkspaceState enum value
	WorkspaceStateAdminMaintenance = "ADMIN_MAINTENANCE"

	// WorkspaceStateTerminating is a WorkspaceState enum value
	WorkspaceStateTerminating = "TERMINATING"

	// WorkspaceStateTerminated is a WorkspaceState enum value
	WorkspaceStateTerminated = "TERMINATED"

	// WorkspaceStateSuspended is a WorkspaceState enum value
	WorkspaceStateSuspended = "SUSPENDED"

	// WorkspaceStateUpdating is a WorkspaceState enum value
	WorkspaceStateUpdating = "UPDATING"

	// WorkspaceStateStopping is a WorkspaceState enum value
	WorkspaceStateStopping = "STOPPING"

	// WorkspaceStateStopped is a WorkspaceState enum value
	WorkspaceStateStopped = "STOPPED"

	// WorkspaceStateError is a WorkspaceState enum value
	WorkspaceStateError = "ERROR"
)
View Source
const (

	// ErrCodeAccessDeniedException for service response error code
	// "AccessDeniedException".
	//
	// The user is not authorized to access a resource.
	ErrCodeAccessDeniedException = "AccessDeniedException"

	// ErrCodeInvalidParameterValuesException for service response error code
	// "InvalidParameterValuesException".
	//
	// One or more parameter values are not valid.
	ErrCodeInvalidParameterValuesException = "InvalidParameterValuesException"

	// ErrCodeInvalidResourceStateException for service response error code
	// "InvalidResourceStateException".
	//
	// The state of the resource is not valid for this operation.
	ErrCodeInvalidResourceStateException = "InvalidResourceStateException"

	// ErrCodeOperationInProgressException for service response error code
	// "OperationInProgressException".
	//
	// The properties of this WorkSpace are currently being modified. Try again
	// in a moment.
	ErrCodeOperationInProgressException = "OperationInProgressException"

	// ErrCodeOperationNotSupportedException for service response error code
	// "OperationNotSupportedException".
	//
	// This operation is not supported.
	ErrCodeOperationNotSupportedException = "OperationNotSupportedException"

	// ErrCodeResourceAlreadyExistsException for service response error code
	// "ResourceAlreadyExistsException".
	//
	// The specified resource already exists.
	ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"

	// ErrCodeResourceAssociatedException for service response error code
	// "ResourceAssociatedException".
	//
	// The resource is associated with a directory.
	ErrCodeResourceAssociatedException = "ResourceAssociatedException"

	// ErrCodeResourceCreationFailedException for service response error code
	// "ResourceCreationFailedException".
	//
	// The resource could not be created.
	ErrCodeResourceCreationFailedException = "ResourceCreationFailedException"

	// ErrCodeResourceLimitExceededException for service response error code
	// "ResourceLimitExceededException".
	//
	// Your resource limits have been exceeded.
	ErrCodeResourceLimitExceededException = "ResourceLimitExceededException"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// The resource could not be found.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeResourceUnavailableException for service response error code
	// "ResourceUnavailableException".
	//
	// The specified resource is not available.
	ErrCodeResourceUnavailableException = "ResourceUnavailableException"

	// ErrCodeUnsupportedNetworkConfigurationException for service response error code
	// "UnsupportedNetworkConfigurationException".
	//
	// The configuration of this network is not supported for this operation, or
	// your network configuration conflicts with the Amazon WorkSpaces management
	// network IP range. For more information, see Configure a VPC for Amazon WorkSpaces
	// (https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html).
	ErrCodeUnsupportedNetworkConfigurationException = "UnsupportedNetworkConfigurationException"

	// ErrCodeUnsupportedWorkspaceConfigurationException for service response error code
	// "UnsupportedWorkspaceConfigurationException".
	//
	// The configuration of this WorkSpace is not supported for this operation.
	// For more information, see Required Configuration and Service Components for
	// WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html).
	ErrCodeUnsupportedWorkspaceConfigurationException = "UnsupportedWorkspaceConfigurationException"

	// ErrCodeWorkspacesDefaultRoleNotFoundException for service response error code
	// "WorkspacesDefaultRoleNotFoundException".
	//
	// The workspaces_DefaultRole role could not be found. If this is the first
	// time you are registering a directory, you will need to create the workspaces_DefaultRole
	// role before you can register a directory. For more information, see Creating
	// the workspaces_DefaultRole Role (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role).
	ErrCodeWorkspacesDefaultRoleNotFoundException = "WorkspacesDefaultRoleNotFoundException"
)
View Source
const (
	ServiceName = "workspaces" // Name of service.
	EndpointsID = ServiceName  // ID to lookup a service endpoint with.
	ServiceID   = "WorkSpaces" // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// DedicatedTenancySupportEnumEnabled is a DedicatedTenancySupportEnum enum value
	DedicatedTenancySupportEnumEnabled = "ENABLED"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedException

type AccessDeniedException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The user is not authorized to access a resource.

func (AccessDeniedException) Code

func (s AccessDeniedException) Code() string

Code returns the exception type name.

func (AccessDeniedException) Error

func (s AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation

func (AccessDeniedException) Message

func (s AccessDeniedException) Message() string

Message returns the exception's message.

func (AccessDeniedException) OrigErr

func (s AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (AccessDeniedException) RequestID

func (s AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (AccessDeniedException) StatusCode

func (s AccessDeniedException) StatusCode() int

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

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation

type AccountModification

type AccountModification struct {

	// The IP address range, specified as an IPv4 CIDR block, for the management
	// network interface used for the account.
	DedicatedTenancyManagementCidrRange *string `type:"string"`

	// The status of BYOL (whether BYOL is being enabled or disabled).
	DedicatedTenancySupport *string `type:"string" enum:"DedicatedTenancySupportResultEnum"`

	// The error code that is returned if the configuration of BYOL cannot be modified.
	ErrorCode *string `type:"string"`

	// The text of the error message that is returned if the configuration of BYOL
	// cannot be modified.
	ErrorMessage *string `type:"string"`

	// The state of the modification to the configuration of BYOL.
	ModificationState *string `type:"string" enum:"DedicatedTenancyModificationStateEnum"`

	// The timestamp when the modification of the BYOL configuration was started.
	StartTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.

func (AccountModification) GoString

func (s AccountModification) GoString() string

GoString returns the string representation

func (*AccountModification) SetDedicatedTenancyManagementCidrRange

func (s *AccountModification) SetDedicatedTenancyManagementCidrRange(v string) *AccountModification

SetDedicatedTenancyManagementCidrRange sets the DedicatedTenancyManagementCidrRange field's value.

func (*AccountModification) SetDedicatedTenancySupport

func (s *AccountModification) SetDedicatedTenancySupport(v string) *AccountModification

SetDedicatedTenancySupport sets the DedicatedTenancySupport field's value.

func (*AccountModification) SetErrorCode

func (s *AccountModification) SetErrorCode(v string) *AccountModification

SetErrorCode sets the ErrorCode field's value.

func (*AccountModification) SetErrorMessage

func (s *AccountModification) SetErrorMessage(v string) *AccountModification

SetErrorMessage sets the ErrorMessage field's value.

func (*AccountModification) SetModificationState

func (s *AccountModification) SetModificationState(v string) *AccountModification

SetModificationState sets the ModificationState field's value.

func (*AccountModification) SetStartTime

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

SetStartTime sets the StartTime field's value.

func (AccountModification) String

func (s AccountModification) String() string

String returns the string representation

type AssociateIpGroupsInput

type AssociateIpGroupsInput struct {

	// The identifier of the directory.
	//
	// DirectoryId is a required field
	DirectoryId *string `min:"10" type:"string" required:"true"`

	// The identifiers of one or more IP access control groups.
	//
	// GroupIds is a required field
	GroupIds []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateIpGroupsInput) GoString

func (s AssociateIpGroupsInput) GoString() string

GoString returns the string representation

func (*AssociateIpGroupsInput) SetDirectoryId

SetDirectoryId sets the DirectoryId field's value.

func (*AssociateIpGroupsInput) SetGroupIds

SetGroupIds sets the GroupIds field's value.

func (AssociateIpGroupsInput) String

func (s AssociateIpGroupsInput) String() string

String returns the string representation

func (*AssociateIpGroupsInput) Validate

func (s *AssociateIpGroupsInput) Validate() error

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

type AssociateIpGroupsOutput

type AssociateIpGroupsOutput struct {
	// contains filtered or unexported fields
}

func (AssociateIpGroupsOutput) GoString

func (s AssociateIpGroupsOutput) GoString() string

GoString returns the string representation

func (AssociateIpGroupsOutput) String

func (s AssociateIpGroupsOutput) String() string

String returns the string representation

type AuthorizeIpRulesInput

type AuthorizeIpRulesInput struct {

	// The identifier of the group.
	//
	// GroupId is a required field
	GroupId *string `type:"string" required:"true"`

	// The rules to add to the group.
	//
	// UserRules is a required field
	UserRules []*IpRuleItem `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (AuthorizeIpRulesInput) GoString

func (s AuthorizeIpRulesInput) GoString() string

GoString returns the string representation

func (*AuthorizeIpRulesInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*AuthorizeIpRulesInput) SetUserRules

SetUserRules sets the UserRules field's value.

func (AuthorizeIpRulesInput) String

func (s AuthorizeIpRulesInput) String() string

String returns the string representation

func (*AuthorizeIpRulesInput) Validate

func (s *AuthorizeIpRulesInput) Validate() error

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

type AuthorizeIpRulesOutput

type AuthorizeIpRulesOutput struct {
	// contains filtered or unexported fields
}

func (AuthorizeIpRulesOutput) GoString

func (s AuthorizeIpRulesOutput) GoString() string

GoString returns the string representation

func (AuthorizeIpRulesOutput) String

func (s AuthorizeIpRulesOutput) String() string

String returns the string representation

type ClientProperties

type ClientProperties struct {

	// Specifies whether users can cache their credentials on the Amazon WorkSpaces
	// client. When enabled, users can choose to reconnect to their WorkSpaces without
	// re-entering their credentials.
	ReconnectEnabled *string `type:"string" enum:"ReconnectEnum"`
	// contains filtered or unexported fields
}

Describes an Amazon WorkSpaces client.

func (ClientProperties) GoString

func (s ClientProperties) GoString() string

GoString returns the string representation

func (*ClientProperties) SetReconnectEnabled

func (s *ClientProperties) SetReconnectEnabled(v string) *ClientProperties

SetReconnectEnabled sets the ReconnectEnabled field's value.

func (ClientProperties) String

func (s ClientProperties) String() string

String returns the string representation

type ClientPropertiesResult

type ClientPropertiesResult struct {

	// Information about the Amazon WorkSpaces client.
	ClientProperties *ClientProperties `type:"structure"`

	// The resource identifier, in the form of a directory ID.
	ResourceId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about the Amazon WorkSpaces client.

func (ClientPropertiesResult) GoString

func (s ClientPropertiesResult) GoString() string

GoString returns the string representation

func (*ClientPropertiesResult) SetClientProperties

SetClientProperties sets the ClientProperties field's value.

func (*ClientPropertiesResult) SetResourceId

SetResourceId sets the ResourceId field's value.

func (ClientPropertiesResult) String

func (s ClientPropertiesResult) String() string

String returns the string representation

type ComputeType

type ComputeType struct {

	// The compute type.
	Name *string `type:"string" enum:"Compute"`
	// contains filtered or unexported fields
}

Describes the compute type.

func (ComputeType) GoString

func (s ComputeType) GoString() string

GoString returns the string representation

func (*ComputeType) SetName

func (s *ComputeType) SetName(v string) *ComputeType

SetName sets the Name field's value.

func (ComputeType) String

func (s ComputeType) String() string

String returns the string representation

type CopyWorkspaceImageInput

type CopyWorkspaceImageInput struct {

	// A description of the image.
	Description *string `min:"1" type:"string"`

	// The name of the image.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The identifier of the source image.
	//
	// SourceImageId is a required field
	SourceImageId *string `type:"string" required:"true"`

	// The identifier of the source Region.
	//
	// SourceRegion is a required field
	SourceRegion *string `min:"1" type:"string" required:"true"`

	// The tags for the image.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CopyWorkspaceImageInput) GoString

func (s CopyWorkspaceImageInput) GoString() string

GoString returns the string representation

func (*CopyWorkspaceImageInput) SetDescription

SetDescription sets the Description field's value.

func (*CopyWorkspaceImageInput) SetName

SetName sets the Name field's value.

func (*CopyWorkspaceImageInput) SetSourceImageId

func (s *CopyWorkspaceImageInput) SetSourceImageId(v string) *CopyWorkspaceImageInput

SetSourceImageId sets the SourceImageId field's value.

func (*CopyWorkspaceImageInput) SetSourceRegion

SetSourceRegion sets the SourceRegion field's value.

func (*CopyWorkspaceImageInput) SetTags

SetTags sets the Tags field's value.

func (CopyWorkspaceImageInput) String

func (s CopyWorkspaceImageInput) String() string

String returns the string representation

func (*CopyWorkspaceImageInput) Validate

func (s *CopyWorkspaceImageInput) Validate() error

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

type CopyWorkspaceImageOutput

type CopyWorkspaceImageOutput struct {

	// The identifier of the image.
	ImageId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CopyWorkspaceImageOutput) GoString

func (s CopyWorkspaceImageOutput) GoString() string

GoString returns the string representation

func (*CopyWorkspaceImageOutput) SetImageId

SetImageId sets the ImageId field's value.

func (CopyWorkspaceImageOutput) String

func (s CopyWorkspaceImageOutput) String() string

String returns the string representation

type CreateIpGroupInput

type CreateIpGroupInput struct {

	// The description of the group.
	GroupDesc *string `type:"string"`

	// The name of the group.
	//
	// GroupName is a required field
	GroupName *string `type:"string" required:"true"`

	// The tags. Each WorkSpaces resource can have a maximum of 50 tags.
	Tags []*Tag `type:"list"`

	// The rules to add to the group.
	UserRules []*IpRuleItem `type:"list"`
	// contains filtered or unexported fields
}

func (CreateIpGroupInput) GoString

func (s CreateIpGroupInput) GoString() string

GoString returns the string representation

func (*CreateIpGroupInput) SetGroupDesc

func (s *CreateIpGroupInput) SetGroupDesc(v string) *CreateIpGroupInput

SetGroupDesc sets the GroupDesc field's value.

func (*CreateIpGroupInput) SetGroupName

func (s *CreateIpGroupInput) SetGroupName(v string) *CreateIpGroupInput

SetGroupName sets the GroupName field's value.

func (*CreateIpGroupInput) SetTags

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

SetTags sets the Tags field's value.

func (*CreateIpGroupInput) SetUserRules

func (s *CreateIpGroupInput) SetUserRules(v []*IpRuleItem) *CreateIpGroupInput

SetUserRules sets the UserRules field's value.

func (CreateIpGroupInput) String

func (s CreateIpGroupInput) String() string

String returns the string representation

func (*CreateIpGroupInput) Validate

func (s *CreateIpGroupInput) Validate() error

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

type CreateIpGroupOutput

type CreateIpGroupOutput struct {

	// The identifier of the group.
	GroupId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateIpGroupOutput) GoString

func (s CreateIpGroupOutput) GoString() string

GoString returns the string representation

func (*CreateIpGroupOutput) SetGroupId

SetGroupId sets the GroupId field's value.

func (CreateIpGroupOutput) String

func (s CreateIpGroupOutput) String() string

String returns the string representation

type CreateTagsInput

type CreateTagsInput struct {

	// The identifier of the WorkSpaces resource. The supported resource types are
	// WorkSpaces, registered directories, images, custom bundles, and IP access
	// control groups.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`

	// The tags. Each WorkSpaces resource can have a maximum of 50 tags. If you
	// want to add new tags to a set of existing tags, you must submit all of the
	// existing tags along with the new ones.
	//
	// Tags is a required field
	Tags []*Tag `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTagsInput) GoString

func (s CreateTagsInput) GoString() string

GoString returns the string representation

func (*CreateTagsInput) SetResourceId

func (s *CreateTagsInput) SetResourceId(v string) *CreateTagsInput

SetResourceId sets the ResourceId field's value.

func (*CreateTagsInput) SetTags

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

SetTags sets the Tags field's value.

func (CreateTagsInput) String

func (s CreateTagsInput) String() string

String returns the string representation

func (*CreateTagsInput) Validate

func (s *CreateTagsInput) Validate() error

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

type CreateTagsOutput

type CreateTagsOutput struct {
	// contains filtered or unexported fields
}

func (CreateTagsOutput) GoString

func (s CreateTagsOutput) GoString() string

GoString returns the string representation

func (CreateTagsOutput) String

func (s CreateTagsOutput) String() string

String returns the string representation

type CreateWorkspacesInput

type CreateWorkspacesInput struct {

	// The WorkSpaces to create. You can specify up to 25 WorkSpaces.
	//
	// Workspaces is a required field
	Workspaces []*WorkspaceRequest `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (CreateWorkspacesInput) GoString

func (s CreateWorkspacesInput) GoString() string

GoString returns the string representation

func (*CreateWorkspacesInput) SetWorkspaces

SetWorkspaces sets the Workspaces field's value.

func (CreateWorkspacesInput) String

func (s CreateWorkspacesInput) String() string

String returns the string representation

func (*CreateWorkspacesInput) Validate

func (s *CreateWorkspacesInput) Validate() error

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

type CreateWorkspacesOutput

type CreateWorkspacesOutput struct {

	// Information about the WorkSpaces that could not be created.
	FailedRequests []*FailedCreateWorkspaceRequest `type:"list"`

	// Information about the WorkSpaces that were created.
	//
	// Because this operation is asynchronous, the identifier returned is not immediately
	// available for use with other operations. For example, if you call DescribeWorkspaces
	// before the WorkSpace is created, the information returned can be incomplete.
	PendingRequests []*Workspace `type:"list"`
	// contains filtered or unexported fields
}

func (CreateWorkspacesOutput) GoString

func (s CreateWorkspacesOutput) GoString() string

GoString returns the string representation

func (*CreateWorkspacesOutput) SetFailedRequests

SetFailedRequests sets the FailedRequests field's value.

func (*CreateWorkspacesOutput) SetPendingRequests

func (s *CreateWorkspacesOutput) SetPendingRequests(v []*Workspace) *CreateWorkspacesOutput

SetPendingRequests sets the PendingRequests field's value.

func (CreateWorkspacesOutput) String

func (s CreateWorkspacesOutput) String() string

String returns the string representation

type DefaultWorkspaceCreationProperties

type DefaultWorkspaceCreationProperties struct {

	// The identifier of any security groups to apply to WorkSpaces when they are
	// created.
	CustomSecurityGroupId *string `min:"11" type:"string"`

	// The organizational unit (OU) in the directory for the WorkSpace machine accounts.
	DefaultOu *string `type:"string"`

	// Specifies whether to automatically assign an Elastic public IP address to
	// WorkSpaces in this directory by default. If enabled, the Elastic public IP
	// address allows outbound internet access from your WorkSpaces when you’re
	// using an internet gateway in the Amazon VPC in which your WorkSpaces are
	// located. If you're using a Network Address Translation (NAT) gateway for
	// outbound internet access from your VPC, or if your WorkSpaces are in public
	// subnets and you manually assign them Elastic IP addresses, you should disable
	// this setting. This setting applies to new WorkSpaces that you launch or to
	// existing WorkSpaces that you rebuild. For more information, see Configure
	// a VPC for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html).
	EnableInternetAccess *bool `type:"boolean"`

	// Specifies whether maintenance mode is enabled for WorkSpaces. For more information,
	// see WorkSpace Maintenance (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html).
	EnableMaintenanceMode *bool `type:"boolean"`

	// Specifies whether the directory is enabled for Amazon WorkDocs.
	EnableWorkDocs *bool `type:"boolean"`

	// Specifies whether WorkSpace users are local administrators on their WorkSpaces.
	UserEnabledAsLocalAdministrator *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Describes the default values that are used to create WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html).

func (DefaultWorkspaceCreationProperties) GoString

GoString returns the string representation

func (*DefaultWorkspaceCreationProperties) SetCustomSecurityGroupId

SetCustomSecurityGroupId sets the CustomSecurityGroupId field's value.

func (*DefaultWorkspaceCreationProperties) SetDefaultOu

SetDefaultOu sets the DefaultOu field's value.

func (*DefaultWorkspaceCreationProperties) SetEnableInternetAccess

SetEnableInternetAccess sets the EnableInternetAccess field's value.

func (*DefaultWorkspaceCreationProperties) SetEnableMaintenanceMode

SetEnableMaintenanceMode sets the EnableMaintenanceMode field's value.

func (*DefaultWorkspaceCreationProperties) SetEnableWorkDocs

SetEnableWorkDocs sets the EnableWorkDocs field's value.

func (*DefaultWorkspaceCreationProperties) SetUserEnabledAsLocalAdministrator

func (s *DefaultWorkspaceCreationProperties) SetUserEnabledAsLocalAdministrator(v bool) *DefaultWorkspaceCreationProperties

SetUserEnabledAsLocalAdministrator sets the UserEnabledAsLocalAdministrator field's value.

func (DefaultWorkspaceCreationProperties) String

String returns the string representation

type DeleteIpGroupInput

type DeleteIpGroupInput struct {

	// The identifier of the IP access control group.
	//
	// GroupId is a required field
	GroupId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteIpGroupInput) GoString

func (s DeleteIpGroupInput) GoString() string

GoString returns the string representation

func (*DeleteIpGroupInput) SetGroupId

func (s *DeleteIpGroupInput) SetGroupId(v string) *DeleteIpGroupInput

SetGroupId sets the GroupId field's value.

func (DeleteIpGroupInput) String

func (s DeleteIpGroupInput) String() string

String returns the string representation

func (*DeleteIpGroupInput) Validate

func (s *DeleteIpGroupInput) Validate() error

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

type DeleteIpGroupOutput

type DeleteIpGroupOutput struct {
	// contains filtered or unexported fields
}

func (DeleteIpGroupOutput) GoString

func (s DeleteIpGroupOutput) GoString() string

GoString returns the string representation

func (DeleteIpGroupOutput) String

func (s DeleteIpGroupOutput) String() string

String returns the string representation

type DeleteTagsInput

type DeleteTagsInput struct {

	// The identifier of the WorkSpaces resource. The supported resource types are
	// WorkSpaces, registered directories, images, custom bundles, and IP access
	// control groups.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`

	// The tag keys.
	//
	// TagKeys is a required field
	TagKeys []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTagsInput) GoString

func (s DeleteTagsInput) GoString() string

GoString returns the string representation

func (*DeleteTagsInput) SetResourceId

func (s *DeleteTagsInput) SetResourceId(v string) *DeleteTagsInput

SetResourceId sets the ResourceId field's value.

func (*DeleteTagsInput) SetTagKeys

func (s *DeleteTagsInput) SetTagKeys(v []*string) *DeleteTagsInput

SetTagKeys sets the TagKeys field's value.

func (DeleteTagsInput) String

func (s DeleteTagsInput) String() string

String returns the string representation

func (*DeleteTagsInput) Validate

func (s *DeleteTagsInput) Validate() error

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

type DeleteTagsOutput

type DeleteTagsOutput struct {
	// contains filtered or unexported fields
}

func (DeleteTagsOutput) GoString

func (s DeleteTagsOutput) GoString() string

GoString returns the string representation

func (DeleteTagsOutput) String

func (s DeleteTagsOutput) String() string

String returns the string representation

type DeleteWorkspaceImageInput

type DeleteWorkspaceImageInput struct {

	// The identifier of the image.
	//
	// ImageId is a required field
	ImageId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteWorkspaceImageInput) GoString

func (s DeleteWorkspaceImageInput) GoString() string

GoString returns the string representation

func (*DeleteWorkspaceImageInput) SetImageId

SetImageId sets the ImageId field's value.

func (DeleteWorkspaceImageInput) String

func (s DeleteWorkspaceImageInput) String() string

String returns the string representation

func (*DeleteWorkspaceImageInput) Validate

func (s *DeleteWorkspaceImageInput) Validate() error

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

type DeleteWorkspaceImageOutput

type DeleteWorkspaceImageOutput struct {
	// contains filtered or unexported fields
}

func (DeleteWorkspaceImageOutput) GoString

func (s DeleteWorkspaceImageOutput) GoString() string

GoString returns the string representation

func (DeleteWorkspaceImageOutput) String

String returns the string representation

type DeregisterWorkspaceDirectoryInput

type DeregisterWorkspaceDirectoryInput struct {

	// The identifier of the directory. If any WorkSpaces are registered to this
	// directory, you must remove them before you deregister the directory, or you
	// will receive an OperationNotSupportedException error.
	//
	// DirectoryId is a required field
	DirectoryId *string `min:"10" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeregisterWorkspaceDirectoryInput) GoString

GoString returns the string representation

func (*DeregisterWorkspaceDirectoryInput) SetDirectoryId

SetDirectoryId sets the DirectoryId field's value.

func (DeregisterWorkspaceDirectoryInput) String

String returns the string representation

func (*DeregisterWorkspaceDirectoryInput) Validate

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

type DeregisterWorkspaceDirectoryOutput

type DeregisterWorkspaceDirectoryOutput struct {
	// contains filtered or unexported fields
}

func (DeregisterWorkspaceDirectoryOutput) GoString

GoString returns the string representation

func (DeregisterWorkspaceDirectoryOutput) String

String returns the string representation

type DescribeAccountInput

type DescribeAccountInput struct {
	// contains filtered or unexported fields
}

func (DescribeAccountInput) GoString

func (s DescribeAccountInput) GoString() string

GoString returns the string representation

func (DescribeAccountInput) String

func (s DescribeAccountInput) String() string

String returns the string representation

type DescribeAccountModificationsInput

type DescribeAccountModificationsInput struct {

	// If you received a NextToken from a previous call that was paginated, provide
	// this token to receive the next set of results.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAccountModificationsInput) GoString

GoString returns the string representation

func (*DescribeAccountModificationsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeAccountModificationsInput) String

String returns the string representation

func (*DescribeAccountModificationsInput) Validate

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

type DescribeAccountModificationsOutput

type DescribeAccountModificationsOutput struct {

	// The list of modifications to the configuration of BYOL.
	AccountModifications []*AccountModification `type:"list"`

	// The token to use to retrieve the next set of results, or null if no more
	// results are available.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAccountModificationsOutput) GoString

GoString returns the string representation

func (*DescribeAccountModificationsOutput) SetAccountModifications

SetAccountModifications sets the AccountModifications field's value.

func (*DescribeAccountModificationsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeAccountModificationsOutput) String

String returns the string representation

type DescribeAccountOutput

type DescribeAccountOutput struct {

	// The IP address range, specified as an IPv4 CIDR block, used for the management
	// network interface.
	//
	// The management network interface is connected to a secure Amazon WorkSpaces
	// management network. It is used for interactive streaming of the WorkSpace
	// desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage
	// the WorkSpace.
	DedicatedTenancyManagementCidrRange *string `type:"string"`

	// The status of BYOL (whether BYOL is enabled or disabled).
	DedicatedTenancySupport *string `type:"string" enum:"DedicatedTenancySupportResultEnum"`
	// contains filtered or unexported fields
}

func (DescribeAccountOutput) GoString

func (s DescribeAccountOutput) GoString() string

GoString returns the string representation

func (*DescribeAccountOutput) SetDedicatedTenancyManagementCidrRange

func (s *DescribeAccountOutput) SetDedicatedTenancyManagementCidrRange(v string) *DescribeAccountOutput

SetDedicatedTenancyManagementCidrRange sets the DedicatedTenancyManagementCidrRange field's value.

func (*DescribeAccountOutput) SetDedicatedTenancySupport

func (s *DescribeAccountOutput) SetDedicatedTenancySupport(v string) *DescribeAccountOutput

SetDedicatedTenancySupport sets the DedicatedTenancySupport field's value.

func (DescribeAccountOutput) String

func (s DescribeAccountOutput) String() string

String returns the string representation

type DescribeClientPropertiesInput

type DescribeClientPropertiesInput struct {

	// The resource identifier, in the form of directory IDs.
	//
	// ResourceIds is a required field
	ResourceIds []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeClientPropertiesInput) GoString

GoString returns the string representation

func (*DescribeClientPropertiesInput) SetResourceIds

SetResourceIds sets the ResourceIds field's value.

func (DescribeClientPropertiesInput) String

String returns the string representation

func (*DescribeClientPropertiesInput) Validate

func (s *DescribeClientPropertiesInput) Validate() error

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

type DescribeClientPropertiesOutput

type DescribeClientPropertiesOutput struct {

	// Information about the specified Amazon WorkSpaces clients.
	ClientPropertiesList []*ClientPropertiesResult `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeClientPropertiesOutput) GoString

GoString returns the string representation

func (*DescribeClientPropertiesOutput) SetClientPropertiesList

SetClientPropertiesList sets the ClientPropertiesList field's value.

func (DescribeClientPropertiesOutput) String

String returns the string representation

type DescribeIpGroupsInput

type DescribeIpGroupsInput struct {

	// The identifiers of one or more IP access control groups.
	GroupIds []*string `type:"list"`

	// The maximum number of items to return.
	MaxResults *int64 `min:"1" type:"integer"`

	// If you received a NextToken from a previous call that was paginated, provide
	// this token to receive the next set of results.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeIpGroupsInput) GoString

func (s DescribeIpGroupsInput) GoString() string

GoString returns the string representation

func (*DescribeIpGroupsInput) SetGroupIds

func (s *DescribeIpGroupsInput) SetGroupIds(v []*string) *DescribeIpGroupsInput

SetGroupIds sets the GroupIds field's value.

func (*DescribeIpGroupsInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*DescribeIpGroupsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeIpGroupsInput) String

func (s DescribeIpGroupsInput) String() string

String returns the string representation

func (*DescribeIpGroupsInput) Validate

func (s *DescribeIpGroupsInput) Validate() error

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

type DescribeIpGroupsOutput

type DescribeIpGroupsOutput struct {

	// The token to use to retrieve the next set of results, or null if no more
	// results are available.
	NextToken *string `min:"1" type:"string"`

	// Information about the IP access control groups.
	Result []*IpGroup `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeIpGroupsOutput) GoString

func (s DescribeIpGroupsOutput) GoString() string

GoString returns the string representation

func (*DescribeIpGroupsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*DescribeIpGroupsOutput) SetResult

SetResult sets the Result field's value.

func (DescribeIpGroupsOutput) String

func (s DescribeIpGroupsOutput) String() string

String returns the string representation

type DescribeTagsInput

type DescribeTagsInput struct {

	// The identifier of the WorkSpaces resource. The supported resource types are
	// WorkSpaces, registered directories, images, custom bundles, and IP access
	// control groups.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTagsInput) GoString

func (s DescribeTagsInput) GoString() string

GoString returns the string representation

func (*DescribeTagsInput) SetResourceId

func (s *DescribeTagsInput) SetResourceId(v string) *DescribeTagsInput

SetResourceId sets the ResourceId field's value.

func (DescribeTagsInput) String

func (s DescribeTagsInput) String() string

String returns the string representation

func (*DescribeTagsInput) Validate

func (s *DescribeTagsInput) Validate() error

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

type DescribeTagsOutput

type DescribeTagsOutput struct {

	// The tags.
	TagList []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTagsOutput) GoString

func (s DescribeTagsOutput) GoString() string

GoString returns the string representation

func (*DescribeTagsOutput) SetTagList

func (s *DescribeTagsOutput) SetTagList(v []*Tag) *DescribeTagsOutput

SetTagList sets the TagList field's value.

func (DescribeTagsOutput) String

func (s DescribeTagsOutput) String() string

String returns the string representation

type DescribeWorkspaceBundlesInput

type DescribeWorkspaceBundlesInput struct {

	// The identifiers of the bundles. You cannot combine this parameter with any
	// other filter.
	BundleIds []*string `min:"1" type:"list"`

	// The token for the next set of results. (You received this token from a previous
	// call.)
	NextToken *string `min:"1" type:"string"`

	// The owner of the bundles. You cannot combine this parameter with any other
	// filter.
	//
	// Specify AMAZON to describe the bundles provided by AWS or null to describe
	// the bundles that belong to your account.
	Owner *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeWorkspaceBundlesInput) GoString

GoString returns the string representation

func (*DescribeWorkspaceBundlesInput) SetBundleIds

SetBundleIds sets the BundleIds field's value.

func (*DescribeWorkspaceBundlesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspaceBundlesInput) SetOwner

SetOwner sets the Owner field's value.

func (DescribeWorkspaceBundlesInput) String

String returns the string representation

func (*DescribeWorkspaceBundlesInput) Validate

func (s *DescribeWorkspaceBundlesInput) Validate() error

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

type DescribeWorkspaceBundlesOutput

type DescribeWorkspaceBundlesOutput struct {

	// Information about the bundles.
	Bundles []*WorkspaceBundle `type:"list"`

	// The token to use to retrieve the next set of results, or null if there are
	// no more results available. This token is valid for one day and must be used
	// within that time frame.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeWorkspaceBundlesOutput) GoString

GoString returns the string representation

func (*DescribeWorkspaceBundlesOutput) SetBundles

SetBundles sets the Bundles field's value.

func (*DescribeWorkspaceBundlesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceBundlesOutput) String

String returns the string representation

type DescribeWorkspaceDirectoriesInput

type DescribeWorkspaceDirectoriesInput struct {

	// The identifiers of the directories. If the value is null, all directories
	// are retrieved.
	DirectoryIds []*string `min:"1" type:"list"`

	// The maximum number of directories to return.
	Limit *int64 `min:"1" type:"integer"`

	// If you received a NextToken from a previous call that was paginated, provide
	// this token to receive the next set of results.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeWorkspaceDirectoriesInput) GoString

GoString returns the string representation

func (*DescribeWorkspaceDirectoriesInput) SetDirectoryIds

SetDirectoryIds sets the DirectoryIds field's value.

func (*DescribeWorkspaceDirectoriesInput) SetLimit

SetLimit sets the Limit field's value.

func (*DescribeWorkspaceDirectoriesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceDirectoriesInput) String

String returns the string representation

func (*DescribeWorkspaceDirectoriesInput) Validate

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

type DescribeWorkspaceDirectoriesOutput

type DescribeWorkspaceDirectoriesOutput struct {

	// Information about the directories.
	Directories []*WorkspaceDirectory `type:"list"`

	// The token to use to retrieve the next set of results, or null if no more
	// results are available.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeWorkspaceDirectoriesOutput) GoString

GoString returns the string representation

func (*DescribeWorkspaceDirectoriesOutput) SetDirectories

SetDirectories sets the Directories field's value.

func (*DescribeWorkspaceDirectoriesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceDirectoriesOutput) String

String returns the string representation

type DescribeWorkspaceImagesInput

type DescribeWorkspaceImagesInput struct {

	// The identifier of the image.
	ImageIds []*string `min:"1" type:"list"`

	// The maximum number of items to return.
	MaxResults *int64 `min:"1" type:"integer"`

	// If you received a NextToken from a previous call that was paginated, provide
	// this token to receive the next set of results.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeWorkspaceImagesInput) GoString

func (s DescribeWorkspaceImagesInput) GoString() string

GoString returns the string representation

func (*DescribeWorkspaceImagesInput) SetImageIds

SetImageIds sets the ImageIds field's value.

func (*DescribeWorkspaceImagesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*DescribeWorkspaceImagesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceImagesInput) String

String returns the string representation

func (*DescribeWorkspaceImagesInput) Validate

func (s *DescribeWorkspaceImagesInput) Validate() error

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

type DescribeWorkspaceImagesOutput

type DescribeWorkspaceImagesOutput struct {

	// Information about the images.
	Images []*WorkspaceImage `type:"list"`

	// The token to use to retrieve the next set of results, or null if no more
	// results are available.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeWorkspaceImagesOutput) GoString

GoString returns the string representation

func (*DescribeWorkspaceImagesOutput) SetImages

SetImages sets the Images field's value.

func (*DescribeWorkspaceImagesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceImagesOutput) String

String returns the string representation

type DescribeWorkspaceSnapshotsInput

type DescribeWorkspaceSnapshotsInput struct {

	// The identifier of the WorkSpace.
	//
	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeWorkspaceSnapshotsInput) GoString

GoString returns the string representation

func (*DescribeWorkspaceSnapshotsInput) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (DescribeWorkspaceSnapshotsInput) String

String returns the string representation

func (*DescribeWorkspaceSnapshotsInput) Validate

func (s *DescribeWorkspaceSnapshotsInput) Validate() error

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

type DescribeWorkspaceSnapshotsOutput

type DescribeWorkspaceSnapshotsOutput struct {

	// Information about the snapshots that can be used to rebuild a WorkSpace.
	// These snapshots include the user volume.
	RebuildSnapshots []*Snapshot `type:"list"`

	// Information about the snapshots that can be used to restore a WorkSpace.
	// These snapshots include both the root volume and the user volume.
	RestoreSnapshots []*Snapshot `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeWorkspaceSnapshotsOutput) GoString

GoString returns the string representation

func (*DescribeWorkspaceSnapshotsOutput) SetRebuildSnapshots

SetRebuildSnapshots sets the RebuildSnapshots field's value.

func (*DescribeWorkspaceSnapshotsOutput) SetRestoreSnapshots

SetRestoreSnapshots sets the RestoreSnapshots field's value.

func (DescribeWorkspaceSnapshotsOutput) String

String returns the string representation

type DescribeWorkspacesConnectionStatusInput

type DescribeWorkspacesConnectionStatusInput struct {

	// If you received a NextToken from a previous call that was paginated, provide
	// this token to receive the next set of results.
	NextToken *string `min:"1" type:"string"`

	// The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
	WorkspaceIds []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeWorkspacesConnectionStatusInput) GoString

GoString returns the string representation

func (*DescribeWorkspacesConnectionStatusInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesConnectionStatusInput) SetWorkspaceIds

SetWorkspaceIds sets the WorkspaceIds field's value.

func (DescribeWorkspacesConnectionStatusInput) String

String returns the string representation

func (*DescribeWorkspacesConnectionStatusInput) Validate

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

type DescribeWorkspacesConnectionStatusOutput

type DescribeWorkspacesConnectionStatusOutput struct {

	// The token to use to retrieve the next set of results, or null if no more
	// results are available.
	NextToken *string `min:"1" type:"string"`

	// Information about the connection status of the WorkSpace.
	WorkspacesConnectionStatus []*WorkspaceConnectionStatus `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeWorkspacesConnectionStatusOutput) GoString

GoString returns the string representation

func (*DescribeWorkspacesConnectionStatusOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesConnectionStatusOutput) SetWorkspacesConnectionStatus

SetWorkspacesConnectionStatus sets the WorkspacesConnectionStatus field's value.

func (DescribeWorkspacesConnectionStatusOutput) String

String returns the string representation

type DescribeWorkspacesInput

type DescribeWorkspacesInput struct {

	// The identifier of the bundle. All WorkSpaces that are created from this bundle
	// are retrieved. You cannot combine this parameter with any other filter.
	BundleId *string `type:"string"`

	// The identifier of the directory. In addition, you can optionally specify
	// a specific directory user (see UserName). You cannot combine this parameter
	// with any other filter.
	DirectoryId *string `min:"10" type:"string"`

	// The maximum number of items to return.
	Limit *int64 `min:"1" type:"integer"`

	// If you received a NextToken from a previous call that was paginated, provide
	// this token to receive the next set of results.
	NextToken *string `min:"1" type:"string"`

	// The name of the directory user. You must specify this parameter with DirectoryId.
	UserName *string `min:"1" type:"string"`

	// The identifiers of the WorkSpaces. You cannot combine this parameter with
	// any other filter.
	//
	// Because the CreateWorkspaces operation is asynchronous, the identifier it
	// returns is not immediately available. If you immediately call DescribeWorkspaces
	// with this identifier, no information is returned.
	WorkspaceIds []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeWorkspacesInput) GoString

func (s DescribeWorkspacesInput) GoString() string

GoString returns the string representation

func (*DescribeWorkspacesInput) SetBundleId

SetBundleId sets the BundleId field's value.

func (*DescribeWorkspacesInput) SetDirectoryId

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeWorkspacesInput) SetLimit

SetLimit sets the Limit field's value.

func (*DescribeWorkspacesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesInput) SetUserName

SetUserName sets the UserName field's value.

func (*DescribeWorkspacesInput) SetWorkspaceIds

func (s *DescribeWorkspacesInput) SetWorkspaceIds(v []*string) *DescribeWorkspacesInput

SetWorkspaceIds sets the WorkspaceIds field's value.

func (DescribeWorkspacesInput) String

func (s DescribeWorkspacesInput) String() string

String returns the string representation

func (*DescribeWorkspacesInput) Validate

func (s *DescribeWorkspacesInput) Validate() error

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

type DescribeWorkspacesOutput

type DescribeWorkspacesOutput struct {

	// The token to use to retrieve the next set of results, or null if no more
	// results are available.
	NextToken *string `min:"1" type:"string"`

	// Information about the WorkSpaces.
	//
	// Because CreateWorkspaces is an asynchronous operation, some of the returned
	// information could be incomplete.
	Workspaces []*Workspace `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeWorkspacesOutput) GoString

func (s DescribeWorkspacesOutput) GoString() string

GoString returns the string representation

func (*DescribeWorkspacesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesOutput) SetWorkspaces

SetWorkspaces sets the Workspaces field's value.

func (DescribeWorkspacesOutput) String

func (s DescribeWorkspacesOutput) String() string

String returns the string representation

type DisassociateIpGroupsInput

type DisassociateIpGroupsInput struct {

	// The identifier of the directory.
	//
	// DirectoryId is a required field
	DirectoryId *string `min:"10" type:"string" required:"true"`

	// The identifiers of one or more IP access control groups.
	//
	// GroupIds is a required field
	GroupIds []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociateIpGroupsInput) GoString

func (s DisassociateIpGroupsInput) GoString() string

GoString returns the string representation

func (*DisassociateIpGroupsInput) SetDirectoryId

SetDirectoryId sets the DirectoryId field's value.

func (*DisassociateIpGroupsInput) SetGroupIds

SetGroupIds sets the GroupIds field's value.

func (DisassociateIpGroupsInput) String

func (s DisassociateIpGroupsInput) String() string

String returns the string representation

func (*DisassociateIpGroupsInput) Validate

func (s *DisassociateIpGroupsInput) Validate() error

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

type DisassociateIpGroupsOutput

type DisassociateIpGroupsOutput struct {
	// contains filtered or unexported fields
}

func (DisassociateIpGroupsOutput) GoString

func (s DisassociateIpGroupsOutput) GoString() string

GoString returns the string representation

func (DisassociateIpGroupsOutput) String

String returns the string representation

type FailedCreateWorkspaceRequest

type FailedCreateWorkspaceRequest struct {

	// The error code that is returned if the WorkSpace cannot be created.
	ErrorCode *string `type:"string"`

	// The text of the error message that is returned if the WorkSpace cannot be
	// created.
	ErrorMessage *string `type:"string"`

	// Information about the WorkSpace.
	WorkspaceRequest *WorkspaceRequest `type:"structure"`
	// contains filtered or unexported fields
}

Describes a WorkSpace that cannot be created.

func (FailedCreateWorkspaceRequest) GoString

func (s FailedCreateWorkspaceRequest) GoString() string

GoString returns the string representation

func (*FailedCreateWorkspaceRequest) SetErrorCode

SetErrorCode sets the ErrorCode field's value.

func (*FailedCreateWorkspaceRequest) SetErrorMessage

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedCreateWorkspaceRequest) SetWorkspaceRequest

SetWorkspaceRequest sets the WorkspaceRequest field's value.

func (FailedCreateWorkspaceRequest) String

String returns the string representation

type FailedWorkspaceChangeRequest

type FailedWorkspaceChangeRequest struct {

	// The error code that is returned if the WorkSpace cannot be rebooted.
	ErrorCode *string `type:"string"`

	// The text of the error message that is returned if the WorkSpace cannot be
	// rebooted.
	ErrorMessage *string `type:"string"`

	// The identifier of the WorkSpace.
	WorkspaceId *string `type:"string"`
	// contains filtered or unexported fields
}

Describes a WorkSpace that could not be rebooted. (RebootWorkspaces), rebuilt (RebuildWorkspaces), restored (RestoreWorkspace), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).

func (FailedWorkspaceChangeRequest) GoString

func (s FailedWorkspaceChangeRequest) GoString() string

GoString returns the string representation

func (*FailedWorkspaceChangeRequest) SetErrorCode

SetErrorCode sets the ErrorCode field's value.

func (*FailedWorkspaceChangeRequest) SetErrorMessage

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedWorkspaceChangeRequest) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (FailedWorkspaceChangeRequest) String

String returns the string representation

type ImportWorkspaceImageInput

type ImportWorkspaceImageInput struct {

	// The identifier of the EC2 image.
	//
	// Ec2ImageId is a required field
	Ec2ImageId *string `type:"string" required:"true"`

	// The description of the WorkSpace image.
	//
	// ImageDescription is a required field
	ImageDescription *string `min:"1" type:"string" required:"true"`

	// The name of the WorkSpace image.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// The ingestion process to be used when importing the image.
	//
	// IngestionProcess is a required field
	IngestionProcess *string `type:"string" required:"true" enum:"WorkspaceImageIngestionProcess"`

	// The tags. Each WorkSpaces resource can have a maximum of 50 tags.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (ImportWorkspaceImageInput) GoString

func (s ImportWorkspaceImageInput) GoString() string

GoString returns the string representation

func (*ImportWorkspaceImageInput) SetEc2ImageId

SetEc2ImageId sets the Ec2ImageId field's value.

func (*ImportWorkspaceImageInput) SetImageDescription

func (s *ImportWorkspaceImageInput) SetImageDescription(v string) *ImportWorkspaceImageInput

SetImageDescription sets the ImageDescription field's value.

func (*ImportWorkspaceImageInput) SetImageName

SetImageName sets the ImageName field's value.

func (*ImportWorkspaceImageInput) SetIngestionProcess

func (s *ImportWorkspaceImageInput) SetIngestionProcess(v string) *ImportWorkspaceImageInput

SetIngestionProcess sets the IngestionProcess field's value.

func (*ImportWorkspaceImageInput) SetTags

SetTags sets the Tags field's value.

func (ImportWorkspaceImageInput) String

func (s ImportWorkspaceImageInput) String() string

String returns the string representation

func (*ImportWorkspaceImageInput) Validate

func (s *ImportWorkspaceImageInput) Validate() error

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

type ImportWorkspaceImageOutput

type ImportWorkspaceImageOutput struct {

	// The identifier of the WorkSpace image.
	ImageId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ImportWorkspaceImageOutput) GoString

func (s ImportWorkspaceImageOutput) GoString() string

GoString returns the string representation

func (*ImportWorkspaceImageOutput) SetImageId

SetImageId sets the ImageId field's value.

func (ImportWorkspaceImageOutput) String

String returns the string representation

type InvalidParameterValuesException

type InvalidParameterValuesException struct {

	// The exception error message.
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

One or more parameter values are not valid.

func (InvalidParameterValuesException) Code

Code returns the exception type name.

func (InvalidParameterValuesException) Error

func (InvalidParameterValuesException) GoString

GoString returns the string representation

func (InvalidParameterValuesException) Message

Message returns the exception's message.

func (InvalidParameterValuesException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (InvalidParameterValuesException) RequestID

RequestID returns the service's response RequestID for request.

func (InvalidParameterValuesException) StatusCode

func (s InvalidParameterValuesException) StatusCode() int

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

func (InvalidParameterValuesException) String

String returns the string representation

type InvalidResourceStateException

type InvalidResourceStateException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The state of the resource is not valid for this operation.

func (InvalidResourceStateException) Code

Code returns the exception type name.

func (InvalidResourceStateException) Error

func (InvalidResourceStateException) GoString

GoString returns the string representation

func (InvalidResourceStateException) Message

Message returns the exception's message.

func (InvalidResourceStateException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (InvalidResourceStateException) RequestID

func (s InvalidResourceStateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (InvalidResourceStateException) StatusCode

func (s InvalidResourceStateException) StatusCode() int

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

func (InvalidResourceStateException) String

String returns the string representation

type IpGroup

type IpGroup struct {

	// The description of the group.
	GroupDesc *string `locationName:"groupDesc" type:"string"`

	// The identifier of the group.
	GroupId *string `locationName:"groupId" type:"string"`

	// The name of the group.
	GroupName *string `locationName:"groupName" type:"string"`

	// The rules.
	UserRules []*IpRuleItem `locationName:"userRules" type:"list"`
	// contains filtered or unexported fields
}

Describes an IP access control group.

func (IpGroup) GoString

func (s IpGroup) GoString() string

GoString returns the string representation

func (*IpGroup) SetGroupDesc

func (s *IpGroup) SetGroupDesc(v string) *IpGroup

SetGroupDesc sets the GroupDesc field's value.

func (*IpGroup) SetGroupId

func (s *IpGroup) SetGroupId(v string) *IpGroup

SetGroupId sets the GroupId field's value.

func (*IpGroup) SetGroupName

func (s *IpGroup) SetGroupName(v string) *IpGroup

SetGroupName sets the GroupName field's value.

func (*IpGroup) SetUserRules

func (s *IpGroup) SetUserRules(v []*IpRuleItem) *IpGroup

SetUserRules sets the UserRules field's value.

func (IpGroup) String

func (s IpGroup) String() string

String returns the string representation

type IpRuleItem

type IpRuleItem struct {

	// The IP address range, in CIDR notation.
	IpRule *string `locationName:"ipRule" type:"string"`

	// The description.
	RuleDesc *string `locationName:"ruleDesc" type:"string"`
	// contains filtered or unexported fields
}

Describes a rule for an IP access control group.

func (IpRuleItem) GoString

func (s IpRuleItem) GoString() string

GoString returns the string representation

func (*IpRuleItem) SetIpRule

func (s *IpRuleItem) SetIpRule(v string) *IpRuleItem

SetIpRule sets the IpRule field's value.

func (*IpRuleItem) SetRuleDesc

func (s *IpRuleItem) SetRuleDesc(v string) *IpRuleItem

SetRuleDesc sets the RuleDesc field's value.

func (IpRuleItem) String

func (s IpRuleItem) String() string

String returns the string representation

type ListAvailableManagementCidrRangesInput

type ListAvailableManagementCidrRangesInput struct {

	// The IP address range to search. Specify an IP address range that is compatible
	// with your network and in CIDR notation (that is, specify the range as an
	// IPv4 CIDR block).
	//
	// ManagementCidrRangeConstraint is a required field
	ManagementCidrRangeConstraint *string `type:"string" required:"true"`

	// The maximum number of items to return.
	MaxResults *int64 `min:"1" type:"integer"`

	// If you received a NextToken from a previous call that was paginated, provide
	// this token to receive the next set of results.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListAvailableManagementCidrRangesInput) GoString

GoString returns the string representation

func (*ListAvailableManagementCidrRangesInput) SetManagementCidrRangeConstraint

SetManagementCidrRangeConstraint sets the ManagementCidrRangeConstraint field's value.

func (*ListAvailableManagementCidrRangesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListAvailableManagementCidrRangesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListAvailableManagementCidrRangesInput) String

String returns the string representation

func (*ListAvailableManagementCidrRangesInput) Validate

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

type ListAvailableManagementCidrRangesOutput

type ListAvailableManagementCidrRangesOutput struct {

	// The list of available IP address ranges, specified as IPv4 CIDR blocks.
	ManagementCidrRanges []*string `type:"list"`

	// The token to use to retrieve the next set of results, or null if no more
	// results are available.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListAvailableManagementCidrRangesOutput) GoString

GoString returns the string representation

func (*ListAvailableManagementCidrRangesOutput) SetManagementCidrRanges

SetManagementCidrRanges sets the ManagementCidrRanges field's value.

func (*ListAvailableManagementCidrRangesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListAvailableManagementCidrRangesOutput) String

String returns the string representation

type MigrateWorkspaceInput

type MigrateWorkspaceInput struct {

	// The identifier of the target bundle type to migrate the WorkSpace to.
	//
	// BundleId is a required field
	BundleId *string `type:"string" required:"true"`

	// The identifier of the WorkSpace to migrate from.
	//
	// SourceWorkspaceId is a required field
	SourceWorkspaceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (MigrateWorkspaceInput) GoString

func (s MigrateWorkspaceInput) GoString() string

GoString returns the string representation

func (*MigrateWorkspaceInput) SetBundleId

SetBundleId sets the BundleId field's value.

func (*MigrateWorkspaceInput) SetSourceWorkspaceId

func (s *MigrateWorkspaceInput) SetSourceWorkspaceId(v string) *MigrateWorkspaceInput

SetSourceWorkspaceId sets the SourceWorkspaceId field's value.

func (MigrateWorkspaceInput) String

func (s MigrateWorkspaceInput) String() string

String returns the string representation

func (*MigrateWorkspaceInput) Validate

func (s *MigrateWorkspaceInput) Validate() error

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

type MigrateWorkspaceOutput

type MigrateWorkspaceOutput struct {

	// The original identifier of the WorkSpace that is being migrated.
	SourceWorkspaceId *string `type:"string"`

	// The new identifier of the WorkSpace that is being migrated. If the migration
	// does not succeed, the target WorkSpace ID will not be used, and the WorkSpace
	// will still have the original WorkSpace ID.
	TargetWorkspaceId *string `type:"string"`
	// contains filtered or unexported fields
}

func (MigrateWorkspaceOutput) GoString

func (s MigrateWorkspaceOutput) GoString() string

GoString returns the string representation

func (*MigrateWorkspaceOutput) SetSourceWorkspaceId

func (s *MigrateWorkspaceOutput) SetSourceWorkspaceId(v string) *MigrateWorkspaceOutput

SetSourceWorkspaceId sets the SourceWorkspaceId field's value.

func (*MigrateWorkspaceOutput) SetTargetWorkspaceId

func (s *MigrateWorkspaceOutput) SetTargetWorkspaceId(v string) *MigrateWorkspaceOutput

SetTargetWorkspaceId sets the TargetWorkspaceId field's value.

func (MigrateWorkspaceOutput) String

func (s MigrateWorkspaceOutput) String() string

String returns the string representation

type ModificationState

type ModificationState struct {

	// The resource.
	Resource *string `type:"string" enum:"ModificationResourceEnum"`

	// The modification state.
	State *string `type:"string" enum:"ModificationStateEnum"`
	// contains filtered or unexported fields
}

Describes a WorkSpace modification.

func (ModificationState) GoString

func (s ModificationState) GoString() string

GoString returns the string representation

func (*ModificationState) SetResource

func (s *ModificationState) SetResource(v string) *ModificationState

SetResource sets the Resource field's value.

func (*ModificationState) SetState

func (s *ModificationState) SetState(v string) *ModificationState

SetState sets the State field's value.

func (ModificationState) String

func (s ModificationState) String() string

String returns the string representation

type ModifyAccountInput

type ModifyAccountInput struct {

	// The IP address range, specified as an IPv4 CIDR block, for the management
	// network interface. Specify an IP address range that is compatible with your
	// network and in CIDR notation (that is, specify the range as an IPv4 CIDR
	// block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It
	// must also be specified as available by the ListAvailableManagementCidrRanges
	// operation.
	DedicatedTenancyManagementCidrRange *string `type:"string"`

	// The status of BYOL.
	DedicatedTenancySupport *string `type:"string" enum:"DedicatedTenancySupportEnum"`
	// contains filtered or unexported fields
}

func (ModifyAccountInput) GoString

func (s ModifyAccountInput) GoString() string

GoString returns the string representation

func (*ModifyAccountInput) SetDedicatedTenancyManagementCidrRange

func (s *ModifyAccountInput) SetDedicatedTenancyManagementCidrRange(v string) *ModifyAccountInput

SetDedicatedTenancyManagementCidrRange sets the DedicatedTenancyManagementCidrRange field's value.

func (*ModifyAccountInput) SetDedicatedTenancySupport

func (s *ModifyAccountInput) SetDedicatedTenancySupport(v string) *ModifyAccountInput

SetDedicatedTenancySupport sets the DedicatedTenancySupport field's value.

func (ModifyAccountInput) String

func (s ModifyAccountInput) String() string

String returns the string representation

type ModifyAccountOutput

type ModifyAccountOutput struct {
	// contains filtered or unexported fields
}

func (ModifyAccountOutput) GoString

func (s ModifyAccountOutput) GoString() string

GoString returns the string representation

func (ModifyAccountOutput) String

func (s ModifyAccountOutput) String() string

String returns the string representation

type ModifyClientPropertiesInput

type ModifyClientPropertiesInput struct {

	// Information about the Amazon WorkSpaces client.
	//
	// ClientProperties is a required field
	ClientProperties *ClientProperties `type:"structure" required:"true"`

	// The resource identifiers, in the form of directory IDs.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyClientPropertiesInput) GoString

func (s ModifyClientPropertiesInput) GoString() string

GoString returns the string representation

func (*ModifyClientPropertiesInput) SetClientProperties

SetClientProperties sets the ClientProperties field's value.

func (*ModifyClientPropertiesInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (ModifyClientPropertiesInput) String

String returns the string representation

func (*ModifyClientPropertiesInput) Validate

func (s *ModifyClientPropertiesInput) Validate() error

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

type ModifyClientPropertiesOutput

type ModifyClientPropertiesOutput struct {
	// contains filtered or unexported fields
}

func (ModifyClientPropertiesOutput) GoString

func (s ModifyClientPropertiesOutput) GoString() string

GoString returns the string representation

func (ModifyClientPropertiesOutput) String

String returns the string representation

type ModifySelfservicePermissionsInput

type ModifySelfservicePermissionsInput struct {

	// The identifier of the directory.
	//
	// ResourceId is a required field
	ResourceId *string `min:"10" type:"string" required:"true"`

	// The permissions to enable or disable self-service capabilities.
	//
	// SelfservicePermissions is a required field
	SelfservicePermissions *SelfservicePermissions `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (ModifySelfservicePermissionsInput) GoString

GoString returns the string representation

func (*ModifySelfservicePermissionsInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*ModifySelfservicePermissionsInput) SetSelfservicePermissions

SetSelfservicePermissions sets the SelfservicePermissions field's value.

func (ModifySelfservicePermissionsInput) String

String returns the string representation

func (*ModifySelfservicePermissionsInput) Validate

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

type ModifySelfservicePermissionsOutput

type ModifySelfservicePermissionsOutput struct {
	// contains filtered or unexported fields
}

func (ModifySelfservicePermissionsOutput) GoString

GoString returns the string representation

func (ModifySelfservicePermissionsOutput) String

String returns the string representation

type ModifyWorkspaceAccessPropertiesInput

type ModifyWorkspaceAccessPropertiesInput struct {

	// The identifier of the directory.
	//
	// ResourceId is a required field
	ResourceId *string `min:"10" type:"string" required:"true"`

	// The device types and operating systems to enable or disable for access.
	//
	// WorkspaceAccessProperties is a required field
	WorkspaceAccessProperties *WorkspaceAccessProperties `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyWorkspaceAccessPropertiesInput) GoString

GoString returns the string representation

func (*ModifyWorkspaceAccessPropertiesInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*ModifyWorkspaceAccessPropertiesInput) SetWorkspaceAccessProperties

SetWorkspaceAccessProperties sets the WorkspaceAccessProperties field's value.

func (ModifyWorkspaceAccessPropertiesInput) String

String returns the string representation

func (*ModifyWorkspaceAccessPropertiesInput) Validate

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

type ModifyWorkspaceAccessPropertiesOutput

type ModifyWorkspaceAccessPropertiesOutput struct {
	// contains filtered or unexported fields
}

func (ModifyWorkspaceAccessPropertiesOutput) GoString

GoString returns the string representation

func (ModifyWorkspaceAccessPropertiesOutput) String

String returns the string representation

type ModifyWorkspaceCreationPropertiesInput

type ModifyWorkspaceCreationPropertiesInput struct {

	// The identifier of the directory.
	//
	// ResourceId is a required field
	ResourceId *string `min:"10" type:"string" required:"true"`

	// The default properties for creating WorkSpaces.
	//
	// WorkspaceCreationProperties is a required field
	WorkspaceCreationProperties *WorkspaceCreationProperties `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyWorkspaceCreationPropertiesInput) GoString

GoString returns the string representation

func (*ModifyWorkspaceCreationPropertiesInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*ModifyWorkspaceCreationPropertiesInput) SetWorkspaceCreationProperties

SetWorkspaceCreationProperties sets the WorkspaceCreationProperties field's value.

func (ModifyWorkspaceCreationPropertiesInput) String

String returns the string representation

func (*ModifyWorkspaceCreationPropertiesInput) Validate

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

type ModifyWorkspaceCreationPropertiesOutput

type ModifyWorkspaceCreationPropertiesOutput struct {
	// contains filtered or unexported fields
}

func (ModifyWorkspaceCreationPropertiesOutput) GoString

GoString returns the string representation

func (ModifyWorkspaceCreationPropertiesOutput) String

String returns the string representation

type ModifyWorkspacePropertiesInput

type ModifyWorkspacePropertiesInput struct {

	// The identifier of the WorkSpace.
	//
	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" required:"true"`

	// The properties of the WorkSpace.
	//
	// WorkspaceProperties is a required field
	WorkspaceProperties *WorkspaceProperties `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyWorkspacePropertiesInput) GoString

GoString returns the string representation

func (*ModifyWorkspacePropertiesInput) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (*ModifyWorkspacePropertiesInput) SetWorkspaceProperties

SetWorkspaceProperties sets the WorkspaceProperties field's value.

func (ModifyWorkspacePropertiesInput) String

String returns the string representation

func (*ModifyWorkspacePropertiesInput) Validate

func (s *ModifyWorkspacePropertiesInput) Validate() error

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

type ModifyWorkspacePropertiesOutput

type ModifyWorkspacePropertiesOutput struct {
	// contains filtered or unexported fields
}

func (ModifyWorkspacePropertiesOutput) GoString

GoString returns the string representation

func (ModifyWorkspacePropertiesOutput) String

String returns the string representation

type ModifyWorkspaceStateInput

type ModifyWorkspaceStateInput struct {

	// The identifier of the WorkSpace.
	//
	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" required:"true"`

	// The WorkSpace state.
	//
	// WorkspaceState is a required field
	WorkspaceState *string `type:"string" required:"true" enum:"TargetWorkspaceState"`
	// contains filtered or unexported fields
}

func (ModifyWorkspaceStateInput) GoString

func (s ModifyWorkspaceStateInput) GoString() string

GoString returns the string representation

func (*ModifyWorkspaceStateInput) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (*ModifyWorkspaceStateInput) SetWorkspaceState

SetWorkspaceState sets the WorkspaceState field's value.

func (ModifyWorkspaceStateInput) String

func (s ModifyWorkspaceStateInput) String() string

String returns the string representation

func (*ModifyWorkspaceStateInput) Validate

func (s *ModifyWorkspaceStateInput) Validate() error

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

type ModifyWorkspaceStateOutput

type ModifyWorkspaceStateOutput struct {
	// contains filtered or unexported fields
}

func (ModifyWorkspaceStateOutput) GoString

func (s ModifyWorkspaceStateOutput) GoString() string

GoString returns the string representation

func (ModifyWorkspaceStateOutput) String

String returns the string representation

type OperatingSystem

type OperatingSystem struct {

	// The operating system.
	Type *string `type:"string" enum:"OperatingSystemType"`
	// contains filtered or unexported fields
}

The operating system that the image is running.

func (OperatingSystem) GoString

func (s OperatingSystem) GoString() string

GoString returns the string representation

func (*OperatingSystem) SetType

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

SetType sets the Type field's value.

func (OperatingSystem) String

func (s OperatingSystem) String() string

String returns the string representation

type OperationInProgressException

type OperationInProgressException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The properties of this WorkSpace are currently being modified. Try again in a moment.

func (OperationInProgressException) Code

Code returns the exception type name.

func (OperationInProgressException) Error

func (OperationInProgressException) GoString

func (s OperationInProgressException) GoString() string

GoString returns the string representation

func (OperationInProgressException) Message

Message returns the exception's message.

func (OperationInProgressException) OrigErr

func (s OperationInProgressException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (OperationInProgressException) RequestID

func (s OperationInProgressException) RequestID() string

RequestID returns the service's response RequestID for request.

func (OperationInProgressException) StatusCode

func (s OperationInProgressException) StatusCode() int

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

func (OperationInProgressException) String

String returns the string representation

type OperationNotSupportedException

type OperationNotSupportedException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

This operation is not supported.

func (OperationNotSupportedException) Code

Code returns the exception type name.

func (OperationNotSupportedException) Error

func (OperationNotSupportedException) GoString

GoString returns the string representation

func (OperationNotSupportedException) Message

Message returns the exception's message.

func (OperationNotSupportedException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (OperationNotSupportedException) RequestID

func (s OperationNotSupportedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (OperationNotSupportedException) StatusCode

func (s OperationNotSupportedException) StatusCode() int

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

func (OperationNotSupportedException) String

String returns the string representation

type RebootRequest

type RebootRequest struct {

	// The identifier of the WorkSpace.
	//
	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes the information used to reboot a WorkSpace.

func (RebootRequest) GoString

func (s RebootRequest) GoString() string

GoString returns the string representation

func (*RebootRequest) SetWorkspaceId

func (s *RebootRequest) SetWorkspaceId(v string) *RebootRequest

SetWorkspaceId sets the WorkspaceId field's value.

func (RebootRequest) String

func (s RebootRequest) String() string

String returns the string representation

func (*RebootRequest) Validate

func (s *RebootRequest) Validate() error

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

type RebootWorkspacesInput

type RebootWorkspacesInput struct {

	// The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
	//
	// RebootWorkspaceRequests is a required field
	RebootWorkspaceRequests []*RebootRequest `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (RebootWorkspacesInput) GoString

func (s RebootWorkspacesInput) GoString() string

GoString returns the string representation

func (*RebootWorkspacesInput) SetRebootWorkspaceRequests

func (s *RebootWorkspacesInput) SetRebootWorkspaceRequests(v []*RebootRequest) *RebootWorkspacesInput

SetRebootWorkspaceRequests sets the RebootWorkspaceRequests field's value.

func (RebootWorkspacesInput) String

func (s RebootWorkspacesInput) String() string

String returns the string representation

func (*RebootWorkspacesInput) Validate

func (s *RebootWorkspacesInput) Validate() error

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

type RebootWorkspacesOutput

type RebootWorkspacesOutput struct {

	// Information about the WorkSpaces that could not be rebooted.
	FailedRequests []*FailedWorkspaceChangeRequest `type:"list"`
	// contains filtered or unexported fields
}

func (RebootWorkspacesOutput) GoString

func (s RebootWorkspacesOutput) GoString() string

GoString returns the string representation

func (*RebootWorkspacesOutput) SetFailedRequests

SetFailedRequests sets the FailedRequests field's value.

func (RebootWorkspacesOutput) String

func (s RebootWorkspacesOutput) String() string

String returns the string representation

type RebuildRequest

type RebuildRequest struct {

	// The identifier of the WorkSpace.
	//
	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes the information used to rebuild a WorkSpace.

func (RebuildRequest) GoString

func (s RebuildRequest) GoString() string

GoString returns the string representation

func (*RebuildRequest) SetWorkspaceId

func (s *RebuildRequest) SetWorkspaceId(v string) *RebuildRequest

SetWorkspaceId sets the WorkspaceId field's value.

func (RebuildRequest) String

func (s RebuildRequest) String() string

String returns the string representation

func (*RebuildRequest) Validate

func (s *RebuildRequest) Validate() error

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

type RebuildWorkspacesInput

type RebuildWorkspacesInput struct {

	// The WorkSpace to rebuild. You can specify a single WorkSpace.
	//
	// RebuildWorkspaceRequests is a required field
	RebuildWorkspaceRequests []*RebuildRequest `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (RebuildWorkspacesInput) GoString

func (s RebuildWorkspacesInput) GoString() string

GoString returns the string representation

func (*RebuildWorkspacesInput) SetRebuildWorkspaceRequests

func (s *RebuildWorkspacesInput) SetRebuildWorkspaceRequests(v []*RebuildRequest) *RebuildWorkspacesInput

SetRebuildWorkspaceRequests sets the RebuildWorkspaceRequests field's value.

func (RebuildWorkspacesInput) String

func (s RebuildWorkspacesInput) String() string

String returns the string representation

func (*RebuildWorkspacesInput) Validate

func (s *RebuildWorkspacesInput) Validate() error

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

type RebuildWorkspacesOutput

type RebuildWorkspacesOutput struct {

	// Information about the WorkSpace that could not be rebuilt.
	FailedRequests []*FailedWorkspaceChangeRequest `type:"list"`
	// contains filtered or unexported fields
}

func (RebuildWorkspacesOutput) GoString

func (s RebuildWorkspacesOutput) GoString() string

GoString returns the string representation

func (*RebuildWorkspacesOutput) SetFailedRequests

SetFailedRequests sets the FailedRequests field's value.

func (RebuildWorkspacesOutput) String

func (s RebuildWorkspacesOutput) String() string

String returns the string representation

type RegisterWorkspaceDirectoryInput

type RegisterWorkspaceDirectoryInput struct {

	// The identifier of the directory. You cannot register a directory if it does
	// not have a status of Active. If the directory does not have a status of Active,
	// you will receive an InvalidResourceStateException error. If you have already
	// registered the maximum number of directories that you can register with Amazon
	// WorkSpaces, you will receive a ResourceLimitExceededException error. Deregister
	// directories that you are not using for WorkSpaces, and try again.
	//
	// DirectoryId is a required field
	DirectoryId *string `min:"10" type:"string" required:"true"`

	// Indicates whether self-service capabilities are enabled or disabled.
	EnableSelfService *bool `type:"boolean"`

	// Indicates whether Amazon WorkDocs is enabled or disabled. If you have enabled
	// this parameter and WorkDocs is not available in the Region, you will receive
	// an OperationNotSupportedException error. Set EnableWorkDocs to disabled,
	// and try again.
	//
	// EnableWorkDocs is a required field
	EnableWorkDocs *bool `type:"boolean" required:"true"`

	// The identifiers of the subnets for your virtual private cloud (VPC). Make
	// sure that the subnets are in supported Availability Zones. The subnets must
	// also be in separate Availability Zones. If these conditions are not met,
	// you will receive an OperationNotSupportedException error.
	SubnetIds []*string `type:"list"`

	// The tags associated with the directory.
	Tags []*Tag `type:"list"`

	// Indicates whether your WorkSpace directory is dedicated or shared. To use
	// Bring Your Own License (BYOL) images, this value must be set to DEDICATED
	// and your AWS account must be enabled for BYOL. If your account has not been
	// enabled for BYOL, you will receive an InvalidParameterValuesException error.
	// For more information about BYOL images, see Bring Your Own Windows Desktop
	// Images (https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html).
	Tenancy *string `type:"string" enum:"Tenancy"`
	// contains filtered or unexported fields
}

func (RegisterWorkspaceDirectoryInput) GoString

GoString returns the string representation

func (*RegisterWorkspaceDirectoryInput) SetDirectoryId

SetDirectoryId sets the DirectoryId field's value.

func (*RegisterWorkspaceDirectoryInput) SetEnableSelfService

SetEnableSelfService sets the EnableSelfService field's value.

func (*RegisterWorkspaceDirectoryInput) SetEnableWorkDocs

SetEnableWorkDocs sets the EnableWorkDocs field's value.

func (*RegisterWorkspaceDirectoryInput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*RegisterWorkspaceDirectoryInput) SetTags

SetTags sets the Tags field's value.

func (*RegisterWorkspaceDirectoryInput) SetTenancy

SetTenancy sets the Tenancy field's value.

func (RegisterWorkspaceDirectoryInput) String

String returns the string representation

func (*RegisterWorkspaceDirectoryInput) Validate

func (s *RegisterWorkspaceDirectoryInput) Validate() error

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

type RegisterWorkspaceDirectoryOutput

type RegisterWorkspaceDirectoryOutput struct {
	// contains filtered or unexported fields
}

func (RegisterWorkspaceDirectoryOutput) GoString

GoString returns the string representation

func (RegisterWorkspaceDirectoryOutput) String

String returns the string representation

type ResourceAlreadyExistsException

type ResourceAlreadyExistsException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The specified resource already exists.

func (ResourceAlreadyExistsException) Code

Code returns the exception type name.

func (ResourceAlreadyExistsException) Error

func (ResourceAlreadyExistsException) GoString

GoString returns the string representation

func (ResourceAlreadyExistsException) Message

Message returns the exception's message.

func (ResourceAlreadyExistsException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (ResourceAlreadyExistsException) RequestID

func (s ResourceAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ResourceAlreadyExistsException) StatusCode

func (s ResourceAlreadyExistsException) StatusCode() int

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

func (ResourceAlreadyExistsException) String

String returns the string representation

type ResourceAssociatedException

type ResourceAssociatedException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The resource is associated with a directory.

func (ResourceAssociatedException) Code

Code returns the exception type name.

func (ResourceAssociatedException) Error

func (ResourceAssociatedException) GoString

func (s ResourceAssociatedException) GoString() string

GoString returns the string representation

func (ResourceAssociatedException) Message

func (s ResourceAssociatedException) Message() string

Message returns the exception's message.

func (ResourceAssociatedException) OrigErr

func (s ResourceAssociatedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (ResourceAssociatedException) RequestID

func (s ResourceAssociatedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ResourceAssociatedException) StatusCode

func (s ResourceAssociatedException) StatusCode() int

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

func (ResourceAssociatedException) String

String returns the string representation

type ResourceCreationFailedException

type ResourceCreationFailedException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The resource could not be created.

func (ResourceCreationFailedException) Code

Code returns the exception type name.

func (ResourceCreationFailedException) Error

func (ResourceCreationFailedException) GoString

GoString returns the string representation

func (ResourceCreationFailedException) Message

Message returns the exception's message.

func (ResourceCreationFailedException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (ResourceCreationFailedException) RequestID

RequestID returns the service's response RequestID for request.

func (ResourceCreationFailedException) StatusCode

func (s ResourceCreationFailedException) StatusCode() int

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

func (ResourceCreationFailedException) String

String returns the string representation

type ResourceLimitExceededException

type ResourceLimitExceededException struct {

	// The exception error message.
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

Your resource limits have been exceeded.

func (ResourceLimitExceededException) Code

Code returns the exception type name.

func (ResourceLimitExceededException) Error

func (ResourceLimitExceededException) GoString

GoString returns the string representation

func (ResourceLimitExceededException) Message

Message returns the exception's message.

func (ResourceLimitExceededException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (ResourceLimitExceededException) RequestID

func (s ResourceLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ResourceLimitExceededException) StatusCode

func (s ResourceLimitExceededException) StatusCode() int

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

func (ResourceLimitExceededException) String

String returns the string representation

type ResourceNotFoundException

type ResourceNotFoundException struct {

	// The resource could not be found.
	Message_ *string `locationName:"message" type:"string"`

	// The ID of the resource that could not be found.
	ResourceId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The resource could not be found.

func (ResourceNotFoundException) Code

Code returns the exception type name.

func (ResourceNotFoundException) Error

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation

func (ResourceNotFoundException) Message

func (s ResourceNotFoundException) Message() string

Message returns the exception's message.

func (ResourceNotFoundException) OrigErr

func (s ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (ResourceNotFoundException) RequestID

func (s ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ResourceNotFoundException) StatusCode

func (s ResourceNotFoundException) StatusCode() int

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

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation

type ResourceUnavailableException

type ResourceUnavailableException struct {

	// The exception error message.
	Message_ *string `locationName:"message" type:"string"`

	// The identifier of the resource that is not available.
	ResourceId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The specified resource is not available.

func (ResourceUnavailableException) Code

Code returns the exception type name.

func (ResourceUnavailableException) Error

func (ResourceUnavailableException) GoString

func (s ResourceUnavailableException) GoString() string

GoString returns the string representation

func (ResourceUnavailableException) Message

Message returns the exception's message.

func (ResourceUnavailableException) OrigErr

func (s ResourceUnavailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (ResourceUnavailableException) RequestID

func (s ResourceUnavailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ResourceUnavailableException) StatusCode

func (s ResourceUnavailableException) StatusCode() int

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

func (ResourceUnavailableException) String

String returns the string representation

type RestoreWorkspaceInput

type RestoreWorkspaceInput struct {

	// The identifier of the WorkSpace.
	//
	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RestoreWorkspaceInput) GoString

func (s RestoreWorkspaceInput) GoString() string

GoString returns the string representation

func (*RestoreWorkspaceInput) SetWorkspaceId

func (s *RestoreWorkspaceInput) SetWorkspaceId(v string) *RestoreWorkspaceInput

SetWorkspaceId sets the WorkspaceId field's value.

func (RestoreWorkspaceInput) String

func (s RestoreWorkspaceInput) String() string

String returns the string representation

func (*RestoreWorkspaceInput) Validate

func (s *RestoreWorkspaceInput) Validate() error

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

type RestoreWorkspaceOutput

type RestoreWorkspaceOutput struct {
	// contains filtered or unexported fields
}

func (RestoreWorkspaceOutput) GoString

func (s RestoreWorkspaceOutput) GoString() string

GoString returns the string representation

func (RestoreWorkspaceOutput) String

func (s RestoreWorkspaceOutput) String() string

String returns the string representation

type RevokeIpRulesInput

type RevokeIpRulesInput struct {

	// The identifier of the group.
	//
	// GroupId is a required field
	GroupId *string `type:"string" required:"true"`

	// The rules to remove from the group.
	//
	// UserRules is a required field
	UserRules []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (RevokeIpRulesInput) GoString

func (s RevokeIpRulesInput) GoString() string

GoString returns the string representation

func (*RevokeIpRulesInput) SetGroupId

func (s *RevokeIpRulesInput) SetGroupId(v string) *RevokeIpRulesInput

SetGroupId sets the GroupId field's value.

func (*RevokeIpRulesInput) SetUserRules

func (s *RevokeIpRulesInput) SetUserRules(v []*string) *RevokeIpRulesInput

SetUserRules sets the UserRules field's value.

func (RevokeIpRulesInput) String

func (s RevokeIpRulesInput) String() string

String returns the string representation

func (*RevokeIpRulesInput) Validate

func (s *RevokeIpRulesInput) Validate() error

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

type RevokeIpRulesOutput

type RevokeIpRulesOutput struct {
	// contains filtered or unexported fields
}

func (RevokeIpRulesOutput) GoString

func (s RevokeIpRulesOutput) GoString() string

GoString returns the string representation

func (RevokeIpRulesOutput) String

func (s RevokeIpRulesOutput) String() string

String returns the string representation

type RootStorage

type RootStorage struct {

	// The size of the root volume.
	Capacity *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Describes the root volume for a WorkSpace bundle.

func (RootStorage) GoString

func (s RootStorage) GoString() string

GoString returns the string representation

func (*RootStorage) SetCapacity

func (s *RootStorage) SetCapacity(v string) *RootStorage

SetCapacity sets the Capacity field's value.

func (RootStorage) String

func (s RootStorage) String() string

String returns the string representation

type SelfservicePermissions

type SelfservicePermissions struct {

	// Specifies whether users can change the compute type (bundle) for their WorkSpace.
	ChangeComputeType *string `type:"string" enum:"ReconnectEnum"`

	// Specifies whether users can increase the volume size of the drives on their
	// WorkSpace.
	IncreaseVolumeSize *string `type:"string" enum:"ReconnectEnum"`

	// Specifies whether users can rebuild the operating system of a WorkSpace to
	// its original state.
	RebuildWorkspace *string `type:"string" enum:"ReconnectEnum"`

	// Specifies whether users can restart their WorkSpace.
	RestartWorkspace *string `type:"string" enum:"ReconnectEnum"`

	// Specifies whether users can switch the running mode of their WorkSpace.
	SwitchRunningMode *string `type:"string" enum:"ReconnectEnum"`
	// contains filtered or unexported fields
}

Describes the self-service permissions for a directory. For more information, see Enable Self-Service WorkSpace Management Capabilities for Your Users (https://docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html).

func (SelfservicePermissions) GoString

func (s SelfservicePermissions) GoString() string

GoString returns the string representation

func (*SelfservicePermissions) SetChangeComputeType

func (s *SelfservicePermissions) SetChangeComputeType(v string) *SelfservicePermissions

SetChangeComputeType sets the ChangeComputeType field's value.

func (*SelfservicePermissions) SetIncreaseVolumeSize

func (s *SelfservicePermissions) SetIncreaseVolumeSize(v string) *SelfservicePermissions

SetIncreaseVolumeSize sets the IncreaseVolumeSize field's value.

func (*SelfservicePermissions) SetRebuildWorkspace

func (s *SelfservicePermissions) SetRebuildWorkspace(v string) *SelfservicePermissions

SetRebuildWorkspace sets the RebuildWorkspace field's value.

func (*SelfservicePermissions) SetRestartWorkspace

func (s *SelfservicePermissions) SetRestartWorkspace(v string) *SelfservicePermissions

SetRestartWorkspace sets the RestartWorkspace field's value.

func (*SelfservicePermissions) SetSwitchRunningMode

func (s *SelfservicePermissions) SetSwitchRunningMode(v string) *SelfservicePermissions

SetSwitchRunningMode sets the SwitchRunningMode field's value.

func (SelfservicePermissions) String

func (s SelfservicePermissions) String() string

String returns the string representation

type Snapshot

type Snapshot struct {

	// The time when the snapshot was created.
	SnapshotTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Describes a snapshot.

func (Snapshot) GoString

func (s Snapshot) GoString() string

GoString returns the string representation

func (*Snapshot) SetSnapshotTime

func (s *Snapshot) SetSnapshotTime(v time.Time) *Snapshot

SetSnapshotTime sets the SnapshotTime field's value.

func (Snapshot) String

func (s Snapshot) String() string

String returns the string representation

type StartRequest

type StartRequest struct {

	// The identifier of the WorkSpace.
	WorkspaceId *string `type:"string"`
	// contains filtered or unexported fields
}

Information used to start a WorkSpace.

func (StartRequest) GoString

func (s StartRequest) GoString() string

GoString returns the string representation

func (*StartRequest) SetWorkspaceId

func (s *StartRequest) SetWorkspaceId(v string) *StartRequest

SetWorkspaceId sets the WorkspaceId field's value.

func (StartRequest) String

func (s StartRequest) String() string

String returns the string representation

type StartWorkspacesInput

type StartWorkspacesInput struct {

	// The WorkSpaces to start. You can specify up to 25 WorkSpaces.
	//
	// StartWorkspaceRequests is a required field
	StartWorkspaceRequests []*StartRequest `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (StartWorkspacesInput) GoString

func (s StartWorkspacesInput) GoString() string

GoString returns the string representation

func (*StartWorkspacesInput) SetStartWorkspaceRequests

func (s *StartWorkspacesInput) SetStartWorkspaceRequests(v []*StartRequest) *StartWorkspacesInput

SetStartWorkspaceRequests sets the StartWorkspaceRequests field's value.

func (StartWorkspacesInput) String

func (s StartWorkspacesInput) String() string

String returns the string representation

func (*StartWorkspacesInput) Validate

func (s *StartWorkspacesInput) Validate() error

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

type StartWorkspacesOutput

type StartWorkspacesOutput struct {

	// Information about the WorkSpaces that could not be started.
	FailedRequests []*FailedWorkspaceChangeRequest `type:"list"`
	// contains filtered or unexported fields
}

func (StartWorkspacesOutput) GoString

func (s StartWorkspacesOutput) GoString() string

GoString returns the string representation

func (*StartWorkspacesOutput) SetFailedRequests

SetFailedRequests sets the FailedRequests field's value.

func (StartWorkspacesOutput) String

func (s StartWorkspacesOutput) String() string

String returns the string representation

type StopRequest

type StopRequest struct {

	// The identifier of the WorkSpace.
	WorkspaceId *string `type:"string"`
	// contains filtered or unexported fields
}

Describes the information used to stop a WorkSpace.

func (StopRequest) GoString

func (s StopRequest) GoString() string

GoString returns the string representation

func (*StopRequest) SetWorkspaceId

func (s *StopRequest) SetWorkspaceId(v string) *StopRequest

SetWorkspaceId sets the WorkspaceId field's value.

func (StopRequest) String

func (s StopRequest) String() string

String returns the string representation

type StopWorkspacesInput

type StopWorkspacesInput struct {

	// The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
	//
	// StopWorkspaceRequests is a required field
	StopWorkspaceRequests []*StopRequest `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (StopWorkspacesInput) GoString

func (s StopWorkspacesInput) GoString() string

GoString returns the string representation

func (*StopWorkspacesInput) SetStopWorkspaceRequests

func (s *StopWorkspacesInput) SetStopWorkspaceRequests(v []*StopRequest) *StopWorkspacesInput

SetStopWorkspaceRequests sets the StopWorkspaceRequests field's value.

func (StopWorkspacesInput) String

func (s StopWorkspacesInput) String() string

String returns the string representation

func (*StopWorkspacesInput) Validate

func (s *StopWorkspacesInput) Validate() error

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

type StopWorkspacesOutput

type StopWorkspacesOutput struct {

	// Information about the WorkSpaces that could not be stopped.
	FailedRequests []*FailedWorkspaceChangeRequest `type:"list"`
	// contains filtered or unexported fields
}

func (StopWorkspacesOutput) GoString

func (s StopWorkspacesOutput) GoString() string

GoString returns the string representation

func (*StopWorkspacesOutput) SetFailedRequests

SetFailedRequests sets the FailedRequests field's value.

func (StopWorkspacesOutput) String

func (s StopWorkspacesOutput) String() string

String returns the string representation

type Tag

type Tag struct {

	// The key of the tag.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// The value of the tag.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

Describes a 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 TerminateRequest

type TerminateRequest struct {

	// The identifier of the WorkSpace.
	//
	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes the information used to terminate a WorkSpace.

func (TerminateRequest) GoString

func (s TerminateRequest) GoString() string

GoString returns the string representation

func (*TerminateRequest) SetWorkspaceId

func (s *TerminateRequest) SetWorkspaceId(v string) *TerminateRequest

SetWorkspaceId sets the WorkspaceId field's value.

func (TerminateRequest) String

func (s TerminateRequest) String() string

String returns the string representation

func (*TerminateRequest) Validate

func (s *TerminateRequest) Validate() error

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

type TerminateWorkspacesInput

type TerminateWorkspacesInput struct {

	// The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.
	//
	// TerminateWorkspaceRequests is a required field
	TerminateWorkspaceRequests []*TerminateRequest `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (TerminateWorkspacesInput) GoString

func (s TerminateWorkspacesInput) GoString() string

GoString returns the string representation

func (*TerminateWorkspacesInput) SetTerminateWorkspaceRequests

func (s *TerminateWorkspacesInput) SetTerminateWorkspaceRequests(v []*TerminateRequest) *TerminateWorkspacesInput

SetTerminateWorkspaceRequests sets the TerminateWorkspaceRequests field's value.

func (TerminateWorkspacesInput) String

func (s TerminateWorkspacesInput) String() string

String returns the string representation

func (*TerminateWorkspacesInput) Validate

func (s *TerminateWorkspacesInput) Validate() error

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

type TerminateWorkspacesOutput

type TerminateWorkspacesOutput struct {

	// Information about the WorkSpaces that could not be terminated.
	FailedRequests []*FailedWorkspaceChangeRequest `type:"list"`
	// contains filtered or unexported fields
}

func (TerminateWorkspacesOutput) GoString

func (s TerminateWorkspacesOutput) GoString() string

GoString returns the string representation

func (*TerminateWorkspacesOutput) SetFailedRequests

SetFailedRequests sets the FailedRequests field's value.

func (TerminateWorkspacesOutput) String

func (s TerminateWorkspacesOutput) String() string

String returns the string representation

type UnsupportedNetworkConfigurationException

type UnsupportedNetworkConfigurationException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The configuration of this network is not supported for this operation, or your network configuration conflicts with the Amazon WorkSpaces management network IP range. For more information, see Configure a VPC for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html).

func (UnsupportedNetworkConfigurationException) Code

Code returns the exception type name.

func (UnsupportedNetworkConfigurationException) Error

func (UnsupportedNetworkConfigurationException) GoString

GoString returns the string representation

func (UnsupportedNetworkConfigurationException) Message

Message returns the exception's message.

func (UnsupportedNetworkConfigurationException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (UnsupportedNetworkConfigurationException) RequestID

RequestID returns the service's response RequestID for request.

func (UnsupportedNetworkConfigurationException) StatusCode

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

func (UnsupportedNetworkConfigurationException) String

String returns the string representation

type UnsupportedWorkspaceConfigurationException

type UnsupportedWorkspaceConfigurationException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The configuration of this WorkSpace is not supported for this operation. For more information, see Required Configuration and Service Components for WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html).

func (UnsupportedWorkspaceConfigurationException) Code

Code returns the exception type name.

func (UnsupportedWorkspaceConfigurationException) Error

func (UnsupportedWorkspaceConfigurationException) GoString

GoString returns the string representation

func (UnsupportedWorkspaceConfigurationException) Message

Message returns the exception's message.

func (UnsupportedWorkspaceConfigurationException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (UnsupportedWorkspaceConfigurationException) RequestID

RequestID returns the service's response RequestID for request.

func (UnsupportedWorkspaceConfigurationException) StatusCode

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

func (UnsupportedWorkspaceConfigurationException) String

String returns the string representation

type UpdateRulesOfIpGroupInput

type UpdateRulesOfIpGroupInput struct {

	// The identifier of the group.
	//
	// GroupId is a required field
	GroupId *string `type:"string" required:"true"`

	// One or more rules.
	//
	// UserRules is a required field
	UserRules []*IpRuleItem `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateRulesOfIpGroupInput) GoString

func (s UpdateRulesOfIpGroupInput) GoString() string

GoString returns the string representation

func (*UpdateRulesOfIpGroupInput) SetGroupId

SetGroupId sets the GroupId field's value.

func (*UpdateRulesOfIpGroupInput) SetUserRules

SetUserRules sets the UserRules field's value.

func (UpdateRulesOfIpGroupInput) String

func (s UpdateRulesOfIpGroupInput) String() string

String returns the string representation

func (*UpdateRulesOfIpGroupInput) Validate

func (s *UpdateRulesOfIpGroupInput) Validate() error

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

type UpdateRulesOfIpGroupOutput

type UpdateRulesOfIpGroupOutput struct {
	// contains filtered or unexported fields
}

func (UpdateRulesOfIpGroupOutput) GoString

func (s UpdateRulesOfIpGroupOutput) GoString() string

GoString returns the string representation

func (UpdateRulesOfIpGroupOutput) String

String returns the string representation

type UserStorage

type UserStorage struct {

	// The size of the user storage.
	Capacity *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Describes the user storage for a WorkSpace bundle.

func (UserStorage) GoString

func (s UserStorage) GoString() string

GoString returns the string representation

func (*UserStorage) SetCapacity

func (s *UserStorage) SetCapacity(v string) *UserStorage

SetCapacity sets the Capacity field's value.

func (UserStorage) String

func (s UserStorage) String() string

String returns the string representation

type WorkSpaces

type WorkSpaces struct {
	*client.Client
}

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

WorkSpaces 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) *WorkSpaces

New creates a new instance of the WorkSpaces 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 WorkSpaces client from just a session.
svc := workspaces.New(mySession)

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

func (*WorkSpaces) AssociateIpGroups

func (c *WorkSpaces) AssociateIpGroups(input *AssociateIpGroupsInput) (*AssociateIpGroupsOutput, error)

AssociateIpGroups API operation for Amazon WorkSpaces.

Associates the specified IP access control group with the specified directory.

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 WorkSpaces's API operation AssociateIpGroups for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • AccessDeniedException The user is not authorized to access a resource.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/AssociateIpGroups

func (*WorkSpaces) AssociateIpGroupsRequest

func (c *WorkSpaces) AssociateIpGroupsRequest(input *AssociateIpGroupsInput) (req *request.Request, output *AssociateIpGroupsOutput)

AssociateIpGroupsRequest generates a "aws/request.Request" representing the client's request for the AssociateIpGroups 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 AssociateIpGroups for more information on using the AssociateIpGroups 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 AssociateIpGroupsRequest method.
req, resp := client.AssociateIpGroupsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/AssociateIpGroups

func (*WorkSpaces) AssociateIpGroupsWithContext

func (c *WorkSpaces) AssociateIpGroupsWithContext(ctx aws.Context, input *AssociateIpGroupsInput, opts ...request.Option) (*AssociateIpGroupsOutput, error)

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

See AssociateIpGroups 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 (*WorkSpaces) AuthorizeIpRules

func (c *WorkSpaces) AuthorizeIpRules(input *AuthorizeIpRulesInput) (*AuthorizeIpRulesOutput, error)

AuthorizeIpRules API operation for Amazon WorkSpaces.

Adds one or more rules to the specified IP access control group.

This action gives users permission to access their WorkSpaces from the CIDR address ranges specified in the rules.

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 WorkSpaces's API operation AuthorizeIpRules for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/AuthorizeIpRules

func (*WorkSpaces) AuthorizeIpRulesRequest

func (c *WorkSpaces) AuthorizeIpRulesRequest(input *AuthorizeIpRulesInput) (req *request.Request, output *AuthorizeIpRulesOutput)

AuthorizeIpRulesRequest generates a "aws/request.Request" representing the client's request for the AuthorizeIpRules 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 AuthorizeIpRules for more information on using the AuthorizeIpRules 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 AuthorizeIpRulesRequest method.
req, resp := client.AuthorizeIpRulesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/AuthorizeIpRules

func (*WorkSpaces) AuthorizeIpRulesWithContext

func (c *WorkSpaces) AuthorizeIpRulesWithContext(ctx aws.Context, input *AuthorizeIpRulesInput, opts ...request.Option) (*AuthorizeIpRulesOutput, error)

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

See AuthorizeIpRules 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 (*WorkSpaces) CopyWorkspaceImage

func (c *WorkSpaces) CopyWorkspaceImage(input *CopyWorkspaceImageInput) (*CopyWorkspaceImageOutput, error)

CopyWorkspaceImage API operation for Amazon WorkSpaces.

Copies the specified image from the specified Region to the current Region.

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 WorkSpaces's API operation CopyWorkspaceImage for usage and error information.

Returned Error Types:

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • ResourceAlreadyExistsException The specified resource already exists.

  • ResourceNotFoundException The resource could not be found.

  • ResourceUnavailableException The specified resource is not available.

  • OperationNotSupportedException This operation is not supported.

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CopyWorkspaceImage

func (*WorkSpaces) CopyWorkspaceImageRequest

func (c *WorkSpaces) CopyWorkspaceImageRequest(input *CopyWorkspaceImageInput) (req *request.Request, output *CopyWorkspaceImageOutput)

CopyWorkspaceImageRequest generates a "aws/request.Request" representing the client's request for the CopyWorkspaceImage 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 CopyWorkspaceImage for more information on using the CopyWorkspaceImage 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 CopyWorkspaceImageRequest method.
req, resp := client.CopyWorkspaceImageRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CopyWorkspaceImage

func (*WorkSpaces) CopyWorkspaceImageWithContext

func (c *WorkSpaces) CopyWorkspaceImageWithContext(ctx aws.Context, input *CopyWorkspaceImageInput, opts ...request.Option) (*CopyWorkspaceImageOutput, error)

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

See CopyWorkspaceImage 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 (*WorkSpaces) CreateIpGroup

func (c *WorkSpaces) CreateIpGroup(input *CreateIpGroupInput) (*CreateIpGroupOutput, error)

CreateIpGroup API operation for Amazon WorkSpaces.

Creates an IP access control group.

An IP access control group provides you with the ability to control the IP addresses from which users are allowed to access their WorkSpaces. To specify the CIDR address ranges, add rules to your IP access control group and then associate the group with your directory. You can add rules when you create the group or at any time using AuthorizeIpRules.

There is a default IP access control group associated with your directory. If you don't associate an IP access control group with your directory, the default group is used. The default group includes a default rule that allows users to access their WorkSpaces from anywhere. You cannot modify the default IP access control group for your directory.

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 WorkSpaces's API operation CreateIpGroup for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • ResourceAlreadyExistsException The specified resource already exists.

  • ResourceCreationFailedException The resource could not be created.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateIpGroup

func (*WorkSpaces) CreateIpGroupRequest

func (c *WorkSpaces) CreateIpGroupRequest(input *CreateIpGroupInput) (req *request.Request, output *CreateIpGroupOutput)

CreateIpGroupRequest generates a "aws/request.Request" representing the client's request for the CreateIpGroup 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 CreateIpGroup for more information on using the CreateIpGroup 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 CreateIpGroupRequest method.
req, resp := client.CreateIpGroupRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateIpGroup

func (*WorkSpaces) CreateIpGroupWithContext

func (c *WorkSpaces) CreateIpGroupWithContext(ctx aws.Context, input *CreateIpGroupInput, opts ...request.Option) (*CreateIpGroupOutput, error)

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

See CreateIpGroup 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 (*WorkSpaces) CreateTags

func (c *WorkSpaces) CreateTags(input *CreateTagsInput) (*CreateTagsOutput, error)

CreateTags API operation for Amazon WorkSpaces.

Creates the specified tags for the specified WorkSpaces 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 WorkSpaces's API operation CreateTags for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceLimitExceededException Your resource limits have been exceeded.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateTags

func (*WorkSpaces) CreateTagsRequest

func (c *WorkSpaces) CreateTagsRequest(input *CreateTagsInput) (req *request.Request, output *CreateTagsOutput)

CreateTagsRequest generates a "aws/request.Request" representing the client's request for the CreateTags 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 CreateTags for more information on using the CreateTags 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 CreateTagsRequest method.
req, resp := client.CreateTagsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateTags

func (*WorkSpaces) CreateTagsWithContext

func (c *WorkSpaces) CreateTagsWithContext(ctx aws.Context, input *CreateTagsInput, opts ...request.Option) (*CreateTagsOutput, error)

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

See CreateTags 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 (*WorkSpaces) CreateWorkspaces

func (c *WorkSpaces) CreateWorkspaces(input *CreateWorkspacesInput) (*CreateWorkspacesOutput, error)

CreateWorkspaces API operation for Amazon WorkSpaces.

Creates one or more WorkSpaces.

This operation is asynchronous and returns before the WorkSpaces are created.

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 WorkSpaces's API operation CreateWorkspaces for usage and error information.

Returned Error Types:

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspaces

func (*WorkSpaces) CreateWorkspacesRequest

func (c *WorkSpaces) CreateWorkspacesRequest(input *CreateWorkspacesInput) (req *request.Request, output *CreateWorkspacesOutput)

CreateWorkspacesRequest generates a "aws/request.Request" representing the client's request for the CreateWorkspaces 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 CreateWorkspaces for more information on using the CreateWorkspaces 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 CreateWorkspacesRequest method.
req, resp := client.CreateWorkspacesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspaces

func (*WorkSpaces) CreateWorkspacesWithContext

func (c *WorkSpaces) CreateWorkspacesWithContext(ctx aws.Context, input *CreateWorkspacesInput, opts ...request.Option) (*CreateWorkspacesOutput, error)

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

See CreateWorkspaces 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 (*WorkSpaces) DeleteIpGroup

func (c *WorkSpaces) DeleteIpGroup(input *DeleteIpGroupInput) (*DeleteIpGroupOutput, error)

DeleteIpGroup API operation for Amazon WorkSpaces.

Deletes the specified IP access control group.

You cannot delete an IP access control group that is associated with a directory.

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 WorkSpaces's API operation DeleteIpGroup for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceAssociatedException The resource is associated with a directory.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteIpGroup

func (*WorkSpaces) DeleteIpGroupRequest

func (c *WorkSpaces) DeleteIpGroupRequest(input *DeleteIpGroupInput) (req *request.Request, output *DeleteIpGroupOutput)

DeleteIpGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteIpGroup 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 DeleteIpGroup for more information on using the DeleteIpGroup 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 DeleteIpGroupRequest method.
req, resp := client.DeleteIpGroupRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteIpGroup

func (*WorkSpaces) DeleteIpGroupWithContext

func (c *WorkSpaces) DeleteIpGroupWithContext(ctx aws.Context, input *DeleteIpGroupInput, opts ...request.Option) (*DeleteIpGroupOutput, error)

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

See DeleteIpGroup 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 (*WorkSpaces) DeleteTags

func (c *WorkSpaces) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)

DeleteTags API operation for Amazon WorkSpaces.

Deletes the specified tags from the specified WorkSpaces 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 WorkSpaces's API operation DeleteTags for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteTags

func (*WorkSpaces) DeleteTagsRequest

func (c *WorkSpaces) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)

DeleteTagsRequest generates a "aws/request.Request" representing the client's request for the DeleteTags 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 DeleteTags for more information on using the DeleteTags 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 DeleteTagsRequest method.
req, resp := client.DeleteTagsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteTags

func (*WorkSpaces) DeleteTagsWithContext

func (c *WorkSpaces) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)

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

See DeleteTags 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 (*WorkSpaces) DeleteWorkspaceImage

func (c *WorkSpaces) DeleteWorkspaceImage(input *DeleteWorkspaceImageInput) (*DeleteWorkspaceImageOutput, error)

DeleteWorkspaceImage API operation for Amazon WorkSpaces.

Deletes the specified image from your account. To delete an image, you must first delete any bundles that are associated with the image and un-share the image if it is shared with other accounts.

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 WorkSpaces's API operation DeleteWorkspaceImage for usage and error information.

Returned Error Types:

  • ResourceAssociatedException The resource is associated with a directory.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteWorkspaceImage

func (*WorkSpaces) DeleteWorkspaceImageRequest

func (c *WorkSpaces) DeleteWorkspaceImageRequest(input *DeleteWorkspaceImageInput) (req *request.Request, output *DeleteWorkspaceImageOutput)

DeleteWorkspaceImageRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkspaceImage 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 DeleteWorkspaceImage for more information on using the DeleteWorkspaceImage 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 DeleteWorkspaceImageRequest method.
req, resp := client.DeleteWorkspaceImageRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteWorkspaceImage

func (*WorkSpaces) DeleteWorkspaceImageWithContext

func (c *WorkSpaces) DeleteWorkspaceImageWithContext(ctx aws.Context, input *DeleteWorkspaceImageInput, opts ...request.Option) (*DeleteWorkspaceImageOutput, error)

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

See DeleteWorkspaceImage 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 (*WorkSpaces) DeregisterWorkspaceDirectory

func (c *WorkSpaces) DeregisterWorkspaceDirectory(input *DeregisterWorkspaceDirectoryInput) (*DeregisterWorkspaceDirectoryOutput, error)

DeregisterWorkspaceDirectory API operation for Amazon WorkSpaces.

Deregisters the specified directory. This operation is asynchronous and returns before the WorkSpace directory is deregistered. If any WorkSpaces are registered to this directory, you must remove them before you can deregister the directory.

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 WorkSpaces's API operation DeregisterWorkspaceDirectory for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceNotFoundException The resource could not be found.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeregisterWorkspaceDirectory

func (*WorkSpaces) DeregisterWorkspaceDirectoryRequest

func (c *WorkSpaces) DeregisterWorkspaceDirectoryRequest(input *DeregisterWorkspaceDirectoryInput) (req *request.Request, output *DeregisterWorkspaceDirectoryOutput)

DeregisterWorkspaceDirectoryRequest generates a "aws/request.Request" representing the client's request for the DeregisterWorkspaceDirectory 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 DeregisterWorkspaceDirectory for more information on using the DeregisterWorkspaceDirectory 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 DeregisterWorkspaceDirectoryRequest method.
req, resp := client.DeregisterWorkspaceDirectoryRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeregisterWorkspaceDirectory

func (*WorkSpaces) DeregisterWorkspaceDirectoryWithContext

func (c *WorkSpaces) DeregisterWorkspaceDirectoryWithContext(ctx aws.Context, input *DeregisterWorkspaceDirectoryInput, opts ...request.Option) (*DeregisterWorkspaceDirectoryOutput, error)

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

See DeregisterWorkspaceDirectory 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 (*WorkSpaces) DescribeAccount

func (c *WorkSpaces) DescribeAccount(input *DescribeAccountInput) (*DescribeAccountOutput, error)

DescribeAccount API operation for Amazon WorkSpaces.

Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.

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 WorkSpaces's API operation DescribeAccount for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeAccount

func (*WorkSpaces) DescribeAccountModifications

func (c *WorkSpaces) DescribeAccountModifications(input *DescribeAccountModificationsInput) (*DescribeAccountModificationsOutput, error)

DescribeAccountModifications API operation for Amazon WorkSpaces.

Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.

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 WorkSpaces's API operation DescribeAccountModifications for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeAccountModifications

func (*WorkSpaces) DescribeAccountModificationsRequest

func (c *WorkSpaces) DescribeAccountModificationsRequest(input *DescribeAccountModificationsInput) (req *request.Request, output *DescribeAccountModificationsOutput)

DescribeAccountModificationsRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountModifications 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 DescribeAccountModifications for more information on using the DescribeAccountModifications 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 DescribeAccountModificationsRequest method.
req, resp := client.DescribeAccountModificationsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeAccountModifications

func (*WorkSpaces) DescribeAccountModificationsWithContext

func (c *WorkSpaces) DescribeAccountModificationsWithContext(ctx aws.Context, input *DescribeAccountModificationsInput, opts ...request.Option) (*DescribeAccountModificationsOutput, error)

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

See DescribeAccountModifications 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 (*WorkSpaces) DescribeAccountRequest

func (c *WorkSpaces) DescribeAccountRequest(input *DescribeAccountInput) (req *request.Request, output *DescribeAccountOutput)

DescribeAccountRequest generates a "aws/request.Request" representing the client's request for the DescribeAccount 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 DescribeAccount for more information on using the DescribeAccount 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 DescribeAccountRequest method.
req, resp := client.DescribeAccountRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeAccount

func (*WorkSpaces) DescribeAccountWithContext

func (c *WorkSpaces) DescribeAccountWithContext(ctx aws.Context, input *DescribeAccountInput, opts ...request.Option) (*DescribeAccountOutput, error)

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

See DescribeAccount 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 (*WorkSpaces) DescribeClientProperties

func (c *WorkSpaces) DescribeClientProperties(input *DescribeClientPropertiesInput) (*DescribeClientPropertiesOutput, error)

DescribeClientProperties API operation for Amazon WorkSpaces.

Retrieves a list that describes one or more specified Amazon WorkSpaces clients.

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 WorkSpaces's API operation DescribeClientProperties for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeClientProperties

func (*WorkSpaces) DescribeClientPropertiesRequest

func (c *WorkSpaces) DescribeClientPropertiesRequest(input *DescribeClientPropertiesInput) (req *request.Request, output *DescribeClientPropertiesOutput)

DescribeClientPropertiesRequest generates a "aws/request.Request" representing the client's request for the DescribeClientProperties 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 DescribeClientProperties for more information on using the DescribeClientProperties 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 DescribeClientPropertiesRequest method.
req, resp := client.DescribeClientPropertiesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeClientProperties

func (*WorkSpaces) DescribeClientPropertiesWithContext

func (c *WorkSpaces) DescribeClientPropertiesWithContext(ctx aws.Context, input *DescribeClientPropertiesInput, opts ...request.Option) (*DescribeClientPropertiesOutput, error)

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

See DescribeClientProperties 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 (*WorkSpaces) DescribeIpGroups

func (c *WorkSpaces) DescribeIpGroups(input *DescribeIpGroupsInput) (*DescribeIpGroupsOutput, error)

DescribeIpGroups API operation for Amazon WorkSpaces.

Describes one or more of your IP access control groups.

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 WorkSpaces's API operation DescribeIpGroups for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeIpGroups

func (*WorkSpaces) DescribeIpGroupsRequest

func (c *WorkSpaces) DescribeIpGroupsRequest(input *DescribeIpGroupsInput) (req *request.Request, output *DescribeIpGroupsOutput)

DescribeIpGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeIpGroups 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 DescribeIpGroups for more information on using the DescribeIpGroups 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 DescribeIpGroupsRequest method.
req, resp := client.DescribeIpGroupsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeIpGroups

func (*WorkSpaces) DescribeIpGroupsWithContext

func (c *WorkSpaces) DescribeIpGroupsWithContext(ctx aws.Context, input *DescribeIpGroupsInput, opts ...request.Option) (*DescribeIpGroupsOutput, error)

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

See DescribeIpGroups 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 (*WorkSpaces) DescribeTags

func (c *WorkSpaces) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)

DescribeTags API operation for Amazon WorkSpaces.

Describes the specified tags for the specified WorkSpaces 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 WorkSpaces's API operation DescribeTags for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeTags

func (*WorkSpaces) DescribeTagsRequest

func (c *WorkSpaces) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)

DescribeTagsRequest generates a "aws/request.Request" representing the client's request for the DescribeTags 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 DescribeTags for more information on using the DescribeTags 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 DescribeTagsRequest method.
req, resp := client.DescribeTagsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeTags

func (*WorkSpaces) DescribeTagsWithContext

func (c *WorkSpaces) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)

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

See DescribeTags 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 (*WorkSpaces) DescribeWorkspaceBundles

func (c *WorkSpaces) DescribeWorkspaceBundles(input *DescribeWorkspaceBundlesInput) (*DescribeWorkspaceBundlesOutput, error)

DescribeWorkspaceBundles API operation for Amazon WorkSpaces.

Retrieves a list that describes the available WorkSpace bundles.

You can filter the results using either bundle ID or owner, but not both.

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 WorkSpaces's API operation DescribeWorkspaceBundles for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceBundles

func (*WorkSpaces) DescribeWorkspaceBundlesPages

func (c *WorkSpaces) DescribeWorkspaceBundlesPages(input *DescribeWorkspaceBundlesInput, fn func(*DescribeWorkspaceBundlesOutput, bool) bool) error

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

See DescribeWorkspaceBundles 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 DescribeWorkspaceBundles operation.
pageNum := 0
err := client.DescribeWorkspaceBundlesPages(params,
    func(page *workspaces.DescribeWorkspaceBundlesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeWorkspaceBundlesPagesWithContext

func (c *WorkSpaces) DescribeWorkspaceBundlesPagesWithContext(ctx aws.Context, input *DescribeWorkspaceBundlesInput, fn func(*DescribeWorkspaceBundlesOutput, bool) bool, opts ...request.Option) error

DescribeWorkspaceBundlesPagesWithContext same as DescribeWorkspaceBundlesPages 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 (*WorkSpaces) DescribeWorkspaceBundlesRequest

func (c *WorkSpaces) DescribeWorkspaceBundlesRequest(input *DescribeWorkspaceBundlesInput) (req *request.Request, output *DescribeWorkspaceBundlesOutput)

DescribeWorkspaceBundlesRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceBundles 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 DescribeWorkspaceBundles for more information on using the DescribeWorkspaceBundles 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 DescribeWorkspaceBundlesRequest method.
req, resp := client.DescribeWorkspaceBundlesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceBundles

func (*WorkSpaces) DescribeWorkspaceBundlesWithContext

func (c *WorkSpaces) DescribeWorkspaceBundlesWithContext(ctx aws.Context, input *DescribeWorkspaceBundlesInput, opts ...request.Option) (*DescribeWorkspaceBundlesOutput, error)

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

See DescribeWorkspaceBundles 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 (*WorkSpaces) DescribeWorkspaceDirectories

func (c *WorkSpaces) DescribeWorkspaceDirectories(input *DescribeWorkspaceDirectoriesInput) (*DescribeWorkspaceDirectoriesOutput, error)

DescribeWorkspaceDirectories API operation for Amazon WorkSpaces.

Describes the available directories that are registered with Amazon WorkSpaces.

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 WorkSpaces's API operation DescribeWorkspaceDirectories for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceDirectories

func (*WorkSpaces) DescribeWorkspaceDirectoriesPages

func (c *WorkSpaces) DescribeWorkspaceDirectoriesPages(input *DescribeWorkspaceDirectoriesInput, fn func(*DescribeWorkspaceDirectoriesOutput, bool) bool) error

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

See DescribeWorkspaceDirectories 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 DescribeWorkspaceDirectories operation.
pageNum := 0
err := client.DescribeWorkspaceDirectoriesPages(params,
    func(page *workspaces.DescribeWorkspaceDirectoriesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeWorkspaceDirectoriesPagesWithContext

func (c *WorkSpaces) DescribeWorkspaceDirectoriesPagesWithContext(ctx aws.Context, input *DescribeWorkspaceDirectoriesInput, fn func(*DescribeWorkspaceDirectoriesOutput, bool) bool, opts ...request.Option) error

DescribeWorkspaceDirectoriesPagesWithContext same as DescribeWorkspaceDirectoriesPages 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 (*WorkSpaces) DescribeWorkspaceDirectoriesRequest

func (c *WorkSpaces) DescribeWorkspaceDirectoriesRequest(input *DescribeWorkspaceDirectoriesInput) (req *request.Request, output *DescribeWorkspaceDirectoriesOutput)

DescribeWorkspaceDirectoriesRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceDirectories 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 DescribeWorkspaceDirectories for more information on using the DescribeWorkspaceDirectories 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 DescribeWorkspaceDirectoriesRequest method.
req, resp := client.DescribeWorkspaceDirectoriesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceDirectories

func (*WorkSpaces) DescribeWorkspaceDirectoriesWithContext

func (c *WorkSpaces) DescribeWorkspaceDirectoriesWithContext(ctx aws.Context, input *DescribeWorkspaceDirectoriesInput, opts ...request.Option) (*DescribeWorkspaceDirectoriesOutput, error)

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

See DescribeWorkspaceDirectories 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 (*WorkSpaces) DescribeWorkspaceImages

func (c *WorkSpaces) DescribeWorkspaceImages(input *DescribeWorkspaceImagesInput) (*DescribeWorkspaceImagesOutput, error)

DescribeWorkspaceImages API operation for Amazon WorkSpaces.

Retrieves a list that describes one or more specified images, if the image identifiers are provided. Otherwise, all images in the account are described.

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 WorkSpaces's API operation DescribeWorkspaceImages for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceImages

func (*WorkSpaces) DescribeWorkspaceImagesRequest

func (c *WorkSpaces) DescribeWorkspaceImagesRequest(input *DescribeWorkspaceImagesInput) (req *request.Request, output *DescribeWorkspaceImagesOutput)

DescribeWorkspaceImagesRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceImages 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 DescribeWorkspaceImages for more information on using the DescribeWorkspaceImages 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 DescribeWorkspaceImagesRequest method.
req, resp := client.DescribeWorkspaceImagesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceImages

func (*WorkSpaces) DescribeWorkspaceImagesWithContext

func (c *WorkSpaces) DescribeWorkspaceImagesWithContext(ctx aws.Context, input *DescribeWorkspaceImagesInput, opts ...request.Option) (*DescribeWorkspaceImagesOutput, error)

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

See DescribeWorkspaceImages 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 (*WorkSpaces) DescribeWorkspaceSnapshots

func (c *WorkSpaces) DescribeWorkspaceSnapshots(input *DescribeWorkspaceSnapshotsInput) (*DescribeWorkspaceSnapshotsOutput, error)

DescribeWorkspaceSnapshots API operation for Amazon WorkSpaces.

Describes the snapshots for the specified WorkSpace.

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 WorkSpaces's API operation DescribeWorkspaceSnapshots for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceSnapshots

func (*WorkSpaces) DescribeWorkspaceSnapshotsRequest

func (c *WorkSpaces) DescribeWorkspaceSnapshotsRequest(input *DescribeWorkspaceSnapshotsInput) (req *request.Request, output *DescribeWorkspaceSnapshotsOutput)

DescribeWorkspaceSnapshotsRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceSnapshots 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 DescribeWorkspaceSnapshots for more information on using the DescribeWorkspaceSnapshots 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 DescribeWorkspaceSnapshotsRequest method.
req, resp := client.DescribeWorkspaceSnapshotsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceSnapshots

func (*WorkSpaces) DescribeWorkspaceSnapshotsWithContext

func (c *WorkSpaces) DescribeWorkspaceSnapshotsWithContext(ctx aws.Context, input *DescribeWorkspaceSnapshotsInput, opts ...request.Option) (*DescribeWorkspaceSnapshotsOutput, error)

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

See DescribeWorkspaceSnapshots 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 (*WorkSpaces) DescribeWorkspaces

func (c *WorkSpaces) DescribeWorkspaces(input *DescribeWorkspacesInput) (*DescribeWorkspacesOutput, error)

DescribeWorkspaces API operation for Amazon WorkSpaces.

Describes the specified WorkSpaces.

You can filter the results by using the bundle identifier, directory identifier, or owner, but you can specify only one filter at a time.

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 WorkSpaces's API operation DescribeWorkspaces for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceUnavailableException The specified resource is not available.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaces

func (*WorkSpaces) DescribeWorkspacesConnectionStatus

DescribeWorkspacesConnectionStatus API operation for Amazon WorkSpaces.

Describes the connection status of the specified WorkSpaces.

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 WorkSpaces's API operation DescribeWorkspacesConnectionStatus for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspacesConnectionStatus

func (*WorkSpaces) DescribeWorkspacesConnectionStatusRequest

func (c *WorkSpaces) DescribeWorkspacesConnectionStatusRequest(input *DescribeWorkspacesConnectionStatusInput) (req *request.Request, output *DescribeWorkspacesConnectionStatusOutput)

DescribeWorkspacesConnectionStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspacesConnectionStatus 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 DescribeWorkspacesConnectionStatus for more information on using the DescribeWorkspacesConnectionStatus 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 DescribeWorkspacesConnectionStatusRequest method.
req, resp := client.DescribeWorkspacesConnectionStatusRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspacesConnectionStatus

func (*WorkSpaces) DescribeWorkspacesConnectionStatusWithContext

func (c *WorkSpaces) DescribeWorkspacesConnectionStatusWithContext(ctx aws.Context, input *DescribeWorkspacesConnectionStatusInput, opts ...request.Option) (*DescribeWorkspacesConnectionStatusOutput, error)

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

See DescribeWorkspacesConnectionStatus 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 (*WorkSpaces) DescribeWorkspacesPages

func (c *WorkSpaces) DescribeWorkspacesPages(input *DescribeWorkspacesInput, fn func(*DescribeWorkspacesOutput, bool) bool) error

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

See DescribeWorkspaces 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 DescribeWorkspaces operation.
pageNum := 0
err := client.DescribeWorkspacesPages(params,
    func(page *workspaces.DescribeWorkspacesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeWorkspacesPagesWithContext

func (c *WorkSpaces) DescribeWorkspacesPagesWithContext(ctx aws.Context, input *DescribeWorkspacesInput, fn func(*DescribeWorkspacesOutput, bool) bool, opts ...request.Option) error

DescribeWorkspacesPagesWithContext same as DescribeWorkspacesPages 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 (*WorkSpaces) DescribeWorkspacesRequest

func (c *WorkSpaces) DescribeWorkspacesRequest(input *DescribeWorkspacesInput) (req *request.Request, output *DescribeWorkspacesOutput)

DescribeWorkspacesRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaces 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 DescribeWorkspaces for more information on using the DescribeWorkspaces 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 DescribeWorkspacesRequest method.
req, resp := client.DescribeWorkspacesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaces

func (*WorkSpaces) DescribeWorkspacesWithContext

func (c *WorkSpaces) DescribeWorkspacesWithContext(ctx aws.Context, input *DescribeWorkspacesInput, opts ...request.Option) (*DescribeWorkspacesOutput, error)

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

See DescribeWorkspaces 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 (*WorkSpaces) DisassociateIpGroups

func (c *WorkSpaces) DisassociateIpGroups(input *DisassociateIpGroupsInput) (*DisassociateIpGroupsOutput, error)

DisassociateIpGroups API operation for Amazon WorkSpaces.

Disassociates the specified IP access control group from the specified directory.

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 WorkSpaces's API operation DisassociateIpGroups for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DisassociateIpGroups

func (*WorkSpaces) DisassociateIpGroupsRequest

func (c *WorkSpaces) DisassociateIpGroupsRequest(input *DisassociateIpGroupsInput) (req *request.Request, output *DisassociateIpGroupsOutput)

DisassociateIpGroupsRequest generates a "aws/request.Request" representing the client's request for the DisassociateIpGroups 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 DisassociateIpGroups for more information on using the DisassociateIpGroups 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 DisassociateIpGroupsRequest method.
req, resp := client.DisassociateIpGroupsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DisassociateIpGroups

func (*WorkSpaces) DisassociateIpGroupsWithContext

func (c *WorkSpaces) DisassociateIpGroupsWithContext(ctx aws.Context, input *DisassociateIpGroupsInput, opts ...request.Option) (*DisassociateIpGroupsOutput, error)

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

See DisassociateIpGroups 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 (*WorkSpaces) ImportWorkspaceImage

func (c *WorkSpaces) ImportWorkspaceImage(input *ImportWorkspaceImageInput) (*ImportWorkspaceImageOutput, error)

ImportWorkspaceImage API operation for Amazon WorkSpaces.

Imports the specified Windows 7 or Windows 10 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed EC2 image that is in your AWS account, and you must own the image.

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 WorkSpaces's API operation ImportWorkspaceImage for usage and error information.

Returned Error Types:

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • ResourceAlreadyExistsException The specified resource already exists.

  • ResourceNotFoundException The resource could not be found.

  • OperationNotSupportedException This operation is not supported.

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ImportWorkspaceImage

func (*WorkSpaces) ImportWorkspaceImageRequest

func (c *WorkSpaces) ImportWorkspaceImageRequest(input *ImportWorkspaceImageInput) (req *request.Request, output *ImportWorkspaceImageOutput)

ImportWorkspaceImageRequest generates a "aws/request.Request" representing the client's request for the ImportWorkspaceImage 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 ImportWorkspaceImage for more information on using the ImportWorkspaceImage 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 ImportWorkspaceImageRequest method.
req, resp := client.ImportWorkspaceImageRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ImportWorkspaceImage

func (*WorkSpaces) ImportWorkspaceImageWithContext

func (c *WorkSpaces) ImportWorkspaceImageWithContext(ctx aws.Context, input *ImportWorkspaceImageInput, opts ...request.Option) (*ImportWorkspaceImageOutput, error)

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

See ImportWorkspaceImage 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 (*WorkSpaces) ListAvailableManagementCidrRanges

ListAvailableManagementCidrRanges API operation for Amazon WorkSpaces.

Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use for the network management interface when you enable Bring Your Own License (BYOL).

The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.

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 WorkSpaces's API operation ListAvailableManagementCidrRanges for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ListAvailableManagementCidrRanges

func (*WorkSpaces) ListAvailableManagementCidrRangesRequest

func (c *WorkSpaces) ListAvailableManagementCidrRangesRequest(input *ListAvailableManagementCidrRangesInput) (req *request.Request, output *ListAvailableManagementCidrRangesOutput)

ListAvailableManagementCidrRangesRequest generates a "aws/request.Request" representing the client's request for the ListAvailableManagementCidrRanges 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 ListAvailableManagementCidrRanges for more information on using the ListAvailableManagementCidrRanges 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 ListAvailableManagementCidrRangesRequest method.
req, resp := client.ListAvailableManagementCidrRangesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ListAvailableManagementCidrRanges

func (*WorkSpaces) ListAvailableManagementCidrRangesWithContext

func (c *WorkSpaces) ListAvailableManagementCidrRangesWithContext(ctx aws.Context, input *ListAvailableManagementCidrRangesInput, opts ...request.Option) (*ListAvailableManagementCidrRangesOutput, error)

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

See ListAvailableManagementCidrRanges 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 (*WorkSpaces) MigrateWorkspace

func (c *WorkSpaces) MigrateWorkspace(input *MigrateWorkspaceInput) (*MigrateWorkspaceOutput, error)

MigrateWorkspace API operation for Amazon WorkSpaces.

Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user volume.

The migration process recreates the WorkSpace by using a new root volume from the target bundle image and the user volume from the last available snapshot of the original WorkSpace. During migration, the original D:\Users\%USERNAME% user profile folder is renamed to D:\Users\%USERNAME%MMddyyTHHmmss%.NotMigrated. A new D:\Users\%USERNAME%\ folder is generated by the new OS. Certain files in the old user profile are moved to the new user profile.

For available migration scenarios, details about what happens during migration, and best practices, see Migrate a WorkSpace (https://docs.aws.amazon.com/workspaces/latest/adminguide/migrate-workspaces.html).

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 WorkSpaces's API operation MigrateWorkspace for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

  • OperationNotSupportedException This operation is not supported.

  • OperationInProgressException The properties of this WorkSpace are currently being modified. Try again in a moment.

  • ResourceUnavailableException The specified resource is not available.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/MigrateWorkspace

func (*WorkSpaces) MigrateWorkspaceRequest

func (c *WorkSpaces) MigrateWorkspaceRequest(input *MigrateWorkspaceInput) (req *request.Request, output *MigrateWorkspaceOutput)

MigrateWorkspaceRequest generates a "aws/request.Request" representing the client's request for the MigrateWorkspace 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 MigrateWorkspace for more information on using the MigrateWorkspace 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 MigrateWorkspaceRequest method.
req, resp := client.MigrateWorkspaceRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/MigrateWorkspace

func (*WorkSpaces) MigrateWorkspaceWithContext

func (c *WorkSpaces) MigrateWorkspaceWithContext(ctx aws.Context, input *MigrateWorkspaceInput, opts ...request.Option) (*MigrateWorkspaceOutput, error)

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

See MigrateWorkspace 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 (*WorkSpaces) ModifyAccount

func (c *WorkSpaces) ModifyAccount(input *ModifyAccountInput) (*ModifyAccountOutput, error)

ModifyAccount API operation for Amazon WorkSpaces.

Modifies the configuration of Bring Your Own License (BYOL) for the specified account.

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 WorkSpaces's API operation ModifyAccount for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • ResourceUnavailableException The specified resource is not available.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyAccount

func (*WorkSpaces) ModifyAccountRequest

func (c *WorkSpaces) ModifyAccountRequest(input *ModifyAccountInput) (req *request.Request, output *ModifyAccountOutput)

ModifyAccountRequest generates a "aws/request.Request" representing the client's request for the ModifyAccount 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 ModifyAccount for more information on using the ModifyAccount 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 ModifyAccountRequest method.
req, resp := client.ModifyAccountRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyAccount

func (*WorkSpaces) ModifyAccountWithContext

func (c *WorkSpaces) ModifyAccountWithContext(ctx aws.Context, input *ModifyAccountInput, opts ...request.Option) (*ModifyAccountOutput, error)

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

See ModifyAccount 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 (*WorkSpaces) ModifyClientProperties

func (c *WorkSpaces) ModifyClientProperties(input *ModifyClientPropertiesInput) (*ModifyClientPropertiesOutput, error)

ModifyClientProperties API operation for Amazon WorkSpaces.

Modifies the properties of the specified Amazon WorkSpaces clients.

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 WorkSpaces's API operation ModifyClientProperties for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyClientProperties

func (*WorkSpaces) ModifyClientPropertiesRequest

func (c *WorkSpaces) ModifyClientPropertiesRequest(input *ModifyClientPropertiesInput) (req *request.Request, output *ModifyClientPropertiesOutput)

ModifyClientPropertiesRequest generates a "aws/request.Request" representing the client's request for the ModifyClientProperties 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 ModifyClientProperties for more information on using the ModifyClientProperties 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 ModifyClientPropertiesRequest method.
req, resp := client.ModifyClientPropertiesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyClientProperties

func (*WorkSpaces) ModifyClientPropertiesWithContext

func (c *WorkSpaces) ModifyClientPropertiesWithContext(ctx aws.Context, input *ModifyClientPropertiesInput, opts ...request.Option) (*ModifyClientPropertiesOutput, error)

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

See ModifyClientProperties 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 (*WorkSpaces) ModifySelfservicePermissions

func (c *WorkSpaces) ModifySelfservicePermissions(input *ModifySelfservicePermissionsInput) (*ModifySelfservicePermissionsOutput, error)

ModifySelfservicePermissions API operation for Amazon WorkSpaces.

Modifies the self-service WorkSpace management capabilities for your users. For more information, see Enable Self-Service WorkSpace Management Capabilities for Your Users (https://docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html).

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 WorkSpaces's API operation ModifySelfservicePermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifySelfservicePermissions

func (*WorkSpaces) ModifySelfservicePermissionsRequest

func (c *WorkSpaces) ModifySelfservicePermissionsRequest(input *ModifySelfservicePermissionsInput) (req *request.Request, output *ModifySelfservicePermissionsOutput)

ModifySelfservicePermissionsRequest generates a "aws/request.Request" representing the client's request for the ModifySelfservicePermissions 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 ModifySelfservicePermissions for more information on using the ModifySelfservicePermissions 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 ModifySelfservicePermissionsRequest method.
req, resp := client.ModifySelfservicePermissionsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifySelfservicePermissions

func (*WorkSpaces) ModifySelfservicePermissionsWithContext

func (c *WorkSpaces) ModifySelfservicePermissionsWithContext(ctx aws.Context, input *ModifySelfservicePermissionsInput, opts ...request.Option) (*ModifySelfservicePermissionsOutput, error)

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

See ModifySelfservicePermissions 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 (*WorkSpaces) ModifyWorkspaceAccessProperties

func (c *WorkSpaces) ModifyWorkspaceAccessProperties(input *ModifyWorkspaceAccessPropertiesInput) (*ModifyWorkspaceAccessPropertiesOutput, error)

ModifyWorkspaceAccessProperties API operation for Amazon WorkSpaces.

Specifies which devices and operating systems users can use to access their WorkSpaces. For more information, see Control Device Access (https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html#control-device-access).

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 WorkSpaces's API operation ModifyWorkspaceAccessProperties for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceAccessProperties

func (*WorkSpaces) ModifyWorkspaceAccessPropertiesRequest

func (c *WorkSpaces) ModifyWorkspaceAccessPropertiesRequest(input *ModifyWorkspaceAccessPropertiesInput) (req *request.Request, output *ModifyWorkspaceAccessPropertiesOutput)

ModifyWorkspaceAccessPropertiesRequest generates a "aws/request.Request" representing the client's request for the ModifyWorkspaceAccessProperties 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 ModifyWorkspaceAccessProperties for more information on using the ModifyWorkspaceAccessProperties 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 ModifyWorkspaceAccessPropertiesRequest method.
req, resp := client.ModifyWorkspaceAccessPropertiesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceAccessProperties

func (*WorkSpaces) ModifyWorkspaceAccessPropertiesWithContext

func (c *WorkSpaces) ModifyWorkspaceAccessPropertiesWithContext(ctx aws.Context, input *ModifyWorkspaceAccessPropertiesInput, opts ...request.Option) (*ModifyWorkspaceAccessPropertiesOutput, error)

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

See ModifyWorkspaceAccessProperties 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 (*WorkSpaces) ModifyWorkspaceCreationProperties

ModifyWorkspaceCreationProperties API operation for Amazon WorkSpaces.

Modify the default properties used to create WorkSpaces.

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 WorkSpaces's API operation ModifyWorkspaceCreationProperties for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceCreationProperties

func (*WorkSpaces) ModifyWorkspaceCreationPropertiesRequest

func (c *WorkSpaces) ModifyWorkspaceCreationPropertiesRequest(input *ModifyWorkspaceCreationPropertiesInput) (req *request.Request, output *ModifyWorkspaceCreationPropertiesOutput)

ModifyWorkspaceCreationPropertiesRequest generates a "aws/request.Request" representing the client's request for the ModifyWorkspaceCreationProperties 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 ModifyWorkspaceCreationProperties for more information on using the ModifyWorkspaceCreationProperties 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 ModifyWorkspaceCreationPropertiesRequest method.
req, resp := client.ModifyWorkspaceCreationPropertiesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceCreationProperties

func (*WorkSpaces) ModifyWorkspaceCreationPropertiesWithContext

func (c *WorkSpaces) ModifyWorkspaceCreationPropertiesWithContext(ctx aws.Context, input *ModifyWorkspaceCreationPropertiesInput, opts ...request.Option) (*ModifyWorkspaceCreationPropertiesOutput, error)

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

See ModifyWorkspaceCreationProperties 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 (*WorkSpaces) ModifyWorkspaceProperties

func (c *WorkSpaces) ModifyWorkspaceProperties(input *ModifyWorkspacePropertiesInput) (*ModifyWorkspacePropertiesOutput, error)

ModifyWorkspaceProperties API operation for Amazon WorkSpaces.

Modifies the specified WorkSpace properties.

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 WorkSpaces's API operation ModifyWorkspaceProperties for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • OperationInProgressException The properties of this WorkSpace are currently being modified. Try again in a moment.

  • UnsupportedWorkspaceConfigurationException The configuration of this WorkSpace is not supported for this operation. For more information, see Required Configuration and Service Components for WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html).

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

  • ResourceUnavailableException The specified resource is not available.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceProperties

func (*WorkSpaces) ModifyWorkspacePropertiesRequest

func (c *WorkSpaces) ModifyWorkspacePropertiesRequest(input *ModifyWorkspacePropertiesInput) (req *request.Request, output *ModifyWorkspacePropertiesOutput)

ModifyWorkspacePropertiesRequest generates a "aws/request.Request" representing the client's request for the ModifyWorkspaceProperties 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 ModifyWorkspaceProperties for more information on using the ModifyWorkspaceProperties 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 ModifyWorkspacePropertiesRequest method.
req, resp := client.ModifyWorkspacePropertiesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceProperties

func (*WorkSpaces) ModifyWorkspacePropertiesWithContext

func (c *WorkSpaces) ModifyWorkspacePropertiesWithContext(ctx aws.Context, input *ModifyWorkspacePropertiesInput, opts ...request.Option) (*ModifyWorkspacePropertiesOutput, error)

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

See ModifyWorkspaceProperties 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 (*WorkSpaces) ModifyWorkspaceState

func (c *WorkSpaces) ModifyWorkspaceState(input *ModifyWorkspaceStateInput) (*ModifyWorkspaceStateOutput, error)

ModifyWorkspaceState API operation for Amazon WorkSpaces.

Sets the state of the specified WorkSpace.

To maintain a WorkSpace without being interrupted, set the WorkSpace state to ADMIN_MAINTENANCE. WorkSpaces in this state do not respond to requests to reboot, stop, start, rebuild, or restore. An AutoStop WorkSpace in this state is not stopped. Users cannot log into a WorkSpace in the ADMIN_MAINTENANCE state.

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 WorkSpaces's API operation ModifyWorkspaceState for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceState

func (*WorkSpaces) ModifyWorkspaceStateRequest

func (c *WorkSpaces) ModifyWorkspaceStateRequest(input *ModifyWorkspaceStateInput) (req *request.Request, output *ModifyWorkspaceStateOutput)

ModifyWorkspaceStateRequest generates a "aws/request.Request" representing the client's request for the ModifyWorkspaceState 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 ModifyWorkspaceState for more information on using the ModifyWorkspaceState 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 ModifyWorkspaceStateRequest method.
req, resp := client.ModifyWorkspaceStateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceState

func (*WorkSpaces) ModifyWorkspaceStateWithContext

func (c *WorkSpaces) ModifyWorkspaceStateWithContext(ctx aws.Context, input *ModifyWorkspaceStateInput, opts ...request.Option) (*ModifyWorkspaceStateOutput, error)

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

See ModifyWorkspaceState 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 (*WorkSpaces) RebootWorkspaces

func (c *WorkSpaces) RebootWorkspaces(input *RebootWorkspacesInput) (*RebootWorkspacesOutput, error)

RebootWorkspaces API operation for Amazon WorkSpaces.

Reboots the specified WorkSpaces.

You cannot reboot a WorkSpace unless its state is AVAILABLE or UNHEALTHY.

This operation is asynchronous and returns before the WorkSpaces have rebooted.

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 WorkSpaces's API operation RebootWorkspaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RebootWorkspaces

func (*WorkSpaces) RebootWorkspacesRequest

func (c *WorkSpaces) RebootWorkspacesRequest(input *RebootWorkspacesInput) (req *request.Request, output *RebootWorkspacesOutput)

RebootWorkspacesRequest generates a "aws/request.Request" representing the client's request for the RebootWorkspaces 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 RebootWorkspaces for more information on using the RebootWorkspaces 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 RebootWorkspacesRequest method.
req, resp := client.RebootWorkspacesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RebootWorkspaces

func (*WorkSpaces) RebootWorkspacesWithContext

func (c *WorkSpaces) RebootWorkspacesWithContext(ctx aws.Context, input *RebootWorkspacesInput, opts ...request.Option) (*RebootWorkspacesOutput, error)

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

See RebootWorkspaces 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 (*WorkSpaces) RebuildWorkspaces

func (c *WorkSpaces) RebuildWorkspaces(input *RebuildWorkspacesInput) (*RebuildWorkspacesOutput, error)

RebuildWorkspaces API operation for Amazon WorkSpaces.

Rebuilds the specified WorkSpace.

You cannot rebuild a WorkSpace unless its state is AVAILABLE, ERROR, UNHEALTHY, or STOPPED.

Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Rebuild a WorkSpace (https://docs.aws.amazon.com/workspaces/latest/adminguide/reset-workspace.html).

This operation is asynchronous and returns before the WorkSpaces have been completely rebuilt.

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 WorkSpaces's API operation RebuildWorkspaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RebuildWorkspaces

func (*WorkSpaces) RebuildWorkspacesRequest

func (c *WorkSpaces) RebuildWorkspacesRequest(input *RebuildWorkspacesInput) (req *request.Request, output *RebuildWorkspacesOutput)

RebuildWorkspacesRequest generates a "aws/request.Request" representing the client's request for the RebuildWorkspaces 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 RebuildWorkspaces for more information on using the RebuildWorkspaces 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 RebuildWorkspacesRequest method.
req, resp := client.RebuildWorkspacesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RebuildWorkspaces

func (*WorkSpaces) RebuildWorkspacesWithContext

func (c *WorkSpaces) RebuildWorkspacesWithContext(ctx aws.Context, input *RebuildWorkspacesInput, opts ...request.Option) (*RebuildWorkspacesOutput, error)

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

See RebuildWorkspaces 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 (*WorkSpaces) RegisterWorkspaceDirectory

func (c *WorkSpaces) RegisterWorkspaceDirectory(input *RegisterWorkspaceDirectoryInput) (*RegisterWorkspaceDirectoryOutput, error)

RegisterWorkspaceDirectory API operation for Amazon WorkSpaces.

Registers the specified directory. This operation is asynchronous and returns before the WorkSpace directory is registered. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role).

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 WorkSpaces's API operation RegisterWorkspaceDirectory for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • AccessDeniedException The user is not authorized to access a resource.

  • WorkspacesDefaultRoleNotFoundException The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role).

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • UnsupportedNetworkConfigurationException The configuration of this network is not supported for this operation, or your network configuration conflicts with the Amazon WorkSpaces management network IP range. For more information, see Configure a VPC for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html).

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RegisterWorkspaceDirectory

func (*WorkSpaces) RegisterWorkspaceDirectoryRequest

func (c *WorkSpaces) RegisterWorkspaceDirectoryRequest(input *RegisterWorkspaceDirectoryInput) (req *request.Request, output *RegisterWorkspaceDirectoryOutput)

RegisterWorkspaceDirectoryRequest generates a "aws/request.Request" representing the client's request for the RegisterWorkspaceDirectory 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 RegisterWorkspaceDirectory for more information on using the RegisterWorkspaceDirectory 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 RegisterWorkspaceDirectoryRequest method.
req, resp := client.RegisterWorkspaceDirectoryRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RegisterWorkspaceDirectory

func (*WorkSpaces) RegisterWorkspaceDirectoryWithContext

func (c *WorkSpaces) RegisterWorkspaceDirectoryWithContext(ctx aws.Context, input *RegisterWorkspaceDirectoryInput, opts ...request.Option) (*RegisterWorkspaceDirectoryOutput, error)

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

See RegisterWorkspaceDirectory 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 (*WorkSpaces) RestoreWorkspace

func (c *WorkSpaces) RestoreWorkspace(input *RestoreWorkspaceInput) (*RestoreWorkspaceOutput, error)

RestoreWorkspace API operation for Amazon WorkSpaces.

Restores the specified WorkSpace to its last known healthy state.

You cannot restore a WorkSpace unless its state is AVAILABLE, ERROR, UNHEALTHY, or STOPPED.

Restoring a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Restore a WorkSpace (https://docs.aws.amazon.com/workspaces/latest/adminguide/restore-workspace.html).

This operation is asynchronous and returns before the WorkSpace is completely restored.

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 WorkSpaces's API operation RestoreWorkspace for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RestoreWorkspace

func (*WorkSpaces) RestoreWorkspaceRequest

func (c *WorkSpaces) RestoreWorkspaceRequest(input *RestoreWorkspaceInput) (req *request.Request, output *RestoreWorkspaceOutput)

RestoreWorkspaceRequest generates a "aws/request.Request" representing the client's request for the RestoreWorkspace 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 RestoreWorkspace for more information on using the RestoreWorkspace 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 RestoreWorkspaceRequest method.
req, resp := client.RestoreWorkspaceRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RestoreWorkspace

func (*WorkSpaces) RestoreWorkspaceWithContext

func (c *WorkSpaces) RestoreWorkspaceWithContext(ctx aws.Context, input *RestoreWorkspaceInput, opts ...request.Option) (*RestoreWorkspaceOutput, error)

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

See RestoreWorkspace 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 (*WorkSpaces) RevokeIpRules

func (c *WorkSpaces) RevokeIpRules(input *RevokeIpRulesInput) (*RevokeIpRulesOutput, error)

RevokeIpRules API operation for Amazon WorkSpaces.

Removes one or more rules from the specified IP access control group.

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 WorkSpaces's API operation RevokeIpRules for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RevokeIpRules

func (*WorkSpaces) RevokeIpRulesRequest

func (c *WorkSpaces) RevokeIpRulesRequest(input *RevokeIpRulesInput) (req *request.Request, output *RevokeIpRulesOutput)

RevokeIpRulesRequest generates a "aws/request.Request" representing the client's request for the RevokeIpRules 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 RevokeIpRules for more information on using the RevokeIpRules 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 RevokeIpRulesRequest method.
req, resp := client.RevokeIpRulesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RevokeIpRules

func (*WorkSpaces) RevokeIpRulesWithContext

func (c *WorkSpaces) RevokeIpRulesWithContext(ctx aws.Context, input *RevokeIpRulesInput, opts ...request.Option) (*RevokeIpRulesOutput, error)

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

See RevokeIpRules 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 (*WorkSpaces) StartWorkspaces

func (c *WorkSpaces) StartWorkspaces(input *StartWorkspacesInput) (*StartWorkspacesOutput, error)

StartWorkspaces API operation for Amazon WorkSpaces.

Starts the specified WorkSpaces.

You cannot start a WorkSpace unless it has a running mode of AutoStop and a state of STOPPED.

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 WorkSpaces's API operation StartWorkspaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StartWorkspaces

func (*WorkSpaces) StartWorkspacesRequest

func (c *WorkSpaces) StartWorkspacesRequest(input *StartWorkspacesInput) (req *request.Request, output *StartWorkspacesOutput)

StartWorkspacesRequest generates a "aws/request.Request" representing the client's request for the StartWorkspaces 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 StartWorkspaces for more information on using the StartWorkspaces 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 StartWorkspacesRequest method.
req, resp := client.StartWorkspacesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StartWorkspaces

func (*WorkSpaces) StartWorkspacesWithContext

func (c *WorkSpaces) StartWorkspacesWithContext(ctx aws.Context, input *StartWorkspacesInput, opts ...request.Option) (*StartWorkspacesOutput, error)

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

See StartWorkspaces 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 (*WorkSpaces) StopWorkspaces

func (c *WorkSpaces) StopWorkspaces(input *StopWorkspacesInput) (*StopWorkspacesOutput, error)

StopWorkspaces API operation for Amazon WorkSpaces.

Stops the specified WorkSpaces.

You cannot stop a WorkSpace unless it has a running mode of AutoStop and a state of AVAILABLE, IMPAIRED, UNHEALTHY, or ERROR.

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 WorkSpaces's API operation StopWorkspaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StopWorkspaces

func (*WorkSpaces) StopWorkspacesRequest

func (c *WorkSpaces) StopWorkspacesRequest(input *StopWorkspacesInput) (req *request.Request, output *StopWorkspacesOutput)

StopWorkspacesRequest generates a "aws/request.Request" representing the client's request for the StopWorkspaces 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 StopWorkspaces for more information on using the StopWorkspaces 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 StopWorkspacesRequest method.
req, resp := client.StopWorkspacesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StopWorkspaces

func (*WorkSpaces) StopWorkspacesWithContext

func (c *WorkSpaces) StopWorkspacesWithContext(ctx aws.Context, input *StopWorkspacesInput, opts ...request.Option) (*StopWorkspacesOutput, error)

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

See StopWorkspaces 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 (*WorkSpaces) TerminateWorkspaces

func (c *WorkSpaces) TerminateWorkspaces(input *TerminateWorkspacesInput) (*TerminateWorkspacesOutput, error)

TerminateWorkspaces API operation for Amazon WorkSpaces.

Terminates the specified WorkSpaces.

Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is destroyed. If you need to archive any user data, contact Amazon Web Services before terminating the WorkSpace.

You can terminate a WorkSpace that is in any state except SUSPENDED.

This operation is asynchronous and returns before the WorkSpaces have been completely terminated.

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 WorkSpaces's API operation TerminateWorkspaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/TerminateWorkspaces

func (*WorkSpaces) TerminateWorkspacesRequest

func (c *WorkSpaces) TerminateWorkspacesRequest(input *TerminateWorkspacesInput) (req *request.Request, output *TerminateWorkspacesOutput)

TerminateWorkspacesRequest generates a "aws/request.Request" representing the client's request for the TerminateWorkspaces 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 TerminateWorkspaces for more information on using the TerminateWorkspaces 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 TerminateWorkspacesRequest method.
req, resp := client.TerminateWorkspacesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/TerminateWorkspaces

func (*WorkSpaces) TerminateWorkspacesWithContext

func (c *WorkSpaces) TerminateWorkspacesWithContext(ctx aws.Context, input *TerminateWorkspacesInput, opts ...request.Option) (*TerminateWorkspacesOutput, error)

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

See TerminateWorkspaces 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 (*WorkSpaces) UpdateRulesOfIpGroup

func (c *WorkSpaces) UpdateRulesOfIpGroup(input *UpdateRulesOfIpGroupInput) (*UpdateRulesOfIpGroupOutput, error)

UpdateRulesOfIpGroup API operation for Amazon WorkSpaces.

Replaces the current rules of the specified IP access control group with the specified rules.

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 WorkSpaces's API operation UpdateRulesOfIpGroup for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateRulesOfIpGroup

func (*WorkSpaces) UpdateRulesOfIpGroupRequest

func (c *WorkSpaces) UpdateRulesOfIpGroupRequest(input *UpdateRulesOfIpGroupInput) (req *request.Request, output *UpdateRulesOfIpGroupOutput)

UpdateRulesOfIpGroupRequest generates a "aws/request.Request" representing the client's request for the UpdateRulesOfIpGroup 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 UpdateRulesOfIpGroup for more information on using the UpdateRulesOfIpGroup 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 UpdateRulesOfIpGroupRequest method.
req, resp := client.UpdateRulesOfIpGroupRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateRulesOfIpGroup

func (*WorkSpaces) UpdateRulesOfIpGroupWithContext

func (c *WorkSpaces) UpdateRulesOfIpGroupWithContext(ctx aws.Context, input *UpdateRulesOfIpGroupInput, opts ...request.Option) (*UpdateRulesOfIpGroupOutput, error)

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

See UpdateRulesOfIpGroup 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 Workspace

type Workspace struct {

	// The identifier of the bundle used to create the WorkSpace.
	BundleId *string `type:"string"`

	// The name of the WorkSpace, as seen by the operating system.
	ComputerName *string `type:"string"`

	// The identifier of the AWS Directory Service directory for the WorkSpace.
	DirectoryId *string `min:"10" type:"string"`

	// The error code that is returned if the WorkSpace cannot be created.
	ErrorCode *string `type:"string"`

	// The text of the error message that is returned if the WorkSpace cannot be
	// created.
	ErrorMessage *string `type:"string"`

	// The IP address of the WorkSpace.
	IpAddress *string `type:"string"`

	// The modification states of the WorkSpace.
	ModificationStates []*ModificationState `type:"list"`

	// Indicates whether the data stored on the root volume is encrypted.
	RootVolumeEncryptionEnabled *bool `type:"boolean"`

	// The operational state of the WorkSpace.
	State *string `type:"string" enum:"WorkspaceState"`

	// The identifier of the subnet for the WorkSpace.
	SubnetId *string `min:"15" type:"string"`

	// The user for the WorkSpace.
	UserName *string `min:"1" type:"string"`

	// Indicates whether the data stored on the user volume is encrypted.
	UserVolumeEncryptionEnabled *bool `type:"boolean"`

	// The symmetric AWS KMS customer master key (CMK) used to encrypt data stored
	// on your WorkSpace. Amazon WorkSpaces does not support asymmetric CMKs.
	VolumeEncryptionKey *string `type:"string"`

	// The identifier of the WorkSpace.
	WorkspaceId *string `type:"string"`

	// The properties of the WorkSpace.
	WorkspaceProperties *WorkspaceProperties `type:"structure"`
	// contains filtered or unexported fields
}

Describes a WorkSpace.

func (Workspace) GoString

func (s Workspace) GoString() string

GoString returns the string representation

func (*Workspace) SetBundleId

func (s *Workspace) SetBundleId(v string) *Workspace

SetBundleId sets the BundleId field's value.

func (*Workspace) SetComputerName

func (s *Workspace) SetComputerName(v string) *Workspace

SetComputerName sets the ComputerName field's value.

func (*Workspace) SetDirectoryId

func (s *Workspace) SetDirectoryId(v string) *Workspace

SetDirectoryId sets the DirectoryId field's value.

func (*Workspace) SetErrorCode

func (s *Workspace) SetErrorCode(v string) *Workspace

SetErrorCode sets the ErrorCode field's value.

func (*Workspace) SetErrorMessage

func (s *Workspace) SetErrorMessage(v string) *Workspace

SetErrorMessage sets the ErrorMessage field's value.

func (*Workspace) SetIpAddress

func (s *Workspace) SetIpAddress(v string) *Workspace

SetIpAddress sets the IpAddress field's value.

func (*Workspace) SetModificationStates

func (s *Workspace) SetModificationStates(v []*ModificationState) *Workspace

SetModificationStates sets the ModificationStates field's value.

func (*Workspace) SetRootVolumeEncryptionEnabled

func (s *Workspace) SetRootVolumeEncryptionEnabled(v bool) *Workspace

SetRootVolumeEncryptionEnabled sets the RootVolumeEncryptionEnabled field's value.

func (*Workspace) SetState

func (s *Workspace) SetState(v string) *Workspace

SetState sets the State field's value.

func (*Workspace) SetSubnetId

func (s *Workspace) SetSubnetId(v string) *Workspace

SetSubnetId sets the SubnetId field's value.

func (*Workspace) SetUserName

func (s *Workspace) SetUserName(v string) *Workspace

SetUserName sets the UserName field's value.

func (*Workspace) SetUserVolumeEncryptionEnabled

func (s *Workspace) SetUserVolumeEncryptionEnabled(v bool) *Workspace

SetUserVolumeEncryptionEnabled sets the UserVolumeEncryptionEnabled field's value.

func (*Workspace) SetVolumeEncryptionKey

func (s *Workspace) SetVolumeEncryptionKey(v string) *Workspace

SetVolumeEncryptionKey sets the VolumeEncryptionKey field's value.

func (*Workspace) SetWorkspaceId

func (s *Workspace) SetWorkspaceId(v string) *Workspace

SetWorkspaceId sets the WorkspaceId field's value.

func (*Workspace) SetWorkspaceProperties

func (s *Workspace) SetWorkspaceProperties(v *WorkspaceProperties) *Workspace

SetWorkspaceProperties sets the WorkspaceProperties field's value.

func (Workspace) String

func (s Workspace) String() string

String returns the string representation

type WorkspaceAccessProperties

type WorkspaceAccessProperties struct {

	// Indicates whether users can use Android devices to access their WorkSpaces.
	DeviceTypeAndroid *string `type:"string" enum:"AccessPropertyValue"`

	// Indicates whether users can use Chromebooks to access their WorkSpaces.
	DeviceTypeChromeOs *string `type:"string" enum:"AccessPropertyValue"`

	// Indicates whether users can use iOS devices to access their WorkSpaces.
	DeviceTypeIos *string `type:"string" enum:"AccessPropertyValue"`

	// Indicates whether users can use macOS clients to access their WorkSpaces.
	// To restrict WorkSpaces access to trusted devices (also known as managed devices)
	// with valid certificates, specify a value of TRUST. For more information,
	// see Restrict WorkSpaces Access to Trusted Devices (https://docs.aws.amazon.com/workspaces/latest/adminguide/trusted-devices.html).
	DeviceTypeOsx *string `type:"string" enum:"AccessPropertyValue"`

	// Indicates whether users can access their WorkSpaces through a web browser.
	DeviceTypeWeb *string `type:"string" enum:"AccessPropertyValue"`

	// Indicates whether users can use Windows clients to access their WorkSpaces.
	// To restrict WorkSpaces access to trusted devices (also known as managed devices)
	// with valid certificates, specify a value of TRUST. For more information,
	// see Restrict WorkSpaces Access to Trusted Devices (https://docs.aws.amazon.com/workspaces/latest/adminguide/trusted-devices.html).
	DeviceTypeWindows *string `type:"string" enum:"AccessPropertyValue"`

	// Indicates whether users can use zero client devices to access their WorkSpaces.
	DeviceTypeZeroClient *string `type:"string" enum:"AccessPropertyValue"`
	// contains filtered or unexported fields
}

The device types and operating systems that can be used to access a WorkSpace. For more information, see Amazon WorkSpaces Client Network Requirements (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-network-requirements.html).

func (WorkspaceAccessProperties) GoString

func (s WorkspaceAccessProperties) GoString() string

GoString returns the string representation

func (*WorkspaceAccessProperties) SetDeviceTypeAndroid

func (s *WorkspaceAccessProperties) SetDeviceTypeAndroid(v string) *WorkspaceAccessProperties

SetDeviceTypeAndroid sets the DeviceTypeAndroid field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeChromeOs

func (s *WorkspaceAccessProperties) SetDeviceTypeChromeOs(v string) *WorkspaceAccessProperties

SetDeviceTypeChromeOs sets the DeviceTypeChromeOs field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeIos

SetDeviceTypeIos sets the DeviceTypeIos field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeOsx

SetDeviceTypeOsx sets the DeviceTypeOsx field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeWeb

SetDeviceTypeWeb sets the DeviceTypeWeb field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeWindows

func (s *WorkspaceAccessProperties) SetDeviceTypeWindows(v string) *WorkspaceAccessProperties

SetDeviceTypeWindows sets the DeviceTypeWindows field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeZeroClient

func (s *WorkspaceAccessProperties) SetDeviceTypeZeroClient(v string) *WorkspaceAccessProperties

SetDeviceTypeZeroClient sets the DeviceTypeZeroClient field's value.

func (WorkspaceAccessProperties) String

func (s WorkspaceAccessProperties) String() string

String returns the string representation

type WorkspaceBundle

type WorkspaceBundle struct {

	// The bundle identifier.
	BundleId *string `type:"string"`

	// The compute type. For more information, see Amazon WorkSpaces Bundles (http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles).
	ComputeType *ComputeType `type:"structure"`

	// A description.
	Description *string `type:"string"`

	// The image identifier of the bundle.
	ImageId *string `type:"string"`

	// The last time that the bundle was updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The name of the bundle.
	Name *string `min:"1" type:"string"`

	// The owner of the bundle. This is the account identifier of the owner, or
	// AMAZON if the bundle is provided by AWS.
	Owner *string `type:"string"`

	// The size of the root volume.
	RootStorage *RootStorage `type:"structure"`

	// The size of the user storage.
	UserStorage *UserStorage `type:"structure"`
	// contains filtered or unexported fields
}

Describes a WorkSpace bundle.

func (WorkspaceBundle) GoString

func (s WorkspaceBundle) GoString() string

GoString returns the string representation

func (*WorkspaceBundle) SetBundleId

func (s *WorkspaceBundle) SetBundleId(v string) *WorkspaceBundle

SetBundleId sets the BundleId field's value.

func (*WorkspaceBundle) SetComputeType

func (s *WorkspaceBundle) SetComputeType(v *ComputeType) *WorkspaceBundle

SetComputeType sets the ComputeType field's value.

func (*WorkspaceBundle) SetDescription

func (s *WorkspaceBundle) SetDescription(v string) *WorkspaceBundle

SetDescription sets the Description field's value.

func (*WorkspaceBundle) SetImageId

func (s *WorkspaceBundle) SetImageId(v string) *WorkspaceBundle

SetImageId sets the ImageId field's value.

func (*WorkspaceBundle) SetLastUpdatedTime

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

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*WorkspaceBundle) SetName

func (s *WorkspaceBundle) SetName(v string) *WorkspaceBundle

SetName sets the Name field's value.

func (*WorkspaceBundle) SetOwner

func (s *WorkspaceBundle) SetOwner(v string) *WorkspaceBundle

SetOwner sets the Owner field's value.

func (*WorkspaceBundle) SetRootStorage

func (s *WorkspaceBundle) SetRootStorage(v *RootStorage) *WorkspaceBundle

SetRootStorage sets the RootStorage field's value.

func (*WorkspaceBundle) SetUserStorage

func (s *WorkspaceBundle) SetUserStorage(v *UserStorage) *WorkspaceBundle

SetUserStorage sets the UserStorage field's value.

func (WorkspaceBundle) String

func (s WorkspaceBundle) String() string

String returns the string representation

type WorkspaceConnectionStatus

type WorkspaceConnectionStatus struct {

	// The connection state of the WorkSpace. The connection state is unknown if
	// the WorkSpace is stopped.
	ConnectionState *string `type:"string" enum:"ConnectionState"`

	// The timestamp of the connection status check.
	ConnectionStateCheckTimestamp *time.Time `type:"timestamp"`

	// The timestamp of the last known user connection.
	LastKnownUserConnectionTimestamp *time.Time `type:"timestamp"`

	// The identifier of the WorkSpace.
	WorkspaceId *string `type:"string"`
	// contains filtered or unexported fields
}

Describes the connection status of a WorkSpace.

func (WorkspaceConnectionStatus) GoString

func (s WorkspaceConnectionStatus) GoString() string

GoString returns the string representation

func (*WorkspaceConnectionStatus) SetConnectionState

SetConnectionState sets the ConnectionState field's value.

func (*WorkspaceConnectionStatus) SetConnectionStateCheckTimestamp

func (s *WorkspaceConnectionStatus) SetConnectionStateCheckTimestamp(v time.Time) *WorkspaceConnectionStatus

SetConnectionStateCheckTimestamp sets the ConnectionStateCheckTimestamp field's value.

func (*WorkspaceConnectionStatus) SetLastKnownUserConnectionTimestamp

func (s *WorkspaceConnectionStatus) SetLastKnownUserConnectionTimestamp(v time.Time) *WorkspaceConnectionStatus

SetLastKnownUserConnectionTimestamp sets the LastKnownUserConnectionTimestamp field's value.

func (*WorkspaceConnectionStatus) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (WorkspaceConnectionStatus) String

func (s WorkspaceConnectionStatus) String() string

String returns the string representation

type WorkspaceCreationProperties

type WorkspaceCreationProperties struct {

	// The identifier of your custom security group.
	CustomSecurityGroupId *string `min:"11" type:"string"`

	// The default organizational unit (OU) for your WorkSpace directories.
	DefaultOu *string `type:"string"`

	// Indicates whether internet access is enabled for your WorkSpaces.
	EnableInternetAccess *bool `type:"boolean"`

	// Indicates whether maintenance mode is enabled for your WorkSpaces. For more
	// information, see WorkSpace Maintenance (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html).
	EnableMaintenanceMode *bool `type:"boolean"`

	// Indicates whether users are local administrators of their WorkSpaces.
	UserEnabledAsLocalAdministrator *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Describes the default properties that are used for creating WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html).

func (WorkspaceCreationProperties) GoString

func (s WorkspaceCreationProperties) GoString() string

GoString returns the string representation

func (*WorkspaceCreationProperties) SetCustomSecurityGroupId

func (s *WorkspaceCreationProperties) SetCustomSecurityGroupId(v string) *WorkspaceCreationProperties

SetCustomSecurityGroupId sets the CustomSecurityGroupId field's value.

func (*WorkspaceCreationProperties) SetDefaultOu

SetDefaultOu sets the DefaultOu field's value.

func (*WorkspaceCreationProperties) SetEnableInternetAccess

func (s *WorkspaceCreationProperties) SetEnableInternetAccess(v bool) *WorkspaceCreationProperties

SetEnableInternetAccess sets the EnableInternetAccess field's value.

func (*WorkspaceCreationProperties) SetEnableMaintenanceMode

func (s *WorkspaceCreationProperties) SetEnableMaintenanceMode(v bool) *WorkspaceCreationProperties

SetEnableMaintenanceMode sets the EnableMaintenanceMode field's value.

func (*WorkspaceCreationProperties) SetUserEnabledAsLocalAdministrator

func (s *WorkspaceCreationProperties) SetUserEnabledAsLocalAdministrator(v bool) *WorkspaceCreationProperties

SetUserEnabledAsLocalAdministrator sets the UserEnabledAsLocalAdministrator field's value.

func (WorkspaceCreationProperties) String

String returns the string representation

func (*WorkspaceCreationProperties) Validate

func (s *WorkspaceCreationProperties) Validate() error

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

type WorkspaceDirectory

type WorkspaceDirectory struct {

	// The directory alias.
	Alias *string `type:"string"`

	// The user name for the service account.
	CustomerUserName *string `min:"1" type:"string"`

	// The directory identifier.
	DirectoryId *string `min:"10" type:"string"`

	// The name of the directory.
	DirectoryName *string `type:"string"`

	// The directory type.
	DirectoryType *string `type:"string" enum:"WorkspaceDirectoryType"`

	// The IP addresses of the DNS servers for the directory.
	DnsIpAddresses []*string `type:"list"`

	// The identifier of the IAM role. This is the role that allows Amazon WorkSpaces
	// to make calls to other services, such as Amazon EC2, on your behalf.
	IamRoleId *string `type:"string"`

	// The identifiers of the IP access control groups associated with the directory.
	IpGroupIds []*string `locationName:"ipGroupIds" type:"list"`

	// The registration code for the directory. This is the code that users enter
	// in their Amazon WorkSpaces client application to connect to the directory.
	RegistrationCode *string `min:"1" type:"string"`

	// The default self-service permissions for WorkSpaces in the directory.
	SelfservicePermissions *SelfservicePermissions `type:"structure"`

	// The state of the directory's registration with Amazon WorkSpaces.
	State *string `type:"string" enum:"WorkspaceDirectoryState"`

	// The identifiers of the subnets used with the directory.
	SubnetIds []*string `type:"list"`

	// Specifies whether the directory is dedicated or shared. To use Bring Your
	// Own License (BYOL), this value must be set to DEDICATED. For more information,
	// see Bring Your Own Windows Desktop Images (https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html).
	Tenancy *string `type:"string" enum:"Tenancy"`

	// The devices and operating systems that users can use to access WorkSpaces.
	WorkspaceAccessProperties *WorkspaceAccessProperties `type:"structure"`

	// The default creation properties for all WorkSpaces in the directory.
	WorkspaceCreationProperties *DefaultWorkspaceCreationProperties `type:"structure"`

	// The identifier of the security group that is assigned to new WorkSpaces.
	WorkspaceSecurityGroupId *string `min:"11" type:"string"`
	// contains filtered or unexported fields
}

Describes a directory that is used with Amazon WorkSpaces.

func (WorkspaceDirectory) GoString

func (s WorkspaceDirectory) GoString() string

GoString returns the string representation

func (*WorkspaceDirectory) SetAlias

SetAlias sets the Alias field's value.

func (*WorkspaceDirectory) SetCustomerUserName

func (s *WorkspaceDirectory) SetCustomerUserName(v string) *WorkspaceDirectory

SetCustomerUserName sets the CustomerUserName field's value.

func (*WorkspaceDirectory) SetDirectoryId

func (s *WorkspaceDirectory) SetDirectoryId(v string) *WorkspaceDirectory

SetDirectoryId sets the DirectoryId field's value.

func (*WorkspaceDirectory) SetDirectoryName

func (s *WorkspaceDirectory) SetDirectoryName(v string) *WorkspaceDirectory

SetDirectoryName sets the DirectoryName field's value.

func (*WorkspaceDirectory) SetDirectoryType

func (s *WorkspaceDirectory) SetDirectoryType(v string) *WorkspaceDirectory

SetDirectoryType sets the DirectoryType field's value.

func (*WorkspaceDirectory) SetDnsIpAddresses

func (s *WorkspaceDirectory) SetDnsIpAddresses(v []*string) *WorkspaceDirectory

SetDnsIpAddresses sets the DnsIpAddresses field's value.

func (*WorkspaceDirectory) SetIamRoleId

func (s *WorkspaceDirectory) SetIamRoleId(v string) *WorkspaceDirectory

SetIamRoleId sets the IamRoleId field's value.

func (*WorkspaceDirectory) SetIpGroupIds

func (s *WorkspaceDirectory) SetIpGroupIds(v []*string) *WorkspaceDirectory

SetIpGroupIds sets the IpGroupIds field's value.

func (*WorkspaceDirectory) SetRegistrationCode

func (s *WorkspaceDirectory) SetRegistrationCode(v string) *WorkspaceDirectory

SetRegistrationCode sets the RegistrationCode field's value.

func (*WorkspaceDirectory) SetSelfservicePermissions

func (s *WorkspaceDirectory) SetSelfservicePermissions(v *SelfservicePermissions) *WorkspaceDirectory

SetSelfservicePermissions sets the SelfservicePermissions field's value.

func (*WorkspaceDirectory) SetState

SetState sets the State field's value.

func (*WorkspaceDirectory) SetSubnetIds

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

SetSubnetIds sets the SubnetIds field's value.

func (*WorkspaceDirectory) SetTenancy

func (s *WorkspaceDirectory) SetTenancy(v string) *WorkspaceDirectory

SetTenancy sets the Tenancy field's value.

func (*WorkspaceDirectory) SetWorkspaceAccessProperties

func (s *WorkspaceDirectory) SetWorkspaceAccessProperties(v *WorkspaceAccessProperties) *WorkspaceDirectory

SetWorkspaceAccessProperties sets the WorkspaceAccessProperties field's value.

func (*WorkspaceDirectory) SetWorkspaceCreationProperties

func (s *WorkspaceDirectory) SetWorkspaceCreationProperties(v *DefaultWorkspaceCreationProperties) *WorkspaceDirectory

SetWorkspaceCreationProperties sets the WorkspaceCreationProperties field's value.

func (*WorkspaceDirectory) SetWorkspaceSecurityGroupId

func (s *WorkspaceDirectory) SetWorkspaceSecurityGroupId(v string) *WorkspaceDirectory

SetWorkspaceSecurityGroupId sets the WorkspaceSecurityGroupId field's value.

func (WorkspaceDirectory) String

func (s WorkspaceDirectory) String() string

String returns the string representation

type WorkspaceImage

type WorkspaceImage struct {

	// The description of the image.
	Description *string `min:"1" type:"string"`

	// The error code that is returned for the image.
	ErrorCode *string `type:"string"`

	// The text of the error message that is returned for the image.
	ErrorMessage *string `type:"string"`

	// The identifier of the image.
	ImageId *string `type:"string"`

	// The name of the image.
	Name *string `min:"1" type:"string"`

	// The operating system that the image is running.
	OperatingSystem *OperatingSystem `type:"structure"`

	// Specifies whether the image is running on dedicated hardware. When Bring
	// Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more
	// information, see Bring Your Own Windows Desktop Images (https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html).
	RequiredTenancy *string `type:"string" enum:"WorkspaceImageRequiredTenancy"`

	// The status of the image.
	State *string `type:"string" enum:"WorkspaceImageState"`
	// contains filtered or unexported fields
}

Describes a WorkSpace image.

func (WorkspaceImage) GoString

func (s WorkspaceImage) GoString() string

GoString returns the string representation

func (*WorkspaceImage) SetDescription

func (s *WorkspaceImage) SetDescription(v string) *WorkspaceImage

SetDescription sets the Description field's value.

func (*WorkspaceImage) SetErrorCode

func (s *WorkspaceImage) SetErrorCode(v string) *WorkspaceImage

SetErrorCode sets the ErrorCode field's value.

func (*WorkspaceImage) SetErrorMessage

func (s *WorkspaceImage) SetErrorMessage(v string) *WorkspaceImage

SetErrorMessage sets the ErrorMessage field's value.

func (*WorkspaceImage) SetImageId

func (s *WorkspaceImage) SetImageId(v string) *WorkspaceImage

SetImageId sets the ImageId field's value.

func (*WorkspaceImage) SetName

func (s *WorkspaceImage) SetName(v string) *WorkspaceImage

SetName sets the Name field's value.

func (*WorkspaceImage) SetOperatingSystem

func (s *WorkspaceImage) SetOperatingSystem(v *OperatingSystem) *WorkspaceImage

SetOperatingSystem sets the OperatingSystem field's value.

func (*WorkspaceImage) SetRequiredTenancy

func (s *WorkspaceImage) SetRequiredTenancy(v string) *WorkspaceImage

SetRequiredTenancy sets the RequiredTenancy field's value.

func (*WorkspaceImage) SetState

func (s *WorkspaceImage) SetState(v string) *WorkspaceImage

SetState sets the State field's value.

func (WorkspaceImage) String

func (s WorkspaceImage) String() string

String returns the string representation

type WorkspaceProperties

type WorkspaceProperties struct {

	// The compute type. For more information, see Amazon WorkSpaces Bundles (http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles).
	ComputeTypeName *string `type:"string" enum:"Compute"`

	// The size of the root volume.
	RootVolumeSizeGib *int64 `type:"integer"`

	// The running mode. For more information, see Manage the WorkSpace Running
	// Mode (https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html).
	RunningMode *string `type:"string" enum:"RunningMode"`

	// The time after a user logs off when WorkSpaces are automatically stopped.
	// Configured in 60-minute intervals.
	RunningModeAutoStopTimeoutInMinutes *int64 `type:"integer"`

	// The size of the user storage.
	UserVolumeSizeGib *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Describes a WorkSpace.

func (WorkspaceProperties) GoString

func (s WorkspaceProperties) GoString() string

GoString returns the string representation

func (*WorkspaceProperties) SetComputeTypeName

func (s *WorkspaceProperties) SetComputeTypeName(v string) *WorkspaceProperties

SetComputeTypeName sets the ComputeTypeName field's value.

func (*WorkspaceProperties) SetRootVolumeSizeGib

func (s *WorkspaceProperties) SetRootVolumeSizeGib(v int64) *WorkspaceProperties

SetRootVolumeSizeGib sets the RootVolumeSizeGib field's value.

func (*WorkspaceProperties) SetRunningMode

func (s *WorkspaceProperties) SetRunningMode(v string) *WorkspaceProperties

SetRunningMode sets the RunningMode field's value.

func (*WorkspaceProperties) SetRunningModeAutoStopTimeoutInMinutes

func (s *WorkspaceProperties) SetRunningModeAutoStopTimeoutInMinutes(v int64) *WorkspaceProperties

SetRunningModeAutoStopTimeoutInMinutes sets the RunningModeAutoStopTimeoutInMinutes field's value.

func (*WorkspaceProperties) SetUserVolumeSizeGib

func (s *WorkspaceProperties) SetUserVolumeSizeGib(v int64) *WorkspaceProperties

SetUserVolumeSizeGib sets the UserVolumeSizeGib field's value.

func (WorkspaceProperties) String

func (s WorkspaceProperties) String() string

String returns the string representation

type WorkspaceRequest

type WorkspaceRequest struct {

	// The identifier of the bundle for the WorkSpace. You can use DescribeWorkspaceBundles
	// to list the available bundles.
	//
	// BundleId is a required field
	BundleId *string `type:"string" required:"true"`

	// The identifier of the AWS Directory Service directory for the WorkSpace.
	// You can use DescribeWorkspaceDirectories to list the available directories.
	//
	// DirectoryId is a required field
	DirectoryId *string `min:"10" type:"string" required:"true"`

	// Indicates whether the data stored on the root volume is encrypted.
	RootVolumeEncryptionEnabled *bool `type:"boolean"`

	// The tags for the WorkSpace.
	Tags []*Tag `type:"list"`

	// The user name of the user for the WorkSpace. This user name must exist in
	// the AWS Directory Service directory for the WorkSpace.
	//
	// UserName is a required field
	UserName *string `min:"1" type:"string" required:"true"`

	// Indicates whether the data stored on the user volume is encrypted.
	UserVolumeEncryptionEnabled *bool `type:"boolean"`

	// The symmetric AWS KMS customer master key (CMK) used to encrypt data stored
	// on your WorkSpace. Amazon WorkSpaces does not support asymmetric CMKs.
	VolumeEncryptionKey *string `type:"string"`

	// The WorkSpace properties.
	WorkspaceProperties *WorkspaceProperties `type:"structure"`
	// contains filtered or unexported fields
}

Describes the information used to create a WorkSpace.

func (WorkspaceRequest) GoString

func (s WorkspaceRequest) GoString() string

GoString returns the string representation

func (*WorkspaceRequest) SetBundleId

func (s *WorkspaceRequest) SetBundleId(v string) *WorkspaceRequest

SetBundleId sets the BundleId field's value.

func (*WorkspaceRequest) SetDirectoryId

func (s *WorkspaceRequest) SetDirectoryId(v string) *WorkspaceRequest

SetDirectoryId sets the DirectoryId field's value.

func (*WorkspaceRequest) SetRootVolumeEncryptionEnabled

func (s *WorkspaceRequest) SetRootVolumeEncryptionEnabled(v bool) *WorkspaceRequest

SetRootVolumeEncryptionEnabled sets the RootVolumeEncryptionEnabled field's value.

func (*WorkspaceRequest) SetTags

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

SetTags sets the Tags field's value.

func (*WorkspaceRequest) SetUserName

func (s *WorkspaceRequest) SetUserName(v string) *WorkspaceRequest

SetUserName sets the UserName field's value.

func (*WorkspaceRequest) SetUserVolumeEncryptionEnabled

func (s *WorkspaceRequest) SetUserVolumeEncryptionEnabled(v bool) *WorkspaceRequest

SetUserVolumeEncryptionEnabled sets the UserVolumeEncryptionEnabled field's value.

func (*WorkspaceRequest) SetVolumeEncryptionKey

func (s *WorkspaceRequest) SetVolumeEncryptionKey(v string) *WorkspaceRequest

SetVolumeEncryptionKey sets the VolumeEncryptionKey field's value.

func (*WorkspaceRequest) SetWorkspaceProperties

func (s *WorkspaceRequest) SetWorkspaceProperties(v *WorkspaceProperties) *WorkspaceRequest

SetWorkspaceProperties sets the WorkspaceProperties field's value.

func (WorkspaceRequest) String

func (s WorkspaceRequest) String() string

String returns the string representation

func (*WorkspaceRequest) Validate

func (s *WorkspaceRequest) Validate() error

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

type WorkspacesDefaultRoleNotFoundException

type WorkspacesDefaultRoleNotFoundException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role).

func (WorkspacesDefaultRoleNotFoundException) Code

Code returns the exception type name.

func (WorkspacesDefaultRoleNotFoundException) Error

func (WorkspacesDefaultRoleNotFoundException) GoString

GoString returns the string representation

func (WorkspacesDefaultRoleNotFoundException) Message

Message returns the exception's message.

func (WorkspacesDefaultRoleNotFoundException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (WorkspacesDefaultRoleNotFoundException) RequestID

RequestID returns the service's response RequestID for request.

func (WorkspacesDefaultRoleNotFoundException) StatusCode

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

func (WorkspacesDefaultRoleNotFoundException) String

String returns the string representation

Directories

Path Synopsis
Package workspacesiface provides an interface to enable mocking the Amazon WorkSpaces service client for testing your code.
Package workspacesiface provides an interface to enable mocking the Amazon WorkSpaces service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL