@aws-sdk/client-amplify 3.413.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 (79) hide show
  1. package/dist-cjs/commands/CreateAppCommand.js +5 -0
  2. package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +5 -0
  3. package/dist-cjs/commands/CreateBranchCommand.js +5 -0
  4. package/dist-cjs/commands/CreateDeploymentCommand.js +5 -0
  5. package/dist-cjs/commands/CreateDomainAssociationCommand.js +5 -0
  6. package/dist-cjs/commands/CreateWebhookCommand.js +5 -0
  7. package/dist-cjs/commands/DeleteAppCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteBranchCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteDomainAssociationCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteJobCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteWebhookCommand.js +5 -0
  13. package/dist-cjs/commands/GenerateAccessLogsCommand.js +5 -0
  14. package/dist-cjs/commands/GetAppCommand.js +5 -0
  15. package/dist-cjs/commands/GetArtifactUrlCommand.js +5 -0
  16. package/dist-cjs/commands/GetBackendEnvironmentCommand.js +5 -0
  17. package/dist-cjs/commands/GetBranchCommand.js +5 -0
  18. package/dist-cjs/commands/GetDomainAssociationCommand.js +5 -0
  19. package/dist-cjs/commands/GetJobCommand.js +5 -0
  20. package/dist-cjs/commands/GetWebhookCommand.js +5 -0
  21. package/dist-cjs/commands/ListAppsCommand.js +5 -0
  22. package/dist-cjs/commands/ListArtifactsCommand.js +5 -0
  23. package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +5 -0
  24. package/dist-cjs/commands/ListBranchesCommand.js +5 -0
  25. package/dist-cjs/commands/ListDomainAssociationsCommand.js +5 -0
  26. package/dist-cjs/commands/ListJobsCommand.js +5 -0
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  28. package/dist-cjs/commands/ListWebhooksCommand.js +5 -0
  29. package/dist-cjs/commands/StartDeploymentCommand.js +5 -0
  30. package/dist-cjs/commands/StartJobCommand.js +5 -0
  31. package/dist-cjs/commands/StopJobCommand.js +5 -0
  32. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  33. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  34. package/dist-cjs/commands/UpdateAppCommand.js +5 -0
  35. package/dist-cjs/commands/UpdateBranchCommand.js +5 -0
  36. package/dist-cjs/commands/UpdateDomainAssociationCommand.js +5 -0
  37. package/dist-cjs/commands/UpdateWebhookCommand.js +5 -0
  38. package/dist-cjs/runtimeExtensions.js +3 -0
  39. package/dist-es/commands/CreateAppCommand.js +5 -0
  40. package/dist-es/commands/CreateBackendEnvironmentCommand.js +5 -0
  41. package/dist-es/commands/CreateBranchCommand.js +5 -0
  42. package/dist-es/commands/CreateDeploymentCommand.js +5 -0
  43. package/dist-es/commands/CreateDomainAssociationCommand.js +5 -0
  44. package/dist-es/commands/CreateWebhookCommand.js +5 -0
  45. package/dist-es/commands/DeleteAppCommand.js +5 -0
  46. package/dist-es/commands/DeleteBackendEnvironmentCommand.js +5 -0
  47. package/dist-es/commands/DeleteBranchCommand.js +5 -0
  48. package/dist-es/commands/DeleteDomainAssociationCommand.js +5 -0
  49. package/dist-es/commands/DeleteJobCommand.js +5 -0
  50. package/dist-es/commands/DeleteWebhookCommand.js +5 -0
  51. package/dist-es/commands/GenerateAccessLogsCommand.js +5 -0
  52. package/dist-es/commands/GetAppCommand.js +5 -0
  53. package/dist-es/commands/GetArtifactUrlCommand.js +5 -0
  54. package/dist-es/commands/GetBackendEnvironmentCommand.js +5 -0
  55. package/dist-es/commands/GetBranchCommand.js +5 -0
  56. package/dist-es/commands/GetDomainAssociationCommand.js +5 -0
  57. package/dist-es/commands/GetJobCommand.js +5 -0
  58. package/dist-es/commands/GetWebhookCommand.js +5 -0
  59. package/dist-es/commands/ListAppsCommand.js +5 -0
  60. package/dist-es/commands/ListArtifactsCommand.js +5 -0
  61. package/dist-es/commands/ListBackendEnvironmentsCommand.js +5 -0
  62. package/dist-es/commands/ListBranchesCommand.js +5 -0
  63. package/dist-es/commands/ListDomainAssociationsCommand.js +5 -0
  64. package/dist-es/commands/ListJobsCommand.js +5 -0
  65. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  66. package/dist-es/commands/ListWebhooksCommand.js +5 -0
  67. package/dist-es/commands/StartDeploymentCommand.js +5 -0
  68. package/dist-es/commands/StartJobCommand.js +5 -0
  69. package/dist-es/commands/StopJobCommand.js +5 -0
  70. package/dist-es/commands/TagResourceCommand.js +5 -0
  71. package/dist-es/commands/UntagResourceCommand.js +5 -0
  72. package/dist-es/commands/UpdateAppCommand.js +5 -0
  73. package/dist-es/commands/UpdateBranchCommand.js +5 -0
  74. package/dist-es/commands/UpdateDomainAssociationCommand.js +5 -0
  75. package/dist-es/commands/UpdateWebhookCommand.js +5 -0
  76. package/dist-es/runtimeExtensions.js +3 -0
  77. package/dist-types/extensionConfiguration.d.ts +2 -1
  78. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  79. package/package.json +31 -30
@@ -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 UntagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Amplify",
38
+ operation: "UntagResource",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class UpdateAppCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateAppCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateAppRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateAppResultFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "Amplify",
39
+ operation: "UpdateApp",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 UpdateBranchCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateBranchCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateBranchRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateBranchResultFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "Amplify",
39
+ operation: "UpdateBranch",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 UpdateDomainAssociationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateDomainAssociationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Amplify",
38
+ operation: "UpdateDomainAssociation",
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 UpdateWebhookCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateWebhookCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Amplify",
38
+ operation: "UpdateWebhook",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,17 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveRuntimeExtensions = void 0;
4
+ const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
4
5
  const protocol_http_1 = require("@smithy/protocol-http");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const asPartial = (t) => t;
7
8
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
8
9
  const extensionConfiguration = {
10
+ ...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
9
11
  ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
10
12
  ...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
11
13
  };
12
14
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
13
15
  return {
14
16
  ...runtimeConfig,
17
+ ...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
15
18
  ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
16
19
  ...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
17
20
  };
@@ -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 { CreateAppRequestFilterSensitiveLog, CreateAppResultFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateAppCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateAppRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateAppResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "Amplify",
36
+ operation: "CreateApp",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  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_CreateBackendEnvironmentCommand, se_CreateBackendEnvironmentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateBackendEnvironmentCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateBackendEnvironmentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "CreateBackendEnvironment",
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 { CreateBranchRequestFilterSensitiveLog, CreateBranchResultFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateBranchCommand, se_CreateBranchCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateBranchCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateBranchRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateBranchResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "Amplify",
36
+ operation: "CreateBranch",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  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_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateDeploymentCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateDeploymentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "CreateDeployment",
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_CreateDomainAssociationCommand, se_CreateDomainAssociationCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateDomainAssociationCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateDomainAssociationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "CreateDomainAssociation",
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_CreateWebhookCommand, se_CreateWebhookCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateWebhookCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateWebhookCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "CreateWebhook",
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 { DeleteAppResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteAppCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteAppResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "Amplify",
36
+ operation: "DeleteApp",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  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_DeleteBackendEnvironmentCommand, se_DeleteBackendEnvironmentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteBackendEnvironmentCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteBackendEnvironmentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "DeleteBackendEnvironment",
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 { DeleteBranchResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_DeleteBranchCommand, se_DeleteBranchCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteBranchCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteBranchResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "Amplify",
36
+ operation: "DeleteBranch",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  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_DeleteDomainAssociationCommand, se_DeleteDomainAssociationCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteDomainAssociationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDomainAssociationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "DeleteDomainAssociation",
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_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "DeleteJob",
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_DeleteWebhookCommand, se_DeleteWebhookCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteWebhookCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteWebhookCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "DeleteWebhook",
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_GenerateAccessLogsCommand, se_GenerateAccessLogsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GenerateAccessLogsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GenerateAccessLogsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "GenerateAccessLogs",
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 { GetAppResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetAppCommand, se_GetAppCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetAppCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetAppResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "Amplify",
36
+ operation: "GetApp",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  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_GetArtifactUrlCommand, se_GetArtifactUrlCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetArtifactUrlCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetArtifactUrlCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "GetArtifactUrl",
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_GetBackendEnvironmentCommand, se_GetBackendEnvironmentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetBackendEnvironmentCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetBackendEnvironmentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "GetBackendEnvironment",
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 { GetBranchResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetBranchCommand, se_GetBranchCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetBranchCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetBranchResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "Amplify",
36
+ operation: "GetBranch",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  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_GetDomainAssociationCommand, se_GetDomainAssociationCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetDomainAssociationCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetDomainAssociationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "GetDomainAssociation",
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_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "GetJob",
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_GetWebhookCommand, se_GetWebhookCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetWebhookCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetWebhookCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "GetWebhook",
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 { ListAppsResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListAppsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListAppsResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "Amplify",
36
+ operation: "ListApps",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  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_ListArtifactsCommand, se_ListArtifactsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListArtifactsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListArtifactsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "ListArtifacts",
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_ListBackendEnvironmentsCommand, se_ListBackendEnvironmentsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListBackendEnvironmentsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListBackendEnvironmentsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "ListBackendEnvironments",
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 { ListBranchesResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_ListBranchesCommand, se_ListBranchesCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListBranchesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListBranchesResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "Amplify",
36
+ operation: "ListBranches",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  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_ListDomainAssociationsCommand, se_ListDomainAssociationsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListDomainAssociationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDomainAssociationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "ListDomainAssociations",
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_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Amplify",
35
+ operation: "ListJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);