@aws-sdk/client-workspaces 3.296.0 → 3.297.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-types/WorkSpaces.d.ts +66 -0
- package/dist-types/WorkSpacesClient.d.ts +24 -4
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +16 -0
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClientBrandingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientBrandingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ImportClientBrandingCommand.d.ts +16 -0
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +16 -0
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyAccountCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +16 -0
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +16 -0
- package/dist-types/commands/StartWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +16 -0
- package/dist-types/models/WorkSpacesServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +549 -0
- package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "../commands/DescribeWorkspaceBundlesCommand";
|
|
3
3
|
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeWorkspaceBundles(config: WorkSpacesPaginationConfiguration, input: DescribeWorkspaceBundlesCommandInput, ...additionalArguments: any): Paginator<DescribeWorkspaceBundlesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "../commands/DescribeWorkspaceDirectoriesCommand";
|
|
3
3
|
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeWorkspaceDirectories(config: WorkSpacesPaginationConfiguration, input: DescribeWorkspaceDirectoriesCommandInput, ...additionalArguments: any): Paginator<DescribeWorkspaceDirectoriesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "../commands/DescribeWorkspacesCommand";
|
|
3
3
|
import { WorkSpacesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeWorkspaces(config: WorkSpacesPaginationConfiguration, input: DescribeWorkspacesCommandInput, ...additionalArguments: any): Paginator<DescribeWorkspacesCommandOutput>;
|
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.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|