Versions in this module Expand all Collapse all v0 v0.3.0 Jan 25, 2023 v0.2.0 Jan 25, 2023 v0.1.0 Jan 25, 2023 Changes in this version + var EndpointMap map[string]string + var EndpointType = "regional" + func GetEndpointMap() map[string]string + func GetEndpointType() string + func SetClientProperty(client *Client, propertyName string, propertyValue interface{}) + func SetEndpointDataToClient(client *Client) + type ADConnector struct + ADConnectorAddress string + ConnectorStatus string + NetworkInterfaceId string + Specification string + TrustKey string + VSwitchId string + type ADConnectorsInDescribeDirectories struct + ADConnector []ADConnector + type ADConnectorsInDescribeOfficeSites struct + ADConnector []ADConnector + type ActivateOfficeSiteRequest struct + OfficeSiteId string + func CreateActivateOfficeSiteRequest() (request *ActivateOfficeSiteRequest) + type ActivateOfficeSiteResponse struct + RequestId string + func CreateActivateOfficeSiteResponse() (response *ActivateOfficeSiteResponse) + type AdConnector struct + Address string + type AdConnectors struct + AdConnector []AdConnector + type AddUserToDesktopGroupRequest struct + ClientToken string + DesktopGroupId string + DesktopGroupIds *[]string + EndUserIds *[]string + func CreateAddUserToDesktopGroupRequest() (request *AddUserToDesktopGroupRequest) + type AddUserToDesktopGroupResponse struct + RequestId string + func CreateAddUserToDesktopGroupResponse() (response *AddUserToDesktopGroupResponse) + type AliUids struct + AliUid []string + type AllowDiskSize struct + AllowDiskSizeItem []AllowDiskSizeItem + type AllowDiskSizeItem struct + DataDiskSize int + DefaultDataDiskSize int + SystemDiskSize int + type ApplyCoordinationForMonitoringRequest struct + CoordinatePolicyType string + EndUserId string + InitiatorType string + ResourceCandidates *[]ApplyCoordinationForMonitoringResourceCandidates + Uuid string + func CreateApplyCoordinationForMonitoringRequest() (request *ApplyCoordinationForMonitoringRequest) + type ApplyCoordinationForMonitoringResourceCandidates struct + OwnerAliUid string + OwnerEndUserId string + OwnerWyId string + ResourceId string + ResourceName string + ResourceProperties string + ResourceRegionId string + ResourceType string + type ApplyCoordinationForMonitoringResponse struct + CoordinateFlowModels []CoordinateFlowModel + RequestId string + func CreateApplyCoordinationForMonitoringResponse() (response *ApplyCoordinationForMonitoringResponse) + type ApproveFotaUpdateRequest struct + AppVersion string + DesktopId string + func CreateApproveFotaUpdateRequest() (request *ApproveFotaUpdateRequest) + type ApproveFotaUpdateResponse struct + RequestId string + func CreateApproveFotaUpdateResponse() (response *ApproveFotaUpdateResponse) + type AssociateNetworkPackageRequest struct + NetworkPackageId string + OfficeSiteId string + func CreateAssociateNetworkPackageRequest() (request *AssociateNetworkPackageRequest) + type AssociateNetworkPackageResponse struct + RequestId string + func CreateAssociateNetworkPackageResponse() (response *AssociateNetworkPackageResponse) + type AttachCenRequest struct + CenId string + CenOwnerId requests.Integer + OfficeSiteId string + VerifyCode string + func CreateAttachCenRequest() (request *AttachCenRequest) + type AttachCenResponse struct + RequestId string + func CreateAttachCenResponse() (response *AttachCenResponse) + type AuthorizeAccessPolicyRule struct + CidrIp string + Description string + type AuthorizeAccessPolicyRules struct + AuthorizeAccessPolicyRule []AuthorizeAccessPolicyRule + type AuthorizeSecurityPolicyRule struct + CidrIp string + Description string + IpProtocol string + Policy string + PortRange string + Priority string + Type string + type AuthorizeSecurityPolicyRules struct + AuthorizeSecurityPolicyRule []AuthorizeSecurityPolicyRule + type Bundle struct + BundleId string + BundleName string + BundleType string + CreationTime string + Description string + DesktopType string + DesktopTypeAttribute DesktopTypeAttribute + DesktopTypeFamily string + Disks []Disk + ImageId string + ImageName string + Language string + OsType string + ProtocolType string + SessionType string + StockState string + VolumeEncryptionEnabled bool + VolumeEncryptionKey string + type Bundles struct + Bundle []Bundle + type CancelCopyImageRequest struct + ImageId string + func CreateCancelCopyImageRequest() (request *CancelCopyImageRequest) + type CancelCopyImageResponse struct + RequestId string + func CreateCancelCopyImageResponse() (response *CancelCopyImageResponse) + type Cen struct + CenId string + CreationTime string + Description string + Ipv6Level string + Name string + PackageIds []PackageId + ProtectionLevel string + Status string + Tags []Tag + type Cens struct + Cen []Cen + type CidrBlocks struct + CidrBlock []string + type Client struct + func NewClient() (client *Client, err error) + func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error) + func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error) + func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error) + func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error) + func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error) + func NewClientWithRamRoleArnAndPolicy(regionId string, ...) (client *Client, err error) + func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error) + func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error) + func (client *Client) ActivateOfficeSite(request *ActivateOfficeSiteRequest) (response *ActivateOfficeSiteResponse, err error) + func (client *Client) ActivateOfficeSiteWithCallback(request *ActivateOfficeSiteRequest, ...) <-chan int + func (client *Client) ActivateOfficeSiteWithChan(request *ActivateOfficeSiteRequest) (<-chan *ActivateOfficeSiteResponse, <-chan error) + func (client *Client) AddUserToDesktopGroup(request *AddUserToDesktopGroupRequest) (response *AddUserToDesktopGroupResponse, err error) + func (client *Client) AddUserToDesktopGroupWithCallback(request *AddUserToDesktopGroupRequest, ...) <-chan int + func (client *Client) AddUserToDesktopGroupWithChan(request *AddUserToDesktopGroupRequest) (<-chan *AddUserToDesktopGroupResponse, <-chan error) + func (client *Client) ApplyCoordinationForMonitoring(request *ApplyCoordinationForMonitoringRequest) (response *ApplyCoordinationForMonitoringResponse, err error) + func (client *Client) ApplyCoordinationForMonitoringWithCallback(request *ApplyCoordinationForMonitoringRequest, ...) <-chan int + func (client *Client) ApplyCoordinationForMonitoringWithChan(request *ApplyCoordinationForMonitoringRequest) (<-chan *ApplyCoordinationForMonitoringResponse, <-chan error) + func (client *Client) ApproveFotaUpdate(request *ApproveFotaUpdateRequest) (response *ApproveFotaUpdateResponse, err error) + func (client *Client) ApproveFotaUpdateWithCallback(request *ApproveFotaUpdateRequest, ...) <-chan int + func (client *Client) ApproveFotaUpdateWithChan(request *ApproveFotaUpdateRequest) (<-chan *ApproveFotaUpdateResponse, <-chan error) + func (client *Client) AssociateNetworkPackage(request *AssociateNetworkPackageRequest) (response *AssociateNetworkPackageResponse, err error) + func (client *Client) AssociateNetworkPackageWithCallback(request *AssociateNetworkPackageRequest, ...) <-chan int + func (client *Client) AssociateNetworkPackageWithChan(request *AssociateNetworkPackageRequest) (<-chan *AssociateNetworkPackageResponse, <-chan error) + func (client *Client) AttachCen(request *AttachCenRequest) (response *AttachCenResponse, err error) + func (client *Client) AttachCenWithCallback(request *AttachCenRequest, ...) <-chan int + func (client *Client) AttachCenWithChan(request *AttachCenRequest) (<-chan *AttachCenResponse, <-chan error) + func (client *Client) CancelCopyImage(request *CancelCopyImageRequest) (response *CancelCopyImageResponse, err error) + func (client *Client) CancelCopyImageWithCallback(request *CancelCopyImageRequest, ...) <-chan int + func (client *Client) CancelCopyImageWithChan(request *CancelCopyImageRequest) (<-chan *CancelCopyImageResponse, <-chan error) + func (client *Client) ClonePolicyGroup(request *ClonePolicyGroupRequest) (response *ClonePolicyGroupResponse, err error) + func (client *Client) ClonePolicyGroupWithCallback(request *ClonePolicyGroupRequest, ...) <-chan int + func (client *Client) ClonePolicyGroupWithChan(request *ClonePolicyGroupRequest) (<-chan *ClonePolicyGroupResponse, <-chan error) + func (client *Client) ConfigADConnectorTrust(request *ConfigADConnectorTrustRequest) (response *ConfigADConnectorTrustResponse, err error) + func (client *Client) ConfigADConnectorTrustWithCallback(request *ConfigADConnectorTrustRequest, ...) <-chan int + func (client *Client) ConfigADConnectorTrustWithChan(request *ConfigADConnectorTrustRequest) (<-chan *ConfigADConnectorTrustResponse, <-chan error) + func (client *Client) ConfigADConnectorUser(request *ConfigADConnectorUserRequest) (response *ConfigADConnectorUserResponse, err error) + func (client *Client) ConfigADConnectorUserWithCallback(request *ConfigADConnectorUserRequest, ...) <-chan int + func (client *Client) ConfigADConnectorUserWithChan(request *ConfigADConnectorUserRequest) (<-chan *ConfigADConnectorUserResponse, <-chan error) + func (client *Client) CopyImage(request *CopyImageRequest) (response *CopyImageResponse, err error) + func (client *Client) CopyImageWithCallback(request *CopyImageRequest, ...) <-chan int + func (client *Client) CopyImageWithChan(request *CopyImageRequest) (<-chan *CopyImageResponse, <-chan error) + func (client *Client) CreateADConnectorDirectory(request *CreateADConnectorDirectoryRequest) (response *CreateADConnectorDirectoryResponse, err error) + func (client *Client) CreateADConnectorDirectoryWithCallback(request *CreateADConnectorDirectoryRequest, ...) <-chan int + func (client *Client) CreateADConnectorDirectoryWithChan(request *CreateADConnectorDirectoryRequest) (<-chan *CreateADConnectorDirectoryResponse, <-chan error) + func (client *Client) CreateADConnectorOfficeSite(request *CreateADConnectorOfficeSiteRequest) (response *CreateADConnectorOfficeSiteResponse, err error) + func (client *Client) CreateADConnectorOfficeSiteWithCallback(request *CreateADConnectorOfficeSiteRequest, ...) <-chan int + func (client *Client) CreateADConnectorOfficeSiteWithChan(request *CreateADConnectorOfficeSiteRequest) (<-chan *CreateADConnectorOfficeSiteResponse, <-chan error) + func (client *Client) CreateBundle(request *CreateBundleRequest) (response *CreateBundleResponse, err error) + func (client *Client) CreateBundleWithCallback(request *CreateBundleRequest, ...) <-chan int + func (client *Client) CreateBundleWithChan(request *CreateBundleRequest) (<-chan *CreateBundleResponse, <-chan error) + func (client *Client) CreateDesktopGroup(request *CreateDesktopGroupRequest) (response *CreateDesktopGroupResponse, err error) + func (client *Client) CreateDesktopGroupWithCallback(request *CreateDesktopGroupRequest, ...) <-chan int + func (client *Client) CreateDesktopGroupWithChan(request *CreateDesktopGroupRequest) (<-chan *CreateDesktopGroupResponse, <-chan error) + func (client *Client) CreateDesktops(request *CreateDesktopsRequest) (response *CreateDesktopsResponse, err error) + func (client *Client) CreateDesktopsWithCallback(request *CreateDesktopsRequest, ...) <-chan int + func (client *Client) CreateDesktopsWithChan(request *CreateDesktopsRequest) (<-chan *CreateDesktopsResponse, <-chan error) + func (client *Client) CreateDiskEncryptionService(request *CreateDiskEncryptionServiceRequest) (response *CreateDiskEncryptionServiceResponse, err error) + func (client *Client) CreateDiskEncryptionServiceWithCallback(request *CreateDiskEncryptionServiceRequest, ...) <-chan int + func (client *Client) CreateDiskEncryptionServiceWithChan(request *CreateDiskEncryptionServiceRequest) (<-chan *CreateDiskEncryptionServiceResponse, <-chan error) + func (client *Client) CreateImage(request *CreateImageRequest) (response *CreateImageResponse, err error) + func (client *Client) CreateImageWithCallback(request *CreateImageRequest, ...) <-chan int + func (client *Client) CreateImageWithChan(request *CreateImageRequest) (<-chan *CreateImageResponse, <-chan error) + func (client *Client) CreateNASFileSystem(request *CreateNASFileSystemRequest) (response *CreateNASFileSystemResponse, err error) + func (client *Client) CreateNASFileSystemWithCallback(request *CreateNASFileSystemRequest, ...) <-chan int + func (client *Client) CreateNASFileSystemWithChan(request *CreateNASFileSystemRequest) (<-chan *CreateNASFileSystemResponse, <-chan error) + func (client *Client) CreateNetworkPackage(request *CreateNetworkPackageRequest) (response *CreateNetworkPackageResponse, err error) + func (client *Client) CreateNetworkPackageWithCallback(request *CreateNetworkPackageRequest, ...) <-chan int + func (client *Client) CreateNetworkPackageWithChan(request *CreateNetworkPackageRequest) (<-chan *CreateNetworkPackageResponse, <-chan error) + func (client *Client) CreatePolicyGroup(request *CreatePolicyGroupRequest) (response *CreatePolicyGroupResponse, err error) + func (client *Client) CreatePolicyGroupWithCallback(request *CreatePolicyGroupRequest, ...) <-chan int + func (client *Client) CreatePolicyGroupWithChan(request *CreatePolicyGroupRequest) (<-chan *CreatePolicyGroupResponse, <-chan error) + func (client *Client) CreateRAMDirectory(request *CreateRAMDirectoryRequest) (response *CreateRAMDirectoryResponse, err error) + func (client *Client) CreateRAMDirectoryWithCallback(request *CreateRAMDirectoryRequest, ...) <-chan int + func (client *Client) CreateRAMDirectoryWithChan(request *CreateRAMDirectoryRequest) (<-chan *CreateRAMDirectoryResponse, <-chan error) + func (client *Client) CreateSimpleOfficeSite(request *CreateSimpleOfficeSiteRequest) (response *CreateSimpleOfficeSiteResponse, err error) + func (client *Client) CreateSimpleOfficeSiteWithCallback(request *CreateSimpleOfficeSiteRequest, ...) <-chan int + func (client *Client) CreateSimpleOfficeSiteWithChan(request *CreateSimpleOfficeSiteRequest) (<-chan *CreateSimpleOfficeSiteResponse, <-chan error) + func (client *Client) CreateSnapshot(request *CreateSnapshotRequest) (response *CreateSnapshotResponse, err error) + func (client *Client) CreateSnapshotWithCallback(request *CreateSnapshotRequest, ...) <-chan int + func (client *Client) CreateSnapshotWithChan(request *CreateSnapshotRequest) (<-chan *CreateSnapshotResponse, <-chan error) + func (client *Client) DeleteBundles(request *DeleteBundlesRequest) (response *DeleteBundlesResponse, err error) + func (client *Client) DeleteBundlesWithCallback(request *DeleteBundlesRequest, ...) <-chan int + func (client *Client) DeleteBundlesWithChan(request *DeleteBundlesRequest) (<-chan *DeleteBundlesResponse, <-chan error) + func (client *Client) DeleteDesktopGroup(request *DeleteDesktopGroupRequest) (response *DeleteDesktopGroupResponse, err error) + func (client *Client) DeleteDesktopGroupWithCallback(request *DeleteDesktopGroupRequest, ...) <-chan int + func (client *Client) DeleteDesktopGroupWithChan(request *DeleteDesktopGroupRequest) (<-chan *DeleteDesktopGroupResponse, <-chan error) + func (client *Client) DeleteDesktops(request *DeleteDesktopsRequest) (response *DeleteDesktopsResponse, err error) + func (client *Client) DeleteDesktopsWithCallback(request *DeleteDesktopsRequest, ...) <-chan int + func (client *Client) DeleteDesktopsWithChan(request *DeleteDesktopsRequest) (<-chan *DeleteDesktopsResponse, <-chan error) + func (client *Client) DeleteDirectories(request *DeleteDirectoriesRequest) (response *DeleteDirectoriesResponse, err error) + func (client *Client) DeleteDirectoriesWithCallback(request *DeleteDirectoriesRequest, ...) <-chan int + func (client *Client) DeleteDirectoriesWithChan(request *DeleteDirectoriesRequest) (<-chan *DeleteDirectoriesResponse, <-chan error) + func (client *Client) DeleteImages(request *DeleteImagesRequest) (response *DeleteImagesResponse, err error) + func (client *Client) DeleteImagesWithCallback(request *DeleteImagesRequest, ...) <-chan int + func (client *Client) DeleteImagesWithChan(request *DeleteImagesRequest) (<-chan *DeleteImagesResponse, <-chan error) + func (client *Client) DeleteNASFileSystems(request *DeleteNASFileSystemsRequest) (response *DeleteNASFileSystemsResponse, err error) + func (client *Client) DeleteNASFileSystemsWithCallback(request *DeleteNASFileSystemsRequest, ...) <-chan int + func (client *Client) DeleteNASFileSystemsWithChan(request *DeleteNASFileSystemsRequest) (<-chan *DeleteNASFileSystemsResponse, <-chan error) + func (client *Client) DeleteNetworkPackages(request *DeleteNetworkPackagesRequest) (response *DeleteNetworkPackagesResponse, err error) + func (client *Client) DeleteNetworkPackagesWithCallback(request *DeleteNetworkPackagesRequest, ...) <-chan int + func (client *Client) DeleteNetworkPackagesWithChan(request *DeleteNetworkPackagesRequest) (<-chan *DeleteNetworkPackagesResponse, <-chan error) + func (client *Client) DeleteOfficeSites(request *DeleteOfficeSitesRequest) (response *DeleteOfficeSitesResponse, err error) + func (client *Client) DeleteOfficeSitesWithCallback(request *DeleteOfficeSitesRequest, ...) <-chan int + func (client *Client) DeleteOfficeSitesWithChan(request *DeleteOfficeSitesRequest) (<-chan *DeleteOfficeSitesResponse, <-chan error) + func (client *Client) DeletePolicyGroups(request *DeletePolicyGroupsRequest) (response *DeletePolicyGroupsResponse, err error) + func (client *Client) DeletePolicyGroupsWithCallback(request *DeletePolicyGroupsRequest, ...) <-chan int + func (client *Client) DeletePolicyGroupsWithChan(request *DeletePolicyGroupsRequest) (<-chan *DeletePolicyGroupsResponse, <-chan error) + func (client *Client) DeleteSnapshot(request *DeleteSnapshotRequest) (response *DeleteSnapshotResponse, err error) + func (client *Client) DeleteSnapshotWithCallback(request *DeleteSnapshotRequest, ...) <-chan int + func (client *Client) DeleteSnapshotWithChan(request *DeleteSnapshotRequest) (<-chan *DeleteSnapshotResponse, <-chan error) + func (client *Client) DeleteVirtualMFADevice(request *DeleteVirtualMFADeviceRequest) (response *DeleteVirtualMFADeviceResponse, err error) + func (client *Client) DeleteVirtualMFADeviceWithCallback(request *DeleteVirtualMFADeviceRequest, ...) <-chan int + func (client *Client) DeleteVirtualMFADeviceWithChan(request *DeleteVirtualMFADeviceRequest) (<-chan *DeleteVirtualMFADeviceResponse, <-chan error) + func (client *Client) DescribeAlarmEventStackInfo(request *DescribeAlarmEventStackInfoRequest) (response *DescribeAlarmEventStackInfoResponse, err error) + func (client *Client) DescribeAlarmEventStackInfoWithCallback(request *DescribeAlarmEventStackInfoRequest, ...) <-chan int + func (client *Client) DescribeAlarmEventStackInfoWithChan(request *DescribeAlarmEventStackInfoRequest) (<-chan *DescribeAlarmEventStackInfoResponse, <-chan error) + func (client *Client) DescribeBundles(request *DescribeBundlesRequest) (response *DescribeBundlesResponse, err error) + func (client *Client) DescribeBundlesWithCallback(request *DescribeBundlesRequest, ...) <-chan int + func (client *Client) DescribeBundlesWithChan(request *DescribeBundlesRequest) (<-chan *DescribeBundlesResponse, <-chan error) + func (client *Client) DescribeCens(request *DescribeCensRequest) (response *DescribeCensResponse, err error) + func (client *Client) DescribeCensWithCallback(request *DescribeCensRequest, ...) <-chan int + func (client *Client) DescribeCensWithChan(request *DescribeCensRequest) (<-chan *DescribeCensResponse, <-chan error) + func (client *Client) DescribeClientEvents(request *DescribeClientEventsRequest) (response *DescribeClientEventsResponse, err error) + func (client *Client) DescribeClientEventsWithCallback(request *DescribeClientEventsRequest, ...) <-chan int + func (client *Client) DescribeClientEventsWithChan(request *DescribeClientEventsRequest) (<-chan *DescribeClientEventsResponse, <-chan error) + func (client *Client) DescribeDesktopGroups(request *DescribeDesktopGroupsRequest) (response *DescribeDesktopGroupsResponse, err error) + func (client *Client) DescribeDesktopGroupsWithCallback(request *DescribeDesktopGroupsRequest, ...) <-chan int + func (client *Client) DescribeDesktopGroupsWithChan(request *DescribeDesktopGroupsRequest) (<-chan *DescribeDesktopGroupsResponse, <-chan error) + func (client *Client) DescribeDesktopIdsByVulNames(request *DescribeDesktopIdsByVulNamesRequest) (response *DescribeDesktopIdsByVulNamesResponse, err error) + func (client *Client) DescribeDesktopIdsByVulNamesWithCallback(request *DescribeDesktopIdsByVulNamesRequest, ...) <-chan int + func (client *Client) DescribeDesktopIdsByVulNamesWithChan(request *DescribeDesktopIdsByVulNamesRequest) (<-chan *DescribeDesktopIdsByVulNamesResponse, <-chan error) + func (client *Client) DescribeDesktopTypes(request *DescribeDesktopTypesRequest) (response *DescribeDesktopTypesResponse, err error) + func (client *Client) DescribeDesktopTypesWithCallback(request *DescribeDesktopTypesRequest, ...) <-chan int + func (client *Client) DescribeDesktopTypesWithChan(request *DescribeDesktopTypesRequest) (<-chan *DescribeDesktopTypesResponse, <-chan error) + func (client *Client) DescribeDesktops(request *DescribeDesktopsRequest) (response *DescribeDesktopsResponse, err error) + func (client *Client) DescribeDesktopsInGroup(request *DescribeDesktopsInGroupRequest) (response *DescribeDesktopsInGroupResponse, err error) + func (client *Client) DescribeDesktopsInGroupWithCallback(request *DescribeDesktopsInGroupRequest, ...) <-chan int + func (client *Client) DescribeDesktopsInGroupWithChan(request *DescribeDesktopsInGroupRequest) (<-chan *DescribeDesktopsInGroupResponse, <-chan error) + func (client *Client) DescribeDesktopsWithCallback(request *DescribeDesktopsRequest, ...) <-chan int + func (client *Client) DescribeDesktopsWithChan(request *DescribeDesktopsRequest) (<-chan *DescribeDesktopsResponse, <-chan error) + func (client *Client) DescribeDirectories(request *DescribeDirectoriesRequest) (response *DescribeDirectoriesResponse, err error) + func (client *Client) DescribeDirectoriesWithCallback(request *DescribeDirectoriesRequest, ...) <-chan int + func (client *Client) DescribeDirectoriesWithChan(request *DescribeDirectoriesRequest) (<-chan *DescribeDirectoriesResponse, <-chan error) + func (client *Client) DescribeFlowMetric(request *DescribeFlowMetricRequest) (response *DescribeFlowMetricResponse, err error) + func (client *Client) DescribeFlowMetricWithCallback(request *DescribeFlowMetricRequest, ...) <-chan int + func (client *Client) DescribeFlowMetricWithChan(request *DescribeFlowMetricRequest) (<-chan *DescribeFlowMetricResponse, <-chan error) + func (client *Client) DescribeFlowStatistic(request *DescribeFlowStatisticRequest) (response *DescribeFlowStatisticResponse, err error) + func (client *Client) DescribeFlowStatisticWithCallback(request *DescribeFlowStatisticRequest, ...) <-chan int + func (client *Client) DescribeFlowStatisticWithChan(request *DescribeFlowStatisticRequest) (<-chan *DescribeFlowStatisticResponse, <-chan error) + func (client *Client) DescribeFotaPendingDesktops(request *DescribeFotaPendingDesktopsRequest) (response *DescribeFotaPendingDesktopsResponse, err error) + func (client *Client) DescribeFotaPendingDesktopsWithCallback(request *DescribeFotaPendingDesktopsRequest, ...) <-chan int + func (client *Client) DescribeFotaPendingDesktopsWithChan(request *DescribeFotaPendingDesktopsRequest) (<-chan *DescribeFotaPendingDesktopsResponse, <-chan error) + func (client *Client) DescribeFotaTasks(request *DescribeFotaTasksRequest) (response *DescribeFotaTasksResponse, err error) + func (client *Client) DescribeFotaTasksWithCallback(request *DescribeFotaTasksRequest, ...) <-chan int + func (client *Client) DescribeFotaTasksWithChan(request *DescribeFotaTasksRequest) (<-chan *DescribeFotaTasksResponse, <-chan error) + func (client *Client) DescribeFrontVulPatchList(request *DescribeFrontVulPatchListRequest) (response *DescribeFrontVulPatchListResponse, err error) + func (client *Client) DescribeFrontVulPatchListWithCallback(request *DescribeFrontVulPatchListRequest, ...) <-chan int + func (client *Client) DescribeFrontVulPatchListWithChan(request *DescribeFrontVulPatchListRequest) (<-chan *DescribeFrontVulPatchListResponse, <-chan error) + func (client *Client) DescribeGroupedVul(request *DescribeGroupedVulRequest) (response *DescribeGroupedVulResponse, err error) + func (client *Client) DescribeGroupedVulWithCallback(request *DescribeGroupedVulRequest, ...) <-chan int + func (client *Client) DescribeGroupedVulWithChan(request *DescribeGroupedVulRequest) (<-chan *DescribeGroupedVulResponse, <-chan error) + func (client *Client) DescribeImageModifiedRecords(request *DescribeImageModifiedRecordsRequest) (response *DescribeImageModifiedRecordsResponse, err error) + func (client *Client) DescribeImageModifiedRecordsWithCallback(request *DescribeImageModifiedRecordsRequest, ...) <-chan int + func (client *Client) DescribeImageModifiedRecordsWithChan(request *DescribeImageModifiedRecordsRequest) (<-chan *DescribeImageModifiedRecordsResponse, <-chan error) + func (client *Client) DescribeImagePermission(request *DescribeImagePermissionRequest) (response *DescribeImagePermissionResponse, err error) + func (client *Client) DescribeImagePermissionWithCallback(request *DescribeImagePermissionRequest, ...) <-chan int + func (client *Client) DescribeImagePermissionWithChan(request *DescribeImagePermissionRequest) (<-chan *DescribeImagePermissionResponse, <-chan error) + func (client *Client) DescribeImages(request *DescribeImagesRequest) (response *DescribeImagesResponse, err error) + func (client *Client) DescribeImagesWithCallback(request *DescribeImagesRequest, ...) <-chan int + func (client *Client) DescribeImagesWithChan(request *DescribeImagesRequest) (<-chan *DescribeImagesResponse, <-chan error) + func (client *Client) DescribeInvocations(request *DescribeInvocationsRequest) (response *DescribeInvocationsResponse, err error) + func (client *Client) DescribeInvocationsWithCallback(request *DescribeInvocationsRequest, ...) <-chan int + func (client *Client) DescribeInvocationsWithChan(request *DescribeInvocationsRequest) (<-chan *DescribeInvocationsResponse, <-chan error) + func (client *Client) DescribeKmsKeys(request *DescribeKmsKeysRequest) (response *DescribeKmsKeysResponse, err error) + func (client *Client) DescribeKmsKeysWithCallback(request *DescribeKmsKeysRequest, ...) <-chan int + func (client *Client) DescribeKmsKeysWithChan(request *DescribeKmsKeysRequest) (<-chan *DescribeKmsKeysResponse, <-chan error) + func (client *Client) DescribeNASFileSystems(request *DescribeNASFileSystemsRequest) (response *DescribeNASFileSystemsResponse, err error) + func (client *Client) DescribeNASFileSystemsWithCallback(request *DescribeNASFileSystemsRequest, ...) <-chan int + func (client *Client) DescribeNASFileSystemsWithChan(request *DescribeNASFileSystemsRequest) (<-chan *DescribeNASFileSystemsResponse, <-chan error) + func (client *Client) DescribeNetworkPackages(request *DescribeNetworkPackagesRequest) (response *DescribeNetworkPackagesResponse, err error) + func (client *Client) DescribeNetworkPackagesWithCallback(request *DescribeNetworkPackagesRequest, ...) <-chan int + func (client *Client) DescribeNetworkPackagesWithChan(request *DescribeNetworkPackagesRequest) (<-chan *DescribeNetworkPackagesResponse, <-chan error) + func (client *Client) DescribeOfficeSites(request *DescribeOfficeSitesRequest) (response *DescribeOfficeSitesResponse, err error) + func (client *Client) DescribeOfficeSitesWithCallback(request *DescribeOfficeSitesRequest, ...) <-chan int + func (client *Client) DescribeOfficeSitesWithChan(request *DescribeOfficeSitesRequest) (<-chan *DescribeOfficeSitesResponse, <-chan error) + func (client *Client) DescribePolicyGroups(request *DescribePolicyGroupsRequest) (response *DescribePolicyGroupsResponse, err error) + func (client *Client) DescribePolicyGroupsWithCallback(request *DescribePolicyGroupsRequest, ...) <-chan int + func (client *Client) DescribePolicyGroupsWithChan(request *DescribePolicyGroupsRequest) (<-chan *DescribePolicyGroupsResponse, <-chan error) + func (client *Client) DescribeRecordings(request *DescribeRecordingsRequest) (response *DescribeRecordingsResponse, err error) + func (client *Client) DescribeRecordingsWithCallback(request *DescribeRecordingsRequest, ...) <-chan int + func (client *Client) DescribeRecordingsWithChan(request *DescribeRecordingsRequest) (<-chan *DescribeRecordingsResponse, <-chan error) + func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (response *DescribeRegionsResponse, err error) + func (client *Client) DescribeRegionsWithCallback(request *DescribeRegionsRequest, ...) <-chan int + func (client *Client) DescribeRegionsWithChan(request *DescribeRegionsRequest) (<-chan *DescribeRegionsResponse, <-chan error) + func (client *Client) DescribeScanTaskProgress(request *DescribeScanTaskProgressRequest) (response *DescribeScanTaskProgressResponse, err error) + func (client *Client) DescribeScanTaskProgressWithCallback(request *DescribeScanTaskProgressRequest, ...) <-chan int + func (client *Client) DescribeScanTaskProgressWithChan(request *DescribeScanTaskProgressRequest) (<-chan *DescribeScanTaskProgressResponse, <-chan error) + func (client *Client) DescribeSecurityEventOperationStatus(request *DescribeSecurityEventOperationStatusRequest) (response *DescribeSecurityEventOperationStatusResponse, err error) + func (client *Client) DescribeSecurityEventOperationStatusWithCallback(request *DescribeSecurityEventOperationStatusRequest, ...) <-chan int + func (client *Client) DescribeSecurityEventOperationStatusWithChan(request *DescribeSecurityEventOperationStatusRequest) (<-chan *DescribeSecurityEventOperationStatusResponse, <-chan error) + func (client *Client) DescribeSecurityEventOperations(request *DescribeSecurityEventOperationsRequest) (response *DescribeSecurityEventOperationsResponse, err error) + func (client *Client) DescribeSecurityEventOperationsWithCallback(request *DescribeSecurityEventOperationsRequest, ...) <-chan int + func (client *Client) DescribeSecurityEventOperationsWithChan(request *DescribeSecurityEventOperationsRequest) (<-chan *DescribeSecurityEventOperationsResponse, <-chan error) + func (client *Client) DescribeSnapshots(request *DescribeSnapshotsRequest) (response *DescribeSnapshotsResponse, err error) + func (client *Client) DescribeSnapshotsWithCallback(request *DescribeSnapshotsRequest, ...) <-chan int + func (client *Client) DescribeSnapshotsWithChan(request *DescribeSnapshotsRequest) (<-chan *DescribeSnapshotsResponse, <-chan error) + func (client *Client) DescribeSuspEventOverview(request *DescribeSuspEventOverviewRequest) (response *DescribeSuspEventOverviewResponse, err error) + func (client *Client) DescribeSuspEventOverviewWithCallback(request *DescribeSuspEventOverviewRequest, ...) <-chan int + func (client *Client) DescribeSuspEventOverviewWithChan(request *DescribeSuspEventOverviewRequest) (<-chan *DescribeSuspEventOverviewResponse, <-chan error) + func (client *Client) DescribeSuspEventQuaraFiles(request *DescribeSuspEventQuaraFilesRequest) (response *DescribeSuspEventQuaraFilesResponse, err error) + func (client *Client) DescribeSuspEventQuaraFilesWithCallback(request *DescribeSuspEventQuaraFilesRequest, ...) <-chan int + func (client *Client) DescribeSuspEventQuaraFilesWithChan(request *DescribeSuspEventQuaraFilesRequest) (<-chan *DescribeSuspEventQuaraFilesResponse, <-chan error) + func (client *Client) DescribeSuspEvents(request *DescribeSuspEventsRequest) (response *DescribeSuspEventsResponse, err error) + func (client *Client) DescribeSuspEventsWithCallback(request *DescribeSuspEventsRequest, ...) <-chan int + func (client *Client) DescribeSuspEventsWithChan(request *DescribeSuspEventsRequest) (<-chan *DescribeSuspEventsResponse, <-chan error) + func (client *Client) DescribeUserConnectionRecords(request *DescribeUserConnectionRecordsRequest) (response *DescribeUserConnectionRecordsResponse, err error) + func (client *Client) DescribeUserConnectionRecordsWithCallback(request *DescribeUserConnectionRecordsRequest, ...) <-chan int + func (client *Client) DescribeUserConnectionRecordsWithChan(request *DescribeUserConnectionRecordsRequest) (<-chan *DescribeUserConnectionRecordsResponse, <-chan error) + func (client *Client) DescribeUsersInGroup(request *DescribeUsersInGroupRequest) (response *DescribeUsersInGroupResponse, err error) + func (client *Client) DescribeUsersInGroupWithCallback(request *DescribeUsersInGroupRequest, ...) <-chan int + func (client *Client) DescribeUsersInGroupWithChan(request *DescribeUsersInGroupRequest) (<-chan *DescribeUsersInGroupResponse, <-chan error) + func (client *Client) DescribeVirtualMFADevices(request *DescribeVirtualMFADevicesRequest) (response *DescribeVirtualMFADevicesResponse, err error) + func (client *Client) DescribeVirtualMFADevicesWithCallback(request *DescribeVirtualMFADevicesRequest, ...) <-chan int + func (client *Client) DescribeVirtualMFADevicesWithChan(request *DescribeVirtualMFADevicesRequest) (<-chan *DescribeVirtualMFADevicesResponse, <-chan error) + func (client *Client) DescribeVulDetails(request *DescribeVulDetailsRequest) (response *DescribeVulDetailsResponse, err error) + func (client *Client) DescribeVulDetailsWithCallback(request *DescribeVulDetailsRequest, ...) <-chan int + func (client *Client) DescribeVulDetailsWithChan(request *DescribeVulDetailsRequest) (<-chan *DescribeVulDetailsResponse, <-chan error) + func (client *Client) DescribeVulList(request *DescribeVulListRequest) (response *DescribeVulListResponse, err error) + func (client *Client) DescribeVulListWithCallback(request *DescribeVulListRequest, ...) <-chan int + func (client *Client) DescribeVulListWithChan(request *DescribeVulListRequest) (<-chan *DescribeVulListResponse, <-chan error) + func (client *Client) DescribeVulOverview(request *DescribeVulOverviewRequest) (response *DescribeVulOverviewResponse, err error) + func (client *Client) DescribeVulOverviewWithCallback(request *DescribeVulOverviewRequest, ...) <-chan int + func (client *Client) DescribeVulOverviewWithChan(request *DescribeVulOverviewRequest) (<-chan *DescribeVulOverviewResponse, <-chan error) + func (client *Client) DescribeZones(request *DescribeZonesRequest) (response *DescribeZonesResponse, err error) + func (client *Client) DescribeZonesWithCallback(request *DescribeZonesRequest, ...) <-chan int + func (client *Client) DescribeZonesWithChan(request *DescribeZonesRequest) (<-chan *DescribeZonesResponse, <-chan error) + func (client *Client) DetachCen(request *DetachCenRequest) (response *DetachCenResponse, err error) + func (client *Client) DetachCenWithCallback(request *DetachCenRequest, ...) <-chan int + func (client *Client) DetachCenWithChan(request *DetachCenRequest) (<-chan *DetachCenResponse, <-chan error) + func (client *Client) DisableDesktopsInGroup(request *DisableDesktopsInGroupRequest) (response *DisableDesktopsInGroupResponse, err error) + func (client *Client) DisableDesktopsInGroupWithCallback(request *DisableDesktopsInGroupRequest, ...) <-chan int + func (client *Client) DisableDesktopsInGroupWithChan(request *DisableDesktopsInGroupRequest) (<-chan *DisableDesktopsInGroupResponse, <-chan error) + func (client *Client) DissociateNetworkPackage(request *DissociateNetworkPackageRequest) (response *DissociateNetworkPackageResponse, err error) + func (client *Client) DissociateNetworkPackageWithCallback(request *DissociateNetworkPackageRequest, ...) <-chan int + func (client *Client) DissociateNetworkPackageWithChan(request *DissociateNetworkPackageRequest) (<-chan *DissociateNetworkPackageResponse, <-chan error) + func (client *Client) ExportClientEvents(request *ExportClientEventsRequest) (response *ExportClientEventsResponse, err error) + func (client *Client) ExportClientEventsWithCallback(request *ExportClientEventsRequest, ...) <-chan int + func (client *Client) ExportClientEventsWithChan(request *ExportClientEventsRequest) (<-chan *ExportClientEventsResponse, <-chan error) + func (client *Client) ExportDesktopGroupInfo(request *ExportDesktopGroupInfoRequest) (response *ExportDesktopGroupInfoResponse, err error) + func (client *Client) ExportDesktopGroupInfoWithCallback(request *ExportDesktopGroupInfoRequest, ...) <-chan int + func (client *Client) ExportDesktopGroupInfoWithChan(request *ExportDesktopGroupInfoRequest) (<-chan *ExportDesktopGroupInfoResponse, <-chan error) + func (client *Client) ExportDesktopListInfo(request *ExportDesktopListInfoRequest) (response *ExportDesktopListInfoResponse, err error) + func (client *Client) ExportDesktopListInfoWithCallback(request *ExportDesktopListInfoRequest, ...) <-chan int + func (client *Client) ExportDesktopListInfoWithChan(request *ExportDesktopListInfoRequest) (<-chan *ExportDesktopListInfoResponse, <-chan error) + func (client *Client) GetConnectionTicket(request *GetConnectionTicketRequest) (response *GetConnectionTicketResponse, err error) + func (client *Client) GetConnectionTicketWithCallback(request *GetConnectionTicketRequest, ...) <-chan int + func (client *Client) GetConnectionTicketWithChan(request *GetConnectionTicketRequest) (<-chan *GetConnectionTicketResponse, <-chan error) + func (client *Client) GetDesktopGroupDetail(request *GetDesktopGroupDetailRequest) (response *GetDesktopGroupDetailResponse, err error) + func (client *Client) GetDesktopGroupDetailWithCallback(request *GetDesktopGroupDetailRequest, ...) <-chan int + func (client *Client) GetDesktopGroupDetailWithChan(request *GetDesktopGroupDetailRequest) (<-chan *GetDesktopGroupDetailResponse, <-chan error) + func (client *Client) GetDirectorySsoStatus(request *GetDirectorySsoStatusRequest) (response *GetDirectorySsoStatusResponse, err error) + func (client *Client) GetDirectorySsoStatusWithCallback(request *GetDirectorySsoStatusRequest, ...) <-chan int + func (client *Client) GetDirectorySsoStatusWithChan(request *GetDirectorySsoStatusRequest) (<-chan *GetDirectorySsoStatusResponse, <-chan error) + func (client *Client) GetOfficeSiteSsoStatus(request *GetOfficeSiteSsoStatusRequest) (response *GetOfficeSiteSsoStatusResponse, err error) + func (client *Client) GetOfficeSiteSsoStatusWithCallback(request *GetOfficeSiteSsoStatusRequest, ...) <-chan int + func (client *Client) GetOfficeSiteSsoStatusWithChan(request *GetOfficeSiteSsoStatusRequest) (<-chan *GetOfficeSiteSsoStatusResponse, <-chan error) + func (client *Client) GetSpMetadata(request *GetSpMetadataRequest) (response *GetSpMetadataResponse, err error) + func (client *Client) GetSpMetadataWithCallback(request *GetSpMetadataRequest, ...) <-chan int + func (client *Client) GetSpMetadataWithChan(request *GetSpMetadataRequest) (<-chan *GetSpMetadataResponse, <-chan error) + func (client *Client) HandleSecurityEvents(request *HandleSecurityEventsRequest) (response *HandleSecurityEventsResponse, err error) + func (client *Client) HandleSecurityEventsWithCallback(request *HandleSecurityEventsRequest, ...) <-chan int + func (client *Client) HandleSecurityEventsWithChan(request *HandleSecurityEventsRequest) (<-chan *HandleSecurityEventsResponse, <-chan error) + func (client *Client) ListDirectoryUsers(request *ListDirectoryUsersRequest) (response *ListDirectoryUsersResponse, err error) + func (client *Client) ListDirectoryUsersWithCallback(request *ListDirectoryUsersRequest, ...) <-chan int + func (client *Client) ListDirectoryUsersWithChan(request *ListDirectoryUsersRequest) (<-chan *ListDirectoryUsersResponse, <-chan error) + func (client *Client) ListOfficeSiteOverview(request *ListOfficeSiteOverviewRequest) (response *ListOfficeSiteOverviewResponse, err error) + func (client *Client) ListOfficeSiteOverviewWithCallback(request *ListOfficeSiteOverviewRequest, ...) <-chan int + func (client *Client) ListOfficeSiteOverviewWithChan(request *ListOfficeSiteOverviewRequest) (<-chan *ListOfficeSiteOverviewResponse, <-chan error) + func (client *Client) ListOfficeSiteUsers(request *ListOfficeSiteUsersRequest) (response *ListOfficeSiteUsersResponse, err error) + func (client *Client) ListOfficeSiteUsersWithCallback(request *ListOfficeSiteUsersRequest, ...) <-chan int + func (client *Client) ListOfficeSiteUsersWithChan(request *ListOfficeSiteUsersRequest) (<-chan *ListOfficeSiteUsersResponse, <-chan error) + func (client *Client) ListTagResources(request *ListTagResourcesRequest) (response *ListTagResourcesResponse, err error) + func (client *Client) ListTagResourcesWithCallback(request *ListTagResourcesRequest, ...) <-chan int + func (client *Client) ListTagResourcesWithChan(request *ListTagResourcesRequest) (<-chan *ListTagResourcesResponse, <-chan error) + func (client *Client) ListUserAdOrganizationUnits(request *ListUserAdOrganizationUnitsRequest) (response *ListUserAdOrganizationUnitsResponse, err error) + func (client *Client) ListUserAdOrganizationUnitsWithCallback(request *ListUserAdOrganizationUnitsRequest, ...) <-chan int + func (client *Client) ListUserAdOrganizationUnitsWithChan(request *ListUserAdOrganizationUnitsRequest) (<-chan *ListUserAdOrganizationUnitsResponse, <-chan error) + func (client *Client) LockVirtualMFADevice(request *LockVirtualMFADeviceRequest) (response *LockVirtualMFADeviceResponse, err error) + func (client *Client) LockVirtualMFADeviceWithCallback(request *LockVirtualMFADeviceRequest, ...) <-chan int + func (client *Client) LockVirtualMFADeviceWithChan(request *LockVirtualMFADeviceRequest) (<-chan *LockVirtualMFADeviceResponse, <-chan error) + func (client *Client) ModifyADConnectorDirectory(request *ModifyADConnectorDirectoryRequest) (response *ModifyADConnectorDirectoryResponse, err error) + func (client *Client) ModifyADConnectorDirectoryWithCallback(request *ModifyADConnectorDirectoryRequest, ...) <-chan int + func (client *Client) ModifyADConnectorDirectoryWithChan(request *ModifyADConnectorDirectoryRequest) (<-chan *ModifyADConnectorDirectoryResponse, <-chan error) + func (client *Client) ModifyADConnectorOfficeSite(request *ModifyADConnectorOfficeSiteRequest) (response *ModifyADConnectorOfficeSiteResponse, err error) + func (client *Client) ModifyADConnectorOfficeSiteWithCallback(request *ModifyADConnectorOfficeSiteRequest, ...) <-chan int + func (client *Client) ModifyADConnectorOfficeSiteWithChan(request *ModifyADConnectorOfficeSiteRequest) (<-chan *ModifyADConnectorOfficeSiteResponse, <-chan error) + func (client *Client) ModifyBundle(request *ModifyBundleRequest) (response *ModifyBundleResponse, err error) + func (client *Client) ModifyBundleWithCallback(request *ModifyBundleRequest, ...) <-chan int + func (client *Client) ModifyBundleWithChan(request *ModifyBundleRequest) (<-chan *ModifyBundleResponse, <-chan error) + func (client *Client) ModifyDesktopChargeType(request *ModifyDesktopChargeTypeRequest) (response *ModifyDesktopChargeTypeResponse, err error) + func (client *Client) ModifyDesktopChargeTypeWithCallback(request *ModifyDesktopChargeTypeRequest, ...) <-chan int + func (client *Client) ModifyDesktopChargeTypeWithChan(request *ModifyDesktopChargeTypeRequest) (<-chan *ModifyDesktopChargeTypeResponse, <-chan error) + func (client *Client) ModifyDesktopGroup(request *ModifyDesktopGroupRequest) (response *ModifyDesktopGroupResponse, err error) + func (client *Client) ModifyDesktopGroupWithCallback(request *ModifyDesktopGroupRequest, ...) <-chan int + func (client *Client) ModifyDesktopGroupWithChan(request *ModifyDesktopGroupRequest) (<-chan *ModifyDesktopGroupResponse, <-chan error) + func (client *Client) ModifyDesktopHostName(request *ModifyDesktopHostNameRequest) (response *ModifyDesktopHostNameResponse, err error) + func (client *Client) ModifyDesktopHostNameWithCallback(request *ModifyDesktopHostNameRequest, ...) <-chan int + func (client *Client) ModifyDesktopHostNameWithChan(request *ModifyDesktopHostNameRequest) (<-chan *ModifyDesktopHostNameResponse, <-chan error) + func (client *Client) ModifyDesktopName(request *ModifyDesktopNameRequest) (response *ModifyDesktopNameResponse, err error) + func (client *Client) ModifyDesktopNameWithCallback(request *ModifyDesktopNameRequest, ...) <-chan int + func (client *Client) ModifyDesktopNameWithChan(request *ModifyDesktopNameRequest) (<-chan *ModifyDesktopNameResponse, <-chan error) + func (client *Client) ModifyDesktopSpec(request *ModifyDesktopSpecRequest) (response *ModifyDesktopSpecResponse, err error) + func (client *Client) ModifyDesktopSpecWithCallback(request *ModifyDesktopSpecRequest, ...) <-chan int + func (client *Client) ModifyDesktopSpecWithChan(request *ModifyDesktopSpecRequest) (<-chan *ModifyDesktopSpecResponse, <-chan error) + func (client *Client) ModifyDesktopsPolicyGroup(request *ModifyDesktopsPolicyGroupRequest) (response *ModifyDesktopsPolicyGroupResponse, err error) + func (client *Client) ModifyDesktopsPolicyGroupWithCallback(request *ModifyDesktopsPolicyGroupRequest, ...) <-chan int + func (client *Client) ModifyDesktopsPolicyGroupWithChan(request *ModifyDesktopsPolicyGroupRequest) (<-chan *ModifyDesktopsPolicyGroupResponse, <-chan error) + func (client *Client) ModifyDiskSpec(request *ModifyDiskSpecRequest) (response *ModifyDiskSpecResponse, err error) + func (client *Client) ModifyDiskSpecWithCallback(request *ModifyDiskSpecRequest, ...) <-chan int + func (client *Client) ModifyDiskSpecWithChan(request *ModifyDiskSpecRequest) (<-chan *ModifyDiskSpecResponse, <-chan error) + func (client *Client) ModifyEntitlement(request *ModifyEntitlementRequest) (response *ModifyEntitlementResponse, err error) + func (client *Client) ModifyEntitlementWithCallback(request *ModifyEntitlementRequest, ...) <-chan int + func (client *Client) ModifyEntitlementWithChan(request *ModifyEntitlementRequest) (<-chan *ModifyEntitlementResponse, <-chan error) + func (client *Client) ModifyImageAttribute(request *ModifyImageAttributeRequest) (response *ModifyImageAttributeResponse, err error) + func (client *Client) ModifyImageAttributeWithCallback(request *ModifyImageAttributeRequest, ...) <-chan int + func (client *Client) ModifyImageAttributeWithChan(request *ModifyImageAttributeRequest) (<-chan *ModifyImageAttributeResponse, <-chan error) + func (client *Client) ModifyImagePermission(request *ModifyImagePermissionRequest) (response *ModifyImagePermissionResponse, err error) + func (client *Client) ModifyImagePermissionWithCallback(request *ModifyImagePermissionRequest, ...) <-chan int + func (client *Client) ModifyImagePermissionWithChan(request *ModifyImagePermissionRequest) (<-chan *ModifyImagePermissionResponse, <-chan error) + func (client *Client) ModifyNASDefaultMountTarget(request *ModifyNASDefaultMountTargetRequest) (response *ModifyNASDefaultMountTargetResponse, err error) + func (client *Client) ModifyNASDefaultMountTargetWithCallback(request *ModifyNASDefaultMountTargetRequest, ...) <-chan int + func (client *Client) ModifyNASDefaultMountTargetWithChan(request *ModifyNASDefaultMountTargetRequest) (<-chan *ModifyNASDefaultMountTargetResponse, <-chan error) + func (client *Client) ModifyNetworkPackageBandwidth(request *ModifyNetworkPackageBandwidthRequest) (response *ModifyNetworkPackageBandwidthResponse, err error) + func (client *Client) ModifyNetworkPackageBandwidthWithCallback(request *ModifyNetworkPackageBandwidthRequest, ...) <-chan int + func (client *Client) ModifyNetworkPackageBandwidthWithChan(request *ModifyNetworkPackageBandwidthRequest) (<-chan *ModifyNetworkPackageBandwidthResponse, <-chan error) + func (client *Client) ModifyNetworkPackageEnabled(request *ModifyNetworkPackageEnabledRequest) (response *ModifyNetworkPackageEnabledResponse, err error) + func (client *Client) ModifyNetworkPackageEnabledWithCallback(request *ModifyNetworkPackageEnabledRequest, ...) <-chan int + func (client *Client) ModifyNetworkPackageEnabledWithChan(request *ModifyNetworkPackageEnabledRequest) (<-chan *ModifyNetworkPackageEnabledResponse, <-chan error) + func (client *Client) ModifyOfficeSiteAttribute(request *ModifyOfficeSiteAttributeRequest) (response *ModifyOfficeSiteAttributeResponse, err error) + func (client *Client) ModifyOfficeSiteAttributeWithCallback(request *ModifyOfficeSiteAttributeRequest, ...) <-chan int + func (client *Client) ModifyOfficeSiteAttributeWithChan(request *ModifyOfficeSiteAttributeRequest) (<-chan *ModifyOfficeSiteAttributeResponse, <-chan error) + func (client *Client) ModifyOfficeSiteCrossDesktopAccess(request *ModifyOfficeSiteCrossDesktopAccessRequest) (response *ModifyOfficeSiteCrossDesktopAccessResponse, err error) + func (client *Client) ModifyOfficeSiteCrossDesktopAccessWithCallback(request *ModifyOfficeSiteCrossDesktopAccessRequest, ...) <-chan int + func (client *Client) ModifyOfficeSiteCrossDesktopAccessWithChan(request *ModifyOfficeSiteCrossDesktopAccessRequest) (<-chan *ModifyOfficeSiteCrossDesktopAccessResponse, <-chan error) + func (client *Client) ModifyOfficeSiteMfaEnabled(request *ModifyOfficeSiteMfaEnabledRequest) (response *ModifyOfficeSiteMfaEnabledResponse, err error) + func (client *Client) ModifyOfficeSiteMfaEnabledWithCallback(request *ModifyOfficeSiteMfaEnabledRequest, ...) <-chan int + func (client *Client) ModifyOfficeSiteMfaEnabledWithChan(request *ModifyOfficeSiteMfaEnabledRequest) (<-chan *ModifyOfficeSiteMfaEnabledResponse, <-chan error) + func (client *Client) ModifyOperateVul(request *ModifyOperateVulRequest) (response *ModifyOperateVulResponse, err error) + func (client *Client) ModifyOperateVulWithCallback(request *ModifyOperateVulRequest, ...) <-chan int + func (client *Client) ModifyOperateVulWithChan(request *ModifyOperateVulRequest) (<-chan *ModifyOperateVulResponse, <-chan error) + func (client *Client) ModifyPolicyGroup(request *ModifyPolicyGroupRequest) (response *ModifyPolicyGroupResponse, err error) + func (client *Client) ModifyPolicyGroupWithCallback(request *ModifyPolicyGroupRequest, ...) <-chan int + func (client *Client) ModifyPolicyGroupWithChan(request *ModifyPolicyGroupRequest) (<-chan *ModifyPolicyGroupResponse, <-chan error) + func (client *Client) ModifyUserEntitlement(request *ModifyUserEntitlementRequest) (response *ModifyUserEntitlementResponse, err error) + func (client *Client) ModifyUserEntitlementWithCallback(request *ModifyUserEntitlementRequest, ...) <-chan int + func (client *Client) ModifyUserEntitlementWithChan(request *ModifyUserEntitlementRequest) (<-chan *ModifyUserEntitlementResponse, <-chan error) + func (client *Client) ModifyUserToDesktopGroup(request *ModifyUserToDesktopGroupRequest) (response *ModifyUserToDesktopGroupResponse, err error) + func (client *Client) ModifyUserToDesktopGroupWithCallback(request *ModifyUserToDesktopGroupRequest, ...) <-chan int + func (client *Client) ModifyUserToDesktopGroupWithChan(request *ModifyUserToDesktopGroupRequest) (<-chan *ModifyUserToDesktopGroupResponse, <-chan error) + func (client *Client) OperateVuls(request *OperateVulsRequest) (response *OperateVulsResponse, err error) + func (client *Client) OperateVulsWithCallback(request *OperateVulsRequest, ...) <-chan int + func (client *Client) OperateVulsWithChan(request *OperateVulsRequest) (<-chan *OperateVulsResponse, <-chan error) + func (client *Client) RebootDesktops(request *RebootDesktopsRequest) (response *RebootDesktopsResponse, err error) + func (client *Client) RebootDesktopsWithCallback(request *RebootDesktopsRequest, ...) <-chan int + func (client *Client) RebootDesktopsWithChan(request *RebootDesktopsRequest) (<-chan *RebootDesktopsResponse, <-chan error) + func (client *Client) RebuildDesktops(request *RebuildDesktopsRequest) (response *RebuildDesktopsResponse, err error) + func (client *Client) RebuildDesktopsWithCallback(request *RebuildDesktopsRequest, ...) <-chan int + func (client *Client) RebuildDesktopsWithChan(request *RebuildDesktopsRequest) (<-chan *RebuildDesktopsResponse, <-chan error) + func (client *Client) RemoveUserFromDesktopGroup(request *RemoveUserFromDesktopGroupRequest) (response *RemoveUserFromDesktopGroupResponse, err error) + func (client *Client) RemoveUserFromDesktopGroupWithCallback(request *RemoveUserFromDesktopGroupRequest, ...) <-chan int + func (client *Client) RemoveUserFromDesktopGroupWithChan(request *RemoveUserFromDesktopGroupRequest) (<-chan *RemoveUserFromDesktopGroupResponse, <-chan error) + func (client *Client) RenewDesktops(request *RenewDesktopsRequest) (response *RenewDesktopsResponse, err error) + func (client *Client) RenewDesktopsWithCallback(request *RenewDesktopsRequest, ...) <-chan int + func (client *Client) RenewDesktopsWithChan(request *RenewDesktopsRequest) (<-chan *RenewDesktopsResponse, <-chan error) + func (client *Client) RenewNetworkPackages(request *RenewNetworkPackagesRequest) (response *RenewNetworkPackagesResponse, err error) + func (client *Client) RenewNetworkPackagesWithCallback(request *RenewNetworkPackagesRequest, ...) <-chan int + func (client *Client) RenewNetworkPackagesWithChan(request *RenewNetworkPackagesRequest) (<-chan *RenewNetworkPackagesResponse, <-chan error) + func (client *Client) ResetDesktops(request *ResetDesktopsRequest) (response *ResetDesktopsResponse, err error) + func (client *Client) ResetDesktopsWithCallback(request *ResetDesktopsRequest, ...) <-chan int + func (client *Client) ResetDesktopsWithChan(request *ResetDesktopsRequest) (<-chan *ResetDesktopsResponse, <-chan error) + func (client *Client) ResetNASDefaultMountTarget(request *ResetNASDefaultMountTargetRequest) (response *ResetNASDefaultMountTargetResponse, err error) + func (client *Client) ResetNASDefaultMountTargetWithCallback(request *ResetNASDefaultMountTargetRequest, ...) <-chan int + func (client *Client) ResetNASDefaultMountTargetWithChan(request *ResetNASDefaultMountTargetRequest) (<-chan *ResetNASDefaultMountTargetResponse, <-chan error) + func (client *Client) ResetSnapshot(request *ResetSnapshotRequest) (response *ResetSnapshotResponse, err error) + func (client *Client) ResetSnapshotWithCallback(request *ResetSnapshotRequest, ...) <-chan int + func (client *Client) ResetSnapshotWithChan(request *ResetSnapshotRequest) (<-chan *ResetSnapshotResponse, <-chan error) + func (client *Client) RollbackSuspEventQuaraFile(request *RollbackSuspEventQuaraFileRequest) (response *RollbackSuspEventQuaraFileResponse, err error) + func (client *Client) RollbackSuspEventQuaraFileWithCallback(request *RollbackSuspEventQuaraFileRequest, ...) <-chan int + func (client *Client) RollbackSuspEventQuaraFileWithChan(request *RollbackSuspEventQuaraFileRequest) (<-chan *RollbackSuspEventQuaraFileResponse, <-chan error) + func (client *Client) RunCommand(request *RunCommandRequest) (response *RunCommandResponse, err error) + func (client *Client) RunCommandWithCallback(request *RunCommandRequest, ...) <-chan int + func (client *Client) RunCommandWithChan(request *RunCommandRequest) (<-chan *RunCommandResponse, <-chan error) + func (client *Client) SendVerifyCode(request *SendVerifyCodeRequest) (response *SendVerifyCodeResponse, err error) + func (client *Client) SendVerifyCodeWithCallback(request *SendVerifyCodeRequest, ...) <-chan int + func (client *Client) SendVerifyCodeWithChan(request *SendVerifyCodeRequest) (<-chan *SendVerifyCodeResponse, <-chan error) + func (client *Client) SetDirectorySsoStatus(request *SetDirectorySsoStatusRequest) (response *SetDirectorySsoStatusResponse, err error) + func (client *Client) SetDirectorySsoStatusWithCallback(request *SetDirectorySsoStatusRequest, ...) <-chan int + func (client *Client) SetDirectorySsoStatusWithChan(request *SetDirectorySsoStatusRequest) (<-chan *SetDirectorySsoStatusResponse, <-chan error) + func (client *Client) SetIdpMetadata(request *SetIdpMetadataRequest) (response *SetIdpMetadataResponse, err error) + func (client *Client) SetIdpMetadataWithCallback(request *SetIdpMetadataRequest, ...) <-chan int + func (client *Client) SetIdpMetadataWithChan(request *SetIdpMetadataRequest) (<-chan *SetIdpMetadataResponse, <-chan error) + func (client *Client) SetOfficeSiteSsoStatus(request *SetOfficeSiteSsoStatusRequest) (response *SetOfficeSiteSsoStatusResponse, err error) + func (client *Client) SetOfficeSiteSsoStatusWithCallback(request *SetOfficeSiteSsoStatusRequest, ...) <-chan int + func (client *Client) SetOfficeSiteSsoStatusWithChan(request *SetOfficeSiteSsoStatusRequest) (<-chan *SetOfficeSiteSsoStatusResponse, <-chan error) + func (client *Client) StartDesktops(request *StartDesktopsRequest) (response *StartDesktopsResponse, err error) + func (client *Client) StartDesktopsWithCallback(request *StartDesktopsRequest, ...) <-chan int + func (client *Client) StartDesktopsWithChan(request *StartDesktopsRequest) (<-chan *StartDesktopsResponse, <-chan error) + func (client *Client) StartVirusScanTask(request *StartVirusScanTaskRequest) (response *StartVirusScanTaskResponse, err error) + func (client *Client) StartVirusScanTaskWithCallback(request *StartVirusScanTaskRequest, ...) <-chan int + func (client *Client) StartVirusScanTaskWithChan(request *StartVirusScanTaskRequest) (<-chan *StartVirusScanTaskResponse, <-chan error) + func (client *Client) StopDesktops(request *StopDesktopsRequest) (response *StopDesktopsResponse, err error) + func (client *Client) StopDesktopsWithCallback(request *StopDesktopsRequest, ...) <-chan int + func (client *Client) StopDesktopsWithChan(request *StopDesktopsRequest) (<-chan *StopDesktopsResponse, <-chan error) + func (client *Client) StopInvocation(request *StopInvocationRequest) (response *StopInvocationResponse, err error) + func (client *Client) StopInvocationWithCallback(request *StopInvocationRequest, ...) <-chan int + func (client *Client) StopInvocationWithChan(request *StopInvocationRequest) (<-chan *StopInvocationResponse, <-chan error) + func (client *Client) TagResources(request *TagResourcesRequest) (response *TagResourcesResponse, err error) + func (client *Client) TagResourcesWithCallback(request *TagResourcesRequest, ...) <-chan int + func (client *Client) TagResourcesWithChan(request *TagResourcesRequest) (<-chan *TagResourcesResponse, <-chan error) + func (client *Client) UnlockVirtualMFADevice(request *UnlockVirtualMFADeviceRequest) (response *UnlockVirtualMFADeviceResponse, err error) + func (client *Client) UnlockVirtualMFADeviceWithCallback(request *UnlockVirtualMFADeviceRequest, ...) <-chan int + func (client *Client) UnlockVirtualMFADeviceWithChan(request *UnlockVirtualMFADeviceRequest) (<-chan *UnlockVirtualMFADeviceResponse, <-chan error) + func (client *Client) UntagResources(request *UntagResourcesRequest) (response *UntagResourcesResponse, err error) + func (client *Client) UntagResourcesWithCallback(request *UntagResourcesRequest, ...) <-chan int + func (client *Client) UntagResourcesWithChan(request *UntagResourcesRequest) (<-chan *UntagResourcesResponse, <-chan error) + func (client *Client) UpdateFotaTask(request *UpdateFotaTaskRequest) (response *UpdateFotaTaskResponse, err error) + func (client *Client) UpdateFotaTaskWithCallback(request *UpdateFotaTaskRequest, ...) <-chan int + func (client *Client) UpdateFotaTaskWithChan(request *UpdateFotaTaskRequest) (<-chan *UpdateFotaTaskResponse, <-chan error) + func (client *Client) UploadImage(request *UploadImageRequest) (response *UploadImageResponse, err error) + func (client *Client) UploadImageWithCallback(request *UploadImageRequest, ...) <-chan int + func (client *Client) UploadImageWithChan(request *UploadImageRequest) (<-chan *UploadImageResponse, <-chan error) + func (client *Client) VerifyCen(request *VerifyCenRequest) (response *VerifyCenResponse, err error) + func (client *Client) VerifyCenWithCallback(request *VerifyCenRequest, ...) <-chan int + func (client *Client) VerifyCenWithChan(request *VerifyCenRequest) (<-chan *VerifyCenResponse, <-chan error) + type ClientType struct + ClientType string + Status string + type ClientTypes struct + ClientType []ClientType + type ClonePolicyGroupRequest struct + Name string + PolicyGroupId string + func CreateClonePolicyGroupRequest() (request *ClonePolicyGroupRequest) + type ClonePolicyGroupResponse struct + PolicyGroupId string + RequestId string + func CreateClonePolicyGroupResponse() (response *ClonePolicyGroupResponse) + type ConfigADConnectorTrustRequest struct + OfficeSiteId string + TrustKey string + func CreateConfigADConnectorTrustRequest() (request *ConfigADConnectorTrustRequest) + type ConfigADConnectorTrustResponse struct + RequestId string + func CreateConfigADConnectorTrustResponse() (response *ConfigADConnectorTrustResponse) + type ConfigADConnectorUserRequest struct + DomainPassword string + DomainUserName string + OUName string + OfficeSiteId string + func CreateConfigADConnectorUserRequest() (request *ConfigADConnectorUserRequest) + type ConfigADConnectorUserResponse struct + RequestId string + func CreateConfigADConnectorUserResponse() (response *ConfigADConnectorUserResponse) + type ConnectionRecord struct + ConnectDuration string + ConnectEndTime string + ConnectStartTime string + ConnectionRecordId string + DesktopId string + DesktopName string + type ConnectionRecords struct + ConnectionRecord []ConnectionRecord + type CoordinateFlowModel struct + CoId string + CoordinateStatus string + CoordinateTicket string + InitiatorType string + OwnerUserId string + ResourceId string + ResourceName string + type CoordinateFlowModels struct + CoordinateFlowModel []CoordinateFlowModel + type CopyImageRequest struct + DestinationDescription string + DestinationImageName string + DestinationRegionId string + ImageId string + func CreateCopyImageRequest() (request *CopyImageRequest) + type CopyImageResponse struct + ImageId string + RequestId string + func CreateCopyImageResponse() (response *CopyImageResponse) + type CreateADConnectorDirectoryRequest struct + DesktopAccessType string + DirectoryName string + DnsAddress *[]string + DomainName string + DomainPassword string + DomainUserName string + EnableAdminAccess requests.Boolean + MfaEnabled requests.Boolean + Specification requests.Integer + SubDomainDnsAddress *[]string + SubDomainName string + VSwitchId *[]string + func CreateCreateADConnectorDirectoryRequest() (request *CreateADConnectorDirectoryRequest) + type CreateADConnectorDirectoryResponse struct + AdConnectors []AdConnector + DirectoryId string + RequestId string + TrustPassword string + func CreateCreateADConnectorDirectoryResponse() (response *CreateADConnectorDirectoryResponse) + type CreateADConnectorOfficeSiteRequest struct + AdHostname string + Bandwidth requests.Integer + CenId string + CenOwnerId requests.Integer + CidrBlock string + DesktopAccessType string + DnsAddress *[]string + DomainName string + DomainPassword string + DomainUserName string + EnableAdminAccess requests.Boolean + EnableInternetAccess requests.Boolean + MfaEnabled requests.Boolean + OfficeSiteName string + ProtocolType string + Specification requests.Integer + SubDomainDnsAddress *[]string + SubDomainName string + VerifyCode string + func CreateCreateADConnectorOfficeSiteRequest() (request *CreateADConnectorOfficeSiteRequest) + type CreateADConnectorOfficeSiteResponse struct + OfficeSiteId string + RequestId string + func CreateCreateADConnectorOfficeSiteResponse() (response *CreateADConnectorOfficeSiteResponse) + type CreateBundleRequest struct + BundleName string + Description string + DesktopType string + ImageId string + Language string + RootDiskPerformanceLevel string + RootDiskSizeGib requests.Integer + UserDiskPerformanceLevel string + UserDiskSizeGib *[]string + func CreateCreateBundleRequest() (request *CreateBundleRequest) + type CreateBundleResponse struct + BundleId string + RequestId string + func CreateCreateBundleResponse() (response *CreateBundleResponse) + type CreateDesktopGroupRequest struct + AllClassifyUsers requests.Boolean + AllowAutoSetup requests.Integer + AllowBufferCount requests.Integer + AutoPay requests.Boolean + BindAmount requests.Integer + BundleId string + ChargeType string + Classify string + ClientToken string + Comments string + DefaultInitDesktopCount requests.Integer + DesktopGroupName string + DirectoryId string + EndUserIds *[]string + KeepDuration requests.Integer + LoadPolicy requests.Integer + MaxDesktopsCount requests.Integer + MinDesktopsCount requests.Integer + OfficeSiteId string + OwnType requests.Integer + Period requests.Integer + PeriodUnit string + PolicyGroupId string + ResetType requests.Integer + ScaleStrategyId string + VolumeEncryptionEnabled requests.Boolean + VolumeEncryptionKey string + VpcId string + func CreateCreateDesktopGroupRequest() (request *CreateDesktopGroupRequest) + type CreateDesktopGroupResponse struct + DesktopGroupId string + OrderIds []string + RequestId string + func CreateCreateDesktopGroupResponse() (response *CreateDesktopGroupResponse) + type CreateDesktopsRequest struct + Amount requests.Integer + AutoPay requests.Boolean + AutoRenew requests.Boolean + BundleId string + ChargeType string + DataDiskSize string + DesktopName string + DesktopNameSuffix requests.Boolean + DirectoryId string + EcsInstanceType string + EndUserId *[]string + GroupId string + Hostname string + ImageId string + OfficeSiteId string + Period requests.Integer + PeriodUnit string + PolicyGroupId string + PromotionId string + SystemDiskSize string + Tag *[]CreateDesktopsTag + UserAssignMode string + UserName string + VolumeEncryptionEnabled requests.Boolean + VolumeEncryptionKey string + VpcId string + func CreateCreateDesktopsRequest() (request *CreateDesktopsRequest) + type CreateDesktopsResponse struct + DesktopId []string + OrderId string + RequestId string + func CreateCreateDesktopsResponse() (response *CreateDesktopsResponse) + type CreateDesktopsTag struct + Key string + Value string + type CreateDiskEncryptionServiceRequest struct + func CreateCreateDiskEncryptionServiceRequest() (request *CreateDiskEncryptionServiceRequest) + type CreateDiskEncryptionServiceResponse struct + OrderId string + RequestId string + Success bool + func CreateCreateDiskEncryptionServiceResponse() (response *CreateDiskEncryptionServiceResponse) + type CreateImageRequest struct + AutoCleanUserdata requests.Boolean + Description string + DesktopId string + DiskType string + ImageName string + ImageResourceType string + SnapshotId string + SnapshotIds *[]string + func CreateCreateImageRequest() (request *CreateImageRequest) + type CreateImageResponse struct + ImageId string + RequestId string + func CreateCreateImageResponse() (response *CreateImageResponse) + type CreateNASFileSystemRequest struct + Description string + EncryptType string + Name string + OfficeSiteId string + StorageType string + func CreateCreateNASFileSystemRequest() (request *CreateNASFileSystemRequest) + type CreateNASFileSystemResponse struct + FileSystemId string + FileSystemName string + MountTargetDomain string + OfficeSiteId string + RequestId string + func CreateCreateNASFileSystemResponse() (response *CreateNASFileSystemResponse) + type CreateNetworkPackageRequest struct + AutoPay requests.Boolean + AutoRenew requests.Boolean + Bandwidth requests.Integer + InternetChargeType string + OfficeSiteId string + Period requests.Integer + PeriodUnit string + PromotionId string + func CreateCreateNetworkPackageRequest() (request *CreateNetworkPackageRequest) + type CreateNetworkPackageResponse struct + NetworkPackageId string + OrderId string + RequestId string + func CreateCreateNetworkPackageResponse() (response *CreateNetworkPackageResponse) + type CreatePolicyGroupAuthorizeAccessPolicyRule struct + CidrIp string + Description string + type CreatePolicyGroupAuthorizeSecurityPolicyRule struct + CidrIp string + Description string + IpProtocol string + Policy string + PortRange string + Priority string + Type string + type CreatePolicyGroupClientType struct + ClientType string + Status string + type CreatePolicyGroupRequest struct + AuthorizeAccessPolicyRule *[]CreatePolicyGroupAuthorizeAccessPolicyRule + AuthorizeSecurityPolicyRule *[]CreatePolicyGroupAuthorizeSecurityPolicyRule + CameraRedirect string + ClientType *[]CreatePolicyGroupClientType + Clipboard string + DomainList string + GpuAcceleration string + Html5Access string + Html5FileTransfer string + LocalDrive string + Name string + NetRedirect string + PreemptLogin string + PreemptLoginUser *[]string + PrinterRedirection string + Recording string + RecordingEndTime string + RecordingFps requests.Integer + RecordingStartTime string + UsbRedirect string + UsbSupplyRedirectRule *[]CreatePolicyGroupUsbSupplyRedirectRule + VisualQuality string + Watermark string + WatermarkCustomText string + WatermarkTransparency string + WatermarkType string + func CreateCreatePolicyGroupRequest() (request *CreatePolicyGroupRequest) + type CreatePolicyGroupResponse struct + PolicyGroupId string + RequestId string + func CreateCreatePolicyGroupResponse() (response *CreatePolicyGroupResponse) + type CreatePolicyGroupUsbSupplyRedirectRule struct + Description string + DeviceClass string + DeviceSubclass string + ProductId string + UsbRedirectType string + UsbRuleType string + VendorId string + type CreateRAMDirectoryRequest struct + DesktopAccessType string + DirectoryName string + EnableAdminAccess requests.Boolean + EnableInternetAccess requests.Boolean + VSwitchId *[]string + func CreateCreateRAMDirectoryRequest() (request *CreateRAMDirectoryRequest) + type CreateRAMDirectoryResponse struct + DirectoryId string + RequestId string + func CreateCreateRAMDirectoryResponse() (response *CreateRAMDirectoryResponse) + type CreateSimpleOfficeSiteRequest struct + Bandwidth requests.Integer + CenId string + CenOwnerId requests.Integer + CidrBlock string + CloudBoxOfficeSite requests.Boolean + DesktopAccessType string + EnableAdminAccess requests.Boolean + EnableInternetAccess requests.Boolean + NeedVerifyZeroDevice requests.Boolean + OfficeSiteName string + VSwitchId *[]string + VerifyCode string + func CreateCreateSimpleOfficeSiteRequest() (request *CreateSimpleOfficeSiteRequest) + type CreateSimpleOfficeSiteResponse struct + OfficeSiteId string + RequestId string + func CreateCreateSimpleOfficeSiteResponse() (response *CreateSimpleOfficeSiteResponse) + type CreateSnapshotRequest struct + Description string + DesktopId string + SnapshotName string + SourceDiskType string + func CreateCreateSnapshotRequest() (request *CreateSnapshotRequest) + type CreateSnapshotResponse struct + RequestId string + SnapshotId string + func CreateCreateSnapshotResponse() (response *CreateSnapshotResponse) + type Cve struct + CveId string + CvssScore string + Summary string + Title string + type Cves struct + Cve []Cve + type DeleteBundlesRequest struct + BundleId *[]string + func CreateDeleteBundlesRequest() (request *DeleteBundlesRequest) + type DeleteBundlesResponse struct + RequestId string + func CreateDeleteBundlesResponse() (response *DeleteBundlesResponse) + type DeleteDesktopGroupRequest struct + DesktopGroupId string + func CreateDeleteDesktopGroupRequest() (request *DeleteDesktopGroupRequest) + type DeleteDesktopGroupResponse struct + RequestId string + func CreateDeleteDesktopGroupResponse() (response *DeleteDesktopGroupResponse) + type DeleteDesktopsRequest struct + DesktopId *[]string + func CreateDeleteDesktopsRequest() (request *DeleteDesktopsRequest) + type DeleteDesktopsResponse struct + RequestId string + func CreateDeleteDesktopsResponse() (response *DeleteDesktopsResponse) + type DeleteDirectoriesRequest struct + DirectoryId *[]string + func CreateDeleteDirectoriesRequest() (request *DeleteDirectoriesRequest) + type DeleteDirectoriesResponse struct + RequestId string + func CreateDeleteDirectoriesResponse() (response *DeleteDirectoriesResponse) + type DeleteImagesRequest struct + ImageId *[]string + func CreateDeleteImagesRequest() (request *DeleteImagesRequest) + type DeleteImagesResponse struct + RequestId string + func CreateDeleteImagesResponse() (response *DeleteImagesResponse) + type DeleteNASFileSystemsRequest struct + FileSystemId *[]string + func CreateDeleteNASFileSystemsRequest() (request *DeleteNASFileSystemsRequest) + type DeleteNASFileSystemsResponse struct + RequestId string + func CreateDeleteNASFileSystemsResponse() (response *DeleteNASFileSystemsResponse) + type DeleteNetworkPackagesRequest struct + NetworkPackageId *[]string + func CreateDeleteNetworkPackagesRequest() (request *DeleteNetworkPackagesRequest) + type DeleteNetworkPackagesResponse struct + RequestId string + func CreateDeleteNetworkPackagesResponse() (response *DeleteNetworkPackagesResponse) + type DeleteOfficeSitesRequest struct + OfficeSiteId *[]string + func CreateDeleteOfficeSitesRequest() (request *DeleteOfficeSitesRequest) + type DeleteOfficeSitesResponse struct + RequestId string + func CreateDeleteOfficeSitesResponse() (response *DeleteOfficeSitesResponse) + type DeletePolicyGroupsRequest struct + PolicyGroupId *[]string + func CreateDeletePolicyGroupsRequest() (request *DeletePolicyGroupsRequest) + type DeletePolicyGroupsResponse struct + RequestId string + func CreateDeletePolicyGroupsResponse() (response *DeletePolicyGroupsResponse) + type DeleteSnapshotRequest struct + SnapshotId *[]string + func CreateDeleteSnapshotRequest() (request *DeleteSnapshotRequest) + type DeleteSnapshotResponse struct + RequestId string + func CreateDeleteSnapshotResponse() (response *DeleteSnapshotResponse) + type DeleteVirtualMFADeviceRequest struct + SerialNumber string + func CreateDeleteVirtualMFADeviceRequest() (request *DeleteVirtualMFADeviceRequest) + type DeleteVirtualMFADeviceResponse struct + RequestId string + func CreateDeleteVirtualMFADeviceResponse() (response *DeleteVirtualMFADeviceResponse) + type DescribeAlarmEventStackInfoRequest struct + DesktopId string + EventName string + Lang string + UniqueInfo string + func CreateDescribeAlarmEventStackInfoRequest() (request *DescribeAlarmEventStackInfoRequest) + type DescribeAlarmEventStackInfoResponse struct + RequestId string + StackInfo string + func CreateDescribeAlarmEventStackInfoResponse() (response *DescribeAlarmEventStackInfoResponse) + type DescribeBundlesRequest struct + BundleId *[]string + BundleType string + CheckStock requests.Boolean + CpuCount requests.Integer + DesktopTypeFamily string + FotaChannel string + FromDesktopGroup requests.Boolean + GpuCount requests.Float + MaxResults requests.Integer + MemorySize requests.Integer + NextToken string + ProtocolType string + SupportMultiSession requests.Boolean + VolumeEncryptionEnabled requests.Boolean + func CreateDescribeBundlesRequest() (request *DescribeBundlesRequest) + type DescribeBundlesResponse struct + Bundles []Bundle + NextToken string + RequestId string + func CreateDescribeBundlesResponse() (response *DescribeBundlesResponse) + type DescribeCensRequest struct + PageNumber requests.Integer + PageSize requests.Integer + func CreateDescribeCensRequest() (request *DescribeCensRequest) + type DescribeCensResponse struct + Cens []Cen + PageNumber int + PageSize int + RequestId string + TotalCount int + func CreateDescribeCensResponse() (response *DescribeCensResponse) + type DescribeClientEventsRequest struct + DesktopId string + DesktopIp string + DesktopName string + DirectoryId string + EndTime string + EndUserId string + EventType string + MaxResults requests.Integer + NextToken string + OfficeSiteId string + OfficeSiteName string + StartTime string + func CreateDescribeClientEventsRequest() (request *DescribeClientEventsRequest) + type DescribeClientEventsResponse struct + Events []Event + NextToken string + RequestId string + func CreateDescribeClientEventsResponse() (response *DescribeClientEventsResponse) + type DescribeDesktopGroupsRequest struct + DesktopGroupId string + DesktopGroupName string + EndUserIds *[]string + ExcludedEndUserIds *[]string + MaxResults requests.Integer + NextToken string + OfficeSiteId string + OwnType requests.Integer + Period requests.Integer + PeriodUnit string + PolicyGroupId string + Status requests.Integer + func CreateDescribeDesktopGroupsRequest() (request *DescribeDesktopGroupsRequest) + type DescribeDesktopGroupsResponse struct + DesktopGroups []DesktopGroup + NextToken string + RequestId string + func CreateDescribeDesktopGroupsResponse() (response *DescribeDesktopGroupsResponse) + type DescribeDesktopIdsByVulNamesRequest struct + Necessity string + OfficeSiteId string + Type string + VulName *[]string + func CreateDescribeDesktopIdsByVulNamesRequest() (request *DescribeDesktopIdsByVulNamesRequest) + type DescribeDesktopIdsByVulNamesResponse struct + DesktopItems []DesktopItem + RequestId string + func CreateDescribeDesktopIdsByVulNamesResponse() (response *DescribeDesktopIdsByVulNamesResponse) + type DescribeDesktopTypesRequest struct + AppliedScope string + CpuCount requests.Integer + DesktopIdForModify string + DesktopTypeId string + GpuCount requests.Float + InstanceTypeFamily string + MemorySize requests.Integer + OrderType string + func CreateDescribeDesktopTypesRequest() (request *DescribeDesktopTypesRequest) + type DescribeDesktopTypesResponse struct + DesktopTypes []DesktopType + RequestId string + func CreateDescribeDesktopTypesResponse() (response *DescribeDesktopTypesResponse) + type DescribeDesktopsInGroupRequest struct + DesktopGroupId string + MaxResults requests.Integer + NextToken string + PayType string + func CreateDescribeDesktopsInGroupRequest() (request *DescribeDesktopsInGroupRequest) + type DescribeDesktopsInGroupResponse struct + NextToken string + OnlinePrePaidDesktopsCount int + PaidDesktops []PaidDesktop + PaidDesktopsCount int + PostPaidDesktops []PostPaidDesktop + PostPaidDesktopsCount int + PostPaidDesktopsTotalAmount int + RequestId string + RunningPrePaidDesktopsCount int + StopedPrePaidDesktopsCount int + func CreateDescribeDesktopsInGroupResponse() (response *DescribeDesktopsInGroupResponse) + type DescribeDesktopsRequest struct + ChargeType string + DesktopId *[]string + DesktopName string + DesktopStatus string + DirectoryId string + EndUserId *[]string + ExcludedEndUserId *[]string + ExpiredTime string + FilterDesktopGroup requests.Boolean + GroupId string + ManagementFlag string + MaxResults requests.Integer + NextToken string + OfficeSiteId string + OfficeSiteName string + PolicyGroupId string + ProtocolType string + QueryFotaUpdate requests.Boolean + UserName string + func CreateDescribeDesktopsRequest() (request *DescribeDesktopsRequest) + type DescribeDesktopsResponse struct + Desktops []Desktop + NextToken string + RequestId string + TotalCount int + func CreateDescribeDesktopsResponse() (response *DescribeDesktopsResponse) + type DescribeDirectoriesRequest struct + DirectoryId *[]string + DirectoryStatus string + DirectoryType string + MaxResults requests.Integer + NextToken string + Status string + func CreateDescribeDirectoriesRequest() (request *DescribeDirectoriesRequest) + type DescribeDirectoriesResponse struct + AdHostname string + Directories []Directory + NextToken string + RequestId string + func CreateDescribeDirectoriesResponse() (response *DescribeDirectoriesResponse) + type DescribeFlowMetricRequest struct + EndTime string + InstanceId string + InstanceType string + MetricType string + Period requests.Integer + StartTime string + func CreateDescribeFlowMetricRequest() (request *DescribeFlowMetricRequest) + type DescribeFlowMetricResponse struct + Data string + RequestId string + func CreateDescribeFlowMetricResponse() (response *DescribeFlowMetricResponse) + type DescribeFlowStatisticRequest struct + DesktopId string + OfficeSiteId string + PageNumber requests.Integer + PageSize requests.Integer + Period requests.Integer + func CreateDescribeFlowStatisticRequest() (request *DescribeFlowStatisticRequest) + type DescribeFlowStatisticResponse struct + DesktopCount int + DesktopFlowStatistic []FlowStatistic + RequestId string + func CreateDescribeFlowStatisticResponse() (response *DescribeFlowStatisticResponse) + type DescribeFotaPendingDesktopsRequest struct + MaxResults requests.Integer + NextToken string + TaskUid string + func CreateDescribeFotaPendingDesktopsRequest() (request *DescribeFotaPendingDesktopsRequest) + type DescribeFotaPendingDesktopsResponse struct + FotaPendingDesktops []FotaPendingDesktop + NextToken string + RequestId string + func CreateDescribeFotaPendingDesktopsResponse() (response *DescribeFotaPendingDesktopsResponse) + type DescribeFotaTasksRequest struct + FotaStatus string + MaxResults requests.Integer + NextToken string + TaskUid *[]string + UserStatus string + func CreateDescribeFotaTasksRequest() (request *DescribeFotaTasksRequest) + type DescribeFotaTasksResponse struct + FotaTasks []FotaTask + RequestId string + func CreateDescribeFotaTasksResponse() (response *DescribeFotaTasksResponse) + type DescribeFrontVulPatchListRequest struct + OperateType string + Type string + VulInfo *[]DescribeFrontVulPatchListVulInfo + func CreateDescribeFrontVulPatchListRequest() (request *DescribeFrontVulPatchListRequest) + type DescribeFrontVulPatchListResponse struct + FrontPatchList []FrontPatchItem + RequestId string + func CreateDescribeFrontVulPatchListResponse() (response *DescribeFrontVulPatchListResponse) + type DescribeFrontVulPatchListVulInfo struct + DesktopId string + Name string + Tag string + type DescribeGroupedVulRequest struct + CurrentPage requests.Integer + Dealed string + Lang string + Necessity string + OfficeSiteId string + PageSize requests.Integer + Type string + func CreateDescribeGroupedVulRequest() (request *DescribeGroupedVulRequest) + type DescribeGroupedVulResponse struct + CurrentPage int + GroupedVulItems []GroupedVulItem + PageSize int + RequestId string + TotalCount int + func CreateDescribeGroupedVulResponse() (response *DescribeGroupedVulResponse) + type DescribeImageModifiedRecordsRequest struct + DesktopId string + MaxResults requests.Integer + NextToken string + func CreateDescribeImageModifiedRecordsRequest() (request *DescribeImageModifiedRecordsRequest) + type DescribeImageModifiedRecordsResponse struct + ImageModifiedRecords []ImageModifiedRecord + NextToken string + RequestId string + TotalCount int + func CreateDescribeImageModifiedRecordsResponse() (response *DescribeImageModifiedRecordsResponse) + type DescribeImagePermissionRequest struct + ImageId string + func CreateDescribeImagePermissionRequest() (request *DescribeImagePermissionRequest) + type DescribeImagePermissionResponse struct + AliUids []string + RequestId string + func CreateDescribeImagePermissionResponse() (response *DescribeImagePermissionResponse) + type DescribeImagesRequest struct + DesktopInstanceType string + FotaChannel string + GpuCategory requests.Boolean + GpuDriverVersion string + ImageId *[]string + ImageStatus string + ImageType string + LanguageType string + MaxResults requests.Integer + NextToken string + OsType string + ProtocolType string + func CreateDescribeImagesRequest() (request *DescribeImagesRequest) + type DescribeImagesResponse struct + Images []Image + NextToken string + RequestId string + func CreateDescribeImagesResponse() (response *DescribeImagesResponse) + type DescribeInvocationsRequest struct + CommandType string + ContentEncoding string + DesktopId string + EndUserId string + IncludeOutput requests.Boolean + InvokeId string + InvokeStatus string + MaxResults requests.Integer + NextToken string + func CreateDescribeInvocationsRequest() (request *DescribeInvocationsRequest) + type DescribeInvocationsResponse struct + Invocations []Invocation + NextToken string + RequestId string + func CreateDescribeInvocationsResponse() (response *DescribeInvocationsResponse) + type DescribeKmsKeysRequest struct + func CreateDescribeKmsKeysRequest() (request *DescribeKmsKeysRequest) + type DescribeKmsKeysResponse struct + AuthorizeStatus string + Keys []Key + KmsServiceStatus string + RequestId string + func CreateDescribeKmsKeysResponse() (response *DescribeKmsKeysResponse) + type DescribeNASFileSystemsRequest struct + FileSystemId *[]string + MaxResults requests.Integer + NextToken string + OfficeSiteId string + func CreateDescribeNASFileSystemsRequest() (request *DescribeNASFileSystemsRequest) + type DescribeNASFileSystemsResponse struct + FileSystems []FileSystem + NextToken string + RequestId string + func CreateDescribeNASFileSystemsResponse() (response *DescribeNASFileSystemsResponse) + type DescribeNetworkPackagesRequest struct + InternetChargeType string + MaxResults requests.Integer + NetworkPackageId *[]string + NextToken string + func CreateDescribeNetworkPackagesRequest() (request *DescribeNetworkPackagesRequest) + type DescribeNetworkPackagesResponse struct + NetworkPackages []NetworkPackage + NextToken string + RequestId string + func CreateDescribeNetworkPackagesResponse() (response *DescribeNetworkPackagesResponse) + type DescribeOfficeSitesRequest struct + MaxResults requests.Integer + NextToken string + OfficeSiteId *[]string + OfficeSiteType string + Status string + func CreateDescribeOfficeSitesRequest() (request *DescribeOfficeSitesRequest) + type DescribeOfficeSitesResponse struct + NextToken string + OfficeSites []OfficeSite + RequestId string + func CreateDescribeOfficeSitesResponse() (response *DescribeOfficeSitesResponse) + type DescribePolicyGroup struct + AuthorizeAccessPolicyRules []AuthorizeAccessPolicyRule + AuthorizeSecurityPolicyRules []AuthorizeSecurityPolicyRule + CameraRedirect string + ClientTypes []ClientType + Clipboard string + DomainList string + EdsCount int + GpuAcceleration string + Html5Access string + Html5FileTransfer string + LocalDrive string + Name string + NetRedirect string + PolicyGroupId string + PolicyGroupType string + PolicyStatus string + PreemptLogin string + PreemptLoginUsers []string + PrinterRedirection string + Recording string + RecordingEndTime string + RecordingFps int64 + RecordingStartTime string + UsbRedirect string + UsbSupplyRedirectRule []UsbSupplyRedirectRuleItem + VisualQuality string + Watermark string + WatermarkCustomText string + WatermarkTransparency string + WatermarkType string + type DescribePolicyGroups struct + DescribePolicyGroup []DescribePolicyGroup + type DescribePolicyGroupsRequest struct + MaxResults requests.Integer + NextToken string + PolicyGroupId *[]string + func CreateDescribePolicyGroupsRequest() (request *DescribePolicyGroupsRequest) + type DescribePolicyGroupsResponse struct + DescribePolicyGroups []DescribePolicyGroup + NextToken string + RequestId string + func CreateDescribePolicyGroupsResponse() (response *DescribePolicyGroupsResponse) + type DescribeRecordingsRequest struct + MaxResults requests.Integer + NextToken string + func CreateDescribeRecordingsRequest() (request *DescribeRecordingsRequest) + type DescribeRecordingsResponse struct + NextToken string + Recordings []Recording + RequestId string + func CreateDescribeRecordingsResponse() (response *DescribeRecordingsResponse) + type DescribeRegionsRequest struct + func CreateDescribeRegionsRequest() (request *DescribeRegionsRequest) + type DescribeRegionsResponse struct + Regions []Region + RequestId string + func CreateDescribeRegionsResponse() (response *DescribeRegionsResponse) + type DescribeScanTaskProgressRequest struct + TaskId requests.Integer + func CreateDescribeScanTaskProgressRequest() (request *DescribeScanTaskProgressRequest) + type DescribeScanTaskProgressResponse struct + CreateTime string + RequestId string + TaskStatus string + func CreateDescribeScanTaskProgressResponse() (response *DescribeScanTaskProgressResponse) + type DescribeSecurityEventOperationStatusRequest struct + SecurityEventId *[]string + TaskId requests.Integer + func CreateDescribeSecurityEventOperationStatusRequest() (request *DescribeSecurityEventOperationStatusRequest) + type DescribeSecurityEventOperationStatusResponse struct + RequestId string + SecurityEventOperationStatuses []SecurityEventOperationStatus + TaskStatus string + func CreateDescribeSecurityEventOperationStatusResponse() (response *DescribeSecurityEventOperationStatusResponse) + type DescribeSecurityEventOperationsRequest struct + SecurityEventId requests.Integer + func CreateDescribeSecurityEventOperationsRequest() (request *DescribeSecurityEventOperationsRequest) + type DescribeSecurityEventOperationsResponse struct + RequestId string + SecurityEventOperations []SecurityEventOperation + func CreateDescribeSecurityEventOperationsResponse() (response *DescribeSecurityEventOperationsResponse) + type DescribeSnapshotsRequest struct + DesktopId string + MaxResults requests.Integer + NextToken string + SnapshotId string + func CreateDescribeSnapshotsRequest() (request *DescribeSnapshotsRequest) + type DescribeSnapshotsResponse struct + NextToken string + RequestId string + Snapshots []Snapshot + func CreateDescribeSnapshotsResponse() (response *DescribeSnapshotsResponse) + type DescribeSuspEventOverviewRequest struct + func CreateDescribeSuspEventOverviewRequest() (request *DescribeSuspEventOverviewRequest) + type DescribeSuspEventOverviewResponse struct + RemindCount int + RequestId string + SeriousCount int + SuspiciousCount int + func CreateDescribeSuspEventOverviewResponse() (response *DescribeSuspEventOverviewResponse) + type DescribeSuspEventQuaraFilesRequest struct + CurrentPage requests.Integer + OfficeSiteId string + PageSize requests.Integer + Status string + func CreateDescribeSuspEventQuaraFilesRequest() (request *DescribeSuspEventQuaraFilesRequest) + type DescribeSuspEventQuaraFilesResponse struct + CurrentPage int + PageSize int + QuaraFiles []QuaraFile + RequestId string + TotalCount int + func CreateDescribeSuspEventQuaraFilesResponse() (response *DescribeSuspEventQuaraFilesResponse) + type DescribeSuspEventsRequest struct + AlarmUniqueInfo string + CurrentPage requests.Integer + Dealed string + Lang string + Levels string + OfficeSiteId string + PageSize requests.Integer + ParentEventType string + func CreateDescribeSuspEventsRequest() (request *DescribeSuspEventsRequest) + type DescribeSuspEventsResponse struct + CurrentPage int + PageSize string + RequestId string + SuspEvents []SuspEvent + TotalCount int + func CreateDescribeSuspEventsResponse() (response *DescribeSuspEventsResponse) + type DescribeUserConnectionRecordsRequest struct + ConnectDurationFrom requests.Integer + ConnectDurationTo requests.Integer + ConnectEndTimeFrom requests.Integer + ConnectEndTimeTo requests.Integer + ConnectStartTimeFrom requests.Integer + ConnectStartTimeTo requests.Integer + DesktopGroupId string + DesktopId string + EndUserId string + EndUserType string + MaxResults requests.Integer + NextToken string + func CreateDescribeUserConnectionRecordsRequest() (request *DescribeUserConnectionRecordsRequest) + type DescribeUserConnectionRecordsResponse struct + ConnectionRecords []ConnectionRecord + NextToken string + RequestId string + func CreateDescribeUserConnectionRecordsResponse() (response *DescribeUserConnectionRecordsResponse) + type DescribeUsersInGroupRequest struct + ConnectState requests.Integer + DesktopGroupId string + EndUserId string + Filter string + MaxResults requests.Integer + NextToken string + QueryUserDetail requests.Boolean + func CreateDescribeUsersInGroupRequest() (request *DescribeUsersInGroupRequest) + type DescribeUsersInGroupResponse struct + EndUsers []EndUser + NextToken string + OnlineUsersCount int + RequestId string + UsersCount int + func CreateDescribeUsersInGroupResponse() (response *DescribeUsersInGroupResponse) + type DescribeVirtualMFADevicesRequest struct + DirectoryId string + EndUserId *[]string + MaxResults requests.Integer + NextToken string + OfficeSiteId string + func CreateDescribeVirtualMFADevicesRequest() (request *DescribeVirtualMFADevicesRequest) + type DescribeVirtualMFADevicesResponse struct + NextToken string + RequestId string + VirtualMFADevices []VirtualMFADevice + func CreateDescribeVirtualMFADevicesResponse() (response *DescribeVirtualMFADevicesResponse) + type DescribeVulDetailsRequest struct + AliasName string + Lang string + Name string + Type string + func CreateDescribeVulDetailsRequest() (request *DescribeVulDetailsRequest) + type DescribeVulDetailsResponse struct + Cves []Cve + RequestId string + func CreateDescribeVulDetailsResponse() (response *DescribeVulDetailsResponse) + type DescribeVulListRequest struct + AliasName string + CurrentPage requests.Integer + Dealed string + Lang string + Necessity string + OfficeSiteId string + PageSize requests.Integer + Type string + func CreateDescribeVulListRequest() (request *DescribeVulListRequest) + type DescribeVulListResponse struct + CurrentPage int + PageSize int + RequestId string + TotalCount int + VulRecords []VulRecord + func CreateDescribeVulListResponse() (response *DescribeVulListResponse) + type DescribeVulOverviewRequest struct + func CreateDescribeVulOverviewRequest() (request *DescribeVulOverviewRequest) + type DescribeVulOverviewResponse struct + AsapCount int + LaterCount int + NntfCount int + RequestId string + func CreateDescribeVulOverviewResponse() (response *DescribeVulOverviewResponse) + type DescribeZonesRequest struct + ZoneType string + func CreateDescribeZonesRequest() (request *DescribeZonesRequest) + type DescribeZonesResponse struct + RequestId string + Zones []Zone + func CreateDescribeZonesResponse() (response *DescribeZonesResponse) + type Desktop struct + BundleId string + BundleName string + ChargeType string + ConnectionStatus string + Cpu int + CreationTime string + DataDiskCategory string + DataDiskSize string + DesktopGroupId string + DesktopId string + DesktopName string + DesktopStatus string + DesktopType string + DirectoryId string + DirectoryType string + Disks []Disk + DowngradeQuota int64 + DowngradedTimes int64 + EndUserIds []string + ExpiredTime string + FotaUpdate FotaUpdate + GpuCategory int64 + GpuCount float64 + GpuDriverVersion string + GpuSpec string + HostName string + ImageId string + ManagementFlag string + Memory int64 + NetworkInterfaceId string + NetworkInterfaceIp string + OfficeSiteId string + OfficeSiteName string + OfficeSiteType string + OfficeSiteVpcType string + OsType string + Platform string + PolicyGroupId string + PolicyGroupName string + Progress string + ProtocolType string + SessionType string + Sessions []Session + StartTime string + SystemDiskCategory string + SystemDiskSize int + Tags []Tag + VolumeEncryptionEnabled bool + VolumeEncryptionKey string + ZoneType string + type DesktopFlowStatistic struct + FlowStatistic []FlowStatistic + type DesktopGroup struct + BindAmount int64 + Comments string + Cpu int + CreateTime string + Creator string + DataDiskCategory string + DataDiskSize string + DesktopGroupId string + DesktopGroupName string + DirectoryId string + DirectoryType string + EndUserCount int + ExpiredTime string + GpuCount float64 + GpuSpec string + ImageId string + KeepDuration int64 + LoadPolicy int64 + MaxDesktopsCount int + Memory int64 + MinDesktopsCount int + OfficeSiteId string + OfficeSiteName string + OfficeSiteType string + OwnBundleId string + OwnBundleName string + OwnType int64 + PayType string + PolicyGroupId string + PolicyGroupName string + ResetType int64 + Status int + SystemDiskCategory string + SystemDiskSize int + VolumeEncryptionEnabled bool + VolumeEncryptionKey string + type DesktopGroups struct + DesktopGroup []DesktopGroup + type DesktopIdInCreateDesktops struct + DesktopIds []string + type DesktopIdInModifyDesktopChargeType struct + DesktopIds []string + type DesktopItem struct + DesktopId string + DesktopName string + type DesktopItems struct + DesktopItem []DesktopItem + type DesktopType struct + AllowDiskSize []AllowDiskSizeItem + CpuCount string + DataDiskSize string + DesktopTypeId string + DesktopTypeStatus string + GpuCount float64 + GpuSpec string + InstanceTypeFamily string + MemorySize string + SystemDiskSize string + type DesktopTypeAttribute struct + CpuCount int + GpuCount float64 + GpuSpec string + MemorySize int + type DesktopTypes struct + DesktopType []DesktopType + type Desktops struct + AllowAutoSetup int + AllowBufferCount int + BindAmount int + Comments string + Cpu int + CreationTime string + Creator string + DataDiskCategory string + DataDiskSize string + DesktopGroupId string + DesktopGroupName string + DirectoryId string + DirectoryType string + ExpiredTime string + GpuCount float64 + GpuSpec string + KeepDuration int64 + LoadPolicy int + MaxDesktopsCount int + Memory int64 + MinDesktopsCount int + OfficeSiteId string + OfficeSiteName string + OfficeSiteType string + OwnBundleId string + OwnBundleName string + OwnType int + PayType string + PolicyGroupId string + PolicyGroupName string + ResType int + ResetType int + Status int + SystemDiskCategory string + SystemDiskSize int + TimerInfos []TimerInfo + type DesktopsInDescribeDesktops struct + Desktop []Desktop + type DetachCenRequest struct + OfficeSiteId string + func CreateDetachCenRequest() (request *DetachCenRequest) + type DetachCenResponse struct + RequestId string + func CreateDetachCenResponse() (response *DetachCenResponse) + type Detail struct + Name string + NameDisplay string + Type string + Value string + ValueDisplay string + type Details struct + Detail []Detail + type Directories struct + Directory []Directory + type Directory struct + ADConnectors []ADConnector + CreationTime string + CustomSecurityGroupId string + DesktopAccessType string + DesktopVpcEndpoint string + DirectoryId string + DirectoryType string + DnsAddress []string + DnsUserName string + DomainName string + DomainPassword string + DomainUserName string + EnableAdminAccess bool + EnableCrossDesktopAccess bool + EnableInternetAccess bool + FileSystemIds []string + Logs []Log + MfaEnabled bool + Name string + NeedVerifyLoginRisk bool + OuName string + SsoEnabled bool + Status string + SubDnsAddress []string + SubDomainName string + TrustPassword string + VSwitchIds []string + VpcId string + type DisableDesktopsInGroupRequest struct + DesktopGroupId string + DesktopIds *[]string + func CreateDisableDesktopsInGroupRequest() (request *DisableDesktopsInGroupRequest) + type DisableDesktopsInGroupResponse struct + RequestId string + func CreateDisableDesktopsInGroupResponse() (response *DisableDesktopsInGroupResponse) + type Disk struct + DiskId string + DiskPerformanceLevel string + DiskSize int + DiskType string + PerformanceLevel string + type DisksInDescribeBundles struct + Disk []Disk + type DisksInDescribeDesktops struct + Disk []Disk + type DissociateNetworkPackageRequest struct + NetworkPackageId string + func CreateDissociateNetworkPackageRequest() (request *DissociateNetworkPackageRequest) + type DissociateNetworkPackageResponse struct + RequestId string + func CreateDissociateNetworkPackageResponse() (response *DissociateNetworkPackageResponse) + type DnsAddressInDescribeDirectories struct + Address []string + type DnsAddressInDescribeOfficeSites struct + Address []string + type EipAddresses struct + EipAddress []string + type EndUser struct + ConnectionStatus string + DesktopId string + DesktopName string + EndUserEmail string + EndUserId string + EndUserName string + EndUserPhone string + EndUserType string + ExternalInfo ExternalInfo + UserSetPropertiesModels []UserSetPropertiesModels + type EndUserIdsInDescribeDesktops struct + EndUserId []string + type EndUserIdsInDescribeDesktopsInGroup struct + EndUserIds []string + type EndUserIdsInDescribeRecordings struct + EndUserId []string + type EndUserNamesInDescribeDesktopsInGroup struct + EndUserNames []string + type EndUsers struct + EndUser []EndUser + type Event struct + AliUid string + BytesReceived string + BytesSend string + ClientIp string + ClientOS string + ClientVersion string + DesktopGroupId string + DesktopGroupName string + DesktopId string + DesktopIp string + DesktopName string + DirectoryId string + DirectoryType string + EndUserId string + EventId string + EventTime string + EventType string + OfficeSiteId string + OfficeSiteName string + OfficeSiteType string + RegionId string + Status string + type Events struct + Event []Event + type ExportClientEventsRequest struct + DesktopId string + DesktopName string + EndTime string + EndUserId string + EventType string + MaxResults requests.Integer + OfficeSiteId string + OfficeSiteName string + StartTime string + func CreateExportClientEventsRequest() (request *ExportClientEventsRequest) + type ExportClientEventsResponse struct + RequestId string + Url string + func CreateExportClientEventsResponse() (response *ExportClientEventsResponse) + type ExportDesktopGroupInfoRequest struct + ChargeType string + DesktopGroupId *[]string + DesktopGroupName string + DirectoryId string + EndUserId *[]string + ExpiredTime string + LangType string + MaxResults requests.Integer + NextToken string + OfficeSiteId string + PolicyGroupId string + func CreateExportDesktopGroupInfoRequest() (request *ExportDesktopGroupInfoRequest) + type ExportDesktopGroupInfoResponse struct + RequestId string + Url string + func CreateExportDesktopGroupInfoResponse() (response *ExportDesktopGroupInfoResponse) + type ExportDesktopListInfoRequest struct + ChargeType string + DesktopId *[]string + DesktopName string + DesktopStatus string + DirectoryId string + EndUserId *[]string + ExpiredTime string + GroupId string + LangType string + MaxResults requests.Integer + NextToken string + OfficeSiteId string + PolicyGroupId string + UserName string + func CreateExportDesktopListInfoRequest() (request *ExportDesktopListInfoRequest) + type ExportDesktopListInfoResponse struct + RequestId string + Url string + func CreateExportDesktopListInfoResponse() (response *ExportDesktopListInfoResponse) + type ExtendContentJson struct + RpmEntityList []RpmEntity + type ExternalInfo struct + ExternalName string + JobNumber string + type FileSystem struct + Capacity int64 + CreateTime string + Description string + EncryptionEnabled bool + FileSystemId string + FileSystemName string + FileSystemStatus string + FileSystemType string + MeteredSize int64 + MountTargetDomain string + MountTargetStatus string + OfficeSiteId string + OfficeSiteName string + RegionId string + StorageType string + SupportAcl bool + ZoneId string + type FileSystemIdsInDescribeDirectories struct + FileSystemId []string + type FileSystemIdsInDescribeOfficeSites struct + FileSystemId []string + type FileSystems struct + FileSystem []FileSystem + type FlowStatistic struct + DesktopId string + DesktopName string + FlowIn string + FlowRank int + type FotaPendingDesktop struct + CurrentAppVersion string + DesktopId string + DesktopName string + FotaProject string + OfficeSiteId string + type FotaPendingDesktops struct + FotaPendingDesktop []FotaPendingDesktop + type FotaTask struct + AppVersion string + FotaProject string + PendingDesktopCount int + PublishTime string + ReleaseNote string + Size int + Status string + TaskUid string + type FotaTasks struct + FotaTask []FotaTask + type FotaUpdate struct + CurrentAppVersion string + NewAppVersion string + ReleaseNote string + Size int64 + type FrontPatchItem struct + DesktopId string + PatchList []PatchItem + type FrontPatchList struct + FrontPatchItem []FrontPatchItem + type GetConnectionTicketRequest struct + DesktopId string + EndUserId string + OwnerId requests.Integer + Password string + ResourceOwnerAccount string + ResourceOwnerId requests.Integer + TaskId string + Uuid string + func CreateGetConnectionTicketRequest() (request *GetConnectionTicketRequest) + type GetConnectionTicketResponse struct + RequestId string + TaskId string + TaskStatus string + Ticket string + func CreateGetConnectionTicketResponse() (response *GetConnectionTicketResponse) + type GetDesktopGroupDetailRequest struct + DesktopGroupId string + func CreateGetDesktopGroupDetailRequest() (request *GetDesktopGroupDetailRequest) + type GetDesktopGroupDetailResponse struct + Desktops Desktops + RequestId string + func CreateGetDesktopGroupDetailResponse() (response *GetDesktopGroupDetailResponse) + type GetDirectorySsoStatusRequest struct + DirectoryId string + func CreateGetDirectorySsoStatusRequest() (request *GetDirectorySsoStatusRequest) + type GetDirectorySsoStatusResponse struct + RequestId string + SsoStatus bool + func CreateGetDirectorySsoStatusResponse() (response *GetDirectorySsoStatusResponse) + type GetOfficeSiteSsoStatusRequest struct + OfficeSiteId string + func CreateGetOfficeSiteSsoStatusRequest() (request *GetOfficeSiteSsoStatusRequest) + type GetOfficeSiteSsoStatusResponse struct + RequestId string + SsoStatus bool + func CreateGetOfficeSiteSsoStatusResponse() (response *GetOfficeSiteSsoStatusResponse) + type GetSpMetadataRequest struct + DirectoryId string + OfficeSiteId string + func CreateGetSpMetadataRequest() (request *GetSpMetadataRequest) + type GetSpMetadataResponse struct + RequestId string + SpMetadata string + func CreateGetSpMetadataResponse() (response *GetSpMetadataResponse) + type GroupedVulItem struct + AliasName string + AsapCount int + GmtLast string + HandledCount int + LaterCount int + Name string + NntfCount int + Tags string + Type string + type GroupedVulItems struct + GroupedVulItem []GroupedVulItem + type HandleSecurityEventsRequest struct + OperationCode string + OperationParams string + SecurityEvent *[]HandleSecurityEventsSecurityEvent + func CreateHandleSecurityEventsRequest() (request *HandleSecurityEventsRequest) + type HandleSecurityEventsResponse struct + RequestId string + TaskId int64 + func CreateHandleSecurityEventsResponse() (response *HandleSecurityEventsResponse) + type HandleSecurityEventsSecurityEvent struct + DesktopId string + SecurityEventId string + type Image struct + AppVersion string + CreationTime string + DataDiskSize int + Description string + GpuCategory bool + GpuDriverVersion string + ImageId string + ImageType string + Name string + OsType string + Progress string + ProtocolType string + SessionType string + SharedCount int + Size int + Status string + SupportedLanguages []string + VolumeEncryptionEnabled bool + VolumeEncryptionKey string + type ImageModifiedRecord struct + ImageId string + ImageName string + NewImageId string + NewImageName string + Status int + UpdateTime string + type ImageModifiedRecords struct + ImageModifiedRecord []ImageModifiedRecord + type Images struct + Image []Image + type Invocation struct + CommandContent string + CommandType string + CreationTime string + EndUserId string + InvocationStatus string + InvokeDesktops []InvokeDesktop + InvokeId string + type Invocations struct + Invocation []Invocation + type InvokeDesktop struct + CreationTime string + DesktopId string + Dropped int + ErrorCode string + ErrorInfo string + ExitCode int64 + FinishTime string + InvocationStatus string + Output string + Repeats int + StartTime string + StopTime string + UpdateTime string + type InvokeDesktops struct + InvokeDesktop []InvokeDesktop + type Key struct + Alias string + Arn string + KeyId string + Type string + type Keys struct + Key []Key + type ListDirectoryUsersRequest struct + DirectoryId string + Filter string + MaxResults requests.Integer + NextToken string + OUPath string + func CreateListDirectoryUsersRequest() (request *ListDirectoryUsersRequest) + type ListDirectoryUsersResponse struct + NextToken string + RequestId string + Users []User + func CreateListDirectoryUsersResponse() (response *ListDirectoryUsersResponse) + type ListOfficeSiteOverviewRequest struct + ForceRefresh requests.Boolean + MaxResults requests.Integer + NextToken string + OfficeSiteId *[]string + QueryRange requests.Integer + func CreateListOfficeSiteOverviewRequest() (request *ListOfficeSiteOverviewRequest) + type ListOfficeSiteOverviewResponse struct + NextToken string + OfficeSiteOverviewResults []OfficeSiteOverviewResult + RequestId string + func CreateListOfficeSiteOverviewResponse() (response *ListOfficeSiteOverviewResponse) + type ListOfficeSiteUsersRequest struct + Filter string + MaxResults requests.Integer + NextToken string + OUPath string + OfficeSiteId string + func CreateListOfficeSiteUsersRequest() (request *ListOfficeSiteUsersRequest) + type ListOfficeSiteUsersResponse struct + NextToken string + RequestId string + Users []User + func CreateListOfficeSiteUsersResponse() (response *ListOfficeSiteUsersResponse) + type ListTagResourcesRequest struct + MaxResults requests.Integer + NextToken string + ResourceId *[]string + ResourceType string + Tag *[]ListTagResourcesTag + func CreateListTagResourcesRequest() (request *ListTagResourcesRequest) + type ListTagResourcesResponse struct + NextToken string + RequestId string + TagResources []TagResource + func CreateListTagResourcesResponse() (response *ListTagResourcesResponse) + type ListTagResourcesTag struct + Key string + Value string + type ListUserAdOrganizationUnitsRequest struct + OfficeSiteId string + func CreateListUserAdOrganizationUnitsRequest() (request *ListUserAdOrganizationUnitsRequest) + type ListUserAdOrganizationUnitsResponse struct + OUNames []OuName + RequestId string + func CreateListUserAdOrganizationUnitsResponse() (response *ListUserAdOrganizationUnitsResponse) + type LockVirtualMFADeviceRequest struct + SerialNumber string + func CreateLockVirtualMFADeviceRequest() (request *LockVirtualMFADeviceRequest) + type LockVirtualMFADeviceResponse struct + RequestId string + func CreateLockVirtualMFADeviceResponse() (response *LockVirtualMFADeviceResponse) + type Log struct + Level string + Message string + Step string + TimeStamp string + type LogsInDescribeDirectories struct + Log []Log + type LogsInDescribeOfficeSites struct + Log []Log + type ModifyADConnectorDirectoryRequest struct + AdHostname string + DirectoryId string + DirectoryName string + DnsAddress *[]string + DomainName string + DomainPassword string + DomainUserName string + MfaEnabled requests.Boolean + OUName string + SubDomainDnsAddress *[]string + SubDomainName string + func CreateModifyADConnectorDirectoryRequest() (request *ModifyADConnectorDirectoryRequest) + type ModifyADConnectorDirectoryResponse struct + RequestId string + func CreateModifyADConnectorDirectoryResponse() (response *ModifyADConnectorDirectoryResponse) + type ModifyADConnectorOfficeSiteRequest struct + AdHostname string + DnsAddress *[]string + DomainName string + DomainPassword string + DomainUserName string + MfaEnabled requests.Boolean + OUName string + OfficeSiteId string + OfficeSiteName string + SubDomainDnsAddress *[]string + SubDomainName string + func CreateModifyADConnectorOfficeSiteRequest() (request *ModifyADConnectorOfficeSiteRequest) + type ModifyADConnectorOfficeSiteResponse struct + RequestId string + func CreateModifyADConnectorOfficeSiteResponse() (response *ModifyADConnectorOfficeSiteResponse) + type ModifyBundleRequest struct + BundleId string + BundleName string + Description string + ImageId string + Language string + func CreateModifyBundleRequest() (request *ModifyBundleRequest) + type ModifyBundleResponse struct + RequestId string + func CreateModifyBundleResponse() (response *ModifyBundleResponse) + type ModifyDesktopChargeTypeRequest struct + AutoPay requests.Boolean + ChargeType string + DesktopId *[]string + Period requests.Integer + PeriodUnit string + PromotionId string + func CreateModifyDesktopChargeTypeRequest() (request *ModifyDesktopChargeTypeRequest) + type ModifyDesktopChargeTypeResponse struct + DesktopId []string + OrderId string + RequestId string + func CreateModifyDesktopChargeTypeResponse() (response *ModifyDesktopChargeTypeResponse) + type ModifyDesktopGroupRequest struct + AllowAutoSetup requests.Integer + AllowBufferCount requests.Integer + BindAmount requests.Integer + Classify string + Comments string + DesktopGroupId string + DesktopGroupName string + ImageId string + KeepDuration requests.Integer + LoadPolicy requests.Integer + MaxDesktopsCount requests.Integer + MinDesktopsCount requests.Integer + OwnBundleId string + PolicyGroupId string + ResetType requests.Integer + ScaleStrategyId string + func CreateModifyDesktopGroupRequest() (request *ModifyDesktopGroupRequest) + type ModifyDesktopGroupResponse struct + RequestId string + func CreateModifyDesktopGroupResponse() (response *ModifyDesktopGroupResponse) + type ModifyDesktopHostNameRequest struct + DesktopId string + NewHostName string + func CreateModifyDesktopHostNameRequest() (request *ModifyDesktopHostNameRequest) + type ModifyDesktopHostNameResponse struct + RequestId string + func CreateModifyDesktopHostNameResponse() (response *ModifyDesktopHostNameResponse) + type ModifyDesktopNameRequest struct + DesktopId string + NewDesktopName string + func CreateModifyDesktopNameRequest() (request *ModifyDesktopNameRequest) + type ModifyDesktopNameResponse struct + RequestId string + func CreateModifyDesktopNameResponse() (response *ModifyDesktopNameResponse) + type ModifyDesktopSpecRequest struct + AutoPay requests.Boolean + DesktopId string + DesktopType string + PromotionId string + RootDiskSizeGib requests.Integer + UserDiskPerformanceLevel string + UserDiskSizeGib requests.Integer + func CreateModifyDesktopSpecRequest() (request *ModifyDesktopSpecRequest) + type ModifyDesktopSpecResponse struct + OrderId string + RequestId string + func CreateModifyDesktopSpecResponse() (response *ModifyDesktopSpecResponse) + type ModifyDesktopsPolicyGroupRequest struct + DesktopId *[]string + PolicyGroupId string + func CreateModifyDesktopsPolicyGroupRequest() (request *ModifyDesktopsPolicyGroupRequest) + type ModifyDesktopsPolicyGroupResponse struct + ModifyResults []ModifyResult + RequestId string + func CreateModifyDesktopsPolicyGroupResponse() (response *ModifyDesktopsPolicyGroupResponse) + type ModifyDiskSpecRequest struct + AutoPay requests.Boolean + DesktopId string + PromotionId string + RootDiskPerformanceLevel string + UserDiskPerformanceLevel string + func CreateModifyDiskSpecRequest() (request *ModifyDiskSpecRequest) + type ModifyDiskSpecResponse struct + OrderId string + RequestId string + func CreateModifyDiskSpecResponse() (response *ModifyDiskSpecResponse) + type ModifyEntitlementRequest struct + DesktopId string + EndUserId *[]string + func CreateModifyEntitlementRequest() (request *ModifyEntitlementRequest) + type ModifyEntitlementResponse struct + RequestId string + func CreateModifyEntitlementResponse() (response *ModifyEntitlementResponse) + type ModifyImageAttributeRequest struct + Description string + ImageId string + Name string + func CreateModifyImageAttributeRequest() (request *ModifyImageAttributeRequest) + type ModifyImageAttributeResponse struct + RequestId string + func CreateModifyImageAttributeResponse() (response *ModifyImageAttributeResponse) + type ModifyImagePermissionRequest struct + AddAccount *[]string + ImageId string + RemoveAccount *[]string + func CreateModifyImagePermissionRequest() (request *ModifyImagePermissionRequest) + type ModifyImagePermissionResponse struct + RequestId string + func CreateModifyImagePermissionResponse() (response *ModifyImagePermissionResponse) + type ModifyNASDefaultMountTargetRequest struct + FileSystemId string + MountTargetDomain string + func CreateModifyNASDefaultMountTargetRequest() (request *ModifyNASDefaultMountTargetRequest) + type ModifyNASDefaultMountTargetResponse struct + RequestId string + func CreateModifyNASDefaultMountTargetResponse() (response *ModifyNASDefaultMountTargetResponse) + type ModifyNetworkPackageBandwidthRequest struct + AutoPay requests.Boolean + Bandwidth requests.Integer + NetworkPackageId string + PromotionId string + func CreateModifyNetworkPackageBandwidthRequest() (request *ModifyNetworkPackageBandwidthRequest) + type ModifyNetworkPackageBandwidthResponse struct + OrderId string + RequestId string + func CreateModifyNetworkPackageBandwidthResponse() (response *ModifyNetworkPackageBandwidthResponse) + type ModifyNetworkPackageEnabledRequest struct + Enabled requests.Boolean + NetworkPackageId string + func CreateModifyNetworkPackageEnabledRequest() (request *ModifyNetworkPackageEnabledRequest) + type ModifyNetworkPackageEnabledResponse struct + RequestId string + func CreateModifyNetworkPackageEnabledResponse() (response *ModifyNetworkPackageEnabledResponse) + type ModifyOfficeSiteAttributeRequest struct + DesktopAccessType string + NeedVerifyLoginRisk requests.Boolean + NeedVerifyZeroDevice requests.Boolean + OfficeSiteId string + OfficeSiteName string + func CreateModifyOfficeSiteAttributeRequest() (request *ModifyOfficeSiteAttributeRequest) + type ModifyOfficeSiteAttributeResponse struct + RequestId string + func CreateModifyOfficeSiteAttributeResponse() (response *ModifyOfficeSiteAttributeResponse) + type ModifyOfficeSiteCrossDesktopAccessRequest struct + EnableCrossDesktopAccess requests.Boolean + OfficeSiteId string + func CreateModifyOfficeSiteCrossDesktopAccessRequest() (request *ModifyOfficeSiteCrossDesktopAccessRequest) + type ModifyOfficeSiteCrossDesktopAccessResponse struct + RequestId string + func CreateModifyOfficeSiteCrossDesktopAccessResponse() (response *ModifyOfficeSiteCrossDesktopAccessResponse) + type ModifyOfficeSiteMfaEnabledRequest struct + MfaEnabled requests.Boolean + OfficeSiteId string + func CreateModifyOfficeSiteMfaEnabledRequest() (request *ModifyOfficeSiteMfaEnabledRequest) + type ModifyOfficeSiteMfaEnabledResponse struct + RequestId string + func CreateModifyOfficeSiteMfaEnabledResponse() (response *ModifyOfficeSiteMfaEnabledResponse) + type ModifyOperateVulRequest struct + OperateType string + Reason string + Type string + VulInfo *[]ModifyOperateVulVulInfo + func CreateModifyOperateVulRequest() (request *ModifyOperateVulRequest) + type ModifyOperateVulResponse struct + RequestId string + func CreateModifyOperateVulResponse() (response *ModifyOperateVulResponse) + type ModifyOperateVulVulInfo struct + DesktopId string + Name string + Tag string + type ModifyPolicyGroupAuthorizeAccessPolicyRule struct + CidrIp string + Description string + type ModifyPolicyGroupAuthorizeSecurityPolicyRule struct + CidrIp string + Description string + IpProtocol string + Policy string + PortRange string + Priority string + Type string + type ModifyPolicyGroupClientType struct + ClientType string + Status string + type ModifyPolicyGroupRequest struct + AuthorizeAccessPolicyRule *[]ModifyPolicyGroupAuthorizeAccessPolicyRule + AuthorizeSecurityPolicyRule *[]ModifyPolicyGroupAuthorizeSecurityPolicyRule + CameraRedirect string + ClientType *[]ModifyPolicyGroupClientType + Clipboard string + DomainList string + GpuAcceleration string + Html5Access string + Html5FileTransfer string + LocalDrive string + Name string + NetRedirect string + PolicyGroupId string + PreemptLogin string + PreemptLoginUser *[]string + PrinterRedirection string + Recording string + RecordingEndTime string + RecordingFps requests.Integer + RecordingStartTime string + RevokeAccessPolicyRule *[]ModifyPolicyGroupRevokeAccessPolicyRule + RevokeSecurityPolicyRule *[]ModifyPolicyGroupRevokeSecurityPolicyRule + UsbRedirect string + UsbSupplyRedirectRule *[]ModifyPolicyGroupUsbSupplyRedirectRule + VisualQuality string + Watermark string + WatermarkCustomText string + WatermarkTransparency string + WatermarkType string + func CreateModifyPolicyGroupRequest() (request *ModifyPolicyGroupRequest) + type ModifyPolicyGroupResponse struct + RequestId string + func CreateModifyPolicyGroupResponse() (response *ModifyPolicyGroupResponse) + type ModifyPolicyGroupRevokeAccessPolicyRule struct + CidrIp string + Description string + type ModifyPolicyGroupRevokeSecurityPolicyRule struct + CidrIp string + Description string + IpProtocol string + Policy string + PortRange string + Priority string + Type string + type ModifyPolicyGroupUsbSupplyRedirectRule struct + Description string + DeviceClass string + DeviceSubclass string + ProductId string + UsbRedirectType string + UsbRuleType string + VendorId string + type ModifyResult struct + Code string + DesktopId string + Message string + type ModifyResults struct + ModifyResult []ModifyResult + type ModifyUserEntitlementRequest struct + AuthorizeDesktopId *[]string + EndUserId *[]string + RevokeDesktopId *[]string + func CreateModifyUserEntitlementRequest() (request *ModifyUserEntitlementRequest) + type ModifyUserEntitlementResponse struct + RequestId string + func CreateModifyUserEntitlementResponse() (response *ModifyUserEntitlementResponse) + type ModifyUserToDesktopGroupRequest struct + DesktopGroupId string + NewEndUserIds *[]string + OldEndUserIds *[]string + func CreateModifyUserToDesktopGroupRequest() (request *ModifyUserToDesktopGroupRequest) + type ModifyUserToDesktopGroupResponse struct + RequestId string + func CreateModifyUserToDesktopGroupResponse() (response *ModifyUserToDesktopGroupResponse) + type NetworkPackage struct + Bandwidth int + CreateTime string + EipAddresses []string + ExpiredTime string + InternetChargeType string + NetworkPackageId string + NetworkPackageStatus string + OfficeSiteId string + OfficeSiteName string + type NetworkPackages struct + NetworkPackage []NetworkPackage + type OUNames struct + OuName []OuName + type OfficeSite struct + ADConnectors []ADConnector + AdHostname string + Bandwidth int + CenId string + CidrBlock string + CloudBoxOfficeSite bool + CreationTime string + CustomSecurityGroupId string + DesktopAccessType string + DesktopCount int64 + DesktopVpcEndpoint string + DnsAddress []string + DnsUserName string + DomainName string + DomainPassword string + DomainUserName string + EnableAdminAccess bool + EnableCrossDesktopAccess bool + EnableInternetAccess bool + FileSystemIds []string + Logs []Log + MfaEnabled bool + Name string + NeedVerifyLoginRisk bool + NeedVerifyZeroDevice bool + NetworkPackageId string + OfficeSiteId string + OfficeSiteType string + OuName string + ProtocolType string + SsoEnabled bool + SsoType string + Status string + SubDnsAddress []string + SubDomainName string + TrustPassword string + VSwitchIds []string + VpcId string + VpcType string + type OfficeSiteOverviewResult struct + HasExpiredEdsCount int + HasExpiredEdsCountForGroup int + OfficeSiteId string + OfficeSiteName string + OfficeSiteStatus string + RegionId string + RunningEdsCount int + RunningEdsCountForGroup int + TotalEdsCount int + TotalEdsCountForGroup int + VpcType string + WillExpiredEdsCount int + WillExpiredEdsCountForGroup int + type OfficeSiteOverviewResults struct + OfficeSiteOverviewResult []OfficeSiteOverviewResult + type OfficeSites struct + OfficeSite []OfficeSite + type OperateVulsRequest struct + DesktopId *[]string + OperateType string + Precondition requests.Integer + Reason string + Type string + VulName *[]string + func CreateOperateVulsRequest() (request *OperateVulsRequest) + type OperateVulsResponse struct + RequestId string + func CreateOperateVulsResponse() (response *OperateVulsResponse) + type OrderIds struct + OrderId []string + type OuName struct + OUName string + OfficeSiteId string + type PackageId struct + PackageId string + type PackageIds struct + PackageId []PackageId + type PaidDesktop struct + ConnectionStatus string + DesktopId string + DesktopName string + DesktopStatus string + DiskType string + EndUserId string + EndUserIds []string + EndUserName string + EndUserNames []string + GpuDriverVersion string + ImageId string + ImageName string + ManagementFlag string + OsType string + ResetTime string + SystemDiskSize int + type PaidDesktops struct + PaidDesktop []PaidDesktop + type PatchItem struct + AliasName string + Name string + type PatchList struct + PatchItem []PatchItem + type PostPaidDesktop struct + ConnectionStatus string + CreateDuration string + CreateTime string + DesktopId string + DesktopName string + DesktopStatus string + DiskType string + EndUserId string + EndUserIds []string + EndUserName string + EndUserNames []string + GpuDriverVersion string + ImageId string + ImageName string + ManagementFlag string + OsType string + ReleaseTime string + ResetTime string + SystemDiskSize int + type PostPaidDesktops struct + PostPaidDesktop []PostPaidDesktop + type PreemptLoginUsers struct + PreemptLoginUser []string + type PropertyValues struct + PropertyValue string + PropertyValueId int64 + type PropertyValuesInDescribeUsersInGroup struct + PropertyValues []PropertyValues + type QuaraFile struct + DesktopId string + DesktopName string + EventName string + EventType string + Id int + Md5 string + ModifyTime string + Path string + Status string + Tag string + type QuaraFiles struct + QuaraFile []QuaraFile + type RebootDesktopsRequest struct + DesktopId *[]string + func CreateRebootDesktopsRequest() (request *RebootDesktopsRequest) + type RebootDesktopsResponse struct + RequestId string + func CreateRebootDesktopsResponse() (response *RebootDesktopsResponse) + type RebuildDesktopsRequest struct + DesktopId *[]string + ImageId string + func CreateRebuildDesktopsRequest() (request *RebuildDesktopsRequest) + type RebuildDesktopsResponse struct + RebuildResults []RebuildResult + RequestId string + func CreateRebuildDesktopsResponse() (response *RebuildDesktopsResponse) + type RebuildResult struct + Code string + DesktopId string + Message string + type RebuildResults struct + RebuildResult []RebuildResult + type Recording struct + DesktopId string + EndTime string + EndUserIds []string + FilePath string + RecordingSize int + RecordingType string + StartTime string + type Recordings struct + Recording []Recording + type Region struct + RegionEndpoint string + RegionId string + type Regions struct + Region []Region + type RemoveUserFromDesktopGroupRequest struct + DesktopGroupId string + DesktopGroupIds *[]string + EndUserIds *[]string + func CreateRemoveUserFromDesktopGroupRequest() (request *RemoveUserFromDesktopGroupRequest) + type RemoveUserFromDesktopGroupResponse struct + RequestId string + func CreateRemoveUserFromDesktopGroupResponse() (response *RemoveUserFromDesktopGroupResponse) + type RenewDesktopsRequest struct + AutoPay requests.Boolean + DesktopId *[]string + Period requests.Integer + PeriodUnit string + PromotionId string + func CreateRenewDesktopsRequest() (request *RenewDesktopsRequest) + type RenewDesktopsResponse struct + OrderId string + RequestId string + func CreateRenewDesktopsResponse() (response *RenewDesktopsResponse) + type RenewNetworkPackagesRequest struct + AutoPay requests.Boolean + NetworkPackageId *[]string + Period requests.Integer + PeriodUnit string + PromotionId string + func CreateRenewNetworkPackagesRequest() (request *RenewNetworkPackagesRequest) + type RenewNetworkPackagesResponse struct + OrderId string + RequestId string + func CreateRenewNetworkPackagesResponse() (response *RenewNetworkPackagesResponse) + type ResetDesktopsRequest struct + DesktopGroupId string + DesktopId *[]string + ImageId string + PayType string + ResetType string + func CreateResetDesktopsRequest() (request *ResetDesktopsRequest) + type ResetDesktopsResponse struct + RequestId string + func CreateResetDesktopsResponse() (response *ResetDesktopsResponse) + type ResetNASDefaultMountTargetRequest struct + FileSystemId string + func CreateResetNASDefaultMountTargetRequest() (request *ResetNASDefaultMountTargetRequest) + type ResetNASDefaultMountTargetResponse struct + RequestId string + func CreateResetNASDefaultMountTargetResponse() (response *ResetNASDefaultMountTargetResponse) + type ResetSnapshotRequest struct + SnapshotId string + func CreateResetSnapshotRequest() (request *ResetSnapshotRequest) + type ResetSnapshotResponse struct + RequestId string + func CreateResetSnapshotResponse() (response *ResetSnapshotResponse) + type RollbackSuspEventQuaraFileRequest struct + DesktopId string + QuaraFieldId requests.Integer + func CreateRollbackSuspEventQuaraFileRequest() (request *RollbackSuspEventQuaraFileRequest) + type RollbackSuspEventQuaraFileResponse struct + RequestId string + func CreateRollbackSuspEventQuaraFileResponse() (response *RollbackSuspEventQuaraFileResponse) + type RouteEntries struct + RouteEntry []RouteEntry + type RouteEntry struct + DestinationCidrBlock string + NextHopInstanceId string + RegionId string + Status string + type RpmEntity struct + FullVersion string + MatchDetail string + Name string + Path string + UpdateCmd string + type RpmEntityList struct + RpmEntity []RpmEntity + type RunCommandRequest struct + CommandContent string + ContentEncoding string + DesktopId *[]string + EndUserId string + Timeout requests.Integer + Type string + func CreateRunCommandRequest() (request *RunCommandRequest) + type RunCommandResponse struct + InvokeId string + RequestId string + func CreateRunCommandResponse() (response *RunCommandResponse) + type SecurityEventOperation struct + OperationCode string + OperationParams string + UserCanOperate bool + type SecurityEventOperationStatus struct + ErrorCode string + SecurityEventId int64 + Status string + type SecurityEventOperationStatuses struct + SecurityEventOperationStatus []SecurityEventOperationStatus + type SecurityEventOperations struct + SecurityEventOperation []SecurityEventOperation + type SendVerifyCodeRequest struct + ExtraInfo string + VerifyCodeAction string + func CreateSendVerifyCodeRequest() (request *SendVerifyCodeRequest) + type SendVerifyCodeResponse struct + RequestId string + func CreateSendVerifyCodeResponse() (response *SendVerifyCodeResponse) + type Session struct + EndUserId string + EstablishmentTime string + ExternalUserName string + type Sessions struct + Session []Session + type SetDirectorySsoStatusRequest struct + DirectoryId string + EnableSso requests.Boolean + func CreateSetDirectorySsoStatusRequest() (request *SetDirectorySsoStatusRequest) + type SetDirectorySsoStatusResponse struct + RequestId string + func CreateSetDirectorySsoStatusResponse() (response *SetDirectorySsoStatusResponse) + type SetIdpMetadataRequest struct + DirectoryId string + IdpMetadata string + OfficeSiteId string + func CreateSetIdpMetadataRequest() (request *SetIdpMetadataRequest) + type SetIdpMetadataResponse struct + IdpEntityId string + RequestId string + func CreateSetIdpMetadataResponse() (response *SetIdpMetadataResponse) + type SetOfficeSiteSsoStatusRequest struct + EnableSso requests.Boolean + OfficeSiteId string + SsoType string + func CreateSetOfficeSiteSsoStatusRequest() (request *SetOfficeSiteSsoStatusRequest) + type SetOfficeSiteSsoStatusResponse struct + RequestId string + func CreateSetOfficeSiteSsoStatusResponse() (response *SetOfficeSiteSsoStatusResponse) + type Snapshot struct + CreationTime string + Description string + DesktopId string + Progress string + RemainTime int + SnapshotId string + SnapshotName string + SnapshotType string + SourceDiskSize string + SourceDiskType string + Status string + VolumeEncryptionEnabled bool + VolumeEncryptionKey string + type Snapshots struct + Snapshot []Snapshot + type StartDesktopsRequest struct + DesktopId *[]string + func CreateStartDesktopsRequest() (request *StartDesktopsRequest) + type StartDesktopsResponse struct + RequestId string + func CreateStartDesktopsResponse() (response *StartDesktopsResponse) + type StartVirusScanTaskRequest struct + DesktopId *[]string + OfficeSiteId *[]string + func CreateStartVirusScanTaskRequest() (request *StartVirusScanTaskRequest) + type StartVirusScanTaskResponse struct + RequestId string + ScanTaskId int64 + func CreateStartVirusScanTaskResponse() (response *StartVirusScanTaskResponse) + type StopDesktopsRequest struct + DesktopId *[]string + StoppedMode string + func CreateStopDesktopsRequest() (request *StopDesktopsRequest) + type StopDesktopsResponse struct + RequestId string + func CreateStopDesktopsResponse() (response *StopDesktopsResponse) + type StopInvocationRequest struct + DesktopId *[]string + InvokeId string + func CreateStopInvocationRequest() (request *StopInvocationRequest) + type StopInvocationResponse struct + RequestId string + func CreateStopInvocationResponse() (response *StopInvocationResponse) + type SubDnsAddressInDescribeDirectories struct + SubAddress []string + type SubDnsAddressInDescribeOfficeSites struct + SubAddress []string + type SupportedLanguages struct + Language []string + type SuspEvent struct + AlarmEventName string + AlarmEventNameDisplay string + AlarmEventType string + AlarmEventTypeDisplay string + AlarmUniqueInfo string + CanBeDealOnLine string + CanCancelFault bool + DataSource string + Desc string + DesktopId string + DesktopName string + Details []Detail + EventStatus int + EventSubType string + Id int64 + LastTime string + Level string + Name string + OccurrenceTime string + OperateErrorCode string + OperateMsg string + UniqueInfo string + type SuspEvents struct + SuspEvent []SuspEvent + type Tag struct + Key string + Value string + type TagResource struct + ResourceId string + ResourceType string + TagKey string + TagValue string + type TagResources struct + TagResource []TagResource + type TagResourcesRequest struct + ResourceId *[]string + ResourceType string + Tag *[]TagResourcesTag + func CreateTagResourcesRequest() (request *TagResourcesRequest) + type TagResourcesResponse struct + RequestId string + func CreateTagResourcesResponse() (response *TagResourcesResponse) + type TagResourcesTag struct + Key string + Value string + type TagsInDescribeCens struct + Tag []Tag + type TagsInDescribeDesktops struct + Tag []Tag + type TimerInfo struct + CronExpression string + Status int + TimerType int + type TimerInfos struct + TimerInfo []TimerInfo + type UnlockVirtualMFADeviceRequest struct + SerialNumber string + func CreateUnlockVirtualMFADeviceRequest() (request *UnlockVirtualMFADeviceRequest) + type UnlockVirtualMFADeviceResponse struct + RequestId string + func CreateUnlockVirtualMFADeviceResponse() (response *UnlockVirtualMFADeviceResponse) + type UntagResourcesRequest struct + All requests.Boolean + ResourceId *[]string + ResourceType string + TagKey *[]string + func CreateUntagResourcesRequest() (request *UntagResourcesRequest) + type UntagResourcesResponse struct + RequestId string + func CreateUntagResourcesResponse() (response *UntagResourcesResponse) + type UpdateFotaTaskRequest struct + TaskUid string + UserStatus string + func CreateUpdateFotaTaskRequest() (request *UpdateFotaTaskRequest) + type UpdateFotaTaskResponse struct + RequestId string + func CreateUpdateFotaTaskResponse() (response *UpdateFotaTaskResponse) + type UploadImageRequest struct + DataDiskSize requests.Integer + Description string + EnableSecurityCheck requests.Boolean + GpuCategory requests.Boolean + GpuDriverType string + ImageName string + LicenseType string + OsType string + OssObjectPath string + ProtocolType string + func CreateUploadImageRequest() (request *UploadImageRequest) + type UploadImageResponse struct + ImageId string + RequestId string + func CreateUploadImageResponse() (response *UploadImageResponse) + type UsbSupplyRedirectRule struct + UsbSupplyRedirectRuleItem []UsbSupplyRedirectRuleItem + type UsbSupplyRedirectRuleItem struct + Description string + DeviceClass string + DeviceSubclass string + ProductId string + UsbRedirectType int64 + UsbRuleType int64 + VendorId string + type User struct + DisplayName string + EndUser string + type UserSetPropertiesModels struct + PropertyId int64 + PropertyKey string + PropertyType int + PropertyValues []PropertyValues + UserId int64 + UserName string + type UserSetPropertiesModelsInDescribeUsersInGroup struct + UserSetPropertiesModels []UserSetPropertiesModels + type UsersInListDirectoryUsers struct + User []User + type UsersInListOfficeSiteUsers struct + User []User + type VSwitchIdsInDescribeDirectories struct + VSwitchId []string + type VSwitchIdsInDescribeOfficeSites struct + VSwitchId []string + type VerifyCenRequest struct + CenId string + CenOwnerId requests.Integer + CidrBlock string + VerifyCode string + func CreateVerifyCenRequest() (request *VerifyCenRequest) + type VerifyCenResponse struct + CidrBlocks []string + RequestId string + RouteEntries []RouteEntry + Status string + func CreateVerifyCenResponse() (response *VerifyCenResponse) + type VirtualMFADevice struct + ConsecutiveFails int + DirectoryId string + EndUserId string + GmtEnabled string + GmtUnlock string + OfficeSiteId string + SerialNumber string + Status string + type VirtualMFADevices struct + VirtualMFADevice []VirtualMFADevice + type VulRecord struct + AliasName string + DesktopGroupId string + DesktopId string + DesktopName string + ExtendContentJson ExtendContentJson + FirstTs int64 + LastTs int64 + ModifyTs int64 + Name string + Necessity string + Online bool + OsVersion string + Progress int + Related string + RepairTs int64 + ResultCode string + ResultMessage string + Status int + Tag string + Type string + type VulRecords struct + VulRecord []VulRecord + type Zone struct + ZoneId string + type Zones struct + Zone []Zone