@aws-sdk/client-workspaces 3.600.0 → 3.607.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 +536 -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 +102 -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/CreateWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +130 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +30 -1
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +1 -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/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- 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 +855 -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 +267 -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";
|
|
@@ -590,6 +623,7 @@ export interface CreateWorkspaceImageResult {
|
|
|
590
623
|
}
|
|
591
624
|
export declare const OperatingSystemName: {
|
|
592
625
|
readonly AMAZON_LINUX_2: "AMAZON_LINUX_2";
|
|
626
|
+
readonly RHEL_8: "RHEL_8";
|
|
593
627
|
readonly UBUNTU_18_04: "UBUNTU_18_04";
|
|
594
628
|
readonly UBUNTU_20_04: "UBUNTU_20_04";
|
|
595
629
|
readonly UBUNTU_22_04: "UBUNTU_22_04";
|
|
@@ -705,6 +739,97 @@ export interface CreateWorkspacesResult {
|
|
|
705
739
|
FailedRequests?: FailedCreateWorkspaceRequest[];
|
|
706
740
|
PendingRequests?: Workspace[];
|
|
707
741
|
}
|
|
742
|
+
export interface TimeoutSettings {
|
|
743
|
+
DisconnectTimeoutInSeconds?: number;
|
|
744
|
+
IdleDisconnectTimeoutInSeconds?: number;
|
|
745
|
+
MaxUserDurationInSeconds?: number;
|
|
746
|
+
}
|
|
747
|
+
export interface CreateWorkspacesPoolRequest {
|
|
748
|
+
PoolName: string | undefined;
|
|
749
|
+
Description: string | undefined;
|
|
750
|
+
BundleId: string | undefined;
|
|
751
|
+
DirectoryId: string | undefined;
|
|
752
|
+
Capacity: Capacity | undefined;
|
|
753
|
+
Tags?: Tag[];
|
|
754
|
+
ApplicationSettings?: ApplicationSettingsRequest;
|
|
755
|
+
TimeoutSettings?: TimeoutSettings;
|
|
756
|
+
}
|
|
757
|
+
export declare const WorkspacesPoolErrorCode: {
|
|
758
|
+
readonly BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND";
|
|
759
|
+
readonly DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING";
|
|
760
|
+
readonly DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND";
|
|
761
|
+
readonly DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED";
|
|
762
|
+
readonly DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED";
|
|
763
|
+
readonly DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND";
|
|
764
|
+
readonly DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER";
|
|
765
|
+
readonly DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE";
|
|
766
|
+
readonly DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA";
|
|
767
|
+
readonly DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED";
|
|
768
|
+
readonly DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN";
|
|
769
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING: "DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING";
|
|
770
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE: "DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE";
|
|
771
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_INVALID: "DOMAIN_JOIN_ERROR_SECRET_INVALID";
|
|
772
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND";
|
|
773
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID: "DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID";
|
|
774
|
+
readonly DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND";
|
|
775
|
+
readonly DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR";
|
|
776
|
+
readonly DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME";
|
|
777
|
+
readonly DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED";
|
|
778
|
+
readonly DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED";
|
|
779
|
+
readonly IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING";
|
|
780
|
+
readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION";
|
|
781
|
+
readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION";
|
|
782
|
+
readonly IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION";
|
|
783
|
+
readonly IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION";
|
|
784
|
+
readonly IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION";
|
|
785
|
+
readonly IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED";
|
|
786
|
+
readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND";
|
|
787
|
+
readonly INSUFFICIENT_PERMISSIONS_ERROR: "INSUFFICIENT_PERMISSIONS_ERROR";
|
|
788
|
+
readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
|
|
789
|
+
readonly INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION";
|
|
790
|
+
readonly MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING";
|
|
791
|
+
readonly NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED";
|
|
792
|
+
readonly SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND";
|
|
793
|
+
readonly STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION";
|
|
794
|
+
readonly SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES";
|
|
795
|
+
readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
|
|
796
|
+
readonly WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE: "WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE";
|
|
797
|
+
readonly WORKSPACES_POOL_STOPPED: "WORKSPACES_POOL_STOPPED";
|
|
798
|
+
};
|
|
799
|
+
export type WorkspacesPoolErrorCode =
|
|
800
|
+
(typeof WorkspacesPoolErrorCode)[keyof typeof WorkspacesPoolErrorCode];
|
|
801
|
+
export interface WorkspacesPoolError {
|
|
802
|
+
ErrorCode?: WorkspacesPoolErrorCode;
|
|
803
|
+
ErrorMessage?: string;
|
|
804
|
+
}
|
|
805
|
+
export declare const WorkspacesPoolState: {
|
|
806
|
+
readonly CREATING: "CREATING";
|
|
807
|
+
readonly DELETING: "DELETING";
|
|
808
|
+
readonly RUNNING: "RUNNING";
|
|
809
|
+
readonly STARTING: "STARTING";
|
|
810
|
+
readonly STOPPED: "STOPPED";
|
|
811
|
+
readonly STOPPING: "STOPPING";
|
|
812
|
+
readonly UPDATING: "UPDATING";
|
|
813
|
+
};
|
|
814
|
+
export type WorkspacesPoolState =
|
|
815
|
+
(typeof WorkspacesPoolState)[keyof typeof WorkspacesPoolState];
|
|
816
|
+
export interface WorkspacesPool {
|
|
817
|
+
PoolId: string | undefined;
|
|
818
|
+
PoolArn: string | undefined;
|
|
819
|
+
CapacityStatus: CapacityStatus | undefined;
|
|
820
|
+
PoolName: string | undefined;
|
|
821
|
+
Description?: string;
|
|
822
|
+
State: WorkspacesPoolState | undefined;
|
|
823
|
+
CreatedAt: Date | undefined;
|
|
824
|
+
BundleId: string | undefined;
|
|
825
|
+
DirectoryId: string | undefined;
|
|
826
|
+
Errors?: WorkspacesPoolError[];
|
|
827
|
+
ApplicationSettings?: ApplicationSettingsResponse;
|
|
828
|
+
TimeoutSettings?: TimeoutSettings;
|
|
829
|
+
}
|
|
830
|
+
export interface CreateWorkspacesPoolResult {
|
|
831
|
+
WorkspacesPool?: WorkspacesPool;
|
|
832
|
+
}
|
|
708
833
|
export declare const DedicatedTenancyAccountType: {
|
|
709
834
|
readonly SOURCE_ACCOUNT: "SOURCE_ACCOUNT";
|
|
710
835
|
readonly TARGET_ACCOUNT: "TARGET_ACCOUNT";
|
|
@@ -737,6 +862,7 @@ export interface DefaultWorkspaceCreationProperties {
|
|
|
737
862
|
CustomSecurityGroupId?: string;
|
|
738
863
|
UserEnabledAsLocalAdministrator?: boolean;
|
|
739
864
|
EnableMaintenanceMode?: boolean;
|
|
865
|
+
InstanceIamRoleArn?: string;
|
|
740
866
|
}
|
|
741
867
|
export declare const DeletableCertificateBasedAuthProperty: {
|
|
742
868
|
readonly CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN: "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN";
|
|
@@ -984,11 +1110,13 @@ export interface DescribeWorkspaceBundlesResult {
|
|
|
984
1110
|
}
|
|
985
1111
|
export interface DescribeWorkspaceDirectoriesRequest {
|
|
986
1112
|
DirectoryIds?: string[];
|
|
1113
|
+
WorkspaceDirectoryNames?: string[];
|
|
987
1114
|
Limit?: number;
|
|
988
1115
|
NextToken?: string;
|
|
989
1116
|
}
|
|
990
1117
|
export declare const WorkspaceDirectoryType: {
|
|
991
1118
|
readonly AD_CONNECTOR: "AD_CONNECTOR";
|
|
1119
|
+
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
992
1120
|
readonly SIMPLE_AD: "SIMPLE_AD";
|
|
993
1121
|
};
|
|
994
1122
|
export type WorkspaceDirectoryType =
|
|
@@ -1021,11 +1149,62 @@ export declare const WorkspaceDirectoryState: {
|
|
|
1021
1149
|
};
|
|
1022
1150
|
export type WorkspaceDirectoryState =
|
|
1023
1151
|
(typeof WorkspaceDirectoryState)[keyof typeof WorkspaceDirectoryState];
|
|
1152
|
+
export declare const StorageConnectorTypeEnum: {
|
|
1153
|
+
readonly HOME_FOLDER: "HOME_FOLDER";
|
|
1154
|
+
};
|
|
1155
|
+
export type StorageConnectorTypeEnum =
|
|
1156
|
+
(typeof StorageConnectorTypeEnum)[keyof typeof StorageConnectorTypeEnum];
|
|
1157
|
+
export declare const StorageConnectorStatusEnum: {
|
|
1158
|
+
readonly DISABLED: "DISABLED";
|
|
1159
|
+
readonly ENABLED: "ENABLED";
|
|
1160
|
+
};
|
|
1161
|
+
export type StorageConnectorStatusEnum =
|
|
1162
|
+
(typeof StorageConnectorStatusEnum)[keyof typeof StorageConnectorStatusEnum];
|
|
1163
|
+
export interface StorageConnector {
|
|
1164
|
+
ConnectorType: StorageConnectorTypeEnum | undefined;
|
|
1165
|
+
Status: StorageConnectorStatusEnum | undefined;
|
|
1166
|
+
}
|
|
1167
|
+
export declare const StreamingExperiencePreferredProtocolEnum: {
|
|
1168
|
+
readonly TCP: "TCP";
|
|
1169
|
+
readonly UDP: "UDP";
|
|
1170
|
+
};
|
|
1171
|
+
export type StreamingExperiencePreferredProtocolEnum =
|
|
1172
|
+
(typeof StreamingExperiencePreferredProtocolEnum)[keyof typeof StreamingExperiencePreferredProtocolEnum];
|
|
1173
|
+
export declare const UserSettingActionEnum: {
|
|
1174
|
+
readonly CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE";
|
|
1175
|
+
readonly CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE";
|
|
1176
|
+
readonly PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE";
|
|
1177
|
+
readonly SMART_CARD: "SMART_CARD";
|
|
1178
|
+
};
|
|
1179
|
+
export type UserSettingActionEnum =
|
|
1180
|
+
(typeof UserSettingActionEnum)[keyof typeof UserSettingActionEnum];
|
|
1181
|
+
export declare const UserSettingPermissionEnum: {
|
|
1182
|
+
readonly DISABLED: "DISABLED";
|
|
1183
|
+
readonly ENABLED: "ENABLED";
|
|
1184
|
+
};
|
|
1185
|
+
export type UserSettingPermissionEnum =
|
|
1186
|
+
(typeof UserSettingPermissionEnum)[keyof typeof UserSettingPermissionEnum];
|
|
1187
|
+
export interface UserSetting {
|
|
1188
|
+
Action: UserSettingActionEnum | undefined;
|
|
1189
|
+
Permission: UserSettingPermissionEnum | undefined;
|
|
1190
|
+
MaximumLength?: number;
|
|
1191
|
+
}
|
|
1192
|
+
export interface StreamingProperties {
|
|
1193
|
+
StreamingExperiencePreferredProtocol?: StreamingExperiencePreferredProtocolEnum;
|
|
1194
|
+
UserSettings?: UserSetting[];
|
|
1195
|
+
StorageConnectors?: StorageConnector[];
|
|
1196
|
+
}
|
|
1024
1197
|
export declare const Tenancy: {
|
|
1025
1198
|
readonly DEDICATED: "DEDICATED";
|
|
1026
1199
|
readonly SHARED: "SHARED";
|
|
1027
1200
|
};
|
|
1028
1201
|
export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];
|
|
1202
|
+
export declare const UserIdentityType: {
|
|
1203
|
+
readonly AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE";
|
|
1204
|
+
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
1205
|
+
};
|
|
1206
|
+
export type UserIdentityType =
|
|
1207
|
+
(typeof UserIdentityType)[keyof typeof UserIdentityType];
|
|
1029
1208
|
export interface WorkspaceAccessProperties {
|
|
1030
1209
|
DeviceTypeWindows?: AccessPropertyValue;
|
|
1031
1210
|
DeviceTypeOsx?: AccessPropertyValue;
|
|
@@ -1036,6 +1215,11 @@ export interface WorkspaceAccessProperties {
|
|
|
1036
1215
|
DeviceTypeZeroClient?: AccessPropertyValue;
|
|
1037
1216
|
DeviceTypeLinux?: AccessPropertyValue;
|
|
1038
1217
|
}
|
|
1218
|
+
export declare const WorkspaceType: {
|
|
1219
|
+
readonly PERSONAL: "PERSONAL";
|
|
1220
|
+
readonly POOLS: "POOLS";
|
|
1221
|
+
};
|
|
1222
|
+
export type WorkspaceType = (typeof WorkspaceType)[keyof typeof WorkspaceType];
|
|
1039
1223
|
export interface WorkspaceDirectory {
|
|
1040
1224
|
DirectoryId?: string;
|
|
1041
1225
|
Alias?: string;
|
|
@@ -1055,6 +1239,13 @@ export interface WorkspaceDirectory {
|
|
|
1055
1239
|
SelfservicePermissions?: SelfservicePermissions;
|
|
1056
1240
|
SamlProperties?: SamlProperties;
|
|
1057
1241
|
CertificateBasedAuthProperties?: CertificateBasedAuthProperties;
|
|
1242
|
+
WorkspaceDirectoryName?: string;
|
|
1243
|
+
WorkspaceDirectoryDescription?: string;
|
|
1244
|
+
UserIdentityType?: UserIdentityType;
|
|
1245
|
+
WorkspaceType?: WorkspaceType;
|
|
1246
|
+
ActiveDirectoryConfig?: ActiveDirectoryConfig;
|
|
1247
|
+
StreamingProperties?: StreamingProperties;
|
|
1248
|
+
ErrorMessage?: string;
|
|
1058
1249
|
}
|
|
1059
1250
|
export interface DescribeWorkspaceDirectoriesResult {
|
|
1060
1251
|
Directories?: WorkspaceDirectory[];
|
|
@@ -1177,6 +1368,65 @@ export interface DescribeWorkspaceSnapshotsResult {
|
|
|
1177
1368
|
RebuildSnapshots?: Snapshot[];
|
|
1178
1369
|
RestoreSnapshots?: Snapshot[];
|
|
1179
1370
|
}
|
|
1371
|
+
export declare const DescribeWorkspacesPoolsFilterName: {
|
|
1372
|
+
readonly POOLNAME: "PoolName";
|
|
1373
|
+
};
|
|
1374
|
+
export type DescribeWorkspacesPoolsFilterName =
|
|
1375
|
+
(typeof DescribeWorkspacesPoolsFilterName)[keyof typeof DescribeWorkspacesPoolsFilterName];
|
|
1376
|
+
export declare const DescribeWorkspacesPoolsFilterOperator: {
|
|
1377
|
+
readonly CONTAINS: "CONTAINS";
|
|
1378
|
+
readonly EQUALS: "EQUALS";
|
|
1379
|
+
readonly NOTCONTAINS: "NOTCONTAINS";
|
|
1380
|
+
readonly NOTEQUALS: "NOTEQUALS";
|
|
1381
|
+
};
|
|
1382
|
+
export type DescribeWorkspacesPoolsFilterOperator =
|
|
1383
|
+
(typeof DescribeWorkspacesPoolsFilterOperator)[keyof typeof DescribeWorkspacesPoolsFilterOperator];
|
|
1384
|
+
export interface DescribeWorkspacesPoolsFilter {
|
|
1385
|
+
Name: DescribeWorkspacesPoolsFilterName | undefined;
|
|
1386
|
+
Values: string[] | undefined;
|
|
1387
|
+
Operator: DescribeWorkspacesPoolsFilterOperator | undefined;
|
|
1388
|
+
}
|
|
1389
|
+
export interface DescribeWorkspacesPoolsRequest {
|
|
1390
|
+
PoolIds?: string[];
|
|
1391
|
+
Filters?: DescribeWorkspacesPoolsFilter[];
|
|
1392
|
+
Limit?: number;
|
|
1393
|
+
NextToken?: string;
|
|
1394
|
+
}
|
|
1395
|
+
export interface DescribeWorkspacesPoolsResult {
|
|
1396
|
+
WorkspacesPools?: WorkspacesPool[];
|
|
1397
|
+
NextToken?: string;
|
|
1398
|
+
}
|
|
1399
|
+
export interface DescribeWorkspacesPoolSessionsRequest {
|
|
1400
|
+
PoolId: string | undefined;
|
|
1401
|
+
UserId?: string;
|
|
1402
|
+
Limit?: number;
|
|
1403
|
+
NextToken?: string;
|
|
1404
|
+
}
|
|
1405
|
+
export declare const SessionConnectionState: {
|
|
1406
|
+
readonly CONNECTED: "CONNECTED";
|
|
1407
|
+
readonly NOT_CONNECTED: "NOT_CONNECTED";
|
|
1408
|
+
};
|
|
1409
|
+
export type SessionConnectionState =
|
|
1410
|
+
(typeof SessionConnectionState)[keyof typeof SessionConnectionState];
|
|
1411
|
+
export interface NetworkAccessConfiguration {
|
|
1412
|
+
EniPrivateIpAddress?: string;
|
|
1413
|
+
EniId?: string;
|
|
1414
|
+
}
|
|
1415
|
+
export interface WorkspacesPoolSession {
|
|
1416
|
+
AuthenticationType?: AuthenticationType;
|
|
1417
|
+
ConnectionState?: SessionConnectionState;
|
|
1418
|
+
SessionId: string | undefined;
|
|
1419
|
+
InstanceId?: string;
|
|
1420
|
+
PoolId: string | undefined;
|
|
1421
|
+
ExpirationTime?: Date;
|
|
1422
|
+
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
1423
|
+
StartTime?: Date;
|
|
1424
|
+
UserId: string | undefined;
|
|
1425
|
+
}
|
|
1426
|
+
export interface DescribeWorkspacesPoolSessionsResult {
|
|
1427
|
+
Sessions?: WorkspacesPoolSession[];
|
|
1428
|
+
NextToken?: string;
|
|
1429
|
+
}
|
|
1180
1430
|
export interface DisassociateConnectionAliasRequest {
|
|
1181
1431
|
AliasId: string | undefined;
|
|
1182
1432
|
}
|
|
@@ -1313,6 +1563,11 @@ export interface ModifySelfservicePermissionsRequest {
|
|
|
1313
1563
|
SelfservicePermissions: SelfservicePermissions | undefined;
|
|
1314
1564
|
}
|
|
1315
1565
|
export interface ModifySelfservicePermissionsResult {}
|
|
1566
|
+
export interface ModifyStreamingPropertiesRequest {
|
|
1567
|
+
ResourceId: string | undefined;
|
|
1568
|
+
StreamingProperties?: StreamingProperties;
|
|
1569
|
+
}
|
|
1570
|
+
export interface ModifyStreamingPropertiesResult {}
|
|
1316
1571
|
export interface ModifyWorkspaceAccessPropertiesRequest {
|
|
1317
1572
|
ResourceId: string | undefined;
|
|
1318
1573
|
WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
|
|
@@ -1325,6 +1580,7 @@ export interface WorkspaceCreationProperties {
|
|
|
1325
1580
|
CustomSecurityGroupId?: string;
|
|
1326
1581
|
UserEnabledAsLocalAdministrator?: boolean;
|
|
1327
1582
|
EnableMaintenanceMode?: boolean;
|
|
1583
|
+
InstanceIamRoleArn?: string;
|
|
1328
1584
|
}
|
|
1329
1585
|
export interface ModifyWorkspaceCreationPropertiesRequest {
|
|
1330
1586
|
ResourceId: string | undefined;
|
|
@@ -1377,14 +1633,22 @@ export interface RebuildWorkspacesResult {
|
|
|
1377
1633
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
1378
1634
|
}
|
|
1379
1635
|
export interface RegisterWorkspaceDirectoryRequest {
|
|
1380
|
-
DirectoryId
|
|
1636
|
+
DirectoryId?: string;
|
|
1381
1637
|
SubnetIds?: string[];
|
|
1382
|
-
EnableWorkDocs
|
|
1638
|
+
EnableWorkDocs?: boolean;
|
|
1383
1639
|
EnableSelfService?: boolean;
|
|
1384
1640
|
Tenancy?: Tenancy;
|
|
1385
1641
|
Tags?: Tag[];
|
|
1642
|
+
WorkspaceDirectoryName?: string;
|
|
1643
|
+
WorkspaceDirectoryDescription?: string;
|
|
1644
|
+
UserIdentityType?: UserIdentityType;
|
|
1645
|
+
WorkspaceType?: WorkspaceType;
|
|
1646
|
+
ActiveDirectoryConfig?: ActiveDirectoryConfig;
|
|
1647
|
+
}
|
|
1648
|
+
export interface RegisterWorkspaceDirectoryResult {
|
|
1649
|
+
DirectoryId?: string;
|
|
1650
|
+
State?: WorkspaceDirectoryState;
|
|
1386
1651
|
}
|
|
1387
|
-
export interface RegisterWorkspaceDirectoryResult {}
|
|
1388
1652
|
export declare class UnsupportedNetworkConfigurationException extends __BaseException {
|
|
1389
1653
|
readonly name: "UnsupportedNetworkConfigurationException";
|
|
1390
1654
|
readonly $fault: "client";
|
|
@@ -1421,58 +1685,3 @@ export interface RevokeIpRulesRequest {
|
|
|
1421
1685
|
UserRules: string[] | undefined;
|
|
1422
1686
|
}
|
|
1423
1687
|
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 {}
|