@aws-sdk/client-workspaces 3.934.0 → 3.936.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/index.js +532 -532
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +461 -0
- package/dist-es/models/errors.js +285 -0
- package/dist-es/models/models_0.js +1 -706
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +1053 -0
- package/dist-types/models/errors.d.ts +305 -0
- package/dist-types/models/models_0.d.ts +711 -1305
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +597 -0
- package/dist-types/ts3.4/models/errors.d.ts +192 -0
- package/dist-types/ts3.4/models/models_0.d.ts +247 -753
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -41
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -766
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -231
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ModifySelfservicePermissionsRequest,
|
|
5
|
+
ModifySelfservicePermissionsResult,
|
|
6
|
+
} from "../models/models_0";
|
|
5
7
|
import {
|
|
6
8
|
ServiceInputTypes,
|
|
7
9
|
ServiceOutputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ModifyWorkspaceAccessPropertiesRequest,
|
|
5
5
|
ModifyWorkspaceAccessPropertiesResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
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
|
ModifyWorkspaceCreationPropertiesRequest,
|
|
5
5
|
ModifyWorkspaceCreationPropertiesResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
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
|
RejectAccountLinkInvitationRequest,
|
|
5
5
|
RejectAccountLinkInvitationResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
ServiceInputTypes,
|
|
9
9
|
ServiceOutputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/
|
|
3
|
+
import { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0";
|
|
4
4
|
import {
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
TerminateWorkspacesPoolSessionRequest,
|
|
5
5
|
TerminateWorkspacesPoolSessionResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
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
|
UpdateConnectionAliasPermissionRequest,
|
|
5
5
|
UpdateConnectionAliasPermissionResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
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_0";
|
|
7
7
|
import {
|
|
8
8
|
ServiceInputTypes,
|
|
9
9
|
ServiceOutputTypes,
|
|
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { WorkSpacesExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
9
11
|
export { WorkSpacesServiceException } from "./models/WorkSpacesServiceException";
|