@aws-sdk/client-workspaces 3.414.0 → 3.421.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 (132) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AssociateConnectionAliasCommand.js +5 -0
  3. package/dist-cjs/commands/AssociateIpGroupsCommand.js +5 -0
  4. package/dist-cjs/commands/AuthorizeIpRulesCommand.js +5 -0
  5. package/dist-cjs/commands/CopyWorkspaceImageCommand.js +5 -0
  6. package/dist-cjs/commands/CreateConnectClientAddInCommand.js +5 -0
  7. package/dist-cjs/commands/CreateConnectionAliasCommand.js +5 -0
  8. package/dist-cjs/commands/CreateIpGroupCommand.js +5 -0
  9. package/dist-cjs/commands/CreateStandbyWorkspacesCommand.js +5 -0
  10. package/dist-cjs/commands/CreateTagsCommand.js +5 -0
  11. package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +5 -0
  12. package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +5 -0
  13. package/dist-cjs/commands/CreateWorkspaceImageCommand.js +5 -0
  14. package/dist-cjs/commands/CreateWorkspacesCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteClientBrandingCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteConnectClientAddInCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteConnectionAliasCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteIpGroupCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteTagsCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +5 -0
  22. package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeAccountCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeAccountModificationsCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeClientBrandingCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeClientPropertiesCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeConnectClientAddInsCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeIpGroupsCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeTagsCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +5 -0
  33. package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +5 -0
  34. package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeWorkspacesCommand.js +5 -0
  38. package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +5 -0
  39. package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +5 -0
  40. package/dist-cjs/commands/DisassociateIpGroupsCommand.js +5 -0
  41. package/dist-cjs/commands/ImportClientBrandingCommand.js +5 -0
  42. package/dist-cjs/commands/ImportWorkspaceImageCommand.js +5 -0
  43. package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +5 -0
  44. package/dist-cjs/commands/MigrateWorkspaceCommand.js +5 -0
  45. package/dist-cjs/commands/ModifyAccountCommand.js +5 -0
  46. package/dist-cjs/commands/ModifyCertificateBasedAuthPropertiesCommand.js +5 -0
  47. package/dist-cjs/commands/ModifyClientPropertiesCommand.js +5 -0
  48. package/dist-cjs/commands/ModifySamlPropertiesCommand.js +5 -0
  49. package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +5 -0
  50. package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +5 -0
  51. package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +5 -0
  52. package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +5 -0
  53. package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +5 -0
  54. package/dist-cjs/commands/RebootWorkspacesCommand.js +5 -0
  55. package/dist-cjs/commands/RebuildWorkspacesCommand.js +5 -0
  56. package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +5 -0
  57. package/dist-cjs/commands/RestoreWorkspaceCommand.js +5 -0
  58. package/dist-cjs/commands/RevokeIpRulesCommand.js +5 -0
  59. package/dist-cjs/commands/StartWorkspacesCommand.js +5 -0
  60. package/dist-cjs/commands/StopWorkspacesCommand.js +5 -0
  61. package/dist-cjs/commands/TerminateWorkspacesCommand.js +5 -0
  62. package/dist-cjs/commands/UpdateConnectClientAddInCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +5 -0
  67. package/dist-es/commands/AssociateConnectionAliasCommand.js +5 -0
  68. package/dist-es/commands/AssociateIpGroupsCommand.js +5 -0
  69. package/dist-es/commands/AuthorizeIpRulesCommand.js +5 -0
  70. package/dist-es/commands/CopyWorkspaceImageCommand.js +5 -0
  71. package/dist-es/commands/CreateConnectClientAddInCommand.js +5 -0
  72. package/dist-es/commands/CreateConnectionAliasCommand.js +5 -0
  73. package/dist-es/commands/CreateIpGroupCommand.js +5 -0
  74. package/dist-es/commands/CreateStandbyWorkspacesCommand.js +5 -0
  75. package/dist-es/commands/CreateTagsCommand.js +5 -0
  76. package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +5 -0
  77. package/dist-es/commands/CreateWorkspaceBundleCommand.js +5 -0
  78. package/dist-es/commands/CreateWorkspaceImageCommand.js +5 -0
  79. package/dist-es/commands/CreateWorkspacesCommand.js +5 -0
  80. package/dist-es/commands/DeleteClientBrandingCommand.js +5 -0
  81. package/dist-es/commands/DeleteConnectClientAddInCommand.js +5 -0
  82. package/dist-es/commands/DeleteConnectionAliasCommand.js +5 -0
  83. package/dist-es/commands/DeleteIpGroupCommand.js +5 -0
  84. package/dist-es/commands/DeleteTagsCommand.js +5 -0
  85. package/dist-es/commands/DeleteWorkspaceBundleCommand.js +5 -0
  86. package/dist-es/commands/DeleteWorkspaceImageCommand.js +5 -0
  87. package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +5 -0
  88. package/dist-es/commands/DescribeAccountCommand.js +5 -0
  89. package/dist-es/commands/DescribeAccountModificationsCommand.js +5 -0
  90. package/dist-es/commands/DescribeClientBrandingCommand.js +5 -0
  91. package/dist-es/commands/DescribeClientPropertiesCommand.js +5 -0
  92. package/dist-es/commands/DescribeConnectClientAddInsCommand.js +5 -0
  93. package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +5 -0
  94. package/dist-es/commands/DescribeConnectionAliasesCommand.js +5 -0
  95. package/dist-es/commands/DescribeIpGroupsCommand.js +5 -0
  96. package/dist-es/commands/DescribeTagsCommand.js +5 -0
  97. package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +5 -0
  98. package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +5 -0
  99. package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +5 -0
  100. package/dist-es/commands/DescribeWorkspaceImagesCommand.js +5 -0
  101. package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +5 -0
  102. package/dist-es/commands/DescribeWorkspacesCommand.js +5 -0
  103. package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +5 -0
  104. package/dist-es/commands/DisassociateConnectionAliasCommand.js +5 -0
  105. package/dist-es/commands/DisassociateIpGroupsCommand.js +5 -0
  106. package/dist-es/commands/ImportClientBrandingCommand.js +5 -0
  107. package/dist-es/commands/ImportWorkspaceImageCommand.js +5 -0
  108. package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +5 -0
  109. package/dist-es/commands/MigrateWorkspaceCommand.js +5 -0
  110. package/dist-es/commands/ModifyAccountCommand.js +5 -0
  111. package/dist-es/commands/ModifyCertificateBasedAuthPropertiesCommand.js +5 -0
  112. package/dist-es/commands/ModifyClientPropertiesCommand.js +5 -0
  113. package/dist-es/commands/ModifySamlPropertiesCommand.js +5 -0
  114. package/dist-es/commands/ModifySelfservicePermissionsCommand.js +5 -0
  115. package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +5 -0
  116. package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +5 -0
  117. package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +5 -0
  118. package/dist-es/commands/ModifyWorkspaceStateCommand.js +5 -0
  119. package/dist-es/commands/RebootWorkspacesCommand.js +5 -0
  120. package/dist-es/commands/RebuildWorkspacesCommand.js +5 -0
  121. package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +5 -0
  122. package/dist-es/commands/RestoreWorkspaceCommand.js +5 -0
  123. package/dist-es/commands/RevokeIpRulesCommand.js +5 -0
  124. package/dist-es/commands/StartWorkspacesCommand.js +5 -0
  125. package/dist-es/commands/StopWorkspacesCommand.js +5 -0
  126. package/dist-es/commands/TerminateWorkspacesCommand.js +5 -0
  127. package/dist-es/commands/UpdateConnectClientAddInCommand.js +5 -0
  128. package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +5 -0
  129. package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +5 -0
  130. package/dist-es/commands/UpdateWorkspaceBundleCommand.js +5 -0
  131. package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +5 -0
  132. package/package.json +31 -31
package/README.md CHANGED
@@ -40,16 +40,16 @@ using your favorite package manager:
40
40
 
41
41
  The AWS SDK is modulized by clients and commands.
42
42
  To send a request, you only need to import the `WorkSpacesClient` and
43
- the commands you need, for example `AssociateConnectionAliasCommand`:
43
+ the commands you need, for example `ListAvailableManagementCidrRangesCommand`:
44
44
 
45
45
  ```js
46
46
  // ES5 example
47
- const { WorkSpacesClient, AssociateConnectionAliasCommand } = require("@aws-sdk/client-workspaces");
47
+ const { WorkSpacesClient, ListAvailableManagementCidrRangesCommand } = require("@aws-sdk/client-workspaces");
48
48
  ```
49
49
 
50
50
  ```ts
51
51
  // ES6+ example
52
- import { WorkSpacesClient, AssociateConnectionAliasCommand } from "@aws-sdk/client-workspaces";
52
+ import { WorkSpacesClient, ListAvailableManagementCidrRangesCommand } from "@aws-sdk/client-workspaces";
53
53
  ```
54
54
 
55
55
  ### Usage
@@ -68,7 +68,7 @@ const client = new WorkSpacesClient({ region: "REGION" });
68
68
  const params = {
69
69
  /** input parameters */
70
70
  };
71
- const command = new AssociateConnectionAliasCommand(params);
71
+ const command = new ListAvailableManagementCidrRangesCommand(params);
72
72
  ```
73
73
 
74
74
  #### Async/await
@@ -147,7 +147,7 @@ const client = new AWS.WorkSpaces({ region: "REGION" });
147
147
 
148
148
  // async/await.
149
149
  try {
150
- const data = await client.associateConnectionAlias(params);
150
+ const data = await client.listAvailableManagementCidrRanges(params);
151
151
  // process data.
152
152
  } catch (error) {
153
153
  // error handling.
@@ -155,7 +155,7 @@ try {
155
155
 
156
156
  // Promises.
157
157
  client
158
- .associateConnectionAlias(params)
158
+ .listAvailableManagementCidrRanges(params)
159
159
  .then((data) => {
160
160
  // process data.
161
161
  })
@@ -164,7 +164,7 @@ client
164
164
  });
165
165
 
166
166
  // callbacks.
167
- client.associateConnectionAlias(params, (err, data) => {
167
+ client.listAvailableManagementCidrRanges(params, (err, data) => {
168
168
  // process err and data.
169
169
  });
170
170
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class AssociateConnectionAliasCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateConnectionAliasCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "AssociateConnectionAlias",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class AssociateIpGroupsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateIpGroupsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "AssociateIpGroups",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class AuthorizeIpRulesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AuthorizeIpRulesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "AuthorizeIpRules",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CopyWorkspaceImageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CopyWorkspaceImageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "CopyWorkspaceImage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateConnectClientAddInCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateConnectClientAddInCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "CreateConnectClientAddIn",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateConnectionAliasCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateConnectionAliasCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "CreateConnectionAlias",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateIpGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateIpGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "CreateIpGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateStandbyWorkspacesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateStandbyWorkspacesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "CreateStandbyWorkspaces",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateTagsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateTagsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "CreateTags",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateUpdatedWorkspaceImageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateUpdatedWorkspaceImageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "CreateUpdatedWorkspaceImage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateWorkspaceBundleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateWorkspaceBundleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "CreateWorkspaceBundle",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateWorkspaceImageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateWorkspaceImageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "CreateWorkspaceImage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateWorkspacesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateWorkspacesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "CreateWorkspaces",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteClientBrandingCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteClientBrandingCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DeleteClientBranding",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteConnectClientAddInCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteConnectClientAddInCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DeleteConnectClientAddIn",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteConnectionAliasCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteConnectionAliasCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DeleteConnectionAlias",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteIpGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteIpGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DeleteIpGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteTagsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteTagsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DeleteTags",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteWorkspaceBundleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteWorkspaceBundleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DeleteWorkspaceBundle",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteWorkspaceImageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteWorkspaceImageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DeleteWorkspaceImage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeregisterWorkspaceDirectoryCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeregisterWorkspaceDirectoryCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DeregisterWorkspaceDirectory",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeAccountCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeAccountCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DescribeAccount",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeAccountModificationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeAccountModificationsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DescribeAccountModifications",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeClientBrandingCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeClientBrandingCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DescribeClientBranding",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeClientPropertiesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeClientPropertiesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DescribeClientProperties",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeConnectClientAddInsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeConnectClientAddInsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DescribeConnectClientAddIns",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeConnectionAliasPermissionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeConnectionAliasPermissionsCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DescribeConnectionAliasPermissions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeConnectionAliasesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeConnectionAliasesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DescribeConnectionAliases",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeIpGroupsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeIpGroupsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "WorkspacesService",
38
+ operation: "DescribeIpGroups",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);