@aws-sdk/client-apprunner 3.1076.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 (131) hide show
  1. package/dist-cjs/index.js +48 -375
  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-es/runtimeConfig.browser.js +0 -2
  42. package/dist-es/runtimeConfig.js +1 -2
  43. package/dist-es/runtimeConfig.native.js +0 -2
  44. package/dist-es/runtimeConfig.shared.js +2 -0
  45. package/dist-types/commandBuilder.d.ts +18 -0
  46. package/dist-types/commands/AssociateCustomDomainCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateVpcConnectorCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +3 -8
  59. package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +3 -8
  60. package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +3 -8
  61. package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +3 -8
  62. package/dist-types/commands/DescribeServiceCommand.d.ts +3 -8
  63. package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +3 -8
  64. package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +3 -8
  65. package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +3 -8
  66. package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListOperationsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +3 -8
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/ListVpcConnectorsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +3 -8
  75. package/dist-types/commands/PauseServiceCommand.d.ts +3 -8
  76. package/dist-types/commands/ResumeServiceCommand.d.ts +3 -8
  77. package/dist-types/commands/StartDeploymentCommand.d.ts +3 -8
  78. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +3 -8
  83. package/dist-types/index.d.ts +1 -0
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  85. package/dist-types/runtimeConfig.d.ts +1 -1
  86. package/dist-types/runtimeConfig.native.d.ts +1 -1
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  89. package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/index.d.ts +1 -0
  127. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  128. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  129. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  130. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  131. package/package.json +8 -10
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
32
33
  serviceTarget: "AppRunner",
33
34
  },
34
35
  serviceId: config?.serviceId ?? "AppRunner",
36
+ sha256: config?.sha256 ?? Sha256,
35
37
  urlParser: config?.urlParser ?? parseUrl,
36
38
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
37
39
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./AppRunnerClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { AssociateCustomDomainRequest, AssociateCustomDomainResponse } 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 AssociateCustomDomainCommandInput extends AssociateCustomDomain
22
19
  export interface AssociateCustomDomainCommandOutput extends AssociateCustomDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateCustomDomainCommand_base: {
25
- new (input: AssociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associate your own domain name with the App Runner subdomain URL of your 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 { CreateAutoScalingConfigurationRequest, CreateAutoScalingConfigurationResponse } 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 CreateAutoScalingConfigurationCommandInput extends CreateAutoSc
22
19
  export interface CreateAutoScalingConfigurationCommandOutput extends CreateAutoScalingConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAutoScalingConfigurationCommand_base: {
25
- new (input: CreateAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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
@@ -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 { CreateConnectionRequest, CreateConnectionResponse } 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 CreateConnectionCommandInput extends CreateConnectionRequest {
22
19
  export interface CreateConnectionCommandOutput extends CreateConnectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConnectionCommand_base: {
25
- new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from
@@ -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 { CreateObservabilityConfigurationRequest, CreateObservabilityConfigurationResponse } 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 CreateObservabilityConfigurationCommandInput extends CreateObse
22
19
  export interface CreateObservabilityConfigurationCommandOutput extends CreateObservabilityConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateObservabilityConfigurationCommand_base: {
25
- new (input: CreateObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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
@@ -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 { CreateServiceRequest, CreateServiceResponse } 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 CreateServiceCommandInput extends CreateServiceRequest {
22
19
  export interface CreateServiceCommandOutput extends CreateServiceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateServiceCommand_base: {
25
- new (input: CreateServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create an App Runner service. After the service is created, the action also automatically starts a deployment.</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 { CreateVpcConnectorRequest, CreateVpcConnectorResponse } 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 CreateVpcConnectorCommandInput extends CreateVpcConnectorReques
22
19
  export interface CreateVpcConnectorCommandOutput extends CreateVpcConnectorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateVpcConnectorCommand_base: {
25
- new (input: CreateVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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
@@ -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 { CreateVpcIngressConnectionRequest, CreateVpcIngressConnectionResponse } 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 CreateVpcIngressConnectionCommandInput extends CreateVpcIngress
22
19
  export interface CreateVpcIngressConnectionCommandOutput extends CreateVpcIngressConnectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateVpcIngressConnectionCommand_base: {
25
- new (input: CreateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -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 { DeleteAutoScalingConfigurationRequest, DeleteAutoScalingConfigurationResponse } 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 DeleteAutoScalingConfigurationCommandInput extends DeleteAutoSc
22
19
  export interface DeleteAutoScalingConfigurationCommandOutput extends DeleteAutoScalingConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAutoScalingConfigurationCommand_base: {
25
- new (input: DeleteAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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
@@ -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 { DeleteConnectionRequest, DeleteConnectionResponse } 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 DeleteConnectionCommandInput extends DeleteConnectionRequest {
22
19
  export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteConnectionCommand_base: {
25
- new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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
@@ -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 { DeleteObservabilityConfigurationRequest, DeleteObservabilityConfigurationResponse } 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 DeleteObservabilityConfigurationCommandInput extends DeleteObse
22
19
  export interface DeleteObservabilityConfigurationCommandOutput extends DeleteObservabilityConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteObservabilityConfigurationCommand_base: {
25
- new (input: DeleteObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a
@@ -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 { DeleteServiceRequest, DeleteServiceResponse } 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 DeleteServiceCommandInput extends DeleteServiceRequest {
22
19
  export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteServiceCommand_base: {
25
- new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete 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 { DeleteVpcConnectorRequest, DeleteVpcConnectorResponse } 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 DeleteVpcConnectorCommandInput extends DeleteVpcConnectorReques
22
19
  export interface DeleteVpcConnectorCommandOutput extends DeleteVpcConnectorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteVpcConnectorCommand_base: {
25
- new (input: DeleteVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete an App Runner VPC connector resource. You can't delete a
@@ -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 { DeleteVpcIngressConnectionRequest, DeleteVpcIngressConnectionResponse } 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 DeleteVpcIngressConnectionCommandInput extends DeleteVpcIngress
22
19
  export interface DeleteVpcIngressConnectionCommandOutput extends DeleteVpcIngressConnectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteVpcIngressConnectionCommand_base: {
25
- new (input: DeleteVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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:
@@ -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 { DescribeAutoScalingConfigurationRequest, DescribeAutoScalingConfigurationResponse } 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 DescribeAutoScalingConfigurationCommandInput extends DescribeAu
22
19
  export interface DescribeAutoScalingConfigurationCommandOutput extends DescribeAutoScalingConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAutoScalingConfigurationCommand_base: {
25
- new (input: DescribeAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Return a full description of an App Runner automatic scaling configuration 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 { DescribeCustomDomainsRequest, DescribeCustomDomainsResponse } 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 DescribeCustomDomainsCommandInput extends DescribeCustomDomains
22
19
  export interface DescribeCustomDomainsCommandOutput extends DescribeCustomDomainsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeCustomDomainsCommand_base: {
25
- new (input: DescribeCustomDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCustomDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeCustomDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeCustomDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Return a description of custom domain names that are associated with 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 { DescribeObservabilityConfigurationRequest, DescribeObservabilityConfigurationResponse } 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 DescribeObservabilityConfigurationCommandInput extends Describe
22
19
  export interface DescribeObservabilityConfigurationCommandOutput extends DescribeObservabilityConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeObservabilityConfigurationCommand_base: {
25
- new (input: DescribeObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeObservabilityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Return a full description of an App Runner observability configuration 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 { DescribeServiceRequest, DescribeServiceResponse } 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 DescribeServiceCommandInput extends DescribeServiceRequest {
22
19
  export interface DescribeServiceCommandOutput extends DescribeServiceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeServiceCommand_base: {
25
- new (input: DescribeServiceCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceCommandInput, DescribeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeServiceCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceCommandInput, DescribeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeServiceCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceCommandInput, DescribeServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeServiceCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceCommandInput, DescribeServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Return a full description of 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 { DescribeVpcConnectorRequest, DescribeVpcConnectorResponse } 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 DescribeVpcConnectorCommandInput extends DescribeVpcConnectorRe
22
19
  export interface DescribeVpcConnectorCommandOutput extends DescribeVpcConnectorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeVpcConnectorCommand_base: {
25
- new (input: DescribeVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeVpcConnectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Return a description of an App Runner VPC connector resource.</p>