@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
@@ -4,7 +4,6 @@ import type { AppRunnerClientConfig } from "./AppRunnerClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -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: {
@@ -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
  CreateAutoScalingConfigurationRequest,
10
4
  CreateAutoScalingConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateAutoScalingConfigurationCommandInput
15
8
  extends CreateAutoScalingConfigurationRequest {}
16
9
  export interface CreateAutoScalingConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateAutoScalingConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateAutoScalingConfigurationCommandInput,
24
17
  CreateAutoScalingConfigurationCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateAutoScalingConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateAutoScalingConfigurationCommandInput,
33
26
  CreateAutoScalingConfigurationCommandOutput,
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 CreateAutoScalingConfigurationCommand extends CreateAutoScalingConfigurationCommand_base {
43
34
  protected static __types: {
@@ -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
  CreateConnectionRequest,
10
4
  CreateConnectionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
15
8
  export interface CreateConnectionCommandOutput
16
9
  extends CreateConnectionResponse,
@@ -21,22 +14,20 @@ declare const CreateConnectionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateConnectionCommandInput,
23
16
  CreateConnectionCommandOutput,
24
- AppRunnerClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AppRunnerClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateConnectionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateConnectionCommandInput,
32
25
  CreateConnectionCommandOutput,
33
- AppRunnerClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").AppRunnerClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
42
33
  protected static __types: {
@@ -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
  CreateObservabilityConfigurationRequest,
10
4
  CreateObservabilityConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateObservabilityConfigurationCommandInput
15
8
  extends CreateObservabilityConfigurationRequest {}
16
9
  export interface CreateObservabilityConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateObservabilityConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateObservabilityConfigurationCommandInput,
24
17
  CreateObservabilityConfigurationCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateObservabilityConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateObservabilityConfigurationCommandInput,
33
26
  CreateObservabilityConfigurationCommandOutput,
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 CreateObservabilityConfigurationCommand extends CreateObservabilityConfigurationCommand_base {
43
34
  protected static __types: {
@@ -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
  CreateServiceRequest,
10
4
  CreateServiceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateServiceCommandInput extends CreateServiceRequest {}
15
8
  export interface CreateServiceCommandOutput
16
9
  extends CreateServiceResponse,
@@ -21,22 +14,20 @@ declare const CreateServiceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateServiceCommandInput,
23
16
  CreateServiceCommandOutput,
24
- AppRunnerClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AppRunnerClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateServiceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateServiceCommandInput,
32
25
  CreateServiceCommandOutput,
33
- AppRunnerClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").AppRunnerClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateServiceCommand extends CreateServiceCommand_base {
42
33
  protected static __types: {
@@ -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
  CreateVpcConnectorRequest,
10
4
  CreateVpcConnectorResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateVpcConnectorCommandInput
15
8
  extends CreateVpcConnectorRequest {}
16
9
  export interface CreateVpcConnectorCommandOutput
@@ -22,22 +15,20 @@ declare const CreateVpcConnectorCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateVpcConnectorCommandInput,
24
17
  CreateVpcConnectorCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateVpcConnectorCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateVpcConnectorCommandInput,
33
26
  CreateVpcConnectorCommandOutput,
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 CreateVpcConnectorCommand extends CreateVpcConnectorCommand_base {
43
34
  protected static __types: {
@@ -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
  CreateVpcIngressConnectionRequest,
10
4
  CreateVpcIngressConnectionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateVpcIngressConnectionCommandInput
15
8
  extends CreateVpcIngressConnectionRequest {}
16
9
  export interface CreateVpcIngressConnectionCommandOutput
@@ -22,22 +15,20 @@ declare const CreateVpcIngressConnectionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateVpcIngressConnectionCommandInput,
24
17
  CreateVpcIngressConnectionCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateVpcIngressConnectionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateVpcIngressConnectionCommandInput,
33
26
  CreateVpcIngressConnectionCommandOutput,
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 CreateVpcIngressConnectionCommand extends CreateVpcIngressConnectionCommand_base {
43
34
  protected static __types: {
@@ -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
  DeleteAutoScalingConfigurationRequest,
10
4
  DeleteAutoScalingConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteAutoScalingConfigurationCommandInput
15
8
  extends DeleteAutoScalingConfigurationRequest {}
16
9
  export interface DeleteAutoScalingConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteAutoScalingConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteAutoScalingConfigurationCommandInput,
24
17
  DeleteAutoScalingConfigurationCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteAutoScalingConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteAutoScalingConfigurationCommandInput,
33
26
  DeleteAutoScalingConfigurationCommandOutput,
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 DeleteAutoScalingConfigurationCommand extends DeleteAutoScalingConfigurationCommand_base {
43
34
  protected static __types: {
@@ -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
  DeleteConnectionRequest,
10
4
  DeleteConnectionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
15
8
  export interface DeleteConnectionCommandOutput
16
9
  extends DeleteConnectionResponse,
@@ -21,22 +14,20 @@ declare const DeleteConnectionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteConnectionCommandInput,
23
16
  DeleteConnectionCommandOutput,
24
- AppRunnerClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AppRunnerClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteConnectionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteConnectionCommandInput,
32
25
  DeleteConnectionCommandOutput,
33
- AppRunnerClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").AppRunnerClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
42
33
  protected static __types: {
@@ -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
  DeleteObservabilityConfigurationRequest,
10
4
  DeleteObservabilityConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteObservabilityConfigurationCommandInput
15
8
  extends DeleteObservabilityConfigurationRequest {}
16
9
  export interface DeleteObservabilityConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteObservabilityConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteObservabilityConfigurationCommandInput,
24
17
  DeleteObservabilityConfigurationCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteObservabilityConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteObservabilityConfigurationCommandInput,
33
26
  DeleteObservabilityConfigurationCommandOutput,
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 DeleteObservabilityConfigurationCommand extends DeleteObservabilityConfigurationCommand_base {
43
34
  protected static __types: {
@@ -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
  DeleteServiceRequest,
10
4
  DeleteServiceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
15
8
  export interface DeleteServiceCommandOutput
16
9
  extends DeleteServiceResponse,
@@ -21,22 +14,20 @@ declare const DeleteServiceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteServiceCommandInput,
23
16
  DeleteServiceCommandOutput,
24
- AppRunnerClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AppRunnerClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteServiceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteServiceCommandInput,
32
25
  DeleteServiceCommandOutput,
33
- AppRunnerClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").AppRunnerClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
42
33
  protected static __types: {
@@ -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
  DeleteVpcConnectorRequest,
10
4
  DeleteVpcConnectorResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteVpcConnectorCommandInput
15
8
  extends DeleteVpcConnectorRequest {}
16
9
  export interface DeleteVpcConnectorCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteVpcConnectorCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteVpcConnectorCommandInput,
24
17
  DeleteVpcConnectorCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteVpcConnectorCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteVpcConnectorCommandInput,
33
26
  DeleteVpcConnectorCommandOutput,
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 DeleteVpcConnectorCommand extends DeleteVpcConnectorCommand_base {
43
34
  protected static __types: {