@aws-sdk/client-workspaces 3.414.0 → 3.418.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 (131) hide show
  1. package/dist-cjs/commands/AssociateConnectionAliasCommand.js +5 -0
  2. package/dist-cjs/commands/AssociateIpGroupsCommand.js +5 -0
  3. package/dist-cjs/commands/AuthorizeIpRulesCommand.js +5 -0
  4. package/dist-cjs/commands/CopyWorkspaceImageCommand.js +5 -0
  5. package/dist-cjs/commands/CreateConnectClientAddInCommand.js +5 -0
  6. package/dist-cjs/commands/CreateConnectionAliasCommand.js +5 -0
  7. package/dist-cjs/commands/CreateIpGroupCommand.js +5 -0
  8. package/dist-cjs/commands/CreateStandbyWorkspacesCommand.js +5 -0
  9. package/dist-cjs/commands/CreateTagsCommand.js +5 -0
  10. package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +5 -0
  11. package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +5 -0
  12. package/dist-cjs/commands/CreateWorkspaceImageCommand.js +5 -0
  13. package/dist-cjs/commands/CreateWorkspacesCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteClientBrandingCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteConnectClientAddInCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteConnectionAliasCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteIpGroupCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteTagsCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +5 -0
  21. package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeAccountCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeAccountModificationsCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeClientBrandingCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeClientPropertiesCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeConnectClientAddInsCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeIpGroupsCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeTagsCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +5 -0
  33. package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +5 -0
  34. package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeWorkspacesCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +5 -0
  38. package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +5 -0
  39. package/dist-cjs/commands/DisassociateIpGroupsCommand.js +5 -0
  40. package/dist-cjs/commands/ImportClientBrandingCommand.js +5 -0
  41. package/dist-cjs/commands/ImportWorkspaceImageCommand.js +5 -0
  42. package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +5 -0
  43. package/dist-cjs/commands/MigrateWorkspaceCommand.js +5 -0
  44. package/dist-cjs/commands/ModifyAccountCommand.js +5 -0
  45. package/dist-cjs/commands/ModifyCertificateBasedAuthPropertiesCommand.js +5 -0
  46. package/dist-cjs/commands/ModifyClientPropertiesCommand.js +5 -0
  47. package/dist-cjs/commands/ModifySamlPropertiesCommand.js +5 -0
  48. package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +5 -0
  49. package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +5 -0
  50. package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +5 -0
  51. package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +5 -0
  52. package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +5 -0
  53. package/dist-cjs/commands/RebootWorkspacesCommand.js +5 -0
  54. package/dist-cjs/commands/RebuildWorkspacesCommand.js +5 -0
  55. package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +5 -0
  56. package/dist-cjs/commands/RestoreWorkspaceCommand.js +5 -0
  57. package/dist-cjs/commands/RevokeIpRulesCommand.js +5 -0
  58. package/dist-cjs/commands/StartWorkspacesCommand.js +5 -0
  59. package/dist-cjs/commands/StopWorkspacesCommand.js +5 -0
  60. package/dist-cjs/commands/TerminateWorkspacesCommand.js +5 -0
  61. package/dist-cjs/commands/UpdateConnectClientAddInCommand.js +5 -0
  62. package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +5 -0
  66. package/dist-es/commands/AssociateConnectionAliasCommand.js +5 -0
  67. package/dist-es/commands/AssociateIpGroupsCommand.js +5 -0
  68. package/dist-es/commands/AuthorizeIpRulesCommand.js +5 -0
  69. package/dist-es/commands/CopyWorkspaceImageCommand.js +5 -0
  70. package/dist-es/commands/CreateConnectClientAddInCommand.js +5 -0
  71. package/dist-es/commands/CreateConnectionAliasCommand.js +5 -0
  72. package/dist-es/commands/CreateIpGroupCommand.js +5 -0
  73. package/dist-es/commands/CreateStandbyWorkspacesCommand.js +5 -0
  74. package/dist-es/commands/CreateTagsCommand.js +5 -0
  75. package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +5 -0
  76. package/dist-es/commands/CreateWorkspaceBundleCommand.js +5 -0
  77. package/dist-es/commands/CreateWorkspaceImageCommand.js +5 -0
  78. package/dist-es/commands/CreateWorkspacesCommand.js +5 -0
  79. package/dist-es/commands/DeleteClientBrandingCommand.js +5 -0
  80. package/dist-es/commands/DeleteConnectClientAddInCommand.js +5 -0
  81. package/dist-es/commands/DeleteConnectionAliasCommand.js +5 -0
  82. package/dist-es/commands/DeleteIpGroupCommand.js +5 -0
  83. package/dist-es/commands/DeleteTagsCommand.js +5 -0
  84. package/dist-es/commands/DeleteWorkspaceBundleCommand.js +5 -0
  85. package/dist-es/commands/DeleteWorkspaceImageCommand.js +5 -0
  86. package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +5 -0
  87. package/dist-es/commands/DescribeAccountCommand.js +5 -0
  88. package/dist-es/commands/DescribeAccountModificationsCommand.js +5 -0
  89. package/dist-es/commands/DescribeClientBrandingCommand.js +5 -0
  90. package/dist-es/commands/DescribeClientPropertiesCommand.js +5 -0
  91. package/dist-es/commands/DescribeConnectClientAddInsCommand.js +5 -0
  92. package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +5 -0
  93. package/dist-es/commands/DescribeConnectionAliasesCommand.js +5 -0
  94. package/dist-es/commands/DescribeIpGroupsCommand.js +5 -0
  95. package/dist-es/commands/DescribeTagsCommand.js +5 -0
  96. package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +5 -0
  97. package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +5 -0
  98. package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +5 -0
  99. package/dist-es/commands/DescribeWorkspaceImagesCommand.js +5 -0
  100. package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +5 -0
  101. package/dist-es/commands/DescribeWorkspacesCommand.js +5 -0
  102. package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +5 -0
  103. package/dist-es/commands/DisassociateConnectionAliasCommand.js +5 -0
  104. package/dist-es/commands/DisassociateIpGroupsCommand.js +5 -0
  105. package/dist-es/commands/ImportClientBrandingCommand.js +5 -0
  106. package/dist-es/commands/ImportWorkspaceImageCommand.js +5 -0
  107. package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +5 -0
  108. package/dist-es/commands/MigrateWorkspaceCommand.js +5 -0
  109. package/dist-es/commands/ModifyAccountCommand.js +5 -0
  110. package/dist-es/commands/ModifyCertificateBasedAuthPropertiesCommand.js +5 -0
  111. package/dist-es/commands/ModifyClientPropertiesCommand.js +5 -0
  112. package/dist-es/commands/ModifySamlPropertiesCommand.js +5 -0
  113. package/dist-es/commands/ModifySelfservicePermissionsCommand.js +5 -0
  114. package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +5 -0
  115. package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +5 -0
  116. package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +5 -0
  117. package/dist-es/commands/ModifyWorkspaceStateCommand.js +5 -0
  118. package/dist-es/commands/RebootWorkspacesCommand.js +5 -0
  119. package/dist-es/commands/RebuildWorkspacesCommand.js +5 -0
  120. package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +5 -0
  121. package/dist-es/commands/RestoreWorkspaceCommand.js +5 -0
  122. package/dist-es/commands/RevokeIpRulesCommand.js +5 -0
  123. package/dist-es/commands/StartWorkspacesCommand.js +5 -0
  124. package/dist-es/commands/StopWorkspacesCommand.js +5 -0
  125. package/dist-es/commands/TerminateWorkspacesCommand.js +5 -0
  126. package/dist-es/commands/UpdateConnectClientAddInCommand.js +5 -0
  127. package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +5 -0
  128. package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +5 -0
  129. package/dist-es/commands/UpdateWorkspaceBundleCommand.js +5 -0
  130. package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +5 -0
  131. package/package.json +31 -31
@@ -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 UpdateWorkspaceImagePermissionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateWorkspaceImagePermissionCommand 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: "UpdateWorkspaceImagePermission",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AssociateConnectionAliasCommand, se_AssociateConnectionAliasCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class AssociateConnectionAliasCommand extends $Command {
@@ -29,6 +30,10 @@ export class AssociateConnectionAliasCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "AssociateConnectionAlias",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AssociateIpGroupsCommand, se_AssociateIpGroupsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class AssociateIpGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class AssociateIpGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "AssociateIpGroups",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AuthorizeIpRulesCommand, se_AuthorizeIpRulesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class AuthorizeIpRulesCommand extends $Command {
@@ -29,6 +30,10 @@ export class AuthorizeIpRulesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "AuthorizeIpRules",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CopyWorkspaceImageCommand, se_CopyWorkspaceImageCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CopyWorkspaceImageCommand extends $Command {
@@ -29,6 +30,10 @@ export class CopyWorkspaceImageCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "CopyWorkspaceImage",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateConnectClientAddInCommand, se_CreateConnectClientAddInCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateConnectClientAddInCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateConnectClientAddInCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "CreateConnectClientAddIn",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateConnectionAliasCommand, se_CreateConnectionAliasCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateConnectionAliasCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateConnectionAliasCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "CreateConnectionAlias",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateIpGroupCommand, se_CreateIpGroupCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateIpGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateIpGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "CreateIpGroup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateStandbyWorkspacesCommand, se_CreateStandbyWorkspacesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateStandbyWorkspacesCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateStandbyWorkspacesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "CreateStandbyWorkspaces",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateTagsCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateTagsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "CreateTags",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateUpdatedWorkspaceImageCommand, se_CreateUpdatedWorkspaceImageCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateUpdatedWorkspaceImageCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateUpdatedWorkspaceImageCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "CreateUpdatedWorkspaceImage",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateWorkspaceBundleCommand, se_CreateWorkspaceBundleCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateWorkspaceBundleCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateWorkspaceBundleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "CreateWorkspaceBundle",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateWorkspaceImageCommand, se_CreateWorkspaceImageCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateWorkspaceImageCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateWorkspaceImageCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "CreateWorkspaceImage",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateWorkspacesCommand, se_CreateWorkspacesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateWorkspacesCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateWorkspacesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "CreateWorkspaces",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteClientBrandingCommand, se_DeleteClientBrandingCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteClientBrandingCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteClientBrandingCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DeleteClientBranding",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteConnectClientAddInCommand, se_DeleteConnectClientAddInCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteConnectClientAddInCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteConnectClientAddInCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DeleteConnectClientAddIn",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteConnectionAliasCommand, se_DeleteConnectionAliasCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteConnectionAliasCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteConnectionAliasCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DeleteConnectionAlias",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteIpGroupCommand, se_DeleteIpGroupCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteIpGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteIpGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DeleteIpGroup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteTagsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteTagsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DeleteTags",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteWorkspaceBundleCommand, se_DeleteWorkspaceBundleCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteWorkspaceBundleCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteWorkspaceBundleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DeleteWorkspaceBundle",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteWorkspaceImageCommand, se_DeleteWorkspaceImageCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteWorkspaceImageCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteWorkspaceImageCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DeleteWorkspaceImage",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeregisterWorkspaceDirectoryCommand, se_DeregisterWorkspaceDirectoryCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeregisterWorkspaceDirectoryCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeregisterWorkspaceDirectoryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DeregisterWorkspaceDirectory",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAccountCommand, se_DescribeAccountCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeAccountCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAccountCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DescribeAccount",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAccountModificationsCommand, se_DescribeAccountModificationsCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeAccountModificationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAccountModificationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DescribeAccountModifications",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeClientBrandingCommand, se_DescribeClientBrandingCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeClientBrandingCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeClientBrandingCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DescribeClientBranding",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeClientPropertiesCommand, se_DescribeClientPropertiesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeClientPropertiesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeClientPropertiesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DescribeClientProperties",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeConnectClientAddInsCommand, se_DescribeConnectClientAddInsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeConnectClientAddInsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeConnectClientAddInsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DescribeConnectClientAddIns",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeConnectionAliasPermissionsCommand, se_DescribeConnectionAliasPermissionsCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeConnectionAliasPermissionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeConnectionAliasPermissionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DescribeConnectionAliasPermissions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeConnectionAliasesCommand, se_DescribeConnectionAliasesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeConnectionAliasesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeConnectionAliasesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DescribeConnectionAliases",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeIpGroupsCommand, se_DescribeIpGroupsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeIpGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeIpGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DescribeIpGroups",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeTagsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeTagsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DescribeTags",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeWorkspaceBundlesCommand, se_DescribeWorkspaceBundlesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeWorkspaceBundlesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeWorkspaceBundlesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "WorkspacesService",
35
+ operation: "DescribeWorkspaceBundles",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);