@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
@@ -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);
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_ListServicesForAutoScalingConfigurationCommand, se_ListServicesForAutoScalingConfigurationCommand, } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class ListServicesForAutoScalingConfigurationCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListServicesForAutoScalingConfigurationCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "AppRunnerClient";
26
+ const commandName = "ListServicesForAutoScalingConfigurationCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "ListServicesForAutoScalingConfiguration",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_ListServicesForAutoScalingConfigurationCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_ListServicesForAutoScalingConfigurationCommand(output, context);
46
+ }
47
+ }
@@ -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);
@@ -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_ListVpcConnectorsCommand, se_ListVpcConnectorsCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class ListVpcConnectorsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListVpcConnectorsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "ListVpcConnectors",
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_ListVpcIngressConnectionsCommand, se_ListVpcIngressConnectionsCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class ListVpcIngressConnectionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListVpcIngressConnectionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "ListVpcIngressConnections",
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 { PauseServiceResponseFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_PauseServiceCommand, se_PauseServiceCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class PauseServiceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: PauseServiceResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AppRunner",
36
+ operation: "PauseService",
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 { ResumeServiceResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ResumeServiceCommand, se_ResumeServiceCommand } from "../protocols/Aws_json1_0";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ResumeServiceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ResumeServiceResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AppRunner",
36
+ operation: "ResumeService",
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_StartDeploymentCommand, se_StartDeploymentCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class StartDeploymentCommand extends $Command {
@@ -29,6 +30,10 @@ export class StartDeploymentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "StartDeployment",
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class TagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "TagResource",
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class UntagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppRunner",
35
+ operation: "UntagResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);