@aws-sdk/client-workspaces 3.300.0 → 3.303.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/dist-cjs/models/models_0.js +175 -208
- package/dist-es/models/models_0.js +175 -208
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +3 -3
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +3 -3
- package/dist-types/commands/CreateIpGroupCommand.d.ts +5 -5
- package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +5 -5
- package/dist-types/commands/CreateTagsCommand.d.ts +3 -3
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +6 -6
- package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +7 -7
- package/dist-types/commands/DeleteClientBrandingCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientBrandingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +2 -2
- package/dist-types/commands/ImportClientBrandingCommand.d.ts +5 -7
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +4 -4
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +1 -1
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAccountCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +3 -3
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +3 -3
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +3 -3
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +4 -4
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +2 -2
- package/dist-types/commands/StartWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/StopWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +340 -175
- package/dist-types/ts3.4/models/models_0.d.ts +232 -175
- package/package.json +34 -34
|
@@ -33,27 +33,27 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
|
|
|
33
33
|
* import { WorkSpacesClient, CreateWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
34
34
|
* // const { WorkSpacesClient, CreateWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
35
35
|
* const client = new WorkSpacesClient(config);
|
|
36
|
-
* const input = {
|
|
37
|
-
* Workspaces: [ // required
|
|
38
|
-
* {
|
|
36
|
+
* const input = { // CreateWorkspacesRequest
|
|
37
|
+
* Workspaces: [ // WorkspaceRequestList // required
|
|
38
|
+
* { // WorkspaceRequest
|
|
39
39
|
* DirectoryId: "STRING_VALUE", // required
|
|
40
40
|
* UserName: "STRING_VALUE", // required
|
|
41
41
|
* BundleId: "STRING_VALUE", // required
|
|
42
42
|
* VolumeEncryptionKey: "STRING_VALUE",
|
|
43
43
|
* UserVolumeEncryptionEnabled: true || false,
|
|
44
44
|
* RootVolumeEncryptionEnabled: true || false,
|
|
45
|
-
* WorkspaceProperties: {
|
|
45
|
+
* WorkspaceProperties: { // WorkspaceProperties
|
|
46
46
|
* RunningMode: "AUTO_STOP" || "ALWAYS_ON" || "MANUAL",
|
|
47
47
|
* RunningModeAutoStopTimeoutInMinutes: Number("int"),
|
|
48
48
|
* RootVolumeSizeGib: Number("int"),
|
|
49
49
|
* UserVolumeSizeGib: Number("int"),
|
|
50
50
|
* ComputeTypeName: "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
|
|
51
|
-
* Protocols: [
|
|
51
|
+
* Protocols: [ // ProtocolList
|
|
52
52
|
* "PCOIP" || "WSP",
|
|
53
53
|
* ],
|
|
54
54
|
* },
|
|
55
|
-
* Tags: [
|
|
56
|
-
* {
|
|
55
|
+
* Tags: [ // TagList
|
|
56
|
+
* { // Tag
|
|
57
57
|
* Key: "STRING_VALUE", // required
|
|
58
58
|
* Value: "STRING_VALUE",
|
|
59
59
|
* },
|
|
@@ -31,9 +31,9 @@ export interface DeleteClientBrandingCommandOutput extends DeleteClientBrandingR
|
|
|
31
31
|
* import { WorkSpacesClient, DeleteClientBrandingCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
32
32
|
* // const { WorkSpacesClient, DeleteClientBrandingCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
33
33
|
* const client = new WorkSpacesClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteClientBrandingRequest
|
|
35
35
|
* ResourceId: "STRING_VALUE", // required
|
|
36
|
-
* Platforms: [ // required
|
|
36
|
+
* Platforms: [ // ClientDeviceTypeList // required
|
|
37
37
|
* "DeviceTypeWindows" || "DeviceTypeOsx" || "DeviceTypeAndroid" || "DeviceTypeIos" || "DeviceTypeLinux" || "DeviceTypeWeb",
|
|
38
38
|
* ],
|
|
39
39
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteConnectClientAddInCommandOutput extends DeleteConnectClie
|
|
|
27
27
|
* import { WorkSpacesClient, DeleteConnectClientAddInCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
28
28
|
* // const { WorkSpacesClient, DeleteConnectClientAddInCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
29
29
|
* const client = new WorkSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteConnectClientAddInRequest
|
|
31
31
|
* AddInId: "STRING_VALUE", // required
|
|
32
32
|
* ResourceId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -41,7 +41,7 @@ export interface DeleteConnectionAliasCommandOutput extends DeleteConnectionAlia
|
|
|
41
41
|
* import { WorkSpacesClient, DeleteConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
42
42
|
* // const { WorkSpacesClient, DeleteConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
43
43
|
* const client = new WorkSpacesClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // DeleteConnectionAliasRequest
|
|
45
45
|
* AliasId: "STRING_VALUE", // required
|
|
46
46
|
* };
|
|
47
47
|
* const command = new DeleteConnectionAliasCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteIpGroupCommandOutput extends DeleteIpGroupResult, __Metad
|
|
|
27
27
|
* import { WorkSpacesClient, DeleteIpGroupCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
28
28
|
* // const { WorkSpacesClient, DeleteIpGroupCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
29
29
|
* const client = new WorkSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteIpGroupRequest
|
|
31
31
|
* GroupId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteIpGroupCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResult, __MetadataBea
|
|
|
26
26
|
* import { WorkSpacesClient, DeleteTagsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, DeleteTagsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteTagsRequest
|
|
30
30
|
* ResourceId: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DeleteWorkspaceBundleCommandOutput extends DeleteWorkspaceBundl
|
|
|
28
28
|
* import { WorkSpacesClient, DeleteWorkspaceBundleCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
29
|
* // const { WorkSpacesClient, DeleteWorkspaceBundleCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
30
|
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteWorkspaceBundleRequest
|
|
32
32
|
* BundleId: "STRING_VALUE",
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteWorkspaceBundleCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteWorkspaceImageCommandOutput extends DeleteWorkspaceImageR
|
|
|
28
28
|
* import { WorkSpacesClient, DeleteWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
29
|
* // const { WorkSpacesClient, DeleteWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
30
|
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteWorkspaceImageRequest
|
|
32
32
|
* ImageId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteWorkspaceImageCommand(input);
|
|
@@ -39,7 +39,7 @@ export interface DeregisterWorkspaceDirectoryCommandOutput extends DeregisterWor
|
|
|
39
39
|
* import { WorkSpacesClient, DeregisterWorkspaceDirectoryCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
40
40
|
* // const { WorkSpacesClient, DeregisterWorkspaceDirectoryCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
41
41
|
* const client = new WorkSpacesClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // DeregisterWorkspaceDirectoryRequest
|
|
43
43
|
* DirectoryId: "STRING_VALUE", // required
|
|
44
44
|
* };
|
|
45
45
|
* const command = new DeregisterWorkspaceDirectoryCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeAccountModificationsCommandOutput extends DescribeAccou
|
|
|
27
27
|
* import { WorkSpacesClient, DescribeAccountModificationsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
28
28
|
* // const { WorkSpacesClient, DescribeAccountModificationsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
29
29
|
* const client = new WorkSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeAccountModificationsRequest
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeAccountModificationsCommand(input);
|
|
@@ -33,7 +33,7 @@ export interface DescribeClientBrandingCommandOutput extends DescribeClientBrand
|
|
|
33
33
|
* import { WorkSpacesClient, DescribeClientBrandingCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
34
34
|
* // const { WorkSpacesClient, DescribeClientBrandingCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
35
35
|
* const client = new WorkSpacesClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // DescribeClientBrandingRequest
|
|
37
37
|
* ResourceId: "STRING_VALUE", // required
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DescribeClientBrandingCommand(input);
|
|
@@ -26,8 +26,8 @@ export interface DescribeClientPropertiesCommandOutput extends DescribeClientPro
|
|
|
26
26
|
* import { WorkSpacesClient, DescribeClientPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, DescribeClientPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ResourceIds: [ // required
|
|
29
|
+
* const input = { // DescribeClientPropertiesRequest
|
|
30
|
+
* ResourceIds: [ // ResourceIdList // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeConnectClientAddInsCommandOutput extends DescribeConnec
|
|
|
26
26
|
* import { WorkSpacesClient, DescribeConnectClientAddInsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, DescribeConnectClientAddInsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeConnectClientAddInsRequest
|
|
30
30
|
* ResourceId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -29,7 +29,7 @@ export interface DescribeConnectionAliasPermissionsCommandOutput extends Describ
|
|
|
29
29
|
* import { WorkSpacesClient, DescribeConnectionAliasPermissionsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
30
30
|
* // const { WorkSpacesClient, DescribeConnectionAliasPermissionsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
31
31
|
* const client = new WorkSpacesClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DescribeConnectionAliasPermissionsRequest
|
|
33
33
|
* AliasId: "STRING_VALUE", // required
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
35
35
|
* MaxResults: Number("int"),
|
|
@@ -28,8 +28,8 @@ export interface DescribeConnectionAliasesCommandOutput extends DescribeConnecti
|
|
|
28
28
|
* import { WorkSpacesClient, DescribeConnectionAliasesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
29
|
* // const { WorkSpacesClient, DescribeConnectionAliasesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
30
|
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* AliasIds: [
|
|
31
|
+
* const input = { // DescribeConnectionAliasesRequest
|
|
32
|
+
* AliasIds: [ // ConnectionAliasIdList
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* ResourceId: "STRING_VALUE",
|
|
@@ -26,8 +26,8 @@ export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, _
|
|
|
26
26
|
* import { WorkSpacesClient, DescribeIpGroupsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, DescribeIpGroupsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* GroupIds: [
|
|
29
|
+
* const input = { // DescribeIpGroupsRequest
|
|
30
|
+
* GroupIds: [ // IpGroupIdList
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResult, __Metadat
|
|
|
26
26
|
* import { WorkSpacesClient, DescribeTagsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, DescribeTagsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeTagsRequest
|
|
30
30
|
* ResourceId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeTagsCommand(input);
|
|
@@ -27,8 +27,8 @@ export interface DescribeWorkspaceBundlesCommandOutput extends DescribeWorkspace
|
|
|
27
27
|
* import { WorkSpacesClient, DescribeWorkspaceBundlesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
28
28
|
* // const { WorkSpacesClient, DescribeWorkspaceBundlesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
29
29
|
* const client = new WorkSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* BundleIds: [
|
|
30
|
+
* const input = { // DescribeWorkspaceBundlesRequest
|
|
31
|
+
* BundleIds: [ // BundleIdList
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* Owner: "STRING_VALUE",
|
|
@@ -26,8 +26,8 @@ export interface DescribeWorkspaceDirectoriesCommandOutput extends DescribeWorks
|
|
|
26
26
|
* import { WorkSpacesClient, DescribeWorkspaceDirectoriesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, DescribeWorkspaceDirectoriesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* DirectoryIds: [
|
|
29
|
+
* const input = { // DescribeWorkspaceDirectoriesRequest
|
|
30
|
+
* DirectoryIds: [ // DirectoryIdList
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* Limit: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface DescribeWorkspaceImagePermissionsCommandOutput extends Describe
|
|
|
26
26
|
* import { WorkSpacesClient, DescribeWorkspaceImagePermissionsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, DescribeWorkspaceImagePermissionsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeWorkspaceImagePermissionsRequest
|
|
30
30
|
* ImageId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -27,8 +27,8 @@ export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceI
|
|
|
27
27
|
* import { WorkSpacesClient, DescribeWorkspaceImagesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
28
28
|
* // const { WorkSpacesClient, DescribeWorkspaceImagesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
29
29
|
* const client = new WorkSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* ImageIds: [
|
|
30
|
+
* const input = { // DescribeWorkspaceImagesRequest
|
|
31
|
+
* ImageIds: [ // WorkspaceImageIdList
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* ImageType: "OWNED" || "SHARED",
|
|
@@ -26,7 +26,7 @@ export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspa
|
|
|
26
26
|
* import { WorkSpacesClient, DescribeWorkspaceSnapshotsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, DescribeWorkspaceSnapshotsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeWorkspaceSnapshotsRequest
|
|
30
30
|
* WorkspaceId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeWorkspaceSnapshotsCommand(input);
|
|
@@ -28,8 +28,8 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul
|
|
|
28
28
|
* import { WorkSpacesClient, DescribeWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
29
|
* // const { WorkSpacesClient, DescribeWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
30
|
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* WorkspaceIds: [
|
|
31
|
+
* const input = { // DescribeWorkspacesRequest
|
|
32
|
+
* WorkspaceIds: [ // WorkspaceIdList
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* DirectoryId: "STRING_VALUE",
|
|
@@ -26,8 +26,8 @@ export interface DescribeWorkspacesConnectionStatusCommandOutput extends Describ
|
|
|
26
26
|
* import { WorkSpacesClient, DescribeWorkspacesConnectionStatusCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, DescribeWorkspacesConnectionStatusCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* WorkspaceIds: [
|
|
29
|
+
* const input = { // DescribeWorkspacesConnectionStatusRequest
|
|
30
|
+
* WorkspaceIds: [ // WorkspaceIdList
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -34,7 +34,7 @@ export interface DisassociateConnectionAliasCommandOutput extends DisassociateCo
|
|
|
34
34
|
* import { WorkSpacesClient, DisassociateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesClient, DisassociateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
36
36
|
* const client = new WorkSpacesClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // DisassociateConnectionAliasRequest
|
|
38
38
|
* AliasId: "STRING_VALUE", // required
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DisassociateConnectionAliasCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsR
|
|
|
26
26
|
* import { WorkSpacesClient, DisassociateIpGroupsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, DisassociateIpGroupsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DisassociateIpGroupsRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
|
-
* GroupIds: [ // required
|
|
31
|
+
* GroupIds: [ // IpGroupIdList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -53,14 +53,14 @@ export interface ImportClientBrandingCommandOutput extends ImportClientBrandingR
|
|
|
53
53
|
* import { WorkSpacesClient, ImportClientBrandingCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
54
54
|
* // const { WorkSpacesClient, ImportClientBrandingCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
55
55
|
* const client = new WorkSpacesClient(config);
|
|
56
|
-
* const input = {
|
|
56
|
+
* const input = { // ImportClientBrandingRequest
|
|
57
57
|
* ResourceId: "STRING_VALUE", // required
|
|
58
|
-
* DeviceTypeWindows: {
|
|
58
|
+
* DeviceTypeWindows: { // DefaultImportClientBrandingAttributes
|
|
59
59
|
* Logo: "BLOB_VALUE",
|
|
60
60
|
* SupportEmail: "STRING_VALUE",
|
|
61
61
|
* SupportLink: "STRING_VALUE",
|
|
62
62
|
* ForgotPasswordLink: "STRING_VALUE",
|
|
63
|
-
* LoginMessage: {
|
|
63
|
+
* LoginMessage: { // LoginMessage
|
|
64
64
|
* "<keys>": "STRING_VALUE",
|
|
65
65
|
* },
|
|
66
66
|
* },
|
|
@@ -82,7 +82,7 @@ export interface ImportClientBrandingCommandOutput extends ImportClientBrandingR
|
|
|
82
82
|
* "<keys>": "STRING_VALUE",
|
|
83
83
|
* },
|
|
84
84
|
* },
|
|
85
|
-
* DeviceTypeIos: {
|
|
85
|
+
* DeviceTypeIos: { // IosImportClientBrandingAttributes
|
|
86
86
|
* Logo: "BLOB_VALUE",
|
|
87
87
|
* Logo2x: "BLOB_VALUE",
|
|
88
88
|
* Logo3x: "BLOB_VALUE",
|
|
@@ -107,9 +107,7 @@ export interface ImportClientBrandingCommandOutput extends ImportClientBrandingR
|
|
|
107
107
|
* SupportEmail: "STRING_VALUE",
|
|
108
108
|
* SupportLink: "STRING_VALUE",
|
|
109
109
|
* ForgotPasswordLink: "STRING_VALUE",
|
|
110
|
-
* LoginMessage:
|
|
111
|
-
* "<keys>": "STRING_VALUE",
|
|
112
|
-
* },
|
|
110
|
+
* LoginMessage: "<LoginMessage>",
|
|
113
111
|
* },
|
|
114
112
|
* };
|
|
115
113
|
* const command = new ImportClientBrandingCommand(input);
|
|
@@ -30,18 +30,18 @@ export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageR
|
|
|
30
30
|
* import { WorkSpacesClient, ImportWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
31
31
|
* // const { WorkSpacesClient, ImportWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
32
32
|
* const client = new WorkSpacesClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ImportWorkspaceImageRequest
|
|
34
34
|
* Ec2ImageId: "STRING_VALUE", // required
|
|
35
35
|
* IngestionProcess: "BYOL_REGULAR" || "BYOL_GRAPHICS" || "BYOL_GRAPHICSPRO" || "BYOL_GRAPHICS_G4DN" || "BYOL_REGULAR_WSP" || "BYOL_REGULAR_BYOP" || "BYOL_GRAPHICS_G4DN_BYOP", // required
|
|
36
36
|
* ImageName: "STRING_VALUE", // required
|
|
37
37
|
* ImageDescription: "STRING_VALUE", // required
|
|
38
|
-
* Tags: [
|
|
39
|
-
* {
|
|
38
|
+
* Tags: [ // TagList
|
|
39
|
+
* { // Tag
|
|
40
40
|
* Key: "STRING_VALUE", // required
|
|
41
41
|
* Value: "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
43
|
* ],
|
|
44
|
-
* Applications: [
|
|
44
|
+
* Applications: [ // ApplicationList
|
|
45
45
|
* "Microsoft_Office_2016" || "Microsoft_Office_2019",
|
|
46
46
|
* ],
|
|
47
47
|
* };
|
|
@@ -33,7 +33,7 @@ export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvai
|
|
|
33
33
|
* import { WorkSpacesClient, ListAvailableManagementCidrRangesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
34
34
|
* // const { WorkSpacesClient, ListAvailableManagementCidrRangesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
35
35
|
* const client = new WorkSpacesClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // ListAvailableManagementCidrRangesRequest
|
|
37
37
|
* ManagementCidrRangeConstraint: "STRING_VALUE", // required
|
|
38
38
|
* MaxResults: Number("int"),
|
|
39
39
|
* NextToken: "STRING_VALUE",
|
|
@@ -36,7 +36,7 @@ export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, _
|
|
|
36
36
|
* import { WorkSpacesClient, MigrateWorkspaceCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
37
37
|
* // const { WorkSpacesClient, MigrateWorkspaceCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
38
38
|
* const client = new WorkSpacesClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // MigrateWorkspaceRequest
|
|
40
40
|
* SourceWorkspaceId: "STRING_VALUE", // required
|
|
41
41
|
* BundleId: "STRING_VALUE", // required
|
|
42
42
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ModifyAccountCommandOutput extends ModifyAccountResult, __Metad
|
|
|
27
27
|
* import { WorkSpacesClient, ModifyAccountCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
28
28
|
* // const { WorkSpacesClient, ModifyAccountCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
29
29
|
* const client = new WorkSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ModifyAccountRequest
|
|
31
31
|
* DedicatedTenancySupport: "ENABLED",
|
|
32
32
|
* DedicatedTenancyManagementCidrRange: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -27,13 +27,13 @@ export interface ModifyCertificateBasedAuthPropertiesCommandOutput extends Modif
|
|
|
27
27
|
* import { WorkSpacesClient, ModifyCertificateBasedAuthPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
28
28
|
* // const { WorkSpacesClient, ModifyCertificateBasedAuthPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
29
29
|
* const client = new WorkSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ModifyCertificateBasedAuthPropertiesRequest
|
|
31
31
|
* ResourceId: "STRING_VALUE", // required
|
|
32
|
-
* CertificateBasedAuthProperties: {
|
|
32
|
+
* CertificateBasedAuthProperties: { // CertificateBasedAuthProperties
|
|
33
33
|
* Status: "DISABLED" || "ENABLED",
|
|
34
34
|
* CertificateAuthorityArn: "STRING_VALUE",
|
|
35
35
|
* },
|
|
36
|
-
* PropertiesToDelete: [
|
|
36
|
+
* PropertiesToDelete: [ // DeletableCertificateBasedAuthPropertiesList
|
|
37
37
|
* "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN",
|
|
38
38
|
* ],
|
|
39
39
|
* };
|
|
@@ -26,9 +26,9 @@ export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropert
|
|
|
26
26
|
* import { WorkSpacesClient, ModifyClientPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, ModifyClientPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ModifyClientPropertiesRequest
|
|
30
30
|
* ResourceId: "STRING_VALUE", // required
|
|
31
|
-
* ClientProperties: {
|
|
31
|
+
* ClientProperties: { // ClientProperties
|
|
32
32
|
* ReconnectEnabled: "ENABLED" || "DISABLED",
|
|
33
33
|
* LogUploadEnabled: "ENABLED" || "DISABLED",
|
|
34
34
|
* },
|
|
@@ -28,14 +28,14 @@ export interface ModifySamlPropertiesCommandOutput extends ModifySamlPropertiesR
|
|
|
28
28
|
* import { WorkSpacesClient, ModifySamlPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
29
|
* // const { WorkSpacesClient, ModifySamlPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
30
|
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ModifySamlPropertiesRequest
|
|
32
32
|
* ResourceId: "STRING_VALUE", // required
|
|
33
|
-
* SamlProperties: {
|
|
33
|
+
* SamlProperties: { // SamlProperties
|
|
34
34
|
* Status: "DISABLED" || "ENABLED" || "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK",
|
|
35
35
|
* UserAccessUrl: "STRING_VALUE",
|
|
36
36
|
* RelayStateParameterName: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
|
-
* PropertiesToDelete: [
|
|
38
|
+
* PropertiesToDelete: [ // DeletableSamlPropertiesList
|
|
39
39
|
* "SAML_PROPERTIES_USER_ACCESS_URL" || "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME",
|
|
40
40
|
* ],
|
|
41
41
|
* };
|
|
@@ -27,9 +27,9 @@ export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfser
|
|
|
27
27
|
* import { WorkSpacesClient, ModifySelfservicePermissionsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
28
28
|
* // const { WorkSpacesClient, ModifySelfservicePermissionsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
29
29
|
* const client = new WorkSpacesClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ModifySelfservicePermissionsRequest
|
|
31
31
|
* ResourceId: "STRING_VALUE", // required
|
|
32
|
-
* SelfservicePermissions: {
|
|
32
|
+
* SelfservicePermissions: { // SelfservicePermissions
|
|
33
33
|
* RestartWorkspace: "ENABLED" || "DISABLED",
|
|
34
34
|
* IncreaseVolumeSize: "ENABLED" || "DISABLED",
|
|
35
35
|
* ChangeComputeType: "ENABLED" || "DISABLED",
|
|
@@ -28,9 +28,9 @@ export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWork
|
|
|
28
28
|
* import { WorkSpacesClient, ModifyWorkspaceAccessPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
29
|
* // const { WorkSpacesClient, ModifyWorkspaceAccessPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
30
|
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ModifyWorkspaceAccessPropertiesRequest
|
|
32
32
|
* ResourceId: "STRING_VALUE", // required
|
|
33
|
-
* WorkspaceAccessProperties: {
|
|
33
|
+
* WorkspaceAccessProperties: { // WorkspaceAccessProperties
|
|
34
34
|
* DeviceTypeWindows: "ALLOW" || "DENY",
|
|
35
35
|
* DeviceTypeOsx: "ALLOW" || "DENY",
|
|
36
36
|
* DeviceTypeWeb: "ALLOW" || "DENY",
|
|
@@ -26,9 +26,9 @@ export interface ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWo
|
|
|
26
26
|
* import { WorkSpacesClient, ModifyWorkspaceCreationPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, ModifyWorkspaceCreationPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ModifyWorkspaceCreationPropertiesRequest
|
|
30
30
|
* ResourceId: "STRING_VALUE", // required
|
|
31
|
-
* WorkspaceCreationProperties: {
|
|
31
|
+
* WorkspaceCreationProperties: { // WorkspaceCreationProperties
|
|
32
32
|
* EnableWorkDocs: true || false,
|
|
33
33
|
* EnableInternetAccess: true || false,
|
|
34
34
|
* DefaultOu: "STRING_VALUE",
|
|
@@ -34,15 +34,15 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP
|
|
|
34
34
|
* import { WorkSpacesClient, ModifyWorkspacePropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesClient, ModifyWorkspacePropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
36
36
|
* const client = new WorkSpacesClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // ModifyWorkspacePropertiesRequest
|
|
38
38
|
* WorkspaceId: "STRING_VALUE", // required
|
|
39
|
-
* WorkspaceProperties: {
|
|
39
|
+
* WorkspaceProperties: { // WorkspaceProperties
|
|
40
40
|
* RunningMode: "AUTO_STOP" || "ALWAYS_ON" || "MANUAL",
|
|
41
41
|
* RunningModeAutoStopTimeoutInMinutes: Number("int"),
|
|
42
42
|
* RootVolumeSizeGib: Number("int"),
|
|
43
43
|
* UserVolumeSizeGib: Number("int"),
|
|
44
44
|
* ComputeTypeName: "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
|
|
45
|
-
* Protocols: [
|
|
45
|
+
* Protocols: [ // ProtocolList
|
|
46
46
|
* "PCOIP" || "WSP",
|
|
47
47
|
* ],
|
|
48
48
|
* },
|
|
@@ -31,7 +31,7 @@ export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateR
|
|
|
31
31
|
* import { WorkSpacesClient, ModifyWorkspaceStateCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
32
32
|
* // const { WorkSpacesClient, ModifyWorkspaceStateCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
33
33
|
* const client = new WorkSpacesClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // ModifyWorkspaceStateRequest
|
|
35
35
|
* WorkspaceId: "STRING_VALUE", // required
|
|
36
36
|
* WorkspaceState: "AVAILABLE" || "ADMIN_MAINTENANCE", // required
|
|
37
37
|
* };
|
|
@@ -29,9 +29,9 @@ export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, _
|
|
|
29
29
|
* import { WorkSpacesClient, RebootWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
30
30
|
* // const { WorkSpacesClient, RebootWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
31
31
|
* const client = new WorkSpacesClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* RebootWorkspaceRequests: [ // required
|
|
34
|
-
* {
|
|
32
|
+
* const input = { // RebootWorkspacesRequest
|
|
33
|
+
* RebootWorkspaceRequests: [ // RebootWorkspaceRequests // required
|
|
34
|
+
* { // RebootRequest
|
|
35
35
|
* WorkspaceId: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
37
37
|
* ],
|
|
@@ -34,9 +34,9 @@ export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult,
|
|
|
34
34
|
* import { WorkSpacesClient, RebuildWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesClient, RebuildWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
36
36
|
* const client = new WorkSpacesClient(config);
|
|
37
|
-
* const input = {
|
|
38
|
-
* RebuildWorkspaceRequests: [ // required
|
|
39
|
-
* {
|
|
37
|
+
* const input = { // RebuildWorkspacesRequest
|
|
38
|
+
* RebuildWorkspaceRequests: [ // RebuildWorkspaceRequests // required
|
|
39
|
+
* { // RebuildRequest
|
|
40
40
|
* WorkspaceId: "STRING_VALUE", // required
|
|
41
41
|
* },
|
|
42
42
|
* ],
|
|
@@ -30,16 +30,16 @@ export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspa
|
|
|
30
30
|
* import { WorkSpacesClient, RegisterWorkspaceDirectoryCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
31
31
|
* // const { WorkSpacesClient, RegisterWorkspaceDirectoryCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
32
32
|
* const client = new WorkSpacesClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // RegisterWorkspaceDirectoryRequest
|
|
34
34
|
* DirectoryId: "STRING_VALUE", // required
|
|
35
|
-
* SubnetIds: [
|
|
35
|
+
* SubnetIds: [ // SubnetIds
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* EnableWorkDocs: true || false, // required
|
|
39
39
|
* EnableSelfService: true || false,
|
|
40
40
|
* Tenancy: "DEDICATED" || "SHARED",
|
|
41
|
-
* Tags: [
|
|
42
|
-
* {
|
|
41
|
+
* Tags: [ // TagList
|
|
42
|
+
* { // Tag
|
|
43
43
|
* Key: "STRING_VALUE", // required
|
|
44
44
|
* Value: "STRING_VALUE",
|
|
45
45
|
* },
|
|
@@ -33,7 +33,7 @@ export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, _
|
|
|
33
33
|
* import { WorkSpacesClient, RestoreWorkspaceCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
34
34
|
* // const { WorkSpacesClient, RestoreWorkspaceCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
35
35
|
* const client = new WorkSpacesClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // RestoreWorkspaceRequest
|
|
37
37
|
* WorkspaceId: "STRING_VALUE", // required
|
|
38
38
|
* };
|
|
39
39
|
* const command = new RestoreWorkspaceCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __Metad
|
|
|
26
26
|
* import { WorkSpacesClient, RevokeIpRulesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, RevokeIpRulesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // RevokeIpRulesRequest
|
|
30
30
|
* GroupId: "STRING_VALUE", // required
|
|
31
|
-
* UserRules: [ // required
|
|
31
|
+
* UserRules: [ // IpRevokedRuleList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|