@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 Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class VerifySessionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,6 +32,10 @@ class VerifySessionCommand 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: "VerifySession",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  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 { CreateAccessTokenResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateAccessTokenCommand, se_CreateAccessTokenCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -29,6 +30,10 @@ export class CreateAccessTokenCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: CreateAccessTokenResponseFilterSensitiveLog,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeCatalyst",
35
+ operation: "CreateAccessToken",
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_CreateDevEnvironmentCommand, se_CreateDevEnvironmentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateDevEnvironmentCommand extends $Command {
@@ -28,6 +29,10 @@ export class CreateDevEnvironmentCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "CreateDevEnvironment",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateProjectCommand extends $Command {
@@ -28,6 +29,10 @@ export class CreateProjectCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "CreateProject",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_CreateSourceRepositoryBranchCommand, se_CreateSourceRepositoryBranchCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateSourceRepositoryBranchCommand extends $Command {
@@ -28,6 +29,10 @@ export class CreateSourceRepositoryBranchCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "CreateSourceRepositoryBranch",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_CreateSourceRepositoryCommand, se_CreateSourceRepositoryCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateSourceRepositoryCommand extends $Command {
@@ -28,6 +29,10 @@ export class CreateSourceRepositoryCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "CreateSourceRepository",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_DeleteAccessTokenCommand, se_DeleteAccessTokenCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteAccessTokenCommand extends $Command {
@@ -28,6 +29,10 @@ export class DeleteAccessTokenCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "DeleteAccessToken",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_DeleteDevEnvironmentCommand, se_DeleteDevEnvironmentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteDevEnvironmentCommand extends $Command {
@@ -28,6 +29,10 @@ export class DeleteDevEnvironmentCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "DeleteDevEnvironment",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteProjectCommand extends $Command {
@@ -28,6 +29,10 @@ export class DeleteProjectCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "DeleteProject",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_DeleteSourceRepositoryCommand, se_DeleteSourceRepositoryCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteSourceRepositoryCommand extends $Command {
@@ -28,6 +29,10 @@ export class DeleteSourceRepositoryCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "DeleteSourceRepository",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_DeleteSpaceCommand, se_DeleteSpaceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteSpaceCommand extends $Command {
@@ -28,6 +29,10 @@ export class DeleteSpaceCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "DeleteSpace",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_GetDevEnvironmentCommand, se_GetDevEnvironmentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetDevEnvironmentCommand extends $Command {
@@ -28,6 +29,10 @@ export class GetDevEnvironmentCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "GetDevEnvironment",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_GetProjectCommand, se_GetProjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetProjectCommand extends $Command {
@@ -28,6 +29,10 @@ export class GetProjectCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "GetProject",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_GetSourceRepositoryCloneUrlsCommand, se_GetSourceRepositoryCloneUrlsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSourceRepositoryCloneUrlsCommand extends $Command {
@@ -28,6 +29,10 @@ export class GetSourceRepositoryCloneUrlsCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "GetSourceRepositoryCloneUrls",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_GetSourceRepositoryCommand, se_GetSourceRepositoryCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSourceRepositoryCommand extends $Command {
@@ -28,6 +29,10 @@ export class GetSourceRepositoryCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "GetSourceRepository",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_GetSpaceCommand, se_GetSpaceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSpaceCommand extends $Command {
@@ -28,6 +29,10 @@ export class GetSpaceCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "GetSpace",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_GetSubscriptionCommand, se_GetSubscriptionCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSubscriptionCommand extends $Command {
@@ -28,6 +29,10 @@ export class GetSubscriptionCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "GetSubscription",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_GetUserDetailsCommand, se_GetUserDetailsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetUserDetailsCommand extends $Command {
@@ -28,6 +29,10 @@ export class GetUserDetailsCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "GetUserDetails",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_ListAccessTokensCommand, se_ListAccessTokensCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAccessTokensCommand extends $Command {
@@ -28,6 +29,10 @@ export class ListAccessTokensCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "ListAccessTokens",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_ListDevEnvironmentSessionsCommand, se_ListDevEnvironmentSessionsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListDevEnvironmentSessionsCommand extends $Command {
@@ -28,6 +29,10 @@ export class ListDevEnvironmentSessionsCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "ListDevEnvironmentSessions",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_ListDevEnvironmentsCommand, se_ListDevEnvironmentsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListDevEnvironmentsCommand extends $Command {
@@ -28,6 +29,10 @@ export class ListDevEnvironmentsCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "ListDevEnvironments",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_ListEventLogsCommand, se_ListEventLogsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListEventLogsCommand extends $Command {
@@ -28,6 +29,10 @@ export class ListEventLogsCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "ListEventLogs",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListProjectsCommand extends $Command {
@@ -28,6 +29,10 @@ export class ListProjectsCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "ListProjects",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_ListSourceRepositoriesCommand, se_ListSourceRepositoriesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListSourceRepositoriesCommand extends $Command {
@@ -28,6 +29,10 @@ export class ListSourceRepositoriesCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "ListSourceRepositories",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_ListSourceRepositoryBranchesCommand, se_ListSourceRepositoryBranchesCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListSourceRepositoryBranchesCommand extends $Command {
@@ -28,6 +29,10 @@ export class ListSourceRepositoryBranchesCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "ListSourceRepositoryBranches",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_ListSpacesCommand, se_ListSpacesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListSpacesCommand extends $Command {
@@ -28,6 +29,10 @@ export class ListSpacesCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "ListSpaces",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_StartDevEnvironmentCommand, se_StartDevEnvironmentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class StartDevEnvironmentCommand extends $Command {
@@ -28,6 +29,10 @@ export class StartDevEnvironmentCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "StartDevEnvironment",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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 { StartDevEnvironmentSessionResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_StartDevEnvironmentSessionCommand, se_StartDevEnvironmentSessionCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -29,6 +30,10 @@ export class StartDevEnvironmentSessionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: StartDevEnvironmentSessionResponseFilterSensitiveLog,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CodeCatalyst",
35
+ operation: "StartDevEnvironmentSession",
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_StopDevEnvironmentCommand, se_StopDevEnvironmentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class StopDevEnvironmentCommand extends $Command {
@@ -28,6 +29,10 @@ export class StopDevEnvironmentCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "StopDevEnvironment",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_StopDevEnvironmentSessionCommand, se_StopDevEnvironmentSessionCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class StopDevEnvironmentSessionCommand extends $Command {
@@ -28,6 +29,10 @@ export class StopDevEnvironmentSessionCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "StopDevEnvironmentSession",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_UpdateDevEnvironmentCommand, se_UpdateDevEnvironmentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateDevEnvironmentCommand extends $Command {
@@ -28,6 +29,10 @@ export class UpdateDevEnvironmentCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "UpdateDevEnvironment",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  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_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateProjectCommand extends $Command {
@@ -28,6 +29,10 @@ export class UpdateProjectCommand extends $Command {
28
29
  commandName,
29
30
  inputFilterSensitiveLog: (_) => _,
30
31
  outputFilterSensitiveLog: (_) => _,
32
+ [SMITHY_CONTEXT_KEY]: {
33
+ service: "CodeCatalyst",
34
+ operation: "UpdateProject",
35
+ },
31
36
  };
32
37
  const { requestHandler } = configuration;
33
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);