@aws-sdk/client-workspaces 3.133.0 → 3.141.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 (151) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/WorkSpaces.js +30 -0
  4. package/dist-cjs/commands/AssociateConnectionAliasCommand.js +2 -2
  5. package/dist-cjs/commands/AssociateIpGroupsCommand.js +2 -2
  6. package/dist-cjs/commands/AuthorizeIpRulesCommand.js +2 -2
  7. package/dist-cjs/commands/CopyWorkspaceImageCommand.js +2 -2
  8. package/dist-cjs/commands/CreateConnectClientAddInCommand.js +2 -2
  9. package/dist-cjs/commands/CreateConnectionAliasCommand.js +2 -2
  10. package/dist-cjs/commands/CreateIpGroupCommand.js +2 -2
  11. package/dist-cjs/commands/CreateTagsCommand.js +2 -2
  12. package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +2 -2
  13. package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +2 -2
  14. package/dist-cjs/commands/CreateWorkspaceImageCommand.js +36 -0
  15. package/dist-cjs/commands/CreateWorkspacesCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteClientBrandingCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteConnectClientAddInCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteConnectionAliasCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteIpGroupCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +2 -2
  23. package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeAccountCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeAccountModificationsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeClientBrandingCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeClientPropertiesCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeConnectClientAddInsCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeIpGroupsCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeWorkspacesCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +2 -2
  40. package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +2 -2
  41. package/dist-cjs/commands/DisassociateIpGroupsCommand.js +2 -2
  42. package/dist-cjs/commands/ImportClientBrandingCommand.js +2 -2
  43. package/dist-cjs/commands/ImportWorkspaceImageCommand.js +2 -2
  44. package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +2 -2
  45. package/dist-cjs/commands/MigrateWorkspaceCommand.js +2 -2
  46. package/dist-cjs/commands/ModifyAccountCommand.js +2 -2
  47. package/dist-cjs/commands/ModifyClientPropertiesCommand.js +2 -2
  48. package/dist-cjs/commands/ModifySamlPropertiesCommand.js +36 -0
  49. package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +2 -2
  50. package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +2 -2
  51. package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +2 -2
  52. package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +2 -2
  53. package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +2 -2
  54. package/dist-cjs/commands/RebootWorkspacesCommand.js +2 -2
  55. package/dist-cjs/commands/RebuildWorkspacesCommand.js +2 -2
  56. package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +2 -2
  57. package/dist-cjs/commands/RestoreWorkspaceCommand.js +2 -2
  58. package/dist-cjs/commands/RevokeIpRulesCommand.js +2 -2
  59. package/dist-cjs/commands/StartWorkspacesCommand.js +2 -2
  60. package/dist-cjs/commands/StopWorkspacesCommand.js +2 -2
  61. package/dist-cjs/commands/TerminateWorkspacesCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateConnectClientAddInCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +2 -2
  67. package/dist-cjs/commands/index.js +2 -0
  68. package/dist-cjs/models/models_0.js +700 -992
  69. package/dist-cjs/protocols/Aws_json1_1.js +185 -3
  70. package/dist-es/WorkSpaces.js +30 -0
  71. package/dist-es/commands/AssociateConnectionAliasCommand.js +3 -3
  72. package/dist-es/commands/AssociateIpGroupsCommand.js +3 -3
  73. package/dist-es/commands/AuthorizeIpRulesCommand.js +3 -3
  74. package/dist-es/commands/CopyWorkspaceImageCommand.js +3 -3
  75. package/dist-es/commands/CreateConnectClientAddInCommand.js +3 -3
  76. package/dist-es/commands/CreateConnectionAliasCommand.js +3 -3
  77. package/dist-es/commands/CreateIpGroupCommand.js +3 -3
  78. package/dist-es/commands/CreateTagsCommand.js +3 -3
  79. package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +3 -3
  80. package/dist-es/commands/CreateWorkspaceBundleCommand.js +3 -3
  81. package/dist-es/commands/CreateWorkspaceImageCommand.js +39 -0
  82. package/dist-es/commands/CreateWorkspacesCommand.js +3 -3
  83. package/dist-es/commands/DeleteClientBrandingCommand.js +3 -3
  84. package/dist-es/commands/DeleteConnectClientAddInCommand.js +3 -3
  85. package/dist-es/commands/DeleteConnectionAliasCommand.js +3 -3
  86. package/dist-es/commands/DeleteIpGroupCommand.js +3 -3
  87. package/dist-es/commands/DeleteTagsCommand.js +3 -3
  88. package/dist-es/commands/DeleteWorkspaceBundleCommand.js +3 -3
  89. package/dist-es/commands/DeleteWorkspaceImageCommand.js +3 -3
  90. package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +3 -3
  91. package/dist-es/commands/DescribeAccountCommand.js +3 -3
  92. package/dist-es/commands/DescribeAccountModificationsCommand.js +3 -3
  93. package/dist-es/commands/DescribeClientBrandingCommand.js +3 -3
  94. package/dist-es/commands/DescribeClientPropertiesCommand.js +3 -3
  95. package/dist-es/commands/DescribeConnectClientAddInsCommand.js +3 -3
  96. package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +3 -3
  97. package/dist-es/commands/DescribeConnectionAliasesCommand.js +3 -3
  98. package/dist-es/commands/DescribeIpGroupsCommand.js +3 -3
  99. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  100. package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +3 -3
  101. package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +3 -3
  102. package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +3 -3
  103. package/dist-es/commands/DescribeWorkspaceImagesCommand.js +3 -3
  104. package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +3 -3
  105. package/dist-es/commands/DescribeWorkspacesCommand.js +3 -3
  106. package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +3 -3
  107. package/dist-es/commands/DisassociateConnectionAliasCommand.js +3 -3
  108. package/dist-es/commands/DisassociateIpGroupsCommand.js +3 -3
  109. package/dist-es/commands/ImportClientBrandingCommand.js +3 -3
  110. package/dist-es/commands/ImportWorkspaceImageCommand.js +3 -3
  111. package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +3 -3
  112. package/dist-es/commands/MigrateWorkspaceCommand.js +3 -3
  113. package/dist-es/commands/ModifyAccountCommand.js +3 -3
  114. package/dist-es/commands/ModifyClientPropertiesCommand.js +3 -3
  115. package/dist-es/commands/ModifySamlPropertiesCommand.js +39 -0
  116. package/dist-es/commands/ModifySelfservicePermissionsCommand.js +3 -3
  117. package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +3 -3
  118. package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +3 -3
  119. package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +3 -3
  120. package/dist-es/commands/ModifyWorkspaceStateCommand.js +3 -3
  121. package/dist-es/commands/RebootWorkspacesCommand.js +3 -3
  122. package/dist-es/commands/RebuildWorkspacesCommand.js +3 -3
  123. package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +3 -3
  124. package/dist-es/commands/RestoreWorkspaceCommand.js +3 -3
  125. package/dist-es/commands/RevokeIpRulesCommand.js +3 -3
  126. package/dist-es/commands/StartWorkspacesCommand.js +3 -3
  127. package/dist-es/commands/StopWorkspacesCommand.js +3 -3
  128. package/dist-es/commands/TerminateWorkspacesCommand.js +3 -3
  129. package/dist-es/commands/UpdateConnectClientAddInCommand.js +3 -3
  130. package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +3 -3
  131. package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +3 -3
  132. package/dist-es/commands/UpdateWorkspaceBundleCommand.js +3 -3
  133. package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +3 -3
  134. package/dist-es/commands/index.js +2 -0
  135. package/dist-es/models/models_0.js +194 -664
  136. package/dist-es/protocols/Aws_json1_1.js +208 -0
  137. package/dist-types/WorkSpaces.d.ts +16 -0
  138. package/dist-types/WorkSpacesClient.d.ts +4 -2
  139. package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +35 -0
  140. package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +37 -0
  141. package/dist-types/commands/index.d.ts +2 -0
  142. package/dist-types/models/models_0.d.ts +835 -996
  143. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  144. package/dist-types/ts3.4/WorkSpaces.d.ts +10 -0
  145. package/dist-types/ts3.4/WorkSpacesClient.d.ts +4 -2
  146. package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  149. package/dist-types/ts3.4/models/models_0.d.ts +404 -660
  150. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +6 -0
  151. package/package.json +6 -6
@@ -10,6 +10,7 @@ import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "../comman
10
10
  import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
11
11
  import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "../commands/CreateUpdatedWorkspaceImageCommand";
12
12
  import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "../commands/CreateWorkspaceBundleCommand";
13
+ import { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "../commands/CreateWorkspaceImageCommand";
13
14
  import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "../commands/CreateWorkspacesCommand";
14
15
  import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "../commands/DeleteClientBrandingCommand";
15
16
  import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "../commands/DeleteConnectClientAddInCommand";
@@ -43,6 +44,7 @@ import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementC
43
44
  import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "../commands/MigrateWorkspaceCommand";
44
45
  import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "../commands/ModifyAccountCommand";
45
46
  import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "../commands/ModifyClientPropertiesCommand";
47
+ import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "../commands/ModifySamlPropertiesCommand";
46
48
  import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "../commands/ModifySelfservicePermissionsCommand";
47
49
  import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "../commands/ModifyWorkspaceAccessPropertiesCommand";
48
50
  import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "../commands/ModifyWorkspaceCreationPropertiesCommand";
@@ -71,6 +73,7 @@ export declare const serializeAws_json1_1CreateIpGroupCommand: (input: CreateIpG
71
73
  export declare const serializeAws_json1_1CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
74
  export declare const serializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (input: CreateUpdatedWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
75
  export declare const serializeAws_json1_1CreateWorkspaceBundleCommand: (input: CreateWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ export declare const serializeAws_json1_1CreateWorkspaceImageCommand: (input: CreateWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
77
  export declare const serializeAws_json1_1CreateWorkspacesCommand: (input: CreateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
78
  export declare const serializeAws_json1_1DeleteClientBrandingCommand: (input: DeleteClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
79
  export declare const serializeAws_json1_1DeleteConnectClientAddInCommand: (input: DeleteConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -104,6 +107,7 @@ export declare const serializeAws_json1_1ListAvailableManagementCidrRangesComman
104
107
  export declare const serializeAws_json1_1MigrateWorkspaceCommand: (input: MigrateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
108
  export declare const serializeAws_json1_1ModifyAccountCommand: (input: ModifyAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
109
  export declare const serializeAws_json1_1ModifyClientPropertiesCommand: (input: ModifyClientPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ export declare const serializeAws_json1_1ModifySamlPropertiesCommand: (input: ModifySamlPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
111
  export declare const serializeAws_json1_1ModifySelfservicePermissionsCommand: (input: ModifySelfservicePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
112
  export declare const serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (input: ModifyWorkspaceAccessPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
113
  export declare const serializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (input: ModifyWorkspaceCreationPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -132,6 +136,7 @@ export declare const deserializeAws_json1_1CreateIpGroupCommand: (output: __Http
132
136
  export declare const deserializeAws_json1_1CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
133
137
  export declare const deserializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUpdatedWorkspaceImageCommandOutput>;
134
138
  export declare const deserializeAws_json1_1CreateWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceBundleCommandOutput>;
139
+ export declare const deserializeAws_json1_1CreateWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceImageCommandOutput>;
135
140
  export declare const deserializeAws_json1_1CreateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspacesCommandOutput>;
136
141
  export declare const deserializeAws_json1_1DeleteClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientBrandingCommandOutput>;
137
142
  export declare const deserializeAws_json1_1DeleteConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectClientAddInCommandOutput>;
@@ -165,6 +170,7 @@ export declare const deserializeAws_json1_1ListAvailableManagementCidrRangesComm
165
170
  export declare const deserializeAws_json1_1MigrateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MigrateWorkspaceCommandOutput>;
166
171
  export declare const deserializeAws_json1_1ModifyAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAccountCommandOutput>;
167
172
  export declare const deserializeAws_json1_1ModifyClientPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClientPropertiesCommandOutput>;
173
+ export declare const deserializeAws_json1_1ModifySamlPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySamlPropertiesCommandOutput>;
168
174
  export declare const deserializeAws_json1_1ModifySelfservicePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySelfservicePermissionsCommandOutput>;
169
175
  export declare const deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
170
176
  export declare const deserializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
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.133.0",
4
+ "version": "3.141.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",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.131.0",
21
+ "@aws-sdk/client-sts": "3.141.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.131.0",
23
+ "@aws-sdk/credential-provider-node": "3.141.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.137.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.137.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.137.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",