workspaces

package
v1.14.29 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2018 License: Apache-2.0 Imports: 8 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 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 (
	// 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"
)
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 (
	// 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 (
	// 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 (
	// 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 (
	// 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"

	// 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"

	// ErrCodeUnsupportedWorkspaceConfigurationException for service response error code
	// "UnsupportedWorkspaceConfigurationException".
	//
	// The configuration of this WorkSpace is not supported for this operation.
	// For more information, see the Amazon WorkSpaces Administration Guide (http://docs.aws.amazon.com/workspaces/latest/adminguide/).
	ErrCodeUnsupportedWorkspaceConfigurationException = "UnsupportedWorkspaceConfigurationException"
)
View Source
const (
	ServiceName = "workspaces" // Name of service.
	EndpointsID = ServiceName  // ID to lookup a service endpoint with.
	ServiceID   = "WorkSpaces" // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AssociateIpGroupsInput added in v1.13.39

type AssociateIpGroupsInput struct {

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

	// The IDs 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 added in v1.13.39

func (s AssociateIpGroupsInput) GoString() string

GoString returns the string representation

func (*AssociateIpGroupsInput) SetDirectoryId added in v1.13.39

SetDirectoryId sets the DirectoryId field's value.

func (*AssociateIpGroupsInput) SetGroupIds added in v1.13.39

SetGroupIds sets the GroupIds field's value.

func (AssociateIpGroupsInput) String added in v1.13.39

func (s AssociateIpGroupsInput) String() string

String returns the string representation

func (*AssociateIpGroupsInput) Validate added in v1.13.39

func (s *AssociateIpGroupsInput) Validate() error

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

type AssociateIpGroupsOutput added in v1.13.39

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

func (AssociateIpGroupsOutput) GoString added in v1.13.39

func (s AssociateIpGroupsOutput) GoString() string

GoString returns the string representation

func (AssociateIpGroupsOutput) String added in v1.13.39

func (s AssociateIpGroupsOutput) String() string

String returns the string representation

type AuthorizeIpRulesInput added in v1.13.39

type AuthorizeIpRulesInput struct {

	// The ID 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 added in v1.13.39

func (s AuthorizeIpRulesInput) GoString() string

GoString returns the string representation

func (*AuthorizeIpRulesInput) SetGroupId added in v1.13.39

SetGroupId sets the GroupId field's value.

func (*AuthorizeIpRulesInput) SetUserRules added in v1.13.39

SetUserRules sets the UserRules field's value.

func (AuthorizeIpRulesInput) String added in v1.13.39

func (s AuthorizeIpRulesInput) String() string

String returns the string representation

func (*AuthorizeIpRulesInput) Validate added in v1.13.39

func (s *AuthorizeIpRulesInput) Validate() error

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

type AuthorizeIpRulesOutput added in v1.13.39

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

func (AuthorizeIpRulesOutput) GoString added in v1.13.39

func (s AuthorizeIpRulesOutput) GoString() string

GoString returns the string representation

func (AuthorizeIpRulesOutput) String added in v1.13.39

func (s AuthorizeIpRulesOutput) 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
}

Information about the compute type.

func (ComputeType) GoString added in v0.6.5

func (s ComputeType) GoString() string

GoString returns the string representation

func (*ComputeType) SetName added in v1.5.0

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

SetName sets the Name field's value.

func (ComputeType) String added in v0.6.5

func (s ComputeType) String() string

String returns the string representation

type CreateIpGroupInput added in v1.13.39

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 rules to add to the group.
	UserRules []*IpRuleItem `type:"list"`
	// contains filtered or unexported fields
}

func (CreateIpGroupInput) GoString added in v1.13.39

func (s CreateIpGroupInput) GoString() string

GoString returns the string representation

func (*CreateIpGroupInput) SetGroupDesc added in v1.13.39

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

SetGroupDesc sets the GroupDesc field's value.

func (*CreateIpGroupInput) SetGroupName added in v1.13.39

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

SetGroupName sets the GroupName field's value.

func (*CreateIpGroupInput) SetUserRules added in v1.13.39

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

SetUserRules sets the UserRules field's value.

func (CreateIpGroupInput) String added in v1.13.39

func (s CreateIpGroupInput) String() string

String returns the string representation

func (*CreateIpGroupInput) Validate added in v1.13.39

func (s *CreateIpGroupInput) Validate() error

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

type CreateIpGroupOutput added in v1.13.39

type CreateIpGroupOutput struct {

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

func (CreateIpGroupOutput) GoString added in v1.13.39

func (s CreateIpGroupOutput) GoString() string

GoString returns the string representation

func (*CreateIpGroupOutput) SetGroupId added in v1.13.39

SetGroupId sets the GroupId field's value.

func (CreateIpGroupOutput) String added in v1.13.39

func (s CreateIpGroupOutput) String() string

String returns the string representation

type CreateTagsInput added in v1.1.27

type CreateTagsInput struct {

	// The ID of the WorkSpace. To find this ID, use DescribeWorkspaces.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`

	// The tags. Each WorkSpace can have a maximum of 50 tags.
	//
	// Tags is a required field
	Tags []*Tag `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTagsInput) GoString added in v1.1.27

func (s CreateTagsInput) GoString() string

GoString returns the string representation

func (*CreateTagsInput) SetResourceId added in v1.5.0

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

SetResourceId sets the ResourceId field's value.

func (*CreateTagsInput) SetTags added in v1.5.0

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

SetTags sets the Tags field's value.

func (CreateTagsInput) String added in v1.1.27

func (s CreateTagsInput) String() string

String returns the string representation

func (*CreateTagsInput) Validate added in v1.1.27

func (s *CreateTagsInput) Validate() error

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

type CreateTagsOutput added in v1.1.27

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

func (CreateTagsOutput) GoString added in v1.1.27

func (s CreateTagsOutput) GoString() string

GoString returns the string representation

func (CreateTagsOutput) String added in v1.1.27

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 added in v0.6.5

func (s CreateWorkspacesInput) GoString() string

GoString returns the string representation

func (*CreateWorkspacesInput) SetWorkspaces added in v1.5.0

SetWorkspaces sets the Workspaces field's value.

func (CreateWorkspacesInput) String added in v0.6.5

func (s CreateWorkspacesInput) String() string

String returns the string representation

func (*CreateWorkspacesInput) Validate added in v1.1.21

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 added in v0.6.5

func (s CreateWorkspacesOutput) GoString() string

GoString returns the string representation

func (*CreateWorkspacesOutput) SetFailedRequests added in v1.5.0

SetFailedRequests sets the FailedRequests field's value.

func (*CreateWorkspacesOutput) SetPendingRequests added in v1.5.0

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

SetPendingRequests sets the PendingRequests field's value.

func (CreateWorkspacesOutput) String added in v0.6.5

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 `type:"string"`

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

	// The public IP address to attach to all WorkSpaces that are created or rebuilt.
	EnableInternetAccess *bool `type:"boolean"`

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

	// Indicates whether the WorkSpace user is an administrator on the WorkSpace.
	UserEnabledAsLocalAdministrator *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Information about defaults used to create a WorkSpace.

func (DefaultWorkspaceCreationProperties) GoString added in v0.6.5

GoString returns the string representation

func (*DefaultWorkspaceCreationProperties) SetCustomSecurityGroupId added in v1.5.0

SetCustomSecurityGroupId sets the CustomSecurityGroupId field's value.

func (*DefaultWorkspaceCreationProperties) SetDefaultOu added in v1.5.0

SetDefaultOu sets the DefaultOu field's value.

func (*DefaultWorkspaceCreationProperties) SetEnableInternetAccess added in v1.5.0

SetEnableInternetAccess sets the EnableInternetAccess field's value.

func (*DefaultWorkspaceCreationProperties) SetEnableWorkDocs added in v1.5.0

SetEnableWorkDocs sets the EnableWorkDocs field's value.

func (*DefaultWorkspaceCreationProperties) SetUserEnabledAsLocalAdministrator added in v1.5.0

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

SetUserEnabledAsLocalAdministrator sets the UserEnabledAsLocalAdministrator field's value.

func (DefaultWorkspaceCreationProperties) String added in v0.6.5

String returns the string representation

type DeleteIpGroupInput added in v1.13.39

type DeleteIpGroupInput struct {

	// The ID 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 added in v1.13.39

func (s DeleteIpGroupInput) GoString() string

GoString returns the string representation

func (*DeleteIpGroupInput) SetGroupId added in v1.13.39

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

SetGroupId sets the GroupId field's value.

func (DeleteIpGroupInput) String added in v1.13.39

func (s DeleteIpGroupInput) String() string

String returns the string representation

func (*DeleteIpGroupInput) Validate added in v1.13.39

func (s *DeleteIpGroupInput) Validate() error

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

type DeleteIpGroupOutput added in v1.13.39

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

func (DeleteIpGroupOutput) GoString added in v1.13.39

func (s DeleteIpGroupOutput) GoString() string

GoString returns the string representation

func (DeleteIpGroupOutput) String added in v1.13.39

func (s DeleteIpGroupOutput) String() string

String returns the string representation

type DeleteTagsInput added in v1.1.27

type DeleteTagsInput struct {

	// The ID of the WorkSpace. To find this ID, use DescribeWorkspaces.
	//
	// 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 added in v1.1.27

func (s DeleteTagsInput) GoString() string

GoString returns the string representation

func (*DeleteTagsInput) SetResourceId added in v1.5.0

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

SetResourceId sets the ResourceId field's value.

func (*DeleteTagsInput) SetTagKeys added in v1.5.0

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

SetTagKeys sets the TagKeys field's value.

func (DeleteTagsInput) String added in v1.1.27

func (s DeleteTagsInput) String() string

String returns the string representation

func (*DeleteTagsInput) Validate added in v1.1.27

func (s *DeleteTagsInput) Validate() error

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

type DeleteTagsOutput added in v1.1.27

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

func (DeleteTagsOutput) GoString added in v1.1.27

func (s DeleteTagsOutput) GoString() string

GoString returns the string representation

func (DeleteTagsOutput) String added in v1.1.27

func (s DeleteTagsOutput) String() string

String returns the string representation

type DescribeIpGroupsInput added in v1.13.39

type DescribeIpGroupsInput struct {

	// The IDs 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"`

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

func (DescribeIpGroupsInput) GoString added in v1.13.39

func (s DescribeIpGroupsInput) GoString() string

GoString returns the string representation

func (*DescribeIpGroupsInput) SetGroupIds added in v1.13.39

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

SetGroupIds sets the GroupIds field's value.

func (*DescribeIpGroupsInput) SetMaxResults added in v1.13.39

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

SetMaxResults sets the MaxResults field's value.

func (*DescribeIpGroupsInput) SetNextToken added in v1.13.39

SetNextToken sets the NextToken field's value.

func (DescribeIpGroupsInput) String added in v1.13.39

func (s DescribeIpGroupsInput) String() string

String returns the string representation

func (*DescribeIpGroupsInput) Validate added in v1.13.39

func (s *DescribeIpGroupsInput) Validate() error

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

type DescribeIpGroupsOutput added in v1.13.39

type DescribeIpGroupsOutput struct {

	// 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"`

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

func (DescribeIpGroupsOutput) GoString added in v1.13.39

func (s DescribeIpGroupsOutput) GoString() string

GoString returns the string representation

func (*DescribeIpGroupsOutput) SetNextToken added in v1.13.39

SetNextToken sets the NextToken field's value.

func (*DescribeIpGroupsOutput) SetResult added in v1.13.39

SetResult sets the Result field's value.

func (DescribeIpGroupsOutput) String added in v1.13.39

func (s DescribeIpGroupsOutput) String() string

String returns the string representation

type DescribeTagsInput added in v1.1.27

type DescribeTagsInput struct {

	// The ID of the WorkSpace. To find this ID, use DescribeWorkspaces.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTagsInput) GoString added in v1.1.27

func (s DescribeTagsInput) GoString() string

GoString returns the string representation

func (*DescribeTagsInput) SetResourceId added in v1.5.0

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

SetResourceId sets the ResourceId field's value.

func (DescribeTagsInput) String added in v1.1.27

func (s DescribeTagsInput) String() string

String returns the string representation

func (*DescribeTagsInput) Validate added in v1.1.27

func (s *DescribeTagsInput) Validate() error

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

type DescribeTagsOutput added in v1.1.27

type DescribeTagsOutput struct {

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

func (DescribeTagsOutput) GoString added in v1.1.27

func (s DescribeTagsOutput) GoString() string

GoString returns the string representation

func (*DescribeTagsOutput) SetTagList added in v1.5.0

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

SetTagList sets the TagList field's value.

func (DescribeTagsOutput) String added in v1.1.27

func (s DescribeTagsOutput) String() string

String returns the string representation

type DescribeWorkspaceBundlesInput

type DescribeWorkspaceBundlesInput struct {

	// The IDs of the bundles. This parameter cannot be combined 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. This parameter cannot be combined 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 added in v0.6.5

GoString returns the string representation

func (*DescribeWorkspaceBundlesInput) SetBundleIds added in v1.5.0

SetBundleIds sets the BundleIds field's value.

func (*DescribeWorkspaceBundlesInput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspaceBundlesInput) SetOwner added in v1.5.0

SetOwner sets the Owner field's value.

func (DescribeWorkspaceBundlesInput) String added in v0.6.5

String returns the string representation

func (*DescribeWorkspaceBundlesInput) Validate added in v1.1.21

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 added in v0.6.5

GoString returns the string representation

func (*DescribeWorkspaceBundlesOutput) SetBundles added in v1.5.0

SetBundles sets the Bundles field's value.

func (*DescribeWorkspaceBundlesOutput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceBundlesOutput) String added in v0.6.5

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 token for the next set of results. (You received this token from a previous
	// call.)
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeWorkspaceDirectoriesInput) GoString added in v0.6.5

GoString returns the string representation

func (*DescribeWorkspaceDirectoriesInput) SetDirectoryIds added in v1.5.0

SetDirectoryIds sets the DirectoryIds field's value.

func (*DescribeWorkspaceDirectoriesInput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceDirectoriesInput) String added in v0.6.5

String returns the string representation

func (*DescribeWorkspaceDirectoriesInput) Validate added in v1.1.21

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 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 (DescribeWorkspaceDirectoriesOutput) GoString added in v0.6.5

GoString returns the string representation

func (*DescribeWorkspaceDirectoriesOutput) SetDirectories added in v1.5.0

SetDirectories sets the Directories field's value.

func (*DescribeWorkspaceDirectoriesOutput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceDirectoriesOutput) String added in v0.6.5

String returns the string representation

type DescribeWorkspacesConnectionStatusInput added in v1.4.3

type DescribeWorkspacesConnectionStatusInput struct {

	// The token for the next set of results. (You received this token from a previous
	// call.)
	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 added in v1.4.3

GoString returns the string representation

func (*DescribeWorkspacesConnectionStatusInput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesConnectionStatusInput) SetWorkspaceIds added in v1.5.0

SetWorkspaceIds sets the WorkspaceIds field's value.

func (DescribeWorkspacesConnectionStatusInput) String added in v1.4.3

String returns the string representation

func (*DescribeWorkspacesConnectionStatusInput) Validate added in v1.4.3

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

type DescribeWorkspacesConnectionStatusOutput added in v1.4.3

type DescribeWorkspacesConnectionStatusOutput struct {

	// The token to use to retrieve the next set of results, or null if there are
	// no more results 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 added in v1.4.3

GoString returns the string representation

func (*DescribeWorkspacesConnectionStatusOutput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesConnectionStatusOutput) SetWorkspacesConnectionStatus added in v1.5.0

SetWorkspacesConnectionStatus sets the WorkspacesConnectionStatus field's value.

func (DescribeWorkspacesConnectionStatusOutput) String added in v1.4.3

String returns the string representation

type DescribeWorkspacesInput

type DescribeWorkspacesInput struct {

	// The ID of the bundle. All WorkSpaces that are created from this bundle are
	// retrieved. This parameter cannot be combined with any other filter.
	BundleId *string `type:"string"`

	// The ID of the directory. In addition, you can optionally specify a specific
	// directory user (see UserName). This parameter cannot be combined with any
	// other filter.
	DirectoryId *string `type:"string"`

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

	// The token for the next set of results. (You received this token from a previous
	// call.)
	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 IDs of the WorkSpaces. This parameter cannot be combined 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 added in v0.6.5

func (s DescribeWorkspacesInput) GoString() string

GoString returns the string representation

func (*DescribeWorkspacesInput) SetBundleId added in v1.5.0

SetBundleId sets the BundleId field's value.

func (*DescribeWorkspacesInput) SetDirectoryId added in v1.5.0

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeWorkspacesInput) SetLimit added in v1.5.0

SetLimit sets the Limit field's value.

func (*DescribeWorkspacesInput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesInput) SetUserName added in v1.5.0

SetUserName sets the UserName field's value.

func (*DescribeWorkspacesInput) SetWorkspaceIds added in v1.5.0

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

SetWorkspaceIds sets the WorkspaceIds field's value.

func (DescribeWorkspacesInput) String added in v0.6.5

func (s DescribeWorkspacesInput) String() string

String returns the string representation

func (*DescribeWorkspacesInput) Validate added in v1.1.21

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 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"`

	// 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 added in v0.6.5

func (s DescribeWorkspacesOutput) GoString() string

GoString returns the string representation

func (*DescribeWorkspacesOutput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesOutput) SetWorkspaces added in v1.5.0

SetWorkspaces sets the Workspaces field's value.

func (DescribeWorkspacesOutput) String added in v0.6.5

func (s DescribeWorkspacesOutput) String() string

String returns the string representation

type DisassociateIpGroupsInput added in v1.13.39

type DisassociateIpGroupsInput struct {

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

	// The IDs 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 added in v1.13.39

func (s DisassociateIpGroupsInput) GoString() string

GoString returns the string representation

func (*DisassociateIpGroupsInput) SetDirectoryId added in v1.13.39

SetDirectoryId sets the DirectoryId field's value.

func (*DisassociateIpGroupsInput) SetGroupIds added in v1.13.39

SetGroupIds sets the GroupIds field's value.

func (DisassociateIpGroupsInput) String added in v1.13.39

func (s DisassociateIpGroupsInput) String() string

String returns the string representation

func (*DisassociateIpGroupsInput) Validate added in v1.13.39

func (s *DisassociateIpGroupsInput) Validate() error

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

type DisassociateIpGroupsOutput added in v1.13.39

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

func (DisassociateIpGroupsOutput) GoString added in v1.13.39

func (s DisassociateIpGroupsOutput) GoString() string

GoString returns the string representation

func (DisassociateIpGroupsOutput) String added in v1.13.39

String returns the string representation

type FailedCreateWorkspaceRequest

type FailedCreateWorkspaceRequest struct {

	// The error code.
	ErrorCode *string `type:"string"`

	// The textual error message.
	ErrorMessage *string `type:"string"`

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

Information about a WorkSpace that could not be created.

func (FailedCreateWorkspaceRequest) GoString added in v0.6.5

func (s FailedCreateWorkspaceRequest) GoString() string

GoString returns the string representation

func (*FailedCreateWorkspaceRequest) SetErrorCode added in v1.5.0

SetErrorCode sets the ErrorCode field's value.

func (*FailedCreateWorkspaceRequest) SetErrorMessage added in v1.5.0

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedCreateWorkspaceRequest) SetWorkspaceRequest added in v1.5.0

SetWorkspaceRequest sets the WorkspaceRequest field's value.

func (FailedCreateWorkspaceRequest) String added in v0.6.5

String returns the string representation

type FailedWorkspaceChangeRequest

type FailedWorkspaceChangeRequest struct {

	// The error code.
	ErrorCode *string `type:"string"`

	// The textual error message.
	ErrorMessage *string `type:"string"`

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

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

func (FailedWorkspaceChangeRequest) GoString added in v0.6.5

func (s FailedWorkspaceChangeRequest) GoString() string

GoString returns the string representation

func (*FailedWorkspaceChangeRequest) SetErrorCode added in v1.5.0

SetErrorCode sets the ErrorCode field's value.

func (*FailedWorkspaceChangeRequest) SetErrorMessage added in v1.5.0

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedWorkspaceChangeRequest) SetWorkspaceId added in v1.5.0

SetWorkspaceId sets the WorkspaceId field's value.

func (FailedWorkspaceChangeRequest) String added in v0.6.5

String returns the string representation

type IpGroup added in v1.13.39

type IpGroup struct {

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

	// The ID 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
}

Information about an IP access control group.

func (IpGroup) GoString added in v1.13.39

func (s IpGroup) GoString() string

GoString returns the string representation

func (*IpGroup) SetGroupDesc added in v1.13.39

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

SetGroupDesc sets the GroupDesc field's value.

func (*IpGroup) SetGroupId added in v1.13.39

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

SetGroupId sets the GroupId field's value.

func (*IpGroup) SetGroupName added in v1.13.39

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

SetGroupName sets the GroupName field's value.

func (*IpGroup) SetUserRules added in v1.13.39

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

SetUserRules sets the UserRules field's value.

func (IpGroup) String added in v1.13.39

func (s IpGroup) String() string

String returns the string representation

type IpRuleItem added in v1.13.39

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
}

Information about a rule for an IP access control group.

func (IpRuleItem) GoString added in v1.13.39

func (s IpRuleItem) GoString() string

GoString returns the string representation

func (*IpRuleItem) SetIpRule added in v1.13.39

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

SetIpRule sets the IpRule field's value.

func (*IpRuleItem) SetRuleDesc added in v1.13.39

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

SetRuleDesc sets the RuleDesc field's value.

func (IpRuleItem) String added in v1.13.39

func (s IpRuleItem) String() string

String returns the string representation

type ModificationState added in v1.12.54

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
}

Information about a WorkSpace modification.

func (ModificationState) GoString added in v1.12.54

func (s ModificationState) GoString() string

GoString returns the string representation

func (*ModificationState) SetResource added in v1.12.54

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

SetResource sets the Resource field's value.

func (*ModificationState) SetState added in v1.12.54

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

SetState sets the State field's value.

func (ModificationState) String added in v1.12.54

func (s ModificationState) String() string

String returns the string representation

type ModifyWorkspacePropertiesInput added in v1.4.3

type ModifyWorkspacePropertiesInput struct {

	// The ID 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 added in v1.4.3

GoString returns the string representation

func (*ModifyWorkspacePropertiesInput) SetWorkspaceId added in v1.5.0

SetWorkspaceId sets the WorkspaceId field's value.

func (*ModifyWorkspacePropertiesInput) SetWorkspaceProperties added in v1.5.0

SetWorkspaceProperties sets the WorkspaceProperties field's value.

func (ModifyWorkspacePropertiesInput) String added in v1.4.3

String returns the string representation

func (*ModifyWorkspacePropertiesInput) Validate added in v1.4.3

func (s *ModifyWorkspacePropertiesInput) Validate() error

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

type ModifyWorkspacePropertiesOutput added in v1.4.3

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

func (ModifyWorkspacePropertiesOutput) GoString added in v1.4.3

GoString returns the string representation

func (ModifyWorkspacePropertiesOutput) String added in v1.4.3

String returns the string representation

type ModifyWorkspaceStateInput added in v1.13.39

type ModifyWorkspaceStateInput struct {

	// The ID 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 added in v1.13.39

func (s ModifyWorkspaceStateInput) GoString() string

GoString returns the string representation

func (*ModifyWorkspaceStateInput) SetWorkspaceId added in v1.13.39

SetWorkspaceId sets the WorkspaceId field's value.

func (*ModifyWorkspaceStateInput) SetWorkspaceState added in v1.13.39

SetWorkspaceState sets the WorkspaceState field's value.

func (ModifyWorkspaceStateInput) String added in v1.13.39

func (s ModifyWorkspaceStateInput) String() string

String returns the string representation

func (*ModifyWorkspaceStateInput) Validate added in v1.13.39

func (s *ModifyWorkspaceStateInput) Validate() error

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

type ModifyWorkspaceStateOutput added in v1.13.39

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

func (ModifyWorkspaceStateOutput) GoString added in v1.13.39

func (s ModifyWorkspaceStateOutput) GoString() string

GoString returns the string representation

func (ModifyWorkspaceStateOutput) String added in v1.13.39

String returns the string representation

type RebootRequest

type RebootRequest struct {

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

Information used to reboot a WorkSpace.

func (RebootRequest) GoString added in v0.6.5

func (s RebootRequest) GoString() string

GoString returns the string representation

func (*RebootRequest) SetWorkspaceId added in v1.5.0

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

SetWorkspaceId sets the WorkspaceId field's value.

func (RebootRequest) String added in v0.6.5

func (s RebootRequest) String() string

String returns the string representation

func (*RebootRequest) Validate added in v1.1.21

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 added in v0.6.5

func (s RebootWorkspacesInput) GoString() string

GoString returns the string representation

func (*RebootWorkspacesInput) SetRebootWorkspaceRequests added in v1.5.0

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

SetRebootWorkspaceRequests sets the RebootWorkspaceRequests field's value.

func (RebootWorkspacesInput) String added in v0.6.5

func (s RebootWorkspacesInput) String() string

String returns the string representation

func (*RebootWorkspacesInput) Validate added in v1.1.21

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 added in v0.6.5

func (s RebootWorkspacesOutput) GoString() string

GoString returns the string representation

func (*RebootWorkspacesOutput) SetFailedRequests added in v1.5.0

SetFailedRequests sets the FailedRequests field's value.

func (RebootWorkspacesOutput) String added in v0.6.5

func (s RebootWorkspacesOutput) String() string

String returns the string representation

type RebuildRequest

type RebuildRequest struct {

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

Information used to rebuild a WorkSpace.

func (RebuildRequest) GoString added in v0.6.5

func (s RebuildRequest) GoString() string

GoString returns the string representation

func (*RebuildRequest) SetWorkspaceId added in v1.5.0

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

SetWorkspaceId sets the WorkspaceId field's value.

func (RebuildRequest) String added in v0.6.5

func (s RebuildRequest) String() string

String returns the string representation

func (*RebuildRequest) Validate added in v1.1.21

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 added in v0.6.5

func (s RebuildWorkspacesInput) GoString() string

GoString returns the string representation

func (*RebuildWorkspacesInput) SetRebuildWorkspaceRequests added in v1.5.0

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

SetRebuildWorkspaceRequests sets the RebuildWorkspaceRequests field's value.

func (RebuildWorkspacesInput) String added in v0.6.5

func (s RebuildWorkspacesInput) String() string

String returns the string representation

func (*RebuildWorkspacesInput) Validate added in v1.1.21

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 if it could not be rebuilt.
	FailedRequests []*FailedWorkspaceChangeRequest `type:"list"`
	// contains filtered or unexported fields
}

func (RebuildWorkspacesOutput) GoString added in v0.6.5

func (s RebuildWorkspacesOutput) GoString() string

GoString returns the string representation

func (*RebuildWorkspacesOutput) SetFailedRequests added in v1.5.0

SetFailedRequests sets the FailedRequests field's value.

func (RebuildWorkspacesOutput) String added in v0.6.5

func (s RebuildWorkspacesOutput) String() string

String returns the string representation

type RevokeIpRulesInput added in v1.13.39

type RevokeIpRulesInput struct {

	// The ID 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 added in v1.13.39

func (s RevokeIpRulesInput) GoString() string

GoString returns the string representation

func (*RevokeIpRulesInput) SetGroupId added in v1.13.39

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

SetGroupId sets the GroupId field's value.

func (*RevokeIpRulesInput) SetUserRules added in v1.13.39

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

SetUserRules sets the UserRules field's value.

func (RevokeIpRulesInput) String added in v1.13.39

func (s RevokeIpRulesInput) String() string

String returns the string representation

func (*RevokeIpRulesInput) Validate added in v1.13.39

func (s *RevokeIpRulesInput) Validate() error

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

type RevokeIpRulesOutput added in v1.13.39

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

func (RevokeIpRulesOutput) GoString added in v1.13.39

func (s RevokeIpRulesOutput) GoString() string

GoString returns the string representation

func (RevokeIpRulesOutput) String added in v1.13.39

func (s RevokeIpRulesOutput) String() string

String returns the string representation

type RootStorage added in v1.12.54

type RootStorage struct {

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

Information about the root volume for a WorkSpace bundle.

func (RootStorage) GoString added in v1.12.54

func (s RootStorage) GoString() string

GoString returns the string representation

func (*RootStorage) SetCapacity added in v1.12.54

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

SetCapacity sets the Capacity field's value.

func (RootStorage) String added in v1.12.54

func (s RootStorage) String() string

String returns the string representation

type StartRequest added in v1.4.3

type StartRequest struct {

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

Information used to start a WorkSpace.

func (StartRequest) GoString added in v1.4.3

func (s StartRequest) GoString() string

GoString returns the string representation

func (*StartRequest) SetWorkspaceId added in v1.5.0

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

SetWorkspaceId sets the WorkspaceId field's value.

func (StartRequest) String added in v1.4.3

func (s StartRequest) String() string

String returns the string representation

type StartWorkspacesInput added in v1.4.3

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 added in v1.4.3

func (s StartWorkspacesInput) GoString() string

GoString returns the string representation

func (*StartWorkspacesInput) SetStartWorkspaceRequests added in v1.5.0

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

SetStartWorkspaceRequests sets the StartWorkspaceRequests field's value.

func (StartWorkspacesInput) String added in v1.4.3

func (s StartWorkspacesInput) String() string

String returns the string representation

func (*StartWorkspacesInput) Validate added in v1.4.3

func (s *StartWorkspacesInput) Validate() error

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

type StartWorkspacesOutput added in v1.4.3

type StartWorkspacesOutput struct {

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

func (StartWorkspacesOutput) GoString added in v1.4.3

func (s StartWorkspacesOutput) GoString() string

GoString returns the string representation

func (*StartWorkspacesOutput) SetFailedRequests added in v1.5.0

SetFailedRequests sets the FailedRequests field's value.

func (StartWorkspacesOutput) String added in v1.4.3

func (s StartWorkspacesOutput) String() string

String returns the string representation

type StopRequest added in v1.4.3

type StopRequest struct {

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

Information used to stop a WorkSpace.

func (StopRequest) GoString added in v1.4.3

func (s StopRequest) GoString() string

GoString returns the string representation

func (*StopRequest) SetWorkspaceId added in v1.5.0

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

SetWorkspaceId sets the WorkspaceId field's value.

func (StopRequest) String added in v1.4.3

func (s StopRequest) String() string

String returns the string representation

type StopWorkspacesInput added in v1.4.3

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 added in v1.4.3

func (s StopWorkspacesInput) GoString() string

GoString returns the string representation

func (*StopWorkspacesInput) SetStopWorkspaceRequests added in v1.5.0

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

SetStopWorkspaceRequests sets the StopWorkspaceRequests field's value.

func (StopWorkspacesInput) String added in v1.4.3

func (s StopWorkspacesInput) String() string

String returns the string representation

func (*StopWorkspacesInput) Validate added in v1.4.3

func (s *StopWorkspacesInput) Validate() error

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

type StopWorkspacesOutput added in v1.4.3

type StopWorkspacesOutput struct {

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

func (StopWorkspacesOutput) GoString added in v1.4.3

func (s StopWorkspacesOutput) GoString() string

GoString returns the string representation

func (*StopWorkspacesOutput) SetFailedRequests added in v1.5.0

SetFailedRequests sets the FailedRequests field's value.

func (StopWorkspacesOutput) String added in v1.4.3

func (s StopWorkspacesOutput) String() string

String returns the string representation

type Tag added in v1.1.27

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
}

Information about a tag.

func (Tag) GoString added in v1.1.27

func (s Tag) GoString() string

GoString returns the string representation

func (*Tag) SetKey added in v1.5.0

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue added in v1.5.0

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String added in v1.1.27

func (s Tag) String() string

String returns the string representation

func (*Tag) Validate added in v1.1.27

func (s *Tag) Validate() error

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

type TerminateRequest

type TerminateRequest struct {

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

Information used to terminate a WorkSpace.

func (TerminateRequest) GoString added in v0.6.5

func (s TerminateRequest) GoString() string

GoString returns the string representation

func (*TerminateRequest) SetWorkspaceId added in v1.5.0

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

SetWorkspaceId sets the WorkspaceId field's value.

func (TerminateRequest) String added in v0.6.5

func (s TerminateRequest) String() string

String returns the string representation

func (*TerminateRequest) Validate added in v1.1.21

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 added in v0.6.5

func (s TerminateWorkspacesInput) GoString() string

GoString returns the string representation

func (*TerminateWorkspacesInput) SetTerminateWorkspaceRequests added in v1.5.0

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

SetTerminateWorkspaceRequests sets the TerminateWorkspaceRequests field's value.

func (TerminateWorkspacesInput) String added in v0.6.5

func (s TerminateWorkspacesInput) String() string

String returns the string representation

func (*TerminateWorkspacesInput) Validate added in v1.1.21

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 added in v0.6.5

func (s TerminateWorkspacesOutput) GoString() string

GoString returns the string representation

func (*TerminateWorkspacesOutput) SetFailedRequests added in v1.5.0

SetFailedRequests sets the FailedRequests field's value.

func (TerminateWorkspacesOutput) String added in v0.6.5

func (s TerminateWorkspacesOutput) String() string

String returns the string representation

type UpdateRulesOfIpGroupInput added in v1.13.39

type UpdateRulesOfIpGroupInput struct {

	// The ID 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 added in v1.13.39

func (s UpdateRulesOfIpGroupInput) GoString() string

GoString returns the string representation

func (*UpdateRulesOfIpGroupInput) SetGroupId added in v1.13.39

SetGroupId sets the GroupId field's value.

func (*UpdateRulesOfIpGroupInput) SetUserRules added in v1.13.39

SetUserRules sets the UserRules field's value.

func (UpdateRulesOfIpGroupInput) String added in v1.13.39

func (s UpdateRulesOfIpGroupInput) String() string

String returns the string representation

func (*UpdateRulesOfIpGroupInput) Validate added in v1.13.39

func (s *UpdateRulesOfIpGroupInput) Validate() error

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

type UpdateRulesOfIpGroupOutput added in v1.13.39

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

func (UpdateRulesOfIpGroupOutput) GoString added in v1.13.39

func (s UpdateRulesOfIpGroupOutput) GoString() string

GoString returns the string representation

func (UpdateRulesOfIpGroupOutput) String added in v1.13.39

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
}

Information about the user storage for a WorkSpace bundle.

func (UserStorage) GoString added in v0.6.5

func (s UserStorage) GoString() string

GoString returns the string representation

func (*UserStorage) SetCapacity added in v1.5.0

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

SetCapacity sets the Capacity field's value.

func (UserStorage) String added in v0.6.5

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:

// 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 added in v1.13.39

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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

  • ErrCodeResourceLimitExceededException "ResourceLimitExceededException" Your resource limits have been exceeded.

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

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

  • ErrCodeOperationNotSupportedException "OperationNotSupportedException" This operation is not supported.

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

func (*WorkSpaces) AssociateIpGroupsRequest added in v1.13.39

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 successfuly.

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 added in v1.13.39

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 added in v1.13.39

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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

  • ErrCodeResourceLimitExceededException "ResourceLimitExceededException" Your resource limits have been exceeded.

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

  • ErrCodeAccessDeniedException "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 added in v1.13.39

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 successfuly.

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 added in v1.13.39

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) CreateIpGroup added in v1.13.39

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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

  • ErrCodeResourceLimitExceededException "ResourceLimitExceededException" Your resource limits have been exceeded.

  • ErrCodeResourceAlreadyExistsException "ResourceAlreadyExistsException" The specified resource already exists.

  • ErrCodeResourceCreationFailedException "ResourceCreationFailedException" The resource could not be created.

  • ErrCodeAccessDeniedException "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 added in v1.13.39

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 successfuly.

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 added in v1.13.39

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 added in v1.1.27

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

CreateTags API operation for Amazon WorkSpaces.

Creates the specified tags 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 CreateTags for usage and error information.

Returned Error Codes:

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

  • ErrCodeResourceLimitExceededException "ResourceLimitExceededException" Your resource limits have been exceeded.

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

func (*WorkSpaces) CreateTagsRequest added in v1.1.27

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 successfuly.

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 added in v1.8.0

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 Codes:

  • ErrCodeResourceLimitExceededException "ResourceLimitExceededException" Your resource limits have been exceeded.

  • ErrCodeInvalidParameterValuesException "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 successfuly.

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 added in v1.8.0

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 added in v1.13.39

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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

  • ErrCodeResourceAssociatedException "ResourceAssociatedException" The resource is associated with a directory.

  • ErrCodeAccessDeniedException "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 added in v1.13.39

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 successfuly.

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 added in v1.13.39

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 added in v1.1.27

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

DeleteTags API operation for Amazon WorkSpaces.

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

Returned Error Codes:

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

  • ErrCodeInvalidParameterValuesException "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 added in v1.1.27

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 successfuly.

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 added in v1.8.0

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) DescribeIpGroups added in v1.13.39

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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

  • ErrCodeAccessDeniedException "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 added in v1.13.39

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 successfuly.

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 added in v1.13.39

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 added in v1.1.27

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

DescribeTags API operation for Amazon WorkSpaces.

Describes the specified tags 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 DescribeTags for usage and error information.

Returned Error Codes:

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

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

func (*WorkSpaces) DescribeTagsRequest added in v1.1.27

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 successfuly.

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 added in v1.8.0

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.

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 Codes:

  • ErrCodeInvalidParameterValuesException "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 added in v0.6.5

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 *DescribeWorkspaceBundlesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeWorkspaceBundlesPagesWithContext added in v1.8.0

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 successfuly.

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 added in v1.8.0

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 AWS Directory Service 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 Codes:

  • ErrCodeInvalidParameterValuesException "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 added in v0.6.5

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 *DescribeWorkspaceDirectoriesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeWorkspaceDirectoriesPagesWithContext added in v1.8.0

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 successfuly.

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 added in v1.8.0

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) DescribeWorkspaces

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

DescribeWorkspaces API operation for Amazon WorkSpaces.

Describes the specified WorkSpaces.

You can filter the results using bundle ID, directory ID, 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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

  • ErrCodeResourceUnavailableException "ResourceUnavailableException" The specified resource is not available.

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

func (*WorkSpaces) DescribeWorkspacesConnectionStatus added in v1.4.3

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 Codes:

  • ErrCodeInvalidParameterValuesException "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 added in v1.4.3

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 successfuly.

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 added in v1.8.0

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 added in v0.6.5

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 *DescribeWorkspacesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeWorkspacesPagesWithContext added in v1.8.0

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 successfuly.

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 added in v1.8.0

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 added in v1.13.39

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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

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

  • ErrCodeAccessDeniedException "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 added in v1.13.39

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 successfuly.

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 added in v1.13.39

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) ModifyWorkspaceProperties added in v1.4.3

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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

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

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

  • ErrCodeUnsupportedWorkspaceConfigurationException "UnsupportedWorkspaceConfigurationException" The configuration of this WorkSpace is not supported for this operation. For more information, see the Amazon WorkSpaces Administration Guide (http://docs.aws.amazon.com/workspaces/latest/adminguide/).

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

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

  • ErrCodeResourceUnavailableException "ResourceUnavailableException" The specified resource is not available.

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

func (*WorkSpaces) ModifyWorkspacePropertiesRequest added in v1.4.3

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 successfuly.

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 added in v1.8.0

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 added in v1.13.39

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, or rebuild. An AutoStop WorkSpace in this state is not stopped. Users can 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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

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

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

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

func (*WorkSpaces) ModifyWorkspaceStateRequest added in v1.13.39

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 successfuly.

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 added in v1.13.39

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 successfuly.

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 added in v1.8.0

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, or UNHEALTHY.

Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Rebuild a WorkSpace (http://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 successfuly.

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 added in v1.8.0

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) RevokeIpRules added in v1.13.39

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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

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

  • ErrCodeAccessDeniedException "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 added in v1.13.39

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 successfuly.

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 added in v1.13.39

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 added in v1.4.3

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 added in v1.4.3

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 successfuly.

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 added in v1.8.0

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 added in v1.4.3

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 added in v1.4.3

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 successfuly.

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 added in v1.8.0

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 successfuly.

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 added in v1.8.0

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 added in v1.13.39

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 Codes:

  • ErrCodeInvalidParameterValuesException "InvalidParameterValuesException" One or more parameter values are not valid.

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" The resource could not be found.

  • ErrCodeResourceLimitExceededException "ResourceLimitExceededException" Your resource limits have been exceeded.

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

  • ErrCodeAccessDeniedException "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 added in v1.13.39

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 successfuly.

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 added in v1.13.39

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 `type:"string"`

	// If the WorkSpace could not be created, contains the error code.
	ErrorCode *string `type:"string"`

	// If the WorkSpace could not be created, contains a textual error message that
	// describes the failure.
	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 `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 KMS key used to encrypt data stored on your WorkSpace.
	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
}

Information about a WorkSpace.

func (Workspace) GoString added in v0.6.5

func (s Workspace) GoString() string

GoString returns the string representation

func (*Workspace) SetBundleId added in v1.5.0

func (s *Workspace) SetBundleId(v string) *Workspace

SetBundleId sets the BundleId field's value.

func (*Workspace) SetComputerName added in v1.5.0

func (s *Workspace) SetComputerName(v string) *Workspace

SetComputerName sets the ComputerName field's value.

func (*Workspace) SetDirectoryId added in v1.5.0

func (s *Workspace) SetDirectoryId(v string) *Workspace

SetDirectoryId sets the DirectoryId field's value.

func (*Workspace) SetErrorCode added in v1.5.0

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

SetErrorCode sets the ErrorCode field's value.

func (*Workspace) SetErrorMessage added in v1.5.0

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

SetErrorMessage sets the ErrorMessage field's value.

func (*Workspace) SetIpAddress added in v1.5.0

func (s *Workspace) SetIpAddress(v string) *Workspace

SetIpAddress sets the IpAddress field's value.

func (*Workspace) SetModificationStates added in v1.12.54

func (s *Workspace) SetModificationStates(v []*ModificationState) *Workspace

SetModificationStates sets the ModificationStates field's value.

func (*Workspace) SetRootVolumeEncryptionEnabled added in v1.5.0

func (s *Workspace) SetRootVolumeEncryptionEnabled(v bool) *Workspace

SetRootVolumeEncryptionEnabled sets the RootVolumeEncryptionEnabled field's value.

func (*Workspace) SetState added in v1.5.0

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

SetState sets the State field's value.

func (*Workspace) SetSubnetId added in v1.5.0

func (s *Workspace) SetSubnetId(v string) *Workspace

SetSubnetId sets the SubnetId field's value.

func (*Workspace) SetUserName added in v1.5.0

func (s *Workspace) SetUserName(v string) *Workspace

SetUserName sets the UserName field's value.

func (*Workspace) SetUserVolumeEncryptionEnabled added in v1.5.0

func (s *Workspace) SetUserVolumeEncryptionEnabled(v bool) *Workspace

SetUserVolumeEncryptionEnabled sets the UserVolumeEncryptionEnabled field's value.

func (*Workspace) SetVolumeEncryptionKey added in v1.5.0

func (s *Workspace) SetVolumeEncryptionKey(v string) *Workspace

SetVolumeEncryptionKey sets the VolumeEncryptionKey field's value.

func (*Workspace) SetWorkspaceId added in v1.5.0

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

SetWorkspaceId sets the WorkspaceId field's value.

func (*Workspace) SetWorkspaceProperties added in v1.5.0

func (s *Workspace) SetWorkspaceProperties(v *WorkspaceProperties) *Workspace

SetWorkspaceProperties sets the WorkspaceProperties field's value.

func (Workspace) String added in v0.6.5

func (s Workspace) 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 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
}

Information about a WorkSpace bundle.

func (WorkspaceBundle) GoString added in v0.6.5

func (s WorkspaceBundle) GoString() string

GoString returns the string representation

func (*WorkspaceBundle) SetBundleId added in v1.5.0

func (s *WorkspaceBundle) SetBundleId(v string) *WorkspaceBundle

SetBundleId sets the BundleId field's value.

func (*WorkspaceBundle) SetComputeType added in v1.5.0

func (s *WorkspaceBundle) SetComputeType(v *ComputeType) *WorkspaceBundle

SetComputeType sets the ComputeType field's value.

func (*WorkspaceBundle) SetDescription added in v1.5.0

func (s *WorkspaceBundle) SetDescription(v string) *WorkspaceBundle

SetDescription sets the Description field's value.

func (*WorkspaceBundle) SetName added in v1.5.0

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

SetName sets the Name field's value.

func (*WorkspaceBundle) SetOwner added in v1.5.0

func (s *WorkspaceBundle) SetOwner(v string) *WorkspaceBundle

SetOwner sets the Owner field's value.

func (*WorkspaceBundle) SetRootStorage added in v1.12.54

func (s *WorkspaceBundle) SetRootStorage(v *RootStorage) *WorkspaceBundle

SetRootStorage sets the RootStorage field's value.

func (*WorkspaceBundle) SetUserStorage added in v1.5.0

func (s *WorkspaceBundle) SetUserStorage(v *UserStorage) *WorkspaceBundle

SetUserStorage sets the UserStorage field's value.

func (WorkspaceBundle) String added in v0.6.5

func (s WorkspaceBundle) String() string

String returns the string representation

type WorkspaceConnectionStatus added in v1.4.3

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 state check.
	ConnectionStateCheckTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`

	// The timestamp of the last known user connection.
	LastKnownUserConnectionTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`

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

Describes the connection status of a WorkSpace.

func (WorkspaceConnectionStatus) GoString added in v1.4.3

func (s WorkspaceConnectionStatus) GoString() string

GoString returns the string representation

func (*WorkspaceConnectionStatus) SetConnectionState added in v1.5.0

SetConnectionState sets the ConnectionState field's value.

func (*WorkspaceConnectionStatus) SetConnectionStateCheckTimestamp added in v1.5.0

func (s *WorkspaceConnectionStatus) SetConnectionStateCheckTimestamp(v time.Time) *WorkspaceConnectionStatus

SetConnectionStateCheckTimestamp sets the ConnectionStateCheckTimestamp field's value.

func (*WorkspaceConnectionStatus) SetLastKnownUserConnectionTimestamp added in v1.5.0

func (s *WorkspaceConnectionStatus) SetLastKnownUserConnectionTimestamp(v time.Time) *WorkspaceConnectionStatus

SetLastKnownUserConnectionTimestamp sets the LastKnownUserConnectionTimestamp field's value.

func (*WorkspaceConnectionStatus) SetWorkspaceId added in v1.5.0

SetWorkspaceId sets the WorkspaceId field's value.

func (WorkspaceConnectionStatus) String added in v1.4.3

func (s WorkspaceConnectionStatus) String() string

String returns the string representation

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 `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 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"`

	// 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 `type:"string"`
	// contains filtered or unexported fields
}

Information about an AWS Directory Service directory for use with Amazon WorkSpaces.

func (WorkspaceDirectory) GoString added in v0.6.5

func (s WorkspaceDirectory) GoString() string

GoString returns the string representation

func (*WorkspaceDirectory) SetAlias added in v1.5.0

SetAlias sets the Alias field's value.

func (*WorkspaceDirectory) SetCustomerUserName added in v1.5.0

func (s *WorkspaceDirectory) SetCustomerUserName(v string) *WorkspaceDirectory

SetCustomerUserName sets the CustomerUserName field's value.

func (*WorkspaceDirectory) SetDirectoryId added in v1.5.0

func (s *WorkspaceDirectory) SetDirectoryId(v string) *WorkspaceDirectory

SetDirectoryId sets the DirectoryId field's value.

func (*WorkspaceDirectory) SetDirectoryName added in v1.5.0

func (s *WorkspaceDirectory) SetDirectoryName(v string) *WorkspaceDirectory

SetDirectoryName sets the DirectoryName field's value.

func (*WorkspaceDirectory) SetDirectoryType added in v1.5.0

func (s *WorkspaceDirectory) SetDirectoryType(v string) *WorkspaceDirectory

SetDirectoryType sets the DirectoryType field's value.

func (*WorkspaceDirectory) SetDnsIpAddresses added in v1.5.0

func (s *WorkspaceDirectory) SetDnsIpAddresses(v []*string) *WorkspaceDirectory

SetDnsIpAddresses sets the DnsIpAddresses field's value.

func (*WorkspaceDirectory) SetIamRoleId added in v1.5.0

func (s *WorkspaceDirectory) SetIamRoleId(v string) *WorkspaceDirectory

SetIamRoleId sets the IamRoleId field's value.

func (*WorkspaceDirectory) SetIpGroupIds added in v1.13.39

func (s *WorkspaceDirectory) SetIpGroupIds(v []*string) *WorkspaceDirectory

SetIpGroupIds sets the IpGroupIds field's value.

func (*WorkspaceDirectory) SetRegistrationCode added in v1.5.0

func (s *WorkspaceDirectory) SetRegistrationCode(v string) *WorkspaceDirectory

SetRegistrationCode sets the RegistrationCode field's value.

func (*WorkspaceDirectory) SetState added in v1.5.0

SetState sets the State field's value.

func (*WorkspaceDirectory) SetSubnetIds added in v1.5.0

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

SetSubnetIds sets the SubnetIds field's value.

func (*WorkspaceDirectory) SetWorkspaceCreationProperties added in v1.5.0

func (s *WorkspaceDirectory) SetWorkspaceCreationProperties(v *DefaultWorkspaceCreationProperties) *WorkspaceDirectory

SetWorkspaceCreationProperties sets the WorkspaceCreationProperties field's value.

func (*WorkspaceDirectory) SetWorkspaceSecurityGroupId added in v1.5.0

func (s *WorkspaceDirectory) SetWorkspaceSecurityGroupId(v string) *WorkspaceDirectory

SetWorkspaceSecurityGroupId sets the WorkspaceSecurityGroupId field's value.

func (WorkspaceDirectory) String added in v0.6.5

func (s WorkspaceDirectory) String() string

String returns the string representation

type WorkspaceProperties added in v1.4.3

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 (http://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
}

Information about a WorkSpace.

func (WorkspaceProperties) GoString added in v1.4.3

func (s WorkspaceProperties) GoString() string

GoString returns the string representation

func (*WorkspaceProperties) SetComputeTypeName added in v1.12.54

func (s *WorkspaceProperties) SetComputeTypeName(v string) *WorkspaceProperties

SetComputeTypeName sets the ComputeTypeName field's value.

func (*WorkspaceProperties) SetRootVolumeSizeGib added in v1.12.54

func (s *WorkspaceProperties) SetRootVolumeSizeGib(v int64) *WorkspaceProperties

SetRootVolumeSizeGib sets the RootVolumeSizeGib field's value.

func (*WorkspaceProperties) SetRunningMode added in v1.5.0

func (s *WorkspaceProperties) SetRunningMode(v string) *WorkspaceProperties

SetRunningMode sets the RunningMode field's value.

func (*WorkspaceProperties) SetRunningModeAutoStopTimeoutInMinutes added in v1.5.0

func (s *WorkspaceProperties) SetRunningModeAutoStopTimeoutInMinutes(v int64) *WorkspaceProperties

SetRunningModeAutoStopTimeoutInMinutes sets the RunningModeAutoStopTimeoutInMinutes field's value.

func (*WorkspaceProperties) SetUserVolumeSizeGib added in v1.12.54

func (s *WorkspaceProperties) SetUserVolumeSizeGib(v int64) *WorkspaceProperties

SetUserVolumeSizeGib sets the UserVolumeSizeGib field's value.

func (WorkspaceProperties) String added in v1.4.3

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 `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 username of the user for the WorkSpace. This username 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 KMS key used to encrypt data stored on your WorkSpace.
	VolumeEncryptionKey *string `type:"string"`

	// The WorkSpace properties.
	WorkspaceProperties *WorkspaceProperties `type:"structure"`
	// contains filtered or unexported fields
}

Information used to create a WorkSpace.

func (WorkspaceRequest) GoString added in v0.6.5

func (s WorkspaceRequest) GoString() string

GoString returns the string representation

func (*WorkspaceRequest) SetBundleId added in v1.5.0

func (s *WorkspaceRequest) SetBundleId(v string) *WorkspaceRequest

SetBundleId sets the BundleId field's value.

func (*WorkspaceRequest) SetDirectoryId added in v1.5.0

func (s *WorkspaceRequest) SetDirectoryId(v string) *WorkspaceRequest

SetDirectoryId sets the DirectoryId field's value.

func (*WorkspaceRequest) SetRootVolumeEncryptionEnabled added in v1.5.0

func (s *WorkspaceRequest) SetRootVolumeEncryptionEnabled(v bool) *WorkspaceRequest

SetRootVolumeEncryptionEnabled sets the RootVolumeEncryptionEnabled field's value.

func (*WorkspaceRequest) SetTags added in v1.5.0

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

SetTags sets the Tags field's value.

func (*WorkspaceRequest) SetUserName added in v1.5.0

func (s *WorkspaceRequest) SetUserName(v string) *WorkspaceRequest

SetUserName sets the UserName field's value.

func (*WorkspaceRequest) SetUserVolumeEncryptionEnabled added in v1.5.0

func (s *WorkspaceRequest) SetUserVolumeEncryptionEnabled(v bool) *WorkspaceRequest

SetUserVolumeEncryptionEnabled sets the UserVolumeEncryptionEnabled field's value.

func (*WorkspaceRequest) SetVolumeEncryptionKey added in v1.5.0

func (s *WorkspaceRequest) SetVolumeEncryptionKey(v string) *WorkspaceRequest

SetVolumeEncryptionKey sets the VolumeEncryptionKey field's value.

func (*WorkspaceRequest) SetWorkspaceProperties added in v1.5.0

func (s *WorkspaceRequest) SetWorkspaceProperties(v *WorkspaceProperties) *WorkspaceRequest

SetWorkspaceProperties sets the WorkspaceProperties field's value.

func (WorkspaceRequest) String added in v0.6.5

func (s WorkspaceRequest) String() string

String returns the string representation

func (*WorkspaceRequest) Validate added in v1.1.21

func (s *WorkspaceRequest) Validate() error

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

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