@aws-sdk/client-apprunner 3.1077.0 → 3.1078.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 (119) hide show
  1. package/dist-cjs/index.js +45 -373
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateCustomDomainCommand.js +2 -14
  4. package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +2 -14
  5. package/dist-es/commands/CreateConnectionCommand.js +2 -14
  6. package/dist-es/commands/CreateObservabilityConfigurationCommand.js +2 -14
  7. package/dist-es/commands/CreateServiceCommand.js +2 -14
  8. package/dist-es/commands/CreateVpcConnectorCommand.js +2 -14
  9. package/dist-es/commands/CreateVpcIngressConnectionCommand.js +2 -14
  10. package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +2 -14
  11. package/dist-es/commands/DeleteConnectionCommand.js +2 -14
  12. package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +2 -14
  13. package/dist-es/commands/DeleteServiceCommand.js +2 -14
  14. package/dist-es/commands/DeleteVpcConnectorCommand.js +2 -14
  15. package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +2 -14
  16. package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +2 -14
  17. package/dist-es/commands/DescribeCustomDomainsCommand.js +2 -14
  18. package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +2 -14
  19. package/dist-es/commands/DescribeServiceCommand.js +2 -14
  20. package/dist-es/commands/DescribeVpcConnectorCommand.js +2 -14
  21. package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +2 -14
  22. package/dist-es/commands/DisassociateCustomDomainCommand.js +2 -14
  23. package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +2 -14
  24. package/dist-es/commands/ListConnectionsCommand.js +2 -14
  25. package/dist-es/commands/ListObservabilityConfigurationsCommand.js +2 -14
  26. package/dist-es/commands/ListOperationsCommand.js +2 -14
  27. package/dist-es/commands/ListServicesCommand.js +2 -14
  28. package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +2 -14
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  30. package/dist-es/commands/ListVpcConnectorsCommand.js +2 -14
  31. package/dist-es/commands/ListVpcIngressConnectionsCommand.js +2 -14
  32. package/dist-es/commands/PauseServiceCommand.js +2 -14
  33. package/dist-es/commands/ResumeServiceCommand.js +2 -14
  34. package/dist-es/commands/StartDeploymentCommand.js +2 -14
  35. package/dist-es/commands/TagResourceCommand.js +2 -14
  36. package/dist-es/commands/UntagResourceCommand.js +2 -14
  37. package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +2 -14
  38. package/dist-es/commands/UpdateServiceCommand.js +2 -14
  39. package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +2 -14
  40. package/dist-es/index.js +1 -0
  41. package/dist-types/commandBuilder.d.ts +18 -0
  42. package/dist-types/commands/AssociateCustomDomainCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateVpcConnectorCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +3 -8
  58. package/dist-types/commands/DescribeServiceCommand.d.ts +3 -8
  59. package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +3 -8
  60. package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +3 -8
  61. package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +3 -8
  62. package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListOperationsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  67. package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +3 -8
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/ListVpcConnectorsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +3 -8
  71. package/dist-types/commands/PauseServiceCommand.d.ts +3 -8
  72. package/dist-types/commands/ResumeServiceCommand.d.ts +3 -8
  73. package/dist-types/commands/StartDeploymentCommand.d.ts +3 -8
  74. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  75. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +3 -8
  79. package/dist-types/index.d.ts +1 -0
  80. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  81. package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/index.d.ts +1 -0
  119. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { ListAutoScalingConfigurationsRequest, ListAutoScalingConfigurationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAutoScalingConfigurationsCommandInput extends ListAutoScali
22
19
  export interface ListAutoScalingConfigurationsCommandOutput extends ListAutoScalingConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAutoScalingConfigurationsCommand_base: {
25
- new (input: ListAutoScalingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAutoScalingConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAutoScalingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAutoScalingConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {
22
19
  export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListConnectionsCommand_base: {
25
- new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of App Runner connections that are associated with your Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { ListObservabilityConfigurationsRequest, ListObservabilityConfigurationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListObservabilityConfigurationsCommandInput extends ListObserva
22
19
  export interface ListObservabilityConfigurationsCommandOutput extends ListObservabilityConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListObservabilityConfigurationsCommand_base: {
25
- new (input: ListObservabilityConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListObservabilityConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListObservabilityConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListObservabilityConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListOperationsCommandInput extends ListOperationsRequest {
22
19
  export interface ListOperationsCommandOutput extends ListOperationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListOperationsCommand_base: {
25
- new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Return a list of operations that occurred on an App Runner service.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { ListServicesRequest, ListServicesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListServicesCommandInput extends ListServicesRequest {
22
19
  export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListServicesCommand_base: {
25
- new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of running App Runner services in your Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { ListServicesForAutoScalingConfigurationRequest, ListServicesForAutoScalingConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListServicesForAutoScalingConfigurationCommandInput extends Lis
22
19
  export interface ListServicesForAutoScalingConfigurationCommandOutput extends ListServicesForAutoScalingConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListServicesForAutoScalingConfigurationCommand_base: {
25
- new (input: ListServicesForAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListServicesForAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListServicesForAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListServicesForAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the associated App Runner services using an auto scaling configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { ListVpcConnectorsRequest, ListVpcConnectorsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListVpcConnectorsCommandInput extends ListVpcConnectorsRequest
22
19
  export interface ListVpcConnectorsCommandOutput extends ListVpcConnectorsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListVpcConnectorsCommand_base: {
25
- new (input: ListVpcConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListVpcConnectorsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListVpcConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListVpcConnectorsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of App Runner VPC connectors in your Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { ListVpcIngressConnectionsRequest, ListVpcIngressConnectionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListVpcIngressConnectionsCommandInput extends ListVpcIngressCon
22
19
  export interface ListVpcIngressConnectionsCommandOutput extends ListVpcIngressConnectionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListVpcIngressConnectionsCommand_base: {
25
- new (input: ListVpcIngressConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListVpcIngressConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListVpcIngressConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListVpcIngressConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { PauseServiceRequest, PauseServiceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PauseServiceCommandInput extends PauseServiceRequest {
22
19
  export interface PauseServiceCommandOutput extends PauseServiceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PauseServiceCommand_base: {
25
- new (input: PauseServiceCommandInput): import("@smithy/core/client").CommandImpl<PauseServiceCommandInput, PauseServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PauseServiceCommandInput): import("@smithy/core/client").CommandImpl<PauseServiceCommandInput, PauseServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PauseServiceCommandInput): import("@smithy/core/client").CommandImpl<PauseServiceCommandInput, PauseServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PauseServiceCommandInput): import("@smithy/core/client").CommandImpl<PauseServiceCommandInput, PauseServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { ResumeServiceRequest, ResumeServiceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ResumeServiceCommandInput extends ResumeServiceRequest {
22
19
  export interface ResumeServiceCommandOutput extends ResumeServiceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ResumeServiceCommand_base: {
25
- new (input: ResumeServiceCommandInput): import("@smithy/core/client").CommandImpl<ResumeServiceCommandInput, ResumeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResumeServiceCommandInput): import("@smithy/core/client").CommandImpl<ResumeServiceCommandInput, ResumeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ResumeServiceCommandInput): import("@smithy/core/client").CommandImpl<ResumeServiceCommandInput, ResumeServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ResumeServiceCommandInput): import("@smithy/core/client").CommandImpl<ResumeServiceCommandInput, ResumeServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Resume an active App Runner service. App Runner provisions compute capacity for the service.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { StartDeploymentRequest, StartDeploymentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartDeploymentCommandInput extends StartDeploymentRequest {
22
19
  export interface StartDeploymentCommandOutput extends StartDeploymentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartDeploymentCommand_base: {
25
- new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Remove tags from an App Runner resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { UpdateDefaultAutoScalingConfigurationRequest, UpdateDefaultAutoScalingConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDefaultAutoScalingConfigurationCommandInput extends Updat
22
19
  export interface UpdateDefaultAutoScalingConfigurationCommandOutput extends UpdateDefaultAutoScalingConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDefaultAutoScalingConfigurationCommand_base: {
25
- new (input: UpdateDefaultAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDefaultAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDefaultAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDefaultAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateServiceCommandInput extends UpdateServiceRequest {
22
19
  export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateServiceCommand_base: {
25
- new (input: UpdateServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
2
  import type { UpdateVpcIngressConnectionRequest, UpdateVpcIngressConnectionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateVpcIngressConnectionCommandInput extends UpdateVpcIngress
22
19
  export interface UpdateVpcIngressConnectionCommandOutput extends UpdateVpcIngressConnectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateVpcIngressConnectionCommand_base: {
25
- new (input: UpdateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:</p>
@@ -25,6 +25,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
25
25
  export type { RuntimeExtension } from "./runtimeExtensions";
26
26
  export type { AppRunnerExtensionConfiguration } from "./extensionConfiguration";
27
27
  export * from "./commands";
28
+ export { Command as $Command } from "@smithy/core/client";
28
29
  export * from "./schemas/schemas_0";
29
30
  export * from "./pagination";
30
31
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ AppRunnerClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./AppRunnerClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ AppRunnerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ AppRunnerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppRunnerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppRunnerClient";
8
2
  import {
9
3
  AssociateCustomDomainRequest,
10
4
  AssociateCustomDomainResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateCustomDomainCommandInput
15
8
  extends AssociateCustomDomainRequest {}
16
9
  export interface AssociateCustomDomainCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateCustomDomainCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateCustomDomainCommandInput,
24
17
  AssociateCustomDomainCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateCustomDomainCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateCustomDomainCommandInput,
33
26
  AssociateCustomDomainCommandOutput,
34
- AppRunnerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppRunnerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateCustomDomainCommand extends AssociateCustomDomainCommand_base {
43
34
  protected static __types: {