@aws-sdk/client-apprunner 3.478.0 → 3.484.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 (157) hide show
  1. package/dist-cjs/commands/AssociateCustomDomainCommand.js +18 -41
  2. package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +18 -41
  3. package/dist-cjs/commands/CreateConnectionCommand.js +18 -41
  4. package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +18 -41
  5. package/dist-cjs/commands/CreateServiceCommand.js +18 -41
  6. package/dist-cjs/commands/CreateVpcConnectorCommand.js +18 -41
  7. package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteConnectionCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteServiceCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteVpcConnectorCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeCustomDomainsCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeServiceCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeVpcConnectorCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +18 -41
  20. package/dist-cjs/commands/DisassociateCustomDomainCommand.js +18 -41
  21. package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +18 -41
  22. package/dist-cjs/commands/ListConnectionsCommand.js +18 -41
  23. package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +18 -41
  24. package/dist-cjs/commands/ListOperationsCommand.js +18 -41
  25. package/dist-cjs/commands/ListServicesCommand.js +18 -41
  26. package/dist-cjs/commands/ListServicesForAutoScalingConfigurationCommand.js +18 -41
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  28. package/dist-cjs/commands/ListVpcConnectorsCommand.js +18 -41
  29. package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +18 -41
  30. package/dist-cjs/commands/PauseServiceCommand.js +18 -41
  31. package/dist-cjs/commands/ResumeServiceCommand.js +18 -41
  32. package/dist-cjs/commands/StartDeploymentCommand.js +18 -41
  33. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  34. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  35. package/dist-cjs/commands/UpdateDefaultAutoScalingConfigurationCommand.js +18 -41
  36. package/dist-cjs/commands/UpdateServiceCommand.js +18 -41
  37. package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +18 -41
  38. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  39. package/dist-cjs/models/models_0.js +2 -0
  40. package/dist-es/commands/AssociateCustomDomainCommand.js +18 -41
  41. package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +18 -41
  42. package/dist-es/commands/CreateConnectionCommand.js +18 -41
  43. package/dist-es/commands/CreateObservabilityConfigurationCommand.js +18 -41
  44. package/dist-es/commands/CreateServiceCommand.js +18 -41
  45. package/dist-es/commands/CreateVpcConnectorCommand.js +18 -41
  46. package/dist-es/commands/CreateVpcIngressConnectionCommand.js +18 -41
  47. package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +18 -41
  48. package/dist-es/commands/DeleteConnectionCommand.js +18 -41
  49. package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +18 -41
  50. package/dist-es/commands/DeleteServiceCommand.js +18 -41
  51. package/dist-es/commands/DeleteVpcConnectorCommand.js +18 -41
  52. package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +18 -41
  53. package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +18 -41
  54. package/dist-es/commands/DescribeCustomDomainsCommand.js +18 -41
  55. package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +18 -41
  56. package/dist-es/commands/DescribeServiceCommand.js +18 -41
  57. package/dist-es/commands/DescribeVpcConnectorCommand.js +18 -41
  58. package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +18 -41
  59. package/dist-es/commands/DisassociateCustomDomainCommand.js +18 -41
  60. package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +18 -41
  61. package/dist-es/commands/ListConnectionsCommand.js +18 -41
  62. package/dist-es/commands/ListObservabilityConfigurationsCommand.js +18 -41
  63. package/dist-es/commands/ListOperationsCommand.js +18 -41
  64. package/dist-es/commands/ListServicesCommand.js +18 -41
  65. package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +18 -41
  66. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  67. package/dist-es/commands/ListVpcConnectorsCommand.js +18 -41
  68. package/dist-es/commands/ListVpcIngressConnectionsCommand.js +18 -41
  69. package/dist-es/commands/PauseServiceCommand.js +18 -41
  70. package/dist-es/commands/ResumeServiceCommand.js +18 -41
  71. package/dist-es/commands/StartDeploymentCommand.js +18 -41
  72. package/dist-es/commands/TagResourceCommand.js +18 -41
  73. package/dist-es/commands/UntagResourceCommand.js +18 -41
  74. package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +18 -41
  75. package/dist-es/commands/UpdateServiceCommand.js +18 -41
  76. package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +18 -41
  77. package/dist-es/endpoint/EndpointParameters.js +6 -0
  78. package/dist-es/models/models_0.js +2 -0
  79. package/dist-types/commands/AssociateCustomDomainCommand.d.ts +6 -21
  80. package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +6 -21
  81. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -21
  82. package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +6 -21
  83. package/dist-types/commands/CreateServiceCommand.d.ts +8 -23
  84. package/dist-types/commands/CreateVpcConnectorCommand.d.ts +6 -21
  85. package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +6 -21
  86. package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +6 -21
  87. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -21
  88. package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +6 -21
  89. package/dist-types/commands/DeleteServiceCommand.d.ts +7 -22
  90. package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +6 -21
  91. package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +6 -21
  92. package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +6 -21
  93. package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +6 -21
  94. package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +6 -21
  95. package/dist-types/commands/DescribeServiceCommand.d.ts +7 -22
  96. package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +6 -21
  97. package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +6 -21
  98. package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +6 -21
  99. package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +6 -21
  100. package/dist-types/commands/ListConnectionsCommand.d.ts +6 -21
  101. package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +6 -21
  102. package/dist-types/commands/ListOperationsCommand.d.ts +6 -21
  103. package/dist-types/commands/ListServicesCommand.d.ts +6 -21
  104. package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +6 -21
  105. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  106. package/dist-types/commands/ListVpcConnectorsCommand.d.ts +6 -21
  107. package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +6 -21
  108. package/dist-types/commands/PauseServiceCommand.d.ts +7 -22
  109. package/dist-types/commands/ResumeServiceCommand.d.ts +7 -22
  110. package/dist-types/commands/StartDeploymentCommand.d.ts +6 -21
  111. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  112. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  113. package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +6 -21
  114. package/dist-types/commands/UpdateServiceCommand.d.ts +8 -23
  115. package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +6 -21
  116. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  117. package/dist-types/models/models_0.d.ts +4 -2
  118. package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  156. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  157. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteServiceCommandInput extends DeleteServiceRequest {
21
20
  */
22
21
  export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteServiceCommand_base: {
24
+ new (input: DeleteServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete an App Runner service.</p>
@@ -61,7 +64,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
61
64
  * // CodeConfiguration: { // CodeConfiguration
62
65
  * // ConfigurationSource: "REPOSITORY" || "API", // required
63
66
  * // CodeConfigurationValues: { // CodeConfigurationValues
64
- * // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31", // required
67
+ * // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
65
68
  * // BuildCommand: "STRING_VALUE",
66
69
  * // StartCommand: "STRING_VALUE",
67
70
  * // Port: "STRING_VALUE",
@@ -162,23 +165,5 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
162
165
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
163
166
  *
164
167
  */
165
- export declare class DeleteServiceCommand extends $Command<DeleteServiceCommandInput, DeleteServiceCommandOutput, AppRunnerClientResolvedConfig> {
166
- readonly input: DeleteServiceCommandInput;
167
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
168
- /**
169
- * @public
170
- */
171
- constructor(input: DeleteServiceCommandInput);
172
- /**
173
- * @internal
174
- */
175
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceCommandInput, DeleteServiceCommandOutput>;
176
- /**
177
- * @internal
178
- */
179
- private serialize;
180
- /**
181
- * @internal
182
- */
183
- private deserialize;
168
+ export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
184
169
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { DeleteVpcConnectorRequest, DeleteVpcConnectorResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteVpcConnectorCommandInput extends DeleteVpcConnectorReques
21
20
  */
22
21
  export interface DeleteVpcConnectorCommandOutput extends DeleteVpcConnectorResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteVpcConnectorCommand_base: {
24
+ new (input: DeleteVpcConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete an App Runner VPC connector resource. You can't delete a
@@ -74,23 +77,5 @@ export interface DeleteVpcConnectorCommandOutput extends DeleteVpcConnectorRespo
74
77
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
75
78
  *
76
79
  */
77
- export declare class DeleteVpcConnectorCommand extends $Command<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig> {
78
- readonly input: DeleteVpcConnectorCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DeleteVpcConnectorCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DeleteVpcConnectorCommand extends DeleteVpcConnectorCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { DeleteVpcIngressConnectionRequest, DeleteVpcIngressConnectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteVpcIngressConnectionCommandInput extends DeleteVpcIngress
21
20
  */
22
21
  export interface DeleteVpcIngressConnectionCommandOutput extends DeleteVpcIngressConnectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteVpcIngressConnectionCommand_base: {
24
+ new (input: DeleteVpcIngressConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:
@@ -99,23 +102,5 @@ export interface DeleteVpcIngressConnectionCommandOutput extends DeleteVpcIngres
99
102
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
100
103
  *
101
104
  */
102
- export declare class DeleteVpcIngressConnectionCommand extends $Command<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig> {
103
- readonly input: DeleteVpcIngressConnectionCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: DeleteVpcIngressConnectionCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class DeleteVpcIngressConnectionCommand extends DeleteVpcIngressConnectionCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { DescribeAutoScalingConfigurationRequest, DescribeAutoScalingConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAutoScalingConfigurationCommandInput extends DescribeAu
21
20
  */
22
21
  export interface DescribeAutoScalingConfigurationCommandOutput extends DescribeAutoScalingConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAutoScalingConfigurationCommand_base: {
24
+ new (input: DescribeAutoScalingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Return a full description of an App Runner automatic scaling configuration resource.</p>
@@ -73,23 +76,5 @@ export interface DescribeAutoScalingConfigurationCommandOutput extends DescribeA
73
76
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
74
77
  *
75
78
  */
76
- export declare class DescribeAutoScalingConfigurationCommand extends $Command<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
77
- readonly input: DescribeAutoScalingConfigurationCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DescribeAutoScalingConfigurationCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DescribeAutoScalingConfigurationCommand extends DescribeAutoScalingConfigurationCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { DescribeCustomDomainsRequest, DescribeCustomDomainsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeCustomDomainsCommandInput extends DescribeCustomDomains
21
20
  */
22
21
  export interface DescribeCustomDomainsCommandOutput extends DescribeCustomDomainsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeCustomDomainsCommand_base: {
24
+ new (input: DescribeCustomDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Return a description of custom domain names that are associated with an App Runner service.</p>
@@ -86,23 +89,5 @@ export interface DescribeCustomDomainsCommandOutput extends DescribeCustomDomain
86
89
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
87
90
  *
88
91
  */
89
- export declare class DescribeCustomDomainsCommand extends $Command<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, AppRunnerClientResolvedConfig> {
90
- readonly input: DescribeCustomDomainsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: DescribeCustomDomainsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class DescribeCustomDomainsCommand extends DescribeCustomDomainsCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { DescribeObservabilityConfigurationRequest, DescribeObservabilityConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeObservabilityConfigurationCommandInput extends Describe
21
20
  */
22
21
  export interface DescribeObservabilityConfigurationCommandOutput extends DescribeObservabilityConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeObservabilityConfigurationCommand_base: {
24
+ new (input: DescribeObservabilityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Return a full description of an App Runner observability configuration resource.</p>
@@ -71,23 +74,5 @@ export interface DescribeObservabilityConfigurationCommandOutput extends Describ
71
74
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
72
75
  *
73
76
  */
74
- export declare class DescribeObservabilityConfigurationCommand extends $Command<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
75
- readonly input: DescribeObservabilityConfigurationCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DescribeObservabilityConfigurationCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DescribeObservabilityConfigurationCommand extends DescribeObservabilityConfigurationCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { DescribeServiceRequest, DescribeServiceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeServiceCommandInput extends DescribeServiceRequest {
21
20
  */
22
21
  export interface DescribeServiceCommandOutput extends DescribeServiceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeServiceCommand_base: {
24
+ new (input: DescribeServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceCommandInput, DescribeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Return a full description of an App Runner service.</p>
@@ -55,7 +58,7 @@ export interface DescribeServiceCommandOutput extends DescribeServiceResponse, _
55
58
  * // CodeConfiguration: { // CodeConfiguration
56
59
  * // ConfigurationSource: "REPOSITORY" || "API", // required
57
60
  * // CodeConfigurationValues: { // CodeConfigurationValues
58
- * // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31", // required
61
+ * // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
59
62
  * // BuildCommand: "STRING_VALUE",
60
63
  * // StartCommand: "STRING_VALUE",
61
64
  * // Port: "STRING_VALUE",
@@ -152,23 +155,5 @@ export interface DescribeServiceCommandOutput extends DescribeServiceResponse, _
152
155
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
153
156
  *
154
157
  */
155
- export declare class DescribeServiceCommand extends $Command<DescribeServiceCommandInput, DescribeServiceCommandOutput, AppRunnerClientResolvedConfig> {
156
- readonly input: DescribeServiceCommandInput;
157
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
158
- /**
159
- * @public
160
- */
161
- constructor(input: DescribeServiceCommandInput);
162
- /**
163
- * @internal
164
- */
165
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServiceCommandInput, DescribeServiceCommandOutput>;
166
- /**
167
- * @internal
168
- */
169
- private serialize;
170
- /**
171
- * @internal
172
- */
173
- private deserialize;
158
+ export declare class DescribeServiceCommand extends DescribeServiceCommand_base {
174
159
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { DescribeVpcConnectorRequest, DescribeVpcConnectorResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeVpcConnectorCommandInput extends DescribeVpcConnectorRe
21
20
  */
22
21
  export interface DescribeVpcConnectorCommandOutput extends DescribeVpcConnectorResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeVpcConnectorCommand_base: {
24
+ new (input: DescribeVpcConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Return a description of an App Runner VPC connector resource.</p>
@@ -73,23 +76,5 @@ export interface DescribeVpcConnectorCommandOutput extends DescribeVpcConnectorR
73
76
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
74
77
  *
75
78
  */
76
- export declare class DescribeVpcConnectorCommand extends $Command<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, AppRunnerClientResolvedConfig> {
77
- readonly input: DescribeVpcConnectorCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DescribeVpcConnectorCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DescribeVpcConnectorCommand extends DescribeVpcConnectorCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { DescribeVpcIngressConnectionRequest, DescribeVpcIngressConnectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeVpcIngressConnectionCommandInput extends DescribeVpcIng
21
20
  */
22
21
  export interface DescribeVpcIngressConnectionCommandOutput extends DescribeVpcIngressConnectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeVpcIngressConnectionCommand_base: {
24
+ new (input: DescribeVpcIngressConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Return a full description of an App Runner VPC Ingress Connection resource.</p>
@@ -73,23 +76,5 @@ export interface DescribeVpcIngressConnectionCommandOutput extends DescribeVpcIn
73
76
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
74
77
  *
75
78
  */
76
- export declare class DescribeVpcIngressConnectionCommand extends $Command<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig> {
77
- readonly input: DescribeVpcIngressConnectionCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DescribeVpcIngressConnectionCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DescribeVpcIngressConnectionCommand extends DescribeVpcIngressConnectionCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { DisassociateCustomDomainRequest, DisassociateCustomDomainResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateCustomDomainCommandInput extends DisassociateCustom
21
20
  */
22
21
  export interface DisassociateCustomDomainCommandOutput extends DisassociateCustomDomainResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateCustomDomainCommand_base: {
24
+ new (input: DisassociateCustomDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociate a custom domain name from an App Runner service.</p>
@@ -88,23 +91,5 @@ export interface DisassociateCustomDomainCommandOutput extends DisassociateCusto
88
91
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
89
92
  *
90
93
  */
91
- export declare class DisassociateCustomDomainCommand extends $Command<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig> {
92
- readonly input: DisassociateCustomDomainCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: DisassociateCustomDomainCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class DisassociateCustomDomainCommand extends DisassociateCustomDomainCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { ListAutoScalingConfigurationsRequest, ListAutoScalingConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAutoScalingConfigurationsCommandInput extends ListAutoScali
21
20
  */
22
21
  export interface ListAutoScalingConfigurationsCommandOutput extends ListAutoScalingConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAutoScalingConfigurationsCommand_base: {
24
+ new (input: ListAutoScalingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific
@@ -75,23 +78,5 @@ export interface ListAutoScalingConfigurationsCommandOutput extends ListAutoScal
75
78
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
76
79
  *
77
80
  */
78
- export declare class ListAutoScalingConfigurationsCommand extends $Command<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig> {
79
- readonly input: ListAutoScalingConfigurationsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListAutoScalingConfigurationsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListAutoScalingConfigurationsCommand extends ListAutoScalingConfigurationsCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {
21
20
  */
22
21
  export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListConnectionsCommand_base: {
24
+ new (input: ListConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of App Runner connections that are associated with your Amazon Web Services account.</p>
@@ -68,23 +71,5 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _
68
71
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
69
72
  *
70
73
  */
71
- export declare class ListConnectionsCommand extends $Command<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig> {
72
- readonly input: ListConnectionsCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListConnectionsCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectionsCommandInput, ListConnectionsCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { ListObservabilityConfigurationsRequest, ListObservabilityConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListObservabilityConfigurationsCommandInput extends ListObserva
21
20
  */
22
21
  export interface ListObservabilityConfigurationsCommandOutput extends ListObservabilityConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListObservabilityConfigurationsCommand_base: {
24
+ new (input: ListObservabilityConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific
@@ -71,23 +74,5 @@ export interface ListObservabilityConfigurationsCommandOutput extends ListObserv
71
74
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
72
75
  *
73
76
  */
74
- export declare class ListObservabilityConfigurationsCommand extends $Command<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig> {
75
- readonly input: ListObservabilityConfigurationsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListObservabilityConfigurationsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListObservabilityConfigurationsCommand extends ListObservabilityConfigurationsCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
4
  import { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOperationsCommandInput extends ListOperationsRequest {
21
20
  */
22
21
  export interface ListOperationsCommandOutput extends ListOperationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListOperationsCommand_base: {
24
+ new (input: ListOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Return a list of operations that occurred on an App Runner service.</p>
@@ -75,23 +78,5 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M
75
78
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
76
79
  *
77
80
  */
78
- export declare class ListOperationsCommand extends $Command<ListOperationsCommandInput, ListOperationsCommandOutput, AppRunnerClientResolvedConfig> {
79
- readonly input: ListOperationsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListOperationsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOperationsCommandInput, ListOperationsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListOperationsCommand extends ListOperationsCommand_base {
97
82
  }