...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/workspaces"
Overview
Constants

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 or Amazon Linux desktops for your users, known as WorkSpaces. WorkSpaces eliminates the need to procure and deploy hardware or install complex software. You can quickly add or remove users as your needs change. Users can access their virtual desktops from multiple devices or web browsers.

This API Reference provides detailed information about the actions, data types, parameters, and errors of the WorkSpaces service. For more information about the supported Amazon Web Services Regions, endpoints, and service quotas of the Amazon WorkSpaces service, see WorkSpaces endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/wsp.html) in the Amazon Web Services General Reference.

You can also manage your WorkSpaces resources using the WorkSpaces console, Command Line Interface (CLI), and SDKs. For more information about administering WorkSpaces, see the Amazon WorkSpaces Administration Guide (https://docs.aws.amazon.com/workspaces/latest/adminguide/). For more information about using the Amazon WorkSpaces client application or web browser to access provisioned WorkSpaces, see the Amazon WorkSpaces User Guide (https://docs.aws.amazon.com/workspaces/latest/userguide/). For more information about using the CLI to manage your WorkSpaces resources, see the WorkSpaces section of the CLI Reference (https://docs.aws.amazon.com/cli/latest/reference/workspaces/index.html).

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

The stub package, workspacesiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

AssociateConnectionAlias
AssociateIpGroups
AssociateWorkspaceApplication
AuthorizeIpRules
CopyWorkspaceImage
CreateConnectClientAddIn
CreateConnectionAlias
CreateIpGroup
CreateStandbyWorkspaces
CreateTags
CreateUpdatedWorkspaceImage
CreateWorkspaceBundle
CreateWorkspaceImage
CreateWorkspaces
DeleteClientBranding
DeleteConnectClientAddIn
DeleteConnectionAlias
DeleteIpGroup
DeleteTags
DeleteWorkspaceBundle
DeleteWorkspaceImage
DeployWorkspaceApplications
DeregisterWorkspaceDirectory
DescribeAccount
DescribeAccountModifications
DescribeApplicationAssociations ( Paginator )
DescribeApplications ( Paginator )
DescribeBundleAssociations
DescribeClientBranding
DescribeClientProperties
DescribeConnectClientAddIns
DescribeConnectionAliasPermissions
DescribeConnectionAliases
DescribeImageAssociations
DescribeIpGroups
DescribeTags
DescribeWorkspaceAssociations
DescribeWorkspaceBundles ( Paginator )
DescribeWorkspaceDirectories ( Paginator )
DescribeWorkspaceImagePermissions
DescribeWorkspaceImages
DescribeWorkspaceSnapshots
DescribeWorkspaces ( Paginator )
DescribeWorkspacesConnectionStatus
DisassociateConnectionAlias
DisassociateIpGroups
DisassociateWorkspaceApplication
ImportClientBranding
ImportWorkspaceImage
ListAvailableManagementCidrRanges
MigrateWorkspace
ModifyAccount
ModifyCertificateBasedAuthProperties
ModifyClientProperties
ModifySamlProperties
ModifySelfservicePermissions
ModifyWorkspaceAccessProperties
ModifyWorkspaceCreationProperties
ModifyWorkspaceProperties
ModifyWorkspaceState
RebootWorkspaces
RebuildWorkspaces
RegisterWorkspaceDirectory
RestoreWorkspace
RevokeIpRules
StartWorkspaces
StopWorkspaces
TerminateWorkspaces
UpdateConnectClientAddIn
UpdateConnectionAliasPermission
UpdateRulesOfIpGroup
UpdateWorkspaceBundle
UpdateWorkspaceImagePermission

Types ▾

type WorkSpaces
func New(p client.ConfigProvider, cfgs ...*aws.Config) *WorkSpaces
func (c *WorkSpaces) AssociateConnectionAlias(input *AssociateConnectionAliasInput) (*AssociateConnectionAliasOutput, error)
func (c *WorkSpaces) AssociateConnectionAliasRequest(input *AssociateConnectionAliasInput) (req *request.Request, output *AssociateConnectionAliasOutput)
func (c *WorkSpaces) AssociateConnectionAliasWithContext(ctx aws.Context, input *AssociateConnectionAliasInput, opts ...request.Option) (*AssociateConnectionAliasOutput, error)
func (c *WorkSpaces) AssociateIpGroups(input *AssociateIpGroupsInput) (*AssociateIpGroupsOutput, error)
func (c *WorkSpaces) AssociateIpGroupsRequest(input *AssociateIpGroupsInput) (req *request.Request, output *AssociateIpGroupsOutput)
func (c *WorkSpaces) AssociateIpGroupsWithContext(ctx aws.Context, input *AssociateIpGroupsInput, opts ...request.Option) (*AssociateIpGroupsOutput, error)
func (c *WorkSpaces) AssociateWorkspaceApplication(input *AssociateWorkspaceApplicationInput) (*AssociateWorkspaceApplicationOutput, error)
func (c *WorkSpaces) AssociateWorkspaceApplicationRequest(input *AssociateWorkspaceApplicationInput) (req *request.Request, output *AssociateWorkspaceApplicationOutput)
func (c *WorkSpaces) AssociateWorkspaceApplicationWithContext(ctx aws.Context, input *AssociateWorkspaceApplicationInput, opts ...request.Option) (*AssociateWorkspaceApplicationOutput, error)
func (c *WorkSpaces) AuthorizeIpRules(input *AuthorizeIpRulesInput) (*AuthorizeIpRulesOutput, error)
func (c *WorkSpaces) AuthorizeIpRulesRequest(input *AuthorizeIpRulesInput) (req *request.Request, output *AuthorizeIpRulesOutput)
func (c *WorkSpaces) AuthorizeIpRulesWithContext(ctx aws.Context, input *AuthorizeIpRulesInput, opts ...request.Option) (*AuthorizeIpRulesOutput, error)
func (c *WorkSpaces) CopyWorkspaceImage(input *CopyWorkspaceImageInput) (*CopyWorkspaceImageOutput, error)
func (c *WorkSpaces) CopyWorkspaceImageRequest(input *CopyWorkspaceImageInput) (req *request.Request, output *CopyWorkspaceImageOutput)
func (c *WorkSpaces) CopyWorkspaceImageWithContext(ctx aws.Context, input *CopyWorkspaceImageInput, opts ...request.Option) (*CopyWorkspaceImageOutput, error)
func (c *WorkSpaces) CreateConnectClientAddIn(input *CreateConnectClientAddInInput) (*CreateConnectClientAddInOutput, error)
func (c *WorkSpaces) CreateConnectClientAddInRequest(input *CreateConnectClientAddInInput) (req *request.Request, output *CreateConnectClientAddInOutput)
func (c *WorkSpaces) CreateConnectClientAddInWithContext(ctx aws.Context, input *CreateConnectClientAddInInput, opts ...request.Option) (*CreateConnectClientAddInOutput, error)
func (c *WorkSpaces) CreateConnectionAlias(input *CreateConnectionAliasInput) (*CreateConnectionAliasOutput, error)
func (c *WorkSpaces) CreateConnectionAliasRequest(input *CreateConnectionAliasInput) (req *request.Request, output *CreateConnectionAliasOutput)
func (c *WorkSpaces) CreateConnectionAliasWithContext(ctx aws.Context, input *CreateConnectionAliasInput, opts ...request.Option) (*CreateConnectionAliasOutput, error)
func (c *WorkSpaces) CreateIpGroup(input *CreateIpGroupInput) (*CreateIpGroupOutput, error)
func (c *WorkSpaces) CreateIpGroupRequest(input *CreateIpGroupInput) (req *request.Request, output *CreateIpGroupOutput)
func (c *WorkSpaces) CreateIpGroupWithContext(ctx aws.Context, input *CreateIpGroupInput, opts ...request.Option) (*CreateIpGroupOutput, error)
func (c *WorkSpaces) CreateStandbyWorkspaces(input *CreateStandbyWorkspacesInput) (*CreateStandbyWorkspacesOutput, error)
func (c *WorkSpaces) CreateStandbyWorkspacesRequest(input *CreateStandbyWorkspacesInput) (req *request.Request, output *CreateStandbyWorkspacesOutput)
func (c *WorkSpaces) CreateStandbyWorkspacesWithContext(ctx aws.Context, input *CreateStandbyWorkspacesInput, opts ...request.Option) (*CreateStandbyWorkspacesOutput, error)
func (c *WorkSpaces) CreateTags(input *CreateTagsInput) (*CreateTagsOutput, error)
func (c *WorkSpaces) CreateTagsRequest(input *CreateTagsInput) (req *request.Request, output *CreateTagsOutput)
func (c *WorkSpaces) CreateTagsWithContext(ctx aws.Context, input *CreateTagsInput, opts ...request.Option) (*CreateTagsOutput, error)
func (c *WorkSpaces) CreateUpdatedWorkspaceImage(input *CreateUpdatedWorkspaceImageInput) (*CreateUpdatedWorkspaceImageOutput, error)
func (c *WorkSpaces) CreateUpdatedWorkspaceImageRequest(input *CreateUpdatedWorkspaceImageInput) (req *request.Request, output *CreateUpdatedWorkspaceImageOutput)
func (c *WorkSpaces) CreateUpdatedWorkspaceImageWithContext(ctx aws.Context, input *CreateUpdatedWorkspaceImageInput, opts ...request.Option) (*CreateUpdatedWorkspaceImageOutput, error)
func (c *WorkSpaces) CreateWorkspaceBundle(input *CreateWorkspaceBundleInput) (*CreateWorkspaceBundleOutput, error)
func (c *WorkSpaces) CreateWorkspaceBundleRequest(input *CreateWorkspaceBundleInput) (req *request.Request, output *CreateWorkspaceBundleOutput)
func (c *WorkSpaces) CreateWorkspaceBundleWithContext(ctx aws.Context, input *CreateWorkspaceBundleInput, opts ...request.Option) (*CreateWorkspaceBundleOutput, error)
func (c *WorkSpaces) CreateWorkspaceImage(input *CreateWorkspaceImageInput) (*CreateWorkspaceImageOutput, error)
func (c *WorkSpaces) CreateWorkspaceImageRequest(input *CreateWorkspaceImageInput) (req *request.Request, output *CreateWorkspaceImageOutput)
func (c *WorkSpaces) CreateWorkspaceImageWithContext(ctx aws.Context, input *CreateWorkspaceImageInput, opts ...request.Option) (*CreateWorkspaceImageOutput, error)
func (c *WorkSpaces) CreateWorkspaces(input *CreateWorkspacesInput) (*CreateWorkspacesOutput, error)
func (c *WorkSpaces) CreateWorkspacesRequest(input *CreateWorkspacesInput) (req *request.Request, output *CreateWorkspacesOutput)
func (c *WorkSpaces) CreateWorkspacesWithContext(ctx aws.Context, input *CreateWorkspacesInput, opts ...request.Option) (*CreateWorkspacesOutput, error)
func (c *WorkSpaces) DeleteClientBranding(input *DeleteClientBrandingInput) (*DeleteClientBrandingOutput, error)
func (c *WorkSpaces) DeleteClientBrandingRequest(input *DeleteClientBrandingInput) (req *request.Request, output *DeleteClientBrandingOutput)
func (c *WorkSpaces) DeleteClientBrandingWithContext(ctx aws.Context, input *DeleteClientBrandingInput, opts ...request.Option) (*DeleteClientBrandingOutput, error)
func (c *WorkSpaces) DeleteConnectClientAddIn(input *DeleteConnectClientAddInInput) (*DeleteConnectClientAddInOutput, error)
func (c *WorkSpaces) DeleteConnectClientAddInRequest(input *DeleteConnectClientAddInInput) (req *request.Request, output *DeleteConnectClientAddInOutput)
func (c *WorkSpaces) DeleteConnectClientAddInWithContext(ctx aws.Context, input *DeleteConnectClientAddInInput, opts ...request.Option) (*DeleteConnectClientAddInOutput, error)
func (c *WorkSpaces) DeleteConnectionAlias(input *DeleteConnectionAliasInput) (*DeleteConnectionAliasOutput, error)
func (c *WorkSpaces) DeleteConnectionAliasRequest(input *DeleteConnectionAliasInput) (req *request.Request, output *DeleteConnectionAliasOutput)
func (c *WorkSpaces) DeleteConnectionAliasWithContext(ctx aws.Context, input *DeleteConnectionAliasInput, opts ...request.Option) (*DeleteConnectionAliasOutput, error)
func (c *WorkSpaces) DeleteIpGroup(input *DeleteIpGroupInput) (*DeleteIpGroupOutput, error)
func (c *WorkSpaces) DeleteIpGroupRequest(input *DeleteIpGroupInput) (req *request.Request, output *DeleteIpGroupOutput)
func (c *WorkSpaces) DeleteIpGroupWithContext(ctx aws.Context, input *DeleteIpGroupInput, opts ...request.Option) (*DeleteIpGroupOutput, error)
func (c *WorkSpaces) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)
func (c *WorkSpaces) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)
func (c *WorkSpaces) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)
func (c *WorkSpaces) DeleteWorkspaceBundle(input *DeleteWorkspaceBundleInput) (*DeleteWorkspaceBundleOutput, error)
func (c *WorkSpaces) DeleteWorkspaceBundleRequest(input *DeleteWorkspaceBundleInput) (req *request.Request, output *DeleteWorkspaceBundleOutput)
func (c *WorkSpaces) DeleteWorkspaceBundleWithContext(ctx aws.Context, input *DeleteWorkspaceBundleInput, opts ...request.Option) (*DeleteWorkspaceBundleOutput, error)
func (c *WorkSpaces) DeleteWorkspaceImage(input *DeleteWorkspaceImageInput) (*DeleteWorkspaceImageOutput, error)
func (c *WorkSpaces) DeleteWorkspaceImageRequest(input *DeleteWorkspaceImageInput) (req *request.Request, output *DeleteWorkspaceImageOutput)
func (c *WorkSpaces) DeleteWorkspaceImageWithContext(ctx aws.Context, input *DeleteWorkspaceImageInput, opts ...request.Option) (*DeleteWorkspaceImageOutput, error)
func (c *WorkSpaces) DeployWorkspaceApplications(input *DeployWorkspaceApplicationsInput) (*DeployWorkspaceApplicationsOutput, error)
func (c *WorkSpaces) DeployWorkspaceApplicationsRequest(input *DeployWorkspaceApplicationsInput) (req *request.Request, output *DeployWorkspaceApplicationsOutput)
func (c *WorkSpaces) DeployWorkspaceApplicationsWithContext(ctx aws.Context, input *DeployWorkspaceApplicationsInput, opts ...request.Option) (*DeployWorkspaceApplicationsOutput, error)
func (c *WorkSpaces) DeregisterWorkspaceDirectory(input *DeregisterWorkspaceDirectoryInput) (*DeregisterWorkspaceDirectoryOutput, error)
func (c *WorkSpaces) DeregisterWorkspaceDirectoryRequest(input *DeregisterWorkspaceDirectoryInput) (req *request.Request, output *DeregisterWorkspaceDirectoryOutput)
func (c *WorkSpaces) DeregisterWorkspaceDirectoryWithContext(ctx aws.Context, input *DeregisterWorkspaceDirectoryInput, opts ...request.Option) (*DeregisterWorkspaceDirectoryOutput, error)
func (c *WorkSpaces) DescribeAccount(input *DescribeAccountInput) (*DescribeAccountOutput, error)
func (c *WorkSpaces) DescribeAccountModifications(input *DescribeAccountModificationsInput) (*DescribeAccountModificationsOutput, error)
func (c *WorkSpaces) DescribeAccountModificationsRequest(input *DescribeAccountModificationsInput) (req *request.Request, output *DescribeAccountModificationsOutput)
func (c *WorkSpaces) DescribeAccountModificationsWithContext(ctx aws.Context, input *DescribeAccountModificationsInput, opts ...request.Option) (*DescribeAccountModificationsOutput, error)
func (c *WorkSpaces) DescribeAccountRequest(input *DescribeAccountInput) (req *request.Request, output *DescribeAccountOutput)
func (c *WorkSpaces) DescribeAccountWithContext(ctx aws.Context, input *DescribeAccountInput, opts ...request.Option) (*DescribeAccountOutput, error)
func (c *WorkSpaces) DescribeApplicationAssociations(input *DescribeApplicationAssociationsInput) (*DescribeApplicationAssociationsOutput, error)
func (c *WorkSpaces) DescribeApplicationAssociationsPages(input *DescribeApplicationAssociationsInput, fn func(*DescribeApplicationAssociationsOutput, bool) bool) error
func (c *WorkSpaces) DescribeApplicationAssociationsPagesWithContext(ctx aws.Context, input *DescribeApplicationAssociationsInput, fn func(*DescribeApplicationAssociationsOutput, bool) bool, opts ...request.Option) error
func (c *WorkSpaces) DescribeApplicationAssociationsRequest(input *DescribeApplicationAssociationsInput) (req *request.Request, output *DescribeApplicationAssociationsOutput)
func (c *WorkSpaces) DescribeApplicationAssociationsWithContext(ctx aws.Context, input *DescribeApplicationAssociationsInput, opts ...request.Option) (*DescribeApplicationAssociationsOutput, error)
func (c *WorkSpaces) DescribeApplications(input *DescribeApplicationsInput) (*DescribeApplicationsOutput, error)
func (c *WorkSpaces) DescribeApplicationsPages(input *DescribeApplicationsInput, fn func(*DescribeApplicationsOutput, bool) bool) error
func (c *WorkSpaces) DescribeApplicationsPagesWithContext(ctx aws.Context, input *DescribeApplicationsInput, fn func(*DescribeApplicationsOutput, bool) bool, opts ...request.Option) error
func (c *WorkSpaces) DescribeApplicationsRequest(input *DescribeApplicationsInput) (req *request.Request, output *DescribeApplicationsOutput)
func (c *WorkSpaces) DescribeApplicationsWithContext(ctx aws.Context, input *DescribeApplicationsInput, opts ...request.Option) (*DescribeApplicationsOutput, error)
func (c *WorkSpaces) DescribeBundleAssociations(input *DescribeBundleAssociationsInput) (*DescribeBundleAssociationsOutput, error)
func (c *WorkSpaces) DescribeBundleAssociationsRequest(input *DescribeBundleAssociationsInput) (req *request.Request, output *DescribeBundleAssociationsOutput)
func (c *WorkSpaces) DescribeBundleAssociationsWithContext(ctx aws.Context, input *DescribeBundleAssociationsInput, opts ...request.Option) (*DescribeBundleAssociationsOutput, error)
func (c *WorkSpaces) DescribeClientBranding(input *DescribeClientBrandingInput) (*DescribeClientBrandingOutput, error)
func (c *WorkSpaces) DescribeClientBrandingRequest(input *DescribeClientBrandingInput) (req *request.Request, output *DescribeClientBrandingOutput)
func (c *WorkSpaces) DescribeClientBrandingWithContext(ctx aws.Context, input *DescribeClientBrandingInput, opts ...request.Option) (*DescribeClientBrandingOutput, error)
func (c *WorkSpaces) DescribeClientProperties(input *DescribeClientPropertiesInput) (*DescribeClientPropertiesOutput, error)
func (c *WorkSpaces) DescribeClientPropertiesRequest(input *DescribeClientPropertiesInput) (req *request.Request, output *DescribeClientPropertiesOutput)
func (c *WorkSpaces) DescribeClientPropertiesWithContext(ctx aws.Context, input *DescribeClientPropertiesInput, opts ...request.Option) (*DescribeClientPropertiesOutput, error)
func (c *WorkSpaces) DescribeConnectClientAddIns(input *DescribeConnectClientAddInsInput) (*DescribeConnectClientAddInsOutput, error)
func (c *WorkSpaces) DescribeConnectClientAddInsRequest(input *DescribeConnectClientAddInsInput) (req *request.Request, output *DescribeConnectClientAddInsOutput)
func (c *WorkSpaces) DescribeConnectClientAddInsWithContext(ctx aws.Context, input *DescribeConnectClientAddInsInput, opts ...request.Option) (*DescribeConnectClientAddInsOutput, error)
func (c *WorkSpaces) DescribeConnectionAliasPermissions(input *DescribeConnectionAliasPermissionsInput) (*DescribeConnectionAliasPermissionsOutput, error)
func (c *WorkSpaces) DescribeConnectionAliasPermissionsRequest(input *DescribeConnectionAliasPermissionsInput) (req *request.Request, output *DescribeConnectionAliasPermissionsOutput)
func (c *WorkSpaces) DescribeConnectionAliasPermissionsWithContext(ctx aws.Context, input *DescribeConnectionAliasPermissionsInput, opts ...request.Option) (*DescribeConnectionAliasPermissionsOutput, error)
func (c *WorkSpaces) DescribeConnectionAliases(input *DescribeConnectionAliasesInput) (*DescribeConnectionAliasesOutput, error)
func (c *WorkSpaces) DescribeConnectionAliasesRequest(input *DescribeConnectionAliasesInput) (req *request.Request, output *DescribeConnectionAliasesOutput)
func (c *WorkSpaces) DescribeConnectionAliasesWithContext(ctx aws.Context, input *DescribeConnectionAliasesInput, opts ...request.Option) (*DescribeConnectionAliasesOutput, error)
func (c *WorkSpaces) DescribeImageAssociations(input *DescribeImageAssociationsInput) (*DescribeImageAssociationsOutput, error)
func (c *WorkSpaces) DescribeImageAssociationsRequest(input *DescribeImageAssociationsInput) (req *request.Request, output *DescribeImageAssociationsOutput)
func (c *WorkSpaces) DescribeImageAssociationsWithContext(ctx aws.Context, input *DescribeImageAssociationsInput, opts ...request.Option) (*DescribeImageAssociationsOutput, error)
func (c *WorkSpaces) DescribeIpGroups(input *DescribeIpGroupsInput) (*DescribeIpGroupsOutput, error)
func (c *WorkSpaces) DescribeIpGroupsRequest(input *DescribeIpGroupsInput) (req *request.Request, output *DescribeIpGroupsOutput)
func (c *WorkSpaces) DescribeIpGroupsWithContext(ctx aws.Context, input *DescribeIpGroupsInput, opts ...request.Option) (*DescribeIpGroupsOutput, error)
func (c *WorkSpaces) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)
func (c *WorkSpaces) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)
func (c *WorkSpaces) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)
func (c *WorkSpaces) DescribeWorkspaceAssociations(input *DescribeWorkspaceAssociationsInput) (*DescribeWorkspaceAssociationsOutput, error)
func (c *WorkSpaces) DescribeWorkspaceAssociationsRequest(input *DescribeWorkspaceAssociationsInput) (req *request.Request, output *DescribeWorkspaceAssociationsOutput)
func (c *WorkSpaces) DescribeWorkspaceAssociationsWithContext(ctx aws.Context, input *DescribeWorkspaceAssociationsInput, opts ...request.Option) (*DescribeWorkspaceAssociationsOutput, error)
func (c *WorkSpaces) DescribeWorkspaceBundles(input *DescribeWorkspaceBundlesInput) (*DescribeWorkspaceBundlesOutput, error)
func (c *WorkSpaces) DescribeWorkspaceBundlesPages(input *DescribeWorkspaceBundlesInput, fn func(*DescribeWorkspaceBundlesOutput, bool) bool) error
func (c *WorkSpaces) DescribeWorkspaceBundlesPagesWithContext(ctx aws.Context, input *DescribeWorkspaceBundlesInput, fn func(*DescribeWorkspaceBundlesOutput, bool) bool, opts ...request.Option) error
func (c *WorkSpaces) DescribeWorkspaceBundlesRequest(input *DescribeWorkspaceBundlesInput) (req *request.Request, output *DescribeWorkspaceBundlesOutput)
func (c *WorkSpaces) DescribeWorkspaceBundlesWithContext(ctx aws.Context, input *DescribeWorkspaceBundlesInput, opts ...request.Option) (*DescribeWorkspaceBundlesOutput, error)
func (c *WorkSpaces) DescribeWorkspaceDirectories(input *DescribeWorkspaceDirectoriesInput) (*DescribeWorkspaceDirectoriesOutput, error)
func (c *WorkSpaces) DescribeWorkspaceDirectoriesPages(input *DescribeWorkspaceDirectoriesInput, fn func(*DescribeWorkspaceDirectoriesOutput, bool) bool) error
func (c *WorkSpaces) DescribeWorkspaceDirectoriesPagesWithContext(ctx aws.Context, input *DescribeWorkspaceDirectoriesInput, fn func(*DescribeWorkspaceDirectoriesOutput, bool) bool, opts ...request.Option) error
func (c *WorkSpaces) DescribeWorkspaceDirectoriesRequest(input *DescribeWorkspaceDirectoriesInput) (req *request.Request, output *DescribeWorkspaceDirectoriesOutput)
func (c *WorkSpaces) DescribeWorkspaceDirectoriesWithContext(ctx aws.Context, input *DescribeWorkspaceDirectoriesInput, opts ...request.Option) (*DescribeWorkspaceDirectoriesOutput, error)
func (c *WorkSpaces) DescribeWorkspaceImagePermissions(input *DescribeWorkspaceImagePermissionsInput) (*DescribeWorkspaceImagePermissionsOutput, error)
func (c *WorkSpaces) DescribeWorkspaceImagePermissionsRequest(input *DescribeWorkspaceImagePermissionsInput) (req *request.Request, output *DescribeWorkspaceImagePermissionsOutput)
func (c *WorkSpaces) DescribeWorkspaceImagePermissionsWithContext(ctx aws.Context, input *DescribeWorkspaceImagePermissionsInput, opts ...request.Option) (*DescribeWorkspaceImagePermissionsOutput, error)
func (c *WorkSpaces) DescribeWorkspaceImages(input *DescribeWorkspaceImagesInput) (*DescribeWorkspaceImagesOutput, error)
func (c *WorkSpaces) DescribeWorkspaceImagesRequest(input *DescribeWorkspaceImagesInput) (req *request.Request, output *DescribeWorkspaceImagesOutput)
func (c *WorkSpaces) DescribeWorkspaceImagesWithContext(ctx aws.Context, input *DescribeWorkspaceImagesInput, opts ...request.Option) (*DescribeWorkspaceImagesOutput, error)
func (c *WorkSpaces) DescribeWorkspaceSnapshots(input *DescribeWorkspaceSnapshotsInput) (*DescribeWorkspaceSnapshotsOutput, error)
func (c *WorkSpaces) DescribeWorkspaceSnapshotsRequest(input *DescribeWorkspaceSnapshotsInput) (req *request.Request, output *DescribeWorkspaceSnapshotsOutput)
func (c *WorkSpaces) DescribeWorkspaceSnapshotsWithContext(ctx aws.Context, input *DescribeWorkspaceSnapshotsInput, opts ...request.Option) (*DescribeWorkspaceSnapshotsOutput, error)
func (c *WorkSpaces) DescribeWorkspaces(input *DescribeWorkspacesInput) (*DescribeWorkspacesOutput, error)
func (c *WorkSpaces) DescribeWorkspacesConnectionStatus(input *DescribeWorkspacesConnectionStatusInput) (*DescribeWorkspacesConnectionStatusOutput, error)
func (c *WorkSpaces) DescribeWorkspacesConnectionStatusRequest(input *DescribeWorkspacesConnectionStatusInput) (req *request.Request, output *DescribeWorkspacesConnectionStatusOutput)
func (c *WorkSpaces) DescribeWorkspacesConnectionStatusWithContext(ctx aws.Context, input *DescribeWorkspacesConnectionStatusInput, opts ...request.Option) (*DescribeWorkspacesConnectionStatusOutput, error)
func (c *WorkSpaces) DescribeWorkspacesPages(input *DescribeWorkspacesInput, fn func(*DescribeWorkspacesOutput, bool) bool) error
func (c *WorkSpaces) DescribeWorkspacesPagesWithContext(ctx aws.Context, input *DescribeWorkspacesInput, fn func(*DescribeWorkspacesOutput, bool) bool, opts ...request.Option) error
func (c *WorkSpaces) DescribeWorkspacesRequest(input *DescribeWorkspacesInput) (req *request.Request, output *DescribeWorkspacesOutput)
func (c *WorkSpaces) DescribeWorkspacesWithContext(ctx aws.Context, input *DescribeWorkspacesInput, opts ...request.Option) (*DescribeWorkspacesOutput, error)
func (c *WorkSpaces) DisassociateConnectionAlias(input *DisassociateConnectionAliasInput) (*DisassociateConnectionAliasOutput, error)
func (c *WorkSpaces) DisassociateConnectionAliasRequest(input *DisassociateConnectionAliasInput) (req *request.Request, output *DisassociateConnectionAliasOutput)
func (c *WorkSpaces) DisassociateConnectionAliasWithContext(ctx aws.Context, input *DisassociateConnectionAliasInput, opts ...request.Option) (*DisassociateConnectionAliasOutput, error)
func (c *WorkSpaces) DisassociateIpGroups(input *DisassociateIpGroupsInput) (*DisassociateIpGroupsOutput, error)
func (c *WorkSpaces) DisassociateIpGroupsRequest(input *DisassociateIpGroupsInput) (req *request.Request, output *DisassociateIpGroupsOutput)
func (c *WorkSpaces) DisassociateIpGroupsWithContext(ctx aws.Context, input *DisassociateIpGroupsInput, opts ...request.Option) (*DisassociateIpGroupsOutput, error)
func (c *WorkSpaces) DisassociateWorkspaceApplication(input *DisassociateWorkspaceApplicationInput) (*DisassociateWorkspaceApplicationOutput, error)
func (c *WorkSpaces) DisassociateWorkspaceApplicationRequest(input *DisassociateWorkspaceApplicationInput) (req *request.Request, output *DisassociateWorkspaceApplicationOutput)
func (c *WorkSpaces) DisassociateWorkspaceApplicationWithContext(ctx aws.Context, input *DisassociateWorkspaceApplicationInput, opts ...request.Option) (*DisassociateWorkspaceApplicationOutput, error)
func (c *WorkSpaces) ImportClientBranding(input *ImportClientBrandingInput) (*ImportClientBrandingOutput, error)
func (c *WorkSpaces) ImportClientBrandingRequest(input *ImportClientBrandingInput) (req *request.Request, output *ImportClientBrandingOutput)
func (c *WorkSpaces) ImportClientBrandingWithContext(ctx aws.Context, input *ImportClientBrandingInput, opts ...request.Option) (*ImportClientBrandingOutput, error)
func (c *WorkSpaces) ImportWorkspaceImage(input *ImportWorkspaceImageInput) (*ImportWorkspaceImageOutput, error)
func (c *WorkSpaces) ImportWorkspaceImageRequest(input *ImportWorkspaceImageInput) (req *request.Request, output *ImportWorkspaceImageOutput)
func (c *WorkSpaces) ImportWorkspaceImageWithContext(ctx aws.Context, input *ImportWorkspaceImageInput, opts ...request.Option) (*ImportWorkspaceImageOutput, error)
func (c *WorkSpaces) ListAvailableManagementCidrRanges(input *ListAvailableManagementCidrRangesInput) (*ListAvailableManagementCidrRangesOutput, error)
func (c *WorkSpaces) ListAvailableManagementCidrRangesRequest(input *ListAvailableManagementCidrRangesInput) (req *request.Request, output *ListAvailableManagementCidrRangesOutput)
func (c *WorkSpaces) ListAvailableManagementCidrRangesWithContext(ctx aws.Context, input *ListAvailableManagementCidrRangesInput, opts ...request.Option) (*ListAvailableManagementCidrRangesOutput, error)
func (c *WorkSpaces) MigrateWorkspace(input *MigrateWorkspaceInput) (*MigrateWorkspaceOutput, error)
func (c *WorkSpaces) MigrateWorkspaceRequest(input *MigrateWorkspaceInput) (req *request.Request, output *MigrateWorkspaceOutput)
func (c *WorkSpaces) MigrateWorkspaceWithContext(ctx aws.Context, input *MigrateWorkspaceInput, opts ...request.Option) (*MigrateWorkspaceOutput, error)
func (c *WorkSpaces) ModifyAccount(input *ModifyAccountInput) (*ModifyAccountOutput, error)
func (c *WorkSpaces) ModifyAccountRequest(input *ModifyAccountInput) (req *request.Request, output *ModifyAccountOutput)
func (c *WorkSpaces) ModifyAccountWithContext(ctx aws.Context, input *ModifyAccountInput, opts ...request.Option) (*ModifyAccountOutput, error)
func (c *WorkSpaces) ModifyCertificateBasedAuthProperties(input *ModifyCertificateBasedAuthPropertiesInput) (*ModifyCertificateBasedAuthPropertiesOutput, error)
func (c *WorkSpaces) ModifyCertificateBasedAuthPropertiesRequest(input *ModifyCertificateBasedAuthPropertiesInput) (req *request.Request, output *ModifyCertificateBasedAuthPropertiesOutput)
func (c *WorkSpaces) ModifyCertificateBasedAuthPropertiesWithContext(ctx aws.Context, input *ModifyCertificateBasedAuthPropertiesInput, opts ...request.Option) (*ModifyCertificateBasedAuthPropertiesOutput, error)
func (c *WorkSpaces) ModifyClientProperties(input *ModifyClientPropertiesInput) (*ModifyClientPropertiesOutput, error)
func (c *WorkSpaces) ModifyClientPropertiesRequest(input *ModifyClientPropertiesInput) (req *request.Request, output *ModifyClientPropertiesOutput)
func (c *WorkSpaces) ModifyClientPropertiesWithContext(ctx aws.Context, input *ModifyClientPropertiesInput, opts ...request.Option) (*ModifyClientPropertiesOutput, error)
func (c *WorkSpaces) ModifySamlProperties(input *ModifySamlPropertiesInput) (*ModifySamlPropertiesOutput, error)
func (c *WorkSpaces) ModifySamlPropertiesRequest(input *ModifySamlPropertiesInput) (req *request.Request, output *ModifySamlPropertiesOutput)
func (c *WorkSpaces) ModifySamlPropertiesWithContext(ctx aws.Context, input *ModifySamlPropertiesInput, opts ...request.Option) (*ModifySamlPropertiesOutput, error)
func (c *WorkSpaces) ModifySelfservicePermissions(input *ModifySelfservicePermissionsInput) (*ModifySelfservicePermissionsOutput, error)
func (c *WorkSpaces) ModifySelfservicePermissionsRequest(input *ModifySelfservicePermissionsInput) (req *request.Request, output *ModifySelfservicePermissionsOutput)
func (c *WorkSpaces) ModifySelfservicePermissionsWithContext(ctx aws.Context, input *ModifySelfservicePermissionsInput, opts ...request.Option) (*ModifySelfservicePermissionsOutput, error)
func (c *WorkSpaces) ModifyWorkspaceAccessProperties(input *ModifyWorkspaceAccessPropertiesInput) (*ModifyWorkspaceAccessPropertiesOutput, error)
func (c *WorkSpaces) ModifyWorkspaceAccessPropertiesRequest(input *ModifyWorkspaceAccessPropertiesInput) (req *request.Request, output *ModifyWorkspaceAccessPropertiesOutput)
func (c *WorkSpaces) ModifyWorkspaceAccessPropertiesWithContext(ctx aws.Context, input *ModifyWorkspaceAccessPropertiesInput, opts ...request.Option) (*ModifyWorkspaceAccessPropertiesOutput, error)
func (c *WorkSpaces) ModifyWorkspaceCreationProperties(input *ModifyWorkspaceCreationPropertiesInput) (*ModifyWorkspaceCreationPropertiesOutput, error)
func (c *WorkSpaces) ModifyWorkspaceCreationPropertiesRequest(input *ModifyWorkspaceCreationPropertiesInput) (req *request.Request, output *ModifyWorkspaceCreationPropertiesOutput)
func (c *WorkSpaces) ModifyWorkspaceCreationPropertiesWithContext(ctx aws.Context, input *ModifyWorkspaceCreationPropertiesInput, opts ...request.Option) (*ModifyWorkspaceCreationPropertiesOutput, error)
func (c *WorkSpaces) ModifyWorkspaceProperties(input *ModifyWorkspacePropertiesInput) (*ModifyWorkspacePropertiesOutput, error)
func (c *WorkSpaces) ModifyWorkspacePropertiesRequest(input *ModifyWorkspacePropertiesInput) (req *request.Request, output *ModifyWorkspacePropertiesOutput)
func (c *WorkSpaces) ModifyWorkspacePropertiesWithContext(ctx aws.Context, input *ModifyWorkspacePropertiesInput, opts ...request.Option) (*ModifyWorkspacePropertiesOutput, error)
func (c *WorkSpaces) ModifyWorkspaceState(input *ModifyWorkspaceStateInput) (*ModifyWorkspaceStateOutput, error)
func (c *WorkSpaces) ModifyWorkspaceStateRequest(input *ModifyWorkspaceStateInput) (req *request.Request, output *ModifyWorkspaceStateOutput)
func (c *WorkSpaces) ModifyWorkspaceStateWithContext(ctx aws.Context, input *ModifyWorkspaceStateInput, opts ...request.Option) (*ModifyWorkspaceStateOutput, error)
func (c *WorkSpaces) RebootWorkspaces(input *RebootWorkspacesInput) (*RebootWorkspacesOutput, error)
func (c *WorkSpaces) RebootWorkspacesRequest(input *RebootWorkspacesInput) (req *request.Request, output *RebootWorkspacesOutput)
func (c *WorkSpaces) RebootWorkspacesWithContext(ctx aws.Context, input *RebootWorkspacesInput, opts ...request.Option) (*RebootWorkspacesOutput, error)
func (c *WorkSpaces) RebuildWorkspaces(input *RebuildWorkspacesInput) (*RebuildWorkspacesOutput, error)
func (c *WorkSpaces) RebuildWorkspacesRequest(input *RebuildWorkspacesInput) (req *request.Request, output *RebuildWorkspacesOutput)
func (c *WorkSpaces) RebuildWorkspacesWithContext(ctx aws.Context, input *RebuildWorkspacesInput, opts ...request.Option) (*RebuildWorkspacesOutput, error)
func (c *WorkSpaces) RegisterWorkspaceDirectory(input *RegisterWorkspaceDirectoryInput) (*RegisterWorkspaceDirectoryOutput, error)
func (c *WorkSpaces) RegisterWorkspaceDirectoryRequest(input *RegisterWorkspaceDirectoryInput) (req *request.Request, output *RegisterWorkspaceDirectoryOutput)
func (c *WorkSpaces) RegisterWorkspaceDirectoryWithContext(ctx aws.Context, input *RegisterWorkspaceDirectoryInput, opts ...request.Option) (*RegisterWorkspaceDirectoryOutput, error)
func (c *WorkSpaces) RestoreWorkspace(input *RestoreWorkspaceInput) (*RestoreWorkspaceOutput, error)
func (c *WorkSpaces) RestoreWorkspaceRequest(input *RestoreWorkspaceInput) (req *request.Request, output *RestoreWorkspaceOutput)
func (c *WorkSpaces) RestoreWorkspaceWithContext(ctx aws.Context, input *RestoreWorkspaceInput, opts ...request.Option) (*RestoreWorkspaceOutput, error)
func (c *WorkSpaces) RevokeIpRules(input *RevokeIpRulesInput) (*RevokeIpRulesOutput, error)
func (c *WorkSpaces) RevokeIpRulesRequest(input *RevokeIpRulesInput) (req *request.Request, output *RevokeIpRulesOutput)
func (c *WorkSpaces) RevokeIpRulesWithContext(ctx aws.Context, input *RevokeIpRulesInput, opts ...request.Option) (*RevokeIpRulesOutput, error)
func (c *WorkSpaces) StartWorkspaces(input *StartWorkspacesInput) (*StartWorkspacesOutput, error)
func (c *WorkSpaces) StartWorkspacesRequest(input *StartWorkspacesInput) (req *request.Request, output *StartWorkspacesOutput)
func (c *WorkSpaces) StartWorkspacesWithContext(ctx aws.Context, input *StartWorkspacesInput, opts ...request.Option) (*StartWorkspacesOutput, error)
func (c *WorkSpaces) StopWorkspaces(input *StopWorkspacesInput) (*StopWorkspacesOutput, error)
func (c *WorkSpaces) StopWorkspacesRequest(input *StopWorkspacesInput) (req *request.Request, output *StopWorkspacesOutput)
func (c *WorkSpaces) StopWorkspacesWithContext(ctx aws.Context, input *StopWorkspacesInput, opts ...request.Option) (*StopWorkspacesOutput, error)
func (c *WorkSpaces) TerminateWorkspaces(input *TerminateWorkspacesInput) (*TerminateWorkspacesOutput, error)
func (c *WorkSpaces) TerminateWorkspacesRequest(input *TerminateWorkspacesInput) (req *request.Request, output *TerminateWorkspacesOutput)
func (c *WorkSpaces) TerminateWorkspacesWithContext(ctx aws.Context, input *TerminateWorkspacesInput, opts ...request.Option) (*TerminateWorkspacesOutput, error)
func (c *WorkSpaces) UpdateConnectClientAddIn(input *UpdateConnectClientAddInInput) (*UpdateConnectClientAddInOutput, error)
func (c *WorkSpaces) UpdateConnectClientAddInRequest(input *UpdateConnectClientAddInInput) (req *request.Request, output *UpdateConnectClientAddInOutput)
func (c *WorkSpaces) UpdateConnectClientAddInWithContext(ctx aws.Context, input *UpdateConnectClientAddInInput, opts ...request.Option) (*UpdateConnectClientAddInOutput, error)
func (c *WorkSpaces) UpdateConnectionAliasPermission(input *UpdateConnectionAliasPermissionInput) (*UpdateConnectionAliasPermissionOutput, error)
func (c *WorkSpaces) UpdateConnectionAliasPermissionRequest(input *UpdateConnectionAliasPermissionInput) (req *request.Request, output *UpdateConnectionAliasPermissionOutput)
func (c *WorkSpaces) UpdateConnectionAliasPermissionWithContext(ctx aws.Context, input *UpdateConnectionAliasPermissionInput, opts ...request.Option) (*UpdateConnectionAliasPermissionOutput, error)
func (c *WorkSpaces) UpdateRulesOfIpGroup(input *UpdateRulesOfIpGroupInput) (*UpdateRulesOfIpGroupOutput, error)
func (c *WorkSpaces) UpdateRulesOfIpGroupRequest(input *UpdateRulesOfIpGroupInput) (req *request.Request, output *UpdateRulesOfIpGroupOutput)
func (c *WorkSpaces) UpdateRulesOfIpGroupWithContext(ctx aws.Context, input *UpdateRulesOfIpGroupInput, opts ...request.Option) (*UpdateRulesOfIpGroupOutput, error)
func (c *WorkSpaces) UpdateWorkspaceBundle(input *UpdateWorkspaceBundleInput) (*UpdateWorkspaceBundleOutput, error)
func (c *WorkSpaces) UpdateWorkspaceBundleRequest(input *UpdateWorkspaceBundleInput) (req *request.Request, output *UpdateWorkspaceBundleOutput)
func (c *WorkSpaces) UpdateWorkspaceBundleWithContext(ctx aws.Context, input *UpdateWorkspaceBundleInput, opts ...request.Option) (*UpdateWorkspaceBundleOutput, error)
func (c *WorkSpaces) UpdateWorkspaceImagePermission(input *UpdateWorkspaceImagePermissionInput) (*UpdateWorkspaceImagePermissionOutput, error)
func (c *WorkSpaces) UpdateWorkspaceImagePermissionRequest(input *UpdateWorkspaceImagePermissionInput) (req *request.Request, output *UpdateWorkspaceImagePermissionOutput)
func (c *WorkSpaces) UpdateWorkspaceImagePermissionWithContext(ctx aws.Context, input *UpdateWorkspaceImagePermissionInput, opts ...request.Option) (*UpdateWorkspaceImagePermissionOutput, error)
func AccessPropertyValue_Values() []string
func ApplicationAssociatedResourceType_Values() []string
func Application_Values() []string
func AssociationErrorCode_Values() []string
func AssociationState_Values() []string
func AssociationStatus_Values() []string
func BundleAssociatedResourceType_Values() []string
func BundleType_Values() []string
func CertificateBasedAuthStatusEnum_Values() []string
func ClientDeviceType_Values() []string
func Compute_Values() []string
func ConnectionAliasState_Values() []string
func ConnectionState_Values() []string
func DataReplication_Values() []string
func DedicatedTenancyModificationStateEnum_Values() []string
func DedicatedTenancySupportEnum_Values() []string
func DedicatedTenancySupportResultEnum_Values() []string
func DeletableCertificateBasedAuthProperty_Values() []string
func DeletableSamlProperty_Values() []string
func ImageAssociatedResourceType_Values() []string
func ImageType_Values() []string
func LogUploadEnum_Values() []string
func ModificationResourceEnum_Values() []string
func ModificationStateEnum_Values() []string
func OperatingSystemName_Values() []string
func OperatingSystemType_Values() []string
func Protocol_Values() []string
func ReconnectEnum_Values() []string
func RunningMode_Values() []string
func SamlStatusEnum_Values() []string
func StandbyWorkspaceRelationshipType_Values() []string
func TargetWorkspaceState_Values() []string
func Tenancy_Values() []string
func WorkSpaceApplicationLicenseType_Values() []string
func WorkSpaceApplicationState_Values() []string
func WorkSpaceAssociatedResourceType_Values() []string
func WorkspaceBundleState_Values() []string
func WorkspaceDirectoryState_Values() []string
func WorkspaceDirectoryType_Values() []string
func WorkspaceImageErrorDetailCode_Values() []string
func WorkspaceImageIngestionProcess_Values() []string
func WorkspaceImageRequiredTenancy_Values() []string
func WorkspaceImageState_Values() []string
func WorkspaceState_Values() []string
type AccessDeniedException
type AccountModification
type ApplicationNotSupportedException
type ApplicationResourceAssociation
type AssociateConnectionAliasInput
type AssociateConnectionAliasOutput
type AssociateIpGroupsInput
type AssociateIpGroupsOutput
type AssociateWorkspaceApplicationInput
type AssociateWorkspaceApplicationOutput
type AssociationStateReason
type AuthorizeIpRulesInput
type AuthorizeIpRulesOutput
type BundleResourceAssociation
type CertificateBasedAuthProperties
type ClientProperties
type ClientPropertiesResult
type ComputeNotCompatibleException
type ComputeType
type ConnectClientAddIn
type ConnectionAlias
type ConnectionAliasAssociation
type ConnectionAliasPermission
type CopyWorkspaceImageInput
type CopyWorkspaceImageOutput
type CreateConnectClientAddInInput
type CreateConnectClientAddInOutput
type CreateConnectionAliasInput
type CreateConnectionAliasOutput
type CreateIpGroupInput
type CreateIpGroupOutput
type CreateStandbyWorkspacesInput
type CreateStandbyWorkspacesOutput
type CreateTagsInput
type CreateTagsOutput
type CreateUpdatedWorkspaceImageInput
type CreateUpdatedWorkspaceImageOutput
type CreateWorkspaceBundleInput
type CreateWorkspaceBundleOutput
type CreateWorkspaceImageInput
type CreateWorkspaceImageOutput
type CreateWorkspacesInput
type CreateWorkspacesOutput
type DataReplicationSettings
type DefaultClientBrandingAttributes
type DefaultImportClientBrandingAttributes
type DefaultWorkspaceCreationProperties
type DeleteClientBrandingInput
type DeleteClientBrandingOutput
type DeleteConnectClientAddInInput
type DeleteConnectClientAddInOutput
type DeleteConnectionAliasInput
type DeleteConnectionAliasOutput
type DeleteIpGroupInput
type DeleteIpGroupOutput
type DeleteTagsInput
type DeleteTagsOutput
type DeleteWorkspaceBundleInput
type DeleteWorkspaceBundleOutput
type DeleteWorkspaceImageInput
type DeleteWorkspaceImageOutput
type DeployWorkspaceApplicationsInput
type DeployWorkspaceApplicationsOutput
type DeregisterWorkspaceDirectoryInput
type DeregisterWorkspaceDirectoryOutput
type DescribeAccountInput
type DescribeAccountModificationsInput
type DescribeAccountModificationsOutput
type DescribeAccountOutput
type DescribeApplicationAssociationsInput
type DescribeApplicationAssociationsOutput
type DescribeApplicationsInput
type DescribeApplicationsOutput
type DescribeBundleAssociationsInput
type DescribeBundleAssociationsOutput
type DescribeClientBrandingInput
type DescribeClientBrandingOutput
type DescribeClientPropertiesInput
type DescribeClientPropertiesOutput
type DescribeConnectClientAddInsInput
type DescribeConnectClientAddInsOutput
type DescribeConnectionAliasPermissionsInput
type DescribeConnectionAliasPermissionsOutput
type DescribeConnectionAliasesInput
type DescribeConnectionAliasesOutput
type DescribeImageAssociationsInput
type DescribeImageAssociationsOutput
type DescribeIpGroupsInput
type DescribeIpGroupsOutput
type DescribeTagsInput
type DescribeTagsOutput
type DescribeWorkspaceAssociationsInput
type DescribeWorkspaceAssociationsOutput
type DescribeWorkspaceBundlesInput
type DescribeWorkspaceBundlesOutput
type DescribeWorkspaceDirectoriesInput
type DescribeWorkspaceDirectoriesOutput
type DescribeWorkspaceImagePermissionsInput
type DescribeWorkspaceImagePermissionsOutput
type DescribeWorkspaceImagesInput
type DescribeWorkspaceImagesOutput
type DescribeWorkspaceSnapshotsInput
type DescribeWorkspaceSnapshotsOutput
type DescribeWorkspacesConnectionStatusInput
type DescribeWorkspacesConnectionStatusOutput
type DescribeWorkspacesInput
type DescribeWorkspacesOutput
type DisassociateConnectionAliasInput
type DisassociateConnectionAliasOutput
type DisassociateIpGroupsInput
type DisassociateIpGroupsOutput
type DisassociateWorkspaceApplicationInput
type DisassociateWorkspaceApplicationOutput
type ErrorDetails
type FailedCreateStandbyWorkspacesRequest
type FailedCreateWorkspaceRequest
type FailedWorkspaceChangeRequest
type ImagePermission
type ImageResourceAssociation
type ImportClientBrandingInput
type ImportClientBrandingOutput
type ImportWorkspaceImageInput
type ImportWorkspaceImageOutput
type IncompatibleApplicationsException
type InvalidParameterValuesException
type InvalidResourceStateException
type IosClientBrandingAttributes
type IosImportClientBrandingAttributes
type IpGroup
type IpRuleItem
type ListAvailableManagementCidrRangesInput
type ListAvailableManagementCidrRangesOutput
type MigrateWorkspaceInput
type MigrateWorkspaceOutput
type ModificationState
type ModifyAccountInput
type ModifyAccountOutput
type ModifyCertificateBasedAuthPropertiesInput
type ModifyCertificateBasedAuthPropertiesOutput
type ModifyClientPropertiesInput
type ModifyClientPropertiesOutput
type ModifySamlPropertiesInput
type ModifySamlPropertiesOutput
type ModifySelfservicePermissionsInput
type ModifySelfservicePermissionsOutput
type ModifyWorkspaceAccessPropertiesInput
type ModifyWorkspaceAccessPropertiesOutput
type ModifyWorkspaceCreationPropertiesInput
type ModifyWorkspaceCreationPropertiesOutput
type ModifyWorkspacePropertiesInput
type ModifyWorkspacePropertiesOutput
type ModifyWorkspaceStateInput
type ModifyWorkspaceStateOutput
type OperatingSystem
type OperatingSystemNotCompatibleException
type OperationInProgressException
type OperationNotSupportedException
type PendingCreateStandbyWorkspacesRequest
type RebootRequest
type RebootWorkspacesInput
type RebootWorkspacesOutput
type RebuildRequest
type RebuildWorkspacesInput
type RebuildWorkspacesOutput
type RegisterWorkspaceDirectoryInput
type RegisterWorkspaceDirectoryOutput
type RelatedWorkspaceProperties
type ResourceAlreadyExistsException
type ResourceAssociatedException
type ResourceCreationFailedException
type ResourceInUseException
type ResourceLimitExceededException
type ResourceNotFoundException
type ResourceUnavailableException
type RestoreWorkspaceInput
type RestoreWorkspaceOutput
type RevokeIpRulesInput
type RevokeIpRulesOutput
type RootStorage
type SamlProperties
type SelfservicePermissions
type Snapshot
type StandbyWorkspace
type StandbyWorkspacesProperties
type StartRequest
type StartWorkspacesInput
type StartWorkspacesOutput
type StopRequest
type StopWorkspacesInput
type StopWorkspacesOutput
type Tag
type TerminateRequest
type TerminateWorkspacesInput
type TerminateWorkspacesOutput
type UnsupportedNetworkConfigurationException
type UnsupportedWorkspaceConfigurationException
type UpdateConnectClientAddInInput
type UpdateConnectClientAddInOutput
type UpdateConnectionAliasPermissionInput
type UpdateConnectionAliasPermissionOutput
type UpdateResult
type UpdateRulesOfIpGroupInput
type UpdateRulesOfIpGroupOutput
type UpdateWorkspaceBundleInput
type UpdateWorkspaceBundleOutput
type UpdateWorkspaceImagePermissionInput
type UpdateWorkspaceImagePermissionOutput
type UserStorage
type WorkSpaceApplication
type WorkSpaceApplicationDeployment
type Workspace
type WorkspaceAccessProperties
type WorkspaceBundle
type WorkspaceConnectionStatus
type WorkspaceCreationProperties
type WorkspaceDirectory
type WorkspaceImage
type WorkspaceProperties
type WorkspaceRequest
type WorkspaceResourceAssociation
type WorkspacesDefaultRoleNotFoundException

Constants ▾

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

    // AccessPropertyValueDeny is a AccessPropertyValue enum value
    AccessPropertyValueDeny = "DENY"
)
const (
    // ApplicationMicrosoftOffice2016 is a Application enum value
    ApplicationMicrosoftOffice2016 = "Microsoft_Office_2016"

    // ApplicationMicrosoftOffice2019 is a Application enum value
    ApplicationMicrosoftOffice2019 = "Microsoft_Office_2019"
)
const (
    // ApplicationAssociatedResourceTypeWorkspace is a ApplicationAssociatedResourceType enum value
    ApplicationAssociatedResourceTypeWorkspace = "WORKSPACE"

    // ApplicationAssociatedResourceTypeBundle is a ApplicationAssociatedResourceType enum value
    ApplicationAssociatedResourceTypeBundle = "BUNDLE"

    // ApplicationAssociatedResourceTypeImage is a ApplicationAssociatedResourceType enum value
    ApplicationAssociatedResourceTypeImage = "IMAGE"
)
const (
    // AssociationErrorCodeValidationErrorInsufficientDiskSpace is a AssociationErrorCode enum value
    AssociationErrorCodeValidationErrorInsufficientDiskSpace = "ValidationError.InsufficientDiskSpace"

    // AssociationErrorCodeValidationErrorInsufficientMemory is a AssociationErrorCode enum value
    AssociationErrorCodeValidationErrorInsufficientMemory = "ValidationError.InsufficientMemory"

    // AssociationErrorCodeValidationErrorUnsupportedOperatingSystem is a AssociationErrorCode enum value
    AssociationErrorCodeValidationErrorUnsupportedOperatingSystem = "ValidationError.UnsupportedOperatingSystem"

    // AssociationErrorCodeDeploymentErrorInternalServerError is a AssociationErrorCode enum value
    AssociationErrorCodeDeploymentErrorInternalServerError = "DeploymentError.InternalServerError"

    // AssociationErrorCodeDeploymentErrorWorkspaceUnreachable is a AssociationErrorCode enum value
    AssociationErrorCodeDeploymentErrorWorkspaceUnreachable = "DeploymentError.WorkspaceUnreachable"
)
const (
    // AssociationStatePendingInstall is a AssociationState enum value
    AssociationStatePendingInstall = "PENDING_INSTALL"

    // AssociationStatePendingInstallDeployment is a AssociationState enum value
    AssociationStatePendingInstallDeployment = "PENDING_INSTALL_DEPLOYMENT"

    // AssociationStatePendingUninstall is a AssociationState enum value
    AssociationStatePendingUninstall = "PENDING_UNINSTALL"

    // AssociationStatePendingUninstallDeployment is a AssociationState enum value
    AssociationStatePendingUninstallDeployment = "PENDING_UNINSTALL_DEPLOYMENT"

    // AssociationStateInstalling is a AssociationState enum value
    AssociationStateInstalling = "INSTALLING"

    // AssociationStateUninstalling is a AssociationState enum value
    AssociationStateUninstalling = "UNINSTALLING"

    // AssociationStateError is a AssociationState enum value
    AssociationStateError = "ERROR"

    // AssociationStateCompleted is a AssociationState enum value
    AssociationStateCompleted = "COMPLETED"

    // AssociationStateRemoved is a AssociationState enum value
    AssociationStateRemoved = "REMOVED"
)
const (
    // AssociationStatusNotAssociated is a AssociationStatus enum value
    AssociationStatusNotAssociated = "NOT_ASSOCIATED"

    // AssociationStatusAssociatedWithOwnerAccount is a AssociationStatus enum value
    AssociationStatusAssociatedWithOwnerAccount = "ASSOCIATED_WITH_OWNER_ACCOUNT"

    // AssociationStatusAssociatedWithSharedAccount is a AssociationStatus enum value
    AssociationStatusAssociatedWithSharedAccount = "ASSOCIATED_WITH_SHARED_ACCOUNT"

    // AssociationStatusPendingAssociation is a AssociationStatus enum value
    AssociationStatusPendingAssociation = "PENDING_ASSOCIATION"

    // AssociationStatusPendingDisassociation is a AssociationStatus enum value
    AssociationStatusPendingDisassociation = "PENDING_DISASSOCIATION"
)
const (
    // BundleTypeRegular is a BundleType enum value
    BundleTypeRegular = "REGULAR"

    // BundleTypeStandby is a BundleType enum value
    BundleTypeStandby = "STANDBY"
)
const (
    // CertificateBasedAuthStatusEnumDisabled is a CertificateBasedAuthStatusEnum enum value
    CertificateBasedAuthStatusEnumDisabled = "DISABLED"

    // CertificateBasedAuthStatusEnumEnabled is a CertificateBasedAuthStatusEnum enum value
    CertificateBasedAuthStatusEnumEnabled = "ENABLED"
)
const (
    // ClientDeviceTypeDeviceTypeWindows is a ClientDeviceType enum value
    ClientDeviceTypeDeviceTypeWindows = "DeviceTypeWindows"

    // ClientDeviceTypeDeviceTypeOsx is a ClientDeviceType enum value
    ClientDeviceTypeDeviceTypeOsx = "DeviceTypeOsx"

    // ClientDeviceTypeDeviceTypeAndroid is a ClientDeviceType enum value
    ClientDeviceTypeDeviceTypeAndroid = "DeviceTypeAndroid"

    // ClientDeviceTypeDeviceTypeIos is a ClientDeviceType enum value
    ClientDeviceTypeDeviceTypeIos = "DeviceTypeIos"

    // ClientDeviceTypeDeviceTypeLinux is a ClientDeviceType enum value
    ClientDeviceTypeDeviceTypeLinux = "DeviceTypeLinux"

    // ClientDeviceTypeDeviceTypeWeb is a ClientDeviceType enum value
    ClientDeviceTypeDeviceTypeWeb = "DeviceTypeWeb"
)
const (
    // ComputeValue is a Compute enum value
    ComputeValue = "VALUE"

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

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

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

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

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

    // ComputeGraphicspro is a Compute enum value
    ComputeGraphicspro = "GRAPHICSPRO"

    // ComputeGraphicsG4dn is a Compute enum value
    ComputeGraphicsG4dn = "GRAPHICS_G4DN"

    // ComputeGraphicsproG4dn is a Compute enum value
    ComputeGraphicsproG4dn = "GRAPHICSPRO_G4DN"
)
const (
    // ConnectionAliasStateCreating is a ConnectionAliasState enum value
    ConnectionAliasStateCreating = "CREATING"

    // ConnectionAliasStateCreated is a ConnectionAliasState enum value
    ConnectionAliasStateCreated = "CREATED"

    // ConnectionAliasStateDeleting is a ConnectionAliasState enum value
    ConnectionAliasStateDeleting = "DELETING"
)
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"
)
const (
    // DataReplicationNoReplication is a DataReplication enum value
    DataReplicationNoReplication = "NO_REPLICATION"

    // DataReplicationPrimaryAsSource is a DataReplication enum value
    DataReplicationPrimaryAsSource = "PRIMARY_AS_SOURCE"
)
const (
    // DedicatedTenancyModificationStateEnumPending is a DedicatedTenancyModificationStateEnum enum value
    DedicatedTenancyModificationStateEnumPending = "PENDING"

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

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

    // DedicatedTenancySupportResultEnumDisabled is a DedicatedTenancySupportResultEnum enum value
    DedicatedTenancySupportResultEnumDisabled = "DISABLED"
)
const (
    // DeletableSamlPropertySamlPropertiesUserAccessUrl is a DeletableSamlProperty enum value
    DeletableSamlPropertySamlPropertiesUserAccessUrl = "SAML_PROPERTIES_USER_ACCESS_URL"

    // DeletableSamlPropertySamlPropertiesRelayStateParameterName is a DeletableSamlProperty enum value
    DeletableSamlPropertySamlPropertiesRelayStateParameterName = "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME"
)
const (
    // ImageTypeOwned is a ImageType enum value
    ImageTypeOwned = "OWNED"

    // ImageTypeShared is a ImageType enum value
    ImageTypeShared = "SHARED"
)
const (
    // LogUploadEnumEnabled is a LogUploadEnum enum value
    LogUploadEnumEnabled = "ENABLED"

    // LogUploadEnumDisabled is a LogUploadEnum enum value
    LogUploadEnumDisabled = "DISABLED"
)
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"
)
const (
    // ModificationStateEnumUpdateInitiated is a ModificationStateEnum enum value
    ModificationStateEnumUpdateInitiated = "UPDATE_INITIATED"

    // ModificationStateEnumUpdateInProgress is a ModificationStateEnum enum value
    ModificationStateEnumUpdateInProgress = "UPDATE_IN_PROGRESS"
)
const (
    // OperatingSystemNameAmazonLinux2 is a OperatingSystemName enum value
    OperatingSystemNameAmazonLinux2 = "AMAZON_LINUX_2"

    // OperatingSystemNameUbuntu1804 is a OperatingSystemName enum value
    OperatingSystemNameUbuntu1804 = "UBUNTU_18_04"

    // OperatingSystemNameUbuntu2004 is a OperatingSystemName enum value
    OperatingSystemNameUbuntu2004 = "UBUNTU_20_04"

    // OperatingSystemNameUbuntu2204 is a OperatingSystemName enum value
    OperatingSystemNameUbuntu2204 = "UBUNTU_22_04"

    // OperatingSystemNameUnknown is a OperatingSystemName enum value
    OperatingSystemNameUnknown = "UNKNOWN"

    // OperatingSystemNameWindows10 is a OperatingSystemName enum value
    OperatingSystemNameWindows10 = "WINDOWS_10"

    // OperatingSystemNameWindows11 is a OperatingSystemName enum value
    OperatingSystemNameWindows11 = "WINDOWS_11"

    // OperatingSystemNameWindows7 is a OperatingSystemName enum value
    OperatingSystemNameWindows7 = "WINDOWS_7"

    // OperatingSystemNameWindowsServer2016 is a OperatingSystemName enum value
    OperatingSystemNameWindowsServer2016 = "WINDOWS_SERVER_2016"

    // OperatingSystemNameWindowsServer2019 is a OperatingSystemName enum value
    OperatingSystemNameWindowsServer2019 = "WINDOWS_SERVER_2019"

    // OperatingSystemNameWindowsServer2022 is a OperatingSystemName enum value
    OperatingSystemNameWindowsServer2022 = "WINDOWS_SERVER_2022"
)
const (
    // OperatingSystemTypeWindows is a OperatingSystemType enum value
    OperatingSystemTypeWindows = "WINDOWS"

    // OperatingSystemTypeLinux is a OperatingSystemType enum value
    OperatingSystemTypeLinux = "LINUX"
)
const (
    // ProtocolPcoip is a Protocol enum value
    ProtocolPcoip = "PCOIP"

    // ProtocolWsp is a Protocol enum value
    ProtocolWsp = "WSP"
)
const (
    // ReconnectEnumEnabled is a ReconnectEnum enum value
    ReconnectEnumEnabled = "ENABLED"

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

    // RunningModeAlwaysOn is a RunningMode enum value
    RunningModeAlwaysOn = "ALWAYS_ON"

    // RunningModeManual is a RunningMode enum value
    RunningModeManual = "MANUAL"
)
const (
    // SamlStatusEnumDisabled is a SamlStatusEnum enum value
    SamlStatusEnumDisabled = "DISABLED"

    // SamlStatusEnumEnabled is a SamlStatusEnum enum value
    SamlStatusEnumEnabled = "ENABLED"

    // SamlStatusEnumEnabledWithDirectoryLoginFallback is a SamlStatusEnum enum value
    SamlStatusEnumEnabledWithDirectoryLoginFallback = "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK"
)
const (
    // StandbyWorkspaceRelationshipTypePrimary is a StandbyWorkspaceRelationshipType enum value
    StandbyWorkspaceRelationshipTypePrimary = "PRIMARY"

    // StandbyWorkspaceRelationshipTypeStandby is a StandbyWorkspaceRelationshipType enum value
    StandbyWorkspaceRelationshipTypeStandby = "STANDBY"
)
const (
    // TargetWorkspaceStateAvailable is a TargetWorkspaceState enum value
    TargetWorkspaceStateAvailable = "AVAILABLE"

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

    // TenancyShared is a Tenancy enum value
    TenancyShared = "SHARED"
)
const (
    // WorkSpaceApplicationLicenseTypeLicensed is a WorkSpaceApplicationLicenseType enum value
    WorkSpaceApplicationLicenseTypeLicensed = "LICENSED"

    // WorkSpaceApplicationLicenseTypeUnlicensed is a WorkSpaceApplicationLicenseType enum value
    WorkSpaceApplicationLicenseTypeUnlicensed = "UNLICENSED"
)
const (
    // WorkSpaceApplicationStatePending is a WorkSpaceApplicationState enum value
    WorkSpaceApplicationStatePending = "PENDING"

    // WorkSpaceApplicationStateError is a WorkSpaceApplicationState enum value
    WorkSpaceApplicationStateError = "ERROR"

    // WorkSpaceApplicationStateAvailable is a WorkSpaceApplicationState enum value
    WorkSpaceApplicationStateAvailable = "AVAILABLE"

    // WorkSpaceApplicationStateUninstallOnly is a WorkSpaceApplicationState enum value
    WorkSpaceApplicationStateUninstallOnly = "UNINSTALL_ONLY"
)
const (
    // WorkspaceBundleStateAvailable is a WorkspaceBundleState enum value
    WorkspaceBundleStateAvailable = "AVAILABLE"

    // WorkspaceBundleStatePending is a WorkspaceBundleState enum value
    WorkspaceBundleStatePending = "PENDING"

    // WorkspaceBundleStateError is a WorkspaceBundleState enum value
    WorkspaceBundleStateError = "ERROR"
)
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"
)
const (
    // WorkspaceDirectoryTypeSimpleAd is a WorkspaceDirectoryType enum value
    WorkspaceDirectoryTypeSimpleAd = "SIMPLE_AD"

    // WorkspaceDirectoryTypeAdConnector is a WorkspaceDirectoryType enum value
    WorkspaceDirectoryTypeAdConnector = "AD_CONNECTOR"
)
const (
    // WorkspaceImageErrorDetailCodeOutdatedPowershellVersion is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeOutdatedPowershellVersion = "OutdatedPowershellVersion"

    // WorkspaceImageErrorDetailCodeOfficeInstalled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeOfficeInstalled = "OfficeInstalled"

    // WorkspaceImageErrorDetailCodePcoIpagentInstalled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodePcoIpagentInstalled = "PCoIPAgentInstalled"

    // WorkspaceImageErrorDetailCodeWindowsUpdatesEnabled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeWindowsUpdatesEnabled = "WindowsUpdatesEnabled"

    // WorkspaceImageErrorDetailCodeAutoMountDisabled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeAutoMountDisabled = "AutoMountDisabled"

    // WorkspaceImageErrorDetailCodeWorkspacesByolaccountNotFound is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeWorkspacesByolaccountNotFound = "WorkspacesBYOLAccountNotFound"

    // WorkspaceImageErrorDetailCodeWorkspacesByolaccountDisabled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeWorkspacesByolaccountDisabled = "WorkspacesBYOLAccountDisabled"

    // WorkspaceImageErrorDetailCodeDhcpdisabled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeDhcpdisabled = "DHCPDisabled"

    // WorkspaceImageErrorDetailCodeDiskFreeSpace is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeDiskFreeSpace = "DiskFreeSpace"

    // WorkspaceImageErrorDetailCodeAdditionalDrivesAttached is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeAdditionalDrivesAttached = "AdditionalDrivesAttached"

    // WorkspaceImageErrorDetailCodeOsnotSupported is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeOsnotSupported = "OSNotSupported"

    // WorkspaceImageErrorDetailCodeDomainJoined is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeDomainJoined = "DomainJoined"

    // WorkspaceImageErrorDetailCodeAzureDomainJoined is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeAzureDomainJoined = "AzureDomainJoined"

    // WorkspaceImageErrorDetailCodeFirewallEnabled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeFirewallEnabled = "FirewallEnabled"

    // WorkspaceImageErrorDetailCodeVmwareToolsInstalled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeVmwareToolsInstalled = "VMWareToolsInstalled"

    // WorkspaceImageErrorDetailCodeDiskSizeExceeded is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeDiskSizeExceeded = "DiskSizeExceeded"

    // WorkspaceImageErrorDetailCodeIncompatiblePartitioning is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeIncompatiblePartitioning = "IncompatiblePartitioning"

    // WorkspaceImageErrorDetailCodePendingReboot is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodePendingReboot = "PendingReboot"

    // WorkspaceImageErrorDetailCodeAutoLogonEnabled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeAutoLogonEnabled = "AutoLogonEnabled"

    // WorkspaceImageErrorDetailCodeRealTimeUniversalDisabled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeRealTimeUniversalDisabled = "RealTimeUniversalDisabled"

    // WorkspaceImageErrorDetailCodeMultipleBootPartition is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeMultipleBootPartition = "MultipleBootPartition"

    // WorkspaceImageErrorDetailCodeRequires64bitOs is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeRequires64bitOs = "Requires64BitOS"

    // WorkspaceImageErrorDetailCodeZeroRearmCount is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeZeroRearmCount = "ZeroRearmCount"

    // WorkspaceImageErrorDetailCodeInPlaceUpgrade is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeInPlaceUpgrade = "InPlaceUpgrade"

    // WorkspaceImageErrorDetailCodeAntiVirusInstalled is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeAntiVirusInstalled = "AntiVirusInstalled"

    // WorkspaceImageErrorDetailCodeUefinotSupported is a WorkspaceImageErrorDetailCode enum value
    WorkspaceImageErrorDetailCodeUefinotSupported = "UEFINotSupported"
)
const (
    // WorkspaceImageIngestionProcessByolRegular is a WorkspaceImageIngestionProcess enum value
    WorkspaceImageIngestionProcessByolRegular = "BYOL_REGULAR"

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

    // WorkspaceImageIngestionProcessByolGraphicspro is a WorkspaceImageIngestionProcess enum value
    WorkspaceImageIngestionProcessByolGraphicspro = "BYOL_GRAPHICSPRO"

    // WorkspaceImageIngestionProcessByolGraphicsG4dn is a WorkspaceImageIngestionProcess enum value
    WorkspaceImageIngestionProcessByolGraphicsG4dn = "BYOL_GRAPHICS_G4DN"

    // WorkspaceImageIngestionProcessByolRegularWsp is a WorkspaceImageIngestionProcess enum value
    WorkspaceImageIngestionProcessByolRegularWsp = "BYOL_REGULAR_WSP"

    // WorkspaceImageIngestionProcessByolRegularByop is a WorkspaceImageIngestionProcess enum value
    WorkspaceImageIngestionProcessByolRegularByop = "BYOL_REGULAR_BYOP"

    // WorkspaceImageIngestionProcessByolGraphicsG4dnByop is a WorkspaceImageIngestionProcess enum value
    WorkspaceImageIngestionProcessByolGraphicsG4dnByop = "BYOL_GRAPHICS_G4DN_BYOP"
)
const (
    // WorkspaceImageRequiredTenancyDefault is a WorkspaceImageRequiredTenancy enum value
    WorkspaceImageRequiredTenancyDefault = "DEFAULT"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    // ErrCodeApplicationNotSupportedException for service response error code
    // "ApplicationNotSupportedException".
    //
    // The specified application is not supported.
    ErrCodeApplicationNotSupportedException = "ApplicationNotSupportedException"

    // ErrCodeComputeNotCompatibleException for service response error code
    // "ComputeNotCompatibleException".
    //
    // The compute type of the WorkSpace is not compatible with the application.
    ErrCodeComputeNotCompatibleException = "ComputeNotCompatibleException"

    // ErrCodeIncompatibleApplicationsException for service response error code
    // "IncompatibleApplicationsException".
    //
    // The specified application is not compatible with the resource.
    ErrCodeIncompatibleApplicationsException = "IncompatibleApplicationsException"

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

    // ErrCodeOperatingSystemNotCompatibleException for service response error code
    // "OperatingSystemNotCompatibleException".
    //
    // The operating system of the WorkSpace is not compatible with the application.
    ErrCodeOperatingSystemNotCompatibleException = "OperatingSystemNotCompatibleException"

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

    // ErrCodeResourceInUseException for service response error code
    // "ResourceInUseException".
    //
    // The specified resource is currently in use.
    ErrCodeResourceInUseException = "ResourceInUseException"

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

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

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

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

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

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

Service information constants

const (
    // BundleAssociatedResourceTypeApplication is a BundleAssociatedResourceType enum value
    BundleAssociatedResourceTypeApplication = "APPLICATION"
)
const (
    // DedicatedTenancySupportEnumEnabled is a DedicatedTenancySupportEnum enum value
    DedicatedTenancySupportEnumEnabled = "ENABLED"
)
const (
    // DeletableCertificateBasedAuthPropertyCertificateBasedAuthPropertiesCertificateAuthorityArn is a DeletableCertificateBasedAuthProperty enum value
    DeletableCertificateBasedAuthPropertyCertificateBasedAuthPropertiesCertificateAuthorityArn = "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN"
)
const (
    // ImageAssociatedResourceTypeApplication is a ImageAssociatedResourceType enum value
    ImageAssociatedResourceTypeApplication = "APPLICATION"
)
const (
    // WorkSpaceAssociatedResourceTypeApplication is a WorkSpaceAssociatedResourceType enum value
    WorkSpaceAssociatedResourceTypeApplication = "APPLICATION"
)

func AccessPropertyValue_Values

func AccessPropertyValue_Values() []string

AccessPropertyValue_Values returns all elements of the AccessPropertyValue enum

func ApplicationAssociatedResourceType_Values

func ApplicationAssociatedResourceType_Values() []string

ApplicationAssociatedResourceType_Values returns all elements of the ApplicationAssociatedResourceType enum

func Application_Values

func Application_Values() []string

Application_Values returns all elements of the Application enum

func AssociationErrorCode_Values

func AssociationErrorCode_Values() []string

AssociationErrorCode_Values returns all elements of the AssociationErrorCode enum

func AssociationState_Values

func AssociationState_Values() []string

AssociationState_Values returns all elements of the AssociationState enum

func AssociationStatus_Values

func AssociationStatus_Values() []string

AssociationStatus_Values returns all elements of the AssociationStatus enum

func BundleAssociatedResourceType_Values

func BundleAssociatedResourceType_Values() []string

BundleAssociatedResourceType_Values returns all elements of the BundleAssociatedResourceType enum

func BundleType_Values

func BundleType_Values() []string

BundleType_Values returns all elements of the BundleType enum

func CertificateBasedAuthStatusEnum_Values

func CertificateBasedAuthStatusEnum_Values() []string

CertificateBasedAuthStatusEnum_Values returns all elements of the CertificateBasedAuthStatusEnum enum

func ClientDeviceType_Values

func ClientDeviceType_Values() []string

ClientDeviceType_Values returns all elements of the ClientDeviceType enum

func Compute_Values

func Compute_Values() []string

Compute_Values returns all elements of the Compute enum

func ConnectionAliasState_Values

func ConnectionAliasState_Values() []string

ConnectionAliasState_Values returns all elements of the ConnectionAliasState enum

func ConnectionState_Values

func ConnectionState_Values() []string

ConnectionState_Values returns all elements of the ConnectionState enum

func DataReplication_Values

func DataReplication_Values() []string

DataReplication_Values returns all elements of the DataReplication enum

func DedicatedTenancyModificationStateEnum_Values

func DedicatedTenancyModificationStateEnum_Values() []string

DedicatedTenancyModificationStateEnum_Values returns all elements of the DedicatedTenancyModificationStateEnum enum

func DedicatedTenancySupportEnum_Values

func DedicatedTenancySupportEnum_Values() []string

DedicatedTenancySupportEnum_Values returns all elements of the DedicatedTenancySupportEnum enum

func DedicatedTenancySupportResultEnum_Values

func DedicatedTenancySupportResultEnum_Values() []string

DedicatedTenancySupportResultEnum_Values returns all elements of the DedicatedTenancySupportResultEnum enum

func DeletableCertificateBasedAuthProperty_Values

func DeletableCertificateBasedAuthProperty_Values() []string

DeletableCertificateBasedAuthProperty_Values returns all elements of the DeletableCertificateBasedAuthProperty enum

func DeletableSamlProperty_Values

func DeletableSamlProperty_Values() []string

DeletableSamlProperty_Values returns all elements of the DeletableSamlProperty enum

func ImageAssociatedResourceType_Values

func ImageAssociatedResourceType_Values() []string

ImageAssociatedResourceType_Values returns all elements of the ImageAssociatedResourceType enum

func ImageType_Values

func ImageType_Values() []string

ImageType_Values returns all elements of the ImageType enum

func LogUploadEnum_Values

func LogUploadEnum_Values() []string

LogUploadEnum_Values returns all elements of the LogUploadEnum enum

func ModificationResourceEnum_Values

func ModificationResourceEnum_Values() []string

ModificationResourceEnum_Values returns all elements of the ModificationResourceEnum enum

func ModificationStateEnum_Values

func ModificationStateEnum_Values() []string

ModificationStateEnum_Values returns all elements of the ModificationStateEnum enum

func OperatingSystemName_Values

func OperatingSystemName_Values() []string

OperatingSystemName_Values returns all elements of the OperatingSystemName enum

func OperatingSystemType_Values

func OperatingSystemType_Values() []string

OperatingSystemType_Values returns all elements of the OperatingSystemType enum

func Protocol_Values

func Protocol_Values() []string

Protocol_Values returns all elements of the Protocol enum

func ReconnectEnum_Values

func ReconnectEnum_Values() []string

ReconnectEnum_Values returns all elements of the ReconnectEnum enum

func RunningMode_Values

func RunningMode_Values() []string

RunningMode_Values returns all elements of the RunningMode enum

func SamlStatusEnum_Values

func SamlStatusEnum_Values() []string

SamlStatusEnum_Values returns all elements of the SamlStatusEnum enum

func StandbyWorkspaceRelationshipType_Values

func StandbyWorkspaceRelationshipType_Values() []string

StandbyWorkspaceRelationshipType_Values returns all elements of the StandbyWorkspaceRelationshipType enum

func TargetWorkspaceState_Values

func TargetWorkspaceState_Values() []string

TargetWorkspaceState_Values returns all elements of the TargetWorkspaceState enum

func Tenancy_Values

func Tenancy_Values() []string

Tenancy_Values returns all elements of the Tenancy enum

func WorkSpaceApplicationLicenseType_Values

func WorkSpaceApplicationLicenseType_Values() []string

WorkSpaceApplicationLicenseType_Values returns all elements of the WorkSpaceApplicationLicenseType enum

func WorkSpaceApplicationState_Values

func WorkSpaceApplicationState_Values() []string

WorkSpaceApplicationState_Values returns all elements of the WorkSpaceApplicationState enum

func WorkSpaceAssociatedResourceType_Values

func WorkSpaceAssociatedResourceType_Values() []string

WorkSpaceAssociatedResourceType_Values returns all elements of the WorkSpaceAssociatedResourceType enum

func WorkspaceBundleState_Values

func WorkspaceBundleState_Values() []string

WorkspaceBundleState_Values returns all elements of the WorkspaceBundleState enum

func WorkspaceDirectoryState_Values

func WorkspaceDirectoryState_Values() []string

WorkspaceDirectoryState_Values returns all elements of the WorkspaceDirectoryState enum

func WorkspaceDirectoryType_Values

func WorkspaceDirectoryType_Values() []string

WorkspaceDirectoryType_Values returns all elements of the WorkspaceDirectoryType enum

func WorkspaceImageErrorDetailCode_Values

func WorkspaceImageErrorDetailCode_Values() []string

WorkspaceImageErrorDetailCode_Values returns all elements of the WorkspaceImageErrorDetailCode enum

func WorkspaceImageIngestionProcess_Values

func WorkspaceImageIngestionProcess_Values() []string

WorkspaceImageIngestionProcess_Values returns all elements of the WorkspaceImageIngestionProcess enum

func WorkspaceImageRequiredTenancy_Values

func WorkspaceImageRequiredTenancy_Values() []string

WorkspaceImageRequiredTenancy_Values returns all elements of the WorkspaceImageRequiredTenancy enum

func WorkspaceImageState_Values

func WorkspaceImageState_Values() []string

WorkspaceImageState_Values returns all elements of the WorkspaceImageState enum

func WorkspaceState_Values

func WorkspaceState_Values() []string

WorkspaceState_Values returns all elements of the WorkspaceState enum

type AccessDeniedException

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

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

The user is not authorized to access a resource.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

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

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountModification

type AccountModification struct {

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

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

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

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

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

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

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

func (AccountModification) GoString

func (s AccountModification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountModification) SetDedicatedTenancyManagementCidrRange

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

SetDedicatedTenancyManagementCidrRange sets the DedicatedTenancyManagementCidrRange field's value.

func (*AccountModification) SetDedicatedTenancySupport

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

SetDedicatedTenancySupport sets the DedicatedTenancySupport field's value.

func (*AccountModification) SetErrorCode

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

SetErrorCode sets the ErrorCode field's value.

func (*AccountModification) SetErrorMessage

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

SetErrorMessage sets the ErrorMessage field's value.

func (*AccountModification) SetModificationState

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

SetModificationState sets the ModificationState field's value.

func (*AccountModification) SetStartTime

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

SetStartTime sets the StartTime field's value.

func (AccountModification) String

func (s AccountModification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationNotSupportedException

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

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

The specified application is not supported.

func (*ApplicationNotSupportedException) Code

func (s *ApplicationNotSupportedException) Code() string

Code returns the exception type name.

func (*ApplicationNotSupportedException) Error

func (s *ApplicationNotSupportedException) Error() string

func (ApplicationNotSupportedException) GoString

func (s ApplicationNotSupportedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationNotSupportedException) Message

func (s *ApplicationNotSupportedException) Message() string

Message returns the exception's message.

func (*ApplicationNotSupportedException) OrigErr

func (s *ApplicationNotSupportedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ApplicationNotSupportedException) RequestID

func (s *ApplicationNotSupportedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ApplicationNotSupportedException) StatusCode

func (s *ApplicationNotSupportedException) StatusCode() int

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

func (ApplicationNotSupportedException) String

func (s ApplicationNotSupportedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationResourceAssociation

type ApplicationResourceAssociation struct {

    // The identifier of the application.
    ApplicationId *string `type:"string"`

    // The identifier of the associated resource.
    AssociatedResourceId *string `min:"1" type:"string"`

    // The resource type of the associated resource.
    AssociatedResourceType *string `type:"string" enum:"ApplicationAssociatedResourceType"`

    // The time the association was created.
    Created *time.Time `type:"timestamp"`

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

    // The status of the application resource association.
    State *string `type:"string" enum:"AssociationState"`

    // The reason the association deployment failed.
    StateReason *AssociationStateReason `type:"structure"`
    // contains filtered or unexported fields
}

Describes the association between an application and an application resource.

func (ApplicationResourceAssociation) GoString

func (s ApplicationResourceAssociation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationResourceAssociation) SetApplicationId

func (s *ApplicationResourceAssociation) SetApplicationId(v string) *ApplicationResourceAssociation

SetApplicationId sets the ApplicationId field's value.

func (*ApplicationResourceAssociation) SetAssociatedResourceId

func (s *ApplicationResourceAssociation) SetAssociatedResourceId(v string) *ApplicationResourceAssociation

SetAssociatedResourceId sets the AssociatedResourceId field's value.

func (*ApplicationResourceAssociation) SetAssociatedResourceType

func (s *ApplicationResourceAssociation) SetAssociatedResourceType(v string) *ApplicationResourceAssociation

SetAssociatedResourceType sets the AssociatedResourceType field's value.

func (*ApplicationResourceAssociation) SetCreated

func (s *ApplicationResourceAssociation) SetCreated(v time.Time) *ApplicationResourceAssociation

SetCreated sets the Created field's value.

func (*ApplicationResourceAssociation) SetLastUpdatedTime

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

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*ApplicationResourceAssociation) SetState

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

SetState sets the State field's value.

func (*ApplicationResourceAssociation) SetStateReason

func (s *ApplicationResourceAssociation) SetStateReason(v *AssociationStateReason) *ApplicationResourceAssociation

SetStateReason sets the StateReason field's value.

func (ApplicationResourceAssociation) String

func (s ApplicationResourceAssociation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociateConnectionAliasInput

type AssociateConnectionAliasInput struct {

    // The identifier of the connection alias.
    //
    // AliasId is a required field
    AliasId *string `min:"13" type:"string" required:"true"`

    // The identifier of the directory to associate the connection alias with.
    //
    // ResourceId is a required field
    ResourceId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AssociateConnectionAliasInput) GoString

func (s AssociateConnectionAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateConnectionAliasInput) SetAliasId

func (s *AssociateConnectionAliasInput) SetAliasId(v string) *AssociateConnectionAliasInput

SetAliasId sets the AliasId field's value.

func (*AssociateConnectionAliasInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (AssociateConnectionAliasInput) String

func (s AssociateConnectionAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateConnectionAliasInput) Validate

func (s *AssociateConnectionAliasInput) Validate() error

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

type AssociateConnectionAliasOutput

type AssociateConnectionAliasOutput struct {

    // The identifier of the connection alias association. You use the connection
    // identifier in the DNS TXT record when you're configuring your DNS routing
    // policies.
    ConnectionIdentifier *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (AssociateConnectionAliasOutput) GoString

func (s AssociateConnectionAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateConnectionAliasOutput) SetConnectionIdentifier

func (s *AssociateConnectionAliasOutput) SetConnectionIdentifier(v string) *AssociateConnectionAliasOutput

SetConnectionIdentifier sets the ConnectionIdentifier field's value.

func (AssociateConnectionAliasOutput) String

func (s AssociateConnectionAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociateIpGroupsInput

type AssociateIpGroupsInput struct {

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

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

func (AssociateIpGroupsInput) GoString

func (s AssociateIpGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateIpGroupsInput) SetDirectoryId

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

SetDirectoryId sets the DirectoryId field's value.

func (*AssociateIpGroupsInput) SetGroupIds

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

SetGroupIds sets the GroupIds field's value.

func (AssociateIpGroupsInput) String

func (s AssociateIpGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateIpGroupsInput) Validate

func (s *AssociateIpGroupsInput) Validate() error

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

type AssociateIpGroupsOutput

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

func (AssociateIpGroupsOutput) GoString

func (s AssociateIpGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AssociateIpGroupsOutput) String

func (s AssociateIpGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociateWorkspaceApplicationInput

type AssociateWorkspaceApplicationInput struct {

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

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

func (AssociateWorkspaceApplicationInput) GoString

func (s AssociateWorkspaceApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateWorkspaceApplicationInput) SetApplicationId

func (s *AssociateWorkspaceApplicationInput) SetApplicationId(v string) *AssociateWorkspaceApplicationInput

SetApplicationId sets the ApplicationId field's value.

func (*AssociateWorkspaceApplicationInput) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (AssociateWorkspaceApplicationInput) String

func (s AssociateWorkspaceApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateWorkspaceApplicationInput) Validate

func (s *AssociateWorkspaceApplicationInput) Validate() error

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

type AssociateWorkspaceApplicationOutput

type AssociateWorkspaceApplicationOutput struct {

    // Information about the association between the specified WorkSpace and the
    // specified application.
    Association *WorkspaceResourceAssociation `type:"structure"`
    // contains filtered or unexported fields
}

func (AssociateWorkspaceApplicationOutput) GoString

func (s AssociateWorkspaceApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateWorkspaceApplicationOutput) SetAssociation

func (s *AssociateWorkspaceApplicationOutput) SetAssociation(v *WorkspaceResourceAssociation) *AssociateWorkspaceApplicationOutput

SetAssociation sets the Association field's value.

func (AssociateWorkspaceApplicationOutput) String

func (s AssociateWorkspaceApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationStateReason

type AssociationStateReason struct {

    // The error code of the association deployment failure.
    ErrorCode *string `type:"string" enum:"AssociationErrorCode"`

    // The error message of the association deployment failure.
    ErrorMessage *string `type:"string"`
    // contains filtered or unexported fields
}

Indicates the reason that the association deployment failed, including the error code and error message.

func (AssociationStateReason) GoString

func (s AssociationStateReason) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationStateReason) SetErrorCode

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

SetErrorCode sets the ErrorCode field's value.

func (*AssociationStateReason) SetErrorMessage

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

SetErrorMessage sets the ErrorMessage field's value.

func (AssociationStateReason) String

func (s AssociationStateReason) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuthorizeIpRulesInput

type AuthorizeIpRulesInput struct {

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

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

func (AuthorizeIpRulesInput) GoString

func (s AuthorizeIpRulesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeIpRulesInput) SetGroupId

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

SetGroupId sets the GroupId field's value.

func (*AuthorizeIpRulesInput) SetUserRules

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

SetUserRules sets the UserRules field's value.

func (AuthorizeIpRulesInput) String

func (s AuthorizeIpRulesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthorizeIpRulesInput) Validate

func (s *AuthorizeIpRulesInput) Validate() error

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

type AuthorizeIpRulesOutput

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

func (AuthorizeIpRulesOutput) GoString

func (s AuthorizeIpRulesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AuthorizeIpRulesOutput) String

func (s AuthorizeIpRulesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BundleResourceAssociation

type BundleResourceAssociation struct {

    // The identifier of the associated resource.
    AssociatedResourceId *string `min:"1" type:"string"`

    // The resource type of the associated resources.
    AssociatedResourceType *string `type:"string" enum:"BundleAssociatedResourceType"`

    // The identifier of the bundle.
    BundleId *string `type:"string"`

    // The time the association is created.
    Created *time.Time `type:"timestamp"`

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

    // The status of the bundle resource association.
    State *string `type:"string" enum:"AssociationState"`

    // The reason the association deployment failed.
    StateReason *AssociationStateReason `type:"structure"`
    // contains filtered or unexported fields
}

Describes the association between an application and a bundle resource.

func (BundleResourceAssociation) GoString

func (s BundleResourceAssociation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BundleResourceAssociation) SetAssociatedResourceId

func (s *BundleResourceAssociation) SetAssociatedResourceId(v string) *BundleResourceAssociation

SetAssociatedResourceId sets the AssociatedResourceId field's value.

func (*BundleResourceAssociation) SetAssociatedResourceType

func (s *BundleResourceAssociation) SetAssociatedResourceType(v string) *BundleResourceAssociation

SetAssociatedResourceType sets the AssociatedResourceType field's value.

func (*BundleResourceAssociation) SetBundleId

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

SetBundleId sets the BundleId field's value.

func (*BundleResourceAssociation) SetCreated

func (s *BundleResourceAssociation) SetCreated(v time.Time) *BundleResourceAssociation

SetCreated sets the Created field's value.

func (*BundleResourceAssociation) SetLastUpdatedTime

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

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*BundleResourceAssociation) SetState

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

SetState sets the State field's value.

func (*BundleResourceAssociation) SetStateReason

func (s *BundleResourceAssociation) SetStateReason(v *AssociationStateReason) *BundleResourceAssociation

SetStateReason sets the StateReason field's value.

func (BundleResourceAssociation) String

func (s BundleResourceAssociation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CertificateBasedAuthProperties

type CertificateBasedAuthProperties struct {

    // The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager
    // Private CA resource.
    CertificateAuthorityArn *string `min:"5" type:"string"`

    // The status of the certificate-based authentication properties.
    Status *string `type:"string" enum:"CertificateBasedAuthStatusEnum"`
    // contains filtered or unexported fields
}

Describes the properties of the certificate-based authentication you want to use with your WorkSpaces.

func (CertificateBasedAuthProperties) GoString

func (s CertificateBasedAuthProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CertificateBasedAuthProperties) SetCertificateAuthorityArn

func (s *CertificateBasedAuthProperties) SetCertificateAuthorityArn(v string) *CertificateBasedAuthProperties

SetCertificateAuthorityArn sets the CertificateAuthorityArn field's value.

func (*CertificateBasedAuthProperties) SetStatus

func (s *CertificateBasedAuthProperties) SetStatus(v string) *CertificateBasedAuthProperties

SetStatus sets the Status field's value.

func (CertificateBasedAuthProperties) String

func (s CertificateBasedAuthProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CertificateBasedAuthProperties) Validate

func (s *CertificateBasedAuthProperties) Validate() error

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

type ClientProperties

type ClientProperties struct {

    // Specifies whether users can upload diagnostic log files of Amazon WorkSpaces
    // client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces
    // client. When enabled, the log files will be sent to WorkSpaces automatically
    // and will be applied to all users in the specified directory.
    LogUploadEnabled *string `type:"string" enum:"LogUploadEnum"`

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

Describes an Amazon WorkSpaces client.

func (ClientProperties) GoString

func (s ClientProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClientProperties) SetLogUploadEnabled

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

SetLogUploadEnabled sets the LogUploadEnabled field's value.

func (*ClientProperties) SetReconnectEnabled

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

SetReconnectEnabled sets the ReconnectEnabled field's value.

func (ClientProperties) String

func (s ClientProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClientPropertiesResult

type ClientPropertiesResult struct {

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

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

Information about the Amazon WorkSpaces client.

func (ClientPropertiesResult) GoString

func (s ClientPropertiesResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClientPropertiesResult) SetClientProperties

func (s *ClientPropertiesResult) SetClientProperties(v *ClientProperties) *ClientPropertiesResult

SetClientProperties sets the ClientProperties field's value.

func (*ClientPropertiesResult) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (ClientPropertiesResult) String

func (s ClientPropertiesResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComputeNotCompatibleException

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

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

The compute type of the WorkSpace is not compatible with the application.

func (*ComputeNotCompatibleException) Code

func (s *ComputeNotCompatibleException) Code() string

Code returns the exception type name.

func (*ComputeNotCompatibleException) Error

func (s *ComputeNotCompatibleException) Error() string

func (ComputeNotCompatibleException) GoString

func (s ComputeNotCompatibleException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComputeNotCompatibleException) Message

func (s *ComputeNotCompatibleException) Message() string

Message returns the exception's message.

func (*ComputeNotCompatibleException) OrigErr

func (s *ComputeNotCompatibleException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ComputeNotCompatibleException) RequestID

func (s *ComputeNotCompatibleException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ComputeNotCompatibleException) StatusCode

func (s *ComputeNotCompatibleException) StatusCode() int

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

func (ComputeNotCompatibleException) String

func (s ComputeNotCompatibleException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComputeType

type ComputeType struct {

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

Describes the compute type of the bundle.

func (ComputeType) GoString

func (s ComputeType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComputeType) SetName

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

SetName sets the Name field's value.

func (ComputeType) String

func (s ComputeType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConnectClientAddIn

type ConnectClientAddIn struct {

    // The client add-in identifier.
    AddInId *string `min:"36" type:"string"`

    // The name of the client add in.
    Name *string `min:"1" type:"string"`

    // The directory identifier for which the client add-in is configured.
    ResourceId *string `min:"10" type:"string"`

    // The endpoint URL of the client add-in.
    URL *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes an Amazon Connect client add-in.

func (ConnectClientAddIn) GoString

func (s ConnectClientAddIn) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectClientAddIn) SetAddInId

func (s *ConnectClientAddIn) SetAddInId(v string) *ConnectClientAddIn

SetAddInId sets the AddInId field's value.

func (*ConnectClientAddIn) SetName

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

SetName sets the Name field's value.

func (*ConnectClientAddIn) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*ConnectClientAddIn) SetURL

func (s *ConnectClientAddIn) SetURL(v string) *ConnectClientAddIn

SetURL sets the URL field's value.

func (ConnectClientAddIn) String

func (s ConnectClientAddIn) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConnectionAlias

type ConnectionAlias struct {

    // The identifier of the connection alias.
    AliasId *string `min:"13" type:"string"`

    // The association status of the connection alias.
    Associations []*ConnectionAliasAssociation `min:"1" type:"list"`

    // The connection string specified for the connection alias. The connection
    // string must be in the form of a fully qualified domain name (FQDN), such
    // as www.example.com.
    ConnectionString *string `min:"1" type:"string"`

    // The identifier of the Amazon Web Services account that owns the connection
    // alias.
    OwnerAccountId *string `type:"string"`

    // The current state of the connection alias.
    State *string `type:"string" enum:"ConnectionAliasState"`
    // contains filtered or unexported fields
}

Describes a connection alias. Connection aliases are used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html).

func (ConnectionAlias) GoString

func (s ConnectionAlias) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectionAlias) SetAliasId

func (s *ConnectionAlias) SetAliasId(v string) *ConnectionAlias

SetAliasId sets the AliasId field's value.

func (*ConnectionAlias) SetAssociations

func (s *ConnectionAlias) SetAssociations(v []*ConnectionAliasAssociation) *ConnectionAlias

SetAssociations sets the Associations field's value.

func (*ConnectionAlias) SetConnectionString

func (s *ConnectionAlias) SetConnectionString(v string) *ConnectionAlias

SetConnectionString sets the ConnectionString field's value.

func (*ConnectionAlias) SetOwnerAccountId

func (s *ConnectionAlias) SetOwnerAccountId(v string) *ConnectionAlias

SetOwnerAccountId sets the OwnerAccountId field's value.

func (*ConnectionAlias) SetState

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

SetState sets the State field's value.

func (ConnectionAlias) String

func (s ConnectionAlias) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConnectionAliasAssociation

type ConnectionAliasAssociation struct {

    // The identifier of the Amazon Web Services account that associated the connection
    // alias with a directory.
    AssociatedAccountId *string `type:"string"`

    // The association status of the connection alias.
    AssociationStatus *string `type:"string" enum:"AssociationStatus"`

    // The identifier of the connection alias association. You use the connection
    // identifier in the DNS TXT record when you're configuring your DNS routing
    // policies.
    ConnectionIdentifier *string `min:"1" type:"string"`

    // The identifier of the directory associated with a connection alias.
    ResourceId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes a connection alias association that is used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html).

func (ConnectionAliasAssociation) GoString

func (s ConnectionAliasAssociation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectionAliasAssociation) SetAssociatedAccountId

func (s *ConnectionAliasAssociation) SetAssociatedAccountId(v string) *ConnectionAliasAssociation

SetAssociatedAccountId sets the AssociatedAccountId field's value.

func (*ConnectionAliasAssociation) SetAssociationStatus

func (s *ConnectionAliasAssociation) SetAssociationStatus(v string) *ConnectionAliasAssociation

SetAssociationStatus sets the AssociationStatus field's value.

func (*ConnectionAliasAssociation) SetConnectionIdentifier

func (s *ConnectionAliasAssociation) SetConnectionIdentifier(v string) *ConnectionAliasAssociation

SetConnectionIdentifier sets the ConnectionIdentifier field's value.

func (*ConnectionAliasAssociation) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (ConnectionAliasAssociation) String

func (s ConnectionAliasAssociation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConnectionAliasPermission

type ConnectionAliasPermission struct {

    // Indicates whether the specified Amazon Web Services account is allowed to
    // associate the connection alias with a directory.
    //
    // AllowAssociation is a required field
    AllowAssociation *bool `type:"boolean" required:"true"`

    // The identifier of the Amazon Web Services account that the connection alias
    // is shared with.
    //
    // SharedAccountId is a required field
    SharedAccountId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes the permissions for a connection alias. Connection aliases are used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html).

func (ConnectionAliasPermission) GoString

func (s ConnectionAliasPermission) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectionAliasPermission) SetAllowAssociation

func (s *ConnectionAliasPermission) SetAllowAssociation(v bool) *ConnectionAliasPermission

SetAllowAssociation sets the AllowAssociation field's value.

func (*ConnectionAliasPermission) SetSharedAccountId

func (s *ConnectionAliasPermission) SetSharedAccountId(v string) *ConnectionAliasPermission

SetSharedAccountId sets the SharedAccountId field's value.

func (ConnectionAliasPermission) String

func (s ConnectionAliasPermission) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectionAliasPermission) Validate

func (s *ConnectionAliasPermission) Validate() error

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

type CopyWorkspaceImageInput

type CopyWorkspaceImageInput struct {

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

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

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

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

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

func (CopyWorkspaceImageInput) GoString

func (s CopyWorkspaceImageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyWorkspaceImageInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CopyWorkspaceImageInput) SetName

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

SetName sets the Name field's value.

func (*CopyWorkspaceImageInput) SetSourceImageId

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

SetSourceImageId sets the SourceImageId field's value.

func (*CopyWorkspaceImageInput) SetSourceRegion

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

SetSourceRegion sets the SourceRegion field's value.

func (*CopyWorkspaceImageInput) SetTags

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

SetTags sets the Tags field's value.

func (CopyWorkspaceImageInput) String

func (s CopyWorkspaceImageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyWorkspaceImageInput) Validate

func (s *CopyWorkspaceImageInput) Validate() error

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

type CopyWorkspaceImageOutput

type CopyWorkspaceImageOutput struct {

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

func (CopyWorkspaceImageOutput) GoString

func (s CopyWorkspaceImageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyWorkspaceImageOutput) SetImageId

func (s *CopyWorkspaceImageOutput) SetImageId(v string) *CopyWorkspaceImageOutput

SetImageId sets the ImageId field's value.

func (CopyWorkspaceImageOutput) String

func (s CopyWorkspaceImageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateConnectClientAddInInput

type CreateConnectClientAddInInput struct {

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

    // The directory identifier for which to configure the client add-in.
    //
    // ResourceId is a required field
    ResourceId *string `min:"10" type:"string" required:"true"`

    // The endpoint URL of the Amazon Connect client add-in.
    //
    // URL is a required field
    URL *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateConnectClientAddInInput) GoString

func (s CreateConnectClientAddInInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectClientAddInInput) SetName

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

SetName sets the Name field's value.

func (*CreateConnectClientAddInInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*CreateConnectClientAddInInput) SetURL

func (s *CreateConnectClientAddInInput) SetURL(v string) *CreateConnectClientAddInInput

SetURL sets the URL field's value.

func (CreateConnectClientAddInInput) String

func (s CreateConnectClientAddInInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectClientAddInInput) Validate

func (s *CreateConnectClientAddInInput) Validate() error

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

type CreateConnectClientAddInOutput

type CreateConnectClientAddInOutput struct {

    // The client add-in identifier.
    AddInId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (CreateConnectClientAddInOutput) GoString

func (s CreateConnectClientAddInOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectClientAddInOutput) SetAddInId

func (s *CreateConnectClientAddInOutput) SetAddInId(v string) *CreateConnectClientAddInOutput

SetAddInId sets the AddInId field's value.

func (CreateConnectClientAddInOutput) String

func (s CreateConnectClientAddInOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateConnectionAliasInput

type CreateConnectionAliasInput struct {

    // A connection string in the form of a fully qualified domain name (FQDN),
    // such as www.example.com.
    //
    // After you create a connection string, it is always associated to your Amazon
    // Web Services account. You cannot recreate the same connection string with
    // a different account, even if you delete all instances of it from the original
    // account. The connection string is globally reserved for your account.
    //
    // ConnectionString is a required field
    ConnectionString *string `min:"1" type:"string" required:"true"`

    // The tags to associate with the connection alias.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateConnectionAliasInput) GoString

func (s CreateConnectionAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectionAliasInput) SetConnectionString

func (s *CreateConnectionAliasInput) SetConnectionString(v string) *CreateConnectionAliasInput

SetConnectionString sets the ConnectionString field's value.

func (*CreateConnectionAliasInput) SetTags

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

SetTags sets the Tags field's value.

func (CreateConnectionAliasInput) String

func (s CreateConnectionAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectionAliasInput) Validate

func (s *CreateConnectionAliasInput) Validate() error

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

type CreateConnectionAliasOutput

type CreateConnectionAliasOutput struct {

    // The identifier of the connection alias.
    AliasId *string `min:"13" type:"string"`
    // contains filtered or unexported fields
}

func (CreateConnectionAliasOutput) GoString

func (s CreateConnectionAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectionAliasOutput) SetAliasId

func (s *CreateConnectionAliasOutput) SetAliasId(v string) *CreateConnectionAliasOutput

SetAliasId sets the AliasId field's value.

func (CreateConnectionAliasOutput) String

func (s CreateConnectionAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateIpGroupInput

type CreateIpGroupInput struct {

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

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

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

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

func (CreateIpGroupInput) GoString

func (s CreateIpGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIpGroupInput) SetGroupDesc

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

SetGroupDesc sets the GroupDesc field's value.

func (*CreateIpGroupInput) SetGroupName

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

SetGroupName sets the GroupName field's value.

func (*CreateIpGroupInput) SetTags

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

SetTags sets the Tags field's value.

func (*CreateIpGroupInput) SetUserRules

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

SetUserRules sets the UserRules field's value.

func (CreateIpGroupInput) String

func (s CreateIpGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIpGroupInput) Validate

func (s *CreateIpGroupInput) Validate() error

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

type CreateIpGroupOutput

type CreateIpGroupOutput struct {

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

func (CreateIpGroupOutput) GoString

func (s CreateIpGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateIpGroupOutput) SetGroupId

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

SetGroupId sets the GroupId field's value.

func (CreateIpGroupOutput) String

func (s CreateIpGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateStandbyWorkspacesInput

type CreateStandbyWorkspacesInput struct {

    // The Region of the primary WorkSpace.
    //
    // PrimaryRegion is a required field
    PrimaryRegion *string `min:"1" type:"string" required:"true"`

    // Information about the standby WorkSpace to be created.
    //
    // StandbyWorkspaces is a required field
    StandbyWorkspaces []*StandbyWorkspace `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (CreateStandbyWorkspacesInput) GoString

func (s CreateStandbyWorkspacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStandbyWorkspacesInput) SetPrimaryRegion

func (s *CreateStandbyWorkspacesInput) SetPrimaryRegion(v string) *CreateStandbyWorkspacesInput

SetPrimaryRegion sets the PrimaryRegion field's value.

func (*CreateStandbyWorkspacesInput) SetStandbyWorkspaces

func (s *CreateStandbyWorkspacesInput) SetStandbyWorkspaces(v []*StandbyWorkspace) *CreateStandbyWorkspacesInput

SetStandbyWorkspaces sets the StandbyWorkspaces field's value.

func (CreateStandbyWorkspacesInput) String

func (s CreateStandbyWorkspacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStandbyWorkspacesInput) Validate

func (s *CreateStandbyWorkspacesInput) Validate() error

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

type CreateStandbyWorkspacesOutput

type CreateStandbyWorkspacesOutput struct {

    // Information about the standby WorkSpace that could not be created.
    FailedStandbyRequests []*FailedCreateStandbyWorkspacesRequest `type:"list"`

    // Information about the standby WorkSpace that was created.
    PendingStandbyRequests []*PendingCreateStandbyWorkspacesRequest `type:"list"`
    // contains filtered or unexported fields
}

func (CreateStandbyWorkspacesOutput) GoString

func (s CreateStandbyWorkspacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStandbyWorkspacesOutput) SetFailedStandbyRequests

func (s *CreateStandbyWorkspacesOutput) SetFailedStandbyRequests(v []*FailedCreateStandbyWorkspacesRequest) *CreateStandbyWorkspacesOutput

SetFailedStandbyRequests sets the FailedStandbyRequests field's value.

func (*CreateStandbyWorkspacesOutput) SetPendingStandbyRequests

func (s *CreateStandbyWorkspacesOutput) SetPendingStandbyRequests(v []*PendingCreateStandbyWorkspacesRequest) *CreateStandbyWorkspacesOutput

SetPendingStandbyRequests sets the PendingStandbyRequests field's value.

func (CreateStandbyWorkspacesOutput) String

func (s CreateStandbyWorkspacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTagsInput

type CreateTagsInput struct {

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

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

func (CreateTagsInput) GoString

func (s CreateTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTagsInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*CreateTagsInput) SetTags

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

SetTags sets the Tags field's value.

func (CreateTagsInput) String

func (s CreateTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTagsInput) Validate

func (s *CreateTagsInput) Validate() error

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

type CreateTagsOutput

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

func (CreateTagsOutput) GoString

func (s CreateTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateTagsOutput) String

func (s CreateTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateUpdatedWorkspaceImageInput

type CreateUpdatedWorkspaceImageInput struct {

    // A description of whether updates for the WorkSpace image are available.
    //
    // Description is a required field
    Description *string `min:"1" type:"string" required:"true"`

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

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

    // The tags that you want to add to the new updated WorkSpace image.
    //
    // To add tags at the same time when you're creating the updated image, you
    // must create an IAM policy that grants your IAM user permissions to use workspaces:CreateTags.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateUpdatedWorkspaceImageInput) GoString

func (s CreateUpdatedWorkspaceImageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUpdatedWorkspaceImageInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateUpdatedWorkspaceImageInput) SetName

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

SetName sets the Name field's value.

func (*CreateUpdatedWorkspaceImageInput) SetSourceImageId

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

SetSourceImageId sets the SourceImageId field's value.

func (*CreateUpdatedWorkspaceImageInput) SetTags

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

SetTags sets the Tags field's value.

func (CreateUpdatedWorkspaceImageInput) String

func (s CreateUpdatedWorkspaceImageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUpdatedWorkspaceImageInput) Validate

func (s *CreateUpdatedWorkspaceImageInput) Validate() error

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

type CreateUpdatedWorkspaceImageOutput

type CreateUpdatedWorkspaceImageOutput struct {

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

func (CreateUpdatedWorkspaceImageOutput) GoString

func (s CreateUpdatedWorkspaceImageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUpdatedWorkspaceImageOutput) SetImageId

func (s *CreateUpdatedWorkspaceImageOutput) SetImageId(v string) *CreateUpdatedWorkspaceImageOutput

SetImageId sets the ImageId field's value.

func (CreateUpdatedWorkspaceImageOutput) String

func (s CreateUpdatedWorkspaceImageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateWorkspaceBundleInput

type CreateWorkspaceBundleInput struct {

    // The description of the bundle.
    //
    // BundleDescription is a required field
    BundleDescription *string `min:"1" type:"string" required:"true"`

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

    // Describes the compute type of the bundle.
    //
    // ComputeType is a required field
    ComputeType *ComputeType `type:"structure" required:"true"`

    // The identifier of the image that is used to create the bundle.
    //
    // ImageId is a required field
    ImageId *string `type:"string" required:"true"`

    // Describes the root volume for a WorkSpace bundle.
    RootStorage *RootStorage `type:"structure"`

    // The tags associated with the bundle.
    //
    // To add tags at the same time when you're creating the bundle, you must create
    // an IAM policy that grants your IAM user permissions to use workspaces:CreateTags.
    Tags []*Tag `type:"list"`

    // Describes the user volume for a WorkSpace bundle.
    //
    // UserStorage is a required field
    UserStorage *UserStorage `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateWorkspaceBundleInput) GoString

func (s CreateWorkspaceBundleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkspaceBundleInput) SetBundleDescription

func (s *CreateWorkspaceBundleInput) SetBundleDescription(v string) *CreateWorkspaceBundleInput

SetBundleDescription sets the BundleDescription field's value.

func (*CreateWorkspaceBundleInput) SetBundleName

func (s *CreateWorkspaceBundleInput) SetBundleName(v string) *CreateWorkspaceBundleInput

SetBundleName sets the BundleName field's value.

func (*CreateWorkspaceBundleInput) SetComputeType

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

SetComputeType sets the ComputeType field's value.

func (*CreateWorkspaceBundleInput) SetImageId

func (s *CreateWorkspaceBundleInput) SetImageId(v string) *CreateWorkspaceBundleInput

SetImageId sets the ImageId field's value.

func (*CreateWorkspaceBundleInput) SetRootStorage

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

SetRootStorage sets the RootStorage field's value.

func (*CreateWorkspaceBundleInput) SetTags

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

SetTags sets the Tags field's value.

func (*CreateWorkspaceBundleInput) SetUserStorage

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

SetUserStorage sets the UserStorage field's value.

func (CreateWorkspaceBundleInput) String

func (s CreateWorkspaceBundleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkspaceBundleInput) Validate

func (s *CreateWorkspaceBundleInput) Validate() error

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

type CreateWorkspaceBundleOutput

type CreateWorkspaceBundleOutput struct {

    // Describes a WorkSpace bundle.
    WorkspaceBundle *WorkspaceBundle `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateWorkspaceBundleOutput) GoString

func (s CreateWorkspaceBundleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkspaceBundleOutput) SetWorkspaceBundle

func (s *CreateWorkspaceBundleOutput) SetWorkspaceBundle(v *WorkspaceBundle) *CreateWorkspaceBundleOutput

SetWorkspaceBundle sets the WorkspaceBundle field's value.

func (CreateWorkspaceBundleOutput) String

func (s CreateWorkspaceBundleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateWorkspaceImageInput

type CreateWorkspaceImageInput struct {

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

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

    // The tags that you want to add to the new WorkSpace image. To add tags when
    // you're creating the image, you must create an IAM policy that grants your
    // IAM user permission to use workspaces:CreateTags.
    Tags []*Tag `type:"list"`

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

func (CreateWorkspaceImageInput) GoString

func (s CreateWorkspaceImageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkspaceImageInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateWorkspaceImageInput) SetName

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

SetName sets the Name field's value.

func (*CreateWorkspaceImageInput) SetTags

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

SetTags sets the Tags field's value.

func (*CreateWorkspaceImageInput) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (CreateWorkspaceImageInput) String

func (s CreateWorkspaceImageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkspaceImageInput) Validate

func (s *CreateWorkspaceImageInput) Validate() error

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

type CreateWorkspaceImageOutput

type CreateWorkspaceImageOutput struct {

    // The date when the image was created.
    Created *time.Time `type:"timestamp"`

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

    // The identifier of the new WorkSpace image.
    ImageId *string `type:"string"`

    // The name of the image.
    Name *string `min:"1" type:"string"`

    // The operating system that the image is running.
    OperatingSystem *OperatingSystem `type:"structure"`

    // The identifier of the Amazon Web Services account that owns the image.
    OwnerAccountId *string `type:"string"`

    // Specifies whether the image is running on dedicated hardware. When Bring
    // Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more
    // information, see Bring Your Own Windows Desktop Images. (https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.htm).
    RequiredTenancy *string `type:"string" enum:"WorkspaceImageRequiredTenancy"`

    // The availability status of the image.
    State *string `type:"string" enum:"WorkspaceImageState"`
    // contains filtered or unexported fields
}

func (CreateWorkspaceImageOutput) GoString

func (s CreateWorkspaceImageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkspaceImageOutput) SetCreated

func (s *CreateWorkspaceImageOutput) SetCreated(v time.Time) *CreateWorkspaceImageOutput

SetCreated sets the Created field's value.

func (*CreateWorkspaceImageOutput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateWorkspaceImageOutput) SetImageId

func (s *CreateWorkspaceImageOutput) SetImageId(v string) *CreateWorkspaceImageOutput

SetImageId sets the ImageId field's value.

func (*CreateWorkspaceImageOutput) SetName

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

SetName sets the Name field's value.

func (*CreateWorkspaceImageOutput) SetOperatingSystem

func (s *CreateWorkspaceImageOutput) SetOperatingSystem(v *OperatingSystem) *CreateWorkspaceImageOutput

SetOperatingSystem sets the OperatingSystem field's value.

func (*CreateWorkspaceImageOutput) SetOwnerAccountId

func (s *CreateWorkspaceImageOutput) SetOwnerAccountId(v string) *CreateWorkspaceImageOutput

SetOwnerAccountId sets the OwnerAccountId field's value.

func (*CreateWorkspaceImageOutput) SetRequiredTenancy

func (s *CreateWorkspaceImageOutput) SetRequiredTenancy(v string) *CreateWorkspaceImageOutput

SetRequiredTenancy sets the RequiredTenancy field's value.

func (*CreateWorkspaceImageOutput) SetState

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

SetState sets the State field's value.

func (CreateWorkspaceImageOutput) String

func (s CreateWorkspaceImageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateWorkspacesInput

type CreateWorkspacesInput struct {

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

func (CreateWorkspacesInput) GoString

func (s CreateWorkspacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkspacesInput) SetWorkspaces

func (s *CreateWorkspacesInput) SetWorkspaces(v []*WorkspaceRequest) *CreateWorkspacesInput

SetWorkspaces sets the Workspaces field's value.

func (CreateWorkspacesInput) String

func (s CreateWorkspacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkspacesInput) Validate

func (s *CreateWorkspacesInput) Validate() error

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

type CreateWorkspacesOutput

type CreateWorkspacesOutput struct {

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

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

func (CreateWorkspacesOutput) GoString

func (s CreateWorkspacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkspacesOutput) SetFailedRequests

func (s *CreateWorkspacesOutput) SetFailedRequests(v []*FailedCreateWorkspaceRequest) *CreateWorkspacesOutput

SetFailedRequests sets the FailedRequests field's value.

func (*CreateWorkspacesOutput) SetPendingRequests

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

SetPendingRequests sets the PendingRequests field's value.

func (CreateWorkspacesOutput) String

func (s CreateWorkspacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataReplicationSettings

type DataReplicationSettings struct {

    // Indicates whether data replication is enabled, and if enabled, the type of
    // data replication.
    DataReplication *string `type:"string" enum:"DataReplication"`

    // The date and time at which the last successful snapshot was taken of the
    // primary WorkSpace used for replicating data.
    RecoverySnapshotTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Describes the data replication settings.

func (DataReplicationSettings) GoString

func (s DataReplicationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataReplicationSettings) SetDataReplication

func (s *DataReplicationSettings) SetDataReplication(v string) *DataReplicationSettings

SetDataReplication sets the DataReplication field's value.

func (*DataReplicationSettings) SetRecoverySnapshotTime

func (s *DataReplicationSettings) SetRecoverySnapshotTime(v time.Time) *DataReplicationSettings

SetRecoverySnapshotTime sets the RecoverySnapshotTime field's value.

func (DataReplicationSettings) String

func (s DataReplicationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DefaultClientBrandingAttributes

type DefaultClientBrandingAttributes struct {

    // The forgotten password link. This is the web address that users can go to
    // if they forget the password for their WorkSpace.
    ForgotPasswordLink *string `min:"1" type:"string"`

    // The login message. Specified as a key value pair, in which the key is a locale
    // and the value is the localized message for that locale. The only key supported
    // is en_US. The HTML tags supported include the following: a, b, blockquote,
    // br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike,
    // strong, sub, sup, u, ul.
    LoginMessage map[string]*string `type:"map"`

    // The logo. The only image format accepted is a binary data object that is
    // converted from a .png file.
    LogoUrl *string `min:"1" type:"string"`

    // The support email. The company's customer support email address.
    //
    //    * In each platform type, the SupportEmail and SupportLink parameters are
    //    mutually exclusive. You can specify one parameter for each platform type,
    //    but not both.
    //
    //    * The default email is workspaces-feedback@amazon.com.
    SupportEmail *string `min:"6" type:"string"`

    // The support link. The link for the company's customer support page for their
    // WorkSpace.
    //
    //    * In each platform type, the SupportEmail and SupportLink parameters are
    //    mutually exclusive.You can specify one parameter for each platform type,
    //    but not both.
    //
    //    * The default support link is workspaces-feedback@amazon.com.
    SupportLink *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Returns default client branding attributes that were imported. These attributes display on the client login screen.

Client branding attributes are public facing. Ensure that you don't include sensitive information.

func (DefaultClientBrandingAttributes) GoString

func (s DefaultClientBrandingAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (s *DefaultClientBrandingAttributes) SetForgotPasswordLink(v string) *DefaultClientBrandingAttributes

SetForgotPasswordLink sets the ForgotPasswordLink field's value.

func (*DefaultClientBrandingAttributes) SetLoginMessage

func (s *DefaultClientBrandingAttributes) SetLoginMessage(v map[string]*string) *DefaultClientBrandingAttributes

SetLoginMessage sets the LoginMessage field's value.

func (*DefaultClientBrandingAttributes) SetLogoUrl

func (s *DefaultClientBrandingAttributes) SetLogoUrl(v string) *DefaultClientBrandingAttributes

SetLogoUrl sets the LogoUrl field's value.

func (*DefaultClientBrandingAttributes) SetSupportEmail

func (s *DefaultClientBrandingAttributes) SetSupportEmail(v string) *DefaultClientBrandingAttributes

SetSupportEmail sets the SupportEmail field's value.

func (s *DefaultClientBrandingAttributes) SetSupportLink(v string) *DefaultClientBrandingAttributes

SetSupportLink sets the SupportLink field's value.

func (DefaultClientBrandingAttributes) String

func (s DefaultClientBrandingAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DefaultImportClientBrandingAttributes

type DefaultImportClientBrandingAttributes struct {

    // The forgotten password link. This is the web address that users can go to
    // if they forget the password for their WorkSpace.
    ForgotPasswordLink *string `min:"1" type:"string"`

    // The login message. Specified as a key value pair, in which the key is a locale
    // and the value is the localized message for that locale. The only key supported
    // is en_US. The HTML tags supported include the following: a, b, blockquote,
    // br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike,
    // strong, sub, sup, u, ul.
    LoginMessage map[string]*string `type:"map"`

    // The logo. The only image format accepted is a binary data object that is
    // converted from a .png file.
    // Logo is automatically base64 encoded/decoded by the SDK.
    Logo []byte `min:"1" type:"blob"`

    // The support email. The company's customer support email address.
    //
    //    * In each platform type, the SupportEmail and SupportLink parameters are
    //    mutually exclusive. You can specify one parameter for each platform type,
    //    but not both.
    //
    //    * The default email is workspaces-feedback@amazon.com.
    SupportEmail *string `min:"6" type:"string"`

    // The support link. The link for the company's customer support page for their
    // WorkSpace.
    //
    //    * In each platform type, the SupportEmail and SupportLink parameters are
    //    mutually exclusive. You can specify one parameter for each platform type,
    //    but not both.
    //
    //    * The default support link is workspaces-feedback@amazon.com.
    SupportLink *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The default client branding attributes to be imported. These attributes display on the client login screen.

Client branding attributes are public facing. Ensure that you do not include sensitive information.

func (DefaultImportClientBrandingAttributes) GoString

func (s DefaultImportClientBrandingAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (s *DefaultImportClientBrandingAttributes) SetForgotPasswordLink(v string) *DefaultImportClientBrandingAttributes

SetForgotPasswordLink sets the ForgotPasswordLink field's value.

func (*DefaultImportClientBrandingAttributes) SetLoginMessage

func (s *DefaultImportClientBrandingAttributes) SetLoginMessage(v map[string]*string) *DefaultImportClientBrandingAttributes

SetLoginMessage sets the LoginMessage field's value.

func (s *DefaultImportClientBrandingAttributes) SetLogo(v []byte) *DefaultImportClientBrandingAttributes

SetLogo sets the Logo field's value.

func (*DefaultImportClientBrandingAttributes) SetSupportEmail

func (s *DefaultImportClientBrandingAttributes) SetSupportEmail(v string) *DefaultImportClientBrandingAttributes

SetSupportEmail sets the SupportEmail field's value.

func (s *DefaultImportClientBrandingAttributes) SetSupportLink(v string) *DefaultImportClientBrandingAttributes

SetSupportLink sets the SupportLink field's value.

func (DefaultImportClientBrandingAttributes) String

func (s DefaultImportClientBrandingAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultImportClientBrandingAttributes) Validate

func (s *DefaultImportClientBrandingAttributes) Validate() error

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

type DefaultWorkspaceCreationProperties

type DefaultWorkspaceCreationProperties struct {

    // The identifier of the default security group to apply to WorkSpaces when
    // they are created. For more information, see Security Groups for Your WorkSpaces
    // (https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-security-groups.html).
    CustomSecurityGroupId *string `min:"11" type:"string"`

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

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

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

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

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

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

func (DefaultWorkspaceCreationProperties) GoString

func (s DefaultWorkspaceCreationProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultWorkspaceCreationProperties) SetCustomSecurityGroupId

func (s *DefaultWorkspaceCreationProperties) SetCustomSecurityGroupId(v string) *DefaultWorkspaceCreationProperties

SetCustomSecurityGroupId sets the CustomSecurityGroupId field's value.

func (*DefaultWorkspaceCreationProperties) SetDefaultOu

func (s *DefaultWorkspaceCreationProperties) SetDefaultOu(v string) *DefaultWorkspaceCreationProperties

SetDefaultOu sets the DefaultOu field's value.

func (*DefaultWorkspaceCreationProperties) SetEnableInternetAccess

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

SetEnableInternetAccess sets the EnableInternetAccess field's value.

func (*DefaultWorkspaceCreationProperties) SetEnableMaintenanceMode

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

SetEnableMaintenanceMode sets the EnableMaintenanceMode field's value.

func (*DefaultWorkspaceCreationProperties) SetEnableWorkDocs

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

SetEnableWorkDocs sets the EnableWorkDocs field's value.

func (*DefaultWorkspaceCreationProperties) SetUserEnabledAsLocalAdministrator

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

SetUserEnabledAsLocalAdministrator sets the UserEnabledAsLocalAdministrator field's value.

func (DefaultWorkspaceCreationProperties) String

func (s DefaultWorkspaceCreationProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteClientBrandingInput

type DeleteClientBrandingInput struct {

    // The device type for which you want to delete client branding.
    //
    // Platforms is a required field
    Platforms []*string `min:"1" type:"list" required:"true" enum:"ClientDeviceType"`

    // The directory identifier of the WorkSpace for which you want to delete client
    // branding.
    //
    // ResourceId is a required field
    ResourceId *string `min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteClientBrandingInput) GoString

func (s DeleteClientBrandingInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClientBrandingInput) SetPlatforms

func (s *DeleteClientBrandingInput) SetPlatforms(v []*string) *DeleteClientBrandingInput

SetPlatforms sets the Platforms field's value.

func (*DeleteClientBrandingInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (DeleteClientBrandingInput) String

func (s DeleteClientBrandingInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteClientBrandingInput) Validate

func (s *DeleteClientBrandingInput) Validate() error

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

type DeleteClientBrandingOutput

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

func (DeleteClientBrandingOutput) GoString

func (s DeleteClientBrandingOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteClientBrandingOutput) String

func (s DeleteClientBrandingOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteConnectClientAddInInput

type DeleteConnectClientAddInInput struct {

    // The identifier of the client add-in to delete.
    //
    // AddInId is a required field
    AddInId *string `min:"36" type:"string" required:"true"`

    // The directory identifier for which the client add-in is configured.
    //
    // ResourceId is a required field
    ResourceId *string `min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteConnectClientAddInInput) GoString

func (s DeleteConnectClientAddInInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConnectClientAddInInput) SetAddInId

func (s *DeleteConnectClientAddInInput) SetAddInId(v string) *DeleteConnectClientAddInInput

SetAddInId sets the AddInId field's value.

func (*DeleteConnectClientAddInInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (DeleteConnectClientAddInInput) String

func (s DeleteConnectClientAddInInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConnectClientAddInInput) Validate

func (s *DeleteConnectClientAddInInput) Validate() error

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

type DeleteConnectClientAddInOutput

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

func (DeleteConnectClientAddInOutput) GoString

func (s DeleteConnectClientAddInOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteConnectClientAddInOutput) String

func (s DeleteConnectClientAddInOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteConnectionAliasInput

type DeleteConnectionAliasInput struct {

    // The identifier of the connection alias to delete.
    //
    // AliasId is a required field
    AliasId *string `min:"13" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteConnectionAliasInput) GoString

func (s DeleteConnectionAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConnectionAliasInput) SetAliasId

func (s *DeleteConnectionAliasInput) SetAliasId(v string) *DeleteConnectionAliasInput

SetAliasId sets the AliasId field's value.

func (DeleteConnectionAliasInput) String

func (s DeleteConnectionAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConnectionAliasInput) Validate

func (s *DeleteConnectionAliasInput) Validate() error

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

type DeleteConnectionAliasOutput

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

func (DeleteConnectionAliasOutput) GoString

func (s DeleteConnectionAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteConnectionAliasOutput) String

func (s DeleteConnectionAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteIpGroupInput

type DeleteIpGroupInput struct {

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

func (DeleteIpGroupInput) GoString

func (s DeleteIpGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteIpGroupInput) SetGroupId

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

SetGroupId sets the GroupId field's value.

func (DeleteIpGroupInput) String

func (s DeleteIpGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteIpGroupInput) Validate

func (s *DeleteIpGroupInput) Validate() error

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

type DeleteIpGroupOutput

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

func (DeleteIpGroupOutput) GoString

func (s DeleteIpGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteIpGroupOutput) String

func (s DeleteIpGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteTagsInput

type DeleteTagsInput struct {

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

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

func (DeleteTagsInput) GoString

func (s DeleteTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTagsInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*DeleteTagsInput) SetTagKeys

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

SetTagKeys sets the TagKeys field's value.

func (DeleteTagsInput) String

func (s DeleteTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTagsInput) Validate

func (s *DeleteTagsInput) Validate() error

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

type DeleteTagsOutput

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

func (DeleteTagsOutput) GoString

func (s DeleteTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteTagsOutput) String

func (s DeleteTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteWorkspaceBundleInput

type DeleteWorkspaceBundleInput struct {

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

func (DeleteWorkspaceBundleInput) GoString

func (s DeleteWorkspaceBundleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkspaceBundleInput) SetBundleId

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

SetBundleId sets the BundleId field's value.

func (DeleteWorkspaceBundleInput) String

func (s DeleteWorkspaceBundleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteWorkspaceBundleOutput

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

func (DeleteWorkspaceBundleOutput) GoString

func (s DeleteWorkspaceBundleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteWorkspaceBundleOutput) String

func (s DeleteWorkspaceBundleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteWorkspaceImageInput

type DeleteWorkspaceImageInput struct {

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

func (DeleteWorkspaceImageInput) GoString

func (s DeleteWorkspaceImageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkspaceImageInput) SetImageId

func (s *DeleteWorkspaceImageInput) SetImageId(v string) *DeleteWorkspaceImageInput

SetImageId sets the ImageId field's value.

func (DeleteWorkspaceImageInput) String

func (s DeleteWorkspaceImageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkspaceImageInput) Validate

func (s *DeleteWorkspaceImageInput) Validate() error

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

type DeleteWorkspaceImageOutput

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

func (DeleteWorkspaceImageOutput) GoString

func (s DeleteWorkspaceImageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteWorkspaceImageOutput) String

func (s DeleteWorkspaceImageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeployWorkspaceApplicationsInput

type DeployWorkspaceApplicationsInput struct {

    // Indicates whether the force flag is applied for the specified WorkSpace.
    // When the force flag is enabled, it allows previously failed deployments to
    // be retried.
    Force *bool `type:"boolean"`

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

func (DeployWorkspaceApplicationsInput) GoString

func (s DeployWorkspaceApplicationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeployWorkspaceApplicationsInput) SetForce

func (s *DeployWorkspaceApplicationsInput) SetForce(v bool) *DeployWorkspaceApplicationsInput

SetForce sets the Force field's value.

func (*DeployWorkspaceApplicationsInput) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (DeployWorkspaceApplicationsInput) String

func (s DeployWorkspaceApplicationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeployWorkspaceApplicationsInput) Validate

func (s *DeployWorkspaceApplicationsInput) Validate() error

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

type DeployWorkspaceApplicationsOutput

type DeployWorkspaceApplicationsOutput struct {

    // The list of deployed associations and information about them.
    Deployment *WorkSpaceApplicationDeployment `type:"structure"`
    // contains filtered or unexported fields
}

func (DeployWorkspaceApplicationsOutput) GoString

func (s DeployWorkspaceApplicationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeployWorkspaceApplicationsOutput) SetDeployment

func (s *DeployWorkspaceApplicationsOutput) SetDeployment(v *WorkSpaceApplicationDeployment) *DeployWorkspaceApplicationsOutput

SetDeployment sets the Deployment field's value.

func (DeployWorkspaceApplicationsOutput) String

func (s DeployWorkspaceApplicationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterWorkspaceDirectoryInput

type DeregisterWorkspaceDirectoryInput struct {

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

func (DeregisterWorkspaceDirectoryInput) GoString

func (s DeregisterWorkspaceDirectoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterWorkspaceDirectoryInput) SetDirectoryId

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

SetDirectoryId sets the DirectoryId field's value.

func (DeregisterWorkspaceDirectoryInput) String

func (s DeregisterWorkspaceDirectoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterWorkspaceDirectoryInput) Validate

func (s *DeregisterWorkspaceDirectoryInput) Validate() error

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

type DeregisterWorkspaceDirectoryOutput

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

func (DeregisterWorkspaceDirectoryOutput) GoString

func (s DeregisterWorkspaceDirectoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeregisterWorkspaceDirectoryOutput) String

func (s DeregisterWorkspaceDirectoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountInput

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

func (DescribeAccountInput) GoString

func (s DescribeAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeAccountInput) String

func (s DescribeAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountModificationsInput

type DescribeAccountModificationsInput struct {

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

func (DescribeAccountModificationsInput) GoString

func (s DescribeAccountModificationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountModificationsInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeAccountModificationsInput) String

func (s DescribeAccountModificationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountModificationsInput) Validate

func (s *DescribeAccountModificationsInput) Validate() error

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

type DescribeAccountModificationsOutput

type DescribeAccountModificationsOutput struct {

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

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeAccountModificationsOutput) GoString

func (s DescribeAccountModificationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountModificationsOutput) SetAccountModifications

func (s *DescribeAccountModificationsOutput) SetAccountModifications(v []*AccountModification) *DescribeAccountModificationsOutput

SetAccountModifications sets the AccountModifications field's value.

func (*DescribeAccountModificationsOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeAccountModificationsOutput) String

func (s DescribeAccountModificationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountOutput

type DescribeAccountOutput struct {

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

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

func (DescribeAccountOutput) GoString

func (s DescribeAccountOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountOutput) SetDedicatedTenancyManagementCidrRange

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

SetDedicatedTenancyManagementCidrRange sets the DedicatedTenancyManagementCidrRange field's value.

func (*DescribeAccountOutput) SetDedicatedTenancySupport

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

SetDedicatedTenancySupport sets the DedicatedTenancySupport field's value.

func (DescribeAccountOutput) String

func (s DescribeAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeApplicationAssociationsInput

type DescribeApplicationAssociationsInput struct {

    // The identifier of the specified application.
    //
    // ApplicationId is a required field
    ApplicationId *string `type:"string" required:"true"`

    // The resource type of the associated resources.
    //
    // AssociatedResourceTypes is a required field
    AssociatedResourceTypes []*string `type:"list" required:"true" enum:"ApplicationAssociatedResourceType"`

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

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

func (DescribeApplicationAssociationsInput) GoString

func (s DescribeApplicationAssociationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationAssociationsInput) SetApplicationId

func (s *DescribeApplicationAssociationsInput) SetApplicationId(v string) *DescribeApplicationAssociationsInput

SetApplicationId sets the ApplicationId field's value.

func (*DescribeApplicationAssociationsInput) SetAssociatedResourceTypes

func (s *DescribeApplicationAssociationsInput) SetAssociatedResourceTypes(v []*string) *DescribeApplicationAssociationsInput

SetAssociatedResourceTypes sets the AssociatedResourceTypes field's value.

func (*DescribeApplicationAssociationsInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*DescribeApplicationAssociationsInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeApplicationAssociationsInput) String

func (s DescribeApplicationAssociationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationAssociationsInput) Validate

func (s *DescribeApplicationAssociationsInput) Validate() error

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

type DescribeApplicationAssociationsOutput

type DescribeApplicationAssociationsOutput struct {

    // List of associations and information about them.
    Associations []*ApplicationResourceAssociation `type:"list"`

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

func (DescribeApplicationAssociationsOutput) GoString

func (s DescribeApplicationAssociationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationAssociationsOutput) SetAssociations

func (s *DescribeApplicationAssociationsOutput) SetAssociations(v []*ApplicationResourceAssociation) *DescribeApplicationAssociationsOutput

SetAssociations sets the Associations field's value.

func (*DescribeApplicationAssociationsOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeApplicationAssociationsOutput) String

func (s DescribeApplicationAssociationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeApplicationsInput

type DescribeApplicationsInput struct {

    // The identifiers of one or more applications.
    ApplicationIds []*string `min:"1" type:"list"`

    // The compute types supported by the applications.
    ComputeTypeNames []*string `type:"list" enum:"Compute"`

    // The license availability for the applications.
    LicenseType *string `type:"string" enum:"WorkSpaceApplicationLicenseType"`

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

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

    // The operating systems supported by the applications.
    OperatingSystemNames []*string `type:"list" enum:"OperatingSystemName"`

    // The owner of the applications.
    Owner *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeApplicationsInput) GoString

func (s DescribeApplicationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationsInput) SetApplicationIds

func (s *DescribeApplicationsInput) SetApplicationIds(v []*string) *DescribeApplicationsInput

SetApplicationIds sets the ApplicationIds field's value.

func (*DescribeApplicationsInput) SetComputeTypeNames

func (s *DescribeApplicationsInput) SetComputeTypeNames(v []*string) *DescribeApplicationsInput

SetComputeTypeNames sets the ComputeTypeNames field's value.

func (*DescribeApplicationsInput) SetLicenseType

func (s *DescribeApplicationsInput) SetLicenseType(v string) *DescribeApplicationsInput

SetLicenseType sets the LicenseType field's value.

func (*DescribeApplicationsInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*DescribeApplicationsInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*DescribeApplicationsInput) SetOperatingSystemNames

func (s *DescribeApplicationsInput) SetOperatingSystemNames(v []*string) *DescribeApplicationsInput

SetOperatingSystemNames sets the OperatingSystemNames field's value.

func (*DescribeApplicationsInput) SetOwner

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

SetOwner sets the Owner field's value.

func (DescribeApplicationsInput) String

func (s DescribeApplicationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationsInput) Validate

func (s *DescribeApplicationsInput) Validate() error

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

type DescribeApplicationsOutput

type DescribeApplicationsOutput struct {

    // List of information about the specified applications.
    Applications []*WorkSpaceApplication `type:"list"`

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

func (DescribeApplicationsOutput) GoString

func (s DescribeApplicationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationsOutput) SetApplications

func (s *DescribeApplicationsOutput) SetApplications(v []*WorkSpaceApplication) *DescribeApplicationsOutput

SetApplications sets the Applications field's value.

func (*DescribeApplicationsOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeApplicationsOutput) String

func (s DescribeApplicationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeBundleAssociationsInput

type DescribeBundleAssociationsInput struct {

    // The resource types of the associated resource.
    //
    // AssociatedResourceTypes is a required field
    AssociatedResourceTypes []*string `type:"list" required:"true" enum:"BundleAssociatedResourceType"`

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

func (DescribeBundleAssociationsInput) GoString

func (s DescribeBundleAssociationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBundleAssociationsInput) SetAssociatedResourceTypes

func (s *DescribeBundleAssociationsInput) SetAssociatedResourceTypes(v []*string) *DescribeBundleAssociationsInput

SetAssociatedResourceTypes sets the AssociatedResourceTypes field's value.

func (*DescribeBundleAssociationsInput) SetBundleId

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

SetBundleId sets the BundleId field's value.

func (DescribeBundleAssociationsInput) String

func (s DescribeBundleAssociationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBundleAssociationsInput) Validate

func (s *DescribeBundleAssociationsInput) Validate() error

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

type DescribeBundleAssociationsOutput

type DescribeBundleAssociationsOutput struct {

    // List of information about the specified associations.
    Associations []*BundleResourceAssociation `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeBundleAssociationsOutput) GoString

func (s DescribeBundleAssociationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBundleAssociationsOutput) SetAssociations

func (s *DescribeBundleAssociationsOutput) SetAssociations(v []*BundleResourceAssociation) *DescribeBundleAssociationsOutput

SetAssociations sets the Associations field's value.

func (DescribeBundleAssociationsOutput) String

func (s DescribeBundleAssociationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClientBrandingInput

type DescribeClientBrandingInput struct {

    // The directory identifier of the WorkSpace for which you want to view client
    // branding information.
    //
    // ResourceId is a required field
    ResourceId *string `min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeClientBrandingInput) GoString

func (s DescribeClientBrandingInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClientBrandingInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (DescribeClientBrandingInput) String

func (s DescribeClientBrandingInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClientBrandingInput) Validate

func (s *DescribeClientBrandingInput) Validate() error

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

type DescribeClientBrandingOutput

type DescribeClientBrandingOutput struct {

    // The branding information for Android devices.
    DeviceTypeAndroid *DefaultClientBrandingAttributes `type:"structure"`

    // The branding information for iOS devices.
    DeviceTypeIos *IosClientBrandingAttributes `type:"structure"`

    // The branding information for Linux devices.
    DeviceTypeLinux *DefaultClientBrandingAttributes `type:"structure"`

    // The branding information for macOS devices.
    DeviceTypeOsx *DefaultClientBrandingAttributes `type:"structure"`

    // The branding information for Web access.
    DeviceTypeWeb *DefaultClientBrandingAttributes `type:"structure"`

    // The branding information for Windows devices.
    DeviceTypeWindows *DefaultClientBrandingAttributes `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeClientBrandingOutput) GoString

func (s DescribeClientBrandingOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClientBrandingOutput) SetDeviceTypeAndroid

func (s *DescribeClientBrandingOutput) SetDeviceTypeAndroid(v *DefaultClientBrandingAttributes) *DescribeClientBrandingOutput

SetDeviceTypeAndroid sets the DeviceTypeAndroid field's value.

func (*DescribeClientBrandingOutput) SetDeviceTypeIos

func (s *DescribeClientBrandingOutput) SetDeviceTypeIos(v *IosClientBrandingAttributes) *DescribeClientBrandingOutput

SetDeviceTypeIos sets the DeviceTypeIos field's value.

func (*DescribeClientBrandingOutput) SetDeviceTypeLinux

func (s *DescribeClientBrandingOutput) SetDeviceTypeLinux(v *DefaultClientBrandingAttributes) *DescribeClientBrandingOutput

SetDeviceTypeLinux sets the DeviceTypeLinux field's value.

func (*DescribeClientBrandingOutput) SetDeviceTypeOsx

func (s *DescribeClientBrandingOutput) SetDeviceTypeOsx(v *DefaultClientBrandingAttributes) *DescribeClientBrandingOutput

SetDeviceTypeOsx sets the DeviceTypeOsx field's value.

func (*DescribeClientBrandingOutput) SetDeviceTypeWeb

func (s *DescribeClientBrandingOutput) SetDeviceTypeWeb(v *DefaultClientBrandingAttributes) *DescribeClientBrandingOutput

SetDeviceTypeWeb sets the DeviceTypeWeb field's value.

func (*DescribeClientBrandingOutput) SetDeviceTypeWindows

func (s *DescribeClientBrandingOutput) SetDeviceTypeWindows(v *DefaultClientBrandingAttributes) *DescribeClientBrandingOutput

SetDeviceTypeWindows sets the DeviceTypeWindows field's value.

func (DescribeClientBrandingOutput) String

func (s DescribeClientBrandingOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeClientPropertiesInput

type DescribeClientPropertiesInput struct {

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

func (DescribeClientPropertiesInput) GoString

func (s DescribeClientPropertiesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClientPropertiesInput) SetResourceIds

func (s *DescribeClientPropertiesInput) SetResourceIds(v []*string) *DescribeClientPropertiesInput

SetResourceIds sets the ResourceIds field's value.

func (DescribeClientPropertiesInput) String

func (s DescribeClientPropertiesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClientPropertiesInput) Validate

func (s *DescribeClientPropertiesInput) Validate() error

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

type DescribeClientPropertiesOutput

type DescribeClientPropertiesOutput struct {

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

func (DescribeClientPropertiesOutput) GoString

func (s DescribeClientPropertiesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeClientPropertiesOutput) SetClientPropertiesList

func (s *DescribeClientPropertiesOutput) SetClientPropertiesList(v []*ClientPropertiesResult) *DescribeClientPropertiesOutput

SetClientPropertiesList sets the ClientPropertiesList field's value.

func (DescribeClientPropertiesOutput) String

func (s DescribeClientPropertiesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeConnectClientAddInsInput

type DescribeConnectClientAddInsInput struct {

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

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

    // The directory identifier for which the client add-in is configured.
    //
    // ResourceId is a required field
    ResourceId *string `min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeConnectClientAddInsInput) GoString

func (s DescribeConnectClientAddInsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConnectClientAddInsInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*DescribeConnectClientAddInsInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*DescribeConnectClientAddInsInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (DescribeConnectClientAddInsInput) String

func (s DescribeConnectClientAddInsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConnectClientAddInsInput) Validate

func (s *DescribeConnectClientAddInsInput) Validate() error

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

type DescribeConnectClientAddInsOutput

type DescribeConnectClientAddInsOutput struct {

    // Information about client add-ins.
    AddIns []*ConnectClientAddIn `type:"list"`

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeConnectClientAddInsOutput) GoString

func (s DescribeConnectClientAddInsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConnectClientAddInsOutput) SetAddIns

func (s *DescribeConnectClientAddInsOutput) SetAddIns(v []*ConnectClientAddIn) *DescribeConnectClientAddInsOutput

SetAddIns sets the AddIns field's value.

func (*DescribeConnectClientAddInsOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeConnectClientAddInsOutput) String

func (s DescribeConnectClientAddInsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeConnectionAliasPermissionsInput

type DescribeConnectionAliasPermissionsInput struct {

    // The identifier of the connection alias.
    //
    // AliasId is a required field
    AliasId *string `min:"13" type:"string" required:"true"`

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

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

func (DescribeConnectionAliasPermissionsInput) GoString

func (s DescribeConnectionAliasPermissionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConnectionAliasPermissionsInput) SetAliasId

func (s *DescribeConnectionAliasPermissionsInput) SetAliasId(v string) *DescribeConnectionAliasPermissionsInput

SetAliasId sets the AliasId field's value.

func (*DescribeConnectionAliasPermissionsInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*DescribeConnectionAliasPermissionsInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeConnectionAliasPermissionsInput) String

func (s DescribeConnectionAliasPermissionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConnectionAliasPermissionsInput) Validate

func (s *DescribeConnectionAliasPermissionsInput) Validate() error

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

type DescribeConnectionAliasPermissionsOutput

type DescribeConnectionAliasPermissionsOutput struct {

    // The identifier of the connection alias.
    AliasId *string `min:"13" type:"string"`

    // The permissions associated with a connection alias.
    ConnectionAliasPermissions []*ConnectionAliasPermission `min:"1" type:"list"`

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeConnectionAliasPermissionsOutput) GoString

func (s DescribeConnectionAliasPermissionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConnectionAliasPermissionsOutput) SetAliasId

func (s *DescribeConnectionAliasPermissionsOutput) SetAliasId(v string) *DescribeConnectionAliasPermissionsOutput

SetAliasId sets the AliasId field's value.

func (*DescribeConnectionAliasPermissionsOutput) SetConnectionAliasPermissions

func (s *DescribeConnectionAliasPermissionsOutput) SetConnectionAliasPermissions(v []*ConnectionAliasPermission) *DescribeConnectionAliasPermissionsOutput

SetConnectionAliasPermissions sets the ConnectionAliasPermissions field's value.

func (*DescribeConnectionAliasPermissionsOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeConnectionAliasPermissionsOutput) String

func (s DescribeConnectionAliasPermissionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeConnectionAliasesInput

type DescribeConnectionAliasesInput struct {

    // The identifiers of the connection aliases to describe.
    AliasIds []*string `min:"1" type:"list"`

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

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

    // The identifier of the directory associated with the connection alias.
    ResourceId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeConnectionAliasesInput) GoString

func (s DescribeConnectionAliasesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConnectionAliasesInput) SetAliasIds

func (s *DescribeConnectionAliasesInput) SetAliasIds(v []*string) *DescribeConnectionAliasesInput

SetAliasIds sets the AliasIds field's value.

func (*DescribeConnectionAliasesInput) SetLimit

func (s *DescribeConnectionAliasesInput) SetLimit(v int64) *DescribeConnectionAliasesInput

SetLimit sets the Limit field's value.

func (*DescribeConnectionAliasesInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*DescribeConnectionAliasesInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (DescribeConnectionAliasesInput) String

func (s DescribeConnectionAliasesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConnectionAliasesInput) Validate

func (s *DescribeConnectionAliasesInput) Validate() error

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

type DescribeConnectionAliasesOutput

type DescribeConnectionAliasesOutput struct {

    // Information about the specified connection aliases.
    ConnectionAliases []*ConnectionAlias `min:"1" type:"list"`

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeConnectionAliasesOutput) GoString

func (s DescribeConnectionAliasesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConnectionAliasesOutput) SetConnectionAliases

func (s *DescribeConnectionAliasesOutput) SetConnectionAliases(v []*ConnectionAlias) *DescribeConnectionAliasesOutput

SetConnectionAliases sets the ConnectionAliases field's value.

func (*DescribeConnectionAliasesOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeConnectionAliasesOutput) String

func (s DescribeConnectionAliasesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeImageAssociationsInput

type DescribeImageAssociationsInput struct {

    // The resource types of the associated resource.
    //
    // AssociatedResourceTypes is a required field
    AssociatedResourceTypes []*string `type:"list" required:"true" enum:"ImageAssociatedResourceType"`

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

func (DescribeImageAssociationsInput) GoString

func (s DescribeImageAssociationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImageAssociationsInput) SetAssociatedResourceTypes

func (s *DescribeImageAssociationsInput) SetAssociatedResourceTypes(v []*string) *DescribeImageAssociationsInput

SetAssociatedResourceTypes sets the AssociatedResourceTypes field's value.

func (*DescribeImageAssociationsInput) SetImageId

func (s *DescribeImageAssociationsInput) SetImageId(v string) *DescribeImageAssociationsInput

SetImageId sets the ImageId field's value.

func (DescribeImageAssociationsInput) String

func (s DescribeImageAssociationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImageAssociationsInput) Validate

func (s *DescribeImageAssociationsInput) Validate() error

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

type DescribeImageAssociationsOutput

type DescribeImageAssociationsOutput struct {

    // List of information about the specified associations.
    Associations []*ImageResourceAssociation `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeImageAssociationsOutput) GoString

func (s DescribeImageAssociationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImageAssociationsOutput) SetAssociations

func (s *DescribeImageAssociationsOutput) SetAssociations(v []*ImageResourceAssociation) *DescribeImageAssociationsOutput

SetAssociations sets the Associations field's value.

func (DescribeImageAssociationsOutput) String

func (s DescribeImageAssociationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeIpGroupsInput

type DescribeIpGroupsInput struct {

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

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

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

func (DescribeIpGroupsInput) GoString

func (s DescribeIpGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIpGroupsInput) SetGroupIds

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

SetGroupIds sets the GroupIds field's value.

func (*DescribeIpGroupsInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*DescribeIpGroupsInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeIpGroupsInput) String

func (s DescribeIpGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIpGroupsInput) Validate

func (s *DescribeIpGroupsInput) Validate() error

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

type DescribeIpGroupsOutput

type DescribeIpGroupsOutput struct {

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return.
    NextToken *string `min:"1" type:"string"`

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

func (DescribeIpGroupsOutput) GoString

func (s DescribeIpGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeIpGroupsOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*DescribeIpGroupsOutput) SetResult

func (s *DescribeIpGroupsOutput) SetResult(v []*IpGroup) *DescribeIpGroupsOutput

SetResult sets the Result field's value.

func (DescribeIpGroupsOutput) String

func (s DescribeIpGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTagsInput

type DescribeTagsInput struct {

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

func (DescribeTagsInput) GoString

func (s DescribeTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTagsInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (DescribeTagsInput) String

func (s DescribeTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTagsInput) Validate

func (s *DescribeTagsInput) Validate() error

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

type DescribeTagsOutput

type DescribeTagsOutput struct {

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

func (DescribeTagsOutput) GoString

func (s DescribeTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTagsOutput) SetTagList

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

SetTagList sets the TagList field's value.

func (DescribeTagsOutput) String

func (s DescribeTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeWorkspaceAssociationsInput

type DescribeWorkspaceAssociationsInput struct {

    // The resource types of the associated resources.
    //
    // AssociatedResourceTypes is a required field
    AssociatedResourceTypes []*string `type:"list" required:"true" enum:"WorkSpaceAssociatedResourceType"`

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

func (DescribeWorkspaceAssociationsInput) GoString

func (s DescribeWorkspaceAssociationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceAssociationsInput) SetAssociatedResourceTypes

func (s *DescribeWorkspaceAssociationsInput) SetAssociatedResourceTypes(v []*string) *DescribeWorkspaceAssociationsInput

SetAssociatedResourceTypes sets the AssociatedResourceTypes field's value.

func (*DescribeWorkspaceAssociationsInput) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (DescribeWorkspaceAssociationsInput) String

func (s DescribeWorkspaceAssociationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceAssociationsInput) Validate

func (s *DescribeWorkspaceAssociationsInput) Validate() error

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

type DescribeWorkspaceAssociationsOutput

type DescribeWorkspaceAssociationsOutput struct {

    // List of information about the specified associations.
    Associations []*WorkspaceResourceAssociation `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeWorkspaceAssociationsOutput) GoString

func (s DescribeWorkspaceAssociationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceAssociationsOutput) SetAssociations

func (s *DescribeWorkspaceAssociationsOutput) SetAssociations(v []*WorkspaceResourceAssociation) *DescribeWorkspaceAssociationsOutput

SetAssociations sets the Associations field's value.

func (DescribeWorkspaceAssociationsOutput) String

func (s DescribeWorkspaceAssociationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeWorkspaceBundlesInput

type DescribeWorkspaceBundlesInput struct {

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

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

    // The owner of the bundles. You cannot combine this parameter with any other
    // filter.
    //
    // To describe the bundles provided by Amazon Web Services, specify AMAZON.
    // To describe the bundles that belong to your account, don't specify a value.
    Owner *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeWorkspaceBundlesInput) GoString

func (s DescribeWorkspaceBundlesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceBundlesInput) SetBundleIds

func (s *DescribeWorkspaceBundlesInput) SetBundleIds(v []*string) *DescribeWorkspaceBundlesInput

SetBundleIds sets the BundleIds field's value.

func (*DescribeWorkspaceBundlesInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspaceBundlesInput) SetOwner

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

SetOwner sets the Owner field's value.

func (DescribeWorkspaceBundlesInput) String

func (s DescribeWorkspaceBundlesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceBundlesInput) Validate

func (s *DescribeWorkspaceBundlesInput) Validate() error

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

type DescribeWorkspaceBundlesOutput

type DescribeWorkspaceBundlesOutput struct {

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

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return. 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

func (s DescribeWorkspaceBundlesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceBundlesOutput) SetBundles

func (s *DescribeWorkspaceBundlesOutput) SetBundles(v []*WorkspaceBundle) *DescribeWorkspaceBundlesOutput

SetBundles sets the Bundles field's value.

func (*DescribeWorkspaceBundlesOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceBundlesOutput) String

func (s DescribeWorkspaceBundlesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeWorkspaceDirectoriesInput

type DescribeWorkspaceDirectoriesInput struct {

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

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

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

func (DescribeWorkspaceDirectoriesInput) GoString

func (s DescribeWorkspaceDirectoriesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceDirectoriesInput) SetDirectoryIds

func (s *DescribeWorkspaceDirectoriesInput) SetDirectoryIds(v []*string) *DescribeWorkspaceDirectoriesInput

SetDirectoryIds sets the DirectoryIds field's value.

func (*DescribeWorkspaceDirectoriesInput) SetLimit

func (s *DescribeWorkspaceDirectoriesInput) SetLimit(v int64) *DescribeWorkspaceDirectoriesInput

SetLimit sets the Limit field's value.

func (*DescribeWorkspaceDirectoriesInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceDirectoriesInput) String

func (s DescribeWorkspaceDirectoriesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceDirectoriesInput) Validate

func (s *DescribeWorkspaceDirectoriesInput) Validate() error

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 page of results. This value is null
    // when there are no more results to return.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeWorkspaceDirectoriesOutput) GoString

func (s DescribeWorkspaceDirectoriesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceDirectoriesOutput) SetDirectories

func (s *DescribeWorkspaceDirectoriesOutput) SetDirectories(v []*WorkspaceDirectory) *DescribeWorkspaceDirectoriesOutput

SetDirectories sets the Directories field's value.

func (*DescribeWorkspaceDirectoriesOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceDirectoriesOutput) String

func (s DescribeWorkspaceDirectoriesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeWorkspaceImagePermissionsInput

type DescribeWorkspaceImagePermissionsInput struct {

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

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

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

func (DescribeWorkspaceImagePermissionsInput) GoString

func (s DescribeWorkspaceImagePermissionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceImagePermissionsInput) SetImageId

func (s *DescribeWorkspaceImagePermissionsInput) SetImageId(v string) *DescribeWorkspaceImagePermissionsInput

SetImageId sets the ImageId field's value.

func (*DescribeWorkspaceImagePermissionsInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*DescribeWorkspaceImagePermissionsInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceImagePermissionsInput) String

func (s DescribeWorkspaceImagePermissionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceImagePermissionsInput) Validate

func (s *DescribeWorkspaceImagePermissionsInput) Validate() error

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

type DescribeWorkspaceImagePermissionsOutput

type DescribeWorkspaceImagePermissionsOutput struct {

    // The identifier of the image.
    ImageId *string `type:"string"`

    // The identifiers of the Amazon Web Services accounts that the image has been
    // shared with.
    ImagePermissions []*ImagePermission `type:"list"`

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeWorkspaceImagePermissionsOutput) GoString

func (s DescribeWorkspaceImagePermissionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceImagePermissionsOutput) SetImageId

func (s *DescribeWorkspaceImagePermissionsOutput) SetImageId(v string) *DescribeWorkspaceImagePermissionsOutput

SetImageId sets the ImageId field's value.

func (*DescribeWorkspaceImagePermissionsOutput) SetImagePermissions

func (s *DescribeWorkspaceImagePermissionsOutput) SetImagePermissions(v []*ImagePermission) *DescribeWorkspaceImagePermissionsOutput

SetImagePermissions sets the ImagePermissions field's value.

func (*DescribeWorkspaceImagePermissionsOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceImagePermissionsOutput) String

func (s DescribeWorkspaceImagePermissionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeWorkspaceImagesInput

type DescribeWorkspaceImagesInput struct {

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

    // The type (owned or shared) of the image.
    ImageType *string `type:"string" enum:"ImageType"`

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

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

func (DescribeWorkspaceImagesInput) GoString

func (s DescribeWorkspaceImagesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceImagesInput) SetImageIds

func (s *DescribeWorkspaceImagesInput) SetImageIds(v []*string) *DescribeWorkspaceImagesInput

SetImageIds sets the ImageIds field's value.

func (*DescribeWorkspaceImagesInput) SetImageType

func (s *DescribeWorkspaceImagesInput) SetImageType(v string) *DescribeWorkspaceImagesInput

SetImageType sets the ImageType field's value.

func (*DescribeWorkspaceImagesInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*DescribeWorkspaceImagesInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceImagesInput) String

func (s DescribeWorkspaceImagesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceImagesInput) Validate

func (s *DescribeWorkspaceImagesInput) Validate() error

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

type DescribeWorkspaceImagesOutput

type DescribeWorkspaceImagesOutput struct {

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

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeWorkspaceImagesOutput) GoString

func (s DescribeWorkspaceImagesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceImagesOutput) SetImages

func (s *DescribeWorkspaceImagesOutput) SetImages(v []*WorkspaceImage) *DescribeWorkspaceImagesOutput

SetImages sets the Images field's value.

func (*DescribeWorkspaceImagesOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (DescribeWorkspaceImagesOutput) String

func (s DescribeWorkspaceImagesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeWorkspaceSnapshotsInput

type DescribeWorkspaceSnapshotsInput struct {

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

func (DescribeWorkspaceSnapshotsInput) GoString

func (s DescribeWorkspaceSnapshotsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceSnapshotsInput) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (DescribeWorkspaceSnapshotsInput) String

func (s DescribeWorkspaceSnapshotsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceSnapshotsInput) Validate

func (s *DescribeWorkspaceSnapshotsInput) Validate() error

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

type DescribeWorkspaceSnapshotsOutput

type DescribeWorkspaceSnapshotsOutput struct {

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

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

func (DescribeWorkspaceSnapshotsOutput) GoString

func (s DescribeWorkspaceSnapshotsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspaceSnapshotsOutput) SetRebuildSnapshots

func (s *DescribeWorkspaceSnapshotsOutput) SetRebuildSnapshots(v []*Snapshot) *DescribeWorkspaceSnapshotsOutput

SetRebuildSnapshots sets the RebuildSnapshots field's value.

func (*DescribeWorkspaceSnapshotsOutput) SetRestoreSnapshots

func (s *DescribeWorkspaceSnapshotsOutput) SetRestoreSnapshots(v []*Snapshot) *DescribeWorkspaceSnapshotsOutput

SetRestoreSnapshots sets the RestoreSnapshots field's value.

func (DescribeWorkspaceSnapshotsOutput) String

func (s DescribeWorkspaceSnapshotsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeWorkspacesConnectionStatusInput

type DescribeWorkspacesConnectionStatusInput struct {

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

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

func (DescribeWorkspacesConnectionStatusInput) GoString

func (s DescribeWorkspacesConnectionStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspacesConnectionStatusInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesConnectionStatusInput) SetWorkspaceIds

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

SetWorkspaceIds sets the WorkspaceIds field's value.

func (DescribeWorkspacesConnectionStatusInput) String

func (s DescribeWorkspacesConnectionStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspacesConnectionStatusInput) Validate

func (s *DescribeWorkspacesConnectionStatusInput) Validate() error

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

type DescribeWorkspacesConnectionStatusOutput

type DescribeWorkspacesConnectionStatusOutput struct {

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return.
    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

func (s DescribeWorkspacesConnectionStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspacesConnectionStatusOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesConnectionStatusOutput) SetWorkspacesConnectionStatus

func (s *DescribeWorkspacesConnectionStatusOutput) SetWorkspacesConnectionStatus(v []*WorkspaceConnectionStatus) *DescribeWorkspacesConnectionStatusOutput

SetWorkspacesConnectionStatus sets the WorkspacesConnectionStatus field's value.

func (DescribeWorkspacesConnectionStatusOutput) String

func (s DescribeWorkspacesConnectionStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeWorkspacesInput

type DescribeWorkspacesInput struct {

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

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

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

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

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

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

    // The name of the user-decoupled WorkSpace.
    WorkspaceName *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeWorkspacesInput) GoString

func (s DescribeWorkspacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspacesInput) SetBundleId

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

SetBundleId sets the BundleId field's value.

func (*DescribeWorkspacesInput) SetDirectoryId

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

SetDirectoryId sets the DirectoryId field's value.

func (*DescribeWorkspacesInput) SetLimit

func (s *DescribeWorkspacesInput) SetLimit(v int64) *DescribeWorkspacesInput

SetLimit sets the Limit field's value.

func (*DescribeWorkspacesInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesInput) SetUserName

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

SetUserName sets the UserName field's value.

func (*DescribeWorkspacesInput) SetWorkspaceIds

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

SetWorkspaceIds sets the WorkspaceIds field's value.

func (*DescribeWorkspacesInput) SetWorkspaceName

func (s *DescribeWorkspacesInput) SetWorkspaceName(v string) *DescribeWorkspacesInput

SetWorkspaceName sets the WorkspaceName field's value.

func (DescribeWorkspacesInput) String

func (s DescribeWorkspacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspacesInput) Validate

func (s *DescribeWorkspacesInput) Validate() error

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

type DescribeWorkspacesOutput

type DescribeWorkspacesOutput struct {

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return.
    NextToken *string `min:"1" type:"string"`

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

func (DescribeWorkspacesOutput) GoString

func (s DescribeWorkspacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkspacesOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*DescribeWorkspacesOutput) SetWorkspaces

func (s *DescribeWorkspacesOutput) SetWorkspaces(v []*Workspace) *DescribeWorkspacesOutput

SetWorkspaces sets the Workspaces field's value.

func (DescribeWorkspacesOutput) String

func (s DescribeWorkspacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateConnectionAliasInput

type DisassociateConnectionAliasInput struct {

    // The identifier of the connection alias to disassociate.
    //
    // AliasId is a required field
    AliasId *string `min:"13" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisassociateConnectionAliasInput) GoString

func (s DisassociateConnectionAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateConnectionAliasInput) SetAliasId

func (s *DisassociateConnectionAliasInput) SetAliasId(v string) *DisassociateConnectionAliasInput

SetAliasId sets the AliasId field's value.

func (DisassociateConnectionAliasInput) String

func (s DisassociateConnectionAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateConnectionAliasInput) Validate

func (s *DisassociateConnectionAliasInput) Validate() error

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

type DisassociateConnectionAliasOutput

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

func (DisassociateConnectionAliasOutput) GoString

func (s DisassociateConnectionAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisassociateConnectionAliasOutput) String

func (s DisassociateConnectionAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateIpGroupsInput

type DisassociateIpGroupsInput struct {

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

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

func (DisassociateIpGroupsInput) GoString

func (s DisassociateIpGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateIpGroupsInput) SetDirectoryId

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

SetDirectoryId sets the DirectoryId field's value.

func (*DisassociateIpGroupsInput) SetGroupIds

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

SetGroupIds sets the GroupIds field's value.

func (DisassociateIpGroupsInput) String

func (s DisassociateIpGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateIpGroupsInput) Validate

func (s *DisassociateIpGroupsInput) Validate() error

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

type DisassociateIpGroupsOutput

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

func (DisassociateIpGroupsOutput) GoString

func (s DisassociateIpGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisassociateIpGroupsOutput) String

func (s DisassociateIpGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateWorkspaceApplicationInput

type DisassociateWorkspaceApplicationInput struct {

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

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

func (DisassociateWorkspaceApplicationInput) GoString

func (s DisassociateWorkspaceApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateWorkspaceApplicationInput) SetApplicationId

func (s *DisassociateWorkspaceApplicationInput) SetApplicationId(v string) *DisassociateWorkspaceApplicationInput

SetApplicationId sets the ApplicationId field's value.

func (*DisassociateWorkspaceApplicationInput) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (DisassociateWorkspaceApplicationInput) String

func (s DisassociateWorkspaceApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateWorkspaceApplicationInput) Validate

func (s *DisassociateWorkspaceApplicationInput) Validate() error

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

type DisassociateWorkspaceApplicationOutput

type DisassociateWorkspaceApplicationOutput struct {

    // Information about the targeted association.
    Association *WorkspaceResourceAssociation `type:"structure"`
    // contains filtered or unexported fields
}

func (DisassociateWorkspaceApplicationOutput) GoString

func (s DisassociateWorkspaceApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateWorkspaceApplicationOutput) SetAssociation

func (s *DisassociateWorkspaceApplicationOutput) SetAssociation(v *WorkspaceResourceAssociation) *DisassociateWorkspaceApplicationOutput

SetAssociation sets the Association field's value.

func (DisassociateWorkspaceApplicationOutput) String

func (s DisassociateWorkspaceApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ErrorDetails

type ErrorDetails struct {

    // Indicates the error code returned.
    ErrorCode *string `type:"string" enum:"WorkspaceImageErrorDetailCode"`

    // The text of the error message related the error code.
    ErrorMessage *string `type:"string"`
    // contains filtered or unexported fields
}

Describes in-depth details about the error. These details include the possible causes of the error and troubleshooting information.

func (ErrorDetails) GoString

func (s ErrorDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ErrorDetails) SetErrorCode

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

SetErrorCode sets the ErrorCode field's value.

func (*ErrorDetails) SetErrorMessage

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

SetErrorMessage sets the ErrorMessage field's value.

func (ErrorDetails) String

func (s ErrorDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FailedCreateStandbyWorkspacesRequest

type FailedCreateStandbyWorkspacesRequest struct {

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

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

    // Information about the standby WorkSpace that could not be created.
    StandbyWorkspaceRequest *StandbyWorkspace `type:"structure"`
    // contains filtered or unexported fields
}

Describes the standby WorkSpace that could not be created.

func (FailedCreateStandbyWorkspacesRequest) GoString

func (s FailedCreateStandbyWorkspacesRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FailedCreateStandbyWorkspacesRequest) SetErrorCode

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

SetErrorCode sets the ErrorCode field's value.

func (*FailedCreateStandbyWorkspacesRequest) SetErrorMessage

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

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedCreateStandbyWorkspacesRequest) SetStandbyWorkspaceRequest

func (s *FailedCreateStandbyWorkspacesRequest) SetStandbyWorkspaceRequest(v *StandbyWorkspace) *FailedCreateStandbyWorkspacesRequest

SetStandbyWorkspaceRequest sets the StandbyWorkspaceRequest field's value.

func (FailedCreateStandbyWorkspacesRequest) String

func (s FailedCreateStandbyWorkspacesRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FailedCreateWorkspaceRequest

type FailedCreateWorkspaceRequest struct {

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

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

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

Describes a WorkSpace that cannot be created.

func (FailedCreateWorkspaceRequest) GoString

func (s FailedCreateWorkspaceRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FailedCreateWorkspaceRequest) SetErrorCode

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

SetErrorCode sets the ErrorCode field's value.

func (*FailedCreateWorkspaceRequest) SetErrorMessage

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

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedCreateWorkspaceRequest) SetWorkspaceRequest

func (s *FailedCreateWorkspaceRequest) SetWorkspaceRequest(v *WorkspaceRequest) *FailedCreateWorkspaceRequest

SetWorkspaceRequest sets the WorkspaceRequest field's value.

func (FailedCreateWorkspaceRequest) String

func (s FailedCreateWorkspaceRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FailedWorkspaceChangeRequest

type FailedWorkspaceChangeRequest struct {

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

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

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

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

func (FailedWorkspaceChangeRequest) GoString

func (s FailedWorkspaceChangeRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FailedWorkspaceChangeRequest) SetErrorCode

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

SetErrorCode sets the ErrorCode field's value.

func (*FailedWorkspaceChangeRequest) SetErrorMessage

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

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedWorkspaceChangeRequest) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (FailedWorkspaceChangeRequest) String

func (s FailedWorkspaceChangeRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImagePermission

type ImagePermission struct {

    // The identifier of the Amazon Web Services account that an image has been
    // shared with.
    SharedAccountId *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the Amazon Web Services accounts that have been granted permission to use a shared image. For more information about sharing images, see Share or Unshare a Custom WorkSpaces Image (https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html).

func (ImagePermission) GoString

func (s ImagePermission) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImagePermission) SetSharedAccountId

func (s *ImagePermission) SetSharedAccountId(v string) *ImagePermission

SetSharedAccountId sets the SharedAccountId field's value.

func (ImagePermission) String

func (s ImagePermission) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImageResourceAssociation

type ImageResourceAssociation struct {

    // The identifier of the associated resource.
    AssociatedResourceId *string `min:"1" type:"string"`

    // The resource type of the associated resources.
    AssociatedResourceType *string `type:"string" enum:"ImageAssociatedResourceType"`

    // The time the association is created.
    Created *time.Time `type:"timestamp"`

    // The identifier of the image.
    ImageId *string `type:"string"`

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

    // The status of the image resource association.
    State *string `type:"string" enum:"AssociationState"`

    // The reason the association deployment failed.
    StateReason *AssociationStateReason `type:"structure"`
    // contains filtered or unexported fields
}

Describes the association between an application and an image resource.

func (ImageResourceAssociation) GoString

func (s ImageResourceAssociation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageResourceAssociation) SetAssociatedResourceId

func (s *ImageResourceAssociation) SetAssociatedResourceId(v string) *ImageResourceAssociation

SetAssociatedResourceId sets the AssociatedResourceId field's value.

func (*ImageResourceAssociation) SetAssociatedResourceType

func (s *ImageResourceAssociation) SetAssociatedResourceType(v string) *ImageResourceAssociation

SetAssociatedResourceType sets the AssociatedResourceType field's value.

func (*ImageResourceAssociation) SetCreated

func (s *ImageResourceAssociation) SetCreated(v time.Time) *ImageResourceAssociation

SetCreated sets the Created field's value.

func (*ImageResourceAssociation) SetImageId

func (s *ImageResourceAssociation) SetImageId(v string) *ImageResourceAssociation

SetImageId sets the ImageId field's value.

func (*ImageResourceAssociation) SetLastUpdatedTime

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

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*ImageResourceAssociation) SetState

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

SetState sets the State field's value.

func (*ImageResourceAssociation) SetStateReason

func (s *ImageResourceAssociation) SetStateReason(v *AssociationStateReason) *ImageResourceAssociation

SetStateReason sets the StateReason field's value.

func (ImageResourceAssociation) String

func (s ImageResourceAssociation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImportClientBrandingInput

type ImportClientBrandingInput struct {

    // The branding information to import for Android devices.
    DeviceTypeAndroid *DefaultImportClientBrandingAttributes `type:"structure"`

    // The branding information to import for iOS devices.
    DeviceTypeIos *IosImportClientBrandingAttributes `type:"structure"`

    // The branding information to import for Linux devices.
    DeviceTypeLinux *DefaultImportClientBrandingAttributes `type:"structure"`

    // The branding information to import for macOS devices.
    DeviceTypeOsx *DefaultImportClientBrandingAttributes `type:"structure"`

    // The branding information to import for web access.
    DeviceTypeWeb *DefaultImportClientBrandingAttributes `type:"structure"`

    // The branding information to import for Windows devices.
    DeviceTypeWindows *DefaultImportClientBrandingAttributes `type:"structure"`

    // The directory identifier of the WorkSpace for which you want to import client
    // branding.
    //
    // ResourceId is a required field
    ResourceId *string `min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ImportClientBrandingInput) GoString

func (s ImportClientBrandingInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportClientBrandingInput) SetDeviceTypeAndroid

func (s *ImportClientBrandingInput) SetDeviceTypeAndroid(v *DefaultImportClientBrandingAttributes) *ImportClientBrandingInput

SetDeviceTypeAndroid sets the DeviceTypeAndroid field's value.

func (*ImportClientBrandingInput) SetDeviceTypeIos

func (s *ImportClientBrandingInput) SetDeviceTypeIos(v *IosImportClientBrandingAttributes) *ImportClientBrandingInput

SetDeviceTypeIos sets the DeviceTypeIos field's value.

func (*ImportClientBrandingInput) SetDeviceTypeLinux

func (s *ImportClientBrandingInput) SetDeviceTypeLinux(v *DefaultImportClientBrandingAttributes) *ImportClientBrandingInput

SetDeviceTypeLinux sets the DeviceTypeLinux field's value.

func (*ImportClientBrandingInput) SetDeviceTypeOsx

func (s *ImportClientBrandingInput) SetDeviceTypeOsx(v *DefaultImportClientBrandingAttributes) *ImportClientBrandingInput

SetDeviceTypeOsx sets the DeviceTypeOsx field's value.

func (*ImportClientBrandingInput) SetDeviceTypeWeb

func (s *ImportClientBrandingInput) SetDeviceTypeWeb(v *DefaultImportClientBrandingAttributes) *ImportClientBrandingInput

SetDeviceTypeWeb sets the DeviceTypeWeb field's value.

func (*ImportClientBrandingInput) SetDeviceTypeWindows

func (s *ImportClientBrandingInput) SetDeviceTypeWindows(v *DefaultImportClientBrandingAttributes) *ImportClientBrandingInput

SetDeviceTypeWindows sets the DeviceTypeWindows field's value.

func (*ImportClientBrandingInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (ImportClientBrandingInput) String

func (s ImportClientBrandingInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportClientBrandingInput) Validate

func (s *ImportClientBrandingInput) Validate() error

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

type ImportClientBrandingOutput

type ImportClientBrandingOutput struct {

    // The branding information configured for Android devices.
    DeviceTypeAndroid *DefaultClientBrandingAttributes `type:"structure"`

    // The branding information configured for iOS devices.
    DeviceTypeIos *IosClientBrandingAttributes `type:"structure"`

    // The branding information configured for Linux devices.
    DeviceTypeLinux *DefaultClientBrandingAttributes `type:"structure"`

    // The branding information configured for macOS devices.
    DeviceTypeOsx *DefaultClientBrandingAttributes `type:"structure"`

    // The branding information configured for web access.
    DeviceTypeWeb *DefaultClientBrandingAttributes `type:"structure"`

    // The branding information configured for Windows devices.
    DeviceTypeWindows *DefaultClientBrandingAttributes `type:"structure"`
    // contains filtered or unexported fields
}

func (ImportClientBrandingOutput) GoString

func (s ImportClientBrandingOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportClientBrandingOutput) SetDeviceTypeAndroid

func (s *ImportClientBrandingOutput) SetDeviceTypeAndroid(v *DefaultClientBrandingAttributes) *ImportClientBrandingOutput

SetDeviceTypeAndroid sets the DeviceTypeAndroid field's value.

func (*ImportClientBrandingOutput) SetDeviceTypeIos

func (s *ImportClientBrandingOutput) SetDeviceTypeIos(v *IosClientBrandingAttributes) *ImportClientBrandingOutput

SetDeviceTypeIos sets the DeviceTypeIos field's value.

func (*ImportClientBrandingOutput) SetDeviceTypeLinux

func (s *ImportClientBrandingOutput) SetDeviceTypeLinux(v *DefaultClientBrandingAttributes) *ImportClientBrandingOutput

SetDeviceTypeLinux sets the DeviceTypeLinux field's value.

func (*ImportClientBrandingOutput) SetDeviceTypeOsx

func (s *ImportClientBrandingOutput) SetDeviceTypeOsx(v *DefaultClientBrandingAttributes) *ImportClientBrandingOutput

SetDeviceTypeOsx sets the DeviceTypeOsx field's value.

func (*ImportClientBrandingOutput) SetDeviceTypeWeb

func (s *ImportClientBrandingOutput) SetDeviceTypeWeb(v *DefaultClientBrandingAttributes) *ImportClientBrandingOutput

SetDeviceTypeWeb sets the DeviceTypeWeb field's value.

func (*ImportClientBrandingOutput) SetDeviceTypeWindows

func (s *ImportClientBrandingOutput) SetDeviceTypeWindows(v *DefaultClientBrandingAttributes) *ImportClientBrandingOutput

SetDeviceTypeWindows sets the DeviceTypeWindows field's value.

func (ImportClientBrandingOutput) String

func (s ImportClientBrandingOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImportWorkspaceImageInput

type ImportWorkspaceImageInput struct {

    // If specified, the version of Microsoft Office to subscribe to. Valid only
    // for Windows 10 and 11 BYOL images. For more information about subscribing
    // to Office for BYOL images, see Bring Your Own Windows Desktop Licenses (https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html).
    //
    //    * Although this parameter is an array, only one item is allowed at this
    //    time.
    //
    //    * Windows 11 only supports Microsoft_Office_2019.
    Applications []*string `min:"1" type:"list" enum:"Application"`

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

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

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

    // The ingestion process to be used when importing the image, depending on which
    // protocol you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces
    // Streaming Protocol (WSP), or bring your own protocol (BYOP). To use WSP,
    // specify a value that ends in _WSP. To use PCoIP, specify a value that does
    // not end in _WSP. To use BYOP, specify a value that ends in _BYOP.
    //
    // For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro),
    // specify BYOL_REGULAR, BYOL_REGULAR_WSP, or BYOL_REGULAR_BYOP, depending on
    // the protocol.
    //
    // The BYOL_REGULAR_BYOP and BYOL_GRAPHICS_G4DN_BYOP values are only supported
    // by Amazon WorkSpaces Core. Contact your account team to be allow-listed to
    // use these values. For more information, see Amazon WorkSpaces Core (http://aws.amazon.com/workspaces/core/).
    //
    // IngestionProcess is a required field
    IngestionProcess *string `type:"string" required:"true" enum:"WorkspaceImageIngestionProcess"`

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

func (ImportWorkspaceImageInput) GoString

func (s ImportWorkspaceImageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportWorkspaceImageInput) SetApplications

func (s *ImportWorkspaceImageInput) SetApplications(v []*string) *ImportWorkspaceImageInput

SetApplications sets the Applications field's value.

func (*ImportWorkspaceImageInput) SetEc2ImageId

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

SetEc2ImageId sets the Ec2ImageId field's value.

func (*ImportWorkspaceImageInput) SetImageDescription

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

SetImageDescription sets the ImageDescription field's value.

func (*ImportWorkspaceImageInput) SetImageName

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

SetImageName sets the ImageName field's value.

func (*ImportWorkspaceImageInput) SetIngestionProcess

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

SetIngestionProcess sets the IngestionProcess field's value.

func (*ImportWorkspaceImageInput) SetTags

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

SetTags sets the Tags field's value.

func (ImportWorkspaceImageInput) String

func (s ImportWorkspaceImageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportWorkspaceImageInput) Validate

func (s *ImportWorkspaceImageInput) Validate() error

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

type ImportWorkspaceImageOutput

type ImportWorkspaceImageOutput struct {

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

func (ImportWorkspaceImageOutput) GoString

func (s ImportWorkspaceImageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportWorkspaceImageOutput) SetImageId

func (s *ImportWorkspaceImageOutput) SetImageId(v string) *ImportWorkspaceImageOutput

SetImageId sets the ImageId field's value.

func (ImportWorkspaceImageOutput) String

func (s ImportWorkspaceImageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IncompatibleApplicationsException

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

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

The specified application is not compatible with the resource.

func (*IncompatibleApplicationsException) Code

func (s *IncompatibleApplicationsException) Code() string

Code returns the exception type name.

func (*IncompatibleApplicationsException) Error

func (s *IncompatibleApplicationsException) Error() string

func (IncompatibleApplicationsException) GoString

func (s IncompatibleApplicationsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IncompatibleApplicationsException) Message

func (s *IncompatibleApplicationsException) Message() string

Message returns the exception's message.

func (*IncompatibleApplicationsException) OrigErr

func (s *IncompatibleApplicationsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*IncompatibleApplicationsException) RequestID

func (s *IncompatibleApplicationsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*IncompatibleApplicationsException) StatusCode

func (s *IncompatibleApplicationsException) StatusCode() int

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

func (IncompatibleApplicationsException) String

func (s IncompatibleApplicationsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidParameterValuesException

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

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

One or more parameter values are not valid.

func (*InvalidParameterValuesException) Code

func (s *InvalidParameterValuesException) Code() string

Code returns the exception type name.

func (*InvalidParameterValuesException) Error

func (s *InvalidParameterValuesException) Error() string

func (InvalidParameterValuesException) GoString

func (s InvalidParameterValuesException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidParameterValuesException) Message

func (s *InvalidParameterValuesException) Message() string

Message returns the exception's message.

func (*InvalidParameterValuesException) OrigErr

func (s *InvalidParameterValuesException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidParameterValuesException) RequestID

func (s *InvalidParameterValuesException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidParameterValuesException) StatusCode

func (s *InvalidParameterValuesException) StatusCode() int

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

func (InvalidParameterValuesException) String

func (s InvalidParameterValuesException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidResourceStateException

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

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

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

func (*InvalidResourceStateException) Code

func (s *InvalidResourceStateException) Code() string

Code returns the exception type name.

func (*InvalidResourceStateException) Error

func (s *InvalidResourceStateException) Error() string

func (InvalidResourceStateException) GoString

func (s InvalidResourceStateException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidResourceStateException) Message

func (s *InvalidResourceStateException) Message() string

Message returns the exception's message.

func (*InvalidResourceStateException) OrigErr

func (s *InvalidResourceStateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidResourceStateException) RequestID

func (s *InvalidResourceStateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidResourceStateException) StatusCode

func (s *InvalidResourceStateException) StatusCode() int

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

func (InvalidResourceStateException) String

func (s InvalidResourceStateException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IosClientBrandingAttributes

type IosClientBrandingAttributes struct {

    // The forgotten password link. This is the web address that users can go to
    // if they forget the password for their WorkSpace.
    ForgotPasswordLink *string `min:"1" type:"string"`

    // The login message. Specified as a key value pair, in which the key is a locale
    // and the value is the localized message for that locale. The only key supported
    // is en_US. The HTML tags supported include the following: a, b, blockquote,
    // br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike,
    // strong, sub, sup, u, ul.
    LoginMessage map[string]*string `type:"map"`

    // The @2x version of the logo. This is the higher resolution display that offers
    // a scale factor of 2.0 (or @2x). The only image format accepted is a binary
    // data object that is converted from a .png file.
    //
    // For more information about iOS image size and resolution, see Image Size
    // and Resolution (https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/)
    // in the Apple Human Interface Guidelines.
    Logo2xUrl *string `min:"1" type:"string"`

    // The @3x version of the logo. This is the higher resolution display that offers
    // a scale factor of 3.0 (or @3x).The only image format accepted is a binary
    // data object that is converted from a .png file.
    //
    // For more information about iOS image size and resolution, see Image Size
    // and Resolution (https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/)
    // in the Apple Human Interface Guidelines.
    Logo3xUrl *string `min:"1" type:"string"`

    // The logo. This is the standard-resolution display that has a 1:1 pixel density
    // (or @1x), where one pixel is equal to one point. The only image format accepted
    // is a binary data object that is converted from a .png file.
    LogoUrl *string `min:"1" type:"string"`

    // The support email. The company's customer support email address.
    //
    //    * In each platform type, the SupportEmail and SupportLink parameters are
    //    mutually exclusive. You can specify one parameter for each platform type,
    //    but not both.
    //
    //    * The default email is workspaces-feedback@amazon.com.
    SupportEmail *string `min:"6" type:"string"`

    // The support link. The link for the company's customer support page for their
    // WorkSpace.
    //
    //    * In each platform type, the SupportEmail and SupportLink parameters are
    //    mutually exclusive. You can specify one parameter for each platform type,
    //    but not both.
    //
    //    * The default support link is workspaces-feedback@amazon.com.
    SupportLink *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The client branding attributes for iOS device types. These attributes are displayed on the iOS client login screen only.

Client branding attributes are public facing. Ensure you do not include sensitive information.

func (IosClientBrandingAttributes) GoString

func (s IosClientBrandingAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (s *IosClientBrandingAttributes) SetForgotPasswordLink(v string) *IosClientBrandingAttributes

SetForgotPasswordLink sets the ForgotPasswordLink field's value.

func (*IosClientBrandingAttributes) SetLoginMessage

func (s *IosClientBrandingAttributes) SetLoginMessage(v map[string]*string) *IosClientBrandingAttributes

SetLoginMessage sets the LoginMessage field's value.

func (*IosClientBrandingAttributes) SetLogo2xUrl

func (s *IosClientBrandingAttributes) SetLogo2xUrl(v string) *IosClientBrandingAttributes

SetLogo2xUrl sets the Logo2xUrl field's value.

func (*IosClientBrandingAttributes) SetLogo3xUrl

func (s *IosClientBrandingAttributes) SetLogo3xUrl(v string) *IosClientBrandingAttributes

SetLogo3xUrl sets the Logo3xUrl field's value.

func (*IosClientBrandingAttributes) SetLogoUrl

func (s *IosClientBrandingAttributes) SetLogoUrl(v string) *IosClientBrandingAttributes

SetLogoUrl sets the LogoUrl field's value.

func (*IosClientBrandingAttributes) SetSupportEmail

func (s *IosClientBrandingAttributes) SetSupportEmail(v string) *IosClientBrandingAttributes

SetSupportEmail sets the SupportEmail field's value.

func (s *IosClientBrandingAttributes) SetSupportLink(v string) *IosClientBrandingAttributes

SetSupportLink sets the SupportLink field's value.

func (IosClientBrandingAttributes) String

func (s IosClientBrandingAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IosImportClientBrandingAttributes

type IosImportClientBrandingAttributes struct {

    // The forgotten password link. This is the web address that users can go to
    // if they forget the password for their WorkSpace.
    ForgotPasswordLink *string `min:"1" type:"string"`

    // The login message. Specified as a key value pair, in which the key is a locale
    // and the value is the localized message for that locale. The only key supported
    // is en_US. The HTML tags supported include the following: a, b, blockquote,
    // br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike,
    // strong, sub, sup, u, ul.
    LoginMessage map[string]*string `type:"map"`

    // The logo. This is the standard-resolution display that has a 1:1 pixel density
    // (or @1x), where one pixel is equal to one point. The only image format accepted
    // is a binary data object that is converted from a .png file.
    // Logo is automatically base64 encoded/decoded by the SDK.
    Logo []byte `min:"1" type:"blob"`

    // The @2x version of the logo. This is the higher resolution display that offers
    // a scale factor of 2.0 (or @2x). The only image format accepted is a binary
    // data object that is converted from a .png file.
    //
    // For more information about iOS image size and resolution, see Image Size
    // and Resolution (https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/)
    // in the Apple Human Interface Guidelines.
    // Logo2x is automatically base64 encoded/decoded by the SDK.
    Logo2x []byte `min:"1" type:"blob"`

    // The @3x version of the logo. This is the higher resolution display that offers
    // a scale factor of 3.0 (or @3x). The only image format accepted is a binary
    // data object that is converted from a .png file.
    //
    // For more information about iOS image size and resolution, see Image Size
    // and Resolution (https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/)
    // in the Apple Human Interface Guidelines.
    // Logo3x is automatically base64 encoded/decoded by the SDK.
    Logo3x []byte `min:"1" type:"blob"`

    // The support email. The company's customer support email address.
    //
    //    * In each platform type, the SupportEmail and SupportLink parameters are
    //    mutually exclusive. You can specify one parameter for each platform type,
    //    but not both.
    //
    //    * The default email is workspaces-feedback@amazon.com.
    SupportEmail *string `min:"6" type:"string"`

    // The support link. The link for the company's customer support page for their
    // WorkSpace.
    //
    //    * In each platform type, the SupportEmail and SupportLink parameters are
    //    mutually exclusive. You can specify one parameter for each platform type,
    //    but not both.
    //
    //    * The default support link is workspaces-feedback@amazon.com.
    SupportLink *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The client branding attributes to import for iOS device types. These attributes are displayed on the iOS client login screen.

Client branding attributes are public facing. Ensure you do not include sensitive information.

func (IosImportClientBrandingAttributes) GoString

func (s IosImportClientBrandingAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (s *IosImportClientBrandingAttributes) SetForgotPasswordLink(v string) *IosImportClientBrandingAttributes

SetForgotPasswordLink sets the ForgotPasswordLink field's value.

func (*IosImportClientBrandingAttributes) SetLoginMessage

func (s *IosImportClientBrandingAttributes) SetLoginMessage(v map[string]*string) *IosImportClientBrandingAttributes

SetLoginMessage sets the LoginMessage field's value.

func (s *IosImportClientBrandingAttributes) SetLogo(v []byte) *IosImportClientBrandingAttributes

SetLogo sets the Logo field's value.

func (*IosImportClientBrandingAttributes) SetLogo2x

func (s *IosImportClientBrandingAttributes) SetLogo2x(v []byte) *IosImportClientBrandingAttributes

SetLogo2x sets the Logo2x field's value.

func (*IosImportClientBrandingAttributes) SetLogo3x

func (s *IosImportClientBrandingAttributes) SetLogo3x(v []byte) *IosImportClientBrandingAttributes

SetLogo3x sets the Logo3x field's value.

func (*IosImportClientBrandingAttributes) SetSupportEmail

func (s *IosImportClientBrandingAttributes) SetSupportEmail(v string) *IosImportClientBrandingAttributes

SetSupportEmail sets the SupportEmail field's value.

func (s *IosImportClientBrandingAttributes) SetSupportLink(v string) *IosImportClientBrandingAttributes

SetSupportLink sets the SupportLink field's value.

func (IosImportClientBrandingAttributes) String

func (s IosImportClientBrandingAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IosImportClientBrandingAttributes) Validate

func (s *IosImportClientBrandingAttributes) Validate() error

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

type IpGroup

type IpGroup struct {

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

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

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

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

Describes an IP access control group.

func (IpGroup) GoString

func (s IpGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IpGroup) SetGroupDesc

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

SetGroupDesc sets the GroupDesc field's value.

func (*IpGroup) SetGroupId

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

SetGroupId sets the GroupId field's value.

func (*IpGroup) SetGroupName

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

SetGroupName sets the GroupName field's value.

func (*IpGroup) SetUserRules

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

SetUserRules sets the UserRules field's value.

func (IpGroup) String

func (s IpGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IpRuleItem

type IpRuleItem struct {

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

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

Describes a rule for an IP access control group.

func (IpRuleItem) GoString

func (s IpRuleItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IpRuleItem) SetIpRule

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

SetIpRule sets the IpRule field's value.

func (*IpRuleItem) SetRuleDesc

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

SetRuleDesc sets the RuleDesc field's value.

func (IpRuleItem) String

func (s IpRuleItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAvailableManagementCidrRangesInput

type ListAvailableManagementCidrRangesInput struct {

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

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

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

func (ListAvailableManagementCidrRangesInput) GoString

func (s ListAvailableManagementCidrRangesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAvailableManagementCidrRangesInput) SetManagementCidrRangeConstraint

func (s *ListAvailableManagementCidrRangesInput) SetManagementCidrRangeConstraint(v string) *ListAvailableManagementCidrRangesInput

SetManagementCidrRangeConstraint sets the ManagementCidrRangeConstraint field's value.

func (*ListAvailableManagementCidrRangesInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*ListAvailableManagementCidrRangesInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (ListAvailableManagementCidrRangesInput) String

func (s ListAvailableManagementCidrRangesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAvailableManagementCidrRangesInput) Validate

func (s *ListAvailableManagementCidrRangesInput) Validate() error

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

type ListAvailableManagementCidrRangesOutput

type ListAvailableManagementCidrRangesOutput struct {

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

    // The token to use to retrieve the next page of results. This value is null
    // when there are no more results to return.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAvailableManagementCidrRangesOutput) GoString

func (s ListAvailableManagementCidrRangesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAvailableManagementCidrRangesOutput) SetManagementCidrRanges

func (s *ListAvailableManagementCidrRangesOutput) SetManagementCidrRanges(v []*string) *ListAvailableManagementCidrRangesOutput

SetManagementCidrRanges sets the ManagementCidrRanges field's value.

func (*ListAvailableManagementCidrRangesOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (ListAvailableManagementCidrRangesOutput) String

func (s ListAvailableManagementCidrRangesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MigrateWorkspaceInput

type MigrateWorkspaceInput struct {

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

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

func (MigrateWorkspaceInput) GoString

func (s MigrateWorkspaceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MigrateWorkspaceInput) SetBundleId

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

SetBundleId sets the BundleId field's value.

func (*MigrateWorkspaceInput) SetSourceWorkspaceId

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

SetSourceWorkspaceId sets the SourceWorkspaceId field's value.

func (MigrateWorkspaceInput) String

func (s MigrateWorkspaceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MigrateWorkspaceInput) Validate

func (s *MigrateWorkspaceInput) Validate() error

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

type MigrateWorkspaceOutput

type MigrateWorkspaceOutput struct {

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

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

func (MigrateWorkspaceOutput) GoString

func (s MigrateWorkspaceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MigrateWorkspaceOutput) SetSourceWorkspaceId

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

SetSourceWorkspaceId sets the SourceWorkspaceId field's value.

func (*MigrateWorkspaceOutput) SetTargetWorkspaceId

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

SetTargetWorkspaceId sets the TargetWorkspaceId field's value.

func (MigrateWorkspaceOutput) String

func (s MigrateWorkspaceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModificationState

type ModificationState struct {

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

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

Describes a WorkSpace modification.

func (ModificationState) GoString

func (s ModificationState) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModificationState) SetResource

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

SetResource sets the Resource field's value.

func (*ModificationState) SetState

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

SetState sets the State field's value.

func (ModificationState) String

func (s ModificationState) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModifyAccountInput

type ModifyAccountInput struct {

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

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

func (ModifyAccountInput) GoString

func (s ModifyAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyAccountInput) SetDedicatedTenancyManagementCidrRange

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

SetDedicatedTenancyManagementCidrRange sets the DedicatedTenancyManagementCidrRange field's value.

func (*ModifyAccountInput) SetDedicatedTenancySupport

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

SetDedicatedTenancySupport sets the DedicatedTenancySupport field's value.

func (ModifyAccountInput) String

func (s ModifyAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModifyAccountOutput

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

func (ModifyAccountOutput) GoString

func (s ModifyAccountOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ModifyAccountOutput) String

func (s ModifyAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModifyCertificateBasedAuthPropertiesInput

type ModifyCertificateBasedAuthPropertiesInput struct {

    // The properties of the certificate-based authentication.
    CertificateBasedAuthProperties *CertificateBasedAuthProperties `type:"structure"`

    // The properties of the certificate-based authentication you want to delete.
    PropertiesToDelete []*string `type:"list" enum:"DeletableCertificateBasedAuthProperty"`

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

func (ModifyCertificateBasedAuthPropertiesInput) GoString

func (s ModifyCertificateBasedAuthPropertiesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyCertificateBasedAuthPropertiesInput) SetCertificateBasedAuthProperties

func (s *ModifyCertificateBasedAuthPropertiesInput) SetCertificateBasedAuthProperties(v *CertificateBasedAuthProperties) *ModifyCertificateBasedAuthPropertiesInput

SetCertificateBasedAuthProperties sets the CertificateBasedAuthProperties field's value.

func (*ModifyCertificateBasedAuthPropertiesInput) SetPropertiesToDelete

func (s *ModifyCertificateBasedAuthPropertiesInput) SetPropertiesToDelete(v []*string) *ModifyCertificateBasedAuthPropertiesInput

SetPropertiesToDelete sets the PropertiesToDelete field's value.

func (*ModifyCertificateBasedAuthPropertiesInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (ModifyCertificateBasedAuthPropertiesInput) String

func (s ModifyCertificateBasedAuthPropertiesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyCertificateBasedAuthPropertiesInput) Validate

func (s *ModifyCertificateBasedAuthPropertiesInput) Validate() error

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

type ModifyCertificateBasedAuthPropertiesOutput

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

func (ModifyCertificateBasedAuthPropertiesOutput) GoString

func (s ModifyCertificateBasedAuthPropertiesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ModifyCertificateBasedAuthPropertiesOutput) String

func (s ModifyCertificateBasedAuthPropertiesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModifyClientPropertiesInput

type ModifyClientPropertiesInput struct {

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

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

func (ModifyClientPropertiesInput) GoString

func (s ModifyClientPropertiesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyClientPropertiesInput) SetClientProperties

func (s *ModifyClientPropertiesInput) SetClientProperties(v *ClientProperties) *ModifyClientPropertiesInput

SetClientProperties sets the ClientProperties field's value.

func (*ModifyClientPropertiesInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (ModifyClientPropertiesInput) String

func (s ModifyClientPropertiesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyClientPropertiesInput) Validate

func (s *ModifyClientPropertiesInput) Validate() error

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

type ModifyClientPropertiesOutput

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

func (ModifyClientPropertiesOutput) GoString

func (s ModifyClientPropertiesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ModifyClientPropertiesOutput) String

func (s ModifyClientPropertiesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModifySamlPropertiesInput

type ModifySamlPropertiesInput struct {

    // The SAML properties to delete as part of your request.
    //
    // Specify one of the following options:
    //
    //    * SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.
    //
    //    * SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state
    //    parameter name.
    PropertiesToDelete []*string `type:"list" enum:"DeletableSamlProperty"`

    // The directory identifier for which you want to configure SAML properties.
    //
    // ResourceId is a required field
    ResourceId *string `min:"10" type:"string" required:"true"`

    // The properties for configuring SAML 2.0 authentication.
    SamlProperties *SamlProperties `type:"structure"`
    // contains filtered or unexported fields
}

func (ModifySamlPropertiesInput) GoString

func (s ModifySamlPropertiesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifySamlPropertiesInput) SetPropertiesToDelete

func (s *ModifySamlPropertiesInput) SetPropertiesToDelete(v []*string) *ModifySamlPropertiesInput

SetPropertiesToDelete sets the PropertiesToDelete field's value.

func (*ModifySamlPropertiesInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*ModifySamlPropertiesInput) SetSamlProperties

func (s *ModifySamlPropertiesInput) SetSamlProperties(v *SamlProperties) *ModifySamlPropertiesInput

SetSamlProperties sets the SamlProperties field's value.

func (ModifySamlPropertiesInput) String

func (s ModifySamlPropertiesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifySamlPropertiesInput) Validate

func (s *ModifySamlPropertiesInput) Validate() error

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

type ModifySamlPropertiesOutput

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

func (ModifySamlPropertiesOutput) GoString

func (s ModifySamlPropertiesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ModifySamlPropertiesOutput) String

func (s ModifySamlPropertiesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModifySelfservicePermissionsInput

type ModifySelfservicePermissionsInput struct {

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

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

func (ModifySelfservicePermissionsInput) GoString

func (s ModifySelfservicePermissionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifySelfservicePermissionsInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*ModifySelfservicePermissionsInput) SetSelfservicePermissions

func (s *ModifySelfservicePermissionsInput) SetSelfservicePermissions(v *SelfservicePermissions) *ModifySelfservicePermissionsInput

SetSelfservicePermissions sets the SelfservicePermissions field's value.

func (ModifySelfservicePermissionsInput) String

func (s ModifySelfservicePermissionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifySelfservicePermissionsInput) Validate

func (s *ModifySelfservicePermissionsInput) Validate() error

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

type ModifySelfservicePermissionsOutput

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

func (ModifySelfservicePermissionsOutput) GoString

func (s ModifySelfservicePermissionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ModifySelfservicePermissionsOutput) String

func (s ModifySelfservicePermissionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModifyWorkspaceAccessPropertiesInput

type ModifyWorkspaceAccessPropertiesInput struct {

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

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

func (ModifyWorkspaceAccessPropertiesInput) GoString

func (s ModifyWorkspaceAccessPropertiesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyWorkspaceAccessPropertiesInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*ModifyWorkspaceAccessPropertiesInput) SetWorkspaceAccessProperties

func (s *ModifyWorkspaceAccessPropertiesInput) SetWorkspaceAccessProperties(v *WorkspaceAccessProperties) *ModifyWorkspaceAccessPropertiesInput

SetWorkspaceAccessProperties sets the WorkspaceAccessProperties field's value.

func (ModifyWorkspaceAccessPropertiesInput) String

func (s ModifyWorkspaceAccessPropertiesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyWorkspaceAccessPropertiesInput) Validate

func (s *ModifyWorkspaceAccessPropertiesInput) Validate() error

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

type ModifyWorkspaceAccessPropertiesOutput

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

func (ModifyWorkspaceAccessPropertiesOutput) GoString

func (s ModifyWorkspaceAccessPropertiesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ModifyWorkspaceAccessPropertiesOutput) String

func (s ModifyWorkspaceAccessPropertiesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModifyWorkspaceCreationPropertiesInput

type ModifyWorkspaceCreationPropertiesInput struct {

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

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

func (ModifyWorkspaceCreationPropertiesInput) GoString

func (s ModifyWorkspaceCreationPropertiesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyWorkspaceCreationPropertiesInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*ModifyWorkspaceCreationPropertiesInput) SetWorkspaceCreationProperties

func (s *ModifyWorkspaceCreationPropertiesInput) SetWorkspaceCreationProperties(v *WorkspaceCreationProperties) *ModifyWorkspaceCreationPropertiesInput

SetWorkspaceCreationProperties sets the WorkspaceCreationProperties field's value.

func (ModifyWorkspaceCreationPropertiesInput) String

func (s ModifyWorkspaceCreationPropertiesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyWorkspaceCreationPropertiesInput) Validate

func (s *ModifyWorkspaceCreationPropertiesInput) Validate() error

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

type ModifyWorkspaceCreationPropertiesOutput

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

func (ModifyWorkspaceCreationPropertiesOutput) GoString

func (s ModifyWorkspaceCreationPropertiesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ModifyWorkspaceCreationPropertiesOutput) String

func (s ModifyWorkspaceCreationPropertiesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModifyWorkspacePropertiesInput

type ModifyWorkspacePropertiesInput struct {

    // Indicates the data replication status.
    DataReplication *string `type:"string" enum:"DataReplication"`

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

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

func (ModifyWorkspacePropertiesInput) GoString

func (s ModifyWorkspacePropertiesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyWorkspacePropertiesInput) SetDataReplication

func (s *ModifyWorkspacePropertiesInput) SetDataReplication(v string) *ModifyWorkspacePropertiesInput

SetDataReplication sets the DataReplication field's value.

func (*ModifyWorkspacePropertiesInput) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (*ModifyWorkspacePropertiesInput) SetWorkspaceProperties

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

SetWorkspaceProperties sets the WorkspaceProperties field's value.

func (ModifyWorkspacePropertiesInput) String

func (s ModifyWorkspacePropertiesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyWorkspacePropertiesInput) Validate

func (s *ModifyWorkspacePropertiesInput) Validate() error

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

type ModifyWorkspacePropertiesOutput

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

func (ModifyWorkspacePropertiesOutput) GoString

func (s ModifyWorkspacePropertiesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ModifyWorkspacePropertiesOutput) String

func (s ModifyWorkspacePropertiesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModifyWorkspaceStateInput

type ModifyWorkspaceStateInput struct {

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

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

func (ModifyWorkspaceStateInput) GoString

func (s ModifyWorkspaceStateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyWorkspaceStateInput) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (*ModifyWorkspaceStateInput) SetWorkspaceState

func (s *ModifyWorkspaceStateInput) SetWorkspaceState(v string) *ModifyWorkspaceStateInput

SetWorkspaceState sets the WorkspaceState field's value.

func (ModifyWorkspaceStateInput) String

func (s ModifyWorkspaceStateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyWorkspaceStateInput) Validate

func (s *ModifyWorkspaceStateInput) Validate() error

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

type ModifyWorkspaceStateOutput

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

func (ModifyWorkspaceStateOutput) GoString

func (s ModifyWorkspaceStateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ModifyWorkspaceStateOutput) String

func (s ModifyWorkspaceStateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OperatingSystem

type OperatingSystem struct {

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

The operating system that the image is running.

func (OperatingSystem) GoString

func (s OperatingSystem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OperatingSystem) SetType

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

SetType sets the Type field's value.

func (OperatingSystem) String

func (s OperatingSystem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OperatingSystemNotCompatibleException

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

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

The operating system of the WorkSpace is not compatible with the application.

func (*OperatingSystemNotCompatibleException) Code

func (s *OperatingSystemNotCompatibleException) Code() string

Code returns the exception type name.

func (*OperatingSystemNotCompatibleException) Error

func (s *OperatingSystemNotCompatibleException) Error() string

func (OperatingSystemNotCompatibleException) GoString

func (s OperatingSystemNotCompatibleException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OperatingSystemNotCompatibleException) Message

func (s *OperatingSystemNotCompatibleException) Message() string

Message returns the exception's message.

func (*OperatingSystemNotCompatibleException) OrigErr

func (s *OperatingSystemNotCompatibleException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OperatingSystemNotCompatibleException) RequestID

func (s *OperatingSystemNotCompatibleException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OperatingSystemNotCompatibleException) StatusCode

func (s *OperatingSystemNotCompatibleException) StatusCode() int

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

func (OperatingSystemNotCompatibleException) String

func (s OperatingSystemNotCompatibleException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OperationInProgressException

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

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

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

func (*OperationInProgressException) Code

func (s *OperationInProgressException) Code() string

Code returns the exception type name.

func (*OperationInProgressException) Error

func (s *OperationInProgressException) Error() string

func (OperationInProgressException) GoString

func (s OperationInProgressException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OperationInProgressException) Message

func (s *OperationInProgressException) Message() string

Message returns the exception's message.

func (*OperationInProgressException) OrigErr

func (s *OperationInProgressException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OperationInProgressException) RequestID

func (s *OperationInProgressException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OperationInProgressException) StatusCode

func (s *OperationInProgressException) StatusCode() int

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

func (OperationInProgressException) String

func (s OperationInProgressException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OperationNotSupportedException

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

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

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

This operation is not supported.

func (*OperationNotSupportedException) Code

func (s *OperationNotSupportedException) Code() string

Code returns the exception type name.

func (*OperationNotSupportedException) Error

func (s *OperationNotSupportedException) Error() string

func (OperationNotSupportedException) GoString

func (s OperationNotSupportedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OperationNotSupportedException) Message

func (s *OperationNotSupportedException) Message() string

Message returns the exception's message.

func (*OperationNotSupportedException) OrigErr

func (s *OperationNotSupportedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OperationNotSupportedException) RequestID

func (s *OperationNotSupportedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OperationNotSupportedException) StatusCode

func (s *OperationNotSupportedException) StatusCode() int

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

func (OperationNotSupportedException) String

func (s OperationNotSupportedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PendingCreateStandbyWorkspacesRequest

type PendingCreateStandbyWorkspacesRequest struct {

    // The identifier of the directory for the standby WorkSpace.
    DirectoryId *string `min:"10" type:"string"`

    // The operational state of the standby WorkSpace.
    State *string `type:"string" enum:"WorkspaceState"`

    // Describes the standby WorkSpace that was created.
    //
    // Because this operation is asynchronous, the identifier returned is not immediately
    // available for use with other operations. For example, if you call DescribeWorkspaces
    // (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html)
    // before the WorkSpace is created, the information returned can be incomplete.
    UserName *string `min:"1" type:"string"`

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

Information about the standby WorkSpace.

func (PendingCreateStandbyWorkspacesRequest) GoString

func (s PendingCreateStandbyWorkspacesRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PendingCreateStandbyWorkspacesRequest) SetDirectoryId

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

SetDirectoryId sets the DirectoryId field's value.

func (*PendingCreateStandbyWorkspacesRequest) SetState

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

SetState sets the State field's value.

func (*PendingCreateStandbyWorkspacesRequest) SetUserName

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

SetUserName sets the UserName field's value.

func (*PendingCreateStandbyWorkspacesRequest) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (PendingCreateStandbyWorkspacesRequest) String

func (s PendingCreateStandbyWorkspacesRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RebootRequest

type RebootRequest struct {

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

Describes the information used to reboot a WorkSpace.

func (RebootRequest) GoString

func (s RebootRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebootRequest) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (RebootRequest) String

func (s RebootRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebootRequest) Validate

func (s *RebootRequest) Validate() error

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

type RebootWorkspacesInput

type RebootWorkspacesInput struct {

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

func (RebootWorkspacesInput) GoString

func (s RebootWorkspacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebootWorkspacesInput) SetRebootWorkspaceRequests

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

SetRebootWorkspaceRequests sets the RebootWorkspaceRequests field's value.

func (RebootWorkspacesInput) String

func (s RebootWorkspacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebootWorkspacesInput) Validate

func (s *RebootWorkspacesInput) Validate() error

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

type RebootWorkspacesOutput

type RebootWorkspacesOutput struct {

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

func (RebootWorkspacesOutput) GoString

func (s RebootWorkspacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebootWorkspacesOutput) SetFailedRequests

func (s *RebootWorkspacesOutput) SetFailedRequests(v []*FailedWorkspaceChangeRequest) *RebootWorkspacesOutput

SetFailedRequests sets the FailedRequests field's value.

func (RebootWorkspacesOutput) String

func (s RebootWorkspacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RebuildRequest

type RebuildRequest struct {

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

Describes the information used to rebuild a WorkSpace.

func (RebuildRequest) GoString

func (s RebuildRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebuildRequest) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (RebuildRequest) String

func (s RebuildRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebuildRequest) Validate

func (s *RebuildRequest) Validate() error

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

type RebuildWorkspacesInput

type RebuildWorkspacesInput struct {

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

func (RebuildWorkspacesInput) GoString

func (s RebuildWorkspacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebuildWorkspacesInput) SetRebuildWorkspaceRequests

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

SetRebuildWorkspaceRequests sets the RebuildWorkspaceRequests field's value.

func (RebuildWorkspacesInput) String

func (s RebuildWorkspacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebuildWorkspacesInput) Validate

func (s *RebuildWorkspacesInput) Validate() error

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

type RebuildWorkspacesOutput

type RebuildWorkspacesOutput struct {

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

func (RebuildWorkspacesOutput) GoString

func (s RebuildWorkspacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebuildWorkspacesOutput) SetFailedRequests

func (s *RebuildWorkspacesOutput) SetFailedRequests(v []*FailedWorkspaceChangeRequest) *RebuildWorkspacesOutput

SetFailedRequests sets the FailedRequests field's value.

func (RebuildWorkspacesOutput) String

func (s RebuildWorkspacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisterWorkspaceDirectoryInput

type RegisterWorkspaceDirectoryInput struct {

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

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

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

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

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

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

func (RegisterWorkspaceDirectoryInput) GoString

func (s RegisterWorkspaceDirectoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterWorkspaceDirectoryInput) SetDirectoryId

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

SetDirectoryId sets the DirectoryId field's value.

func (*RegisterWorkspaceDirectoryInput) SetEnableSelfService

func (s *RegisterWorkspaceDirectoryInput) SetEnableSelfService(v bool) *RegisterWorkspaceDirectoryInput

SetEnableSelfService sets the EnableSelfService field's value.

func (*RegisterWorkspaceDirectoryInput) SetEnableWorkDocs

func (s *RegisterWorkspaceDirectoryInput) SetEnableWorkDocs(v bool) *RegisterWorkspaceDirectoryInput

SetEnableWorkDocs sets the EnableWorkDocs field's value.

func (*RegisterWorkspaceDirectoryInput) SetSubnetIds

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

SetSubnetIds sets the SubnetIds field's value.

func (*RegisterWorkspaceDirectoryInput) SetTags

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

SetTags sets the Tags field's value.

func (*RegisterWorkspaceDirectoryInput) SetTenancy

func (s *RegisterWorkspaceDirectoryInput) SetTenancy(v string) *RegisterWorkspaceDirectoryInput

SetTenancy sets the Tenancy field's value.

func (RegisterWorkspaceDirectoryInput) String

func (s RegisterWorkspaceDirectoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterWorkspaceDirectoryInput) Validate

func (s *RegisterWorkspaceDirectoryInput) Validate() error

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

type RegisterWorkspaceDirectoryOutput

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

func (RegisterWorkspaceDirectoryOutput) GoString

func (s RegisterWorkspaceDirectoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RegisterWorkspaceDirectoryOutput) String

func (s RegisterWorkspaceDirectoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RelatedWorkspaceProperties

type RelatedWorkspaceProperties struct {

    // The Region of the related WorkSpace.
    Region *string `min:"1" type:"string"`

    // Indicates the state of the WorkSpace.
    State *string `type:"string" enum:"WorkspaceState"`

    // Indicates the type of WorkSpace.
    Type *string `type:"string" enum:"StandbyWorkspaceRelationshipType"`

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

Describes the related WorkSpace. The related WorkSpace could be a standby WorkSpace or primary WorkSpace related to the specified WorkSpace.

func (RelatedWorkspaceProperties) GoString

func (s RelatedWorkspaceProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RelatedWorkspaceProperties) SetRegion

func (s *RelatedWorkspaceProperties) SetRegion(v string) *RelatedWorkspaceProperties

SetRegion sets the Region field's value.

func (*RelatedWorkspaceProperties) SetState

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

SetState sets the State field's value.

func (*RelatedWorkspaceProperties) SetType

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

SetType sets the Type field's value.

func (*RelatedWorkspaceProperties) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (RelatedWorkspaceProperties) String

func (s RelatedWorkspaceProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceAlreadyExistsException

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

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

The specified resource already exists.

func (*ResourceAlreadyExistsException) Code

func (s *ResourceAlreadyExistsException) Code() string

Code returns the exception type name.

func (*ResourceAlreadyExistsException) Error

func (s *ResourceAlreadyExistsException) Error() string

func (ResourceAlreadyExistsException) GoString

func (s ResourceAlreadyExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceAlreadyExistsException) Message

func (s *ResourceAlreadyExistsException) Message() string

Message returns the exception's message.

func (*ResourceAlreadyExistsException) OrigErr

func (s *ResourceAlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceAlreadyExistsException) RequestID

func (s *ResourceAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceAlreadyExistsException) StatusCode

func (s *ResourceAlreadyExistsException) StatusCode() int

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

func (ResourceAlreadyExistsException) String

func (s ResourceAlreadyExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceAssociatedException

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

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

The resource is associated with a directory.

func (*ResourceAssociatedException) Code

func (s *ResourceAssociatedException) Code() string

Code returns the exception type name.

func (*ResourceAssociatedException) Error

func (s *ResourceAssociatedException) Error() string

func (ResourceAssociatedException) GoString

func (s ResourceAssociatedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceAssociatedException) Message

func (s *ResourceAssociatedException) Message() string

Message returns the exception's message.

func (*ResourceAssociatedException) OrigErr

func (s *ResourceAssociatedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceAssociatedException) RequestID

func (s *ResourceAssociatedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceAssociatedException) StatusCode

func (s *ResourceAssociatedException) StatusCode() int

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

func (ResourceAssociatedException) String

func (s ResourceAssociatedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceCreationFailedException

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

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

The resource could not be created.

func (*ResourceCreationFailedException) Code

func (s *ResourceCreationFailedException) Code() string

Code returns the exception type name.

func (*ResourceCreationFailedException) Error

func (s *ResourceCreationFailedException) Error() string

func (ResourceCreationFailedException) GoString

func (s ResourceCreationFailedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceCreationFailedException) Message

func (s *ResourceCreationFailedException) Message() string

Message returns the exception's message.

func (*ResourceCreationFailedException) OrigErr

func (s *ResourceCreationFailedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceCreationFailedException) RequestID

func (s *ResourceCreationFailedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceCreationFailedException) StatusCode

func (s *ResourceCreationFailedException) StatusCode() int

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

func (ResourceCreationFailedException) String

func (s ResourceCreationFailedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceInUseException

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

    Message_ *string `locationName:"message" type:"string"`

    // The ID of the resource that is in use.
    ResourceId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The specified resource is currently in use.

func (*ResourceInUseException) Code

func (s *ResourceInUseException) Code() string

Code returns the exception type name.

func (*ResourceInUseException) Error

func (s *ResourceInUseException) Error() string

func (ResourceInUseException) GoString

func (s ResourceInUseException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceInUseException) Message

func (s *ResourceInUseException) Message() string

Message returns the exception's message.

func (*ResourceInUseException) OrigErr

func (s *ResourceInUseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceInUseException) RequestID

func (s *ResourceInUseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceInUseException) StatusCode

func (s *ResourceInUseException) StatusCode() int

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

func (ResourceInUseException) String

func (s ResourceInUseException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceLimitExceededException

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

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

Your resource limits have been exceeded.

func (*ResourceLimitExceededException) Code

func (s *ResourceLimitExceededException) Code() string

Code returns the exception type name.

func (*ResourceLimitExceededException) Error

func (s *ResourceLimitExceededException) Error() string

func (ResourceLimitExceededException) GoString

func (s ResourceLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceLimitExceededException) Message

func (s *ResourceLimitExceededException) Message() string

Message returns the exception's message.

func (*ResourceLimitExceededException) OrigErr

func (s *ResourceLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceLimitExceededException) RequestID

func (s *ResourceLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceLimitExceededException) StatusCode

func (s *ResourceLimitExceededException) StatusCode() int

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

func (ResourceLimitExceededException) String

func (s ResourceLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

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

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

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

The resource could not be found.

func (*ResourceNotFoundException) Code

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

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

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceUnavailableException

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

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

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

The specified resource is not available.

func (*ResourceUnavailableException) Code

func (s *ResourceUnavailableException) Code() string

Code returns the exception type name.

func (*ResourceUnavailableException) Error

func (s *ResourceUnavailableException) Error() string

func (ResourceUnavailableException) GoString

func (s ResourceUnavailableException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceUnavailableException) Message

func (s *ResourceUnavailableException) Message() string

Message returns the exception's message.

func (*ResourceUnavailableException) OrigErr

func (s *ResourceUnavailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceUnavailableException) RequestID

func (s *ResourceUnavailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceUnavailableException) StatusCode

func (s *ResourceUnavailableException) StatusCode() int

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

func (ResourceUnavailableException) String

func (s ResourceUnavailableException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreWorkspaceInput

type RestoreWorkspaceInput struct {

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

func (RestoreWorkspaceInput) GoString

func (s RestoreWorkspaceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreWorkspaceInput) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (RestoreWorkspaceInput) String

func (s RestoreWorkspaceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreWorkspaceInput) Validate

func (s *RestoreWorkspaceInput) Validate() error

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

type RestoreWorkspaceOutput

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

func (RestoreWorkspaceOutput) GoString

func (s RestoreWorkspaceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RestoreWorkspaceOutput) String

func (s RestoreWorkspaceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RevokeIpRulesInput

type RevokeIpRulesInput struct {

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

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

func (RevokeIpRulesInput) GoString

func (s RevokeIpRulesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RevokeIpRulesInput) SetGroupId

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

SetGroupId sets the GroupId field's value.

func (*RevokeIpRulesInput) SetUserRules

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

SetUserRules sets the UserRules field's value.

func (RevokeIpRulesInput) String

func (s RevokeIpRulesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RevokeIpRulesInput) Validate

func (s *RevokeIpRulesInput) Validate() error

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

type RevokeIpRulesOutput

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

func (RevokeIpRulesOutput) GoString

func (s RevokeIpRulesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RevokeIpRulesOutput) String

func (s RevokeIpRulesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RootStorage

type RootStorage struct {

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

Describes the root volume for a WorkSpace bundle.

func (RootStorage) GoString

func (s RootStorage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RootStorage) SetCapacity

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

SetCapacity sets the Capacity field's value.

func (RootStorage) String

func (s RootStorage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RootStorage) Validate

func (s *RootStorage) Validate() error

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

type SamlProperties

type SamlProperties struct {

    // The relay state parameter name supported by the SAML 2.0 identity provider
    // (IdP). When the end user is redirected to the user access URL from the WorkSpaces
    // client application, this relay state parameter name is appended as a query
    // parameter to the URL along with the relay state endpoint to return the user
    // to the client application session.
    //
    // To use SAML 2.0 authentication with WorkSpaces, the IdP must support IdP-initiated
    // deep linking for the relay state URL. Consult your IdP documentation for
    // more information.
    RelayStateParameterName *string `min:"1" type:"string"`

    // Indicates the status of SAML 2.0 authentication. These statuses include the
    // following.
    //
    //    * If the setting is DISABLED, end users will be directed to login with
    //    their directory credentials.
    //
    //    * If the setting is ENABLED, end users will be directed to login via the
    //    user access URL. Users attempting to connect to WorkSpaces from a client
    //    application that does not support SAML 2.0 authentication will not be
    //    able to connect.
    //
    //    * If the setting is ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK, end users will
    //    be directed to login via the user access URL on supported client applications,
    //    but will not prevent clients that do not support SAML 2.0 authentication
    //    from connecting as if SAML 2.0 authentication was disabled.
    Status *string `type:"string" enum:"SamlStatusEnum"`

    // The SAML 2.0 identity provider (IdP) user access URL is the URL a user would
    // navigate to in their web browser in order to federate from the IdP and directly
    // access the application, without any SAML 2.0 service provider (SP) bindings.
    UserAccessUrl *string `min:"8" type:"string"`
    // contains filtered or unexported fields
}

Describes the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.

func (SamlProperties) GoString

func (s SamlProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SamlProperties) SetRelayStateParameterName

func (s *SamlProperties) SetRelayStateParameterName(v string) *SamlProperties

SetRelayStateParameterName sets the RelayStateParameterName field's value.

func (*SamlProperties) SetStatus

func (s *SamlProperties) SetStatus(v string) *SamlProperties

SetStatus sets the Status field's value.

func (*SamlProperties) SetUserAccessUrl

func (s *SamlProperties) SetUserAccessUrl(v string) *SamlProperties

SetUserAccessUrl sets the UserAccessUrl field's value.

func (SamlProperties) String

func (s SamlProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SamlProperties) Validate

func (s *SamlProperties) Validate() error

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

type SelfservicePermissions

type SelfservicePermissions struct {

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

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

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

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

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

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

func (SelfservicePermissions) GoString

func (s SelfservicePermissions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SelfservicePermissions) SetChangeComputeType

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

SetChangeComputeType sets the ChangeComputeType field's value.

func (*SelfservicePermissions) SetIncreaseVolumeSize

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

SetIncreaseVolumeSize sets the IncreaseVolumeSize field's value.

func (*SelfservicePermissions) SetRebuildWorkspace

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

SetRebuildWorkspace sets the RebuildWorkspace field's value.

func (*SelfservicePermissions) SetRestartWorkspace

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

SetRestartWorkspace sets the RestartWorkspace field's value.

func (*SelfservicePermissions) SetSwitchRunningMode

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

SetSwitchRunningMode sets the SwitchRunningMode field's value.

func (SelfservicePermissions) String

func (s SelfservicePermissions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Snapshot

type Snapshot struct {

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

Describes a snapshot.

func (Snapshot) GoString

func (s Snapshot) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Snapshot) SetSnapshotTime

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

SetSnapshotTime sets the SnapshotTime field's value.

func (Snapshot) String

func (s Snapshot) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StandbyWorkspace

type StandbyWorkspace struct {

    // Indicates whether data replication is enabled, and if enabled, the type of
    // data replication.
    DataReplication *string `type:"string" enum:"DataReplication"`

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

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

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

    // The volume encryption key of the standby WorkSpace.
    VolumeEncryptionKey *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a standby WorkSpace.

func (StandbyWorkspace) GoString

func (s StandbyWorkspace) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StandbyWorkspace) SetDataReplication

func (s *StandbyWorkspace) SetDataReplication(v string) *StandbyWorkspace

SetDataReplication sets the DataReplication field's value.

func (*StandbyWorkspace) SetDirectoryId

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

SetDirectoryId sets the DirectoryId field's value.

func (*StandbyWorkspace) SetPrimaryWorkspaceId

func (s *StandbyWorkspace) SetPrimaryWorkspaceId(v string) *StandbyWorkspace

SetPrimaryWorkspaceId sets the PrimaryWorkspaceId field's value.

func (*StandbyWorkspace) SetTags

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

SetTags sets the Tags field's value.

func (*StandbyWorkspace) SetVolumeEncryptionKey

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

SetVolumeEncryptionKey sets the VolumeEncryptionKey field's value.

func (StandbyWorkspace) String

func (s StandbyWorkspace) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StandbyWorkspace) Validate

func (s *StandbyWorkspace) Validate() error

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

type StandbyWorkspacesProperties

type StandbyWorkspacesProperties struct {

    // Indicates whether data replication is enabled, and if enabled, the type of
    // data replication.
    DataReplication *string `type:"string" enum:"DataReplication"`

    // The date and time at which the last successful snapshot was taken of the
    // primary WorkSpace used for replicating data.
    RecoverySnapshotTime *time.Time `type:"timestamp"`

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

Describes the properties of the related standby WorkSpaces.

func (StandbyWorkspacesProperties) GoString

func (s StandbyWorkspacesProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StandbyWorkspacesProperties) SetDataReplication

func (s *StandbyWorkspacesProperties) SetDataReplication(v string) *StandbyWorkspacesProperties

SetDataReplication sets the DataReplication field's value.

func (*StandbyWorkspacesProperties) SetRecoverySnapshotTime

func (s *StandbyWorkspacesProperties) SetRecoverySnapshotTime(v time.Time) *StandbyWorkspacesProperties

SetRecoverySnapshotTime sets the RecoverySnapshotTime field's value.

func (*StandbyWorkspacesProperties) SetStandbyWorkspaceId

func (s *StandbyWorkspacesProperties) SetStandbyWorkspaceId(v string) *StandbyWorkspacesProperties

SetStandbyWorkspaceId sets the StandbyWorkspaceId field's value.

func (StandbyWorkspacesProperties) String

func (s StandbyWorkspacesProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartRequest

type StartRequest struct {

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

Information used to start a WorkSpace.

func (StartRequest) GoString

func (s StartRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartRequest) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (StartRequest) String

func (s StartRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartWorkspacesInput

type StartWorkspacesInput struct {

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

func (StartWorkspacesInput) GoString

func (s StartWorkspacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartWorkspacesInput) SetStartWorkspaceRequests

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

SetStartWorkspaceRequests sets the StartWorkspaceRequests field's value.

func (StartWorkspacesInput) String

func (s StartWorkspacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartWorkspacesInput) Validate

func (s *StartWorkspacesInput) Validate() error

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

type StartWorkspacesOutput

type StartWorkspacesOutput struct {

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

func (StartWorkspacesOutput) GoString

func (s StartWorkspacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartWorkspacesOutput) SetFailedRequests

func (s *StartWorkspacesOutput) SetFailedRequests(v []*FailedWorkspaceChangeRequest) *StartWorkspacesOutput

SetFailedRequests sets the FailedRequests field's value.

func (StartWorkspacesOutput) String

func (s StartWorkspacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopRequest

type StopRequest struct {

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

Describes the information used to stop a WorkSpace.

func (StopRequest) GoString

func (s StopRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopRequest) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (StopRequest) String

func (s StopRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopWorkspacesInput

type StopWorkspacesInput struct {

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

func (StopWorkspacesInput) GoString

func (s StopWorkspacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopWorkspacesInput) SetStopWorkspaceRequests

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

SetStopWorkspaceRequests sets the StopWorkspaceRequests field's value.

func (StopWorkspacesInput) String

func (s StopWorkspacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopWorkspacesInput) Validate

func (s *StopWorkspacesInput) Validate() error

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

type StopWorkspacesOutput

type StopWorkspacesOutput struct {

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

func (StopWorkspacesOutput) GoString

func (s StopWorkspacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopWorkspacesOutput) SetFailedRequests

func (s *StopWorkspacesOutput) SetFailedRequests(v []*FailedWorkspaceChangeRequest) *StopWorkspacesOutput

SetFailedRequests sets the FailedRequests field's value.

func (StopWorkspacesOutput) String

func (s StopWorkspacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Tag

type Tag struct {

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

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

Describes a tag.

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

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

SetKey sets the Key field's value.

func (*Tag) SetValue

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

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

func (s *Tag) Validate() error

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

type TerminateRequest

type TerminateRequest struct {

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

Describes the information used to terminate a WorkSpace.

func (TerminateRequest) GoString

func (s TerminateRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateRequest) SetWorkspaceId

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

SetWorkspaceId sets the WorkspaceId field's value.

func (TerminateRequest) String

func (s TerminateRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateRequest) Validate

func (s *TerminateRequest) Validate() error

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

type TerminateWorkspacesInput

type TerminateWorkspacesInput struct {

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

func (TerminateWorkspacesInput) GoString

func (s TerminateWorkspacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateWorkspacesInput) SetTerminateWorkspaceRequests

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

SetTerminateWorkspaceRequests sets the TerminateWorkspaceRequests field's value.

func (TerminateWorkspacesInput) String

func (s TerminateWorkspacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateWorkspacesInput) Validate

func (s *TerminateWorkspacesInput) Validate() error

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

type TerminateWorkspacesOutput

type TerminateWorkspacesOutput struct {

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

func (TerminateWorkspacesOutput) GoString

func (s TerminateWorkspacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateWorkspacesOutput) SetFailedRequests

func (s *TerminateWorkspacesOutput) SetFailedRequests(v []*FailedWorkspaceChangeRequest) *TerminateWorkspacesOutput

SetFailedRequests sets the FailedRequests field's value.

func (TerminateWorkspacesOutput) String

func (s TerminateWorkspacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedNetworkConfigurationException

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

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

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

func (*UnsupportedNetworkConfigurationException) Code

func (s *UnsupportedNetworkConfigurationException) Code() string

Code returns the exception type name.

func (*UnsupportedNetworkConfigurationException) Error

func (s *UnsupportedNetworkConfigurationException) Error() string

func (UnsupportedNetworkConfigurationException) GoString

func (s UnsupportedNetworkConfigurationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedNetworkConfigurationException) Message

func (s *UnsupportedNetworkConfigurationException) Message() string

Message returns the exception's message.

func (*UnsupportedNetworkConfigurationException) OrigErr

func (s *UnsupportedNetworkConfigurationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedNetworkConfigurationException) RequestID

func (s *UnsupportedNetworkConfigurationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedNetworkConfigurationException) StatusCode

func (s *UnsupportedNetworkConfigurationException) StatusCode() int

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

func (UnsupportedNetworkConfigurationException) String

func (s UnsupportedNetworkConfigurationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedWorkspaceConfigurationException

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

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

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

func (*UnsupportedWorkspaceConfigurationException) Code

func (s *UnsupportedWorkspaceConfigurationException) Code() string

Code returns the exception type name.

func (*UnsupportedWorkspaceConfigurationException) Error

func (s *UnsupportedWorkspaceConfigurationException) Error() string

func (UnsupportedWorkspaceConfigurationException) GoString

func (s UnsupportedWorkspaceConfigurationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedWorkspaceConfigurationException) Message

func (s *UnsupportedWorkspaceConfigurationException) Message() string

Message returns the exception's message.

func (*UnsupportedWorkspaceConfigurationException) OrigErr

func (s *UnsupportedWorkspaceConfigurationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedWorkspaceConfigurationException) RequestID

func (s *UnsupportedWorkspaceConfigurationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedWorkspaceConfigurationException) StatusCode

func (s *UnsupportedWorkspaceConfigurationException) StatusCode() int

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

func (UnsupportedWorkspaceConfigurationException) String

func (s UnsupportedWorkspaceConfigurationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateConnectClientAddInInput

type UpdateConnectClientAddInInput struct {

    // The identifier of the client add-in to update.
    //
    // AddInId is a required field
    AddInId *string `min:"36" type:"string" required:"true"`

    // The name of the client add-in.
    Name *string `min:"1" type:"string"`

    // The directory identifier for which the client add-in is configured.
    //
    // ResourceId is a required field
    ResourceId *string `min:"10" type:"string" required:"true"`

    // The endpoint URL of the Amazon Connect client add-in.
    URL *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateConnectClientAddInInput) GoString

func (s UpdateConnectClientAddInInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateConnectClientAddInInput) SetAddInId

func (s *UpdateConnectClientAddInInput) SetAddInId(v string) *UpdateConnectClientAddInInput

SetAddInId sets the AddInId field's value.

func (*UpdateConnectClientAddInInput) SetName

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

SetName sets the Name field's value.

func (*UpdateConnectClientAddInInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*UpdateConnectClientAddInInput) SetURL

func (s *UpdateConnectClientAddInInput) SetURL(v string) *UpdateConnectClientAddInInput

SetURL sets the URL field's value.

func (UpdateConnectClientAddInInput) String

func (s UpdateConnectClientAddInInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateConnectClientAddInInput) Validate

func (s *UpdateConnectClientAddInInput) Validate() error

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

type UpdateConnectClientAddInOutput

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

func (UpdateConnectClientAddInOutput) GoString

func (s UpdateConnectClientAddInOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateConnectClientAddInOutput) String

func (s UpdateConnectClientAddInOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateConnectionAliasPermissionInput

type UpdateConnectionAliasPermissionInput struct {

    // The identifier of the connection alias that you want to update permissions
    // for.
    //
    // AliasId is a required field
    AliasId *string `min:"13" type:"string" required:"true"`

    // Indicates whether to share or unshare the connection alias with the specified
    // Amazon Web Services account.
    //
    // ConnectionAliasPermission is a required field
    ConnectionAliasPermission *ConnectionAliasPermission `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateConnectionAliasPermissionInput) GoString

func (s UpdateConnectionAliasPermissionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateConnectionAliasPermissionInput) SetAliasId

func (s *UpdateConnectionAliasPermissionInput) SetAliasId(v string) *UpdateConnectionAliasPermissionInput

SetAliasId sets the AliasId field's value.

func (*UpdateConnectionAliasPermissionInput) SetConnectionAliasPermission

func (s *UpdateConnectionAliasPermissionInput) SetConnectionAliasPermission(v *ConnectionAliasPermission) *UpdateConnectionAliasPermissionInput

SetConnectionAliasPermission sets the ConnectionAliasPermission field's value.

func (UpdateConnectionAliasPermissionInput) String

func (s UpdateConnectionAliasPermissionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateConnectionAliasPermissionInput) Validate

func (s *UpdateConnectionAliasPermissionInput) Validate() error

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

type UpdateConnectionAliasPermissionOutput

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

func (UpdateConnectionAliasPermissionOutput) GoString

func (s UpdateConnectionAliasPermissionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateConnectionAliasPermissionOutput) String

func (s UpdateConnectionAliasPermissionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateResult

type UpdateResult struct {

    // A description of whether updates for the WorkSpace image are pending or available.
    Description *string `min:"1" type:"string"`

    // Indicates whether updated drivers or other components are available for the
    // specified WorkSpace image.
    UpdateAvailable *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Describes whether a WorkSpace image needs to be updated with the latest drivers and other components required by Amazon WorkSpaces.

Only Windows 10 WorkSpace images can be programmatically updated at this time.

func (UpdateResult) GoString

func (s UpdateResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateResult) SetDescription

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

SetDescription sets the Description field's value.

func (*UpdateResult) SetUpdateAvailable

func (s *UpdateResult) SetUpdateAvailable(v bool) *UpdateResult

SetUpdateAvailable sets the UpdateAvailable field's value.

func (UpdateResult) String

func (s UpdateResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateRulesOfIpGroupInput

type UpdateRulesOfIpGroupInput struct {

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

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

func (UpdateRulesOfIpGroupInput) GoString

func (s UpdateRulesOfIpGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRulesOfIpGroupInput) SetGroupId

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

SetGroupId sets the GroupId field's value.

func (*UpdateRulesOfIpGroupInput) SetUserRules

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

SetUserRules sets the UserRules field's value.

func (UpdateRulesOfIpGroupInput) String

func (s UpdateRulesOfIpGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRulesOfIpGroupInput) Validate

func (s *UpdateRulesOfIpGroupInput) Validate() error

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

type UpdateRulesOfIpGroupOutput

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

func (UpdateRulesOfIpGroupOutput) GoString

func (s UpdateRulesOfIpGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateRulesOfIpGroupOutput) String

func (s UpdateRulesOfIpGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateWorkspaceBundleInput

type UpdateWorkspaceBundleInput struct {

    // The identifier of the bundle.
    BundleId *string `type:"string"`

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

func (UpdateWorkspaceBundleInput) GoString

func (s UpdateWorkspaceBundleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateWorkspaceBundleInput) SetBundleId

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

SetBundleId sets the BundleId field's value.

func (*UpdateWorkspaceBundleInput) SetImageId

func (s *UpdateWorkspaceBundleInput) SetImageId(v string) *UpdateWorkspaceBundleInput

SetImageId sets the ImageId field's value.

func (UpdateWorkspaceBundleInput) String

func (s UpdateWorkspaceBundleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateWorkspaceBundleOutput

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

func (UpdateWorkspaceBundleOutput) GoString

func (s UpdateWorkspaceBundleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateWorkspaceBundleOutput) String

func (s UpdateWorkspaceBundleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateWorkspaceImagePermissionInput

type UpdateWorkspaceImagePermissionInput struct {

    // The permission to copy the image. This permission can be revoked only after
    // an image has been shared.
    //
    // AllowCopyImage is a required field
    AllowCopyImage *bool `type:"boolean" required:"true"`

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

    // The identifier of the Amazon Web Services account to share or unshare the
    // image with.
    //
    // Before sharing the image, confirm that you are sharing to the correct Amazon
    // Web Services account ID.
    //
    // SharedAccountId is a required field
    SharedAccountId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateWorkspaceImagePermissionInput) GoString

func (s UpdateWorkspaceImagePermissionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateWorkspaceImagePermissionInput) SetAllowCopyImage

func (s *UpdateWorkspaceImagePermissionInput) SetAllowCopyImage(v bool) *UpdateWorkspaceImagePermissionInput

SetAllowCopyImage sets the AllowCopyImage field's value.

func (*UpdateWorkspaceImagePermissionInput) SetImageId

func (s *UpdateWorkspaceImagePermissionInput) SetImageId(v string) *UpdateWorkspaceImagePermissionInput

SetImageId sets the ImageId field's value.

func (*UpdateWorkspaceImagePermissionInput) SetSharedAccountId

func (s *UpdateWorkspaceImagePermissionInput) SetSharedAccountId(v string) *UpdateWorkspaceImagePermissionInput

SetSharedAccountId sets the SharedAccountId field's value.

func (UpdateWorkspaceImagePermissionInput) String

func (s UpdateWorkspaceImagePermissionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateWorkspaceImagePermissionInput) Validate

func (s *UpdateWorkspaceImagePermissionInput) Validate() error

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

type UpdateWorkspaceImagePermissionOutput

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

func (UpdateWorkspaceImagePermissionOutput) GoString

func (s UpdateWorkspaceImagePermissionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateWorkspaceImagePermissionOutput) String

func (s UpdateWorkspaceImagePermissionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UserStorage

type UserStorage struct {

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

Describes the user volume for a WorkSpace bundle.

func (UserStorage) GoString

func (s UserStorage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UserStorage) SetCapacity

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

SetCapacity sets the Capacity field's value.

func (UserStorage) String

func (s UserStorage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UserStorage) Validate

func (s *UserStorage) Validate() error

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

type WorkSpaceApplication

type WorkSpaceApplication struct {

    // The identifier of the application.
    ApplicationId *string `type:"string"`

    // The time the application is created.
    Created *time.Time `type:"timestamp"`

    // The description of the WorkSpace application.
    Description *string `type:"string"`

    // The license availability for the applications.
    LicenseType *string `type:"string" enum:"WorkSpaceApplicationLicenseType"`

    // The name of the WorkSpace application.
    Name *string `min:"1" type:"string"`

    // The owner of the WorkSpace application.
    Owner *string `type:"string"`

    // The status of WorkSpace application.
    State *string `type:"string" enum:"WorkSpaceApplicationState"`

    // The supported compute types of the WorkSpace application.
    SupportedComputeTypeNames []*string `type:"list" enum:"Compute"`

    // The supported operating systems of the WorkSpace application.
    SupportedOperatingSystemNames []*string `type:"list" enum:"OperatingSystemName"`
    // contains filtered or unexported fields
}

Describes the WorkSpace application.

func (WorkSpaceApplication) GoString

func (s WorkSpaceApplication) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkSpaceApplication) SetApplicationId

func (s *WorkSpaceApplication) SetApplicationId(v string) *WorkSpaceApplication

SetApplicationId sets the ApplicationId field's value.

func (*WorkSpaceApplication) SetCreated

func (s *WorkSpaceApplication) SetCreated(v time.Time) *WorkSpaceApplication

SetCreated sets the Created field's value.

func (*WorkSpaceApplication) SetDescription

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

SetDescription sets the Description field's value.

func (*WorkSpaceApplication) SetLicenseType

func (s *WorkSpaceApplication) SetLicenseType(v string) *WorkSpaceApplication

SetLicenseType sets the LicenseType field's value.

func (*WorkSpaceApplication) SetName

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

SetName sets the Name field's value.

func (*WorkSpaceApplication) SetOwner

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

SetOwner sets the Owner field's value.

func (*WorkSpaceApplication) SetState

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

SetState sets the State field's value.

func (*WorkSpaceApplication) SetSupportedComputeTypeNames

func (s *WorkSpaceApplication) SetSupportedComputeTypeNames(v []*string) *WorkSpaceApplication

SetSupportedComputeTypeNames sets the SupportedComputeTypeNames field's value.

func (*WorkSpaceApplication) SetSupportedOperatingSystemNames

func (s *WorkSpaceApplication) SetSupportedOperatingSystemNames(v []*string) *WorkSpaceApplication

SetSupportedOperatingSystemNames sets the SupportedOperatingSystemNames field's value.

func (WorkSpaceApplication) String

func (s WorkSpaceApplication) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkSpaceApplicationDeployment

type WorkSpaceApplicationDeployment struct {

    // The associations between the applications and the associated resources.
    Associations []*WorkspaceResourceAssociation `type:"list"`
    // contains filtered or unexported fields
}

Describes the WorkSpace application deployment.

func (WorkSpaceApplicationDeployment) GoString

func (s WorkSpaceApplicationDeployment) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkSpaceApplicationDeployment) SetAssociations

func (s *WorkSpaceApplicationDeployment) SetAssociations(v []*WorkspaceResourceAssociation) *WorkSpaceApplicationDeployment

SetAssociations sets the Associations field's value.

func (WorkSpaceApplicationDeployment) String

func (s WorkSpaceApplicationDeployment) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkSpaces

type WorkSpaces struct {
    *client.Client
}

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

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

func New

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

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

Example:

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

// Create a WorkSpaces client from just a session.
svc := workspaces.New(mySession)

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

func (*WorkSpaces) AssociateConnectionAlias

func (c *WorkSpaces) AssociateConnectionAlias(input *AssociateConnectionAliasInput) (*AssociateConnectionAliasOutput, error)

AssociateConnectionAlias API operation for Amazon WorkSpaces.

Associates the specified connection alias with the specified directory to enable cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html).

Before performing this operation, call DescribeConnectionAliases (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeConnectionAliases.html) to make sure that the current state of the connection alias is 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 AssociateConnectionAlias for usage and error information.

Returned Error Types:

  • ResourceAssociatedException The resource is associated with a directory.

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

  • ResourceNotFoundException The resource could not be found.

  • InvalidParameterValuesException One or more parameter values are not valid.

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

  • OperationNotSupportedException This operation is not supported.

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

func (*WorkSpaces) AssociateConnectionAliasRequest

func (c *WorkSpaces) AssociateConnectionAliasRequest(input *AssociateConnectionAliasInput) (req *request.Request, output *AssociateConnectionAliasOutput)

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

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

See AssociateConnectionAlias for more information on using the AssociateConnectionAlias 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 AssociateConnectionAliasRequest method.
req, resp := client.AssociateConnectionAliasRequest(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/AssociateConnectionAlias

func (*WorkSpaces) AssociateConnectionAliasWithContext

func (c *WorkSpaces) AssociateConnectionAliasWithContext(ctx aws.Context, input *AssociateConnectionAliasInput, opts ...request.Option) (*AssociateConnectionAliasOutput, error)

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

See AssociateConnectionAlias 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) AssociateIpGroups

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

AssociateIpGroups API operation for Amazon WorkSpaces.

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

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

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

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceLimitExceededException Your resource limits have been exceeded.

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

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

  • OperationNotSupportedException This operation is not supported.

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

func (*WorkSpaces) AssociateIpGroupsRequest

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

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

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

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

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

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

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

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

func (*WorkSpaces) AssociateIpGroupsWithContext

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

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

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

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

func (*WorkSpaces) AssociateWorkspaceApplication

func (c *WorkSpaces) AssociateWorkspaceApplication(input *AssociateWorkspaceApplicationInput) (*AssociateWorkspaceApplicationOutput, error)

AssociateWorkspaceApplication API operation for Amazon WorkSpaces.

Associates the specified application to 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 AssociateWorkspaceApplication for usage and error information.

Returned Error Types:

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

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceAlreadyExistsException The specified resource already exists.

  • ResourceInUseException The specified resource is currently in use.

  • ResourceNotFoundException The resource could not be found.

  • ComputeNotCompatibleException The compute type of the WorkSpace is not compatible with the application.

  • OperatingSystemNotCompatibleException The operating system of the WorkSpace is not compatible with the application.

  • ApplicationNotSupportedException The specified application is not supported.

  • IncompatibleApplicationsException The specified application is not compatible with the resource.

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

func (*WorkSpaces) AssociateWorkspaceApplicationRequest

func (c *WorkSpaces) AssociateWorkspaceApplicationRequest(input *AssociateWorkspaceApplicationInput) (req *request.Request, output *AssociateWorkspaceApplicationOutput)

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

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

See AssociateWorkspaceApplication for more information on using the AssociateWorkspaceApplication 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 AssociateWorkspaceApplicationRequest method.
req, resp := client.AssociateWorkspaceApplicationRequest(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/AssociateWorkspaceApplication

func (*WorkSpaces) AssociateWorkspaceApplicationWithContext

func (c *WorkSpaces) AssociateWorkspaceApplicationWithContext(ctx aws.Context, input *AssociateWorkspaceApplicationInput, opts ...request.Option) (*AssociateWorkspaceApplicationOutput, error)

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

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

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

func (*WorkSpaces) AuthorizeIpRules

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

AuthorizeIpRules API operation for Amazon WorkSpaces.

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

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

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

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

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceLimitExceededException Your resource limits have been exceeded.

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

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

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

func (*WorkSpaces) AuthorizeIpRulesRequest

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

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

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

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

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

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

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

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

func (*WorkSpaces) AuthorizeIpRulesWithContext

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

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

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

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

func (*WorkSpaces) CopyWorkspaceImage

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

CopyWorkspaceImage API operation for Amazon WorkSpaces.

Copies the specified image from the specified Region to the current Region. For more information about copying images, see Copy a Custom WorkSpaces Image (https://docs.aws.amazon.com/workspaces/latest/adminguide/copy-custom-image.html).

In the China (Ningxia) Region, you can copy images only within the same Region.

In Amazon Web Services GovCloud (US), to copy images to and from other Regions, contact Amazon Web Services Support.

Before copying a shared image, be sure to verify that it has been shared from the correct Amazon Web Services account. To determine if an image has been shared and to see the ID of the Amazon Web Services account that owns an image, use the DescribeWorkSpaceImages (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImages.html) and DescribeWorkspaceImagePermissions (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImagePermissions.html) API operations.

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

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

Returned Error Types:

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • ResourceAlreadyExistsException The specified resource already exists.

  • ResourceNotFoundException The resource could not be found.

  • ResourceUnavailableException The specified resource is not available.

  • OperationNotSupportedException This operation is not supported.

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

  • InvalidParameterValuesException One or more parameter values are not valid.

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

func (*WorkSpaces) CopyWorkspaceImageRequest

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

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

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

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

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

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

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

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

func (*WorkSpaces) CopyWorkspaceImageWithContext

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

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

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

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

func (*WorkSpaces) CreateConnectClientAddIn

func (c *WorkSpaces) CreateConnectClientAddIn(input *CreateConnectClientAddInInput) (*CreateConnectClientAddInOutput, error)

CreateConnectClientAddIn API operation for Amazon WorkSpaces.

Creates a client-add-in for Amazon Connect within a directory. You can create only one Amazon Connect client add-in within a directory.

This client add-in allows WorkSpaces users to seamlessly connect to Amazon Connect.

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 CreateConnectClientAddIn for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceCreationFailedException The resource could not be created.

  • ResourceAlreadyExistsException The specified resource already exists.

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

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

func (*WorkSpaces) CreateConnectClientAddInRequest

func (c *WorkSpaces) CreateConnectClientAddInRequest(input *CreateConnectClientAddInInput) (req *request.Request, output *CreateConnectClientAddInOutput)

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

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

See CreateConnectClientAddIn for more information on using the CreateConnectClientAddIn 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 CreateConnectClientAddInRequest method.
req, resp := client.CreateConnectClientAddInRequest(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/CreateConnectClientAddIn

func (*WorkSpaces) CreateConnectClientAddInWithContext

func (c *WorkSpaces) CreateConnectClientAddInWithContext(ctx aws.Context, input *CreateConnectClientAddInInput, opts ...request.Option) (*CreateConnectClientAddInOutput, error)

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

See CreateConnectClientAddIn 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) CreateConnectionAlias

func (c *WorkSpaces) CreateConnectionAlias(input *CreateConnectionAliasInput) (*CreateConnectionAliasOutput, error)

CreateConnectionAlias API operation for Amazon WorkSpaces.

Creates the specified connection alias for use with cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html).

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

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

Returned Error Types:

  • ResourceAlreadyExistsException The specified resource already exists.

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

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceLimitExceededException Your resource limits have been exceeded.

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

  • OperationNotSupportedException This operation is not supported.

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

func (*WorkSpaces) CreateConnectionAliasRequest

func (c *WorkSpaces) CreateConnectionAliasRequest(input *CreateConnectionAliasInput) (req *request.Request, output *CreateConnectionAliasOutput)

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

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

See CreateConnectionAlias for more information on using the CreateConnectionAlias 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 CreateConnectionAliasRequest method.
req, resp := client.CreateConnectionAliasRequest(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/CreateConnectionAlias

func (*WorkSpaces) CreateConnectionAliasWithContext

func (c *WorkSpaces) CreateConnectionAliasWithContext(ctx aws.Context, input *CreateConnectionAliasInput, opts ...request.Option) (*CreateConnectionAliasOutput, error)

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

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

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

func (*WorkSpaces) CreateIpGroup

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

CreateIpGroup API operation for Amazon WorkSpaces.

Creates an IP access control group.

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

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

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

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

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • ResourceAlreadyExistsException The specified resource already exists.

  • ResourceCreationFailedException The resource could not be created.

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

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

func (*WorkSpaces) CreateIpGroupRequest

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

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

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

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

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

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

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

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

func (*WorkSpaces) CreateIpGroupWithContext

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

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

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

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

func (*WorkSpaces) CreateStandbyWorkspaces

func (c *WorkSpaces) CreateStandbyWorkspaces(input *CreateStandbyWorkspacesInput) (*CreateStandbyWorkspacesOutput, error)

CreateStandbyWorkspaces API operation for Amazon WorkSpaces.

Creates a standby WorkSpace in a secondary Region.

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

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

Returned Error Types:

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

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceNotFoundException The resource could not be found.

  • ResourceLimitExceededException Your resource limits have been exceeded.

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

func (*WorkSpaces) CreateStandbyWorkspacesRequest

func (c *WorkSpaces) CreateStandbyWorkspacesRequest(input *CreateStandbyWorkspacesInput) (req *request.Request, output *CreateStandbyWorkspacesOutput)

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

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

See CreateStandbyWorkspaces for more information on using the CreateStandbyWorkspaces 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 CreateStandbyWorkspacesRequest method.
req, resp := client.CreateStandbyWorkspacesRequest(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/CreateStandbyWorkspaces

func (*WorkSpaces) CreateStandbyWorkspacesWithContext

func (c *WorkSpaces) CreateStandbyWorkspacesWithContext(ctx aws.Context, input *CreateStandbyWorkspacesInput, opts ...request.Option) (*CreateStandbyWorkspacesOutput, error)

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

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

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

func (*WorkSpaces) CreateTags

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

CreateTags API operation for Amazon WorkSpaces.

Creates the specified tags for the specified WorkSpaces resource.

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

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

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceLimitExceededException Your resource limits have been exceeded.

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

func (*WorkSpaces) CreateTagsRequest

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

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

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

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

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

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

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

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

func (*WorkSpaces) CreateTagsWithContext

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

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

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

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

func (*WorkSpaces) CreateUpdatedWorkspaceImage

func (c *WorkSpaces) CreateUpdatedWorkspaceImage(input *CreateUpdatedWorkspaceImageInput) (*CreateUpdatedWorkspaceImageOutput, error)

CreateUpdatedWorkspaceImage API operation for Amazon WorkSpaces.

Creates a new updated WorkSpace image based on the specified source image. The new updated WorkSpace image has the latest drivers and other updates required by the Amazon WorkSpaces components.

To determine which WorkSpace images need to be updated with the latest Amazon WorkSpaces requirements, use DescribeWorkspaceImages (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImages.html).

  • Only Windows 10, Windows Server 2016, and Windows Server 2019 WorkSpace images can be programmatically updated at this time.

  • Microsoft Windows updates and other application updates are not included in the update process.

  • The source WorkSpace image is not deleted. You can delete the source image after you've verified your new updated image and created a new bundle.

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 CreateUpdatedWorkspaceImage for usage and error information.

Returned Error Types:

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • ResourceAlreadyExistsException The specified resource already exists.

  • ResourceNotFoundException The resource could not be found.

  • OperationNotSupportedException This operation is not supported.

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

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

  • InvalidParameterValuesException One or more parameter values are not valid.

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

func (*WorkSpaces) CreateUpdatedWorkspaceImageRequest

func (c *WorkSpaces) CreateUpdatedWorkspaceImageRequest(input *CreateUpdatedWorkspaceImageInput) (req *request.Request, output *CreateUpdatedWorkspaceImageOutput)

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

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

See CreateUpdatedWorkspaceImage for more information on using the CreateUpdatedWorkspaceImage 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 CreateUpdatedWorkspaceImageRequest method.
req, resp := client.CreateUpdatedWorkspaceImageRequest(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/CreateUpdatedWorkspaceImage

func (*WorkSpaces) CreateUpdatedWorkspaceImageWithContext

func (c *WorkSpaces) CreateUpdatedWorkspaceImageWithContext(ctx aws.Context, input *CreateUpdatedWorkspaceImageInput, opts ...request.Option) (*CreateUpdatedWorkspaceImageOutput, error)

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

See CreateUpdatedWorkspaceImage 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) CreateWorkspaceBundle

func (c *WorkSpaces) CreateWorkspaceBundle(input *CreateWorkspaceBundleInput) (*CreateWorkspaceBundleOutput, error)

CreateWorkspaceBundle API operation for Amazon WorkSpaces.

Creates the specified WorkSpace bundle. For more information about creating WorkSpace bundles, see Create a Custom WorkSpaces Image and Bundle (https://docs.aws.amazon.com/workspaces/latest/adminguide/create-custom-bundle.html).

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

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

Returned Error Types:

  • ResourceUnavailableException The specified resource is not available.

  • ResourceAlreadyExistsException The specified resource already exists.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

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

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

func (*WorkSpaces) CreateWorkspaceBundleRequest

func (c *WorkSpaces) CreateWorkspaceBundleRequest(input *CreateWorkspaceBundleInput) (req *request.Request, output *CreateWorkspaceBundleOutput)

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

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

See CreateWorkspaceBundle for more information on using the CreateWorkspaceBundle 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 CreateWorkspaceBundleRequest method.
req, resp := client.CreateWorkspaceBundleRequest(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/CreateWorkspaceBundle

func (*WorkSpaces) CreateWorkspaceBundleWithContext

func (c *WorkSpaces) CreateWorkspaceBundleWithContext(ctx aws.Context, input *CreateWorkspaceBundleInput, opts ...request.Option) (*CreateWorkspaceBundleOutput, error)

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

See CreateWorkspaceBundle 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) CreateWorkspaceImage

func (c *WorkSpaces) CreateWorkspaceImage(input *CreateWorkspaceImageInput) (*CreateWorkspaceImageOutput, error)

CreateWorkspaceImage API operation for Amazon WorkSpaces.

Creates a new WorkSpace image from an existing 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 CreateWorkspaceImage for usage and error information.

Returned Error Types:

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • ResourceAlreadyExistsException The specified resource already exists.

  • ResourceNotFoundException The resource could not be found.

  • OperationNotSupportedException This operation is not supported.

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

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

  • InvalidParameterValuesException One or more parameter values are not valid.

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

func (*WorkSpaces) CreateWorkspaceImageRequest

func (c *WorkSpaces) CreateWorkspaceImageRequest(input *CreateWorkspaceImageInput) (req *request.Request, output *CreateWorkspaceImageOutput)

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

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

See CreateWorkspaceImage for more information on using the CreateWorkspaceImage 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 CreateWorkspaceImageRequest method.
req, resp := client.CreateWorkspaceImageRequest(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/CreateWorkspaceImage

func (*WorkSpaces) CreateWorkspaceImageWithContext

func (c *WorkSpaces) CreateWorkspaceImageWithContext(ctx aws.Context, input *CreateWorkspaceImageInput, opts ...request.Option) (*CreateWorkspaceImageOutput, error)

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

See CreateWorkspaceImage 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.

  • The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core (http://aws.amazon.com/workspaces/core/).

  • You don't need to specify the PCOIP protocol for Linux bundles because WSP is the default protocol for those bundles.

  • User-decoupled WorkSpaces are only supported by Amazon WorkSpaces Core.

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

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

Returned Error Types:

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • InvalidParameterValuesException One or more parameter values are not valid.

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

func (*WorkSpaces) CreateWorkspacesRequest

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

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

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

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

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

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

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

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

func (*WorkSpaces) CreateWorkspacesWithContext

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

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

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

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

func (*WorkSpaces) DeleteClientBranding

func (c *WorkSpaces) DeleteClientBranding(input *DeleteClientBrandingInput) (*DeleteClientBrandingOutput, error)

DeleteClientBranding API operation for Amazon WorkSpaces.

Deletes customized client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in.

After you delete your customized client branding, your login portal reverts to the default client branding.

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 DeleteClientBranding for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

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

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

func (*WorkSpaces) DeleteClientBrandingRequest

func (c *WorkSpaces) DeleteClientBrandingRequest(input *DeleteClientBrandingInput) (req *request.Request, output *DeleteClientBrandingOutput)

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

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteClientBranding for more information on using the DeleteClientBranding 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 DeleteClientBrandingRequest method.
req, resp := client.DeleteClientBrandingRequest(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/DeleteClientBranding

func (*WorkSpaces) DeleteClientBrandingWithContext

func (c *WorkSpaces) DeleteClientBrandingWithContext(ctx aws.Context, input *DeleteClientBrandingInput, opts ...request.Option) (*DeleteClientBrandingOutput, error)

DeleteClientBrandingWithContext is the same as DeleteClientBranding with the addition of the ability to pass a context and additional request options.

See DeleteClientBranding 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) DeleteConnectClientAddIn

func (c *WorkSpaces) DeleteConnectClientAddIn(input *DeleteConnectClientAddInInput) (*DeleteConnectClientAddInOutput, error)

DeleteConnectClientAddIn API operation for Amazon WorkSpaces.

Deletes a client-add-in for Amazon Connect that is configured within 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 DeleteConnectClientAddIn for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteConnectClientAddIn

func (*WorkSpaces) DeleteConnectClientAddInRequest

func (c *WorkSpaces) DeleteConnectClientAddInRequest(input *DeleteConnectClientAddInInput) (req *request.Request, output *DeleteConnectClientAddInOutput)

DeleteConnectClientAddInRequest generates a "aws/request.Request" representing the client's request for the DeleteConnectClientAddIn operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteConnectClientAddIn for more information on using the DeleteConnectClientAddIn 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 DeleteConnectClientAddInRequest method.
req, resp := client.DeleteConnectClientAddInRequest(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/DeleteConnectClientAddIn

func (*WorkSpaces) DeleteConnectClientAddInWithContext

func (c *WorkSpaces) DeleteConnectClientAddInWithContext(ctx aws.Context, input *DeleteConnectClientAddInInput, opts ...request.Option) (*DeleteConnectClientAddInOutput, error)

DeleteConnectClientAddInWithContext is the same as DeleteConnectClientAddIn with the addition of the ability to pass a context and additional request options.

See DeleteConnectClientAddIn 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) DeleteConnectionAlias

func (c *WorkSpaces) DeleteConnectionAlias(input *DeleteConnectionAliasInput) (*DeleteConnectionAliasOutput, error)

DeleteConnectionAlias API operation for Amazon WorkSpaces.

Deletes the specified connection alias. For more information, see Cross-Region Redirection for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html).

If you will no longer be using a fully qualified domain name (FQDN) as the registration code for your WorkSpaces users, you must take certain precautions to prevent potential security issues. For more information, see Security Considerations if You Stop Using Cross-Region Redirection (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html#cross-region-redirection-security-considerations).

To delete a connection alias that has been shared, the shared account must first disassociate the connection alias from any directories it has been associated with. Then you must unshare the connection alias from the account it has been shared with. You can delete a connection alias only after it is no longer shared with any accounts or associated with any directories.

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 DeleteConnectionAlias for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

  • ResourceAssociatedException The resource is associated with a directory.

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteConnectionAlias

func (*WorkSpaces) DeleteConnectionAliasRequest

func (c *WorkSpaces) DeleteConnectionAliasRequest(input *DeleteConnectionAliasInput) (req *request.Request, output *DeleteConnectionAliasOutput)

DeleteConnectionAliasRequest generates a "aws/request.Request" representing the client's request for the DeleteConnectionAlias operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteConnectionAlias for more information on using the DeleteConnectionAlias 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 DeleteConnectionAliasRequest method.
req, resp := client.DeleteConnectionAliasRequest(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/DeleteConnectionAlias

func (*WorkSpaces) DeleteConnectionAliasWithContext

func (c *WorkSpaces) DeleteConnectionAliasWithContext(ctx aws.Context, input *DeleteConnectionAliasInput, opts ...request.Option) (*DeleteConnectionAliasOutput, error)

DeleteConnectionAliasWithContext is the same as DeleteConnectionAlias with the addition of the ability to pass a context and additional request options.

See DeleteConnectionAlias for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DeleteIpGroup

func (c *WorkSpaces) DeleteIpGroup(input *DeleteIpGroupInput) (*DeleteIpGroupOutput, error)

DeleteIpGroup API operation for Amazon WorkSpaces.

Deletes the specified IP access control group.

You cannot delete an IP access control group that is associated with a directory.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DeleteIpGroup for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceAssociatedException The resource is associated with a directory.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteIpGroup

func (*WorkSpaces) DeleteIpGroupRequest

func (c *WorkSpaces) DeleteIpGroupRequest(input *DeleteIpGroupInput) (req *request.Request, output *DeleteIpGroupOutput)

DeleteIpGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteIpGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteIpGroup for more information on using the DeleteIpGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteIpGroupRequest method.
req, resp := client.DeleteIpGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteIpGroup

func (*WorkSpaces) DeleteIpGroupWithContext

func (c *WorkSpaces) DeleteIpGroupWithContext(ctx aws.Context, input *DeleteIpGroupInput, opts ...request.Option) (*DeleteIpGroupOutput, error)

DeleteIpGroupWithContext is the same as DeleteIpGroup with the addition of the ability to pass a context and additional request options.

See DeleteIpGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DeleteTags

func (c *WorkSpaces) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)

DeleteTags API operation for Amazon WorkSpaces.

Deletes the specified tags from the specified WorkSpaces resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DeleteTags for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteTags

func (*WorkSpaces) DeleteTagsRequest

func (c *WorkSpaces) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)

DeleteTagsRequest generates a "aws/request.Request" representing the client's request for the DeleteTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteTags for more information on using the DeleteTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteTagsRequest method.
req, resp := client.DeleteTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteTags

func (*WorkSpaces) DeleteTagsWithContext

func (c *WorkSpaces) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)

DeleteTagsWithContext is the same as DeleteTags with the addition of the ability to pass a context and additional request options.

See DeleteTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DeleteWorkspaceBundle

func (c *WorkSpaces) DeleteWorkspaceBundle(input *DeleteWorkspaceBundleInput) (*DeleteWorkspaceBundleOutput, error)

DeleteWorkspaceBundle API operation for Amazon WorkSpaces.

Deletes the specified WorkSpace bundle. For more information about deleting WorkSpace bundles, see Delete a Custom WorkSpaces Bundle or Image (https://docs.aws.amazon.com/workspaces/latest/adminguide/delete_bundle.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DeleteWorkspaceBundle for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceAssociatedException The resource is associated with a directory.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteWorkspaceBundle

func (*WorkSpaces) DeleteWorkspaceBundleRequest

func (c *WorkSpaces) DeleteWorkspaceBundleRequest(input *DeleteWorkspaceBundleInput) (req *request.Request, output *DeleteWorkspaceBundleOutput)

DeleteWorkspaceBundleRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkspaceBundle operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteWorkspaceBundle for more information on using the DeleteWorkspaceBundle 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 DeleteWorkspaceBundleRequest method.
req, resp := client.DeleteWorkspaceBundleRequest(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/DeleteWorkspaceBundle

func (*WorkSpaces) DeleteWorkspaceBundleWithContext

func (c *WorkSpaces) DeleteWorkspaceBundleWithContext(ctx aws.Context, input *DeleteWorkspaceBundleInput, opts ...request.Option) (*DeleteWorkspaceBundleOutput, error)

DeleteWorkspaceBundleWithContext is the same as DeleteWorkspaceBundle with the addition of the ability to pass a context and additional request options.

See DeleteWorkspaceBundle for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DeleteWorkspaceImage

func (c *WorkSpaces) DeleteWorkspaceImage(input *DeleteWorkspaceImageInput) (*DeleteWorkspaceImageOutput, error)

DeleteWorkspaceImage API operation for Amazon WorkSpaces.

Deletes the specified image from your account. To delete an image, you must first delete any bundles that are associated with the image and unshare the image if it is shared with other accounts.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DeleteWorkspaceImage for usage and error information.

Returned Error Types:

  • ResourceAssociatedException The resource is associated with a directory.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteWorkspaceImage

func (*WorkSpaces) DeleteWorkspaceImageRequest

func (c *WorkSpaces) DeleteWorkspaceImageRequest(input *DeleteWorkspaceImageInput) (req *request.Request, output *DeleteWorkspaceImageOutput)

DeleteWorkspaceImageRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkspaceImage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteWorkspaceImage for more information on using the DeleteWorkspaceImage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteWorkspaceImageRequest method.
req, resp := client.DeleteWorkspaceImageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteWorkspaceImage

func (*WorkSpaces) DeleteWorkspaceImageWithContext

func (c *WorkSpaces) DeleteWorkspaceImageWithContext(ctx aws.Context, input *DeleteWorkspaceImageInput, opts ...request.Option) (*DeleteWorkspaceImageOutput, error)

DeleteWorkspaceImageWithContext is the same as DeleteWorkspaceImage with the addition of the ability to pass a context and additional request options.

See DeleteWorkspaceImage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DeployWorkspaceApplications

func (c *WorkSpaces) DeployWorkspaceApplications(input *DeployWorkspaceApplicationsInput) (*DeployWorkspaceApplicationsOutput, error)

DeployWorkspaceApplications API operation for Amazon WorkSpaces.

Deploys associated applications to 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 DeployWorkspaceApplications for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceInUseException The specified resource is currently in use.

  • ResourceNotFoundException The resource could not be found.

  • IncompatibleApplicationsException The specified application is not compatible with the resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeployWorkspaceApplications

func (*WorkSpaces) DeployWorkspaceApplicationsRequest

func (c *WorkSpaces) DeployWorkspaceApplicationsRequest(input *DeployWorkspaceApplicationsInput) (req *request.Request, output *DeployWorkspaceApplicationsOutput)

DeployWorkspaceApplicationsRequest generates a "aws/request.Request" representing the client's request for the DeployWorkspaceApplications operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeployWorkspaceApplications for more information on using the DeployWorkspaceApplications 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 DeployWorkspaceApplicationsRequest method.
req, resp := client.DeployWorkspaceApplicationsRequest(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/DeployWorkspaceApplications

func (*WorkSpaces) DeployWorkspaceApplicationsWithContext

func (c *WorkSpaces) DeployWorkspaceApplicationsWithContext(ctx aws.Context, input *DeployWorkspaceApplicationsInput, opts ...request.Option) (*DeployWorkspaceApplicationsOutput, error)

DeployWorkspaceApplicationsWithContext is the same as DeployWorkspaceApplications with the addition of the ability to pass a context and additional request options.

See DeployWorkspaceApplications for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DeregisterWorkspaceDirectory

func (c *WorkSpaces) DeregisterWorkspaceDirectory(input *DeregisterWorkspaceDirectoryInput) (*DeregisterWorkspaceDirectoryOutput, error)

DeregisterWorkspaceDirectory API operation for Amazon WorkSpaces.

Deregisters the specified directory. This operation is asynchronous and returns before the WorkSpace directory is deregistered. If any WorkSpaces are registered to this directory, you must remove them before you can deregister the directory.

Simple AD and AD Connector are made available to you free of charge to use with WorkSpaces. If there are no WorkSpaces being used with your Simple AD or AD Connector directory for 30 consecutive days, this directory will be automatically deregistered for use with Amazon WorkSpaces, and you will be charged for this directory as per the Directory Service pricing terms (http://aws.amazon.com/directoryservice/pricing/).

To delete empty directories, see Delete the Directory for Your WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/delete-workspaces-directory.html). If you delete your Simple AD or AD Connector directory, you can always create a new one when you want to start using WorkSpaces again.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DeregisterWorkspaceDirectory for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceNotFoundException The resource could not be found.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeregisterWorkspaceDirectory

func (*WorkSpaces) DeregisterWorkspaceDirectoryRequest

func (c *WorkSpaces) DeregisterWorkspaceDirectoryRequest(input *DeregisterWorkspaceDirectoryInput) (req *request.Request, output *DeregisterWorkspaceDirectoryOutput)

DeregisterWorkspaceDirectoryRequest generates a "aws/request.Request" representing the client's request for the DeregisterWorkspaceDirectory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterWorkspaceDirectory for more information on using the DeregisterWorkspaceDirectory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterWorkspaceDirectoryRequest method.
req, resp := client.DeregisterWorkspaceDirectoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeregisterWorkspaceDirectory

func (*WorkSpaces) DeregisterWorkspaceDirectoryWithContext

func (c *WorkSpaces) DeregisterWorkspaceDirectoryWithContext(ctx aws.Context, input *DeregisterWorkspaceDirectoryInput, opts ...request.Option) (*DeregisterWorkspaceDirectoryOutput, error)

DeregisterWorkspaceDirectoryWithContext is the same as DeregisterWorkspaceDirectory with the addition of the ability to pass a context and additional request options.

See DeregisterWorkspaceDirectory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeAccount

func (c *WorkSpaces) DescribeAccount(input *DescribeAccountInput) (*DescribeAccountOutput, error)

DescribeAccount API operation for Amazon WorkSpaces.

Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeAccount for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeAccount

func (*WorkSpaces) DescribeAccountModifications

func (c *WorkSpaces) DescribeAccountModifications(input *DescribeAccountModificationsInput) (*DescribeAccountModificationsOutput, error)

DescribeAccountModifications API operation for Amazon WorkSpaces.

Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeAccountModifications for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeAccountModifications

func (*WorkSpaces) DescribeAccountModificationsRequest

func (c *WorkSpaces) DescribeAccountModificationsRequest(input *DescribeAccountModificationsInput) (req *request.Request, output *DescribeAccountModificationsOutput)

DescribeAccountModificationsRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountModifications operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAccountModifications for more information on using the DescribeAccountModifications API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAccountModificationsRequest method.
req, resp := client.DescribeAccountModificationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeAccountModifications

func (*WorkSpaces) DescribeAccountModificationsWithContext

func (c *WorkSpaces) DescribeAccountModificationsWithContext(ctx aws.Context, input *DescribeAccountModificationsInput, opts ...request.Option) (*DescribeAccountModificationsOutput, error)

DescribeAccountModificationsWithContext is the same as DescribeAccountModifications with the addition of the ability to pass a context and additional request options.

See DescribeAccountModifications for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeAccountRequest

func (c *WorkSpaces) DescribeAccountRequest(input *DescribeAccountInput) (req *request.Request, output *DescribeAccountOutput)

DescribeAccountRequest generates a "aws/request.Request" representing the client's request for the DescribeAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAccount for more information on using the DescribeAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAccountRequest method.
req, resp := client.DescribeAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeAccount

func (*WorkSpaces) DescribeAccountWithContext

func (c *WorkSpaces) DescribeAccountWithContext(ctx aws.Context, input *DescribeAccountInput, opts ...request.Option) (*DescribeAccountOutput, error)

DescribeAccountWithContext is the same as DescribeAccount with the addition of the ability to pass a context and additional request options.

See DescribeAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeApplicationAssociations

func (c *WorkSpaces) DescribeApplicationAssociations(input *DescribeApplicationAssociationsInput) (*DescribeApplicationAssociationsOutput, error)

DescribeApplicationAssociations API operation for Amazon WorkSpaces.

Describes the associations between the application and the specified associated resources.

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 DescribeApplicationAssociations for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeApplicationAssociations

func (*WorkSpaces) DescribeApplicationAssociationsPages

func (c *WorkSpaces) DescribeApplicationAssociationsPages(input *DescribeApplicationAssociationsInput, fn func(*DescribeApplicationAssociationsOutput, bool) bool) error

DescribeApplicationAssociationsPages iterates over the pages of a DescribeApplicationAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeApplicationAssociations 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 DescribeApplicationAssociations operation.
pageNum := 0
err := client.DescribeApplicationAssociationsPages(params,
    func(page *workspaces.DescribeApplicationAssociationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeApplicationAssociationsPagesWithContext

func (c *WorkSpaces) DescribeApplicationAssociationsPagesWithContext(ctx aws.Context, input *DescribeApplicationAssociationsInput, fn func(*DescribeApplicationAssociationsOutput, bool) bool, opts ...request.Option) error

DescribeApplicationAssociationsPagesWithContext same as DescribeApplicationAssociationsPages 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) DescribeApplicationAssociationsRequest

func (c *WorkSpaces) DescribeApplicationAssociationsRequest(input *DescribeApplicationAssociationsInput) (req *request.Request, output *DescribeApplicationAssociationsOutput)

DescribeApplicationAssociationsRequest generates a "aws/request.Request" representing the client's request for the DescribeApplicationAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeApplicationAssociations for more information on using the DescribeApplicationAssociations 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 DescribeApplicationAssociationsRequest method.
req, resp := client.DescribeApplicationAssociationsRequest(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/DescribeApplicationAssociations

func (*WorkSpaces) DescribeApplicationAssociationsWithContext

func (c *WorkSpaces) DescribeApplicationAssociationsWithContext(ctx aws.Context, input *DescribeApplicationAssociationsInput, opts ...request.Option) (*DescribeApplicationAssociationsOutput, error)

DescribeApplicationAssociationsWithContext is the same as DescribeApplicationAssociations with the addition of the ability to pass a context and additional request options.

See DescribeApplicationAssociations 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) DescribeApplications

func (c *WorkSpaces) DescribeApplications(input *DescribeApplicationsInput) (*DescribeApplicationsOutput, error)

DescribeApplications API operation for Amazon WorkSpaces.

Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners.

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 DescribeApplications for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeApplications

func (*WorkSpaces) DescribeApplicationsPages

func (c *WorkSpaces) DescribeApplicationsPages(input *DescribeApplicationsInput, fn func(*DescribeApplicationsOutput, bool) bool) error

DescribeApplicationsPages iterates over the pages of a DescribeApplications operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeApplications 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 DescribeApplications operation.
pageNum := 0
err := client.DescribeApplicationsPages(params,
    func(page *workspaces.DescribeApplicationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeApplicationsPagesWithContext

func (c *WorkSpaces) DescribeApplicationsPagesWithContext(ctx aws.Context, input *DescribeApplicationsInput, fn func(*DescribeApplicationsOutput, bool) bool, opts ...request.Option) error

DescribeApplicationsPagesWithContext same as DescribeApplicationsPages 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) DescribeApplicationsRequest

func (c *WorkSpaces) DescribeApplicationsRequest(input *DescribeApplicationsInput) (req *request.Request, output *DescribeApplicationsOutput)

DescribeApplicationsRequest generates a "aws/request.Request" representing the client's request for the DescribeApplications operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeApplications for more information on using the DescribeApplications 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 DescribeApplicationsRequest method.
req, resp := client.DescribeApplicationsRequest(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/DescribeApplications

func (*WorkSpaces) DescribeApplicationsWithContext

func (c *WorkSpaces) DescribeApplicationsWithContext(ctx aws.Context, input *DescribeApplicationsInput, opts ...request.Option) (*DescribeApplicationsOutput, error)

DescribeApplicationsWithContext is the same as DescribeApplications with the addition of the ability to pass a context and additional request options.

See DescribeApplications 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) DescribeBundleAssociations

func (c *WorkSpaces) DescribeBundleAssociations(input *DescribeBundleAssociationsInput) (*DescribeBundleAssociationsOutput, error)

DescribeBundleAssociations API operation for Amazon WorkSpaces.

Describes the associations between the applications and the specified bundle.

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 DescribeBundleAssociations for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeBundleAssociations

func (*WorkSpaces) DescribeBundleAssociationsRequest

func (c *WorkSpaces) DescribeBundleAssociationsRequest(input *DescribeBundleAssociationsInput) (req *request.Request, output *DescribeBundleAssociationsOutput)

DescribeBundleAssociationsRequest generates a "aws/request.Request" representing the client's request for the DescribeBundleAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeBundleAssociations for more information on using the DescribeBundleAssociations 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 DescribeBundleAssociationsRequest method.
req, resp := client.DescribeBundleAssociationsRequest(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/DescribeBundleAssociations

func (*WorkSpaces) DescribeBundleAssociationsWithContext

func (c *WorkSpaces) DescribeBundleAssociationsWithContext(ctx aws.Context, input *DescribeBundleAssociationsInput, opts ...request.Option) (*DescribeBundleAssociationsOutput, error)

DescribeBundleAssociationsWithContext is the same as DescribeBundleAssociations with the addition of the ability to pass a context and additional request options.

See DescribeBundleAssociations 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) DescribeClientBranding

func (c *WorkSpaces) DescribeClientBranding(input *DescribeClientBrandingInput) (*DescribeClientBrandingOutput, error)

DescribeClientBranding API operation for Amazon WorkSpaces.

Describes the specified client branding. Client branding allows you to customize the log in page of various device types for your users. You can add your company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in.

Only device types that have branding information configured will be shown in the response.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeClientBranding for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeClientBranding

func (*WorkSpaces) DescribeClientBrandingRequest

func (c *WorkSpaces) DescribeClientBrandingRequest(input *DescribeClientBrandingInput) (req *request.Request, output *DescribeClientBrandingOutput)

DescribeClientBrandingRequest generates a "aws/request.Request" representing the client's request for the DescribeClientBranding operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeClientBranding for more information on using the DescribeClientBranding 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 DescribeClientBrandingRequest method.
req, resp := client.DescribeClientBrandingRequest(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/DescribeClientBranding

func (*WorkSpaces) DescribeClientBrandingWithContext

func (c *WorkSpaces) DescribeClientBrandingWithContext(ctx aws.Context, input *DescribeClientBrandingInput, opts ...request.Option) (*DescribeClientBrandingOutput, error)

DescribeClientBrandingWithContext is the same as DescribeClientBranding with the addition of the ability to pass a context and additional request options.

See DescribeClientBranding for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeClientProperties

func (c *WorkSpaces) DescribeClientProperties(input *DescribeClientPropertiesInput) (*DescribeClientPropertiesOutput, error)

DescribeClientProperties API operation for Amazon WorkSpaces.

Retrieves a list that describes one or more specified Amazon WorkSpaces clients.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeClientProperties for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeClientProperties

func (*WorkSpaces) DescribeClientPropertiesRequest

func (c *WorkSpaces) DescribeClientPropertiesRequest(input *DescribeClientPropertiesInput) (req *request.Request, output *DescribeClientPropertiesOutput)

DescribeClientPropertiesRequest generates a "aws/request.Request" representing the client's request for the DescribeClientProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeClientProperties for more information on using the DescribeClientProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeClientPropertiesRequest method.
req, resp := client.DescribeClientPropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeClientProperties

func (*WorkSpaces) DescribeClientPropertiesWithContext

func (c *WorkSpaces) DescribeClientPropertiesWithContext(ctx aws.Context, input *DescribeClientPropertiesInput, opts ...request.Option) (*DescribeClientPropertiesOutput, error)

DescribeClientPropertiesWithContext is the same as DescribeClientProperties with the addition of the ability to pass a context and additional request options.

See DescribeClientProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeConnectClientAddIns

func (c *WorkSpaces) DescribeConnectClientAddIns(input *DescribeConnectClientAddInsInput) (*DescribeConnectClientAddInsOutput, error)

DescribeConnectClientAddIns API operation for Amazon WorkSpaces.

Retrieves a list of Amazon Connect client add-ins that have been 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 DescribeConnectClientAddIns for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeConnectClientAddIns

func (*WorkSpaces) DescribeConnectClientAddInsRequest

func (c *WorkSpaces) DescribeConnectClientAddInsRequest(input *DescribeConnectClientAddInsInput) (req *request.Request, output *DescribeConnectClientAddInsOutput)

DescribeConnectClientAddInsRequest generates a "aws/request.Request" representing the client's request for the DescribeConnectClientAddIns operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConnectClientAddIns for more information on using the DescribeConnectClientAddIns 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 DescribeConnectClientAddInsRequest method.
req, resp := client.DescribeConnectClientAddInsRequest(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/DescribeConnectClientAddIns

func (*WorkSpaces) DescribeConnectClientAddInsWithContext

func (c *WorkSpaces) DescribeConnectClientAddInsWithContext(ctx aws.Context, input *DescribeConnectClientAddInsInput, opts ...request.Option) (*DescribeConnectClientAddInsOutput, error)

DescribeConnectClientAddInsWithContext is the same as DescribeConnectClientAddIns with the addition of the ability to pass a context and additional request options.

See DescribeConnectClientAddIns 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) DescribeConnectionAliasPermissions

func (c *WorkSpaces) DescribeConnectionAliasPermissions(input *DescribeConnectionAliasPermissionsInput) (*DescribeConnectionAliasPermissionsOutput, error)

DescribeConnectionAliasPermissions API operation for Amazon WorkSpaces.

Describes the permissions that the owner of a connection alias has granted to another Amazon Web Services account for the specified connection alias. For more information, see Cross-Region Redirection for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeConnectionAliasPermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeConnectionAliasPermissions

func (*WorkSpaces) DescribeConnectionAliasPermissionsRequest

func (c *WorkSpaces) DescribeConnectionAliasPermissionsRequest(input *DescribeConnectionAliasPermissionsInput) (req *request.Request, output *DescribeConnectionAliasPermissionsOutput)

DescribeConnectionAliasPermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeConnectionAliasPermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConnectionAliasPermissions for more information on using the DescribeConnectionAliasPermissions 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 DescribeConnectionAliasPermissionsRequest method.
req, resp := client.DescribeConnectionAliasPermissionsRequest(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/DescribeConnectionAliasPermissions

func (*WorkSpaces) DescribeConnectionAliasPermissionsWithContext

func (c *WorkSpaces) DescribeConnectionAliasPermissionsWithContext(ctx aws.Context, input *DescribeConnectionAliasPermissionsInput, opts ...request.Option) (*DescribeConnectionAliasPermissionsOutput, error)

DescribeConnectionAliasPermissionsWithContext is the same as DescribeConnectionAliasPermissions with the addition of the ability to pass a context and additional request options.

See DescribeConnectionAliasPermissions 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) DescribeConnectionAliases

func (c *WorkSpaces) DescribeConnectionAliases(input *DescribeConnectionAliasesInput) (*DescribeConnectionAliasesOutput, error)

DescribeConnectionAliases API operation for Amazon WorkSpaces.

Retrieves a list that describes the connection aliases used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeConnectionAliases for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeConnectionAliases

func (*WorkSpaces) DescribeConnectionAliasesRequest

func (c *WorkSpaces) DescribeConnectionAliasesRequest(input *DescribeConnectionAliasesInput) (req *request.Request, output *DescribeConnectionAliasesOutput)

DescribeConnectionAliasesRequest generates a "aws/request.Request" representing the client's request for the DescribeConnectionAliases operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConnectionAliases for more information on using the DescribeConnectionAliases 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 DescribeConnectionAliasesRequest method.
req, resp := client.DescribeConnectionAliasesRequest(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/DescribeConnectionAliases

func (*WorkSpaces) DescribeConnectionAliasesWithContext

func (c *WorkSpaces) DescribeConnectionAliasesWithContext(ctx aws.Context, input *DescribeConnectionAliasesInput, opts ...request.Option) (*DescribeConnectionAliasesOutput, error)

DescribeConnectionAliasesWithContext is the same as DescribeConnectionAliases with the addition of the ability to pass a context and additional request options.

See DescribeConnectionAliases 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) DescribeImageAssociations

func (c *WorkSpaces) DescribeImageAssociations(input *DescribeImageAssociationsInput) (*DescribeImageAssociationsOutput, error)

DescribeImageAssociations API operation for Amazon WorkSpaces.

Describes the associations between the applications and the specified image.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeImageAssociations for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeImageAssociations

func (*WorkSpaces) DescribeImageAssociationsRequest

func (c *WorkSpaces) DescribeImageAssociationsRequest(input *DescribeImageAssociationsInput) (req *request.Request, output *DescribeImageAssociationsOutput)

DescribeImageAssociationsRequest generates a "aws/request.Request" representing the client's request for the DescribeImageAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeImageAssociations for more information on using the DescribeImageAssociations 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 DescribeImageAssociationsRequest method.
req, resp := client.DescribeImageAssociationsRequest(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/DescribeImageAssociations

func (*WorkSpaces) DescribeImageAssociationsWithContext

func (c *WorkSpaces) DescribeImageAssociationsWithContext(ctx aws.Context, input *DescribeImageAssociationsInput, opts ...request.Option) (*DescribeImageAssociationsOutput, error)

DescribeImageAssociationsWithContext is the same as DescribeImageAssociations with the addition of the ability to pass a context and additional request options.

See DescribeImageAssociations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeIpGroups

func (c *WorkSpaces) DescribeIpGroups(input *DescribeIpGroupsInput) (*DescribeIpGroupsOutput, error)

DescribeIpGroups API operation for Amazon WorkSpaces.

Describes one or more of your IP access control groups.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeIpGroups for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeIpGroups

func (*WorkSpaces) DescribeIpGroupsRequest

func (c *WorkSpaces) DescribeIpGroupsRequest(input *DescribeIpGroupsInput) (req *request.Request, output *DescribeIpGroupsOutput)

DescribeIpGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeIpGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeIpGroups for more information on using the DescribeIpGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeIpGroupsRequest method.
req, resp := client.DescribeIpGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeIpGroups

func (*WorkSpaces) DescribeIpGroupsWithContext

func (c *WorkSpaces) DescribeIpGroupsWithContext(ctx aws.Context, input *DescribeIpGroupsInput, opts ...request.Option) (*DescribeIpGroupsOutput, error)

DescribeIpGroupsWithContext is the same as DescribeIpGroups with the addition of the ability to pass a context and additional request options.

See DescribeIpGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeTags

func (c *WorkSpaces) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)

DescribeTags API operation for Amazon WorkSpaces.

Describes the specified tags for the specified WorkSpaces resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeTags for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeTags

func (*WorkSpaces) DescribeTagsRequest

func (c *WorkSpaces) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)

DescribeTagsRequest generates a "aws/request.Request" representing the client's request for the DescribeTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTags for more information on using the DescribeTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTagsRequest method.
req, resp := client.DescribeTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeTags

func (*WorkSpaces) DescribeTagsWithContext

func (c *WorkSpaces) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)

DescribeTagsWithContext is the same as DescribeTags with the addition of the ability to pass a context and additional request options.

See DescribeTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspaceAssociations

func (c *WorkSpaces) DescribeWorkspaceAssociations(input *DescribeWorkspaceAssociationsInput) (*DescribeWorkspaceAssociationsOutput, error)

DescribeWorkspaceAssociations API operation for Amazon WorkSpaces.

Describes the associations betweens applications and 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 DescribeWorkspaceAssociations for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceAssociations

func (*WorkSpaces) DescribeWorkspaceAssociationsRequest

func (c *WorkSpaces) DescribeWorkspaceAssociationsRequest(input *DescribeWorkspaceAssociationsInput) (req *request.Request, output *DescribeWorkspaceAssociationsOutput)

DescribeWorkspaceAssociationsRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeWorkspaceAssociations for more information on using the DescribeWorkspaceAssociations 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 DescribeWorkspaceAssociationsRequest method.
req, resp := client.DescribeWorkspaceAssociationsRequest(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/DescribeWorkspaceAssociations

func (*WorkSpaces) DescribeWorkspaceAssociationsWithContext

func (c *WorkSpaces) DescribeWorkspaceAssociationsWithContext(ctx aws.Context, input *DescribeWorkspaceAssociationsInput, opts ...request.Option) (*DescribeWorkspaceAssociationsOutput, error)

DescribeWorkspaceAssociationsWithContext is the same as DescribeWorkspaceAssociations with the addition of the ability to pass a context and additional request options.

See DescribeWorkspaceAssociations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspaceBundles

func (c *WorkSpaces) DescribeWorkspaceBundles(input *DescribeWorkspaceBundlesInput) (*DescribeWorkspaceBundlesOutput, error)

DescribeWorkspaceBundles API operation for Amazon WorkSpaces.

Retrieves a list that describes the available WorkSpace bundles.

You can filter the results using either bundle ID or owner, but not both.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeWorkspaceBundles for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceBundles

func (*WorkSpaces) DescribeWorkspaceBundlesPages

func (c *WorkSpaces) DescribeWorkspaceBundlesPages(input *DescribeWorkspaceBundlesInput, fn func(*DescribeWorkspaceBundlesOutput, bool) bool) error

DescribeWorkspaceBundlesPages iterates over the pages of a DescribeWorkspaceBundles operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeWorkspaceBundles method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeWorkspaceBundles operation.
pageNum := 0
err := client.DescribeWorkspaceBundlesPages(params,
    func(page *workspaces.DescribeWorkspaceBundlesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeWorkspaceBundlesPagesWithContext

func (c *WorkSpaces) DescribeWorkspaceBundlesPagesWithContext(ctx aws.Context, input *DescribeWorkspaceBundlesInput, fn func(*DescribeWorkspaceBundlesOutput, bool) bool, opts ...request.Option) error

DescribeWorkspaceBundlesPagesWithContext same as DescribeWorkspaceBundlesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspaceBundlesRequest

func (c *WorkSpaces) DescribeWorkspaceBundlesRequest(input *DescribeWorkspaceBundlesInput) (req *request.Request, output *DescribeWorkspaceBundlesOutput)

DescribeWorkspaceBundlesRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceBundles operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeWorkspaceBundles for more information on using the DescribeWorkspaceBundles API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeWorkspaceBundlesRequest method.
req, resp := client.DescribeWorkspaceBundlesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceBundles

func (*WorkSpaces) DescribeWorkspaceBundlesWithContext

func (c *WorkSpaces) DescribeWorkspaceBundlesWithContext(ctx aws.Context, input *DescribeWorkspaceBundlesInput, opts ...request.Option) (*DescribeWorkspaceBundlesOutput, error)

DescribeWorkspaceBundlesWithContext is the same as DescribeWorkspaceBundles with the addition of the ability to pass a context and additional request options.

See DescribeWorkspaceBundles for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspaceDirectories

func (c *WorkSpaces) DescribeWorkspaceDirectories(input *DescribeWorkspaceDirectoriesInput) (*DescribeWorkspaceDirectoriesOutput, error)

DescribeWorkspaceDirectories API operation for Amazon WorkSpaces.

Describes the available directories that are registered with Amazon WorkSpaces.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeWorkspaceDirectories for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceDirectories

func (*WorkSpaces) DescribeWorkspaceDirectoriesPages

func (c *WorkSpaces) DescribeWorkspaceDirectoriesPages(input *DescribeWorkspaceDirectoriesInput, fn func(*DescribeWorkspaceDirectoriesOutput, bool) bool) error

DescribeWorkspaceDirectoriesPages iterates over the pages of a DescribeWorkspaceDirectories operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeWorkspaceDirectories method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeWorkspaceDirectories operation.
pageNum := 0
err := client.DescribeWorkspaceDirectoriesPages(params,
    func(page *workspaces.DescribeWorkspaceDirectoriesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeWorkspaceDirectoriesPagesWithContext

func (c *WorkSpaces) DescribeWorkspaceDirectoriesPagesWithContext(ctx aws.Context, input *DescribeWorkspaceDirectoriesInput, fn func(*DescribeWorkspaceDirectoriesOutput, bool) bool, opts ...request.Option) error

DescribeWorkspaceDirectoriesPagesWithContext same as DescribeWorkspaceDirectoriesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspaceDirectoriesRequest

func (c *WorkSpaces) DescribeWorkspaceDirectoriesRequest(input *DescribeWorkspaceDirectoriesInput) (req *request.Request, output *DescribeWorkspaceDirectoriesOutput)

DescribeWorkspaceDirectoriesRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceDirectories operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeWorkspaceDirectories for more information on using the DescribeWorkspaceDirectories API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeWorkspaceDirectoriesRequest method.
req, resp := client.DescribeWorkspaceDirectoriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceDirectories

func (*WorkSpaces) DescribeWorkspaceDirectoriesWithContext

func (c *WorkSpaces) DescribeWorkspaceDirectoriesWithContext(ctx aws.Context, input *DescribeWorkspaceDirectoriesInput, opts ...request.Option) (*DescribeWorkspaceDirectoriesOutput, error)

DescribeWorkspaceDirectoriesWithContext is the same as DescribeWorkspaceDirectories with the addition of the ability to pass a context and additional request options.

See DescribeWorkspaceDirectories for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspaceImagePermissions

func (c *WorkSpaces) DescribeWorkspaceImagePermissions(input *DescribeWorkspaceImagePermissionsInput) (*DescribeWorkspaceImagePermissionsOutput, error)

DescribeWorkspaceImagePermissions API operation for Amazon WorkSpaces.

Describes the permissions that the owner of an image has granted to other Amazon Web Services accounts for an image.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeWorkspaceImagePermissions for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceImagePermissions

func (*WorkSpaces) DescribeWorkspaceImagePermissionsRequest

func (c *WorkSpaces) DescribeWorkspaceImagePermissionsRequest(input *DescribeWorkspaceImagePermissionsInput) (req *request.Request, output *DescribeWorkspaceImagePermissionsOutput)

DescribeWorkspaceImagePermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceImagePermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeWorkspaceImagePermissions for more information on using the DescribeWorkspaceImagePermissions 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 DescribeWorkspaceImagePermissionsRequest method.
req, resp := client.DescribeWorkspaceImagePermissionsRequest(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/DescribeWorkspaceImagePermissions

func (*WorkSpaces) DescribeWorkspaceImagePermissionsWithContext

func (c *WorkSpaces) DescribeWorkspaceImagePermissionsWithContext(ctx aws.Context, input *DescribeWorkspaceImagePermissionsInput, opts ...request.Option) (*DescribeWorkspaceImagePermissionsOutput, error)

DescribeWorkspaceImagePermissionsWithContext is the same as DescribeWorkspaceImagePermissions with the addition of the ability to pass a context and additional request options.

See DescribeWorkspaceImagePermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspaceImages

func (c *WorkSpaces) DescribeWorkspaceImages(input *DescribeWorkspaceImagesInput) (*DescribeWorkspaceImagesOutput, error)

DescribeWorkspaceImages API operation for Amazon WorkSpaces.

Retrieves a list that describes one or more specified images, if the image identifiers are provided. Otherwise, all images in the account are described.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeWorkspaceImages for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceImages

func (*WorkSpaces) DescribeWorkspaceImagesRequest

func (c *WorkSpaces) DescribeWorkspaceImagesRequest(input *DescribeWorkspaceImagesInput) (req *request.Request, output *DescribeWorkspaceImagesOutput)

DescribeWorkspaceImagesRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceImages operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeWorkspaceImages for more information on using the DescribeWorkspaceImages API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeWorkspaceImagesRequest method.
req, resp := client.DescribeWorkspaceImagesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceImages

func (*WorkSpaces) DescribeWorkspaceImagesWithContext

func (c *WorkSpaces) DescribeWorkspaceImagesWithContext(ctx aws.Context, input *DescribeWorkspaceImagesInput, opts ...request.Option) (*DescribeWorkspaceImagesOutput, error)

DescribeWorkspaceImagesWithContext is the same as DescribeWorkspaceImages with the addition of the ability to pass a context and additional request options.

See DescribeWorkspaceImages for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspaceSnapshots

func (c *WorkSpaces) DescribeWorkspaceSnapshots(input *DescribeWorkspaceSnapshotsInput) (*DescribeWorkspaceSnapshotsOutput, error)

DescribeWorkspaceSnapshots API operation for Amazon WorkSpaces.

Describes the snapshots for the specified WorkSpace.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeWorkspaceSnapshots for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceSnapshots

func (*WorkSpaces) DescribeWorkspaceSnapshotsRequest

func (c *WorkSpaces) DescribeWorkspaceSnapshotsRequest(input *DescribeWorkspaceSnapshotsInput) (req *request.Request, output *DescribeWorkspaceSnapshotsOutput)

DescribeWorkspaceSnapshotsRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaceSnapshots operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeWorkspaceSnapshots for more information on using the DescribeWorkspaceSnapshots API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeWorkspaceSnapshotsRequest method.
req, resp := client.DescribeWorkspaceSnapshotsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceSnapshots

func (*WorkSpaces) DescribeWorkspaceSnapshotsWithContext

func (c *WorkSpaces) DescribeWorkspaceSnapshotsWithContext(ctx aws.Context, input *DescribeWorkspaceSnapshotsInput, opts ...request.Option) (*DescribeWorkspaceSnapshotsOutput, error)

DescribeWorkspaceSnapshotsWithContext is the same as DescribeWorkspaceSnapshots with the addition of the ability to pass a context and additional request options.

See DescribeWorkspaceSnapshots for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspaces

func (c *WorkSpaces) DescribeWorkspaces(input *DescribeWorkspacesInput) (*DescribeWorkspacesOutput, error)

DescribeWorkspaces API operation for Amazon WorkSpaces.

Describes the specified WorkSpaces.

You can filter the results by using the bundle identifier, directory identifier, or owner, but you can specify only one filter at a time.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeWorkspaces for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceUnavailableException The specified resource is not available.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaces

func (*WorkSpaces) DescribeWorkspacesConnectionStatus

func (c *WorkSpaces) DescribeWorkspacesConnectionStatus(input *DescribeWorkspacesConnectionStatusInput) (*DescribeWorkspacesConnectionStatusOutput, error)

DescribeWorkspacesConnectionStatus API operation for Amazon WorkSpaces.

Describes the connection status of the specified WorkSpaces.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DescribeWorkspacesConnectionStatus for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspacesConnectionStatus

func (*WorkSpaces) DescribeWorkspacesConnectionStatusRequest

func (c *WorkSpaces) DescribeWorkspacesConnectionStatusRequest(input *DescribeWorkspacesConnectionStatusInput) (req *request.Request, output *DescribeWorkspacesConnectionStatusOutput)

DescribeWorkspacesConnectionStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspacesConnectionStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeWorkspacesConnectionStatus for more information on using the DescribeWorkspacesConnectionStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeWorkspacesConnectionStatusRequest method.
req, resp := client.DescribeWorkspacesConnectionStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspacesConnectionStatus

func (*WorkSpaces) DescribeWorkspacesConnectionStatusWithContext

func (c *WorkSpaces) DescribeWorkspacesConnectionStatusWithContext(ctx aws.Context, input *DescribeWorkspacesConnectionStatusInput, opts ...request.Option) (*DescribeWorkspacesConnectionStatusOutput, error)

DescribeWorkspacesConnectionStatusWithContext is the same as DescribeWorkspacesConnectionStatus with the addition of the ability to pass a context and additional request options.

See DescribeWorkspacesConnectionStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspacesPages

func (c *WorkSpaces) DescribeWorkspacesPages(input *DescribeWorkspacesInput, fn func(*DescribeWorkspacesOutput, bool) bool) error

DescribeWorkspacesPages iterates over the pages of a DescribeWorkspaces operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeWorkspaces method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeWorkspaces operation.
pageNum := 0
err := client.DescribeWorkspacesPages(params,
    func(page *workspaces.DescribeWorkspacesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*WorkSpaces) DescribeWorkspacesPagesWithContext

func (c *WorkSpaces) DescribeWorkspacesPagesWithContext(ctx aws.Context, input *DescribeWorkspacesInput, fn func(*DescribeWorkspacesOutput, bool) bool, opts ...request.Option) error

DescribeWorkspacesPagesWithContext same as DescribeWorkspacesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DescribeWorkspacesRequest

func (c *WorkSpaces) DescribeWorkspacesRequest(input *DescribeWorkspacesInput) (req *request.Request, output *DescribeWorkspacesOutput)

DescribeWorkspacesRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkspaces operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeWorkspaces for more information on using the DescribeWorkspaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeWorkspacesRequest method.
req, resp := client.DescribeWorkspacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaces

func (*WorkSpaces) DescribeWorkspacesWithContext

func (c *WorkSpaces) DescribeWorkspacesWithContext(ctx aws.Context, input *DescribeWorkspacesInput, opts ...request.Option) (*DescribeWorkspacesOutput, error)

DescribeWorkspacesWithContext is the same as DescribeWorkspaces with the addition of the ability to pass a context and additional request options.

See DescribeWorkspaces for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DisassociateConnectionAlias

func (c *WorkSpaces) DisassociateConnectionAlias(input *DisassociateConnectionAliasInput) (*DisassociateConnectionAliasOutput, error)

DisassociateConnectionAlias API operation for Amazon WorkSpaces.

Disassociates a connection alias from a directory. Disassociating a connection alias disables cross-Region redirection between two directories in different Regions. For more information, see Cross-Region Redirection for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html).

Before performing this operation, call DescribeConnectionAliases (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeConnectionAliases.html) to make sure that the current state of the connection alias is 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 DisassociateConnectionAlias for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • ResourceNotFoundException The resource could not be found.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DisassociateConnectionAlias

func (*WorkSpaces) DisassociateConnectionAliasRequest

func (c *WorkSpaces) DisassociateConnectionAliasRequest(input *DisassociateConnectionAliasInput) (req *request.Request, output *DisassociateConnectionAliasOutput)

DisassociateConnectionAliasRequest generates a "aws/request.Request" representing the client's request for the DisassociateConnectionAlias operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateConnectionAlias for more information on using the DisassociateConnectionAlias 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 DisassociateConnectionAliasRequest method.
req, resp := client.DisassociateConnectionAliasRequest(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/DisassociateConnectionAlias

func (*WorkSpaces) DisassociateConnectionAliasWithContext

func (c *WorkSpaces) DisassociateConnectionAliasWithContext(ctx aws.Context, input *DisassociateConnectionAliasInput, opts ...request.Option) (*DisassociateConnectionAliasOutput, error)

DisassociateConnectionAliasWithContext is the same as DisassociateConnectionAlias with the addition of the ability to pass a context and additional request options.

See DisassociateConnectionAlias for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DisassociateIpGroups

func (c *WorkSpaces) DisassociateIpGroups(input *DisassociateIpGroupsInput) (*DisassociateIpGroupsOutput, error)

DisassociateIpGroups API operation for Amazon WorkSpaces.

Disassociates the specified IP access control group from the specified directory.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation DisassociateIpGroups for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DisassociateIpGroups

func (*WorkSpaces) DisassociateIpGroupsRequest

func (c *WorkSpaces) DisassociateIpGroupsRequest(input *DisassociateIpGroupsInput) (req *request.Request, output *DisassociateIpGroupsOutput)

DisassociateIpGroupsRequest generates a "aws/request.Request" representing the client's request for the DisassociateIpGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateIpGroups for more information on using the DisassociateIpGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateIpGroupsRequest method.
req, resp := client.DisassociateIpGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DisassociateIpGroups

func (*WorkSpaces) DisassociateIpGroupsWithContext

func (c *WorkSpaces) DisassociateIpGroupsWithContext(ctx aws.Context, input *DisassociateIpGroupsInput, opts ...request.Option) (*DisassociateIpGroupsOutput, error)

DisassociateIpGroupsWithContext is the same as DisassociateIpGroups with the addition of the ability to pass a context and additional request options.

See DisassociateIpGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) DisassociateWorkspaceApplication

func (c *WorkSpaces) DisassociateWorkspaceApplication(input *DisassociateWorkspaceApplicationInput) (*DisassociateWorkspaceApplicationOutput, error)

DisassociateWorkspaceApplication API operation for Amazon WorkSpaces.

Disassociates the specified application from a 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 DisassociateWorkspaceApplication for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceInUseException The specified resource is currently in use.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DisassociateWorkspaceApplication

func (*WorkSpaces) DisassociateWorkspaceApplicationRequest

func (c *WorkSpaces) DisassociateWorkspaceApplicationRequest(input *DisassociateWorkspaceApplicationInput) (req *request.Request, output *DisassociateWorkspaceApplicationOutput)

DisassociateWorkspaceApplicationRequest generates a "aws/request.Request" representing the client's request for the DisassociateWorkspaceApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateWorkspaceApplication for more information on using the DisassociateWorkspaceApplication 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 DisassociateWorkspaceApplicationRequest method.
req, resp := client.DisassociateWorkspaceApplicationRequest(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/DisassociateWorkspaceApplication

func (*WorkSpaces) DisassociateWorkspaceApplicationWithContext

func (c *WorkSpaces) DisassociateWorkspaceApplicationWithContext(ctx aws.Context, input *DisassociateWorkspaceApplicationInput, opts ...request.Option) (*DisassociateWorkspaceApplicationOutput, error)

DisassociateWorkspaceApplicationWithContext is the same as DisassociateWorkspaceApplication with the addition of the ability to pass a context and additional request options.

See DisassociateWorkspaceApplication 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) ImportClientBranding

func (c *WorkSpaces) ImportClientBranding(input *ImportClientBrandingInput) (*ImportClientBrandingOutput, error)

ImportClientBranding API operation for Amazon WorkSpaces.

Imports client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in.

After you import client branding, the default branding experience for the specified platform type is replaced with the imported experience

  • You must specify at least one platform type when importing client branding.

  • You can import up to 6 MB of data with each request. If your request exceeds this limit, you can import client branding for different platform types using separate requests.

  • In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive. You can specify only one parameter for each platform type, but not both.

  • Imported data can take up to a minute to appear in the WorkSpaces client.

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 ImportClientBranding for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ImportClientBranding

func (*WorkSpaces) ImportClientBrandingRequest

func (c *WorkSpaces) ImportClientBrandingRequest(input *ImportClientBrandingInput) (req *request.Request, output *ImportClientBrandingOutput)

ImportClientBrandingRequest generates a "aws/request.Request" representing the client's request for the ImportClientBranding operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ImportClientBranding for more information on using the ImportClientBranding 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 ImportClientBrandingRequest method.
req, resp := client.ImportClientBrandingRequest(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/ImportClientBranding

func (*WorkSpaces) ImportClientBrandingWithContext

func (c *WorkSpaces) ImportClientBrandingWithContext(ctx aws.Context, input *ImportClientBrandingInput, opts ...request.Option) (*ImportClientBrandingOutput, error)

ImportClientBrandingWithContext is the same as ImportClientBranding with the addition of the ability to pass a context and additional request options.

See ImportClientBranding for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ImportWorkspaceImage

func (c *WorkSpaces) ImportWorkspaceImage(input *ImportWorkspaceImageInput) (*ImportWorkspaceImageOutput, error)

ImportWorkspaceImage API operation for Amazon WorkSpaces.

Imports the specified Windows 10 or 11 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses (https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation ImportWorkspaceImage for usage and error information.

Returned Error Types:

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • ResourceAlreadyExistsException The specified resource already exists.

  • ResourceNotFoundException The resource could not be found.

  • OperationNotSupportedException This operation is not supported.

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ImportWorkspaceImage

func (*WorkSpaces) ImportWorkspaceImageRequest

func (c *WorkSpaces) ImportWorkspaceImageRequest(input *ImportWorkspaceImageInput) (req *request.Request, output *ImportWorkspaceImageOutput)

ImportWorkspaceImageRequest generates a "aws/request.Request" representing the client's request for the ImportWorkspaceImage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ImportWorkspaceImage for more information on using the ImportWorkspaceImage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ImportWorkspaceImageRequest method.
req, resp := client.ImportWorkspaceImageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ImportWorkspaceImage

func (*WorkSpaces) ImportWorkspaceImageWithContext

func (c *WorkSpaces) ImportWorkspaceImageWithContext(ctx aws.Context, input *ImportWorkspaceImageInput, opts ...request.Option) (*ImportWorkspaceImageOutput, error)

ImportWorkspaceImageWithContext is the same as ImportWorkspaceImage with the addition of the ability to pass a context and additional request options.

See ImportWorkspaceImage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ListAvailableManagementCidrRanges

func (c *WorkSpaces) ListAvailableManagementCidrRanges(input *ListAvailableManagementCidrRangesInput) (*ListAvailableManagementCidrRangesOutput, error)

ListAvailableManagementCidrRanges API operation for Amazon WorkSpaces.

Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use for the network management interface when you enable Bring Your Own License (BYOL).

This operation can be run only by Amazon Web Services accounts that are enabled for BYOL. If your account isn't enabled for BYOL, you'll receive an AccessDeniedException error.

The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation ListAvailableManagementCidrRanges for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ListAvailableManagementCidrRanges

func (*WorkSpaces) ListAvailableManagementCidrRangesRequest

func (c *WorkSpaces) ListAvailableManagementCidrRangesRequest(input *ListAvailableManagementCidrRangesInput) (req *request.Request, output *ListAvailableManagementCidrRangesOutput)

ListAvailableManagementCidrRangesRequest generates a "aws/request.Request" representing the client's request for the ListAvailableManagementCidrRanges operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAvailableManagementCidrRanges for more information on using the ListAvailableManagementCidrRanges API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAvailableManagementCidrRangesRequest method.
req, resp := client.ListAvailableManagementCidrRangesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ListAvailableManagementCidrRanges

func (*WorkSpaces) ListAvailableManagementCidrRangesWithContext

func (c *WorkSpaces) ListAvailableManagementCidrRangesWithContext(ctx aws.Context, input *ListAvailableManagementCidrRangesInput, opts ...request.Option) (*ListAvailableManagementCidrRangesOutput, error)

ListAvailableManagementCidrRangesWithContext is the same as ListAvailableManagementCidrRanges with the addition of the ability to pass a context and additional request options.

See ListAvailableManagementCidrRanges for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) MigrateWorkspace

func (c *WorkSpaces) MigrateWorkspace(input *MigrateWorkspaceInput) (*MigrateWorkspaceOutput, error)

MigrateWorkspace API operation for Amazon WorkSpaces.

Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user volume.

The migration process recreates the WorkSpace by using a new root volume from the target bundle image and the user volume from the last available snapshot of the original WorkSpace. During migration, the original D:\Users\%USERNAME% user profile folder is renamed to D:\Users\%USERNAME%MMddyyTHHmmss%.NotMigrated. A new D:\Users\%USERNAME%\ folder is generated by the new OS. Certain files in the old user profile are moved to the new user profile.

For available migration scenarios, details about what happens during migration, and best practices, see Migrate a WorkSpace (https://docs.aws.amazon.com/workspaces/latest/adminguide/migrate-workspaces.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation MigrateWorkspace for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

  • OperationNotSupportedException This operation is not supported.

  • OperationInProgressException The properties of this WorkSpace are currently being modified. Try again in a moment.

  • ResourceUnavailableException The specified resource is not available.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/MigrateWorkspace

func (*WorkSpaces) MigrateWorkspaceRequest

func (c *WorkSpaces) MigrateWorkspaceRequest(input *MigrateWorkspaceInput) (req *request.Request, output *MigrateWorkspaceOutput)

MigrateWorkspaceRequest generates a "aws/request.Request" representing the client's request for the MigrateWorkspace operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See MigrateWorkspace for more information on using the MigrateWorkspace API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the MigrateWorkspaceRequest method.
req, resp := client.MigrateWorkspaceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/MigrateWorkspace

func (*WorkSpaces) MigrateWorkspaceWithContext

func (c *WorkSpaces) MigrateWorkspaceWithContext(ctx aws.Context, input *MigrateWorkspaceInput, opts ...request.Option) (*MigrateWorkspaceOutput, error)

MigrateWorkspaceWithContext is the same as MigrateWorkspace with the addition of the ability to pass a context and additional request options.

See MigrateWorkspace for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ModifyAccount

func (c *WorkSpaces) ModifyAccount(input *ModifyAccountInput) (*ModifyAccountOutput, error)

ModifyAccount API operation for Amazon WorkSpaces.

Modifies the configuration of Bring Your Own License (BYOL) for the specified account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation ModifyAccount for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • ResourceUnavailableException The specified resource is not available.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyAccount

func (*WorkSpaces) ModifyAccountRequest

func (c *WorkSpaces) ModifyAccountRequest(input *ModifyAccountInput) (req *request.Request, output *ModifyAccountOutput)

ModifyAccountRequest generates a "aws/request.Request" representing the client's request for the ModifyAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifyAccount for more information on using the ModifyAccount API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ModifyAccountRequest method.
req, resp := client.ModifyAccountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyAccount

func (*WorkSpaces) ModifyAccountWithContext

func (c *WorkSpaces) ModifyAccountWithContext(ctx aws.Context, input *ModifyAccountInput, opts ...request.Option) (*ModifyAccountOutput, error)

ModifyAccountWithContext is the same as ModifyAccount with the addition of the ability to pass a context and additional request options.

See ModifyAccount for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ModifyCertificateBasedAuthProperties

func (c *WorkSpaces) ModifyCertificateBasedAuthProperties(input *ModifyCertificateBasedAuthPropertiesInput) (*ModifyCertificateBasedAuthPropertiesOutput, error)

ModifyCertificateBasedAuthProperties API operation for Amazon WorkSpaces.

Modifies the properties of the certificate-based authentication you want to use with your 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 ModifyCertificateBasedAuthProperties for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyCertificateBasedAuthProperties

func (*WorkSpaces) ModifyCertificateBasedAuthPropertiesRequest

func (c *WorkSpaces) ModifyCertificateBasedAuthPropertiesRequest(input *ModifyCertificateBasedAuthPropertiesInput) (req *request.Request, output *ModifyCertificateBasedAuthPropertiesOutput)

ModifyCertificateBasedAuthPropertiesRequest generates a "aws/request.Request" representing the client's request for the ModifyCertificateBasedAuthProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifyCertificateBasedAuthProperties for more information on using the ModifyCertificateBasedAuthProperties 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 ModifyCertificateBasedAuthPropertiesRequest method.
req, resp := client.ModifyCertificateBasedAuthPropertiesRequest(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/ModifyCertificateBasedAuthProperties

func (*WorkSpaces) ModifyCertificateBasedAuthPropertiesWithContext

func (c *WorkSpaces) ModifyCertificateBasedAuthPropertiesWithContext(ctx aws.Context, input *ModifyCertificateBasedAuthPropertiesInput, opts ...request.Option) (*ModifyCertificateBasedAuthPropertiesOutput, error)

ModifyCertificateBasedAuthPropertiesWithContext is the same as ModifyCertificateBasedAuthProperties with the addition of the ability to pass a context and additional request options.

See ModifyCertificateBasedAuthProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ModifyClientProperties

func (c *WorkSpaces) ModifyClientProperties(input *ModifyClientPropertiesInput) (*ModifyClientPropertiesOutput, error)

ModifyClientProperties API operation for Amazon WorkSpaces.

Modifies the properties of the specified Amazon WorkSpaces clients.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation ModifyClientProperties for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyClientProperties

func (*WorkSpaces) ModifyClientPropertiesRequest

func (c *WorkSpaces) ModifyClientPropertiesRequest(input *ModifyClientPropertiesInput) (req *request.Request, output *ModifyClientPropertiesOutput)

ModifyClientPropertiesRequest generates a "aws/request.Request" representing the client's request for the ModifyClientProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifyClientProperties for more information on using the ModifyClientProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ModifyClientPropertiesRequest method.
req, resp := client.ModifyClientPropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyClientProperties

func (*WorkSpaces) ModifyClientPropertiesWithContext

func (c *WorkSpaces) ModifyClientPropertiesWithContext(ctx aws.Context, input *ModifyClientPropertiesInput, opts ...request.Option) (*ModifyClientPropertiesOutput, error)

ModifyClientPropertiesWithContext is the same as ModifyClientProperties with the addition of the ability to pass a context and additional request options.

See ModifyClientProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ModifySamlProperties

func (c *WorkSpaces) ModifySamlProperties(input *ModifySamlPropertiesInput) (*ModifySamlPropertiesOutput, error)

ModifySamlProperties API operation for Amazon WorkSpaces.

Modifies multiple properties related to SAML 2.0 authentication, including the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.

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 ModifySamlProperties for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifySamlProperties

func (*WorkSpaces) ModifySamlPropertiesRequest

func (c *WorkSpaces) ModifySamlPropertiesRequest(input *ModifySamlPropertiesInput) (req *request.Request, output *ModifySamlPropertiesOutput)

ModifySamlPropertiesRequest generates a "aws/request.Request" representing the client's request for the ModifySamlProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifySamlProperties for more information on using the ModifySamlProperties 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 ModifySamlPropertiesRequest method.
req, resp := client.ModifySamlPropertiesRequest(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/ModifySamlProperties

func (*WorkSpaces) ModifySamlPropertiesWithContext

func (c *WorkSpaces) ModifySamlPropertiesWithContext(ctx aws.Context, input *ModifySamlPropertiesInput, opts ...request.Option) (*ModifySamlPropertiesOutput, error)

ModifySamlPropertiesWithContext is the same as ModifySamlProperties with the addition of the ability to pass a context and additional request options.

See ModifySamlProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ModifySelfservicePermissions

func (c *WorkSpaces) ModifySelfservicePermissions(input *ModifySelfservicePermissionsInput) (*ModifySelfservicePermissionsOutput, error)

ModifySelfservicePermissions API operation for Amazon WorkSpaces.

Modifies the self-service WorkSpace management capabilities for your users. For more information, see Enable Self-Service WorkSpace Management Capabilities for Your Users (https://docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation ModifySelfservicePermissions for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifySelfservicePermissions

func (*WorkSpaces) ModifySelfservicePermissionsRequest

func (c *WorkSpaces) ModifySelfservicePermissionsRequest(input *ModifySelfservicePermissionsInput) (req *request.Request, output *ModifySelfservicePermissionsOutput)

ModifySelfservicePermissionsRequest generates a "aws/request.Request" representing the client's request for the ModifySelfservicePermissions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifySelfservicePermissions for more information on using the ModifySelfservicePermissions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ModifySelfservicePermissionsRequest method.
req, resp := client.ModifySelfservicePermissionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifySelfservicePermissions

func (*WorkSpaces) ModifySelfservicePermissionsWithContext

func (c *WorkSpaces) ModifySelfservicePermissionsWithContext(ctx aws.Context, input *ModifySelfservicePermissionsInput, opts ...request.Option) (*ModifySelfservicePermissionsOutput, error)

ModifySelfservicePermissionsWithContext is the same as ModifySelfservicePermissions with the addition of the ability to pass a context and additional request options.

See ModifySelfservicePermissions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ModifyWorkspaceAccessProperties

func (c *WorkSpaces) ModifyWorkspaceAccessProperties(input *ModifyWorkspaceAccessPropertiesInput) (*ModifyWorkspaceAccessPropertiesOutput, error)

ModifyWorkspaceAccessProperties API operation for Amazon WorkSpaces.

Specifies which devices and operating systems users can use to access their WorkSpaces. For more information, see Control Device Access (https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html#control-device-access).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation ModifyWorkspaceAccessProperties for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceAccessProperties

func (*WorkSpaces) ModifyWorkspaceAccessPropertiesRequest

func (c *WorkSpaces) ModifyWorkspaceAccessPropertiesRequest(input *ModifyWorkspaceAccessPropertiesInput) (req *request.Request, output *ModifyWorkspaceAccessPropertiesOutput)

ModifyWorkspaceAccessPropertiesRequest generates a "aws/request.Request" representing the client's request for the ModifyWorkspaceAccessProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifyWorkspaceAccessProperties for more information on using the ModifyWorkspaceAccessProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ModifyWorkspaceAccessPropertiesRequest method.
req, resp := client.ModifyWorkspaceAccessPropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceAccessProperties

func (*WorkSpaces) ModifyWorkspaceAccessPropertiesWithContext

func (c *WorkSpaces) ModifyWorkspaceAccessPropertiesWithContext(ctx aws.Context, input *ModifyWorkspaceAccessPropertiesInput, opts ...request.Option) (*ModifyWorkspaceAccessPropertiesOutput, error)

ModifyWorkspaceAccessPropertiesWithContext is the same as ModifyWorkspaceAccessProperties with the addition of the ability to pass a context and additional request options.

See ModifyWorkspaceAccessProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ModifyWorkspaceCreationProperties

func (c *WorkSpaces) ModifyWorkspaceCreationProperties(input *ModifyWorkspaceCreationPropertiesInput) (*ModifyWorkspaceCreationPropertiesOutput, error)

ModifyWorkspaceCreationProperties API operation for Amazon WorkSpaces.

Modify the default properties used to create WorkSpaces.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation ModifyWorkspaceCreationProperties for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceCreationProperties

func (*WorkSpaces) ModifyWorkspaceCreationPropertiesRequest

func (c *WorkSpaces) ModifyWorkspaceCreationPropertiesRequest(input *ModifyWorkspaceCreationPropertiesInput) (req *request.Request, output *ModifyWorkspaceCreationPropertiesOutput)

ModifyWorkspaceCreationPropertiesRequest generates a "aws/request.Request" representing the client's request for the ModifyWorkspaceCreationProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifyWorkspaceCreationProperties for more information on using the ModifyWorkspaceCreationProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ModifyWorkspaceCreationPropertiesRequest method.
req, resp := client.ModifyWorkspaceCreationPropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceCreationProperties

func (*WorkSpaces) ModifyWorkspaceCreationPropertiesWithContext

func (c *WorkSpaces) ModifyWorkspaceCreationPropertiesWithContext(ctx aws.Context, input *ModifyWorkspaceCreationPropertiesInput, opts ...request.Option) (*ModifyWorkspaceCreationPropertiesOutput, error)

ModifyWorkspaceCreationPropertiesWithContext is the same as ModifyWorkspaceCreationProperties with the addition of the ability to pass a context and additional request options.

See ModifyWorkspaceCreationProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ModifyWorkspaceProperties

func (c *WorkSpaces) ModifyWorkspaceProperties(input *ModifyWorkspacePropertiesInput) (*ModifyWorkspacePropertiesOutput, error)

ModifyWorkspaceProperties API operation for Amazon WorkSpaces.

Modifies the specified WorkSpace properties. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace (https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html).

The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core (http://aws.amazon.com/workspaces/core/).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation ModifyWorkspaceProperties for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • OperationInProgressException The properties of this WorkSpace are currently being modified. Try again in a moment.

  • UnsupportedWorkspaceConfigurationException The configuration of this WorkSpace is not supported for this operation. For more information, see Required Configuration and Service Components for WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html).

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

  • ResourceUnavailableException The specified resource is not available.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceProperties

func (*WorkSpaces) ModifyWorkspacePropertiesRequest

func (c *WorkSpaces) ModifyWorkspacePropertiesRequest(input *ModifyWorkspacePropertiesInput) (req *request.Request, output *ModifyWorkspacePropertiesOutput)

ModifyWorkspacePropertiesRequest generates a "aws/request.Request" representing the client's request for the ModifyWorkspaceProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifyWorkspaceProperties for more information on using the ModifyWorkspaceProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ModifyWorkspacePropertiesRequest method.
req, resp := client.ModifyWorkspacePropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceProperties

func (*WorkSpaces) ModifyWorkspacePropertiesWithContext

func (c *WorkSpaces) ModifyWorkspacePropertiesWithContext(ctx aws.Context, input *ModifyWorkspacePropertiesInput, opts ...request.Option) (*ModifyWorkspacePropertiesOutput, error)

ModifyWorkspacePropertiesWithContext is the same as ModifyWorkspaceProperties with the addition of the ability to pass a context and additional request options.

See ModifyWorkspaceProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) ModifyWorkspaceState

func (c *WorkSpaces) ModifyWorkspaceState(input *ModifyWorkspaceStateInput) (*ModifyWorkspaceStateOutput, error)

ModifyWorkspaceState API operation for Amazon WorkSpaces.

Sets the state of the specified WorkSpace.

To maintain a WorkSpace without being interrupted, set the WorkSpace state to ADMIN_MAINTENANCE. WorkSpaces in this state do not respond to requests to reboot, stop, start, rebuild, or restore. An AutoStop WorkSpace in this state is not stopped. Users cannot log into a WorkSpace in the ADMIN_MAINTENANCE state.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation ModifyWorkspaceState for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • ResourceNotFoundException The resource could not be found.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceState

func (*WorkSpaces) ModifyWorkspaceStateRequest

func (c *WorkSpaces) ModifyWorkspaceStateRequest(input *ModifyWorkspaceStateInput) (req *request.Request, output *ModifyWorkspaceStateOutput)

ModifyWorkspaceStateRequest generates a "aws/request.Request" representing the client's request for the ModifyWorkspaceState operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifyWorkspaceState for more information on using the ModifyWorkspaceState API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ModifyWorkspaceStateRequest method.
req, resp := client.ModifyWorkspaceStateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceState

func (*WorkSpaces) ModifyWorkspaceStateWithContext

func (c *WorkSpaces) ModifyWorkspaceStateWithContext(ctx aws.Context, input *ModifyWorkspaceStateInput, opts ...request.Option) (*ModifyWorkspaceStateOutput, error)

ModifyWorkspaceStateWithContext is the same as ModifyWorkspaceState with the addition of the ability to pass a context and additional request options.

See ModifyWorkspaceState for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) RebootWorkspaces

func (c *WorkSpaces) RebootWorkspaces(input *RebootWorkspacesInput) (*RebootWorkspacesOutput, error)

RebootWorkspaces API operation for Amazon WorkSpaces.

Reboots the specified WorkSpaces.

You cannot reboot a WorkSpace unless its state is AVAILABLE, UNHEALTHY, or REBOOTING. Reboot a WorkSpace in the REBOOTING state only if your WorkSpace has been stuck in the REBOOTING state for over 20 minutes.

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.

Returned Error Types:

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RebootWorkspaces

func (*WorkSpaces) RebootWorkspacesRequest

func (c *WorkSpaces) RebootWorkspacesRequest(input *RebootWorkspacesInput) (req *request.Request, output *RebootWorkspacesOutput)

RebootWorkspacesRequest generates a "aws/request.Request" representing the client's request for the RebootWorkspaces operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RebootWorkspaces for more information on using the RebootWorkspaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RebootWorkspacesRequest method.
req, resp := client.RebootWorkspacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RebootWorkspaces

func (*WorkSpaces) RebootWorkspacesWithContext

func (c *WorkSpaces) RebootWorkspacesWithContext(ctx aws.Context, input *RebootWorkspacesInput, opts ...request.Option) (*RebootWorkspacesOutput, error)

RebootWorkspacesWithContext is the same as RebootWorkspaces with the addition of the ability to pass a context and additional request options.

See RebootWorkspaces for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) RebuildWorkspaces

func (c *WorkSpaces) RebuildWorkspaces(input *RebuildWorkspacesInput) (*RebuildWorkspacesOutput, error)

RebuildWorkspaces API operation for Amazon WorkSpaces.

Rebuilds the specified WorkSpace.

You cannot rebuild a WorkSpace unless its state is AVAILABLE, ERROR, UNHEALTHY, STOPPED, or REBOOTING.

Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Rebuild a WorkSpace (https://docs.aws.amazon.com/workspaces/latest/adminguide/reset-workspace.html).

This operation is asynchronous and returns before the WorkSpaces have been completely rebuilt.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation RebuildWorkspaces for usage and error information.

Returned Error Types:

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RebuildWorkspaces

func (*WorkSpaces) RebuildWorkspacesRequest

func (c *WorkSpaces) RebuildWorkspacesRequest(input *RebuildWorkspacesInput) (req *request.Request, output *RebuildWorkspacesOutput)

RebuildWorkspacesRequest generates a "aws/request.Request" representing the client's request for the RebuildWorkspaces operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RebuildWorkspaces for more information on using the RebuildWorkspaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RebuildWorkspacesRequest method.
req, resp := client.RebuildWorkspacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RebuildWorkspaces

func (*WorkSpaces) RebuildWorkspacesWithContext

func (c *WorkSpaces) RebuildWorkspacesWithContext(ctx aws.Context, input *RebuildWorkspacesInput, opts ...request.Option) (*RebuildWorkspacesOutput, error)

RebuildWorkspacesWithContext is the same as RebuildWorkspaces with the addition of the ability to pass a context and additional request options.

See RebuildWorkspaces for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) RegisterWorkspaceDirectory

func (c *WorkSpaces) RegisterWorkspaceDirectory(input *RegisterWorkspaceDirectoryInput) (*RegisterWorkspaceDirectoryOutput, error)

RegisterWorkspaceDirectory API operation for Amazon WorkSpaces.

Registers the specified directory. This operation is asynchronous and returns before the WorkSpace directory is registered. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation RegisterWorkspaceDirectory for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • AccessDeniedException The user is not authorized to access a resource.

  • WorkspacesDefaultRoleNotFoundException The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role).

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • UnsupportedNetworkConfigurationException The configuration of this network is not supported for this operation, or your network configuration conflicts with the Amazon WorkSpaces management network IP range. For more information, see Configure a VPC for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html).

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RegisterWorkspaceDirectory

func (*WorkSpaces) RegisterWorkspaceDirectoryRequest

func (c *WorkSpaces) RegisterWorkspaceDirectoryRequest(input *RegisterWorkspaceDirectoryInput) (req *request.Request, output *RegisterWorkspaceDirectoryOutput)

RegisterWorkspaceDirectoryRequest generates a "aws/request.Request" representing the client's request for the RegisterWorkspaceDirectory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterWorkspaceDirectory for more information on using the RegisterWorkspaceDirectory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterWorkspaceDirectoryRequest method.
req, resp := client.RegisterWorkspaceDirectoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RegisterWorkspaceDirectory

func (*WorkSpaces) RegisterWorkspaceDirectoryWithContext

func (c *WorkSpaces) RegisterWorkspaceDirectoryWithContext(ctx aws.Context, input *RegisterWorkspaceDirectoryInput, opts ...request.Option) (*RegisterWorkspaceDirectoryOutput, error)

RegisterWorkspaceDirectoryWithContext is the same as RegisterWorkspaceDirectory with the addition of the ability to pass a context and additional request options.

See RegisterWorkspaceDirectory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) RestoreWorkspace

func (c *WorkSpaces) RestoreWorkspace(input *RestoreWorkspaceInput) (*RestoreWorkspaceOutput, error)

RestoreWorkspace API operation for Amazon WorkSpaces.

Restores the specified WorkSpace to its last known healthy state.

You cannot restore a WorkSpace unless its state is AVAILABLE, ERROR, UNHEALTHY, or STOPPED.

Restoring a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Restore a WorkSpace (https://docs.aws.amazon.com/workspaces/latest/adminguide/restore-workspace.html).

This operation is asynchronous and returns before the WorkSpace is completely restored.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation RestoreWorkspace for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RestoreWorkspace

func (*WorkSpaces) RestoreWorkspaceRequest

func (c *WorkSpaces) RestoreWorkspaceRequest(input *RestoreWorkspaceInput) (req *request.Request, output *RestoreWorkspaceOutput)

RestoreWorkspaceRequest generates a "aws/request.Request" representing the client's request for the RestoreWorkspace operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RestoreWorkspace for more information on using the RestoreWorkspace API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RestoreWorkspaceRequest method.
req, resp := client.RestoreWorkspaceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RestoreWorkspace

func (*WorkSpaces) RestoreWorkspaceWithContext

func (c *WorkSpaces) RestoreWorkspaceWithContext(ctx aws.Context, input *RestoreWorkspaceInput, opts ...request.Option) (*RestoreWorkspaceOutput, error)

RestoreWorkspaceWithContext is the same as RestoreWorkspace with the addition of the ability to pass a context and additional request options.

See RestoreWorkspace for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) RevokeIpRules

func (c *WorkSpaces) RevokeIpRules(input *RevokeIpRulesInput) (*RevokeIpRulesOutput, error)

RevokeIpRules API operation for Amazon WorkSpaces.

Removes one or more rules from the specified IP access control group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation RevokeIpRules for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RevokeIpRules

func (*WorkSpaces) RevokeIpRulesRequest

func (c *WorkSpaces) RevokeIpRulesRequest(input *RevokeIpRulesInput) (req *request.Request, output *RevokeIpRulesOutput)

RevokeIpRulesRequest generates a "aws/request.Request" representing the client's request for the RevokeIpRules operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RevokeIpRules for more information on using the RevokeIpRules API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RevokeIpRulesRequest method.
req, resp := client.RevokeIpRulesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/RevokeIpRules

func (*WorkSpaces) RevokeIpRulesWithContext

func (c *WorkSpaces) RevokeIpRulesWithContext(ctx aws.Context, input *RevokeIpRulesInput, opts ...request.Option) (*RevokeIpRulesOutput, error)

RevokeIpRulesWithContext is the same as RevokeIpRules with the addition of the ability to pass a context and additional request options.

See RevokeIpRules for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) StartWorkspaces

func (c *WorkSpaces) StartWorkspaces(input *StartWorkspacesInput) (*StartWorkspacesOutput, error)

StartWorkspaces API operation for Amazon WorkSpaces.

Starts the specified WorkSpaces.

You cannot start a WorkSpace unless it has a running mode of AutoStop and a state of STOPPED.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation StartWorkspaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StartWorkspaces

func (*WorkSpaces) StartWorkspacesRequest

func (c *WorkSpaces) StartWorkspacesRequest(input *StartWorkspacesInput) (req *request.Request, output *StartWorkspacesOutput)

StartWorkspacesRequest generates a "aws/request.Request" representing the client's request for the StartWorkspaces operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartWorkspaces for more information on using the StartWorkspaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartWorkspacesRequest method.
req, resp := client.StartWorkspacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StartWorkspaces

func (*WorkSpaces) StartWorkspacesWithContext

func (c *WorkSpaces) StartWorkspacesWithContext(ctx aws.Context, input *StartWorkspacesInput, opts ...request.Option) (*StartWorkspacesOutput, error)

StartWorkspacesWithContext is the same as StartWorkspaces with the addition of the ability to pass a context and additional request options.

See StartWorkspaces for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) StopWorkspaces

func (c *WorkSpaces) StopWorkspaces(input *StopWorkspacesInput) (*StopWorkspacesOutput, error)

StopWorkspaces API operation for Amazon WorkSpaces.

Stops the specified WorkSpaces.

You cannot stop a WorkSpace unless it has a running mode of AutoStop and a state of AVAILABLE, IMPAIRED, UNHEALTHY, or ERROR.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation StopWorkspaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StopWorkspaces

func (*WorkSpaces) StopWorkspacesRequest

func (c *WorkSpaces) StopWorkspacesRequest(input *StopWorkspacesInput) (req *request.Request, output *StopWorkspacesOutput)

StopWorkspacesRequest generates a "aws/request.Request" representing the client's request for the StopWorkspaces operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopWorkspaces for more information on using the StopWorkspaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopWorkspacesRequest method.
req, resp := client.StopWorkspacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StopWorkspaces

func (*WorkSpaces) StopWorkspacesWithContext

func (c *WorkSpaces) StopWorkspacesWithContext(ctx aws.Context, input *StopWorkspacesInput, opts ...request.Option) (*StopWorkspacesOutput, error)

StopWorkspacesWithContext is the same as StopWorkspaces with the addition of the ability to pass a context and additional request options.

See StopWorkspaces for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) TerminateWorkspaces

func (c *WorkSpaces) TerminateWorkspaces(input *TerminateWorkspacesInput) (*TerminateWorkspacesOutput, error)

TerminateWorkspaces API operation for Amazon WorkSpaces.

Terminates the specified WorkSpaces.

Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is destroyed. If you need to archive any user data, contact Amazon Web Services Support 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. After a WorkSpace is terminated, the TERMINATED state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using DescribeWorkSpaces (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html). If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.

Simple AD and AD Connector are made available to you free of charge to use with WorkSpaces. If there are no WorkSpaces being used with your Simple AD or AD Connector directory for 30 consecutive days, this directory will be automatically deregistered for use with Amazon WorkSpaces, and you will be charged for this directory as per the Directory Service pricing terms (http://aws.amazon.com/directoryservice/pricing/).

To delete empty directories, see Delete the Directory for Your WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/delete-workspaces-directory.html). If you delete your Simple AD or AD Connector directory, you can always create a new one when you want to start using WorkSpaces again.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation TerminateWorkspaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/TerminateWorkspaces

func (*WorkSpaces) TerminateWorkspacesRequest

func (c *WorkSpaces) TerminateWorkspacesRequest(input *TerminateWorkspacesInput) (req *request.Request, output *TerminateWorkspacesOutput)

TerminateWorkspacesRequest generates a "aws/request.Request" representing the client's request for the TerminateWorkspaces operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TerminateWorkspaces for more information on using the TerminateWorkspaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TerminateWorkspacesRequest method.
req, resp := client.TerminateWorkspacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/TerminateWorkspaces

func (*WorkSpaces) TerminateWorkspacesWithContext

func (c *WorkSpaces) TerminateWorkspacesWithContext(ctx aws.Context, input *TerminateWorkspacesInput, opts ...request.Option) (*TerminateWorkspacesOutput, error)

TerminateWorkspacesWithContext is the same as TerminateWorkspaces with the addition of the ability to pass a context and additional request options.

See TerminateWorkspaces for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) UpdateConnectClientAddIn

func (c *WorkSpaces) UpdateConnectClientAddIn(input *UpdateConnectClientAddInInput) (*UpdateConnectClientAddInOutput, error)

UpdateConnectClientAddIn API operation for Amazon WorkSpaces.

Updates a Amazon Connect client add-in. Use this action to update the name and endpoint URL of a Amazon Connect client add-in.

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 UpdateConnectClientAddIn for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateConnectClientAddIn

func (*WorkSpaces) UpdateConnectClientAddInRequest

func (c *WorkSpaces) UpdateConnectClientAddInRequest(input *UpdateConnectClientAddInInput) (req *request.Request, output *UpdateConnectClientAddInOutput)

UpdateConnectClientAddInRequest generates a "aws/request.Request" representing the client's request for the UpdateConnectClientAddIn operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateConnectClientAddIn for more information on using the UpdateConnectClientAddIn 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 UpdateConnectClientAddInRequest method.
req, resp := client.UpdateConnectClientAddInRequest(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/UpdateConnectClientAddIn

func (*WorkSpaces) UpdateConnectClientAddInWithContext

func (c *WorkSpaces) UpdateConnectClientAddInWithContext(ctx aws.Context, input *UpdateConnectClientAddInInput, opts ...request.Option) (*UpdateConnectClientAddInOutput, error)

UpdateConnectClientAddInWithContext is the same as UpdateConnectClientAddIn with the addition of the ability to pass a context and additional request options.

See UpdateConnectClientAddIn 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) UpdateConnectionAliasPermission

func (c *WorkSpaces) UpdateConnectionAliasPermission(input *UpdateConnectionAliasPermissionInput) (*UpdateConnectionAliasPermissionOutput, error)

UpdateConnectionAliasPermission API operation for Amazon WorkSpaces.

Shares or unshares a connection alias with one account by specifying whether that account has permission to associate the connection alias with a directory. If the association permission is granted, the connection alias is shared with that account. If the association permission is revoked, the connection alias is unshared with the account. For more information, see Cross-Region Redirection for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html).

  • Before performing this operation, call DescribeConnectionAliases (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeConnectionAliases.html) to make sure that the current state of the connection alias is CREATED.

  • To delete a connection alias that has been shared, the shared account must first disassociate the connection alias from any directories it has been associated with. Then you must unshare the connection alias from the account it has been shared with. You can delete a connection alias only after it is no longer shared with any accounts or associated with any directories.

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 UpdateConnectionAliasPermission for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • ResourceNotFoundException The resource could not be found.

  • ResourceAssociatedException The resource is associated with a directory.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateConnectionAliasPermission

func (*WorkSpaces) UpdateConnectionAliasPermissionRequest

func (c *WorkSpaces) UpdateConnectionAliasPermissionRequest(input *UpdateConnectionAliasPermissionInput) (req *request.Request, output *UpdateConnectionAliasPermissionOutput)

UpdateConnectionAliasPermissionRequest generates a "aws/request.Request" representing the client's request for the UpdateConnectionAliasPermission operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateConnectionAliasPermission for more information on using the UpdateConnectionAliasPermission 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 UpdateConnectionAliasPermissionRequest method.
req, resp := client.UpdateConnectionAliasPermissionRequest(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/UpdateConnectionAliasPermission

func (*WorkSpaces) UpdateConnectionAliasPermissionWithContext

func (c *WorkSpaces) UpdateConnectionAliasPermissionWithContext(ctx aws.Context, input *UpdateConnectionAliasPermissionInput, opts ...request.Option) (*UpdateConnectionAliasPermissionOutput, error)

UpdateConnectionAliasPermissionWithContext is the same as UpdateConnectionAliasPermission with the addition of the ability to pass a context and additional request options.

See UpdateConnectionAliasPermission for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) UpdateRulesOfIpGroup

func (c *WorkSpaces) UpdateRulesOfIpGroup(input *UpdateRulesOfIpGroupInput) (*UpdateRulesOfIpGroupOutput, error)

UpdateRulesOfIpGroup API operation for Amazon WorkSpaces.

Replaces the current rules of the specified IP access control group with the specified rules.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkSpaces's API operation UpdateRulesOfIpGroup for usage and error information.

Returned Error Types:

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceLimitExceededException Your resource limits have been exceeded.

  • InvalidResourceStateException The state of the resource is not valid for this operation.

  • AccessDeniedException The user is not authorized to access a resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateRulesOfIpGroup

func (*WorkSpaces) UpdateRulesOfIpGroupRequest

func (c *WorkSpaces) UpdateRulesOfIpGroupRequest(input *UpdateRulesOfIpGroupInput) (req *request.Request, output *UpdateRulesOfIpGroupOutput)

UpdateRulesOfIpGroupRequest generates a "aws/request.Request" representing the client's request for the UpdateRulesOfIpGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateRulesOfIpGroup for more information on using the UpdateRulesOfIpGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateRulesOfIpGroupRequest method.
req, resp := client.UpdateRulesOfIpGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateRulesOfIpGroup

func (*WorkSpaces) UpdateRulesOfIpGroupWithContext

func (c *WorkSpaces) UpdateRulesOfIpGroupWithContext(ctx aws.Context, input *UpdateRulesOfIpGroupInput, opts ...request.Option) (*UpdateRulesOfIpGroupOutput, error)

UpdateRulesOfIpGroupWithContext is the same as UpdateRulesOfIpGroup with the addition of the ability to pass a context and additional request options.

See UpdateRulesOfIpGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkSpaces) UpdateWorkspaceBundle

func (c *WorkSpaces) UpdateWorkspaceBundle(input *UpdateWorkspaceBundleInput) (*UpdateWorkspaceBundleOutput, error)

UpdateWorkspaceBundle API operation for Amazon WorkSpaces.

Updates a WorkSpace bundle with a new image. For more information about updating WorkSpace bundles, see Update a Custom WorkSpaces Bundle (https://docs.aws.amazon.com/workspaces/latest/adminguide/update-custom-bundle.html).

Existing WorkSpaces aren't automatically updated when you update the bundle that they're based on. To update existing WorkSpaces that are based on a bundle that you've updated, you must either rebuild the WorkSpaces or delete and recreate them.

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 UpdateWorkspaceBundle for usage and error information.

Returned Error Types:

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • ResourceNotFoundException The resource could not be found.

  • ResourceUnavailableException The specified resource is not available.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateWorkspaceBundle

func (*WorkSpaces) UpdateWorkspaceBundleRequest

func (c *WorkSpaces) UpdateWorkspaceBundleRequest(input *UpdateWorkspaceBundleInput) (req *request.Request, output *UpdateWorkspaceBundleOutput)

UpdateWorkspaceBundleRequest generates a "aws/request.Request" representing the client's request for the UpdateWorkspaceBundle operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateWorkspaceBundle for more information on using the UpdateWorkspaceBundle 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 UpdateWorkspaceBundleRequest method.
req, resp := client.UpdateWorkspaceBundleRequest(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/UpdateWorkspaceBundle

func (*WorkSpaces) UpdateWorkspaceBundleWithContext

func (c *WorkSpaces) UpdateWorkspaceBundleWithContext(ctx aws.Context, input *UpdateWorkspaceBundleInput, opts ...request.Option) (*UpdateWorkspaceBundleOutput, error)

UpdateWorkspaceBundleWithContext is the same as UpdateWorkspaceBundle with the addition of the ability to pass a context and additional request options.

See UpdateWorkspaceBundle 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) UpdateWorkspaceImagePermission

func (c *WorkSpaces) UpdateWorkspaceImagePermission(input *UpdateWorkspaceImagePermissionInput) (*UpdateWorkspaceImagePermissionOutput, error)

UpdateWorkspaceImagePermission API operation for Amazon WorkSpaces.

Shares or unshares an image with one account in the same Amazon Web Services Region by specifying whether that account has permission to copy the image. If the copy image permission is granted, the image is shared with that account. If the copy image permission is revoked, the image is unshared with the account.

After an image has been shared, the recipient account can copy the image to other Regions as needed.

In the China (Ningxia) Region, you can copy images only within the same Region.

In Amazon Web Services GovCloud (US), to copy images to and from other Regions, contact Amazon Web Services Support.

For more information about sharing images, see Share or Unshare a Custom WorkSpaces Image (https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html).

  • To delete an image that has been shared, you must unshare the image before you delete it.

  • Sharing Bring Your Own License (BYOL) images across Amazon Web Services accounts isn't supported at this time in Amazon Web Services GovCloud (US). To share BYOL images across accounts in Amazon Web Services GovCloud (US), contact Amazon Web Services Support.

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 UpdateWorkspaceImagePermission for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource could not be found.

  • ResourceUnavailableException The specified resource is not available.

  • AccessDeniedException The user is not authorized to access a resource.

  • InvalidParameterValuesException One or more parameter values are not valid.

  • OperationNotSupportedException This operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateWorkspaceImagePermission

func (*WorkSpaces) UpdateWorkspaceImagePermissionRequest

func (c *WorkSpaces) UpdateWorkspaceImagePermissionRequest(input *UpdateWorkspaceImagePermissionInput) (req *request.Request, output *UpdateWorkspaceImagePermissionOutput)

UpdateWorkspaceImagePermissionRequest generates a "aws/request.Request" representing the client's request for the UpdateWorkspaceImagePermission operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateWorkspaceImagePermission for more information on using the UpdateWorkspaceImagePermission 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 UpdateWorkspaceImagePermissionRequest method.
req, resp := client.UpdateWorkspaceImagePermissionRequest(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/UpdateWorkspaceImagePermission

func (*WorkSpaces) UpdateWorkspaceImagePermissionWithContext

func (c *WorkSpaces) UpdateWorkspaceImagePermissionWithContext(ctx aws.Context, input *UpdateWorkspaceImagePermissionInput, opts ...request.Option) (*UpdateWorkspaceImagePermissionOutput, error)

UpdateWorkspaceImagePermissionWithContext is the same as UpdateWorkspaceImagePermission with the addition of the ability to pass a context and additional request options.

See UpdateWorkspaceImagePermission 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. The format of
    // this name varies. For more information, see Launch a WorkSpace (https://docs.aws.amazon.com/workspaces/latest/adminguide/launch-workspaces-tutorials.html).
    ComputerName *string `type:"string"`

    // Indicates the settings of the data replication.
    DataReplicationSettings *DataReplicationSettings `type:"structure"`

    // The identifier of the Directory Service directory for the WorkSpace.
    DirectoryId *string `min:"10" type:"string"`

    // The error code that is returned if the WorkSpace cannot be created.
    ErrorCode *string `type:"string"`

    // The text of the error message that is returned if the WorkSpace cannot be
    // created.
    ErrorMessage *string `type:"string"`

    // The IP address of the WorkSpace.
    IpAddress *string `type:"string"`

    // The modification states of the WorkSpace.
    ModificationStates []*ModificationState `type:"list"`

    // The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
    RelatedWorkspaces []*RelatedWorkspaceProperties `type:"list"`

    // Indicates whether the data stored on the root volume is encrypted.
    RootVolumeEncryptionEnabled *bool `type:"boolean"`

    // The properties of the standby WorkSpace
    StandbyWorkspacesProperties []*StandbyWorkspacesProperties `type:"list"`

    // The operational state of the WorkSpace.
    //
    //    * PENDING – The WorkSpace is in a waiting state (for example, the WorkSpace
    //    is being created).
    //
    //    * AVAILABLE – The WorkSpace is running and has passed the health checks.
    //
    //    * IMPAIRED – Refer to UNHEALTHY state.
    //
    //    * UNHEALTHY – The WorkSpace is not responding to health checks.
    //
    //    * REBOOTING – The WorkSpace is being rebooted (restarted).
    //
    //    * STARTING – The WorkSpace is starting up and health checks are being
    //    run.
    //
    //    * REBUILDING – The WorkSpace is being rebuilt.
    //
    //    * RESTORING – The WorkSpace is being restored.
    //
    //    * MAINTENANCE – The WorkSpace is undergoing scheduled maintenance by
    //    Amazon Web Services.
    //
    //    * ADMIN_MAINTENANCE – The WorkSpace is undergoing maintenance by the
    //    WorkSpaces administrator.
    //
    //    * TERMINATING – The WorkSpace is being deleted.
    //
    //    * TERMINATED – The WorkSpace has been deleted.
    //
    //    * SUSPENDED – The WorkSpace has been suspended for image creation.
    //
    //    * UPDATING – The WorkSpace is undergoing an update.
    //
    //    * STOPPING – The WorkSpace is being stopped.
    //
    //    * STOPPED – The WorkSpace has been stopped.
    //
    //    * ERROR – The WorkSpace is an error state (for example, an error occurred
    //    during startup).
    //
    // After a WorkSpace is terminated, the TERMINATED state is returned only briefly
    // before the WorkSpace directory metadata is cleaned up, so this state is rarely
    // returned. To confirm that a WorkSpace is terminated, check for the WorkSpace
    // ID by using DescribeWorkSpaces (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html).
    // If the WorkSpace ID isn't returned, then the WorkSpace has been successfully
    // terminated.
    State *string `type:"string" enum:"WorkspaceState"`

    // The identifier of the subnet for the WorkSpace.
    SubnetId *string `min:"15" type:"string"`

    // The user for the WorkSpace.
    UserName *string `min:"1" type:"string"`

    // Indicates whether the data stored on the user volume is encrypted.
    UserVolumeEncryptionEnabled *bool `type:"boolean"`

    // The ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace.
    // Amazon WorkSpaces does not support asymmetric KMS keys.
    VolumeEncryptionKey *string `type:"string"`

    // The identifier of the WorkSpace.
    WorkspaceId *string `type:"string"`

    // The name of the user-decoupled WorkSpace.
    WorkspaceName *string `type:"string"`

    // The properties of the WorkSpace.
    WorkspaceProperties *WorkspaceProperties `type:"structure"`
    // contains filtered or unexported fields
}

Describes a WorkSpace.

func (Workspace) GoString

func (s Workspace) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Workspace) SetBundleId

func (s *Workspace) SetBundleId(v string) *Workspace

SetBundleId sets the BundleId field's value.

func (*Workspace) SetComputerName

func (s *Workspace) SetComputerName(v string) *Workspace

SetComputerName sets the ComputerName field's value.

func (*Workspace) SetDataReplicationSettings

func (s *Workspace) SetDataReplicationSettings(v *DataReplicationSettings) *Workspace

SetDataReplicationSettings sets the DataReplicationSettings field's value.

func (*Workspace) SetDirectoryId

func (s *Workspace) SetDirectoryId(v string) *Workspace

SetDirectoryId sets the DirectoryId field's value.

func (*Workspace) SetErrorCode

func (s *Workspace) SetErrorCode(v string) *Workspace

SetErrorCode sets the ErrorCode field's value.

func (*Workspace) SetErrorMessage

func (s *Workspace) SetErrorMessage(v string) *Workspace

SetErrorMessage sets the ErrorMessage field's value.

func (*Workspace) SetIpAddress

func (s *Workspace) SetIpAddress(v string) *Workspace

SetIpAddress sets the IpAddress field's value.

func (*Workspace) SetModificationStates

func (s *Workspace) SetModificationStates(v []*ModificationState) *Workspace

SetModificationStates sets the ModificationStates field's value.

func (*Workspace) SetRelatedWorkspaces

func (s *Workspace) SetRelatedWorkspaces(v []*RelatedWorkspaceProperties) *Workspace

SetRelatedWorkspaces sets the RelatedWorkspaces field's value.

func (*Workspace) SetRootVolumeEncryptionEnabled

func (s *Workspace) SetRootVolumeEncryptionEnabled(v bool) *Workspace

SetRootVolumeEncryptionEnabled sets the RootVolumeEncryptionEnabled field's value.

func (*Workspace) SetStandbyWorkspacesProperties

func (s *Workspace) SetStandbyWorkspacesProperties(v []*StandbyWorkspacesProperties) *Workspace

SetStandbyWorkspacesProperties sets the StandbyWorkspacesProperties field's value.

func (*Workspace) SetState

func (s *Workspace) SetState(v string) *Workspace

SetState sets the State field's value.

func (*Workspace) SetSubnetId

func (s *Workspace) SetSubnetId(v string) *Workspace

SetSubnetId sets the SubnetId field's value.

func (*Workspace) SetUserName

func (s *Workspace) SetUserName(v string) *Workspace

SetUserName sets the UserName field's value.

func (*Workspace) SetUserVolumeEncryptionEnabled

func (s *Workspace) SetUserVolumeEncryptionEnabled(v bool) *Workspace

SetUserVolumeEncryptionEnabled sets the UserVolumeEncryptionEnabled field's value.

func (*Workspace) SetVolumeEncryptionKey

func (s *Workspace) SetVolumeEncryptionKey(v string) *Workspace

SetVolumeEncryptionKey sets the VolumeEncryptionKey field's value.

func (*Workspace) SetWorkspaceId

func (s *Workspace) SetWorkspaceId(v string) *Workspace

SetWorkspaceId sets the WorkspaceId field's value.

func (*Workspace) SetWorkspaceName

func (s *Workspace) SetWorkspaceName(v string) *Workspace

SetWorkspaceName sets the WorkspaceName field's value.

func (*Workspace) SetWorkspaceProperties

func (s *Workspace) SetWorkspaceProperties(v *WorkspaceProperties) *Workspace

SetWorkspaceProperties sets the WorkspaceProperties field's value.

func (Workspace) String

func (s Workspace) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkspaceAccessProperties

type WorkspaceAccessProperties struct {

    // Indicates whether users can use Android and Android-compatible Chrome OS
    // devices to access their WorkSpaces.
    DeviceTypeAndroid *string `type:"string" enum:"AccessPropertyValue"`

    // Indicates whether users can use Chromebooks to access their WorkSpaces.
    DeviceTypeChromeOs *string `type:"string" enum:"AccessPropertyValue"`

    // Indicates whether users can use iOS devices to access their WorkSpaces.
    DeviceTypeIos *string `type:"string" enum:"AccessPropertyValue"`

    // Indicates whether users can use Linux clients to access their WorkSpaces.
    DeviceTypeLinux *string `type:"string" enum:"AccessPropertyValue"`

    // Indicates whether users can use macOS clients to access their WorkSpaces.
    DeviceTypeOsx *string `type:"string" enum:"AccessPropertyValue"`

    // Indicates whether users can access their WorkSpaces through a web browser.
    DeviceTypeWeb *string `type:"string" enum:"AccessPropertyValue"`

    // Indicates whether users can use Windows clients to access their WorkSpaces.
    DeviceTypeWindows *string `type:"string" enum:"AccessPropertyValue"`

    // Indicates whether users can use zero client devices to access their WorkSpaces.
    DeviceTypeZeroClient *string `type:"string" enum:"AccessPropertyValue"`
    // contains filtered or unexported fields
}

The device types and operating systems that can be used to access a WorkSpace. For more information, see Amazon WorkSpaces Client Network Requirements (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-network-requirements.html).

func (WorkspaceAccessProperties) GoString

func (s WorkspaceAccessProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceAccessProperties) SetDeviceTypeAndroid

func (s *WorkspaceAccessProperties) SetDeviceTypeAndroid(v string) *WorkspaceAccessProperties

SetDeviceTypeAndroid sets the DeviceTypeAndroid field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeChromeOs

func (s *WorkspaceAccessProperties) SetDeviceTypeChromeOs(v string) *WorkspaceAccessProperties

SetDeviceTypeChromeOs sets the DeviceTypeChromeOs field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeIos

func (s *WorkspaceAccessProperties) SetDeviceTypeIos(v string) *WorkspaceAccessProperties

SetDeviceTypeIos sets the DeviceTypeIos field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeLinux

func (s *WorkspaceAccessProperties) SetDeviceTypeLinux(v string) *WorkspaceAccessProperties

SetDeviceTypeLinux sets the DeviceTypeLinux field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeOsx

func (s *WorkspaceAccessProperties) SetDeviceTypeOsx(v string) *WorkspaceAccessProperties

SetDeviceTypeOsx sets the DeviceTypeOsx field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeWeb

func (s *WorkspaceAccessProperties) SetDeviceTypeWeb(v string) *WorkspaceAccessProperties

SetDeviceTypeWeb sets the DeviceTypeWeb field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeWindows

func (s *WorkspaceAccessProperties) SetDeviceTypeWindows(v string) *WorkspaceAccessProperties

SetDeviceTypeWindows sets the DeviceTypeWindows field's value.

func (*WorkspaceAccessProperties) SetDeviceTypeZeroClient

func (s *WorkspaceAccessProperties) SetDeviceTypeZeroClient(v string) *WorkspaceAccessProperties

SetDeviceTypeZeroClient sets the DeviceTypeZeroClient field's value.

func (WorkspaceAccessProperties) String

func (s WorkspaceAccessProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkspaceBundle

type WorkspaceBundle struct {

    // The identifier of the bundle.
    BundleId *string `type:"string"`

    // The type of WorkSpace bundle.
    BundleType *string `type:"string" enum:"BundleType"`

    // The compute type of the bundle. For more information, see Amazon WorkSpaces
    // Bundles (http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles).
    ComputeType *ComputeType `type:"structure"`

    // The time when the bundle was created.
    CreationTime *time.Time `type:"timestamp"`

    // The description of the bundle.
    Description *string `type:"string"`

    // The identifier of the image that was used to create the bundle.
    ImageId *string `type:"string"`

    // The last time that the bundle was updated.
    LastUpdatedTime *time.Time `type:"timestamp"`

    // The name of the bundle.
    Name *string `min:"1" type:"string"`

    // The owner of the bundle. This is the account identifier of the owner, or
    // AMAZON if the bundle is provided by Amazon Web Services.
    Owner *string `type:"string"`

    // The size of the root volume.
    RootStorage *RootStorage `type:"structure"`

    // The state of the WorkSpace bundle.
    State *string `type:"string" enum:"WorkspaceBundleState"`

    // The size of the user volume.
    UserStorage *UserStorage `type:"structure"`
    // contains filtered or unexported fields
}

Describes a WorkSpace bundle.

func (WorkspaceBundle) GoString

func (s WorkspaceBundle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceBundle) SetBundleId

func (s *WorkspaceBundle) SetBundleId(v string) *WorkspaceBundle

SetBundleId sets the BundleId field's value.

func (*WorkspaceBundle) SetBundleType

func (s *WorkspaceBundle) SetBundleType(v string) *WorkspaceBundle

SetBundleType sets the BundleType field's value.

func (*WorkspaceBundle) SetComputeType

func (s *WorkspaceBundle) SetComputeType(v *ComputeType) *WorkspaceBundle

SetComputeType sets the ComputeType field's value.

func (*WorkspaceBundle) SetCreationTime

func (s *WorkspaceBundle) SetCreationTime(v time.Time) *WorkspaceBundle

SetCreationTime sets the CreationTime field's value.

func (*WorkspaceBundle) SetDescription

func (s *WorkspaceBundle) SetDescription(v string) *WorkspaceBundle

SetDescription sets the Description field's value.

func (*WorkspaceBundle) SetImageId

func (s *WorkspaceBundle) SetImageId(v string) *WorkspaceBundle

SetImageId sets the ImageId field's value.

func (*WorkspaceBundle) SetLastUpdatedTime

func (s *WorkspaceBundle) SetLastUpdatedTime(v time.Time) *WorkspaceBundle

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*WorkspaceBundle) SetName

func (s *WorkspaceBundle) SetName(v string) *WorkspaceBundle

SetName sets the Name field's value.

func (*WorkspaceBundle) SetOwner

func (s *WorkspaceBundle) SetOwner(v string) *WorkspaceBundle

SetOwner sets the Owner field's value.

func (*WorkspaceBundle) SetRootStorage

func (s *WorkspaceBundle) SetRootStorage(v *RootStorage) *WorkspaceBundle

SetRootStorage sets the RootStorage field's value.

func (*WorkspaceBundle) SetState

func (s *WorkspaceBundle) SetState(v string) *WorkspaceBundle

SetState sets the State field's value.

func (*WorkspaceBundle) SetUserStorage

func (s *WorkspaceBundle) SetUserStorage(v *UserStorage) *WorkspaceBundle

SetUserStorage sets the UserStorage field's value.

func (WorkspaceBundle) String

func (s WorkspaceBundle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkspaceConnectionStatus

type WorkspaceConnectionStatus struct {

    // The connection state of the WorkSpace. The connection state is unknown if
    // the WorkSpace is stopped.
    ConnectionState *string `type:"string" enum:"ConnectionState"`

    // The timestamp of the connection status check.
    ConnectionStateCheckTimestamp *time.Time `type:"timestamp"`

    // The timestamp of the last known user connection.
    LastKnownUserConnectionTimestamp *time.Time `type:"timestamp"`

    // The identifier of the WorkSpace.
    WorkspaceId *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the connection status of a WorkSpace.

func (WorkspaceConnectionStatus) GoString

func (s WorkspaceConnectionStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceConnectionStatus) SetConnectionState

func (s *WorkspaceConnectionStatus) SetConnectionState(v string) *WorkspaceConnectionStatus

SetConnectionState sets the ConnectionState field's value.

func (*WorkspaceConnectionStatus) SetConnectionStateCheckTimestamp

func (s *WorkspaceConnectionStatus) SetConnectionStateCheckTimestamp(v time.Time) *WorkspaceConnectionStatus

SetConnectionStateCheckTimestamp sets the ConnectionStateCheckTimestamp field's value.

func (*WorkspaceConnectionStatus) SetLastKnownUserConnectionTimestamp

func (s *WorkspaceConnectionStatus) SetLastKnownUserConnectionTimestamp(v time.Time) *WorkspaceConnectionStatus

SetLastKnownUserConnectionTimestamp sets the LastKnownUserConnectionTimestamp field's value.

func (*WorkspaceConnectionStatus) SetWorkspaceId

func (s *WorkspaceConnectionStatus) SetWorkspaceId(v string) *WorkspaceConnectionStatus

SetWorkspaceId sets the WorkspaceId field's value.

func (WorkspaceConnectionStatus) String

func (s WorkspaceConnectionStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkspaceCreationProperties

type WorkspaceCreationProperties struct {

    // The identifier of your custom security group.
    CustomSecurityGroupId *string `min:"11" type:"string"`

    // The default organizational unit (OU) for your WorkSpaces directories. This
    // string must be the full Lightweight Directory Access Protocol (LDAP) distinguished
    // name for the target domain and OU. It must be in the form "OU=value,DC=value,DC=value",
    // where value is any string of characters, and the number of domain components
    // (DCs) is two or more. For example, OU=WorkSpaces_machines,DC=machines,DC=example,DC=com.
    //
    //    * To avoid errors, certain characters in the distinguished name must be
    //    escaped. For more information, see Distinguished Names (https://docs.microsoft.com/previous-versions/windows/desktop/ldap/distinguished-names)
    //    in the Microsoft documentation.
    //
    //    * The API doesn't validate whether the OU exists.
    DefaultOu *string `type:"string"`

    // Indicates whether internet access is enabled for your WorkSpaces.
    EnableInternetAccess *bool `type:"boolean"`

    // Indicates whether maintenance mode is enabled for your WorkSpaces. For more
    // information, see WorkSpace Maintenance (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html).
    EnableMaintenanceMode *bool `type:"boolean"`

    // Indicates whether Amazon WorkDocs is enabled for your WorkSpaces.
    //
    // If WorkDocs is already enabled for a WorkSpaces directory and you disable
    // it, new WorkSpaces launched in the directory will not have WorkDocs enabled.
    // However, WorkDocs remains enabled for any existing WorkSpaces, unless you
    // either disable users' access to WorkDocs or you delete the WorkDocs site.
    // To disable users' access to WorkDocs, see Disabling Users (https://docs.aws.amazon.com/workdocs/latest/adminguide/inactive-user.html)
    // in the Amazon WorkDocs Administration Guide. To delete a WorkDocs site, see
    // Deleting a Site (https://docs.aws.amazon.com/workdocs/latest/adminguide/manage-sites.html)
    // in the Amazon WorkDocs Administration Guide.
    //
    // If you enable WorkDocs on a directory that already has existing WorkSpaces,
    // the existing WorkSpaces and any new WorkSpaces that are launched in the directory
    // will have WorkDocs enabled.
    EnableWorkDocs *bool `type:"boolean"`

    // Indicates whether users are local administrators of their WorkSpaces.
    UserEnabledAsLocalAdministrator *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Describes the default properties that are used for creating WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html).

func (WorkspaceCreationProperties) GoString

func (s WorkspaceCreationProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceCreationProperties) SetCustomSecurityGroupId

func (s *WorkspaceCreationProperties) SetCustomSecurityGroupId(v string) *WorkspaceCreationProperties

SetCustomSecurityGroupId sets the CustomSecurityGroupId field's value.

func (*WorkspaceCreationProperties) SetDefaultOu

func (s *WorkspaceCreationProperties) SetDefaultOu(v string) *WorkspaceCreationProperties

SetDefaultOu sets the DefaultOu field's value.

func (*WorkspaceCreationProperties) SetEnableInternetAccess

func (s *WorkspaceCreationProperties) SetEnableInternetAccess(v bool) *WorkspaceCreationProperties

SetEnableInternetAccess sets the EnableInternetAccess field's value.

func (*WorkspaceCreationProperties) SetEnableMaintenanceMode

func (s *WorkspaceCreationProperties) SetEnableMaintenanceMode(v bool) *WorkspaceCreationProperties

SetEnableMaintenanceMode sets the EnableMaintenanceMode field's value.

func (*WorkspaceCreationProperties) SetEnableWorkDocs

func (s *WorkspaceCreationProperties) SetEnableWorkDocs(v bool) *WorkspaceCreationProperties

SetEnableWorkDocs sets the EnableWorkDocs field's value.

func (*WorkspaceCreationProperties) SetUserEnabledAsLocalAdministrator

func (s *WorkspaceCreationProperties) SetUserEnabledAsLocalAdministrator(v bool) *WorkspaceCreationProperties

SetUserEnabledAsLocalAdministrator sets the UserEnabledAsLocalAdministrator field's value.

func (WorkspaceCreationProperties) String

func (s WorkspaceCreationProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceCreationProperties) Validate

func (s *WorkspaceCreationProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WorkspaceDirectory

type WorkspaceDirectory struct {

    // The directory alias.
    Alias *string `type:"string"`

    // The certificate-based authentication properties used to authenticate SAML
    // 2.0 Identity Provider (IdP) user identities to Active Directory for WorkSpaces
    // login.
    CertificateBasedAuthProperties *CertificateBasedAuthProperties `type:"structure"`

    // The user name for the service account.
    CustomerUserName *string `min:"1" type:"string"`

    // The directory identifier.
    DirectoryId *string `min:"10" type:"string"`

    // The name of the directory.
    DirectoryName *string `type:"string"`

    // The directory type.
    DirectoryType *string `type:"string" enum:"WorkspaceDirectoryType"`

    // The IP addresses of the DNS servers for the directory.
    DnsIpAddresses []*string `type:"list"`

    // The identifier of the IAM role. This is the role that allows Amazon WorkSpaces
    // to make calls to other services, such as Amazon EC2, on your behalf.
    IamRoleId *string `type:"string"`

    // The identifiers of the IP access control groups associated with the directory.
    IpGroupIds []*string `locationName:"ipGroupIds" type:"list"`

    // The registration code for the directory. This is the code that users enter
    // in their Amazon WorkSpaces client application to connect to the directory.
    RegistrationCode *string `min:"1" type:"string"`

    // Describes the enablement status, user access URL, and relay state parameter
    // name that are used for configuring federation with an SAML 2.0 identity provider.
    SamlProperties *SamlProperties `type:"structure"`

    // The default self-service permissions for WorkSpaces in the directory.
    SelfservicePermissions *SelfservicePermissions `type:"structure"`

    // The state of the directory's registration with Amazon WorkSpaces. After a
    // directory is deregistered, the DEREGISTERED state is returned very briefly
    // before the directory metadata is cleaned up, so this state is rarely returned.
    // To confirm that a directory is deregistered, check for the directory ID by
    // using DescribeWorkspaceDirectories (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceDirectories.html).
    // If the directory ID isn't returned, then the directory has been successfully
    // deregistered.
    State *string `type:"string" enum:"WorkspaceDirectoryState"`

    // The identifiers of the subnets used with the directory.
    SubnetIds []*string `type:"list"`

    // Specifies whether the directory is dedicated or shared. To use Bring Your
    // Own License (BYOL), this value must be set to DEDICATED. For more information,
    // see Bring Your Own Windows Desktop Images (https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html).
    Tenancy *string `type:"string" enum:"Tenancy"`

    // The devices and operating systems that users can use to access WorkSpaces.
    WorkspaceAccessProperties *WorkspaceAccessProperties `type:"structure"`

    // The default creation properties for all WorkSpaces in the directory.
    WorkspaceCreationProperties *DefaultWorkspaceCreationProperties `type:"structure"`

    // The identifier of the security group that is assigned to new WorkSpaces.
    WorkspaceSecurityGroupId *string `min:"11" type:"string"`
    // contains filtered or unexported fields
}

Describes a directory that is used with Amazon WorkSpaces.

func (WorkspaceDirectory) GoString

func (s WorkspaceDirectory) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceDirectory) SetAlias

func (s *WorkspaceDirectory) SetAlias(v string) *WorkspaceDirectory

SetAlias sets the Alias field's value.

func (*WorkspaceDirectory) SetCertificateBasedAuthProperties

func (s *WorkspaceDirectory) SetCertificateBasedAuthProperties(v *CertificateBasedAuthProperties) *WorkspaceDirectory

SetCertificateBasedAuthProperties sets the CertificateBasedAuthProperties field's value.

func (*WorkspaceDirectory) SetCustomerUserName

func (s *WorkspaceDirectory) SetCustomerUserName(v string) *WorkspaceDirectory

SetCustomerUserName sets the CustomerUserName field's value.

func (*WorkspaceDirectory) SetDirectoryId

func (s *WorkspaceDirectory) SetDirectoryId(v string) *WorkspaceDirectory

SetDirectoryId sets the DirectoryId field's value.

func (*WorkspaceDirectory) SetDirectoryName

func (s *WorkspaceDirectory) SetDirectoryName(v string) *WorkspaceDirectory

SetDirectoryName sets the DirectoryName field's value.

func (*WorkspaceDirectory) SetDirectoryType

func (s *WorkspaceDirectory) SetDirectoryType(v string) *WorkspaceDirectory

SetDirectoryType sets the DirectoryType field's value.

func (*WorkspaceDirectory) SetDnsIpAddresses

func (s *WorkspaceDirectory) SetDnsIpAddresses(v []*string) *WorkspaceDirectory

SetDnsIpAddresses sets the DnsIpAddresses field's value.

func (*WorkspaceDirectory) SetIamRoleId

func (s *WorkspaceDirectory) SetIamRoleId(v string) *WorkspaceDirectory

SetIamRoleId sets the IamRoleId field's value.

func (*WorkspaceDirectory) SetIpGroupIds

func (s *WorkspaceDirectory) SetIpGroupIds(v []*string) *WorkspaceDirectory

SetIpGroupIds sets the IpGroupIds field's value.

func (*WorkspaceDirectory) SetRegistrationCode

func (s *WorkspaceDirectory) SetRegistrationCode(v string) *WorkspaceDirectory

SetRegistrationCode sets the RegistrationCode field's value.

func (*WorkspaceDirectory) SetSamlProperties

func (s *WorkspaceDirectory) SetSamlProperties(v *SamlProperties) *WorkspaceDirectory

SetSamlProperties sets the SamlProperties field's value.

func (*WorkspaceDirectory) SetSelfservicePermissions

func (s *WorkspaceDirectory) SetSelfservicePermissions(v *SelfservicePermissions) *WorkspaceDirectory

SetSelfservicePermissions sets the SelfservicePermissions field's value.

func (*WorkspaceDirectory) SetState

func (s *WorkspaceDirectory) SetState(v string) *WorkspaceDirectory

SetState sets the State field's value.

func (*WorkspaceDirectory) SetSubnetIds

func (s *WorkspaceDirectory) SetSubnetIds(v []*string) *WorkspaceDirectory

SetSubnetIds sets the SubnetIds field's value.

func (*WorkspaceDirectory) SetTenancy

func (s *WorkspaceDirectory) SetTenancy(v string) *WorkspaceDirectory

SetTenancy sets the Tenancy field's value.

func (*WorkspaceDirectory) SetWorkspaceAccessProperties

func (s *WorkspaceDirectory) SetWorkspaceAccessProperties(v *WorkspaceAccessProperties) *WorkspaceDirectory

SetWorkspaceAccessProperties sets the WorkspaceAccessProperties field's value.

func (*WorkspaceDirectory) SetWorkspaceCreationProperties

func (s *WorkspaceDirectory) SetWorkspaceCreationProperties(v *DefaultWorkspaceCreationProperties) *WorkspaceDirectory

SetWorkspaceCreationProperties sets the WorkspaceCreationProperties field's value.

func (*WorkspaceDirectory) SetWorkspaceSecurityGroupId

func (s *WorkspaceDirectory) SetWorkspaceSecurityGroupId(v string) *WorkspaceDirectory

SetWorkspaceSecurityGroupId sets the WorkspaceSecurityGroupId field's value.

func (WorkspaceDirectory) String

func (s WorkspaceDirectory) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkspaceImage

type WorkspaceImage struct {

    // The date when the image was created. If the image has been shared, the Amazon
    // Web Services account that the image has been shared with sees the original
    // creation date of the image.
    Created *time.Time `type:"timestamp"`

    // The description of the image.
    Description *string `min:"1" type:"string"`

    // The error code that is returned for the image.
    ErrorCode *string `type:"string"`

    // Additional details of the error returned for the image, including the possible
    // causes of the errors and troubleshooting information.
    ErrorDetails []*ErrorDetails `type:"list"`

    // The text of the error message that is returned for the image.
    ErrorMessage *string `type:"string"`

    // The identifier of the image.
    ImageId *string `type:"string"`

    // The name of the image.
    Name *string `min:"1" type:"string"`

    // The operating system that the image is running.
    OperatingSystem *OperatingSystem `type:"structure"`

    // The identifier of the Amazon Web Services account that owns the image.
    OwnerAccountId *string `type:"string"`

    // Specifies whether the image is running on dedicated hardware. When Bring
    // Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more
    // information, see Bring Your Own Windows Desktop Images (https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html).
    RequiredTenancy *string `type:"string" enum:"WorkspaceImageRequiredTenancy"`

    // The status of the image.
    State *string `type:"string" enum:"WorkspaceImageState"`

    // The updates (if any) that are available for the specified image.
    Updates *UpdateResult `type:"structure"`
    // contains filtered or unexported fields
}

Describes a WorkSpace image.

func (WorkspaceImage) GoString

func (s WorkspaceImage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceImage) SetCreated

func (s *WorkspaceImage) SetCreated(v time.Time) *WorkspaceImage

SetCreated sets the Created field's value.

func (*WorkspaceImage) SetDescription

func (s *WorkspaceImage) SetDescription(v string) *WorkspaceImage

SetDescription sets the Description field's value.

func (*WorkspaceImage) SetErrorCode

func (s *WorkspaceImage) SetErrorCode(v string) *WorkspaceImage

SetErrorCode sets the ErrorCode field's value.

func (*WorkspaceImage) SetErrorDetails

func (s *WorkspaceImage) SetErrorDetails(v []*ErrorDetails) *WorkspaceImage

SetErrorDetails sets the ErrorDetails field's value.

func (*WorkspaceImage) SetErrorMessage

func (s *WorkspaceImage) SetErrorMessage(v string) *WorkspaceImage

SetErrorMessage sets the ErrorMessage field's value.

func (*WorkspaceImage) SetImageId

func (s *WorkspaceImage) SetImageId(v string) *WorkspaceImage

SetImageId sets the ImageId field's value.

func (*WorkspaceImage) SetName

func (s *WorkspaceImage) SetName(v string) *WorkspaceImage

SetName sets the Name field's value.

func (*WorkspaceImage) SetOperatingSystem

func (s *WorkspaceImage) SetOperatingSystem(v *OperatingSystem) *WorkspaceImage

SetOperatingSystem sets the OperatingSystem field's value.

func (*WorkspaceImage) SetOwnerAccountId

func (s *WorkspaceImage) SetOwnerAccountId(v string) *WorkspaceImage

SetOwnerAccountId sets the OwnerAccountId field's value.

func (*WorkspaceImage) SetRequiredTenancy

func (s *WorkspaceImage) SetRequiredTenancy(v string) *WorkspaceImage

SetRequiredTenancy sets the RequiredTenancy field's value.

func (*WorkspaceImage) SetState

func (s *WorkspaceImage) SetState(v string) *WorkspaceImage

SetState sets the State field's value.

func (*WorkspaceImage) SetUpdates

func (s *WorkspaceImage) SetUpdates(v *UpdateResult) *WorkspaceImage

SetUpdates sets the Updates field's value.

func (WorkspaceImage) String

func (s WorkspaceImage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkspaceProperties

type WorkspaceProperties struct {

    // The compute type. For more information, see Amazon WorkSpaces Bundles (http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles).
    ComputeTypeName *string `type:"string" enum:"Compute"`

    // The name of the operating system.
    OperatingSystemName *string `type:"string" enum:"OperatingSystemName"`

    // The protocol. For more information, see Protocols for Amazon WorkSpaces (https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-protocols.html).
    //
    //    * Only available for WorkSpaces created with PCoIP bundles.
    //
    //    * The Protocols property is case sensitive. Ensure you use PCOIP or WSP.
    //
    //    * Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based
    //    bundles (Graphics, GraphicsPro, Graphics.g4dn, and GraphicsPro.g4dn).
    Protocols []*string `type:"list" enum:"Protocol"`

    // The size of the root volume. For important information about how to modify
    // the size of the root and user volumes, see Modify a WorkSpace (https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html).
    RootVolumeSizeGib *int64 `type:"integer"`

    // The running mode. For more information, see Manage the WorkSpace Running
    // Mode (https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html).
    //
    // The MANUAL value is only supported by Amazon WorkSpaces Core. Contact your
    // account team to be allow-listed to use this value. For more information,
    // see Amazon WorkSpaces Core (http://aws.amazon.com/workspaces/core/).
    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. For important information about how to modify
    // the size of the root and user volumes, see Modify a WorkSpace (https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html).
    UserVolumeSizeGib *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Describes a WorkSpace.

func (WorkspaceProperties) GoString

func (s WorkspaceProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceProperties) SetComputeTypeName

func (s *WorkspaceProperties) SetComputeTypeName(v string) *WorkspaceProperties

SetComputeTypeName sets the ComputeTypeName field's value.

func (*WorkspaceProperties) SetOperatingSystemName

func (s *WorkspaceProperties) SetOperatingSystemName(v string) *WorkspaceProperties

SetOperatingSystemName sets the OperatingSystemName field's value.

func (*WorkspaceProperties) SetProtocols

func (s *WorkspaceProperties) SetProtocols(v []*string) *WorkspaceProperties

SetProtocols sets the Protocols field's value.

func (*WorkspaceProperties) SetRootVolumeSizeGib

func (s *WorkspaceProperties) SetRootVolumeSizeGib(v int64) *WorkspaceProperties

SetRootVolumeSizeGib sets the RootVolumeSizeGib field's value.

func (*WorkspaceProperties) SetRunningMode

func (s *WorkspaceProperties) SetRunningMode(v string) *WorkspaceProperties

SetRunningMode sets the RunningMode field's value.

func (*WorkspaceProperties) SetRunningModeAutoStopTimeoutInMinutes

func (s *WorkspaceProperties) SetRunningModeAutoStopTimeoutInMinutes(v int64) *WorkspaceProperties

SetRunningModeAutoStopTimeoutInMinutes sets the RunningModeAutoStopTimeoutInMinutes field's value.

func (*WorkspaceProperties) SetUserVolumeSizeGib

func (s *WorkspaceProperties) SetUserVolumeSizeGib(v int64) *WorkspaceProperties

SetUserVolumeSizeGib sets the UserVolumeSizeGib field's value.

func (WorkspaceProperties) String

func (s WorkspaceProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 Directory Service directory for the WorkSpace. You
    // can use DescribeWorkspaceDirectories to list the available directories.
    //
    // DirectoryId is a required field
    DirectoryId *string `min:"10" type:"string" required:"true"`

    // Indicates whether the data stored on the root volume is encrypted.
    RootVolumeEncryptionEnabled *bool `type:"boolean"`

    // The tags for the WorkSpace.
    Tags []*Tag `type:"list"`

    // The user name of the user for the WorkSpace. This user name must exist in
    // the Directory Service directory for the WorkSpace.
    //
    // The reserved keyword, [UNDEFINED], is used when creating user-decoupled WorkSpaces.
    //
    // 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 ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace.
    // Amazon WorkSpaces does not support asymmetric KMS keys.
    VolumeEncryptionKey *string `type:"string"`

    // The name of the user-decoupled WorkSpace.
    WorkspaceName *string `type:"string"`

    // The WorkSpace properties.
    WorkspaceProperties *WorkspaceProperties `type:"structure"`
    // contains filtered or unexported fields
}

Describes the information used to create a WorkSpace.

func (WorkspaceRequest) GoString

func (s WorkspaceRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceRequest) SetBundleId

func (s *WorkspaceRequest) SetBundleId(v string) *WorkspaceRequest

SetBundleId sets the BundleId field's value.

func (*WorkspaceRequest) SetDirectoryId

func (s *WorkspaceRequest) SetDirectoryId(v string) *WorkspaceRequest

SetDirectoryId sets the DirectoryId field's value.

func (*WorkspaceRequest) SetRootVolumeEncryptionEnabled

func (s *WorkspaceRequest) SetRootVolumeEncryptionEnabled(v bool) *WorkspaceRequest

SetRootVolumeEncryptionEnabled sets the RootVolumeEncryptionEnabled field's value.

func (*WorkspaceRequest) SetTags

func (s *WorkspaceRequest) SetTags(v []*Tag) *WorkspaceRequest

SetTags sets the Tags field's value.

func (*WorkspaceRequest) SetUserName

func (s *WorkspaceRequest) SetUserName(v string) *WorkspaceRequest

SetUserName sets the UserName field's value.

func (*WorkspaceRequest) SetUserVolumeEncryptionEnabled

func (s *WorkspaceRequest) SetUserVolumeEncryptionEnabled(v bool) *WorkspaceRequest

SetUserVolumeEncryptionEnabled sets the UserVolumeEncryptionEnabled field's value.

func (*WorkspaceRequest) SetVolumeEncryptionKey

func (s *WorkspaceRequest) SetVolumeEncryptionKey(v string) *WorkspaceRequest

SetVolumeEncryptionKey sets the VolumeEncryptionKey field's value.

func (*WorkspaceRequest) SetWorkspaceName

func (s *WorkspaceRequest) SetWorkspaceName(v string) *WorkspaceRequest

SetWorkspaceName sets the WorkspaceName field's value.

func (*WorkspaceRequest) SetWorkspaceProperties

func (s *WorkspaceRequest) SetWorkspaceProperties(v *WorkspaceProperties) *WorkspaceRequest

SetWorkspaceProperties sets the WorkspaceProperties field's value.

func (WorkspaceRequest) String

func (s WorkspaceRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceRequest) Validate

func (s *WorkspaceRequest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WorkspaceResourceAssociation

type WorkspaceResourceAssociation struct {

    // The identifier of the associated resource.
    AssociatedResourceId *string `min:"1" type:"string"`

    // The resource types of the associated resource.
    AssociatedResourceType *string `type:"string" enum:"WorkSpaceAssociatedResourceType"`

    // The time the association is created.
    Created *time.Time `type:"timestamp"`

    // The time the association status was last updated.
    LastUpdatedTime *time.Time `type:"timestamp"`

    // The status of the WorkSpace resource association.
    State *string `type:"string" enum:"AssociationState"`

    // The reason the association deployment failed.
    StateReason *AssociationStateReason `type:"structure"`

    // The identifier of the WorkSpace.
    WorkspaceId *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the association between an application and a WorkSpace resource.

func (WorkspaceResourceAssociation) GoString

func (s WorkspaceResourceAssociation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceResourceAssociation) SetAssociatedResourceId

func (s *WorkspaceResourceAssociation) SetAssociatedResourceId(v string) *WorkspaceResourceAssociation

SetAssociatedResourceId sets the AssociatedResourceId field's value.

func (*WorkspaceResourceAssociation) SetAssociatedResourceType

func (s *WorkspaceResourceAssociation) SetAssociatedResourceType(v string) *WorkspaceResourceAssociation

SetAssociatedResourceType sets the AssociatedResourceType field's value.

func (*WorkspaceResourceAssociation) SetCreated

func (s *WorkspaceResourceAssociation) SetCreated(v time.Time) *WorkspaceResourceAssociation

SetCreated sets the Created field's value.

func (*WorkspaceResourceAssociation) SetLastUpdatedTime

func (s *WorkspaceResourceAssociation) SetLastUpdatedTime(v time.Time) *WorkspaceResourceAssociation

SetLastUpdatedTime sets the LastUpdatedTime field's value.

func (*WorkspaceResourceAssociation) SetState

func (s *WorkspaceResourceAssociation) SetState(v string) *WorkspaceResourceAssociation

SetState sets the State field's value.

func (*WorkspaceResourceAssociation) SetStateReason

func (s *WorkspaceResourceAssociation) SetStateReason(v *AssociationStateReason) *WorkspaceResourceAssociation

SetStateReason sets the StateReason field's value.

func (*WorkspaceResourceAssociation) SetWorkspaceId

func (s *WorkspaceResourceAssociation) SetWorkspaceId(v string) *WorkspaceResourceAssociation

SetWorkspaceId sets the WorkspaceId field's value.

func (WorkspaceResourceAssociation) String

func (s WorkspaceResourceAssociation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkspacesDefaultRoleNotFoundException

type WorkspacesDefaultRoleNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role (https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role).

func (*WorkspacesDefaultRoleNotFoundException) Code

func (s *WorkspacesDefaultRoleNotFoundException) Code() string

Code returns the exception type name.

func (*WorkspacesDefaultRoleNotFoundException) Error

func (s *WorkspacesDefaultRoleNotFoundException) Error() string

func (WorkspacesDefaultRoleNotFoundException) GoString

func (s WorkspacesDefaultRoleNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspacesDefaultRoleNotFoundException) Message

func (s *WorkspacesDefaultRoleNotFoundException) Message() string

Message returns the exception's message.

func (*WorkspacesDefaultRoleNotFoundException) OrigErr

func (s *WorkspacesDefaultRoleNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*WorkspacesDefaultRoleNotFoundException) RequestID

func (s *WorkspacesDefaultRoleNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*WorkspacesDefaultRoleNotFoundException) StatusCode

func (s *WorkspacesDefaultRoleNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (WorkspacesDefaultRoleNotFoundException) String

func (s WorkspacesDefaultRoleNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".