@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,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: {
@@ -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
  DeleteVpcIngressConnectionRequest,
10
4
  DeleteVpcIngressConnectionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteVpcIngressConnectionCommandInput
15
8
  extends DeleteVpcIngressConnectionRequest {}
16
9
  export interface DeleteVpcIngressConnectionCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteVpcIngressConnectionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteVpcIngressConnectionCommandInput,
24
17
  DeleteVpcIngressConnectionCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteVpcIngressConnectionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteVpcIngressConnectionCommandInput,
33
26
  DeleteVpcIngressConnectionCommandOutput,
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 DeleteVpcIngressConnectionCommand extends DeleteVpcIngressConnectionCommand_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
  DescribeAutoScalingConfigurationRequest,
10
4
  DescribeAutoScalingConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAutoScalingConfigurationCommandInput
15
8
  extends DescribeAutoScalingConfigurationRequest {}
16
9
  export interface DescribeAutoScalingConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAutoScalingConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAutoScalingConfigurationCommandInput,
24
17
  DescribeAutoScalingConfigurationCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAutoScalingConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAutoScalingConfigurationCommandInput,
33
26
  DescribeAutoScalingConfigurationCommandOutput,
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 DescribeAutoScalingConfigurationCommand extends DescribeAutoScalingConfigurationCommand_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
  DescribeCustomDomainsRequest,
10
4
  DescribeCustomDomainsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCustomDomainsCommandInput
15
8
  extends DescribeCustomDomainsRequest {}
16
9
  export interface DescribeCustomDomainsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCustomDomainsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCustomDomainsCommandInput,
24
17
  DescribeCustomDomainsCommandOutput,
25
- AppRunnerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppRunnerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeCustomDomainsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCustomDomainsCommandInput,
33
26
  DescribeCustomDomainsCommandOutput,
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 DescribeCustomDomainsCommand extends DescribeCustomDomainsCommand_base {
43
34
  protected static __types: {