@aws-sdk/client-workspaces 3.40.0 → 3.45.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 (59) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/WorkSpaces.d.ts +1 -1
  5. package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +1 -1
  6. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +1 -1
  7. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +1 -1
  8. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateIpGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +2 -2
  13. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateWorkspacesCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteIpGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +1 -1
  20. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeAccountCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +1 -1
  35. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +1 -1
  36. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +1 -1
  38. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +1 -1
  39. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +1 -1
  40. package/dist-types/commands/ModifyAccountCommand.d.ts +1 -1
  41. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +1 -1
  42. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +1 -1
  43. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
  44. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
  45. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
  46. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
  47. package/dist-types/commands/RebootWorkspacesCommand.d.ts +1 -1
  48. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +1 -1
  49. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
  50. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
  51. package/dist-types/commands/RevokeIpRulesCommand.d.ts +1 -1
  52. package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
  53. package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
  54. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  59. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-workspaces
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -51,6 +51,7 @@ const partitionHash = {
51
51
  "ap-south-1",
52
52
  "ap-southeast-1",
53
53
  "ap-southeast-2",
54
+ "ap-southeast-3",
54
55
  "ca-central-1",
55
56
  "eu-central-1",
56
57
  "eu-north-1",
@@ -117,6 +118,10 @@ const partitionHash = {
117
118
  hostname: "workspaces.{region}.c2s.ic.gov",
118
119
  tags: [],
119
120
  },
121
+ {
122
+ hostname: "workspaces-fips.{region}.c2s.ic.gov",
123
+ tags: ["fips"],
124
+ },
120
125
  ],
121
126
  },
122
127
  "aws-iso-b": {
@@ -127,6 +132,10 @@ const partitionHash = {
127
132
  hostname: "workspaces.{region}.sc2s.sgov.gov",
128
133
  tags: [],
129
134
  },
135
+ {
136
+ hostname: "workspaces-fips.{region}.sc2s.sgov.gov",
137
+ tags: ["fips"],
138
+ },
130
139
  ],
131
140
  },
132
141
  "aws-us-gov": {
@@ -49,6 +49,7 @@ var partitionHash = {
49
49
  "ap-south-1",
50
50
  "ap-southeast-1",
51
51
  "ap-southeast-2",
52
+ "ap-southeast-3",
52
53
  "ca-central-1",
53
54
  "eu-central-1",
54
55
  "eu-north-1",
@@ -115,6 +116,10 @@ var partitionHash = {
115
116
  hostname: "workspaces.{region}.c2s.ic.gov",
116
117
  tags: [],
117
118
  },
119
+ {
120
+ hostname: "workspaces-fips.{region}.c2s.ic.gov",
121
+ tags: ["fips"],
122
+ },
118
123
  ],
119
124
  },
120
125
  "aws-iso-b": {
@@ -125,6 +130,10 @@ var partitionHash = {
125
130
  hostname: "workspaces.{region}.sc2s.sgov.gov",
126
131
  tags: [],
127
132
  },
133
+ {
134
+ hostname: "workspaces-fips.{region}.sc2s.sgov.gov",
135
+ tags: ["fips"],
136
+ },
128
137
  ],
129
138
  },
130
139
  "aws-us-gov": {
@@ -148,7 +148,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
148
148
  * <note>
149
149
  * <ul>
150
150
  * <li>
151
- * <p>Only Windows 10 WorkSpace images can be programmatically updated at this time.</p>
151
+ * <p>Only Windows 10, Windows Sever 2016, and Windows Server 2019 WorkSpace images can be programmatically updated at this time.</p>
152
152
  * </li>
153
153
  * <li>
154
154
  * <p>Microsoft Windows updates and other application updates are not included
@@ -27,7 +27,7 @@ export interface AssociateConnectionAliasCommandOutput extends AssociateConnecti
27
27
  *
28
28
  * @see {@link AssociateConnectionAliasCommandInput} for command's `input` shape.
29
29
  * @see {@link AssociateConnectionAliasCommandOutput} for command's `response` shape.
30
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class AssociateConnectionAliasCommand extends $Command<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AssociateIpGroupsCommandOutput extends AssociateIpGroupsResult,
20
20
  *
21
21
  * @see {@link AssociateIpGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link AssociateIpGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class AssociateIpGroupsCommand extends $Command<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface AuthorizeIpRulesCommandOutput extends AuthorizeIpRulesResult, _
22
22
  *
23
23
  * @see {@link AuthorizeIpRulesCommandInput} for command's `input` shape.
24
24
  * @see {@link AuthorizeIpRulesCommandOutput} for command's `response` shape.
25
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class AuthorizeIpRulesCommand extends $Command<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface CopyWorkspaceImageCommandOutput extends CopyWorkspaceImageResul
33
33
  *
34
34
  * @see {@link CopyWorkspaceImageCommandInput} for command's `input` shape.
35
35
  * @see {@link CopyWorkspaceImageCommandOutput} for command's `response` shape.
36
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class CopyWorkspaceImageCommand extends $Command<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateConnectionAliasCommandOutput extends CreateConnectionAlia
22
22
  *
23
23
  * @see {@link CreateConnectionAliasCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateConnectionAliasCommandOutput} for command's `response` shape.
25
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateConnectionAliasCommand extends $Command<CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface CreateIpGroupCommandOutput extends CreateIpGroupResult, __Metad
29
29
  *
30
30
  * @see {@link CreateIpGroupCommandInput} for command's `input` shape.
31
31
  * @see {@link CreateIpGroupCommandOutput} for command's `response` shape.
32
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class CreateIpGroupCommand extends $Command<CreateIpGroupCommandInput, CreateIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateTagsCommandOutput extends CreateTagsResult, __MetadataBea
20
20
  *
21
21
  * @see {@link CreateTagsCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateTagsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -19,7 +19,7 @@ export interface CreateUpdatedWorkspaceImageCommandOutput extends CreateUpdatedW
19
19
  * <note>
20
20
  * <ul>
21
21
  * <li>
22
- * <p>Only Windows 10 WorkSpace images can be programmatically updated at this time.</p>
22
+ * <p>Only Windows 10, Windows Sever 2016, and Windows Server 2019 WorkSpace images can be programmatically updated at this time.</p>
23
23
  * </li>
24
24
  * <li>
25
25
  * <p>Microsoft Windows updates and other application updates are not included
@@ -43,7 +43,7 @@ export interface CreateUpdatedWorkspaceImageCommandOutput extends CreateUpdatedW
43
43
  *
44
44
  * @see {@link CreateUpdatedWorkspaceImageCommandInput} for command's `input` shape.
45
45
  * @see {@link CreateUpdatedWorkspaceImageCommandOutput} for command's `response` shape.
46
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class CreateUpdatedWorkspaceImageCommand extends $Command<CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateWorkspaceBundleCommandOutput extends CreateWorkspaceBundl
22
22
  *
23
23
  * @see {@link CreateWorkspaceBundleCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateWorkspaceBundleCommandOutput} for command's `response` shape.
25
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateWorkspaceBundleCommand extends $Command<CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
21
21
  *
22
22
  * @see {@link CreateWorkspacesCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateWorkspacesCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateWorkspacesCommand extends $Command<CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface DeleteConnectionAliasCommandOutput extends DeleteConnectionAlia
37
37
  *
38
38
  * @see {@link DeleteConnectionAliasCommandInput} for command's `input` shape.
39
39
  * @see {@link DeleteConnectionAliasCommandOutput} for command's `response` shape.
40
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class DeleteConnectionAliasCommand extends $Command<DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteIpGroupCommandOutput extends DeleteIpGroupResult, __Metad
21
21
  *
22
22
  * @see {@link DeleteIpGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteIpGroupCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteIpGroupCommand extends $Command<DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResult, __MetadataBea
20
20
  *
21
21
  * @see {@link DeleteTagsCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteTagsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteWorkspaceBundleCommandOutput extends DeleteWorkspaceBundl
22
22
  *
23
23
  * @see {@link DeleteWorkspaceBundleCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteWorkspaceBundleCommandOutput} for command's `response` shape.
25
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteWorkspaceBundleCommand extends $Command<DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteWorkspaceImageCommandOutput extends DeleteWorkspaceImageR
22
22
  *
23
23
  * @see {@link DeleteWorkspaceImageCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteWorkspaceImageCommandOutput} for command's `response` shape.
25
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteWorkspaceImageCommand extends $Command<DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface DeregisterWorkspaceDirectoryCommandOutput extends DeregisterWor
36
36
  *
37
37
  * @see {@link DeregisterWorkspaceDirectoryCommandInput} for command's `input` shape.
38
38
  * @see {@link DeregisterWorkspaceDirectoryCommandOutput} for command's `response` shape.
39
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class DeregisterWorkspaceDirectoryCommand extends $Command<DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeAccountCommandOutput extends DescribeAccountResult, __M
21
21
  *
22
22
  * @see {@link DescribeAccountCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeAccountCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeAccountCommand extends $Command<DescribeAccountCommandInput, DescribeAccountCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeAccountModificationsCommandOutput extends DescribeAccou
21
21
  *
22
22
  * @see {@link DescribeAccountModificationsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeAccountModificationsCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeAccountModificationsCommand extends $Command<DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeClientPropertiesCommandOutput extends DescribeClientPro
20
20
  *
21
21
  * @see {@link DescribeClientPropertiesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeClientPropertiesCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeClientPropertiesCommand extends $Command<DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeConnectionAliasPermissionsCommandOutput extends Describ
22
22
  *
23
23
  * @see {@link DescribeConnectionAliasPermissionsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeConnectionAliasPermissionsCommandOutput} for command's `response` shape.
25
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeConnectionAliasPermissionsCommand extends $Command<DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeConnectionAliasesCommandOutput extends DescribeConnecti
22
22
  *
23
23
  * @see {@link DescribeConnectionAliasesCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeConnectionAliasesCommandOutput} for command's `response` shape.
25
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeConnectionAliasesCommand extends $Command<DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, _
20
20
  *
21
21
  * @see {@link DescribeIpGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeIpGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeIpGroupsCommand extends $Command<DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResult, __Metadat
20
20
  *
21
21
  * @see {@link DescribeTagsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeWorkspaceBundlesCommandOutput extends DescribeWorkspace
21
21
  *
22
22
  * @see {@link DescribeWorkspaceBundlesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeWorkspaceBundlesCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeWorkspaceBundlesCommand extends $Command<DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeWorkspaceDirectoriesCommandOutput extends DescribeWorks
21
21
  *
22
22
  * @see {@link DescribeWorkspaceDirectoriesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeWorkspaceDirectoriesCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeWorkspaceDirectoriesCommand extends $Command<DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeWorkspaceImagePermissionsCommandOutput extends Describe
21
21
  *
22
22
  * @see {@link DescribeWorkspaceImagePermissionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeWorkspaceImagePermissionsCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeWorkspaceImagePermissionsCommand extends $Command<DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceI
21
21
  *
22
22
  * @see {@link DescribeWorkspaceImagesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeWorkspaceImagesCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeWorkspaceImagesCommand extends $Command<DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspa
20
20
  *
21
21
  * @see {@link DescribeWorkspaceSnapshotsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeWorkspaceSnapshotsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeWorkspaceSnapshotsCommand extends $Command<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul
22
22
  *
23
23
  * @see {@link DescribeWorkspacesCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeWorkspacesCommandOutput} for command's `response` shape.
25
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeWorkspacesCommand extends $Command<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeWorkspacesConnectionStatusCommandOutput extends Describ
20
20
  *
21
21
  * @see {@link DescribeWorkspacesConnectionStatusCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeWorkspacesConnectionStatusCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeWorkspacesConnectionStatusCommand extends $Command<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface DisassociateConnectionAliasCommandOutput extends DisassociateCo
28
28
  *
29
29
  * @see {@link DisassociateConnectionAliasCommandInput} for command's `input` shape.
30
30
  * @see {@link DisassociateConnectionAliasCommandOutput} for command's `response` shape.
31
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class DisassociateConnectionAliasCommand extends $Command<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsR
20
20
  *
21
21
  * @see {@link DisassociateIpGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociateIpGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociateIpGroupsCommand extends $Command<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageR
24
24
  *
25
25
  * @see {@link ImportWorkspaceImageCommandInput} for command's `input` shape.
26
26
  * @see {@link ImportWorkspaceImageCommandOutput} for command's `response` shape.
27
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ImportWorkspaceImageCommand extends $Command<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvai
28
28
  *
29
29
  * @see {@link ListAvailableManagementCidrRangesCommandInput} for command's `input` shape.
30
30
  * @see {@link ListAvailableManagementCidrRangesCommandOutput} for command's `response` shape.
31
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListAvailableManagementCidrRangesCommand extends $Command<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, _
28
28
  *
29
29
  * @see {@link MigrateWorkspaceCommandInput} for command's `input` shape.
30
30
  * @see {@link MigrateWorkspaceCommandOutput} for command's `response` shape.
31
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class MigrateWorkspaceCommand extends $Command<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ModifyAccountCommandOutput extends ModifyAccountResult, __Metad
21
21
  *
22
22
  * @see {@link ModifyAccountCommandInput} for command's `input` shape.
23
23
  * @see {@link ModifyAccountCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ModifyAccountCommand extends $Command<ModifyAccountCommandInput, ModifyAccountCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropert
20
20
  *
21
21
  * @see {@link ModifyClientPropertiesCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyClientPropertiesCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyClientPropertiesCommand extends $Command<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfser
21
21
  *
22
22
  * @see {@link ModifySelfservicePermissionsCommandInput} for command's `input` shape.
23
23
  * @see {@link ModifySelfservicePermissionsCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ModifySelfservicePermissionsCommand extends $Command<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWork
22
22
  *
23
23
  * @see {@link ModifyWorkspaceAccessPropertiesCommandInput} for command's `input` shape.
24
24
  * @see {@link ModifyWorkspaceAccessPropertiesCommandOutput} for command's `response` shape.
25
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ModifyWorkspaceAccessPropertiesCommand extends $Command<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWo
20
20
  *
21
21
  * @see {@link ModifyWorkspaceCreationPropertiesCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyWorkspaceCreationPropertiesCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyWorkspaceCreationPropertiesCommand extends $Command<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP
24
24
  *
25
25
  * @see {@link ModifyWorkspacePropertiesCommandInput} for command's `input` shape.
26
26
  * @see {@link ModifyWorkspacePropertiesCommandOutput} for command's `response` shape.
27
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ModifyWorkspacePropertiesCommand extends $Command<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateR
25
25
  *
26
26
  * @see {@link ModifyWorkspaceStateCommandInput} for command's `input` shape.
27
27
  * @see {@link ModifyWorkspaceStateCommandOutput} for command's `response` shape.
28
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ModifyWorkspaceStateCommand extends $Command<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, _
23
23
  *
24
24
  * @see {@link RebootWorkspacesCommandInput} for command's `input` shape.
25
25
  * @see {@link RebootWorkspacesCommandOutput} for command's `response` shape.
26
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class RebootWorkspacesCommand extends $Command<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult,
27
27
  *
28
28
  * @see {@link RebuildWorkspacesCommandInput} for command's `input` shape.
29
29
  * @see {@link RebuildWorkspacesCommandOutput} for command's `response` shape.
30
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class RebuildWorkspacesCommand extends $Command<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspa
24
24
  *
25
25
  * @see {@link RegisterWorkspaceDirectoryCommandInput} for command's `input` shape.
26
26
  * @see {@link RegisterWorkspaceDirectoryCommandOutput} for command's `response` shape.
27
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class RegisterWorkspaceDirectoryCommand extends $Command<RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, _
27
27
  *
28
28
  * @see {@link RestoreWorkspaceCommandInput} for command's `input` shape.
29
29
  * @see {@link RestoreWorkspaceCommandOutput} for command's `response` shape.
30
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class RestoreWorkspaceCommand extends $Command<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __Metad
20
20
  *
21
21
  * @see {@link RevokeIpRulesCommandInput} for command's `input` shape.
22
22
  * @see {@link RevokeIpRulesCommandOutput} for command's `response` shape.
23
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RevokeIpRulesCommand extends $Command<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface StartWorkspacesCommandOutput extends StartWorkspacesResult, __M
22
22
  *
23
23
  * @see {@link StartWorkspacesCommandInput} for command's `input` shape.
24
24
  * @see {@link StartWorkspacesCommandOutput} for command's `response` shape.
25
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class StartWorkspacesCommand extends $Command<StartWorkspacesCommandInput, StartWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface StopWorkspacesCommandOutput extends StopWorkspacesResult, __Met
23
23
  *
24
24
  * @see {@link StopWorkspacesCommandInput} for command's `input` shape.
25
25
  * @see {@link StopWorkspacesCommandOutput} for command's `response` shape.
26
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class StopWorkspacesCommand extends $Command<StopWorkspacesCommandInput, StopWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -49,7 +49,7 @@ export interface TerminateWorkspacesCommandOutput extends TerminateWorkspacesRes
49
49
  *
50
50
  * @see {@link TerminateWorkspacesCommandInput} for command's `input` shape.
51
51
  * @see {@link TerminateWorkspacesCommandOutput} for command's `response` shape.
52
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
52
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
53
53
  *
54
54
  */
55
55
  export declare class TerminateWorkspacesCommand extends $Command<TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface UpdateConnectionAliasPermissionCommandOutput extends UpdateConn
39
39
  *
40
40
  * @see {@link UpdateConnectionAliasPermissionCommandInput} for command's `input` shape.
41
41
  * @see {@link UpdateConnectionAliasPermissionCommandOutput} for command's `response` shape.
42
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class UpdateConnectionAliasPermissionCommand extends $Command<UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateRulesOfIpGroupCommandOutput extends UpdateRulesOfIpGroupR
21
21
  *
22
22
  * @see {@link UpdateRulesOfIpGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateRulesOfIpGroupCommandOutput} for command's `response` shape.
24
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateRulesOfIpGroupCommand extends $Command<UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface UpdateWorkspaceBundleCommandOutput extends UpdateWorkspaceBundl
28
28
  *
29
29
  * @see {@link UpdateWorkspaceBundleCommandInput} for command's `input` shape.
30
30
  * @see {@link UpdateWorkspaceBundleCommandOutput} for command's `response` shape.
31
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class UpdateWorkspaceBundleCommand extends $Command<UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -45,7 +45,7 @@ export interface UpdateWorkspaceImagePermissionCommandOutput extends UpdateWorks
45
45
  *
46
46
  * @see {@link UpdateWorkspaceImagePermissionCommandInput} for command's `input` shape.
47
47
  * @see {@link UpdateWorkspaceImagePermissionCommandOutput} for command's `response` shape.
48
- * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
48
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
49
49
  *
50
50
  */
51
51
  export declare class UpdateWorkspaceImagePermissionCommand extends $Command<UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput, WorkSpacesClientResolvedConfig> {
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",