@aws-sdk/client-workspaces 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +1105 -320
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +482 -136
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1444 -1753
- package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeWorkspaceBundlesCommandInput,
|
|
4
|
+
DescribeWorkspaceBundlesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeWorkspaceBundlesCommand";
|
|
6
|
+
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeWorkspaceBundles(
|
|
8
|
+
config: WorkSpacesPaginationConfiguration,
|
|
9
|
+
input: DescribeWorkspaceBundlesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeWorkspaceBundlesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeWorkspaceDirectoriesCommandInput,
|
|
4
|
+
DescribeWorkspaceDirectoriesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeWorkspaceDirectoriesCommand";
|
|
6
|
+
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeWorkspaceDirectories(
|
|
8
|
+
config: WorkSpacesPaginationConfiguration,
|
|
9
|
+
input: DescribeWorkspaceDirectoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeWorkspaceDirectoriesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeWorkspacesCommandInput,
|
|
4
|
+
DescribeWorkspacesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeWorkspacesCommand";
|
|
6
|
+
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeWorkspaces(
|
|
8
|
+
config: WorkSpacesPaginationConfiguration,
|
|
9
|
+
input: DescribeWorkspacesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeWorkspacesCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { WorkSpaces } from "../WorkSpaces";
|
|
3
|
-
import { WorkSpacesClient } from "../WorkSpacesClient";
|
|
4
|
-
export interface WorkSpacesPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { WorkSpaces } from "../WorkSpaces";
|
|
3
|
+
import { WorkSpacesClient } from "../WorkSpacesClient";
|
|
4
|
+
export interface WorkSpacesPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: WorkSpaces | WorkSpacesClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "./DescribeWorkspaceBundlesPaginator";
|
|
2
|
-
export * from "./DescribeWorkspaceDirectoriesPaginator";
|
|
3
|
-
export * from "./DescribeWorkspacesPaginator";
|
|
4
|
-
export * from "./Interfaces";
|
|
1
|
+
export * from "./DescribeWorkspaceBundlesPaginator";
|
|
2
|
+
export * from "./DescribeWorkspaceDirectoriesPaginator";
|
|
3
|
+
export * from "./DescribeWorkspacesPaginator";
|
|
4
|
+
export * from "./Interfaces";
|