@aws-sdk/client-codecatalyst 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 (67) hide show
  1. package/dist-cjs/commands/CreateAccessTokenCommand.js +5 -0
  2. package/dist-cjs/commands/CreateDevEnvironmentCommand.js +5 -0
  3. package/dist-cjs/commands/CreateProjectCommand.js +5 -0
  4. package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +5 -0
  5. package/dist-cjs/commands/CreateSourceRepositoryCommand.js +5 -0
  6. package/dist-cjs/commands/DeleteAccessTokenCommand.js +5 -0
  7. package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteProjectCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteSourceRepositoryCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteSpaceCommand.js +5 -0
  11. package/dist-cjs/commands/GetDevEnvironmentCommand.js +5 -0
  12. package/dist-cjs/commands/GetProjectCommand.js +5 -0
  13. package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +5 -0
  14. package/dist-cjs/commands/GetSourceRepositoryCommand.js +5 -0
  15. package/dist-cjs/commands/GetSpaceCommand.js +5 -0
  16. package/dist-cjs/commands/GetSubscriptionCommand.js +5 -0
  17. package/dist-cjs/commands/GetUserDetailsCommand.js +5 -0
  18. package/dist-cjs/commands/ListAccessTokensCommand.js +5 -0
  19. package/dist-cjs/commands/ListDevEnvironmentSessionsCommand.js +5 -0
  20. package/dist-cjs/commands/ListDevEnvironmentsCommand.js +5 -0
  21. package/dist-cjs/commands/ListEventLogsCommand.js +5 -0
  22. package/dist-cjs/commands/ListProjectsCommand.js +5 -0
  23. package/dist-cjs/commands/ListSourceRepositoriesCommand.js +5 -0
  24. package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +5 -0
  25. package/dist-cjs/commands/ListSpacesCommand.js +5 -0
  26. package/dist-cjs/commands/StartDevEnvironmentCommand.js +5 -0
  27. package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +5 -0
  28. package/dist-cjs/commands/StopDevEnvironmentCommand.js +5 -0
  29. package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +5 -0
  30. package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +5 -0
  31. package/dist-cjs/commands/UpdateProjectCommand.js +5 -0
  32. package/dist-cjs/commands/UpdateSpaceCommand.js +5 -0
  33. package/dist-cjs/commands/VerifySessionCommand.js +5 -0
  34. package/dist-es/commands/CreateAccessTokenCommand.js +5 -0
  35. package/dist-es/commands/CreateDevEnvironmentCommand.js +5 -0
  36. package/dist-es/commands/CreateProjectCommand.js +5 -0
  37. package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +5 -0
  38. package/dist-es/commands/CreateSourceRepositoryCommand.js +5 -0
  39. package/dist-es/commands/DeleteAccessTokenCommand.js +5 -0
  40. package/dist-es/commands/DeleteDevEnvironmentCommand.js +5 -0
  41. package/dist-es/commands/DeleteProjectCommand.js +5 -0
  42. package/dist-es/commands/DeleteSourceRepositoryCommand.js +5 -0
  43. package/dist-es/commands/DeleteSpaceCommand.js +5 -0
  44. package/dist-es/commands/GetDevEnvironmentCommand.js +5 -0
  45. package/dist-es/commands/GetProjectCommand.js +5 -0
  46. package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +5 -0
  47. package/dist-es/commands/GetSourceRepositoryCommand.js +5 -0
  48. package/dist-es/commands/GetSpaceCommand.js +5 -0
  49. package/dist-es/commands/GetSubscriptionCommand.js +5 -0
  50. package/dist-es/commands/GetUserDetailsCommand.js +5 -0
  51. package/dist-es/commands/ListAccessTokensCommand.js +5 -0
  52. package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +5 -0
  53. package/dist-es/commands/ListDevEnvironmentsCommand.js +5 -0
  54. package/dist-es/commands/ListEventLogsCommand.js +5 -0
  55. package/dist-es/commands/ListProjectsCommand.js +5 -0
  56. package/dist-es/commands/ListSourceRepositoriesCommand.js +5 -0
  57. package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +5 -0
  58. package/dist-es/commands/ListSpacesCommand.js +5 -0
  59. package/dist-es/commands/StartDevEnvironmentCommand.js +5 -0
  60. package/dist-es/commands/StartDevEnvironmentSessionCommand.js +5 -0
  61. package/dist-es/commands/StopDevEnvironmentCommand.js +5 -0
  62. package/dist-es/commands/StopDevEnvironmentSessionCommand.js +5 -0
  63. package/dist-es/commands/UpdateDevEnvironmentCommand.js +5 -0
  64. package/dist-es/commands/UpdateProjectCommand.js +5 -0
  65. package/dist-es/commands/UpdateSpaceCommand.js +5 -0
  66. package/dist-es/commands/VerifySessionCommand.js +5 -0
  67. package/package.json +29 -29
@@ -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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateAccessTokenCommand extends smithy_client_1.Command {
@@ -32,6 +33,10 @@ class CreateAccessTokenCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: models_0_1.CreateAccessTokenResponseFilterSensitiveLog,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeCatalyst",
38
+ operation: "CreateAccessToken",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateDevEnvironmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class CreateDevEnvironmentCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "CreateDevEnvironment",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateProjectCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class CreateProjectCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "CreateProject",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateSourceRepositoryBranchCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class CreateSourceRepositoryBranchCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "CreateSourceRepositoryBranch",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateSourceRepositoryCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class CreateSourceRepositoryCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "CreateSourceRepository",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteAccessTokenCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class DeleteAccessTokenCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "DeleteAccessToken",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteDevEnvironmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class DeleteDevEnvironmentCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "DeleteDevEnvironment",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteProjectCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class DeleteProjectCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "DeleteProject",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteSourceRepositoryCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class DeleteSourceRepositoryCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "DeleteSourceRepository",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteSpaceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class DeleteSpaceCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "DeleteSpace",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetDevEnvironmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class GetDevEnvironmentCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "GetDevEnvironment",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetProjectCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class GetProjectCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "GetProject",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetSourceRepositoryCloneUrlsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class GetSourceRepositoryCloneUrlsCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "GetSourceRepositoryCloneUrls",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetSourceRepositoryCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class GetSourceRepositoryCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "GetSourceRepository",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetSpaceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class GetSpaceCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "GetSpace",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetSubscriptionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class GetSubscriptionCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "GetSubscription",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetUserDetailsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class GetUserDetailsCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "GetUserDetails",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAccessTokensCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class ListAccessTokensCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "ListAccessTokens",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListDevEnvironmentSessionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class ListDevEnvironmentSessionsCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "ListDevEnvironmentSessions",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListDevEnvironmentsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class ListDevEnvironmentsCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "ListDevEnvironments",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListEventLogsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class ListEventLogsCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "ListEventLogs",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListProjectsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class ListProjectsCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "ListProjects",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListSourceRepositoriesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class ListSourceRepositoriesCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "ListSourceRepositories",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListSourceRepositoryBranchesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class ListSourceRepositoryBranchesCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "ListSourceRepositoryBranches",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListSpacesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class ListSpacesCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "ListSpaces",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class StartDevEnvironmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class StartDevEnvironmentCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "StartDevEnvironment",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class StartDevEnvironmentSessionCommand extends smithy_client_1.Command {
@@ -32,6 +33,10 @@ class StartDevEnvironmentSessionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: models_0_1.StartDevEnvironmentSessionResponseFilterSensitiveLog,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CodeCatalyst",
38
+ operation: "StartDevEnvironmentSession",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class StopDevEnvironmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class StopDevEnvironmentCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "StopDevEnvironment",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class StopDevEnvironmentSessionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class StopDevEnvironmentSessionCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "StopDevEnvironmentSession",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateDevEnvironmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class UpdateDevEnvironmentCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "UpdateDevEnvironment",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateProjectCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class UpdateProjectCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "UpdateProject",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateSpaceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class UpdateSpaceCommand extends smithy_client_1.Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [types_1.SMITHY_CONTEXT_KEY]: {
36
+ service: "CodeCatalyst",
37
+ operation: "UpdateSpace",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);