@aws-sdk/client-apprunner 3.529.1 → 3.535.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 (87) hide show
  1. package/dist-types/AppRunner.d.ts +7 -1
  2. package/dist-types/AppRunnerClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateCustomDomainCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateConnectionCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateVpcConnectorCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeServiceCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +2 -1
  22. package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +2 -1
  23. package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListConnectionsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListOperationsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +2 -1
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/ListVpcConnectorsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +2 -1
  32. package/dist-types/commands/PauseServiceCommand.d.ts +2 -1
  33. package/dist-types/commands/ResumeServiceCommand.d.ts +2 -1
  34. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -1
  35. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +2 -1
  40. package/dist-types/models/models_0.d.ts +338 -338
  41. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  42. package/dist-types/runtimeConfig.d.ts +2 -2
  43. package/dist-types/runtimeConfig.native.d.ts +2 -2
  44. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  45. package/dist-types/ts3.4/AppRunner.d.ts +6 -0
  46. package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  87. package/package.json +40 -40
@@ -161,18 +161,21 @@ export interface AppRunner {
161
161
  /**
162
162
  * @see {@link ListAutoScalingConfigurationsCommand}
163
163
  */
164
+ listAutoScalingConfigurations(): Promise<ListAutoScalingConfigurationsCommandOutput>;
164
165
  listAutoScalingConfigurations(args: ListAutoScalingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAutoScalingConfigurationsCommandOutput>;
165
166
  listAutoScalingConfigurations(args: ListAutoScalingConfigurationsCommandInput, cb: (err: any, data?: ListAutoScalingConfigurationsCommandOutput) => void): void;
166
167
  listAutoScalingConfigurations(args: ListAutoScalingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAutoScalingConfigurationsCommandOutput) => void): void;
167
168
  /**
168
169
  * @see {@link ListConnectionsCommand}
169
170
  */
171
+ listConnections(): Promise<ListConnectionsCommandOutput>;
170
172
  listConnections(args: ListConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectionsCommandOutput>;
171
173
  listConnections(args: ListConnectionsCommandInput, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
172
174
  listConnections(args: ListConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
173
175
  /**
174
176
  * @see {@link ListObservabilityConfigurationsCommand}
175
177
  */
178
+ listObservabilityConfigurations(): Promise<ListObservabilityConfigurationsCommandOutput>;
176
179
  listObservabilityConfigurations(args: ListObservabilityConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListObservabilityConfigurationsCommandOutput>;
177
180
  listObservabilityConfigurations(args: ListObservabilityConfigurationsCommandInput, cb: (err: any, data?: ListObservabilityConfigurationsCommandOutput) => void): void;
178
181
  listObservabilityConfigurations(args: ListObservabilityConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObservabilityConfigurationsCommandOutput) => void): void;
@@ -185,6 +188,7 @@ export interface AppRunner {
185
188
  /**
186
189
  * @see {@link ListServicesCommand}
187
190
  */
191
+ listServices(): Promise<ListServicesCommandOutput>;
188
192
  listServices(args: ListServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicesCommandOutput>;
189
193
  listServices(args: ListServicesCommandInput, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
190
194
  listServices(args: ListServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
@@ -203,12 +207,14 @@ export interface AppRunner {
203
207
  /**
204
208
  * @see {@link ListVpcConnectorsCommand}
205
209
  */
210
+ listVpcConnectors(): Promise<ListVpcConnectorsCommandOutput>;
206
211
  listVpcConnectors(args: ListVpcConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListVpcConnectorsCommandOutput>;
207
212
  listVpcConnectors(args: ListVpcConnectorsCommandInput, cb: (err: any, data?: ListVpcConnectorsCommandOutput) => void): void;
208
213
  listVpcConnectors(args: ListVpcConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcConnectorsCommandOutput) => void): void;
209
214
  /**
210
215
  * @see {@link ListVpcIngressConnectionsCommand}
211
216
  */
217
+ listVpcIngressConnections(): Promise<ListVpcIngressConnectionsCommandOutput>;
212
218
  listVpcIngressConnections(args: ListVpcIngressConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListVpcIngressConnectionsCommandOutput>;
213
219
  listVpcIngressConnections(args: ListVpcIngressConnectionsCommandInput, cb: (err: any, data?: ListVpcIngressConnectionsCommandOutput) => void): void;
214
220
  listVpcIngressConnections(args: ListVpcIngressConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcIngressConnectionsCommandOutput) => void): void;
@@ -262,7 +268,6 @@ export interface AppRunner {
262
268
  updateVpcIngressConnection(args: UpdateVpcIngressConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcIngressConnectionCommandOutput) => void): void;
263
269
  }
264
270
  /**
265
- * @public
266
271
  * <fullname>App Runner</fullname>
267
272
  * <p>App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code
268
273
  * to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to
@@ -280,6 +285,7 @@ export interface AppRunner {
280
285
  * </p>
281
286
  * <p>For a list of Region-specific endpoints that App Runner supports, see <a href="https://docs.aws.amazon.com/general/latest/gr/apprunner.html">App Runner
282
287
  * endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>.</p>
288
+ * @public
283
289
  */
284
290
  export declare class AppRunner extends AppRunnerClient implements AppRunner {
285
291
  }
@@ -188,7 +188,6 @@ export type AppRunnerClientResolvedConfigType = __SmithyResolvedConfiguration<__
188
188
  export interface AppRunnerClientResolvedConfig extends AppRunnerClientResolvedConfigType {
189
189
  }
190
190
  /**
191
- * @public
192
191
  * <fullname>App Runner</fullname>
193
192
  * <p>App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code
194
193
  * to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to
@@ -206,6 +205,7 @@ export interface AppRunnerClientResolvedConfig extends AppRunnerClientResolvedCo
206
205
  * </p>
207
206
  * <p>For a list of Region-specific endpoints that App Runner supports, see <a href="https://docs.aws.amazon.com/general/latest/gr/apprunner.html">App Runner
208
207
  * endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>.</p>
208
+ * @public
209
209
  */
210
210
  export declare class AppRunnerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppRunnerClientResolvedConfig> {
211
211
  /**
@@ -22,10 +22,10 @@ export interface AssociateCustomDomainCommandOutput extends AssociateCustomDomai
22
22
  }
23
23
  declare const AssociateCustomDomainCommand_base: {
24
24
  new (input: AssociateCustomDomainCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateCustomDomainCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associate your own domain name with the App Runner subdomain URL of your App Runner service.</p>
30
30
  * <p>After you call <code>AssociateCustomDomain</code> and receive a successful response, use the information in the <a>CustomDomain</a> record
31
31
  * that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or
@@ -89,6 +89,7 @@ declare const AssociateCustomDomainCommand_base: {
89
89
  * @throws {@link AppRunnerServiceException}
90
90
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class AssociateCustomDomainCommand extends AssociateCustomDomainCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CreateAutoScalingConfigurationCommandOutput extends CreateAutoS
22
22
  }
23
23
  declare const CreateAutoScalingConfigurationCommand_base: {
24
24
  new (input: CreateAutoScalingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAutoScalingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require
30
30
  * non-default auto scaling settings. You can share an auto scaling configuration across multiple services.</p>
31
31
  * <p>Create multiple revisions of a configuration by calling this action multiple times using the same <code>AutoScalingConfigurationName</code>. The call
@@ -94,6 +94,7 @@ declare const CreateAutoScalingConfigurationCommand_base: {
94
94
  * @throws {@link AppRunnerServiceException}
95
95
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class CreateAutoScalingConfigurationCommand extends CreateAutoScalingConfigurationCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
22
22
  }
23
23
  declare const CreateConnectionCommand_base: {
24
24
  new (input: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from
30
30
  * certain third-party providers. You can share a connection across multiple services.</p>
31
31
  * <p>A connection resource is needed to access GitHub and Bitbucket repositories. Both require
@@ -81,6 +81,7 @@ declare const CreateConnectionCommand_base: {
81
81
  * @throws {@link AppRunnerServiceException}
82
82
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CreateObservabilityConfigurationCommandOutput extends CreateObs
22
22
  }
23
23
  declare const CreateObservabilityConfigurationCommand_base: {
24
24
  new (input: CreateObservabilityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateObservabilityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable
30
30
  * non-default observability features. You can share an observability configuration across multiple services.</p>
31
31
  * <p>Create multiple revisions of a configuration by calling this action multiple times using the same <code>ObservabilityConfigurationName</code>. The
@@ -92,6 +92,7 @@ declare const CreateObservabilityConfigurationCommand_base: {
92
92
  * @throws {@link AppRunnerServiceException}
93
93
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class CreateObservabilityConfigurationCommand extends CreateObservabilityConfigurationCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
22
22
  }
23
23
  declare const CreateServiceCommand_base: {
24
24
  new (input: CreateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create an App Runner service. After the service is created, the action also automatically starts a deployment.</p>
30
30
  * <p>This is an asynchronous operation. On a successful call, you can use the returned <code>OperationId</code> and the <a href="https://docs.aws.amazon.com/apprunner/latest/api/API_ListOperations.html">ListOperations</a> call to track the operation's progress.</p>
31
31
  * @example
@@ -239,6 +239,7 @@ declare const CreateServiceCommand_base: {
239
239
  * @throws {@link AppRunnerServiceException}
240
240
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
241
241
  *
242
+ * @public
242
243
  */
243
244
  export declare class CreateServiceCommand extends CreateServiceCommand_base {
244
245
  }
@@ -22,10 +22,10 @@ export interface CreateVpcConnectorCommandOutput extends CreateVpcConnectorRespo
22
22
  }
23
23
  declare const CreateVpcConnectorCommand_base: {
24
24
  new (input: CreateVpcConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVpcConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud
30
30
  * (Amazon VPC).</p>
31
31
  * @example
@@ -90,6 +90,7 @@ declare const CreateVpcConnectorCommand_base: {
90
90
  * @throws {@link AppRunnerServiceException}
91
91
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class CreateVpcConnectorCommand extends CreateVpcConnectorCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface CreateVpcIngressConnectionCommandOutput extends CreateVpcIngres
22
22
  }
23
23
  declare const CreateVpcIngressConnectionCommand_base: {
24
24
  new (input: CreateVpcIngressConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVpcIngressConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const CreateVpcIngressConnectionCommand_base: {
91
91
  * @throws {@link AppRunnerServiceException}
92
92
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class CreateVpcIngressConnectionCommand extends CreateVpcIngressConnectionCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface DeleteAutoScalingConfigurationCommandOutput extends DeleteAutoS
22
22
  }
23
23
  declare const DeleteAutoScalingConfigurationCommand_base: {
24
24
  new (input: DeleteAutoScalingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAutoScalingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all
30
30
  * revisions associated with the top level configuration. You can't delete the default auto scaling configuration or a configuration that's used by one or
31
31
  * more App Runner services.</p>
@@ -78,6 +78,7 @@ declare const DeleteAutoScalingConfigurationCommand_base: {
78
78
  * @throws {@link AppRunnerServiceException}
79
79
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteAutoScalingConfigurationCommand extends DeleteAutoScalingConfigurationCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
22
22
  }
23
23
  declare const DeleteConnectionCommand_base: {
24
24
  new (input: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the
30
30
  * <code>DeleteConnection</code> action fails.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const DeleteConnectionCommand_base: {
69
69
  * @throws {@link AppRunnerServiceException}
70
70
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteObservabilityConfigurationCommandOutput extends DeleteObs
22
22
  }
23
23
  declare const DeleteObservabilityConfigurationCommand_base: {
24
24
  new (input: DeleteObservabilityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteObservabilityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a
30
30
  * configuration that's used by one or more App Runner services.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const DeleteObservabilityConfigurationCommand_base: {
74
74
  * @throws {@link AppRunnerServiceException}
75
75
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteObservabilityConfigurationCommand extends DeleteObservabilityConfigurationCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
22
22
  }
23
23
  declare const DeleteServiceCommand_base: {
24
24
  new (input: DeleteServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an App Runner service.</p>
30
30
  * <p>This is an asynchronous operation. On a successful call, you can use the returned <code>OperationId</code> and the <a>ListOperations</a>
31
31
  * call to track the operation's progress.</p>
@@ -164,6 +164,7 @@ declare const DeleteServiceCommand_base: {
164
164
  * @throws {@link AppRunnerServiceException}
165
165
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
166
166
  *
167
+ * @public
167
168
  */
168
169
  export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
169
170
  }
@@ -22,10 +22,10 @@ export interface DeleteVpcConnectorCommandOutput extends DeleteVpcConnectorRespo
22
22
  }
23
23
  declare const DeleteVpcConnectorCommand_base: {
24
24
  new (input: DeleteVpcConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVpcConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an App Runner VPC connector resource. You can't delete a
30
30
  * connector that's used by one or more App Runner services.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const DeleteVpcConnectorCommand_base: {
76
76
  * @throws {@link AppRunnerServiceException}
77
77
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteVpcConnectorCommand extends DeleteVpcConnectorCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DeleteVpcIngressConnectionCommandOutput extends DeleteVpcIngres
22
22
  }
23
23
  declare const DeleteVpcIngressConnectionCommand_base: {
24
24
  new (input: DeleteVpcIngressConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVpcIngressConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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:
30
30
  * </p>
31
31
  * <ul>
@@ -101,6 +101,7 @@ declare const DeleteVpcIngressConnectionCommand_base: {
101
101
  * @throws {@link AppRunnerServiceException}
102
102
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class DeleteVpcIngressConnectionCommand extends DeleteVpcIngressConnectionCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface DescribeAutoScalingConfigurationCommandOutput extends DescribeA
22
22
  }
23
23
  declare const DescribeAutoScalingConfigurationCommand_base: {
24
24
  new (input: DescribeAutoScalingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAutoScalingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Return a full description of an App Runner automatic scaling configuration resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DescribeAutoScalingConfigurationCommand_base: {
75
75
  * @throws {@link AppRunnerServiceException}
76
76
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DescribeAutoScalingConfigurationCommand extends DescribeAutoScalingConfigurationCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DescribeCustomDomainsCommandOutput extends DescribeCustomDomain
22
22
  }
23
23
  declare const DescribeCustomDomainsCommand_base: {
24
24
  new (input: DescribeCustomDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeCustomDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Return a description of custom domain names that are associated with an App Runner service.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const DescribeCustomDomainsCommand_base: {
88
88
  * @throws {@link AppRunnerServiceException}
89
89
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class DescribeCustomDomainsCommand extends DescribeCustomDomainsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface DescribeObservabilityConfigurationCommandOutput extends Describ
22
22
  }
23
23
  declare const DescribeObservabilityConfigurationCommand_base: {
24
24
  new (input: DescribeObservabilityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeObservabilityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Return a full description of an App Runner observability configuration resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const DescribeObservabilityConfigurationCommand_base: {
73
73
  * @throws {@link AppRunnerServiceException}
74
74
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DescribeObservabilityConfigurationCommand extends DescribeObservabilityConfigurationCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface DescribeServiceCommandOutput extends DescribeServiceResponse, _
22
22
  }
23
23
  declare const DescribeServiceCommand_base: {
24
24
  new (input: DescribeServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceCommandInput, DescribeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceCommandInput, DescribeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Return a full description of an App Runner service.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -154,6 +154,7 @@ declare const DescribeServiceCommand_base: {
154
154
  * @throws {@link AppRunnerServiceException}
155
155
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
156
156
  *
157
+ * @public
157
158
  */
158
159
  export declare class DescribeServiceCommand extends DescribeServiceCommand_base {
159
160
  }
@@ -22,10 +22,10 @@ export interface DescribeVpcConnectorCommandOutput extends DescribeVpcConnectorR
22
22
  }
23
23
  declare const DescribeVpcConnectorCommand_base: {
24
24
  new (input: DescribeVpcConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeVpcConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Return a description of an App Runner VPC connector resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DescribeVpcConnectorCommand_base: {
75
75
  * @throws {@link AppRunnerServiceException}
76
76
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DescribeVpcConnectorCommand extends DescribeVpcConnectorCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DescribeVpcIngressConnectionCommandOutput extends DescribeVpcIn
22
22
  }
23
23
  declare const DescribeVpcIngressConnectionCommand_base: {
24
24
  new (input: DescribeVpcIngressConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeVpcIngressConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Return a full description of an App Runner VPC Ingress Connection resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DescribeVpcIngressConnectionCommand_base: {
75
75
  * @throws {@link AppRunnerServiceException}
76
76
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DescribeVpcIngressConnectionCommand extends DescribeVpcIngressConnectionCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DisassociateCustomDomainCommandOutput extends DisassociateCusto
22
22
  }
23
23
  declare const DisassociateCustomDomainCommand_base: {
24
24
  new (input: DisassociateCustomDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateCustomDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociate a custom domain name from an App Runner service.</p>
30
30
  * <p>Certificates tracking domain validity are associated with a custom domain and are stored in <a href="https://docs.aws.amazon.com/acm/latest/userguide">AWS
31
31
  * Certificate Manager (ACM)</a>. These certificates aren't deleted as part of this action. App Runner delays certificate deletion for
@@ -90,6 +90,7 @@ declare const DisassociateCustomDomainCommand_base: {
90
90
  * @throws {@link AppRunnerServiceException}
91
91
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class DisassociateCustomDomainCommand extends DisassociateCustomDomainCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface ListAutoScalingConfigurationsCommandOutput extends ListAutoScal
22
22
  }
23
23
  declare const ListAutoScalingConfigurationsCommand_base: {
24
24
  new (input: ListAutoScalingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAutoScalingConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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
30
30
  * configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested
31
31
  * name.</p>
@@ -77,6 +77,7 @@ declare const ListAutoScalingConfigurationsCommand_base: {
77
77
  * @throws {@link AppRunnerServiceException}
78
78
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListAutoScalingConfigurationsCommand extends ListAutoScalingConfigurationsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _
22
22
  }
23
23
  declare const ListConnectionsCommand_base: {
24
24
  new (input: ListConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of App Runner connections that are associated with your Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const ListConnectionsCommand_base: {
70
70
  * @throws {@link AppRunnerServiceException}
71
71
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface ListObservabilityConfigurationsCommandOutput extends ListObserv
22
22
  }
23
23
  declare const ListObservabilityConfigurationsCommand_base: {
24
24
  new (input: ListObservabilityConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListObservabilityConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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
30
30
  * configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested
31
31
  * name.</p>
@@ -73,6 +73,7 @@ declare const ListObservabilityConfigurationsCommand_base: {
73
73
  * @throws {@link AppRunnerServiceException}
74
74
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListObservabilityConfigurationsCommand extends ListObservabilityConfigurationsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M
22
22
  }
23
23
  declare const ListOperationsCommand_base: {
24
24
  new (input: ListOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Return a list of operations that occurred on an App Runner service.</p>
30
30
  * <p>The resulting list of <a>OperationSummary</a> objects is sorted in reverse chronological order. The first object on the list represents the
31
31
  * last started operation.</p>
@@ -77,6 +77,7 @@ declare const ListOperationsCommand_base: {
77
77
  * @throws {@link AppRunnerServiceException}
78
78
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListOperationsCommand extends ListOperationsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
22
22
  }
23
23
  declare const ListServicesCommand_base: {
24
24
  new (input: ListServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of running App Runner services in your Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const ListServicesCommand_base: {
71
71
  * @throws {@link AppRunnerServiceException}
72
72
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListServicesCommand extends ListServicesCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface ListServicesForAutoScalingConfigurationCommandOutput extends Li
22
22
  }
23
23
  declare const ListServicesForAutoScalingConfigurationCommand_base: {
24
24
  new (input: ListServicesForAutoScalingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListServicesForAutoScalingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of the associated App Runner services using an auto scaling configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const ListServicesForAutoScalingConfigurationCommand_base: {
67
67
  * @throws {@link AppRunnerServiceException}
68
68
  * <p>Base exception class for all service exceptions from AppRunner service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class ListServicesForAutoScalingConfigurationCommand extends ListServicesForAutoScalingConfigurationCommand_base {
72
73
  }