@aws-sdk/client-workspaces 3.600.0 → 3.606.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -0
- package/dist-cjs/index.js +535 -1
- package/dist-es/WorkSpaces.js +18 -0
- package/dist-es/commands/CreateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/DescribeWorkspacesPoolSessionsCommand.js +24 -0
- package/dist-es/commands/DescribeWorkspacesPoolsCommand.js +24 -0
- package/dist-es/commands/ModifyStreamingPropertiesCommand.js +24 -0
- package/dist-es/commands/StartWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/StopWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/TerminateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/TerminateWorkspacesPoolSessionCommand.js +24 -0
- package/dist-es/commands/UpdateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +101 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +238 -0
- package/dist-types/WorkSpaces.d.ts +65 -0
- package/dist-types/WorkSpacesClient.d.ts +11 -2
- package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +130 -0
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +30 -1
- package/dist-types/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +88 -0
- package/dist-types/commands/DescribeWorkspacesPoolsCommand.d.ts +116 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +3 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +3 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +86 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -0
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +18 -4
- package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +81 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +75 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +73 -0
- package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +73 -0
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +127 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +854 -253
- package/dist-types/models/models_1.d.ts +324 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +155 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +56 -2
- package/dist-types/ts3.4/commands/CreateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesPoolsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +266 -58
- package/dist-types/ts3.4/models/models_1.d.ts +92 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
- package/package.json +3 -3
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
TerminateWorkspacesPoolRequest,
|
|
5
|
+
TerminateWorkspacesPoolResult,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface TerminateWorkspacesPoolCommandInput
|
|
15
|
+
extends TerminateWorkspacesPoolRequest {}
|
|
16
|
+
export interface TerminateWorkspacesPoolCommandOutput
|
|
17
|
+
extends TerminateWorkspacesPoolResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const TerminateWorkspacesPoolCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: TerminateWorkspacesPoolCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
TerminateWorkspacesPoolCommandInput,
|
|
24
|
+
TerminateWorkspacesPoolCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: TerminateWorkspacesPoolCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
TerminateWorkspacesPoolCommandInput,
|
|
33
|
+
TerminateWorkspacesPoolCommandOutput,
|
|
34
|
+
WorkSpacesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class TerminateWorkspacesPoolCommand extends TerminateWorkspacesPoolCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
TerminateWorkspacesPoolSessionRequest,
|
|
5
|
+
TerminateWorkspacesPoolSessionResult,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface TerminateWorkspacesPoolSessionCommandInput
|
|
15
|
+
extends TerminateWorkspacesPoolSessionRequest {}
|
|
16
|
+
export interface TerminateWorkspacesPoolSessionCommandOutput
|
|
17
|
+
extends TerminateWorkspacesPoolSessionResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const TerminateWorkspacesPoolSessionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: TerminateWorkspacesPoolSessionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
TerminateWorkspacesPoolSessionCommandInput,
|
|
24
|
+
TerminateWorkspacesPoolSessionCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: TerminateWorkspacesPoolSessionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
TerminateWorkspacesPoolSessionCommandInput,
|
|
33
|
+
TerminateWorkspacesPoolSessionCommandOutput,
|
|
34
|
+
WorkSpacesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class TerminateWorkspacesPoolSessionCommand extends TerminateWorkspacesPoolSessionCommand_base {}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateConnectionAliasPermissionRequest,
|
|
5
5
|
UpdateConnectionAliasPermissionResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
ServiceInputTypes,
|
|
9
9
|
ServiceOutputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateWorkspaceImagePermissionRequest,
|
|
5
5
|
UpdateWorkspaceImagePermissionResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
ServiceInputTypes,
|
|
9
9
|
ServiceOutputTypes,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateWorkspacesPoolRequest,
|
|
5
|
+
UpdateWorkspacesPoolResult,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateWorkspacesPoolCommandInput
|
|
15
|
+
extends UpdateWorkspacesPoolRequest {}
|
|
16
|
+
export interface UpdateWorkspacesPoolCommandOutput
|
|
17
|
+
extends UpdateWorkspacesPoolResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateWorkspacesPoolCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateWorkspacesPoolCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateWorkspacesPoolCommandInput,
|
|
24
|
+
UpdateWorkspacesPoolCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateWorkspacesPoolCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateWorkspacesPoolCommandInput,
|
|
33
|
+
UpdateWorkspacesPoolCommandOutput,
|
|
34
|
+
WorkSpacesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateWorkspacesPoolCommand extends UpdateWorkspacesPoolCommand_base {}
|
|
@@ -14,6 +14,7 @@ export * from "./CreateUpdatedWorkspaceImageCommand";
|
|
|
14
14
|
export * from "./CreateWorkspaceBundleCommand";
|
|
15
15
|
export * from "./CreateWorkspaceImageCommand";
|
|
16
16
|
export * from "./CreateWorkspacesCommand";
|
|
17
|
+
export * from "./CreateWorkspacesPoolCommand";
|
|
17
18
|
export * from "./DeleteAccountLinkInvitationCommand";
|
|
18
19
|
export * from "./DeleteClientBrandingCommand";
|
|
19
20
|
export * from "./DeleteConnectClientAddInCommand";
|
|
@@ -45,6 +46,8 @@ export * from "./DescribeWorkspaceImagesCommand";
|
|
|
45
46
|
export * from "./DescribeWorkspaceSnapshotsCommand";
|
|
46
47
|
export * from "./DescribeWorkspacesCommand";
|
|
47
48
|
export * from "./DescribeWorkspacesConnectionStatusCommand";
|
|
49
|
+
export * from "./DescribeWorkspacesPoolSessionsCommand";
|
|
50
|
+
export * from "./DescribeWorkspacesPoolsCommand";
|
|
48
51
|
export * from "./DisassociateConnectionAliasCommand";
|
|
49
52
|
export * from "./DisassociateIpGroupsCommand";
|
|
50
53
|
export * from "./DisassociateWorkspaceApplicationCommand";
|
|
@@ -59,6 +62,7 @@ export * from "./ModifyCertificateBasedAuthPropertiesCommand";
|
|
|
59
62
|
export * from "./ModifyClientPropertiesCommand";
|
|
60
63
|
export * from "./ModifySamlPropertiesCommand";
|
|
61
64
|
export * from "./ModifySelfservicePermissionsCommand";
|
|
65
|
+
export * from "./ModifyStreamingPropertiesCommand";
|
|
62
66
|
export * from "./ModifyWorkspaceAccessPropertiesCommand";
|
|
63
67
|
export * from "./ModifyWorkspaceCreationPropertiesCommand";
|
|
64
68
|
export * from "./ModifyWorkspacePropertiesCommand";
|
|
@@ -70,10 +74,15 @@ export * from "./RejectAccountLinkInvitationCommand";
|
|
|
70
74
|
export * from "./RestoreWorkspaceCommand";
|
|
71
75
|
export * from "./RevokeIpRulesCommand";
|
|
72
76
|
export * from "./StartWorkspacesCommand";
|
|
77
|
+
export * from "./StartWorkspacesPoolCommand";
|
|
73
78
|
export * from "./StopWorkspacesCommand";
|
|
79
|
+
export * from "./StopWorkspacesPoolCommand";
|
|
74
80
|
export * from "./TerminateWorkspacesCommand";
|
|
81
|
+
export * from "./TerminateWorkspacesPoolCommand";
|
|
82
|
+
export * from "./TerminateWorkspacesPoolSessionCommand";
|
|
75
83
|
export * from "./UpdateConnectClientAddInCommand";
|
|
76
84
|
export * from "./UpdateConnectionAliasPermissionCommand";
|
|
77
85
|
export * from "./UpdateRulesOfIpGroupCommand";
|
|
78
86
|
export * from "./UpdateWorkspaceBundleCommand";
|
|
79
87
|
export * from "./UpdateWorkspaceImagePermissionCommand";
|
|
88
|
+
export * from "./UpdateWorkspacesPoolCommand";
|
|
@@ -83,6 +83,10 @@ export interface AccountModification {
|
|
|
83
83
|
ErrorCode?: string;
|
|
84
84
|
ErrorMessage?: string;
|
|
85
85
|
}
|
|
86
|
+
export interface ActiveDirectoryConfig {
|
|
87
|
+
DomainName: string | undefined;
|
|
88
|
+
ServiceAccountSecretArn: string | undefined;
|
|
89
|
+
}
|
|
86
90
|
export declare const Application: {
|
|
87
91
|
readonly Microsoft_Office_2016: "Microsoft_Office_2016";
|
|
88
92
|
readonly Microsoft_Office_2019: "Microsoft_Office_2019";
|
|
@@ -140,6 +144,21 @@ export interface ApplicationResourceAssociation {
|
|
|
140
144
|
State?: AssociationState;
|
|
141
145
|
StateReason?: AssociationStateReason;
|
|
142
146
|
}
|
|
147
|
+
export declare const ApplicationSettingsStatusEnum: {
|
|
148
|
+
readonly DISABLED: "DISABLED";
|
|
149
|
+
readonly ENABLED: "ENABLED";
|
|
150
|
+
};
|
|
151
|
+
export type ApplicationSettingsStatusEnum =
|
|
152
|
+
(typeof ApplicationSettingsStatusEnum)[keyof typeof ApplicationSettingsStatusEnum];
|
|
153
|
+
export interface ApplicationSettingsRequest {
|
|
154
|
+
Status: ApplicationSettingsStatusEnum | undefined;
|
|
155
|
+
SettingsGroup?: string;
|
|
156
|
+
}
|
|
157
|
+
export interface ApplicationSettingsResponse {
|
|
158
|
+
Status: ApplicationSettingsStatusEnum | undefined;
|
|
159
|
+
SettingsGroup?: string;
|
|
160
|
+
S3BucketName?: string;
|
|
161
|
+
}
|
|
143
162
|
export interface AssociateConnectionAliasRequest {
|
|
144
163
|
AliasId: string | undefined;
|
|
145
164
|
ResourceId: string | undefined;
|
|
@@ -263,6 +282,11 @@ export declare const AssociationStatus: {
|
|
|
263
282
|
};
|
|
264
283
|
export type AssociationStatus =
|
|
265
284
|
(typeof AssociationStatus)[keyof typeof AssociationStatus];
|
|
285
|
+
export declare const AuthenticationType: {
|
|
286
|
+
readonly SAML: "SAML";
|
|
287
|
+
};
|
|
288
|
+
export type AuthenticationType =
|
|
289
|
+
(typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
266
290
|
export interface IpRuleItem {
|
|
267
291
|
ipRule?: string;
|
|
268
292
|
ruleDesc?: string;
|
|
@@ -333,6 +357,15 @@ export interface BundleResourceAssociation {
|
|
|
333
357
|
State?: AssociationState;
|
|
334
358
|
StateReason?: AssociationStateReason;
|
|
335
359
|
}
|
|
360
|
+
export interface Capacity {
|
|
361
|
+
DesiredUserSessions: number | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface CapacityStatus {
|
|
364
|
+
AvailableUserSessions: number | undefined;
|
|
365
|
+
DesiredUserSessions: number | undefined;
|
|
366
|
+
ActualUserSessions: number | undefined;
|
|
367
|
+
ActiveUserSessions: number | undefined;
|
|
368
|
+
}
|
|
336
369
|
export declare const CertificateBasedAuthStatusEnum: {
|
|
337
370
|
readonly DISABLED: "DISABLED";
|
|
338
371
|
readonly ENABLED: "ENABLED";
|
|
@@ -705,6 +738,97 @@ export interface CreateWorkspacesResult {
|
|
|
705
738
|
FailedRequests?: FailedCreateWorkspaceRequest[];
|
|
706
739
|
PendingRequests?: Workspace[];
|
|
707
740
|
}
|
|
741
|
+
export interface TimeoutSettings {
|
|
742
|
+
DisconnectTimeoutInSeconds?: number;
|
|
743
|
+
IdleDisconnectTimeoutInSeconds?: number;
|
|
744
|
+
MaxUserDurationInSeconds?: number;
|
|
745
|
+
}
|
|
746
|
+
export interface CreateWorkspacesPoolRequest {
|
|
747
|
+
PoolName: string | undefined;
|
|
748
|
+
Description: string | undefined;
|
|
749
|
+
BundleId: string | undefined;
|
|
750
|
+
DirectoryId: string | undefined;
|
|
751
|
+
Capacity: Capacity | undefined;
|
|
752
|
+
Tags?: Tag[];
|
|
753
|
+
ApplicationSettings?: ApplicationSettingsRequest;
|
|
754
|
+
TimeoutSettings?: TimeoutSettings;
|
|
755
|
+
}
|
|
756
|
+
export declare const WorkspacesPoolErrorCode: {
|
|
757
|
+
readonly BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND";
|
|
758
|
+
readonly DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING";
|
|
759
|
+
readonly DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND";
|
|
760
|
+
readonly DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED";
|
|
761
|
+
readonly DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED";
|
|
762
|
+
readonly DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND";
|
|
763
|
+
readonly DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER";
|
|
764
|
+
readonly DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE";
|
|
765
|
+
readonly DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA";
|
|
766
|
+
readonly DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED";
|
|
767
|
+
readonly DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN";
|
|
768
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING: "DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING";
|
|
769
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE: "DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE";
|
|
770
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_INVALID: "DOMAIN_JOIN_ERROR_SECRET_INVALID";
|
|
771
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND";
|
|
772
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID: "DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID";
|
|
773
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND";
|
|
774
|
+
readonly DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR";
|
|
775
|
+
readonly DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME";
|
|
776
|
+
readonly DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED";
|
|
777
|
+
readonly DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED";
|
|
778
|
+
readonly IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING";
|
|
779
|
+
readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION";
|
|
780
|
+
readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION";
|
|
781
|
+
readonly IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION";
|
|
782
|
+
readonly IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION";
|
|
783
|
+
readonly IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION";
|
|
784
|
+
readonly IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED";
|
|
785
|
+
readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND";
|
|
786
|
+
readonly INSUFFICIENT_PERMISSIONS_ERROR: "INSUFFICIENT_PERMISSIONS_ERROR";
|
|
787
|
+
readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
|
|
788
|
+
readonly INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION";
|
|
789
|
+
readonly MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING";
|
|
790
|
+
readonly NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED";
|
|
791
|
+
readonly SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND";
|
|
792
|
+
readonly STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION";
|
|
793
|
+
readonly SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES";
|
|
794
|
+
readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
|
|
795
|
+
readonly WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE: "WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE";
|
|
796
|
+
readonly WORKSPACES_POOL_STOPPED: "WORKSPACES_POOL_STOPPED";
|
|
797
|
+
};
|
|
798
|
+
export type WorkspacesPoolErrorCode =
|
|
799
|
+
(typeof WorkspacesPoolErrorCode)[keyof typeof WorkspacesPoolErrorCode];
|
|
800
|
+
export interface WorkspacesPoolError {
|
|
801
|
+
ErrorCode?: WorkspacesPoolErrorCode;
|
|
802
|
+
ErrorMessage?: string;
|
|
803
|
+
}
|
|
804
|
+
export declare const WorkspacesPoolState: {
|
|
805
|
+
readonly CREATING: "CREATING";
|
|
806
|
+
readonly DELETING: "DELETING";
|
|
807
|
+
readonly RUNNING: "RUNNING";
|
|
808
|
+
readonly STARTING: "STARTING";
|
|
809
|
+
readonly STOPPED: "STOPPED";
|
|
810
|
+
readonly STOPPING: "STOPPING";
|
|
811
|
+
readonly UPDATING: "UPDATING";
|
|
812
|
+
};
|
|
813
|
+
export type WorkspacesPoolState =
|
|
814
|
+
(typeof WorkspacesPoolState)[keyof typeof WorkspacesPoolState];
|
|
815
|
+
export interface WorkspacesPool {
|
|
816
|
+
PoolId: string | undefined;
|
|
817
|
+
PoolArn: string | undefined;
|
|
818
|
+
CapacityStatus: CapacityStatus | undefined;
|
|
819
|
+
PoolName: string | undefined;
|
|
820
|
+
Description?: string;
|
|
821
|
+
State: WorkspacesPoolState | undefined;
|
|
822
|
+
CreatedAt: Date | undefined;
|
|
823
|
+
BundleId: string | undefined;
|
|
824
|
+
DirectoryId: string | undefined;
|
|
825
|
+
Errors?: WorkspacesPoolError[];
|
|
826
|
+
ApplicationSettings?: ApplicationSettingsResponse;
|
|
827
|
+
TimeoutSettings?: TimeoutSettings;
|
|
828
|
+
}
|
|
829
|
+
export interface CreateWorkspacesPoolResult {
|
|
830
|
+
WorkspacesPool?: WorkspacesPool;
|
|
831
|
+
}
|
|
708
832
|
export declare const DedicatedTenancyAccountType: {
|
|
709
833
|
readonly SOURCE_ACCOUNT: "SOURCE_ACCOUNT";
|
|
710
834
|
readonly TARGET_ACCOUNT: "TARGET_ACCOUNT";
|
|
@@ -737,6 +861,7 @@ export interface DefaultWorkspaceCreationProperties {
|
|
|
737
861
|
CustomSecurityGroupId?: string;
|
|
738
862
|
UserEnabledAsLocalAdministrator?: boolean;
|
|
739
863
|
EnableMaintenanceMode?: boolean;
|
|
864
|
+
InstanceIamRoleArn?: string;
|
|
740
865
|
}
|
|
741
866
|
export declare const DeletableCertificateBasedAuthProperty: {
|
|
742
867
|
readonly CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN: "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN";
|
|
@@ -984,11 +1109,13 @@ export interface DescribeWorkspaceBundlesResult {
|
|
|
984
1109
|
}
|
|
985
1110
|
export interface DescribeWorkspaceDirectoriesRequest {
|
|
986
1111
|
DirectoryIds?: string[];
|
|
1112
|
+
WorkspaceDirectoryNames?: string[];
|
|
987
1113
|
Limit?: number;
|
|
988
1114
|
NextToken?: string;
|
|
989
1115
|
}
|
|
990
1116
|
export declare const WorkspaceDirectoryType: {
|
|
991
1117
|
readonly AD_CONNECTOR: "AD_CONNECTOR";
|
|
1118
|
+
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
992
1119
|
readonly SIMPLE_AD: "SIMPLE_AD";
|
|
993
1120
|
};
|
|
994
1121
|
export type WorkspaceDirectoryType =
|
|
@@ -1021,11 +1148,62 @@ export declare const WorkspaceDirectoryState: {
|
|
|
1021
1148
|
};
|
|
1022
1149
|
export type WorkspaceDirectoryState =
|
|
1023
1150
|
(typeof WorkspaceDirectoryState)[keyof typeof WorkspaceDirectoryState];
|
|
1151
|
+
export declare const StorageConnectorTypeEnum: {
|
|
1152
|
+
readonly HOME_FOLDER: "HOME_FOLDER";
|
|
1153
|
+
};
|
|
1154
|
+
export type StorageConnectorTypeEnum =
|
|
1155
|
+
(typeof StorageConnectorTypeEnum)[keyof typeof StorageConnectorTypeEnum];
|
|
1156
|
+
export declare const StorageConnectorStatusEnum: {
|
|
1157
|
+
readonly DISABLED: "DISABLED";
|
|
1158
|
+
readonly ENABLED: "ENABLED";
|
|
1159
|
+
};
|
|
1160
|
+
export type StorageConnectorStatusEnum =
|
|
1161
|
+
(typeof StorageConnectorStatusEnum)[keyof typeof StorageConnectorStatusEnum];
|
|
1162
|
+
export interface StorageConnector {
|
|
1163
|
+
ConnectorType: StorageConnectorTypeEnum | undefined;
|
|
1164
|
+
Status: StorageConnectorStatusEnum | undefined;
|
|
1165
|
+
}
|
|
1166
|
+
export declare const StreamingExperiencePreferredProtocolEnum: {
|
|
1167
|
+
readonly TCP: "TCP";
|
|
1168
|
+
readonly UDP: "UDP";
|
|
1169
|
+
};
|
|
1170
|
+
export type StreamingExperiencePreferredProtocolEnum =
|
|
1171
|
+
(typeof StreamingExperiencePreferredProtocolEnum)[keyof typeof StreamingExperiencePreferredProtocolEnum];
|
|
1172
|
+
export declare const UserSettingActionEnum: {
|
|
1173
|
+
readonly CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE";
|
|
1174
|
+
readonly CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE";
|
|
1175
|
+
readonly PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE";
|
|
1176
|
+
readonly SMART_CARD: "SMART_CARD";
|
|
1177
|
+
};
|
|
1178
|
+
export type UserSettingActionEnum =
|
|
1179
|
+
(typeof UserSettingActionEnum)[keyof typeof UserSettingActionEnum];
|
|
1180
|
+
export declare const UserSettingPermissionEnum: {
|
|
1181
|
+
readonly DISABLED: "DISABLED";
|
|
1182
|
+
readonly ENABLED: "ENABLED";
|
|
1183
|
+
};
|
|
1184
|
+
export type UserSettingPermissionEnum =
|
|
1185
|
+
(typeof UserSettingPermissionEnum)[keyof typeof UserSettingPermissionEnum];
|
|
1186
|
+
export interface UserSetting {
|
|
1187
|
+
Action: UserSettingActionEnum | undefined;
|
|
1188
|
+
Permission: UserSettingPermissionEnum | undefined;
|
|
1189
|
+
MaximumLength?: number;
|
|
1190
|
+
}
|
|
1191
|
+
export interface StreamingProperties {
|
|
1192
|
+
StreamingExperiencePreferredProtocol?: StreamingExperiencePreferredProtocolEnum;
|
|
1193
|
+
UserSettings?: UserSetting[];
|
|
1194
|
+
StorageConnectors?: StorageConnector[];
|
|
1195
|
+
}
|
|
1024
1196
|
export declare const Tenancy: {
|
|
1025
1197
|
readonly DEDICATED: "DEDICATED";
|
|
1026
1198
|
readonly SHARED: "SHARED";
|
|
1027
1199
|
};
|
|
1028
1200
|
export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];
|
|
1201
|
+
export declare const UserIdentityType: {
|
|
1202
|
+
readonly AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE";
|
|
1203
|
+
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
1204
|
+
};
|
|
1205
|
+
export type UserIdentityType =
|
|
1206
|
+
(typeof UserIdentityType)[keyof typeof UserIdentityType];
|
|
1029
1207
|
export interface WorkspaceAccessProperties {
|
|
1030
1208
|
DeviceTypeWindows?: AccessPropertyValue;
|
|
1031
1209
|
DeviceTypeOsx?: AccessPropertyValue;
|
|
@@ -1036,6 +1214,11 @@ export interface WorkspaceAccessProperties {
|
|
|
1036
1214
|
DeviceTypeZeroClient?: AccessPropertyValue;
|
|
1037
1215
|
DeviceTypeLinux?: AccessPropertyValue;
|
|
1038
1216
|
}
|
|
1217
|
+
export declare const WorkspaceType: {
|
|
1218
|
+
readonly PERSONAL: "PERSONAL";
|
|
1219
|
+
readonly POOLS: "POOLS";
|
|
1220
|
+
};
|
|
1221
|
+
export type WorkspaceType = (typeof WorkspaceType)[keyof typeof WorkspaceType];
|
|
1039
1222
|
export interface WorkspaceDirectory {
|
|
1040
1223
|
DirectoryId?: string;
|
|
1041
1224
|
Alias?: string;
|
|
@@ -1055,6 +1238,13 @@ export interface WorkspaceDirectory {
|
|
|
1055
1238
|
SelfservicePermissions?: SelfservicePermissions;
|
|
1056
1239
|
SamlProperties?: SamlProperties;
|
|
1057
1240
|
CertificateBasedAuthProperties?: CertificateBasedAuthProperties;
|
|
1241
|
+
WorkspaceDirectoryName?: string;
|
|
1242
|
+
WorkspaceDirectoryDescription?: string;
|
|
1243
|
+
UserIdentityType?: UserIdentityType;
|
|
1244
|
+
WorkspaceType?: WorkspaceType;
|
|
1245
|
+
ActiveDirectoryConfig?: ActiveDirectoryConfig;
|
|
1246
|
+
StreamingProperties?: StreamingProperties;
|
|
1247
|
+
ErrorMessage?: string;
|
|
1058
1248
|
}
|
|
1059
1249
|
export interface DescribeWorkspaceDirectoriesResult {
|
|
1060
1250
|
Directories?: WorkspaceDirectory[];
|
|
@@ -1177,6 +1367,65 @@ export interface DescribeWorkspaceSnapshotsResult {
|
|
|
1177
1367
|
RebuildSnapshots?: Snapshot[];
|
|
1178
1368
|
RestoreSnapshots?: Snapshot[];
|
|
1179
1369
|
}
|
|
1370
|
+
export declare const DescribeWorkspacesPoolsFilterName: {
|
|
1371
|
+
readonly POOLNAME: "PoolName";
|
|
1372
|
+
};
|
|
1373
|
+
export type DescribeWorkspacesPoolsFilterName =
|
|
1374
|
+
(typeof DescribeWorkspacesPoolsFilterName)[keyof typeof DescribeWorkspacesPoolsFilterName];
|
|
1375
|
+
export declare const DescribeWorkspacesPoolsFilterOperator: {
|
|
1376
|
+
readonly CONTAINS: "CONTAINS";
|
|
1377
|
+
readonly EQUALS: "EQUALS";
|
|
1378
|
+
readonly NOTCONTAINS: "NOTCONTAINS";
|
|
1379
|
+
readonly NOTEQUALS: "NOTEQUALS";
|
|
1380
|
+
};
|
|
1381
|
+
export type DescribeWorkspacesPoolsFilterOperator =
|
|
1382
|
+
(typeof DescribeWorkspacesPoolsFilterOperator)[keyof typeof DescribeWorkspacesPoolsFilterOperator];
|
|
1383
|
+
export interface DescribeWorkspacesPoolsFilter {
|
|
1384
|
+
Name: DescribeWorkspacesPoolsFilterName | undefined;
|
|
1385
|
+
Values: string[] | undefined;
|
|
1386
|
+
Operator: DescribeWorkspacesPoolsFilterOperator | undefined;
|
|
1387
|
+
}
|
|
1388
|
+
export interface DescribeWorkspacesPoolsRequest {
|
|
1389
|
+
PoolIds?: string[];
|
|
1390
|
+
Filters?: DescribeWorkspacesPoolsFilter[];
|
|
1391
|
+
Limit?: number;
|
|
1392
|
+
NextToken?: string;
|
|
1393
|
+
}
|
|
1394
|
+
export interface DescribeWorkspacesPoolsResult {
|
|
1395
|
+
WorkspacesPools?: WorkspacesPool[];
|
|
1396
|
+
NextToken?: string;
|
|
1397
|
+
}
|
|
1398
|
+
export interface DescribeWorkspacesPoolSessionsRequest {
|
|
1399
|
+
PoolId: string | undefined;
|
|
1400
|
+
UserId?: string;
|
|
1401
|
+
Limit?: number;
|
|
1402
|
+
NextToken?: string;
|
|
1403
|
+
}
|
|
1404
|
+
export declare const SessionConnectionState: {
|
|
1405
|
+
readonly CONNECTED: "CONNECTED";
|
|
1406
|
+
readonly NOT_CONNECTED: "NOT_CONNECTED";
|
|
1407
|
+
};
|
|
1408
|
+
export type SessionConnectionState =
|
|
1409
|
+
(typeof SessionConnectionState)[keyof typeof SessionConnectionState];
|
|
1410
|
+
export interface NetworkAccessConfiguration {
|
|
1411
|
+
EniPrivateIpAddress?: string;
|
|
1412
|
+
EniId?: string;
|
|
1413
|
+
}
|
|
1414
|
+
export interface WorkspacesPoolSession {
|
|
1415
|
+
AuthenticationType?: AuthenticationType;
|
|
1416
|
+
ConnectionState?: SessionConnectionState;
|
|
1417
|
+
SessionId: string | undefined;
|
|
1418
|
+
InstanceId?: string;
|
|
1419
|
+
PoolId: string | undefined;
|
|
1420
|
+
ExpirationTime?: Date;
|
|
1421
|
+
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
1422
|
+
StartTime?: Date;
|
|
1423
|
+
UserId: string | undefined;
|
|
1424
|
+
}
|
|
1425
|
+
export interface DescribeWorkspacesPoolSessionsResult {
|
|
1426
|
+
Sessions?: WorkspacesPoolSession[];
|
|
1427
|
+
NextToken?: string;
|
|
1428
|
+
}
|
|
1180
1429
|
export interface DisassociateConnectionAliasRequest {
|
|
1181
1430
|
AliasId: string | undefined;
|
|
1182
1431
|
}
|
|
@@ -1313,6 +1562,11 @@ export interface ModifySelfservicePermissionsRequest {
|
|
|
1313
1562
|
SelfservicePermissions: SelfservicePermissions | undefined;
|
|
1314
1563
|
}
|
|
1315
1564
|
export interface ModifySelfservicePermissionsResult {}
|
|
1565
|
+
export interface ModifyStreamingPropertiesRequest {
|
|
1566
|
+
ResourceId: string | undefined;
|
|
1567
|
+
StreamingProperties?: StreamingProperties;
|
|
1568
|
+
}
|
|
1569
|
+
export interface ModifyStreamingPropertiesResult {}
|
|
1316
1570
|
export interface ModifyWorkspaceAccessPropertiesRequest {
|
|
1317
1571
|
ResourceId: string | undefined;
|
|
1318
1572
|
WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
|
|
@@ -1325,6 +1579,7 @@ export interface WorkspaceCreationProperties {
|
|
|
1325
1579
|
CustomSecurityGroupId?: string;
|
|
1326
1580
|
UserEnabledAsLocalAdministrator?: boolean;
|
|
1327
1581
|
EnableMaintenanceMode?: boolean;
|
|
1582
|
+
InstanceIamRoleArn?: string;
|
|
1328
1583
|
}
|
|
1329
1584
|
export interface ModifyWorkspaceCreationPropertiesRequest {
|
|
1330
1585
|
ResourceId: string | undefined;
|
|
@@ -1377,14 +1632,22 @@ export interface RebuildWorkspacesResult {
|
|
|
1377
1632
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
1378
1633
|
}
|
|
1379
1634
|
export interface RegisterWorkspaceDirectoryRequest {
|
|
1380
|
-
DirectoryId
|
|
1635
|
+
DirectoryId?: string;
|
|
1381
1636
|
SubnetIds?: string[];
|
|
1382
|
-
EnableWorkDocs
|
|
1637
|
+
EnableWorkDocs?: boolean;
|
|
1383
1638
|
EnableSelfService?: boolean;
|
|
1384
1639
|
Tenancy?: Tenancy;
|
|
1385
1640
|
Tags?: Tag[];
|
|
1641
|
+
WorkspaceDirectoryName?: string;
|
|
1642
|
+
WorkspaceDirectoryDescription?: string;
|
|
1643
|
+
UserIdentityType?: UserIdentityType;
|
|
1644
|
+
WorkspaceType?: WorkspaceType;
|
|
1645
|
+
ActiveDirectoryConfig?: ActiveDirectoryConfig;
|
|
1646
|
+
}
|
|
1647
|
+
export interface RegisterWorkspaceDirectoryResult {
|
|
1648
|
+
DirectoryId?: string;
|
|
1649
|
+
State?: WorkspaceDirectoryState;
|
|
1386
1650
|
}
|
|
1387
|
-
export interface RegisterWorkspaceDirectoryResult {}
|
|
1388
1651
|
export declare class UnsupportedNetworkConfigurationException extends __BaseException {
|
|
1389
1652
|
readonly name: "UnsupportedNetworkConfigurationException";
|
|
1390
1653
|
readonly $fault: "client";
|
|
@@ -1421,58 +1684,3 @@ export interface RevokeIpRulesRequest {
|
|
|
1421
1684
|
UserRules: string[] | undefined;
|
|
1422
1685
|
}
|
|
1423
1686
|
export interface RevokeIpRulesResult {}
|
|
1424
|
-
export interface StartRequest {
|
|
1425
|
-
WorkspaceId?: string;
|
|
1426
|
-
}
|
|
1427
|
-
export interface StartWorkspacesRequest {
|
|
1428
|
-
StartWorkspaceRequests: StartRequest[] | undefined;
|
|
1429
|
-
}
|
|
1430
|
-
export interface StartWorkspacesResult {
|
|
1431
|
-
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
1432
|
-
}
|
|
1433
|
-
export interface StopRequest {
|
|
1434
|
-
WorkspaceId?: string;
|
|
1435
|
-
}
|
|
1436
|
-
export interface StopWorkspacesRequest {
|
|
1437
|
-
StopWorkspaceRequests: StopRequest[] | undefined;
|
|
1438
|
-
}
|
|
1439
|
-
export interface StopWorkspacesResult {
|
|
1440
|
-
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
1441
|
-
}
|
|
1442
|
-
export interface TerminateRequest {
|
|
1443
|
-
WorkspaceId: string | undefined;
|
|
1444
|
-
}
|
|
1445
|
-
export interface TerminateWorkspacesRequest {
|
|
1446
|
-
TerminateWorkspaceRequests: TerminateRequest[] | undefined;
|
|
1447
|
-
}
|
|
1448
|
-
export interface TerminateWorkspacesResult {
|
|
1449
|
-
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
1450
|
-
}
|
|
1451
|
-
export interface UpdateConnectClientAddInRequest {
|
|
1452
|
-
AddInId: string | undefined;
|
|
1453
|
-
ResourceId: string | undefined;
|
|
1454
|
-
Name?: string;
|
|
1455
|
-
URL?: string;
|
|
1456
|
-
}
|
|
1457
|
-
export interface UpdateConnectClientAddInResult {}
|
|
1458
|
-
export interface UpdateConnectionAliasPermissionRequest {
|
|
1459
|
-
AliasId: string | undefined;
|
|
1460
|
-
ConnectionAliasPermission: ConnectionAliasPermission | undefined;
|
|
1461
|
-
}
|
|
1462
|
-
export interface UpdateConnectionAliasPermissionResult {}
|
|
1463
|
-
export interface UpdateRulesOfIpGroupRequest {
|
|
1464
|
-
GroupId: string | undefined;
|
|
1465
|
-
UserRules: IpRuleItem[] | undefined;
|
|
1466
|
-
}
|
|
1467
|
-
export interface UpdateRulesOfIpGroupResult {}
|
|
1468
|
-
export interface UpdateWorkspaceBundleRequest {
|
|
1469
|
-
BundleId?: string;
|
|
1470
|
-
ImageId?: string;
|
|
1471
|
-
}
|
|
1472
|
-
export interface UpdateWorkspaceBundleResult {}
|
|
1473
|
-
export interface UpdateWorkspaceImagePermissionRequest {
|
|
1474
|
-
ImageId: string | undefined;
|
|
1475
|
-
AllowCopyImage: boolean | undefined;
|
|
1476
|
-
SharedAccountId: string | undefined;
|
|
1477
|
-
}
|
|
1478
|
-
export interface UpdateWorkspaceImagePermissionResult {}
|