@aws-sdk/client-apprunner 3.169.0 → 3.171.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/AppRunner.d.ts +520 -155
- package/dist-types/ts3.4/AppRunnerClient.d.ts +284 -103
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +30 -30
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AppRunnerServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +803 -992
- package/dist-types/ts3.4/pagination/DescribeCustomDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAutoScalingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObservabilityConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVpcConnectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +365 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,103 +1,284 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateCustomDomainCommandInput,
|
|
47
|
+
AssociateCustomDomainCommandOutput,
|
|
48
|
+
} from "./commands/AssociateCustomDomainCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateAutoScalingConfigurationCommandInput,
|
|
51
|
+
CreateAutoScalingConfigurationCommandOutput,
|
|
52
|
+
} from "./commands/CreateAutoScalingConfigurationCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateConnectionCommandInput,
|
|
55
|
+
CreateConnectionCommandOutput,
|
|
56
|
+
} from "./commands/CreateConnectionCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateObservabilityConfigurationCommandInput,
|
|
59
|
+
CreateObservabilityConfigurationCommandOutput,
|
|
60
|
+
} from "./commands/CreateObservabilityConfigurationCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateServiceCommandInput,
|
|
63
|
+
CreateServiceCommandOutput,
|
|
64
|
+
} from "./commands/CreateServiceCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateVpcConnectorCommandInput,
|
|
67
|
+
CreateVpcConnectorCommandOutput,
|
|
68
|
+
} from "./commands/CreateVpcConnectorCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteAutoScalingConfigurationCommandInput,
|
|
71
|
+
DeleteAutoScalingConfigurationCommandOutput,
|
|
72
|
+
} from "./commands/DeleteAutoScalingConfigurationCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteConnectionCommandInput,
|
|
75
|
+
DeleteConnectionCommandOutput,
|
|
76
|
+
} from "./commands/DeleteConnectionCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteObservabilityConfigurationCommandInput,
|
|
79
|
+
DeleteObservabilityConfigurationCommandOutput,
|
|
80
|
+
} from "./commands/DeleteObservabilityConfigurationCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteServiceCommandInput,
|
|
83
|
+
DeleteServiceCommandOutput,
|
|
84
|
+
} from "./commands/DeleteServiceCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteVpcConnectorCommandInput,
|
|
87
|
+
DeleteVpcConnectorCommandOutput,
|
|
88
|
+
} from "./commands/DeleteVpcConnectorCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeAutoScalingConfigurationCommandInput,
|
|
91
|
+
DescribeAutoScalingConfigurationCommandOutput,
|
|
92
|
+
} from "./commands/DescribeAutoScalingConfigurationCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeCustomDomainsCommandInput,
|
|
95
|
+
DescribeCustomDomainsCommandOutput,
|
|
96
|
+
} from "./commands/DescribeCustomDomainsCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeObservabilityConfigurationCommandInput,
|
|
99
|
+
DescribeObservabilityConfigurationCommandOutput,
|
|
100
|
+
} from "./commands/DescribeObservabilityConfigurationCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeServiceCommandInput,
|
|
103
|
+
DescribeServiceCommandOutput,
|
|
104
|
+
} from "./commands/DescribeServiceCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeVpcConnectorCommandInput,
|
|
107
|
+
DescribeVpcConnectorCommandOutput,
|
|
108
|
+
} from "./commands/DescribeVpcConnectorCommand";
|
|
109
|
+
import {
|
|
110
|
+
DisassociateCustomDomainCommandInput,
|
|
111
|
+
DisassociateCustomDomainCommandOutput,
|
|
112
|
+
} from "./commands/DisassociateCustomDomainCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListAutoScalingConfigurationsCommandInput,
|
|
115
|
+
ListAutoScalingConfigurationsCommandOutput,
|
|
116
|
+
} from "./commands/ListAutoScalingConfigurationsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListConnectionsCommandInput,
|
|
119
|
+
ListConnectionsCommandOutput,
|
|
120
|
+
} from "./commands/ListConnectionsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListObservabilityConfigurationsCommandInput,
|
|
123
|
+
ListObservabilityConfigurationsCommandOutput,
|
|
124
|
+
} from "./commands/ListObservabilityConfigurationsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListOperationsCommandInput,
|
|
127
|
+
ListOperationsCommandOutput,
|
|
128
|
+
} from "./commands/ListOperationsCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListServicesCommandInput,
|
|
131
|
+
ListServicesCommandOutput,
|
|
132
|
+
} from "./commands/ListServicesCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListTagsForResourceCommandInput,
|
|
135
|
+
ListTagsForResourceCommandOutput,
|
|
136
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListVpcConnectorsCommandInput,
|
|
139
|
+
ListVpcConnectorsCommandOutput,
|
|
140
|
+
} from "./commands/ListVpcConnectorsCommand";
|
|
141
|
+
import {
|
|
142
|
+
PauseServiceCommandInput,
|
|
143
|
+
PauseServiceCommandOutput,
|
|
144
|
+
} from "./commands/PauseServiceCommand";
|
|
145
|
+
import {
|
|
146
|
+
ResumeServiceCommandInput,
|
|
147
|
+
ResumeServiceCommandOutput,
|
|
148
|
+
} from "./commands/ResumeServiceCommand";
|
|
149
|
+
import {
|
|
150
|
+
StartDeploymentCommandInput,
|
|
151
|
+
StartDeploymentCommandOutput,
|
|
152
|
+
} from "./commands/StartDeploymentCommand";
|
|
153
|
+
import {
|
|
154
|
+
TagResourceCommandInput,
|
|
155
|
+
TagResourceCommandOutput,
|
|
156
|
+
} from "./commands/TagResourceCommand";
|
|
157
|
+
import {
|
|
158
|
+
UntagResourceCommandInput,
|
|
159
|
+
UntagResourceCommandOutput,
|
|
160
|
+
} from "./commands/UntagResourceCommand";
|
|
161
|
+
import {
|
|
162
|
+
UpdateServiceCommandInput,
|
|
163
|
+
UpdateServiceCommandOutput,
|
|
164
|
+
} from "./commands/UpdateServiceCommand";
|
|
165
|
+
export declare type ServiceInputTypes =
|
|
166
|
+
| AssociateCustomDomainCommandInput
|
|
167
|
+
| CreateAutoScalingConfigurationCommandInput
|
|
168
|
+
| CreateConnectionCommandInput
|
|
169
|
+
| CreateObservabilityConfigurationCommandInput
|
|
170
|
+
| CreateServiceCommandInput
|
|
171
|
+
| CreateVpcConnectorCommandInput
|
|
172
|
+
| DeleteAutoScalingConfigurationCommandInput
|
|
173
|
+
| DeleteConnectionCommandInput
|
|
174
|
+
| DeleteObservabilityConfigurationCommandInput
|
|
175
|
+
| DeleteServiceCommandInput
|
|
176
|
+
| DeleteVpcConnectorCommandInput
|
|
177
|
+
| DescribeAutoScalingConfigurationCommandInput
|
|
178
|
+
| DescribeCustomDomainsCommandInput
|
|
179
|
+
| DescribeObservabilityConfigurationCommandInput
|
|
180
|
+
| DescribeServiceCommandInput
|
|
181
|
+
| DescribeVpcConnectorCommandInput
|
|
182
|
+
| DisassociateCustomDomainCommandInput
|
|
183
|
+
| ListAutoScalingConfigurationsCommandInput
|
|
184
|
+
| ListConnectionsCommandInput
|
|
185
|
+
| ListObservabilityConfigurationsCommandInput
|
|
186
|
+
| ListOperationsCommandInput
|
|
187
|
+
| ListServicesCommandInput
|
|
188
|
+
| ListTagsForResourceCommandInput
|
|
189
|
+
| ListVpcConnectorsCommandInput
|
|
190
|
+
| PauseServiceCommandInput
|
|
191
|
+
| ResumeServiceCommandInput
|
|
192
|
+
| StartDeploymentCommandInput
|
|
193
|
+
| TagResourceCommandInput
|
|
194
|
+
| UntagResourceCommandInput
|
|
195
|
+
| UpdateServiceCommandInput;
|
|
196
|
+
export declare type ServiceOutputTypes =
|
|
197
|
+
| AssociateCustomDomainCommandOutput
|
|
198
|
+
| CreateAutoScalingConfigurationCommandOutput
|
|
199
|
+
| CreateConnectionCommandOutput
|
|
200
|
+
| CreateObservabilityConfigurationCommandOutput
|
|
201
|
+
| CreateServiceCommandOutput
|
|
202
|
+
| CreateVpcConnectorCommandOutput
|
|
203
|
+
| DeleteAutoScalingConfigurationCommandOutput
|
|
204
|
+
| DeleteConnectionCommandOutput
|
|
205
|
+
| DeleteObservabilityConfigurationCommandOutput
|
|
206
|
+
| DeleteServiceCommandOutput
|
|
207
|
+
| DeleteVpcConnectorCommandOutput
|
|
208
|
+
| DescribeAutoScalingConfigurationCommandOutput
|
|
209
|
+
| DescribeCustomDomainsCommandOutput
|
|
210
|
+
| DescribeObservabilityConfigurationCommandOutput
|
|
211
|
+
| DescribeServiceCommandOutput
|
|
212
|
+
| DescribeVpcConnectorCommandOutput
|
|
213
|
+
| DisassociateCustomDomainCommandOutput
|
|
214
|
+
| ListAutoScalingConfigurationsCommandOutput
|
|
215
|
+
| ListConnectionsCommandOutput
|
|
216
|
+
| ListObservabilityConfigurationsCommandOutput
|
|
217
|
+
| ListOperationsCommandOutput
|
|
218
|
+
| ListServicesCommandOutput
|
|
219
|
+
| ListTagsForResourceCommandOutput
|
|
220
|
+
| ListVpcConnectorsCommandOutput
|
|
221
|
+
| PauseServiceCommandOutput
|
|
222
|
+
| ResumeServiceCommandOutput
|
|
223
|
+
| StartDeploymentCommandOutput
|
|
224
|
+
| TagResourceCommandOutput
|
|
225
|
+
| UntagResourceCommandOutput
|
|
226
|
+
| UpdateServiceCommandOutput;
|
|
227
|
+
export interface ClientDefaults
|
|
228
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
229
|
+
requestHandler?: __HttpHandler;
|
|
230
|
+
sha256?: __HashConstructor;
|
|
231
|
+
urlParser?: __UrlParser;
|
|
232
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
233
|
+
streamCollector?: __StreamCollector;
|
|
234
|
+
base64Decoder?: __Decoder;
|
|
235
|
+
base64Encoder?: __Encoder;
|
|
236
|
+
utf8Decoder?: __Decoder;
|
|
237
|
+
utf8Encoder?: __Encoder;
|
|
238
|
+
runtime?: string;
|
|
239
|
+
disableHostPrefix?: boolean;
|
|
240
|
+
maxAttempts?: number | __Provider<number>;
|
|
241
|
+
retryMode?: string | __Provider<string>;
|
|
242
|
+
logger?: __Logger;
|
|
243
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
244
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
245
|
+
serviceId?: string;
|
|
246
|
+
region?: string | __Provider<string>;
|
|
247
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
248
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
249
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
250
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
251
|
+
}
|
|
252
|
+
declare type AppRunnerClientConfigType = Partial<
|
|
253
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
254
|
+
> &
|
|
255
|
+
ClientDefaults &
|
|
256
|
+
RegionInputConfig &
|
|
257
|
+
EndpointsInputConfig &
|
|
258
|
+
RetryInputConfig &
|
|
259
|
+
HostHeaderInputConfig &
|
|
260
|
+
AwsAuthInputConfig &
|
|
261
|
+
UserAgentInputConfig;
|
|
262
|
+
export interface AppRunnerClientConfig extends AppRunnerClientConfigType {}
|
|
263
|
+
declare type AppRunnerClientResolvedConfigType =
|
|
264
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
265
|
+
Required<ClientDefaults> &
|
|
266
|
+
RegionResolvedConfig &
|
|
267
|
+
EndpointsResolvedConfig &
|
|
268
|
+
RetryResolvedConfig &
|
|
269
|
+
HostHeaderResolvedConfig &
|
|
270
|
+
AwsAuthResolvedConfig &
|
|
271
|
+
UserAgentResolvedConfig;
|
|
272
|
+
export interface AppRunnerClientResolvedConfig
|
|
273
|
+
extends AppRunnerClientResolvedConfigType {}
|
|
274
|
+
export declare class AppRunnerClient extends __Client<
|
|
275
|
+
__HttpHandlerOptions,
|
|
276
|
+
ServiceInputTypes,
|
|
277
|
+
ServiceOutputTypes,
|
|
278
|
+
AppRunnerClientResolvedConfig
|
|
279
|
+
> {
|
|
280
|
+
readonly config: AppRunnerClientResolvedConfig;
|
|
281
|
+
constructor(configuration: AppRunnerClientConfig);
|
|
282
|
+
destroy(): void;
|
|
283
|
+
}
|
|
284
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateCustomDomainRequest,
|
|
15
|
+
AssociateCustomDomainResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateCustomDomainCommandInput
|
|
18
|
+
extends AssociateCustomDomainRequest {}
|
|
19
|
+
export interface AssociateCustomDomainCommandOutput
|
|
20
|
+
extends AssociateCustomDomainResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateCustomDomainCommand extends $Command<
|
|
23
|
+
AssociateCustomDomainCommandInput,
|
|
24
|
+
AssociateCustomDomainCommandOutput,
|
|
25
|
+
AppRunnerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateCustomDomainCommandInput;
|
|
28
|
+
constructor(input: AssociateCustomDomainCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateCustomDomainCommandInput,
|
|
35
|
+
AssociateCustomDomainCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAutoScalingConfigurationRequest,
|
|
15
|
+
CreateAutoScalingConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAutoScalingConfigurationCommandInput
|
|
18
|
+
extends CreateAutoScalingConfigurationRequest {}
|
|
19
|
+
export interface CreateAutoScalingConfigurationCommandOutput
|
|
20
|
+
extends CreateAutoScalingConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAutoScalingConfigurationCommand extends $Command<
|
|
23
|
+
CreateAutoScalingConfigurationCommandInput,
|
|
24
|
+
CreateAutoScalingConfigurationCommandOutput,
|
|
25
|
+
AppRunnerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAutoScalingConfigurationCommandInput;
|
|
28
|
+
constructor(input: CreateAutoScalingConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateAutoScalingConfigurationCommandInput,
|
|
35
|
+
CreateAutoScalingConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateConnectionRequest,
|
|
15
|
+
CreateConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
|
|
18
|
+
export interface CreateConnectionCommandOutput
|
|
19
|
+
extends CreateConnectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateConnectionCommand extends $Command<
|
|
22
|
+
CreateConnectionCommandInput,
|
|
23
|
+
CreateConnectionCommandOutput,
|
|
24
|
+
AppRunnerClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateConnectionCommandInput;
|
|
27
|
+
constructor(input: CreateConnectionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateObservabilityConfigurationRequest,
|
|
15
|
+
CreateObservabilityConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateObservabilityConfigurationCommandInput
|
|
18
|
+
extends CreateObservabilityConfigurationRequest {}
|
|
19
|
+
export interface CreateObservabilityConfigurationCommandOutput
|
|
20
|
+
extends CreateObservabilityConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateObservabilityConfigurationCommand extends $Command<
|
|
23
|
+
CreateObservabilityConfigurationCommandInput,
|
|
24
|
+
CreateObservabilityConfigurationCommandOutput,
|
|
25
|
+
AppRunnerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateObservabilityConfigurationCommandInput;
|
|
28
|
+
constructor(input: CreateObservabilityConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateObservabilityConfigurationCommandInput,
|
|
35
|
+
CreateObservabilityConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|