@aws-sdk/client-apprunner 3.417.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 (75) hide show
  1. package/dist-cjs/commands/AssociateCustomDomainCommand.js +5 -0
  2. package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +5 -0
  3. package/dist-cjs/commands/CreateConnectionCommand.js +5 -0
  4. package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +5 -0
  5. package/dist-cjs/commands/CreateServiceCommand.js +5 -0
  6. package/dist-cjs/commands/CreateVpcConnectorCommand.js +5 -0
  7. package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteConnectionCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteServiceCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteVpcConnectorCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +5 -0
  14. package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +5 -0
  15. package/dist-cjs/commands/DescribeCustomDomainsCommand.js +5 -0
  16. package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeServiceCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeVpcConnectorCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +5 -0
  20. package/dist-cjs/commands/DisassociateCustomDomainCommand.js +5 -0
  21. package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +5 -0
  22. package/dist-cjs/commands/ListConnectionsCommand.js +5 -0
  23. package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +5 -0
  24. package/dist-cjs/commands/ListOperationsCommand.js +5 -0
  25. package/dist-cjs/commands/ListServicesCommand.js +5 -0
  26. package/dist-cjs/commands/ListServicesForAutoScalingConfigurationCommand.js +5 -0
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  28. package/dist-cjs/commands/ListVpcConnectorsCommand.js +5 -0
  29. package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +5 -0
  30. package/dist-cjs/commands/PauseServiceCommand.js +5 -0
  31. package/dist-cjs/commands/ResumeServiceCommand.js +5 -0
  32. package/dist-cjs/commands/StartDeploymentCommand.js +5 -0
  33. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  34. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  35. package/dist-cjs/commands/UpdateDefaultAutoScalingConfigurationCommand.js +5 -0
  36. package/dist-cjs/commands/UpdateServiceCommand.js +5 -0
  37. package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +5 -0
  38. package/dist-es/commands/AssociateCustomDomainCommand.js +5 -0
  39. package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +5 -0
  40. package/dist-es/commands/CreateConnectionCommand.js +5 -0
  41. package/dist-es/commands/CreateObservabilityConfigurationCommand.js +5 -0
  42. package/dist-es/commands/CreateServiceCommand.js +5 -0
  43. package/dist-es/commands/CreateVpcConnectorCommand.js +5 -0
  44. package/dist-es/commands/CreateVpcIngressConnectionCommand.js +5 -0
  45. package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +5 -0
  46. package/dist-es/commands/DeleteConnectionCommand.js +5 -0
  47. package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +5 -0
  48. package/dist-es/commands/DeleteServiceCommand.js +5 -0
  49. package/dist-es/commands/DeleteVpcConnectorCommand.js +5 -0
  50. package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +5 -0
  51. package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +5 -0
  52. package/dist-es/commands/DescribeCustomDomainsCommand.js +5 -0
  53. package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +5 -0
  54. package/dist-es/commands/DescribeServiceCommand.js +5 -0
  55. package/dist-es/commands/DescribeVpcConnectorCommand.js +5 -0
  56. package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +5 -0
  57. package/dist-es/commands/DisassociateCustomDomainCommand.js +5 -0
  58. package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +5 -0
  59. package/dist-es/commands/ListConnectionsCommand.js +5 -0
  60. package/dist-es/commands/ListObservabilityConfigurationsCommand.js +5 -0
  61. package/dist-es/commands/ListOperationsCommand.js +5 -0
  62. package/dist-es/commands/ListServicesCommand.js +5 -0
  63. package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +5 -0
  64. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  65. package/dist-es/commands/ListVpcConnectorsCommand.js +5 -0
  66. package/dist-es/commands/ListVpcIngressConnectionsCommand.js +5 -0
  67. package/dist-es/commands/PauseServiceCommand.js +5 -0
  68. package/dist-es/commands/ResumeServiceCommand.js +5 -0
  69. package/dist-es/commands/StartDeploymentCommand.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/UpdateDefaultAutoScalingConfigurationCommand.js +5 -0
  73. package/dist-es/commands/UpdateServiceCommand.js +5 -0
  74. package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +5 -0
  75. package/package.json +31 -31
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class TagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class TagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AppRunner",
38
+ operation: "TagResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
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: "AppRunner",
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 Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdateDefaultAutoScalingConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateDefaultAutoScalingConfigurationCommand extends smithy_client_1.Comma
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AppRunner",
38
+ operation: "UpdateDefaultAutoScalingConfiguration",
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_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class UpdateServiceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateServiceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateServiceRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateServiceResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AppRunner",
39
+ operation: "UpdateService",
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_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdateVpcIngressConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateVpcIngressConnectionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AppRunner",
38
+ operation: "UpdateVpcIngressConnection",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AssociateCustomDomainCommand, se_AssociateCustomDomainCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class AssociateCustomDomainCommand extends $Command {
@@ -29,6 +30,10 @@ export class AssociateCustomDomainCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "AssociateCustomDomain",
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_CreateAutoScalingConfigurationCommand, se_CreateAutoScalingConfigurationCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateAutoScalingConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateAutoScalingConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "CreateAutoScalingConfiguration",
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_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "CreateConnection",
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_CreateObservabilityConfigurationCommand, se_CreateObservabilityConfigurationCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateObservabilityConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateObservabilityConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "CreateObservabilityConfiguration",
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 { CreateServiceRequestFilterSensitiveLog, CreateServiceResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateServiceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateServiceRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateServiceResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AppRunner",
36
+ operation: "CreateService",
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_CreateVpcConnectorCommand, se_CreateVpcConnectorCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateVpcConnectorCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateVpcConnectorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "CreateVpcConnector",
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_CreateVpcIngressConnectionCommand, se_CreateVpcIngressConnectionCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateVpcIngressConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateVpcIngressConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "CreateVpcIngressConnection",
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_DeleteAutoScalingConfigurationCommand, se_DeleteAutoScalingConfigurationCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteAutoScalingConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAutoScalingConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DeleteAutoScalingConfiguration",
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_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DeleteConnection",
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_DeleteObservabilityConfigurationCommand, se_DeleteObservabilityConfigurationCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteObservabilityConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteObservabilityConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DeleteObservabilityConfiguration",
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 { DeleteServiceResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeleteServiceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeleteServiceResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AppRunner",
36
+ operation: "DeleteService",
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_DeleteVpcConnectorCommand, se_DeleteVpcConnectorCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteVpcConnectorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteVpcConnectorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DeleteVpcConnector",
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_DeleteVpcIngressConnectionCommand, se_DeleteVpcIngressConnectionCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteVpcIngressConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteVpcIngressConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DeleteVpcIngressConnection",
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_DescribeAutoScalingConfigurationCommand, se_DescribeAutoScalingConfigurationCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DescribeAutoScalingConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAutoScalingConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DescribeAutoScalingConfiguration",
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_DescribeCustomDomainsCommand, se_DescribeCustomDomainsCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DescribeCustomDomainsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeCustomDomainsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DescribeCustomDomains",
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_DescribeObservabilityConfigurationCommand, se_DescribeObservabilityConfigurationCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DescribeObservabilityConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeObservabilityConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DescribeObservabilityConfiguration",
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 { DescribeServiceResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeServiceCommand, se_DescribeServiceCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeServiceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeServiceResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AppRunner",
36
+ operation: "DescribeService",
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_DescribeVpcConnectorCommand, se_DescribeVpcConnectorCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DescribeVpcConnectorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeVpcConnectorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DescribeVpcConnector",
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_DescribeVpcIngressConnectionCommand, se_DescribeVpcIngressConnectionCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DescribeVpcIngressConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeVpcIngressConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DescribeVpcIngressConnection",
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_DisassociateCustomDomainCommand, se_DisassociateCustomDomainCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DisassociateCustomDomainCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateCustomDomainCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "DisassociateCustomDomain",
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_ListAutoScalingConfigurationsCommand, se_ListAutoScalingConfigurationsCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class ListAutoScalingConfigurationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAutoScalingConfigurationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "ListAutoScalingConfigurations",
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_ListConnectionsCommand, se_ListConnectionsCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class ListConnectionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListConnectionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "ListConnections",
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_ListObservabilityConfigurationsCommand, se_ListObservabilityConfigurationsCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class ListObservabilityConfigurationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListObservabilityConfigurationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "ListObservabilityConfigurations",
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_ListOperationsCommand, se_ListOperationsCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class ListOperationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListOperationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "ListOperations",
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_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class ListServicesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListServicesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "ListServices",
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_ListServicesForAutoScalingConfigurationCommand, se_ListServicesForAutoScalingConfigurationCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class ListServicesForAutoScalingConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListServicesForAutoScalingConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "ListServicesForAutoScalingConfiguration",
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "ListTagsForResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);