@aws-sdk/client-apprunner 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 (114) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/AppRunner.js +4 -0
  3. package/dist-cjs/commands/AssociateCustomDomainCommand.js +5 -0
  4. package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +5 -0
  5. package/dist-cjs/commands/CreateConnectionCommand.js +5 -0
  6. package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +5 -0
  7. package/dist-cjs/commands/CreateServiceCommand.js +5 -0
  8. package/dist-cjs/commands/CreateVpcConnectorCommand.js +5 -0
  9. package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteConnectionCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteServiceCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteVpcConnectorCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +5 -0
  16. package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeCustomDomainsCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeServiceCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeVpcConnectorCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +5 -0
  22. package/dist-cjs/commands/DisassociateCustomDomainCommand.js +5 -0
  23. package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +5 -0
  24. package/dist-cjs/commands/ListConnectionsCommand.js +5 -0
  25. package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +5 -0
  26. package/dist-cjs/commands/ListOperationsCommand.js +5 -0
  27. package/dist-cjs/commands/ListServicesCommand.js +5 -0
  28. package/dist-cjs/commands/ListServicesForAutoScalingConfigurationCommand.js +51 -0
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  30. package/dist-cjs/commands/ListVpcConnectorsCommand.js +5 -0
  31. package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +5 -0
  32. package/dist-cjs/commands/PauseServiceCommand.js +5 -0
  33. package/dist-cjs/commands/ResumeServiceCommand.js +5 -0
  34. package/dist-cjs/commands/StartDeploymentCommand.js +5 -0
  35. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  36. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  37. package/dist-cjs/commands/UpdateDefaultAutoScalingConfigurationCommand.js +51 -0
  38. package/dist-cjs/commands/UpdateServiceCommand.js +5 -0
  39. package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +5 -0
  40. package/dist-cjs/commands/index.js +2 -0
  41. package/dist-cjs/pagination/ListServicesForAutoScalingConfigurationPaginator.js +29 -0
  42. package/dist-cjs/pagination/index.js +1 -0
  43. package/dist-cjs/protocols/Aws_json1_0.js +128 -4
  44. package/dist-es/AppRunner.js +4 -0
  45. package/dist-es/commands/AssociateCustomDomainCommand.js +5 -0
  46. package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +5 -0
  47. package/dist-es/commands/CreateConnectionCommand.js +5 -0
  48. package/dist-es/commands/CreateObservabilityConfigurationCommand.js +5 -0
  49. package/dist-es/commands/CreateServiceCommand.js +5 -0
  50. package/dist-es/commands/CreateVpcConnectorCommand.js +5 -0
  51. package/dist-es/commands/CreateVpcIngressConnectionCommand.js +5 -0
  52. package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +5 -0
  53. package/dist-es/commands/DeleteConnectionCommand.js +5 -0
  54. package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +5 -0
  55. package/dist-es/commands/DeleteServiceCommand.js +5 -0
  56. package/dist-es/commands/DeleteVpcConnectorCommand.js +5 -0
  57. package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +5 -0
  58. package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +5 -0
  59. package/dist-es/commands/DescribeCustomDomainsCommand.js +5 -0
  60. package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +5 -0
  61. package/dist-es/commands/DescribeServiceCommand.js +5 -0
  62. package/dist-es/commands/DescribeVpcConnectorCommand.js +5 -0
  63. package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +5 -0
  64. package/dist-es/commands/DisassociateCustomDomainCommand.js +5 -0
  65. package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +5 -0
  66. package/dist-es/commands/ListConnectionsCommand.js +5 -0
  67. package/dist-es/commands/ListObservabilityConfigurationsCommand.js +5 -0
  68. package/dist-es/commands/ListOperationsCommand.js +5 -0
  69. package/dist-es/commands/ListServicesCommand.js +5 -0
  70. package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +47 -0
  71. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  72. package/dist-es/commands/ListVpcConnectorsCommand.js +5 -0
  73. package/dist-es/commands/ListVpcIngressConnectionsCommand.js +5 -0
  74. package/dist-es/commands/PauseServiceCommand.js +5 -0
  75. package/dist-es/commands/ResumeServiceCommand.js +5 -0
  76. package/dist-es/commands/StartDeploymentCommand.js +5 -0
  77. package/dist-es/commands/TagResourceCommand.js +5 -0
  78. package/dist-es/commands/UntagResourceCommand.js +5 -0
  79. package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +47 -0
  80. package/dist-es/commands/UpdateServiceCommand.js +5 -0
  81. package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +5 -0
  82. package/dist-es/commands/index.js +2 -0
  83. package/dist-es/pagination/ListServicesForAutoScalingConfigurationPaginator.js +25 -0
  84. package/dist-es/pagination/index.js +1 -0
  85. package/dist-es/protocols/Aws_json1_0.js +122 -2
  86. package/dist-types/AppRunner.d.ts +14 -0
  87. package/dist-types/AppRunnerClient.d.ts +4 -2
  88. package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +4 -2
  89. package/dist-types/commands/CreateServiceCommand.d.ts +4 -0
  90. package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +6 -2
  91. package/dist-types/commands/DeleteServiceCommand.d.ts +4 -0
  92. package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +2 -0
  93. package/dist-types/commands/DescribeServiceCommand.d.ts +4 -0
  94. package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +4 -0
  95. package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +87 -0
  96. package/dist-types/commands/PauseServiceCommand.d.ts +4 -0
  97. package/dist-types/commands/ResumeServiceCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +96 -0
  99. package/dist-types/commands/UpdateServiceCommand.d.ts +4 -0
  100. package/dist-types/commands/index.d.ts +2 -0
  101. package/dist-types/models/models_0.d.ts +135 -6
  102. package/dist-types/pagination/ListServicesForAutoScalingConfigurationPaginator.d.ts +7 -0
  103. package/dist-types/pagination/index.d.ts +1 -0
  104. package/dist-types/protocols/Aws_json1_0.d.ts +18 -0
  105. package/dist-types/ts3.4/AppRunner.d.ts +46 -0
  106. package/dist-types/ts3.4/AppRunnerClient.d.ts +12 -0
  107. package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +42 -0
  109. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +22 -0
  111. package/dist-types/ts3.4/pagination/ListServicesForAutoScalingConfigurationPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  113. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +24 -0
  114. 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 ListVpcConnectorsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListVpcConnectorsCommand 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: "ListVpcConnectors",
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 ListVpcIngressConnectionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListVpcIngressConnectionsCommand 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: "ListVpcIngressConnections",
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 PauseServiceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class PauseServiceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.PauseServiceResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AppRunner",
39
+ operation: "PauseService",
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_json1_0_1 = require("../protocols/Aws_json1_0");
10
11
  class ResumeServiceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ResumeServiceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ResumeServiceResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AppRunner",
39
+ operation: "ResumeService",
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 StartDeploymentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartDeploymentCommand 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: "StartDeployment",
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 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);
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateDefaultAutoScalingConfigurationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
+ class UpdateDefaultAutoScalingConfigurationCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateDefaultAutoScalingConfigurationCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "AppRunnerClient";
29
+ const commandName = "UpdateDefaultAutoScalingConfigurationCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AppRunner",
38
+ operation: "UpdateDefaultAutoScalingConfiguration",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_0_1.se_UpdateDefaultAutoScalingConfigurationCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_0_1.de_UpdateDefaultAutoScalingConfigurationCommand)(output, context);
49
+ }
50
+ }
51
+ exports.UpdateDefaultAutoScalingConfigurationCommand = UpdateDefaultAutoScalingConfigurationCommand;
@@ -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);
@@ -26,6 +26,7 @@ tslib_1.__exportStar(require("./ListConnectionsCommand"), exports);
26
26
  tslib_1.__exportStar(require("./ListObservabilityConfigurationsCommand"), exports);
27
27
  tslib_1.__exportStar(require("./ListOperationsCommand"), exports);
28
28
  tslib_1.__exportStar(require("./ListServicesCommand"), exports);
29
+ tslib_1.__exportStar(require("./ListServicesForAutoScalingConfigurationCommand"), exports);
29
30
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
30
31
  tslib_1.__exportStar(require("./ListVpcConnectorsCommand"), exports);
31
32
  tslib_1.__exportStar(require("./ListVpcIngressConnectionsCommand"), exports);
@@ -34,5 +35,6 @@ tslib_1.__exportStar(require("./ResumeServiceCommand"), exports);
34
35
  tslib_1.__exportStar(require("./StartDeploymentCommand"), exports);
35
36
  tslib_1.__exportStar(require("./TagResourceCommand"), exports);
36
37
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
38
+ tslib_1.__exportStar(require("./UpdateDefaultAutoScalingConfigurationCommand"), exports);
37
39
  tslib_1.__exportStar(require("./UpdateServiceCommand"), exports);
38
40
  tslib_1.__exportStar(require("./UpdateVpcIngressConnectionCommand"), exports);
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListServicesForAutoScalingConfiguration = void 0;
4
+ const AppRunnerClient_1 = require("../AppRunnerClient");
5
+ const ListServicesForAutoScalingConfigurationCommand_1 = require("../commands/ListServicesForAutoScalingConfigurationCommand");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListServicesForAutoScalingConfigurationCommand_1.ListServicesForAutoScalingConfigurationCommand(input), ...args);
8
+ };
9
+ async function* paginateListServicesForAutoScalingConfiguration(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.NextToken = token;
15
+ input["MaxResults"] = config.pageSize;
16
+ if (config.client instanceof AppRunnerClient_1.AppRunnerClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected AppRunner | AppRunnerClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.NextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListServicesForAutoScalingConfiguration = paginateListServicesForAutoScalingConfiguration;
@@ -7,6 +7,7 @@ tslib_1.__exportStar(require("./ListAutoScalingConfigurationsPaginator"), export
7
7
  tslib_1.__exportStar(require("./ListConnectionsPaginator"), exports);
8
8
  tslib_1.__exportStar(require("./ListObservabilityConfigurationsPaginator"), exports);
9
9
  tslib_1.__exportStar(require("./ListOperationsPaginator"), exports);
10
+ tslib_1.__exportStar(require("./ListServicesForAutoScalingConfigurationPaginator"), exports);
10
11
  tslib_1.__exportStar(require("./ListServicesPaginator"), exports);
11
12
  tslib_1.__exportStar(require("./ListVpcConnectorsPaginator"), exports);
12
13
  tslib_1.__exportStar(require("./ListVpcIngressConnectionsPaginator"), exports);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.de_DescribeCustomDomainsCommand = exports.de_DescribeAutoScalingConfigurationCommand = exports.de_DeleteVpcIngressConnectionCommand = exports.de_DeleteVpcConnectorCommand = exports.de_DeleteServiceCommand = exports.de_DeleteObservabilityConfigurationCommand = exports.de_DeleteConnectionCommand = exports.de_DeleteAutoScalingConfigurationCommand = exports.de_CreateVpcIngressConnectionCommand = exports.de_CreateVpcConnectorCommand = exports.de_CreateServiceCommand = exports.de_CreateObservabilityConfigurationCommand = exports.de_CreateConnectionCommand = exports.de_CreateAutoScalingConfigurationCommand = exports.de_AssociateCustomDomainCommand = exports.se_UpdateVpcIngressConnectionCommand = exports.se_UpdateServiceCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_StartDeploymentCommand = exports.se_ResumeServiceCommand = exports.se_PauseServiceCommand = exports.se_ListVpcIngressConnectionsCommand = exports.se_ListVpcConnectorsCommand = exports.se_ListTagsForResourceCommand = exports.se_ListServicesCommand = exports.se_ListOperationsCommand = exports.se_ListObservabilityConfigurationsCommand = exports.se_ListConnectionsCommand = exports.se_ListAutoScalingConfigurationsCommand = exports.se_DisassociateCustomDomainCommand = exports.se_DescribeVpcIngressConnectionCommand = exports.se_DescribeVpcConnectorCommand = exports.se_DescribeServiceCommand = exports.se_DescribeObservabilityConfigurationCommand = exports.se_DescribeCustomDomainsCommand = exports.se_DescribeAutoScalingConfigurationCommand = exports.se_DeleteVpcIngressConnectionCommand = exports.se_DeleteVpcConnectorCommand = exports.se_DeleteServiceCommand = exports.se_DeleteObservabilityConfigurationCommand = exports.se_DeleteConnectionCommand = exports.se_DeleteAutoScalingConfigurationCommand = exports.se_CreateVpcIngressConnectionCommand = exports.se_CreateVpcConnectorCommand = exports.se_CreateServiceCommand = exports.se_CreateObservabilityConfigurationCommand = exports.se_CreateConnectionCommand = exports.se_CreateAutoScalingConfigurationCommand = exports.se_AssociateCustomDomainCommand = void 0;
4
- exports.de_UpdateVpcIngressConnectionCommand = exports.de_UpdateServiceCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_StartDeploymentCommand = exports.de_ResumeServiceCommand = exports.de_PauseServiceCommand = exports.de_ListVpcIngressConnectionsCommand = exports.de_ListVpcConnectorsCommand = exports.de_ListTagsForResourceCommand = exports.de_ListServicesCommand = exports.de_ListOperationsCommand = exports.de_ListObservabilityConfigurationsCommand = exports.de_ListConnectionsCommand = exports.de_ListAutoScalingConfigurationsCommand = exports.de_DisassociateCustomDomainCommand = exports.de_DescribeVpcIngressConnectionCommand = exports.de_DescribeVpcConnectorCommand = exports.de_DescribeServiceCommand = exports.de_DescribeObservabilityConfigurationCommand = void 0;
3
+ exports.de_DeleteVpcIngressConnectionCommand = exports.de_DeleteVpcConnectorCommand = exports.de_DeleteServiceCommand = exports.de_DeleteObservabilityConfigurationCommand = exports.de_DeleteConnectionCommand = exports.de_DeleteAutoScalingConfigurationCommand = exports.de_CreateVpcIngressConnectionCommand = exports.de_CreateVpcConnectorCommand = exports.de_CreateServiceCommand = exports.de_CreateObservabilityConfigurationCommand = exports.de_CreateConnectionCommand = exports.de_CreateAutoScalingConfigurationCommand = exports.de_AssociateCustomDomainCommand = exports.se_UpdateVpcIngressConnectionCommand = exports.se_UpdateServiceCommand = exports.se_UpdateDefaultAutoScalingConfigurationCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_StartDeploymentCommand = exports.se_ResumeServiceCommand = exports.se_PauseServiceCommand = exports.se_ListVpcIngressConnectionsCommand = exports.se_ListVpcConnectorsCommand = exports.se_ListTagsForResourceCommand = exports.se_ListServicesForAutoScalingConfigurationCommand = exports.se_ListServicesCommand = exports.se_ListOperationsCommand = exports.se_ListObservabilityConfigurationsCommand = exports.se_ListConnectionsCommand = exports.se_ListAutoScalingConfigurationsCommand = exports.se_DisassociateCustomDomainCommand = exports.se_DescribeVpcIngressConnectionCommand = exports.se_DescribeVpcConnectorCommand = exports.se_DescribeServiceCommand = exports.se_DescribeObservabilityConfigurationCommand = exports.se_DescribeCustomDomainsCommand = exports.se_DescribeAutoScalingConfigurationCommand = exports.se_DeleteVpcIngressConnectionCommand = exports.se_DeleteVpcConnectorCommand = exports.se_DeleteServiceCommand = exports.se_DeleteObservabilityConfigurationCommand = exports.se_DeleteConnectionCommand = exports.se_DeleteAutoScalingConfigurationCommand = exports.se_CreateVpcIngressConnectionCommand = exports.se_CreateVpcConnectorCommand = exports.se_CreateServiceCommand = exports.se_CreateObservabilityConfigurationCommand = exports.se_CreateConnectionCommand = exports.se_CreateAutoScalingConfigurationCommand = exports.se_AssociateCustomDomainCommand = void 0;
4
+ exports.de_UpdateVpcIngressConnectionCommand = exports.de_UpdateServiceCommand = exports.de_UpdateDefaultAutoScalingConfigurationCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_StartDeploymentCommand = exports.de_ResumeServiceCommand = exports.de_PauseServiceCommand = exports.de_ListVpcIngressConnectionsCommand = exports.de_ListVpcConnectorsCommand = exports.de_ListTagsForResourceCommand = exports.de_ListServicesForAutoScalingConfigurationCommand = exports.de_ListServicesCommand = exports.de_ListOperationsCommand = exports.de_ListObservabilityConfigurationsCommand = exports.de_ListConnectionsCommand = exports.de_ListAutoScalingConfigurationsCommand = exports.de_DisassociateCustomDomainCommand = exports.de_DescribeVpcIngressConnectionCommand = exports.de_DescribeVpcConnectorCommand = exports.de_DescribeServiceCommand = exports.de_DescribeObservabilityConfigurationCommand = exports.de_DescribeCustomDomainsCommand = exports.de_DescribeAutoScalingConfigurationCommand = void 0;
5
5
  const protocol_http_1 = require("@smithy/protocol-http");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const AppRunnerServiceException_1 = require("../models/AppRunnerServiceException");
@@ -181,6 +181,13 @@ const se_ListServicesCommand = async (input, context) => {
181
181
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
182
182
  };
183
183
  exports.se_ListServicesCommand = se_ListServicesCommand;
184
+ const se_ListServicesForAutoScalingConfigurationCommand = async (input, context) => {
185
+ const headers = sharedHeaders("ListServicesForAutoScalingConfiguration");
186
+ let body;
187
+ body = JSON.stringify((0, smithy_client_1._json)(input));
188
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
189
+ };
190
+ exports.se_ListServicesForAutoScalingConfigurationCommand = se_ListServicesForAutoScalingConfigurationCommand;
184
191
  const se_ListTagsForResourceCommand = async (input, context) => {
185
192
  const headers = sharedHeaders("ListTagsForResource");
186
193
  let body;
@@ -237,6 +244,13 @@ const se_UntagResourceCommand = async (input, context) => {
237
244
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
238
245
  };
239
246
  exports.se_UntagResourceCommand = se_UntagResourceCommand;
247
+ const se_UpdateDefaultAutoScalingConfigurationCommand = async (input, context) => {
248
+ const headers = sharedHeaders("UpdateDefaultAutoScalingConfiguration");
249
+ let body;
250
+ body = JSON.stringify((0, smithy_client_1._json)(input));
251
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
252
+ };
253
+ exports.se_UpdateDefaultAutoScalingConfigurationCommand = se_UpdateDefaultAutoScalingConfigurationCommand;
240
254
  const se_UpdateServiceCommand = async (input, context) => {
241
255
  const headers = sharedHeaders("UpdateService");
242
256
  let body;
@@ -1049,7 +1063,7 @@ const de_ListAutoScalingConfigurationsCommand = async (output, context) => {
1049
1063
  }
1050
1064
  const data = await parseBody(output.body, context);
1051
1065
  let contents = {};
1052
- contents = (0, smithy_client_1._json)(data);
1066
+ contents = de_ListAutoScalingConfigurationsResponse(data, context);
1053
1067
  const response = {
1054
1068
  $metadata: deserializeMetadata(output),
1055
1069
  ...contents,
@@ -1226,6 +1240,45 @@ const de_ListServicesCommandError = async (output, context) => {
1226
1240
  });
1227
1241
  }
1228
1242
  };
1243
+ const de_ListServicesForAutoScalingConfigurationCommand = async (output, context) => {
1244
+ if (output.statusCode >= 300) {
1245
+ return de_ListServicesForAutoScalingConfigurationCommandError(output, context);
1246
+ }
1247
+ const data = await parseBody(output.body, context);
1248
+ let contents = {};
1249
+ contents = (0, smithy_client_1._json)(data);
1250
+ const response = {
1251
+ $metadata: deserializeMetadata(output),
1252
+ ...contents,
1253
+ };
1254
+ return response;
1255
+ };
1256
+ exports.de_ListServicesForAutoScalingConfigurationCommand = de_ListServicesForAutoScalingConfigurationCommand;
1257
+ const de_ListServicesForAutoScalingConfigurationCommandError = async (output, context) => {
1258
+ const parsedOutput = {
1259
+ ...output,
1260
+ body: await parseErrorBody(output.body, context),
1261
+ };
1262
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1263
+ switch (errorCode) {
1264
+ case "InternalServiceErrorException":
1265
+ case "com.amazonaws.apprunner#InternalServiceErrorException":
1266
+ throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
1267
+ case "InvalidRequestException":
1268
+ case "com.amazonaws.apprunner#InvalidRequestException":
1269
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
1270
+ case "ResourceNotFoundException":
1271
+ case "com.amazonaws.apprunner#ResourceNotFoundException":
1272
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1273
+ default:
1274
+ const parsedBody = parsedOutput.body;
1275
+ return throwDefaultError({
1276
+ output,
1277
+ parsedBody,
1278
+ errorCode,
1279
+ });
1280
+ }
1281
+ };
1229
1282
  const de_ListTagsForResourceCommand = async (output, context) => {
1230
1283
  if (output.statusCode >= 300) {
1231
1284
  return de_ListTagsForResourceCommandError(output, context);
@@ -1547,6 +1600,45 @@ const de_UntagResourceCommandError = async (output, context) => {
1547
1600
  });
1548
1601
  }
1549
1602
  };
1603
+ const de_UpdateDefaultAutoScalingConfigurationCommand = async (output, context) => {
1604
+ if (output.statusCode >= 300) {
1605
+ return de_UpdateDefaultAutoScalingConfigurationCommandError(output, context);
1606
+ }
1607
+ const data = await parseBody(output.body, context);
1608
+ let contents = {};
1609
+ contents = de_UpdateDefaultAutoScalingConfigurationResponse(data, context);
1610
+ const response = {
1611
+ $metadata: deserializeMetadata(output),
1612
+ ...contents,
1613
+ };
1614
+ return response;
1615
+ };
1616
+ exports.de_UpdateDefaultAutoScalingConfigurationCommand = de_UpdateDefaultAutoScalingConfigurationCommand;
1617
+ const de_UpdateDefaultAutoScalingConfigurationCommandError = async (output, context) => {
1618
+ const parsedOutput = {
1619
+ ...output,
1620
+ body: await parseErrorBody(output.body, context),
1621
+ };
1622
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1623
+ switch (errorCode) {
1624
+ case "InternalServiceErrorException":
1625
+ case "com.amazonaws.apprunner#InternalServiceErrorException":
1626
+ throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
1627
+ case "InvalidRequestException":
1628
+ case "com.amazonaws.apprunner#InvalidRequestException":
1629
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
1630
+ case "ResourceNotFoundException":
1631
+ case "com.amazonaws.apprunner#ResourceNotFoundException":
1632
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1633
+ default:
1634
+ const parsedBody = parsedOutput.body;
1635
+ return throwDefaultError({
1636
+ output,
1637
+ parsedBody,
1638
+ errorCode,
1639
+ });
1640
+ }
1641
+ };
1550
1642
  const de_UpdateServiceCommand = async (output, context) => {
1551
1643
  if (output.statusCode >= 300) {
1552
1644
  return de_UpdateServiceCommandError(output, context);
@@ -1683,6 +1775,8 @@ const de_AutoScalingConfiguration = (output, context) => {
1683
1775
  AutoScalingConfigurationRevision: smithy_client_1.expectInt32,
1684
1776
  CreatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
1685
1777
  DeletedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
1778
+ HasAssociatedService: smithy_client_1.expectBoolean,
1779
+ IsDefault: smithy_client_1.expectBoolean,
1686
1780
  Latest: smithy_client_1.expectBoolean,
1687
1781
  MaxConcurrency: smithy_client_1.expectInt32,
1688
1782
  MaxSize: smithy_client_1.expectInt32,
@@ -1690,6 +1784,25 @@ const de_AutoScalingConfiguration = (output, context) => {
1690
1784
  Status: smithy_client_1.expectString,
1691
1785
  });
1692
1786
  };
1787
+ const de_AutoScalingConfigurationSummary = (output, context) => {
1788
+ return (0, smithy_client_1.take)(output, {
1789
+ AutoScalingConfigurationArn: smithy_client_1.expectString,
1790
+ AutoScalingConfigurationName: smithy_client_1.expectString,
1791
+ AutoScalingConfigurationRevision: smithy_client_1.expectInt32,
1792
+ CreatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
1793
+ HasAssociatedService: smithy_client_1.expectBoolean,
1794
+ IsDefault: smithy_client_1.expectBoolean,
1795
+ Status: smithy_client_1.expectString,
1796
+ });
1797
+ };
1798
+ const de_AutoScalingConfigurationSummaryList = (output, context) => {
1799
+ const retVal = (output || [])
1800
+ .filter((e) => e != null)
1801
+ .map((entry) => {
1802
+ return de_AutoScalingConfigurationSummary(entry, context);
1803
+ });
1804
+ return retVal;
1805
+ };
1693
1806
  const de_Connection = (output, context) => {
1694
1807
  return (0, smithy_client_1.take)(output, {
1695
1808
  ConnectionArn: smithy_client_1.expectString,
@@ -1803,6 +1916,12 @@ const de_DescribeVpcIngressConnectionResponse = (output, context) => {
1803
1916
  VpcIngressConnection: (_) => de_VpcIngressConnection(_, context),
1804
1917
  });
1805
1918
  };
1919
+ const de_ListAutoScalingConfigurationsResponse = (output, context) => {
1920
+ return (0, smithy_client_1.take)(output, {
1921
+ AutoScalingConfigurationSummaryList: (_) => de_AutoScalingConfigurationSummaryList(_, context),
1922
+ NextToken: smithy_client_1.expectString,
1923
+ });
1924
+ };
1806
1925
  const de_ListConnectionsResponse = (output, context) => {
1807
1926
  return (0, smithy_client_1.take)(output, {
1808
1927
  ConnectionSummaryList: (_) => de_ConnectionSummaryList(_, context),
@@ -1872,7 +1991,7 @@ const de_ResumeServiceResponse = (output, context) => {
1872
1991
  };
1873
1992
  const de_Service = (output, context) => {
1874
1993
  return (0, smithy_client_1.take)(output, {
1875
- AutoScalingConfigurationSummary: smithy_client_1._json,
1994
+ AutoScalingConfigurationSummary: (_) => de_AutoScalingConfigurationSummary(_, context),
1876
1995
  CreatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
1877
1996
  DeletedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
1878
1997
  EncryptionConfiguration: smithy_client_1._json,
@@ -1908,6 +2027,11 @@ const de_ServiceSummaryList = (output, context) => {
1908
2027
  });
1909
2028
  return retVal;
1910
2029
  };
2030
+ const de_UpdateDefaultAutoScalingConfigurationResponse = (output, context) => {
2031
+ return (0, smithy_client_1.take)(output, {
2032
+ AutoScalingConfiguration: (_) => de_AutoScalingConfiguration(_, context),
2033
+ });
2034
+ };
1911
2035
  const de_UpdateServiceResponse = (output, context) => {
1912
2036
  return (0, smithy_client_1.take)(output, {
1913
2037
  OperationId: smithy_client_1.expectString,
@@ -25,6 +25,7 @@ import { ListConnectionsCommand, } from "./commands/ListConnectionsCommand";
25
25
  import { ListObservabilityConfigurationsCommand, } from "./commands/ListObservabilityConfigurationsCommand";
26
26
  import { ListOperationsCommand, } from "./commands/ListOperationsCommand";
27
27
  import { ListServicesCommand, } from "./commands/ListServicesCommand";
28
+ import { ListServicesForAutoScalingConfigurationCommand, } from "./commands/ListServicesForAutoScalingConfigurationCommand";
28
29
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
29
30
  import { ListVpcConnectorsCommand, } from "./commands/ListVpcConnectorsCommand";
30
31
  import { ListVpcIngressConnectionsCommand, } from "./commands/ListVpcIngressConnectionsCommand";
@@ -33,6 +34,7 @@ import { ResumeServiceCommand, } from "./commands/ResumeServiceCommand";
33
34
  import { StartDeploymentCommand, } from "./commands/StartDeploymentCommand";
34
35
  import { TagResourceCommand } from "./commands/TagResourceCommand";
35
36
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
37
+ import { UpdateDefaultAutoScalingConfigurationCommand, } from "./commands/UpdateDefaultAutoScalingConfigurationCommand";
36
38
  import { UpdateServiceCommand, } from "./commands/UpdateServiceCommand";
37
39
  import { UpdateVpcIngressConnectionCommand, } from "./commands/UpdateVpcIngressConnectionCommand";
38
40
  const commands = {
@@ -61,6 +63,7 @@ const commands = {
61
63
  ListObservabilityConfigurationsCommand,
62
64
  ListOperationsCommand,
63
65
  ListServicesCommand,
66
+ ListServicesForAutoScalingConfigurationCommand,
64
67
  ListTagsForResourceCommand,
65
68
  ListVpcConnectorsCommand,
66
69
  ListVpcIngressConnectionsCommand,
@@ -69,6 +72,7 @@ const commands = {
69
72
  StartDeploymentCommand,
70
73
  TagResourceCommand,
71
74
  UntagResourceCommand,
75
+ UpdateDefaultAutoScalingConfigurationCommand,
72
76
  UpdateServiceCommand,
73
77
  UpdateVpcIngressConnectionCommand,
74
78
  };
@@ -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);