@aws-sdk/client-apprunner 3.533.0 → 3.540.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 (85) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/AppRunner.d.ts +7 -1
  6. package/dist-types/AppRunnerClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateCustomDomainCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateConnectionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateVpcConnectorCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeServiceCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +2 -1
  26. package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +2 -1
  27. package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListConnectionsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListOperationsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/ListVpcConnectorsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +2 -1
  36. package/dist-types/commands/PauseServiceCommand.d.ts +2 -1
  37. package/dist-types/commands/ResumeServiceCommand.d.ts +2 -1
  38. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -1
  39. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +2 -1
  44. package/dist-types/index.d.ts +0 -1
  45. package/dist-types/models/models_0.d.ts +338 -338
  46. package/dist-types/ts3.4/AppRunner.d.ts +6 -0
  47. package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/index.d.ts +0 -1
  85. package/package.json +40 -40
@@ -415,6 +415,7 @@ export interface AppRunner {
415
415
  options: __HttpHandlerOptions,
416
416
  cb: (err: any, data?: DisassociateCustomDomainCommandOutput) => void
417
417
  ): void;
418
+ listAutoScalingConfigurations(): Promise<ListAutoScalingConfigurationsCommandOutput>;
418
419
  listAutoScalingConfigurations(
419
420
  args: ListAutoScalingConfigurationsCommandInput,
420
421
  options?: __HttpHandlerOptions
@@ -428,6 +429,7 @@ export interface AppRunner {
428
429
  options: __HttpHandlerOptions,
429
430
  cb: (err: any, data?: ListAutoScalingConfigurationsCommandOutput) => void
430
431
  ): void;
432
+ listConnections(): Promise<ListConnectionsCommandOutput>;
431
433
  listConnections(
432
434
  args: ListConnectionsCommandInput,
433
435
  options?: __HttpHandlerOptions
@@ -441,6 +443,7 @@ export interface AppRunner {
441
443
  options: __HttpHandlerOptions,
442
444
  cb: (err: any, data?: ListConnectionsCommandOutput) => void
443
445
  ): void;
446
+ listObservabilityConfigurations(): Promise<ListObservabilityConfigurationsCommandOutput>;
444
447
  listObservabilityConfigurations(
445
448
  args: ListObservabilityConfigurationsCommandInput,
446
449
  options?: __HttpHandlerOptions
@@ -467,6 +470,7 @@ export interface AppRunner {
467
470
  options: __HttpHandlerOptions,
468
471
  cb: (err: any, data?: ListOperationsCommandOutput) => void
469
472
  ): void;
473
+ listServices(): Promise<ListServicesCommandOutput>;
470
474
  listServices(
471
475
  args: ListServicesCommandInput,
472
476
  options?: __HttpHandlerOptions
@@ -512,6 +516,7 @@ export interface AppRunner {
512
516
  options: __HttpHandlerOptions,
513
517
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
514
518
  ): void;
519
+ listVpcConnectors(): Promise<ListVpcConnectorsCommandOutput>;
515
520
  listVpcConnectors(
516
521
  args: ListVpcConnectorsCommandInput,
517
522
  options?: __HttpHandlerOptions
@@ -525,6 +530,7 @@ export interface AppRunner {
525
530
  options: __HttpHandlerOptions,
526
531
  cb: (err: any, data?: ListVpcConnectorsCommandOutput) => void
527
532
  ): void;
533
+ listVpcIngressConnections(): Promise<ListVpcIngressConnectionsCommandOutput>;
528
534
  listVpcIngressConnections(
529
535
  args: ListVpcIngressConnectionsCommandInput,
530
536
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AssociateCustomDomainCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateCustomDomainCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateCustomDomainCommandInput,
32
+ AssociateCustomDomainCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateCustomDomainCommand extends AssociateCustomDomainCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateAutoScalingConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAutoScalingConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAutoScalingConfigurationCommandInput,
32
+ CreateAutoScalingConfigurationCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAutoScalingConfigurationCommand extends CreateAutoScalingConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateConnectionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateConnectionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateConnectionCommandInput,
31
+ CreateConnectionCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateConnectionCommand extends CreateConnectionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateObservabilityConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateObservabilityConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateObservabilityConfigurationCommandInput,
32
+ CreateObservabilityConfigurationCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateObservabilityConfigurationCommand extends CreateObservabilityConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateServiceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateServiceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateServiceCommandInput,
31
+ CreateServiceCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateServiceCommand extends CreateServiceCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateVpcConnectorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateVpcConnectorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateVpcConnectorCommandInput,
32
+ CreateVpcConnectorCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateVpcConnectorCommand extends CreateVpcConnectorCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateVpcIngressConnectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateVpcIngressConnectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateVpcIngressConnectionCommandInput,
32
+ CreateVpcIngressConnectionCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateVpcIngressConnectionCommand extends CreateVpcIngressConnectionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteAutoScalingConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteAutoScalingConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteAutoScalingConfigurationCommandInput,
32
+ DeleteAutoScalingConfigurationCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteAutoScalingConfigurationCommand extends DeleteAutoScalingConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteConnectionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteConnectionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteConnectionCommandInput,
31
+ DeleteConnectionCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteObservabilityConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteObservabilityConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteObservabilityConfigurationCommandInput,
32
+ DeleteObservabilityConfigurationCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteObservabilityConfigurationCommand extends DeleteObservabilityConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteServiceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteServiceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteServiceCommandInput,
31
+ DeleteServiceCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteServiceCommand extends DeleteServiceCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteVpcConnectorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteVpcConnectorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteVpcConnectorCommandInput,
32
+ DeleteVpcConnectorCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteVpcConnectorCommand extends DeleteVpcConnectorCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteVpcIngressConnectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteVpcIngressConnectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteVpcIngressConnectionCommandInput,
32
+ DeleteVpcIngressConnectionCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteVpcIngressConnectionCommand extends DeleteVpcIngressConnectionCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAutoScalingConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeAutoScalingConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAutoScalingConfigurationCommandInput,
32
+ DescribeAutoScalingConfigurationCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAutoScalingConfigurationCommand extends DescribeAutoScalingConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeCustomDomainsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeCustomDomainsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeCustomDomainsCommandInput,
32
+ DescribeCustomDomainsCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeCustomDomainsCommand extends DescribeCustomDomainsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeObservabilityConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeObservabilityConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeObservabilityConfigurationCommandInput,
32
+ DescribeObservabilityConfigurationCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeObservabilityConfigurationCommand extends DescribeObservabilityConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeServiceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeServiceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeServiceCommandInput,
31
+ DescribeServiceCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeServiceCommand extends DescribeServiceCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeVpcConnectorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeVpcConnectorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeVpcConnectorCommandInput,
32
+ DescribeVpcConnectorCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeVpcConnectorCommand extends DescribeVpcConnectorCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeVpcIngressConnectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeVpcIngressConnectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeVpcIngressConnectionCommandInput,
32
+ DescribeVpcIngressConnectionCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeVpcIngressConnectionCommand extends DescribeVpcIngressConnectionCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateCustomDomainCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateCustomDomainCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateCustomDomainCommandInput,
32
+ DisassociateCustomDomainCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateCustomDomainCommand extends DisassociateCustomDomainCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAutoScalingConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListAutoScalingConfigurationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAutoScalingConfigurationsCommandInput,
32
+ ListAutoScalingConfigurationsCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAutoScalingConfigurationsCommand extends ListAutoScalingConfigurationsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListConnectionsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListConnectionsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListConnectionsCommandInput,
31
+ ListConnectionsCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListConnectionsCommand extends ListConnectionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListObservabilityConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListObservabilityConfigurationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListObservabilityConfigurationsCommandInput,
32
+ ListObservabilityConfigurationsCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListObservabilityConfigurationsCommand extends ListObservabilityConfigurationsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListOperationsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListOperationsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListOperationsCommandInput,
31
+ ListOperationsCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListOperationsCommand extends ListOperationsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListServicesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListServicesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListServicesCommandInput,
28
+ ListServicesCommandOutput,
29
+ AppRunnerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListServicesCommand extends ListServicesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListServicesForAutoScalingConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListServicesForAutoScalingConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListServicesForAutoScalingConfigurationCommandInput,
32
+ ListServicesForAutoScalingConfigurationCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListServicesForAutoScalingConfigurationCommand extends ListServicesForAutoScalingConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const ListVpcConnectorsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListVpcConnectorsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListVpcConnectorsCommandInput,
32
+ ListVpcConnectorsCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListVpcConnectorsCommand extends ListVpcConnectorsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListVpcIngressConnectionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListVpcIngressConnectionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListVpcIngressConnectionsCommandInput,
32
+ ListVpcIngressConnectionsCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListVpcIngressConnectionsCommand extends ListVpcIngressConnectionsCommand_base {}
@@ -21,6 +21,15 @@ declare const PauseServiceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PauseServiceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PauseServiceCommandInput,
28
+ PauseServiceCommandOutput,
29
+ AppRunnerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PauseServiceCommand extends PauseServiceCommand_base {}
@@ -24,6 +24,15 @@ declare const ResumeServiceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ResumeServiceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ResumeServiceCommandInput,
31
+ ResumeServiceCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ResumeServiceCommand extends ResumeServiceCommand_base {}
@@ -24,6 +24,15 @@ declare const StartDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: StartDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StartDeploymentCommandInput,
31
+ StartDeploymentCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StartDeploymentCommand extends StartDeploymentCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ AppRunnerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateDefaultAutoScalingConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateDefaultAutoScalingConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateDefaultAutoScalingConfigurationCommandInput,
32
+ UpdateDefaultAutoScalingConfigurationCommandOutput,
33
+ AppRunnerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateDefaultAutoScalingConfigurationCommand extends UpdateDefaultAutoScalingConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateServiceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateServiceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateServiceCommandInput,
31
+ UpdateServiceCommandOutput,
32
+ AppRunnerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateServiceCommand extends UpdateServiceCommand_base {}