@aws-sdk/client-workspaces 3.1019.0 → 3.1021.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-es/WorkSpaces.js +2 -2
- package/dist-types/WorkSpaces.d.ts +91 -91
- package/dist-types/WorkSpacesClient.d.ts +94 -94
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeApplicationAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccountLinksPaginator.d.ts +1 -1
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
package/dist-es/WorkSpaces.js
CHANGED
|
@@ -10,7 +10,7 @@ import { CreateConnectClientAddInCommand, } from "./commands/CreateConnectClient
|
|
|
10
10
|
import { CreateConnectionAliasCommand, } from "./commands/CreateConnectionAliasCommand";
|
|
11
11
|
import { CreateIpGroupCommand, } from "./commands/CreateIpGroupCommand";
|
|
12
12
|
import { CreateStandbyWorkspacesCommand, } from "./commands/CreateStandbyWorkspacesCommand";
|
|
13
|
-
import { CreateTagsCommand } from "./commands/CreateTagsCommand";
|
|
13
|
+
import { CreateTagsCommand, } from "./commands/CreateTagsCommand";
|
|
14
14
|
import { CreateUpdatedWorkspaceImageCommand, } from "./commands/CreateUpdatedWorkspaceImageCommand";
|
|
15
15
|
import { CreateWorkspaceBundleCommand, } from "./commands/CreateWorkspaceBundleCommand";
|
|
16
16
|
import { CreateWorkspaceImageCommand, } from "./commands/CreateWorkspaceImageCommand";
|
|
@@ -21,7 +21,7 @@ import { DeleteClientBrandingCommand, } from "./commands/DeleteClientBrandingCom
|
|
|
21
21
|
import { DeleteConnectClientAddInCommand, } from "./commands/DeleteConnectClientAddInCommand";
|
|
22
22
|
import { DeleteConnectionAliasCommand, } from "./commands/DeleteConnectionAliasCommand";
|
|
23
23
|
import { DeleteIpGroupCommand, } from "./commands/DeleteIpGroupCommand";
|
|
24
|
-
import { DeleteTagsCommand } from "./commands/DeleteTagsCommand";
|
|
24
|
+
import { DeleteTagsCommand, } from "./commands/DeleteTagsCommand";
|
|
25
25
|
import { DeleteWorkspaceBundleCommand, } from "./commands/DeleteWorkspaceBundleCommand";
|
|
26
26
|
import { DeleteWorkspaceImageCommand, } from "./commands/DeleteWorkspaceImageCommand";
|
|
27
27
|
import { DeployWorkspaceApplicationsCommand, } from "./commands/DeployWorkspaceApplicationsCommand";
|
|
@@ -1,95 +1,95 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { AcceptAccountLinkInvitationCommandInput, AcceptAccountLinkInvitationCommandOutput } from "./commands/AcceptAccountLinkInvitationCommand";
|
|
3
|
-
import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
|
|
4
|
-
import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
|
|
5
|
-
import { AssociateWorkspaceApplicationCommandInput, AssociateWorkspaceApplicationCommandOutput } from "./commands/AssociateWorkspaceApplicationCommand";
|
|
6
|
-
import { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "./commands/AuthorizeIpRulesCommand";
|
|
7
|
-
import { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "./commands/CopyWorkspaceImageCommand";
|
|
8
|
-
import { CreateAccountLinkInvitationCommandInput, CreateAccountLinkInvitationCommandOutput } from "./commands/CreateAccountLinkInvitationCommand";
|
|
9
|
-
import { CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput } from "./commands/CreateConnectClientAddInCommand";
|
|
10
|
-
import { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "./commands/CreateConnectionAliasCommand";
|
|
11
|
-
import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "./commands/CreateIpGroupCommand";
|
|
12
|
-
import { CreateStandbyWorkspacesCommandInput, CreateStandbyWorkspacesCommandOutput } from "./commands/CreateStandbyWorkspacesCommand";
|
|
13
|
-
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
14
|
-
import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "./commands/CreateUpdatedWorkspaceImageCommand";
|
|
15
|
-
import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
|
|
16
|
-
import { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "./commands/CreateWorkspaceImageCommand";
|
|
17
|
-
import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
|
|
18
|
-
import { CreateWorkspacesPoolCommandInput, CreateWorkspacesPoolCommandOutput } from "./commands/CreateWorkspacesPoolCommand";
|
|
19
|
-
import { DeleteAccountLinkInvitationCommandInput, DeleteAccountLinkInvitationCommandOutput } from "./commands/DeleteAccountLinkInvitationCommand";
|
|
20
|
-
import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "./commands/DeleteClientBrandingCommand";
|
|
21
|
-
import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
|
|
22
|
-
import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
|
|
23
|
-
import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
|
|
24
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
25
|
-
import { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
|
|
26
|
-
import { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
|
|
27
|
-
import { DeployWorkspaceApplicationsCommandInput, DeployWorkspaceApplicationsCommandOutput } from "./commands/DeployWorkspaceApplicationsCommand";
|
|
28
|
-
import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
|
|
29
|
-
import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
|
|
30
|
-
import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
|
|
31
|
-
import { DescribeApplicationAssociationsCommandInput, DescribeApplicationAssociationsCommandOutput } from "./commands/DescribeApplicationAssociationsCommand";
|
|
32
|
-
import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "./commands/DescribeApplicationsCommand";
|
|
33
|
-
import { DescribeBundleAssociationsCommandInput, DescribeBundleAssociationsCommandOutput } from "./commands/DescribeBundleAssociationsCommand";
|
|
34
|
-
import { DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput } from "./commands/DescribeClientBrandingCommand";
|
|
35
|
-
import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
|
|
36
|
-
import { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "./commands/DescribeConnectClientAddInsCommand";
|
|
37
|
-
import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
|
|
38
|
-
import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
|
|
39
|
-
import { DescribeCustomWorkspaceImageImportCommandInput, DescribeCustomWorkspaceImageImportCommandOutput } from "./commands/DescribeCustomWorkspaceImageImportCommand";
|
|
40
|
-
import { DescribeImageAssociationsCommandInput, DescribeImageAssociationsCommandOutput } from "./commands/DescribeImageAssociationsCommand";
|
|
41
|
-
import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
|
|
42
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
43
|
-
import { DescribeWorkspaceAssociationsCommandInput, DescribeWorkspaceAssociationsCommandOutput } from "./commands/DescribeWorkspaceAssociationsCommand";
|
|
44
|
-
import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
|
|
45
|
-
import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
|
|
46
|
-
import { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
|
|
47
|
-
import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
|
|
48
|
-
import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
|
|
49
|
-
import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
|
|
50
|
-
import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
51
|
-
import { DescribeWorkspacesPoolsCommandInput, DescribeWorkspacesPoolsCommandOutput } from "./commands/DescribeWorkspacesPoolsCommand";
|
|
52
|
-
import { DescribeWorkspacesPoolSessionsCommandInput, DescribeWorkspacesPoolSessionsCommandOutput } from "./commands/DescribeWorkspacesPoolSessionsCommand";
|
|
53
|
-
import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
|
|
54
|
-
import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
|
|
55
|
-
import { DisassociateWorkspaceApplicationCommandInput, DisassociateWorkspaceApplicationCommandOutput } from "./commands/DisassociateWorkspaceApplicationCommand";
|
|
56
|
-
import { GetAccountLinkCommandInput, GetAccountLinkCommandOutput } from "./commands/GetAccountLinkCommand";
|
|
57
|
-
import { ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput } from "./commands/ImportClientBrandingCommand";
|
|
58
|
-
import { ImportCustomWorkspaceImageCommandInput, ImportCustomWorkspaceImageCommandOutput } from "./commands/ImportCustomWorkspaceImageCommand";
|
|
59
|
-
import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
|
|
60
|
-
import { ListAccountLinksCommandInput, ListAccountLinksCommandOutput } from "./commands/ListAccountLinksCommand";
|
|
61
|
-
import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
|
|
62
|
-
import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
|
|
63
|
-
import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
|
|
64
|
-
import { ModifyCertificateBasedAuthPropertiesCommandInput, ModifyCertificateBasedAuthPropertiesCommandOutput } from "./commands/ModifyCertificateBasedAuthPropertiesCommand";
|
|
65
|
-
import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
|
|
66
|
-
import { ModifyEndpointEncryptionModeCommandInput, ModifyEndpointEncryptionModeCommandOutput } from "./commands/ModifyEndpointEncryptionModeCommand";
|
|
67
|
-
import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "./commands/ModifySamlPropertiesCommand";
|
|
68
|
-
import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
|
|
69
|
-
import { ModifyStreamingPropertiesCommandInput, ModifyStreamingPropertiesCommandOutput } from "./commands/ModifyStreamingPropertiesCommand";
|
|
70
|
-
import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
71
|
-
import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
72
|
-
import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
|
|
73
|
-
import { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
|
|
74
|
-
import { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
|
|
75
|
-
import { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
|
|
76
|
-
import { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
|
|
77
|
-
import { RejectAccountLinkInvitationCommandInput, RejectAccountLinkInvitationCommandOutput } from "./commands/RejectAccountLinkInvitationCommand";
|
|
78
|
-
import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
|
|
79
|
-
import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
|
|
80
|
-
import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
|
|
81
|
-
import { StartWorkspacesPoolCommandInput, StartWorkspacesPoolCommandOutput } from "./commands/StartWorkspacesPoolCommand";
|
|
82
|
-
import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
|
|
83
|
-
import { StopWorkspacesPoolCommandInput, StopWorkspacesPoolCommandOutput } from "./commands/StopWorkspacesPoolCommand";
|
|
84
|
-
import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
|
|
85
|
-
import { TerminateWorkspacesPoolCommandInput, TerminateWorkspacesPoolCommandOutput } from "./commands/TerminateWorkspacesPoolCommand";
|
|
86
|
-
import { TerminateWorkspacesPoolSessionCommandInput, TerminateWorkspacesPoolSessionCommandOutput } from "./commands/TerminateWorkspacesPoolSessionCommand";
|
|
87
|
-
import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
|
|
88
|
-
import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
89
|
-
import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
|
|
90
|
-
import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
|
|
91
|
-
import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
92
|
-
import { UpdateWorkspacesPoolCommandInput, UpdateWorkspacesPoolCommandOutput } from "./commands/UpdateWorkspacesPoolCommand";
|
|
2
|
+
import { type AcceptAccountLinkInvitationCommandInput, type AcceptAccountLinkInvitationCommandOutput } from "./commands/AcceptAccountLinkInvitationCommand";
|
|
3
|
+
import { type AssociateConnectionAliasCommandInput, type AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
|
|
4
|
+
import { type AssociateIpGroupsCommandInput, type AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
|
|
5
|
+
import { type AssociateWorkspaceApplicationCommandInput, type AssociateWorkspaceApplicationCommandOutput } from "./commands/AssociateWorkspaceApplicationCommand";
|
|
6
|
+
import { type AuthorizeIpRulesCommandInput, type AuthorizeIpRulesCommandOutput } from "./commands/AuthorizeIpRulesCommand";
|
|
7
|
+
import { type CopyWorkspaceImageCommandInput, type CopyWorkspaceImageCommandOutput } from "./commands/CopyWorkspaceImageCommand";
|
|
8
|
+
import { type CreateAccountLinkInvitationCommandInput, type CreateAccountLinkInvitationCommandOutput } from "./commands/CreateAccountLinkInvitationCommand";
|
|
9
|
+
import { type CreateConnectClientAddInCommandInput, type CreateConnectClientAddInCommandOutput } from "./commands/CreateConnectClientAddInCommand";
|
|
10
|
+
import { type CreateConnectionAliasCommandInput, type CreateConnectionAliasCommandOutput } from "./commands/CreateConnectionAliasCommand";
|
|
11
|
+
import { type CreateIpGroupCommandInput, type CreateIpGroupCommandOutput } from "./commands/CreateIpGroupCommand";
|
|
12
|
+
import { type CreateStandbyWorkspacesCommandInput, type CreateStandbyWorkspacesCommandOutput } from "./commands/CreateStandbyWorkspacesCommand";
|
|
13
|
+
import { type CreateTagsCommandInput, type CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
14
|
+
import { type CreateUpdatedWorkspaceImageCommandInput, type CreateUpdatedWorkspaceImageCommandOutput } from "./commands/CreateUpdatedWorkspaceImageCommand";
|
|
15
|
+
import { type CreateWorkspaceBundleCommandInput, type CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
|
|
16
|
+
import { type CreateWorkspaceImageCommandInput, type CreateWorkspaceImageCommandOutput } from "./commands/CreateWorkspaceImageCommand";
|
|
17
|
+
import { type CreateWorkspacesCommandInput, type CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
|
|
18
|
+
import { type CreateWorkspacesPoolCommandInput, type CreateWorkspacesPoolCommandOutput } from "./commands/CreateWorkspacesPoolCommand";
|
|
19
|
+
import { type DeleteAccountLinkInvitationCommandInput, type DeleteAccountLinkInvitationCommandOutput } from "./commands/DeleteAccountLinkInvitationCommand";
|
|
20
|
+
import { type DeleteClientBrandingCommandInput, type DeleteClientBrandingCommandOutput } from "./commands/DeleteClientBrandingCommand";
|
|
21
|
+
import { type DeleteConnectClientAddInCommandInput, type DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
|
|
22
|
+
import { type DeleteConnectionAliasCommandInput, type DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
|
|
23
|
+
import { type DeleteIpGroupCommandInput, type DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
|
|
24
|
+
import { type DeleteTagsCommandInput, type DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
25
|
+
import { type DeleteWorkspaceBundleCommandInput, type DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
|
|
26
|
+
import { type DeleteWorkspaceImageCommandInput, type DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
|
|
27
|
+
import { type DeployWorkspaceApplicationsCommandInput, type DeployWorkspaceApplicationsCommandOutput } from "./commands/DeployWorkspaceApplicationsCommand";
|
|
28
|
+
import { type DeregisterWorkspaceDirectoryCommandInput, type DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
|
|
29
|
+
import { type DescribeAccountCommandInput, type DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
|
|
30
|
+
import { type DescribeAccountModificationsCommandInput, type DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
|
|
31
|
+
import { type DescribeApplicationAssociationsCommandInput, type DescribeApplicationAssociationsCommandOutput } from "./commands/DescribeApplicationAssociationsCommand";
|
|
32
|
+
import { type DescribeApplicationsCommandInput, type DescribeApplicationsCommandOutput } from "./commands/DescribeApplicationsCommand";
|
|
33
|
+
import { type DescribeBundleAssociationsCommandInput, type DescribeBundleAssociationsCommandOutput } from "./commands/DescribeBundleAssociationsCommand";
|
|
34
|
+
import { type DescribeClientBrandingCommandInput, type DescribeClientBrandingCommandOutput } from "./commands/DescribeClientBrandingCommand";
|
|
35
|
+
import { type DescribeClientPropertiesCommandInput, type DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
|
|
36
|
+
import { type DescribeConnectClientAddInsCommandInput, type DescribeConnectClientAddInsCommandOutput } from "./commands/DescribeConnectClientAddInsCommand";
|
|
37
|
+
import { type DescribeConnectionAliasesCommandInput, type DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
|
|
38
|
+
import { type DescribeConnectionAliasPermissionsCommandInput, type DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
|
|
39
|
+
import { type DescribeCustomWorkspaceImageImportCommandInput, type DescribeCustomWorkspaceImageImportCommandOutput } from "./commands/DescribeCustomWorkspaceImageImportCommand";
|
|
40
|
+
import { type DescribeImageAssociationsCommandInput, type DescribeImageAssociationsCommandOutput } from "./commands/DescribeImageAssociationsCommand";
|
|
41
|
+
import { type DescribeIpGroupsCommandInput, type DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
|
|
42
|
+
import { type DescribeTagsCommandInput, type DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
43
|
+
import { type DescribeWorkspaceAssociationsCommandInput, type DescribeWorkspaceAssociationsCommandOutput } from "./commands/DescribeWorkspaceAssociationsCommand";
|
|
44
|
+
import { type DescribeWorkspaceBundlesCommandInput, type DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
|
|
45
|
+
import { type DescribeWorkspaceDirectoriesCommandInput, type DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
|
|
46
|
+
import { type DescribeWorkspaceImagePermissionsCommandInput, type DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
|
|
47
|
+
import { type DescribeWorkspaceImagesCommandInput, type DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
|
|
48
|
+
import { type DescribeWorkspacesCommandInput, type DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
|
|
49
|
+
import { type DescribeWorkspacesConnectionStatusCommandInput, type DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
|
|
50
|
+
import { type DescribeWorkspaceSnapshotsCommandInput, type DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
51
|
+
import { type DescribeWorkspacesPoolsCommandInput, type DescribeWorkspacesPoolsCommandOutput } from "./commands/DescribeWorkspacesPoolsCommand";
|
|
52
|
+
import { type DescribeWorkspacesPoolSessionsCommandInput, type DescribeWorkspacesPoolSessionsCommandOutput } from "./commands/DescribeWorkspacesPoolSessionsCommand";
|
|
53
|
+
import { type DisassociateConnectionAliasCommandInput, type DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
|
|
54
|
+
import { type DisassociateIpGroupsCommandInput, type DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
|
|
55
|
+
import { type DisassociateWorkspaceApplicationCommandInput, type DisassociateWorkspaceApplicationCommandOutput } from "./commands/DisassociateWorkspaceApplicationCommand";
|
|
56
|
+
import { type GetAccountLinkCommandInput, type GetAccountLinkCommandOutput } from "./commands/GetAccountLinkCommand";
|
|
57
|
+
import { type ImportClientBrandingCommandInput, type ImportClientBrandingCommandOutput } from "./commands/ImportClientBrandingCommand";
|
|
58
|
+
import { type ImportCustomWorkspaceImageCommandInput, type ImportCustomWorkspaceImageCommandOutput } from "./commands/ImportCustomWorkspaceImageCommand";
|
|
59
|
+
import { type ImportWorkspaceImageCommandInput, type ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
|
|
60
|
+
import { type ListAccountLinksCommandInput, type ListAccountLinksCommandOutput } from "./commands/ListAccountLinksCommand";
|
|
61
|
+
import { type ListAvailableManagementCidrRangesCommandInput, type ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
|
|
62
|
+
import { type MigrateWorkspaceCommandInput, type MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
|
|
63
|
+
import { type ModifyAccountCommandInput, type ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
|
|
64
|
+
import { type ModifyCertificateBasedAuthPropertiesCommandInput, type ModifyCertificateBasedAuthPropertiesCommandOutput } from "./commands/ModifyCertificateBasedAuthPropertiesCommand";
|
|
65
|
+
import { type ModifyClientPropertiesCommandInput, type ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
|
|
66
|
+
import { type ModifyEndpointEncryptionModeCommandInput, type ModifyEndpointEncryptionModeCommandOutput } from "./commands/ModifyEndpointEncryptionModeCommand";
|
|
67
|
+
import { type ModifySamlPropertiesCommandInput, type ModifySamlPropertiesCommandOutput } from "./commands/ModifySamlPropertiesCommand";
|
|
68
|
+
import { type ModifySelfservicePermissionsCommandInput, type ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
|
|
69
|
+
import { type ModifyStreamingPropertiesCommandInput, type ModifyStreamingPropertiesCommandOutput } from "./commands/ModifyStreamingPropertiesCommand";
|
|
70
|
+
import { type ModifyWorkspaceAccessPropertiesCommandInput, type ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
71
|
+
import { type ModifyWorkspaceCreationPropertiesCommandInput, type ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
72
|
+
import { type ModifyWorkspacePropertiesCommandInput, type ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
|
|
73
|
+
import { type ModifyWorkspaceStateCommandInput, type ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
|
|
74
|
+
import { type RebootWorkspacesCommandInput, type RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
|
|
75
|
+
import { type RebuildWorkspacesCommandInput, type RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
|
|
76
|
+
import { type RegisterWorkspaceDirectoryCommandInput, type RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
|
|
77
|
+
import { type RejectAccountLinkInvitationCommandInput, type RejectAccountLinkInvitationCommandOutput } from "./commands/RejectAccountLinkInvitationCommand";
|
|
78
|
+
import { type RestoreWorkspaceCommandInput, type RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
|
|
79
|
+
import { type RevokeIpRulesCommandInput, type RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
|
|
80
|
+
import { type StartWorkspacesCommandInput, type StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
|
|
81
|
+
import { type StartWorkspacesPoolCommandInput, type StartWorkspacesPoolCommandOutput } from "./commands/StartWorkspacesPoolCommand";
|
|
82
|
+
import { type StopWorkspacesCommandInput, type StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
|
|
83
|
+
import { type StopWorkspacesPoolCommandInput, type StopWorkspacesPoolCommandOutput } from "./commands/StopWorkspacesPoolCommand";
|
|
84
|
+
import { type TerminateWorkspacesCommandInput, type TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
|
|
85
|
+
import { type TerminateWorkspacesPoolCommandInput, type TerminateWorkspacesPoolCommandOutput } from "./commands/TerminateWorkspacesPoolCommand";
|
|
86
|
+
import { type TerminateWorkspacesPoolSessionCommandInput, type TerminateWorkspacesPoolSessionCommandOutput } from "./commands/TerminateWorkspacesPoolSessionCommand";
|
|
87
|
+
import { type UpdateConnectClientAddInCommandInput, type UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
|
|
88
|
+
import { type UpdateConnectionAliasPermissionCommandInput, type UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
89
|
+
import { type UpdateRulesOfIpGroupCommandInput, type UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
|
|
90
|
+
import { type UpdateWorkspaceBundleCommandInput, type UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
|
|
91
|
+
import { type UpdateWorkspaceImagePermissionCommandInput, type UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
92
|
+
import { type UpdateWorkspacesPoolCommandInput, type UpdateWorkspacesPoolCommandOutput } from "./commands/UpdateWorkspacesPoolCommand";
|
|
93
93
|
import { WorkSpacesClient } from "./WorkSpacesClient";
|
|
94
94
|
export interface WorkSpaces {
|
|
95
95
|
/**
|
|
@@ -5,100 +5,100 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AcceptAccountLinkInvitationCommandInput, AcceptAccountLinkInvitationCommandOutput } from "./commands/AcceptAccountLinkInvitationCommand";
|
|
11
|
-
import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
|
|
12
|
-
import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
|
|
13
|
-
import { AssociateWorkspaceApplicationCommandInput, AssociateWorkspaceApplicationCommandOutput } from "./commands/AssociateWorkspaceApplicationCommand";
|
|
14
|
-
import { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "./commands/AuthorizeIpRulesCommand";
|
|
15
|
-
import { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "./commands/CopyWorkspaceImageCommand";
|
|
16
|
-
import { CreateAccountLinkInvitationCommandInput, CreateAccountLinkInvitationCommandOutput } from "./commands/CreateAccountLinkInvitationCommand";
|
|
17
|
-
import { CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput } from "./commands/CreateConnectClientAddInCommand";
|
|
18
|
-
import { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "./commands/CreateConnectionAliasCommand";
|
|
19
|
-
import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "./commands/CreateIpGroupCommand";
|
|
20
|
-
import { CreateStandbyWorkspacesCommandInput, CreateStandbyWorkspacesCommandOutput } from "./commands/CreateStandbyWorkspacesCommand";
|
|
21
|
-
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
22
|
-
import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "./commands/CreateUpdatedWorkspaceImageCommand";
|
|
23
|
-
import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
|
|
24
|
-
import { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "./commands/CreateWorkspaceImageCommand";
|
|
25
|
-
import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
|
|
26
|
-
import { CreateWorkspacesPoolCommandInput, CreateWorkspacesPoolCommandOutput } from "./commands/CreateWorkspacesPoolCommand";
|
|
27
|
-
import { DeleteAccountLinkInvitationCommandInput, DeleteAccountLinkInvitationCommandOutput } from "./commands/DeleteAccountLinkInvitationCommand";
|
|
28
|
-
import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "./commands/DeleteClientBrandingCommand";
|
|
29
|
-
import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
|
|
30
|
-
import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
|
|
31
|
-
import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
|
|
32
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
33
|
-
import { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
|
|
34
|
-
import { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
|
|
35
|
-
import { DeployWorkspaceApplicationsCommandInput, DeployWorkspaceApplicationsCommandOutput } from "./commands/DeployWorkspaceApplicationsCommand";
|
|
36
|
-
import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
|
|
37
|
-
import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
|
|
38
|
-
import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
|
|
39
|
-
import { DescribeApplicationAssociationsCommandInput, DescribeApplicationAssociationsCommandOutput } from "./commands/DescribeApplicationAssociationsCommand";
|
|
40
|
-
import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "./commands/DescribeApplicationsCommand";
|
|
41
|
-
import { DescribeBundleAssociationsCommandInput, DescribeBundleAssociationsCommandOutput } from "./commands/DescribeBundleAssociationsCommand";
|
|
42
|
-
import { DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput } from "./commands/DescribeClientBrandingCommand";
|
|
43
|
-
import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
|
|
44
|
-
import { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "./commands/DescribeConnectClientAddInsCommand";
|
|
45
|
-
import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
|
|
46
|
-
import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
|
|
47
|
-
import { DescribeCustomWorkspaceImageImportCommandInput, DescribeCustomWorkspaceImageImportCommandOutput } from "./commands/DescribeCustomWorkspaceImageImportCommand";
|
|
48
|
-
import { DescribeImageAssociationsCommandInput, DescribeImageAssociationsCommandOutput } from "./commands/DescribeImageAssociationsCommand";
|
|
49
|
-
import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
|
|
50
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
51
|
-
import { DescribeWorkspaceAssociationsCommandInput, DescribeWorkspaceAssociationsCommandOutput } from "./commands/DescribeWorkspaceAssociationsCommand";
|
|
52
|
-
import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
|
|
53
|
-
import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
|
|
54
|
-
import { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
|
|
55
|
-
import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
|
|
56
|
-
import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
|
|
57
|
-
import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
|
|
58
|
-
import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
59
|
-
import { DescribeWorkspacesPoolsCommandInput, DescribeWorkspacesPoolsCommandOutput } from "./commands/DescribeWorkspacesPoolsCommand";
|
|
60
|
-
import { DescribeWorkspacesPoolSessionsCommandInput, DescribeWorkspacesPoolSessionsCommandOutput } from "./commands/DescribeWorkspacesPoolSessionsCommand";
|
|
61
|
-
import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
|
|
62
|
-
import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
|
|
63
|
-
import { DisassociateWorkspaceApplicationCommandInput, DisassociateWorkspaceApplicationCommandOutput } from "./commands/DisassociateWorkspaceApplicationCommand";
|
|
64
|
-
import { GetAccountLinkCommandInput, GetAccountLinkCommandOutput } from "./commands/GetAccountLinkCommand";
|
|
65
|
-
import { ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput } from "./commands/ImportClientBrandingCommand";
|
|
66
|
-
import { ImportCustomWorkspaceImageCommandInput, ImportCustomWorkspaceImageCommandOutput } from "./commands/ImportCustomWorkspaceImageCommand";
|
|
67
|
-
import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
|
|
68
|
-
import { ListAccountLinksCommandInput, ListAccountLinksCommandOutput } from "./commands/ListAccountLinksCommand";
|
|
69
|
-
import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
|
|
70
|
-
import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
|
|
71
|
-
import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
|
|
72
|
-
import { ModifyCertificateBasedAuthPropertiesCommandInput, ModifyCertificateBasedAuthPropertiesCommandOutput } from "./commands/ModifyCertificateBasedAuthPropertiesCommand";
|
|
73
|
-
import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
|
|
74
|
-
import { ModifyEndpointEncryptionModeCommandInput, ModifyEndpointEncryptionModeCommandOutput } from "./commands/ModifyEndpointEncryptionModeCommand";
|
|
75
|
-
import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "./commands/ModifySamlPropertiesCommand";
|
|
76
|
-
import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
|
|
77
|
-
import { ModifyStreamingPropertiesCommandInput, ModifyStreamingPropertiesCommandOutput } from "./commands/ModifyStreamingPropertiesCommand";
|
|
78
|
-
import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
79
|
-
import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
80
|
-
import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
|
|
81
|
-
import { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
|
|
82
|
-
import { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
|
|
83
|
-
import { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
|
|
84
|
-
import { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
|
|
85
|
-
import { RejectAccountLinkInvitationCommandInput, RejectAccountLinkInvitationCommandOutput } from "./commands/RejectAccountLinkInvitationCommand";
|
|
86
|
-
import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
|
|
87
|
-
import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
|
|
88
|
-
import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
|
|
89
|
-
import { StartWorkspacesPoolCommandInput, StartWorkspacesPoolCommandOutput } from "./commands/StartWorkspacesPoolCommand";
|
|
90
|
-
import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
|
|
91
|
-
import { StopWorkspacesPoolCommandInput, StopWorkspacesPoolCommandOutput } from "./commands/StopWorkspacesPoolCommand";
|
|
92
|
-
import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
|
|
93
|
-
import { TerminateWorkspacesPoolCommandInput, TerminateWorkspacesPoolCommandOutput } from "./commands/TerminateWorkspacesPoolCommand";
|
|
94
|
-
import { TerminateWorkspacesPoolSessionCommandInput, TerminateWorkspacesPoolSessionCommandOutput } from "./commands/TerminateWorkspacesPoolSessionCommand";
|
|
95
|
-
import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
|
|
96
|
-
import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
97
|
-
import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
|
|
98
|
-
import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
|
|
99
|
-
import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
100
|
-
import { UpdateWorkspacesPoolCommandInput, UpdateWorkspacesPoolCommandOutput } from "./commands/UpdateWorkspacesPoolCommand";
|
|
101
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AcceptAccountLinkInvitationCommandInput, AcceptAccountLinkInvitationCommandOutput } from "./commands/AcceptAccountLinkInvitationCommand";
|
|
11
|
+
import type { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
|
|
12
|
+
import type { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
|
|
13
|
+
import type { AssociateWorkspaceApplicationCommandInput, AssociateWorkspaceApplicationCommandOutput } from "./commands/AssociateWorkspaceApplicationCommand";
|
|
14
|
+
import type { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "./commands/AuthorizeIpRulesCommand";
|
|
15
|
+
import type { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "./commands/CopyWorkspaceImageCommand";
|
|
16
|
+
import type { CreateAccountLinkInvitationCommandInput, CreateAccountLinkInvitationCommandOutput } from "./commands/CreateAccountLinkInvitationCommand";
|
|
17
|
+
import type { CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput } from "./commands/CreateConnectClientAddInCommand";
|
|
18
|
+
import type { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "./commands/CreateConnectionAliasCommand";
|
|
19
|
+
import type { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "./commands/CreateIpGroupCommand";
|
|
20
|
+
import type { CreateStandbyWorkspacesCommandInput, CreateStandbyWorkspacesCommandOutput } from "./commands/CreateStandbyWorkspacesCommand";
|
|
21
|
+
import type { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
22
|
+
import type { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "./commands/CreateUpdatedWorkspaceImageCommand";
|
|
23
|
+
import type { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
|
|
24
|
+
import type { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "./commands/CreateWorkspaceImageCommand";
|
|
25
|
+
import type { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
|
|
26
|
+
import type { CreateWorkspacesPoolCommandInput, CreateWorkspacesPoolCommandOutput } from "./commands/CreateWorkspacesPoolCommand";
|
|
27
|
+
import type { DeleteAccountLinkInvitationCommandInput, DeleteAccountLinkInvitationCommandOutput } from "./commands/DeleteAccountLinkInvitationCommand";
|
|
28
|
+
import type { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "./commands/DeleteClientBrandingCommand";
|
|
29
|
+
import type { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
|
|
30
|
+
import type { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
|
|
31
|
+
import type { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
|
|
32
|
+
import type { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
33
|
+
import type { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
|
|
34
|
+
import type { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
|
|
35
|
+
import type { DeployWorkspaceApplicationsCommandInput, DeployWorkspaceApplicationsCommandOutput } from "./commands/DeployWorkspaceApplicationsCommand";
|
|
36
|
+
import type { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
|
|
37
|
+
import type { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
|
|
38
|
+
import type { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
|
|
39
|
+
import type { DescribeApplicationAssociationsCommandInput, DescribeApplicationAssociationsCommandOutput } from "./commands/DescribeApplicationAssociationsCommand";
|
|
40
|
+
import type { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "./commands/DescribeApplicationsCommand";
|
|
41
|
+
import type { DescribeBundleAssociationsCommandInput, DescribeBundleAssociationsCommandOutput } from "./commands/DescribeBundleAssociationsCommand";
|
|
42
|
+
import type { DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput } from "./commands/DescribeClientBrandingCommand";
|
|
43
|
+
import type { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
|
|
44
|
+
import type { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "./commands/DescribeConnectClientAddInsCommand";
|
|
45
|
+
import type { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
|
|
46
|
+
import type { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
|
|
47
|
+
import type { DescribeCustomWorkspaceImageImportCommandInput, DescribeCustomWorkspaceImageImportCommandOutput } from "./commands/DescribeCustomWorkspaceImageImportCommand";
|
|
48
|
+
import type { DescribeImageAssociationsCommandInput, DescribeImageAssociationsCommandOutput } from "./commands/DescribeImageAssociationsCommand";
|
|
49
|
+
import type { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
|
|
50
|
+
import type { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
51
|
+
import type { DescribeWorkspaceAssociationsCommandInput, DescribeWorkspaceAssociationsCommandOutput } from "./commands/DescribeWorkspaceAssociationsCommand";
|
|
52
|
+
import type { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
|
|
53
|
+
import type { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
|
|
54
|
+
import type { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
|
|
55
|
+
import type { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
|
|
56
|
+
import type { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
|
|
57
|
+
import type { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
|
|
58
|
+
import type { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
59
|
+
import type { DescribeWorkspacesPoolsCommandInput, DescribeWorkspacesPoolsCommandOutput } from "./commands/DescribeWorkspacesPoolsCommand";
|
|
60
|
+
import type { DescribeWorkspacesPoolSessionsCommandInput, DescribeWorkspacesPoolSessionsCommandOutput } from "./commands/DescribeWorkspacesPoolSessionsCommand";
|
|
61
|
+
import type { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
|
|
62
|
+
import type { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
|
|
63
|
+
import type { DisassociateWorkspaceApplicationCommandInput, DisassociateWorkspaceApplicationCommandOutput } from "./commands/DisassociateWorkspaceApplicationCommand";
|
|
64
|
+
import type { GetAccountLinkCommandInput, GetAccountLinkCommandOutput } from "./commands/GetAccountLinkCommand";
|
|
65
|
+
import type { ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput } from "./commands/ImportClientBrandingCommand";
|
|
66
|
+
import type { ImportCustomWorkspaceImageCommandInput, ImportCustomWorkspaceImageCommandOutput } from "./commands/ImportCustomWorkspaceImageCommand";
|
|
67
|
+
import type { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
|
|
68
|
+
import type { ListAccountLinksCommandInput, ListAccountLinksCommandOutput } from "./commands/ListAccountLinksCommand";
|
|
69
|
+
import type { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
|
|
70
|
+
import type { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
|
|
71
|
+
import type { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
|
|
72
|
+
import type { ModifyCertificateBasedAuthPropertiesCommandInput, ModifyCertificateBasedAuthPropertiesCommandOutput } from "./commands/ModifyCertificateBasedAuthPropertiesCommand";
|
|
73
|
+
import type { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
|
|
74
|
+
import type { ModifyEndpointEncryptionModeCommandInput, ModifyEndpointEncryptionModeCommandOutput } from "./commands/ModifyEndpointEncryptionModeCommand";
|
|
75
|
+
import type { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "./commands/ModifySamlPropertiesCommand";
|
|
76
|
+
import type { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
|
|
77
|
+
import type { ModifyStreamingPropertiesCommandInput, ModifyStreamingPropertiesCommandOutput } from "./commands/ModifyStreamingPropertiesCommand";
|
|
78
|
+
import type { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
79
|
+
import type { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
80
|
+
import type { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
|
|
81
|
+
import type { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
|
|
82
|
+
import type { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
|
|
83
|
+
import type { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
|
|
84
|
+
import type { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
|
|
85
|
+
import type { RejectAccountLinkInvitationCommandInput, RejectAccountLinkInvitationCommandOutput } from "./commands/RejectAccountLinkInvitationCommand";
|
|
86
|
+
import type { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
|
|
87
|
+
import type { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
|
|
88
|
+
import type { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
|
|
89
|
+
import type { StartWorkspacesPoolCommandInput, StartWorkspacesPoolCommandOutput } from "./commands/StartWorkspacesPoolCommand";
|
|
90
|
+
import type { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
|
|
91
|
+
import type { StopWorkspacesPoolCommandInput, StopWorkspacesPoolCommandOutput } from "./commands/StopWorkspacesPoolCommand";
|
|
92
|
+
import type { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
|
|
93
|
+
import type { TerminateWorkspacesPoolCommandInput, TerminateWorkspacesPoolCommandOutput } from "./commands/TerminateWorkspacesPoolCommand";
|
|
94
|
+
import type { TerminateWorkspacesPoolSessionCommandInput, TerminateWorkspacesPoolSessionCommandOutput } from "./commands/TerminateWorkspacesPoolSessionCommand";
|
|
95
|
+
import type { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
|
|
96
|
+
import type { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
97
|
+
import type { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
|
|
98
|
+
import type { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
|
|
99
|
+
import type { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
100
|
+
import type { UpdateWorkspacesPoolCommandInput, UpdateWorkspacesPoolCommandOutput } from "./commands/UpdateWorkspacesPoolCommand";
|
|
101
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
102
102
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
103
103
|
export { __Client };
|
|
104
104
|
/**
|
|
@@ -207,7 +207,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
207
207
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
208
208
|
* @internal
|
|
209
209
|
*/
|
|
210
|
-
defaultUserAgentProvider?:
|
|
210
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
211
211
|
/**
|
|
212
212
|
* Default credentials provider; Not available in browser runtime.
|
|
213
213
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { WorkSpacesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export * from "./WorkSpacesClient";
|
|
23
23
|
export * from "./WorkSpaces";
|
|
24
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
24
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
25
25
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
26
26
|
export type { WorkSpacesExtensionConfiguration } from "./extensionConfiguration";
|
|
27
27
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessEndpointType, AccessPropertyValue, AccountLinkStatusEnum, AGAModeForDirectoryEnum, AGAModeForWorkSpaceEnum, AGAPreferredProtocolForDirectory, AGAPreferredProtocolForWorkSpace, Application, ApplicationAssociatedResourceType, ApplicationSettingsStatusEnum, AssociationErrorCode, AssociationState, AssociationStatus, AuthenticationType, BundleAssociatedResourceType, BundleType, CertificateBasedAuthStatusEnum, ClientDeviceType, Compute, ConnectionAliasState, ConnectionState, CustomImageProtocol, CustomWorkspaceImageImportState, DataReplication, DedicatedTenancyAccountType, DedicatedTenancyModificationStateEnum, DedicatedTenancySupportEnum, DedicatedTenancySupportResultEnum, DeletableCertificateBasedAuthProperty, DeletableSamlProperty, DescribeWorkspaceDirectoriesFilterName, DescribeWorkspacesPoolsFilterName, DescribeWorkspacesPoolsFilterOperator, EndpointEncryptionMode, ImageAssociatedResourceType, ImageComputeType, ImageType, InternetFallbackProtocol, LogUploadEnum, ModificationResourceEnum, ModificationStateEnum, OperatingSystemName, OperatingSystemType, OSVersion, Platform, PoolsRunningMode, Protocol, ReconnectEnum, RunningMode, SamlStatusEnum, SessionConnectionState, StandbyWorkspaceRelationshipType, StorageConnectorStatusEnum, StorageConnectorTypeEnum, StreamingExperiencePreferredProtocolEnum, TargetWorkspaceState, Tenancy, UserIdentityType, UserSettingActionEnum, UserSettingPermissionEnum, WorkSpaceApplicationLicenseType, WorkSpaceApplicationState, WorkSpaceAssociatedResourceType, WorkspaceBundleState, WorkspaceDirectoryState, WorkspaceDirectoryType, WorkspaceImageErrorDetailCode, WorkspaceImageIngestionProcess, WorkspaceImageRequiredTenancy, WorkspaceImageState, WorkspacesPoolErrorCode, WorkspacesPoolState, WorkspaceState, WorkspaceType } from "./enums";
|
|
1
|
+
import type { AccessEndpointType, AccessPropertyValue, AccountLinkStatusEnum, AGAModeForDirectoryEnum, AGAModeForWorkSpaceEnum, AGAPreferredProtocolForDirectory, AGAPreferredProtocolForWorkSpace, Application, ApplicationAssociatedResourceType, ApplicationSettingsStatusEnum, AssociationErrorCode, AssociationState, AssociationStatus, AuthenticationType, BundleAssociatedResourceType, BundleType, CertificateBasedAuthStatusEnum, ClientDeviceType, Compute, ConnectionAliasState, ConnectionState, CustomImageProtocol, CustomWorkspaceImageImportState, DataReplication, DedicatedTenancyAccountType, DedicatedTenancyModificationStateEnum, DedicatedTenancySupportEnum, DedicatedTenancySupportResultEnum, DeletableCertificateBasedAuthProperty, DeletableSamlProperty, DescribeWorkspaceDirectoriesFilterName, DescribeWorkspacesPoolsFilterName, DescribeWorkspacesPoolsFilterOperator, EndpointEncryptionMode, ImageAssociatedResourceType, ImageComputeType, ImageType, InternetFallbackProtocol, LogUploadEnum, ModificationResourceEnum, ModificationStateEnum, OperatingSystemName, OperatingSystemType, OSVersion, Platform, PoolsRunningMode, Protocol, ReconnectEnum, RunningMode, SamlStatusEnum, SessionConnectionState, StandbyWorkspaceRelationshipType, StorageConnectorStatusEnum, StorageConnectorTypeEnum, StreamingExperiencePreferredProtocolEnum, TargetWorkspaceState, Tenancy, UserIdentityType, UserSettingActionEnum, UserSettingPermissionEnum, WorkSpaceApplicationLicenseType, WorkSpaceApplicationState, WorkSpaceAssociatedResourceType, WorkspaceBundleState, WorkspaceDirectoryState, WorkspaceDirectoryType, WorkspaceImageErrorDetailCode, WorkspaceImageIngestionProcess, WorkspaceImageRequiredTenancy, WorkspaceImageState, WorkspacesPoolErrorCode, WorkspacesPoolState, WorkspaceState, WorkspaceType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeApplicationAssociationsCommandInput, DescribeApplicationAssociationsCommandOutput } from "../commands/DescribeApplicationAssociationsCommand";
|
|
3
|
-
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "../commands/DescribeApplicationsCommand";
|
|
3
|
-
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "../commands/DescribeWorkspaceBundlesCommand";
|
|
3
|
-
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "../commands/DescribeWorkspaceDirectoriesCommand";
|
|
3
|
-
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "../commands/DescribeWorkspacesCommand";
|
|
3
|
-
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAccountLinksCommandInput, ListAccountLinksCommandOutput } from "../commands/ListAccountLinksCommand";
|
|
3
|
-
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -618,7 +617,7 @@ export interface ClientDefaults
|
|
|
618
617
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
619
618
|
region?: string | __Provider<string>;
|
|
620
619
|
profile?: string;
|
|
621
|
-
defaultUserAgentProvider?:
|
|
620
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
622
621
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
623
622
|
maxAttempts?: number | __Provider<number>;
|
|
624
623
|
retryMode?: string | __Provider<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workspaces",
|
|
@@ -23,41 +23,41 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.26",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.5.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
|
-
"@smithy/util-retry": "^4.2.
|
|
60
|
+
"@smithy/util-retry": "^4.2.13",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.2",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|