@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.
Files changed (74) hide show
  1. package/dist-types/WorkSpaces.d.ts +66 -0
  2. package/dist-types/WorkSpacesClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +16 -0
  5. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +16 -0
  6. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateIpGroupCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateWorkspacesCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteClientBrandingCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteIpGroupCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +16 -0
  23. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeAccountCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeClientBrandingCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +16 -0
  40. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +16 -0
  41. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +16 -0
  42. package/dist-types/commands/ImportClientBrandingCommand.d.ts +16 -0
  43. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +16 -0
  44. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +16 -0
  45. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +16 -0
  46. package/dist-types/commands/ModifyAccountCommand.d.ts +16 -0
  47. package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +16 -0
  48. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +16 -0
  49. package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +16 -0
  50. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +16 -0
  51. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +16 -0
  52. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +16 -0
  53. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +16 -0
  54. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +16 -0
  55. package/dist-types/commands/RebootWorkspacesCommand.d.ts +16 -0
  56. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +16 -0
  57. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +16 -0
  58. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +16 -0
  59. package/dist-types/commands/RevokeIpRulesCommand.d.ts +16 -0
  60. package/dist-types/commands/StartWorkspacesCommand.d.ts +16 -0
  61. package/dist-types/commands/StopWorkspacesCommand.d.ts +16 -0
  62. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +16 -0
  68. package/dist-types/models/WorkSpacesServiceException.d.ts +2 -0
  69. package/dist-types/models/models_0.d.ts +549 -0
  70. package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +3 -0
  71. package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +3 -0
  72. package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +3 -0
  73. package/dist-types/pagination/Interfaces.d.ts +3 -0
  74. 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>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { WorkSpacesClient } from "../WorkSpacesClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface WorkSpacesPaginationConfiguration extends PaginationConfiguration {
4
7
  client: WorkSpacesClient;
5
8
  }
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.296.0",
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.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
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",