@aws-sdk/client-apprunner 3.926.0 → 3.928.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 (61) hide show
  1. package/dist-cjs/index.js +1224 -1483
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/AppRunnerClient.js +2 -0
  4. package/dist-es/commands/AssociateCustomDomainCommand.js +3 -9
  5. package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +3 -9
  6. package/dist-es/commands/CreateConnectionCommand.js +3 -9
  7. package/dist-es/commands/CreateObservabilityConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CreateServiceCommand.js +3 -10
  9. package/dist-es/commands/CreateVpcConnectorCommand.js +3 -9
  10. package/dist-es/commands/CreateVpcIngressConnectionCommand.js +3 -9
  11. package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +3 -9
  12. package/dist-es/commands/DeleteConnectionCommand.js +3 -9
  13. package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DeleteServiceCommand.js +3 -10
  15. package/dist-es/commands/DeleteVpcConnectorCommand.js +3 -9
  16. package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +3 -9
  17. package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +3 -9
  18. package/dist-es/commands/DescribeCustomDomainsCommand.js +3 -9
  19. package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +3 -9
  20. package/dist-es/commands/DescribeServiceCommand.js +3 -10
  21. package/dist-es/commands/DescribeVpcConnectorCommand.js +3 -9
  22. package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +3 -9
  23. package/dist-es/commands/DisassociateCustomDomainCommand.js +3 -9
  24. package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +3 -9
  25. package/dist-es/commands/ListConnectionsCommand.js +3 -9
  26. package/dist-es/commands/ListObservabilityConfigurationsCommand.js +3 -9
  27. package/dist-es/commands/ListOperationsCommand.js +3 -9
  28. package/dist-es/commands/ListServicesCommand.js +3 -9
  29. package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/ListVpcConnectorsCommand.js +3 -9
  32. package/dist-es/commands/ListVpcIngressConnectionsCommand.js +3 -9
  33. package/dist-es/commands/PauseServiceCommand.js +3 -10
  34. package/dist-es/commands/ResumeServiceCommand.js +3 -10
  35. package/dist-es/commands/StartDeploymentCommand.js +3 -9
  36. package/dist-es/commands/TagResourceCommand.js +3 -9
  37. package/dist-es/commands/UntagResourceCommand.js +3 -9
  38. package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +3 -9
  39. package/dist-es/commands/UpdateServiceCommand.js +3 -10
  40. package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +3 -9
  41. package/dist-es/models/models_0.js +0 -75
  42. package/dist-es/runtimeConfig.shared.js +7 -0
  43. package/dist-es/schemas/schemas_0.js +1137 -0
  44. package/dist-types/AppRunnerClient.d.ts +10 -1
  45. package/dist-types/models/models_0.d.ts +0 -60
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  47. package/dist-types/runtimeConfig.d.ts +1 -0
  48. package/dist-types/runtimeConfig.native.d.ts +1 -0
  49. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  50. package/dist-types/schemas/schemas_0.d.ts +175 -0
  51. package/dist-types/ts3.4/AppRunnerClient.d.ts +4 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +0 -43
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +182 -0
  58. package/package.json +5 -5
  59. package/dist-es/protocols/Aws_json1_0.js +0 -1124
  60. package/dist-types/protocols/Aws_json1_0.d.ts +0 -335
  61. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -449
@@ -1,449 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateCustomDomainCommandInput,
8
- AssociateCustomDomainCommandOutput,
9
- } from "../commands/AssociateCustomDomainCommand";
10
- import {
11
- CreateAutoScalingConfigurationCommandInput,
12
- CreateAutoScalingConfigurationCommandOutput,
13
- } from "../commands/CreateAutoScalingConfigurationCommand";
14
- import {
15
- CreateConnectionCommandInput,
16
- CreateConnectionCommandOutput,
17
- } from "../commands/CreateConnectionCommand";
18
- import {
19
- CreateObservabilityConfigurationCommandInput,
20
- CreateObservabilityConfigurationCommandOutput,
21
- } from "../commands/CreateObservabilityConfigurationCommand";
22
- import {
23
- CreateServiceCommandInput,
24
- CreateServiceCommandOutput,
25
- } from "../commands/CreateServiceCommand";
26
- import {
27
- CreateVpcConnectorCommandInput,
28
- CreateVpcConnectorCommandOutput,
29
- } from "../commands/CreateVpcConnectorCommand";
30
- import {
31
- CreateVpcIngressConnectionCommandInput,
32
- CreateVpcIngressConnectionCommandOutput,
33
- } from "../commands/CreateVpcIngressConnectionCommand";
34
- import {
35
- DeleteAutoScalingConfigurationCommandInput,
36
- DeleteAutoScalingConfigurationCommandOutput,
37
- } from "../commands/DeleteAutoScalingConfigurationCommand";
38
- import {
39
- DeleteConnectionCommandInput,
40
- DeleteConnectionCommandOutput,
41
- } from "../commands/DeleteConnectionCommand";
42
- import {
43
- DeleteObservabilityConfigurationCommandInput,
44
- DeleteObservabilityConfigurationCommandOutput,
45
- } from "../commands/DeleteObservabilityConfigurationCommand";
46
- import {
47
- DeleteServiceCommandInput,
48
- DeleteServiceCommandOutput,
49
- } from "../commands/DeleteServiceCommand";
50
- import {
51
- DeleteVpcConnectorCommandInput,
52
- DeleteVpcConnectorCommandOutput,
53
- } from "../commands/DeleteVpcConnectorCommand";
54
- import {
55
- DeleteVpcIngressConnectionCommandInput,
56
- DeleteVpcIngressConnectionCommandOutput,
57
- } from "../commands/DeleteVpcIngressConnectionCommand";
58
- import {
59
- DescribeAutoScalingConfigurationCommandInput,
60
- DescribeAutoScalingConfigurationCommandOutput,
61
- } from "../commands/DescribeAutoScalingConfigurationCommand";
62
- import {
63
- DescribeCustomDomainsCommandInput,
64
- DescribeCustomDomainsCommandOutput,
65
- } from "../commands/DescribeCustomDomainsCommand";
66
- import {
67
- DescribeObservabilityConfigurationCommandInput,
68
- DescribeObservabilityConfigurationCommandOutput,
69
- } from "../commands/DescribeObservabilityConfigurationCommand";
70
- import {
71
- DescribeServiceCommandInput,
72
- DescribeServiceCommandOutput,
73
- } from "../commands/DescribeServiceCommand";
74
- import {
75
- DescribeVpcConnectorCommandInput,
76
- DescribeVpcConnectorCommandOutput,
77
- } from "../commands/DescribeVpcConnectorCommand";
78
- import {
79
- DescribeVpcIngressConnectionCommandInput,
80
- DescribeVpcIngressConnectionCommandOutput,
81
- } from "../commands/DescribeVpcIngressConnectionCommand";
82
- import {
83
- DisassociateCustomDomainCommandInput,
84
- DisassociateCustomDomainCommandOutput,
85
- } from "../commands/DisassociateCustomDomainCommand";
86
- import {
87
- ListAutoScalingConfigurationsCommandInput,
88
- ListAutoScalingConfigurationsCommandOutput,
89
- } from "../commands/ListAutoScalingConfigurationsCommand";
90
- import {
91
- ListConnectionsCommandInput,
92
- ListConnectionsCommandOutput,
93
- } from "../commands/ListConnectionsCommand";
94
- import {
95
- ListObservabilityConfigurationsCommandInput,
96
- ListObservabilityConfigurationsCommandOutput,
97
- } from "../commands/ListObservabilityConfigurationsCommand";
98
- import {
99
- ListOperationsCommandInput,
100
- ListOperationsCommandOutput,
101
- } from "../commands/ListOperationsCommand";
102
- import {
103
- ListServicesCommandInput,
104
- ListServicesCommandOutput,
105
- } from "../commands/ListServicesCommand";
106
- import {
107
- ListServicesForAutoScalingConfigurationCommandInput,
108
- ListServicesForAutoScalingConfigurationCommandOutput,
109
- } from "../commands/ListServicesForAutoScalingConfigurationCommand";
110
- import {
111
- ListTagsForResourceCommandInput,
112
- ListTagsForResourceCommandOutput,
113
- } from "../commands/ListTagsForResourceCommand";
114
- import {
115
- ListVpcConnectorsCommandInput,
116
- ListVpcConnectorsCommandOutput,
117
- } from "../commands/ListVpcConnectorsCommand";
118
- import {
119
- ListVpcIngressConnectionsCommandInput,
120
- ListVpcIngressConnectionsCommandOutput,
121
- } from "../commands/ListVpcIngressConnectionsCommand";
122
- import {
123
- PauseServiceCommandInput,
124
- PauseServiceCommandOutput,
125
- } from "../commands/PauseServiceCommand";
126
- import {
127
- ResumeServiceCommandInput,
128
- ResumeServiceCommandOutput,
129
- } from "../commands/ResumeServiceCommand";
130
- import {
131
- StartDeploymentCommandInput,
132
- StartDeploymentCommandOutput,
133
- } from "../commands/StartDeploymentCommand";
134
- import {
135
- TagResourceCommandInput,
136
- TagResourceCommandOutput,
137
- } from "../commands/TagResourceCommand";
138
- import {
139
- UntagResourceCommandInput,
140
- UntagResourceCommandOutput,
141
- } from "../commands/UntagResourceCommand";
142
- import {
143
- UpdateDefaultAutoScalingConfigurationCommandInput,
144
- UpdateDefaultAutoScalingConfigurationCommandOutput,
145
- } from "../commands/UpdateDefaultAutoScalingConfigurationCommand";
146
- import {
147
- UpdateServiceCommandInput,
148
- UpdateServiceCommandOutput,
149
- } from "../commands/UpdateServiceCommand";
150
- import {
151
- UpdateVpcIngressConnectionCommandInput,
152
- UpdateVpcIngressConnectionCommandOutput,
153
- } from "../commands/UpdateVpcIngressConnectionCommand";
154
- export declare const se_AssociateCustomDomainCommand: (
155
- input: AssociateCustomDomainCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreateAutoScalingConfigurationCommand: (
159
- input: CreateAutoScalingConfigurationCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_CreateConnectionCommand: (
163
- input: CreateConnectionCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateObservabilityConfigurationCommand: (
167
- input: CreateObservabilityConfigurationCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CreateServiceCommand: (
171
- input: CreateServiceCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateVpcConnectorCommand: (
175
- input: CreateVpcConnectorCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_CreateVpcIngressConnectionCommand: (
179
- input: CreateVpcIngressConnectionCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteAutoScalingConfigurationCommand: (
183
- input: DeleteAutoScalingConfigurationCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteConnectionCommand: (
187
- input: DeleteConnectionCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeleteObservabilityConfigurationCommand: (
191
- input: DeleteObservabilityConfigurationCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeleteServiceCommand: (
195
- input: DeleteServiceCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DeleteVpcConnectorCommand: (
199
- input: DeleteVpcConnectorCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DeleteVpcIngressConnectionCommand: (
203
- input: DeleteVpcIngressConnectionCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DescribeAutoScalingConfigurationCommand: (
207
- input: DescribeAutoScalingConfigurationCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DescribeCustomDomainsCommand: (
211
- input: DescribeCustomDomainsCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DescribeObservabilityConfigurationCommand: (
215
- input: DescribeObservabilityConfigurationCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_DescribeServiceCommand: (
219
- input: DescribeServiceCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_DescribeVpcConnectorCommand: (
223
- input: DescribeVpcConnectorCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_DescribeVpcIngressConnectionCommand: (
227
- input: DescribeVpcIngressConnectionCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_DisassociateCustomDomainCommand: (
231
- input: DisassociateCustomDomainCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListAutoScalingConfigurationsCommand: (
235
- input: ListAutoScalingConfigurationsCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListConnectionsCommand: (
239
- input: ListConnectionsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListObservabilityConfigurationsCommand: (
243
- input: ListObservabilityConfigurationsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListOperationsCommand: (
247
- input: ListOperationsCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListServicesCommand: (
251
- input: ListServicesCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListServicesForAutoScalingConfigurationCommand: (
255
- input: ListServicesForAutoScalingConfigurationCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListTagsForResourceCommand: (
259
- input: ListTagsForResourceCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListVpcConnectorsCommand: (
263
- input: ListVpcConnectorsCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListVpcIngressConnectionsCommand: (
267
- input: ListVpcIngressConnectionsCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_PauseServiceCommand: (
271
- input: PauseServiceCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_ResumeServiceCommand: (
275
- input: ResumeServiceCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_StartDeploymentCommand: (
279
- input: StartDeploymentCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_TagResourceCommand: (
283
- input: TagResourceCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_UntagResourceCommand: (
287
- input: UntagResourceCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_UpdateDefaultAutoScalingConfigurationCommand: (
291
- input: UpdateDefaultAutoScalingConfigurationCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_UpdateServiceCommand: (
295
- input: UpdateServiceCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_UpdateVpcIngressConnectionCommand: (
299
- input: UpdateVpcIngressConnectionCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const de_AssociateCustomDomainCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<AssociateCustomDomainCommandOutput>;
306
- export declare const de_CreateAutoScalingConfigurationCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<CreateAutoScalingConfigurationCommandOutput>;
310
- export declare const de_CreateConnectionCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<CreateConnectionCommandOutput>;
314
- export declare const de_CreateObservabilityConfigurationCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<CreateObservabilityConfigurationCommandOutput>;
318
- export declare const de_CreateServiceCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<CreateServiceCommandOutput>;
322
- export declare const de_CreateVpcConnectorCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<CreateVpcConnectorCommandOutput>;
326
- export declare const de_CreateVpcIngressConnectionCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<CreateVpcIngressConnectionCommandOutput>;
330
- export declare const de_DeleteAutoScalingConfigurationCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DeleteAutoScalingConfigurationCommandOutput>;
334
- export declare const de_DeleteConnectionCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DeleteConnectionCommandOutput>;
338
- export declare const de_DeleteObservabilityConfigurationCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DeleteObservabilityConfigurationCommandOutput>;
342
- export declare const de_DeleteServiceCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DeleteServiceCommandOutput>;
346
- export declare const de_DeleteVpcConnectorCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DeleteVpcConnectorCommandOutput>;
350
- export declare const de_DeleteVpcIngressConnectionCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<DeleteVpcIngressConnectionCommandOutput>;
354
- export declare const de_DescribeAutoScalingConfigurationCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<DescribeAutoScalingConfigurationCommandOutput>;
358
- export declare const de_DescribeCustomDomainsCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<DescribeCustomDomainsCommandOutput>;
362
- export declare const de_DescribeObservabilityConfigurationCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<DescribeObservabilityConfigurationCommandOutput>;
366
- export declare const de_DescribeServiceCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<DescribeServiceCommandOutput>;
370
- export declare const de_DescribeVpcConnectorCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<DescribeVpcConnectorCommandOutput>;
374
- export declare const de_DescribeVpcIngressConnectionCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<DescribeVpcIngressConnectionCommandOutput>;
378
- export declare const de_DisassociateCustomDomainCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<DisassociateCustomDomainCommandOutput>;
382
- export declare const de_ListAutoScalingConfigurationsCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<ListAutoScalingConfigurationsCommandOutput>;
386
- export declare const de_ListConnectionsCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<ListConnectionsCommandOutput>;
390
- export declare const de_ListObservabilityConfigurationsCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<ListObservabilityConfigurationsCommandOutput>;
394
- export declare const de_ListOperationsCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ListOperationsCommandOutput>;
398
- export declare const de_ListServicesCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<ListServicesCommandOutput>;
402
- export declare const de_ListServicesForAutoScalingConfigurationCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListServicesForAutoScalingConfigurationCommandOutput>;
406
- export declare const de_ListTagsForResourceCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListTagsForResourceCommandOutput>;
410
- export declare const de_ListVpcConnectorsCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListVpcConnectorsCommandOutput>;
414
- export declare const de_ListVpcIngressConnectionsCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ListVpcIngressConnectionsCommandOutput>;
418
- export declare const de_PauseServiceCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<PauseServiceCommandOutput>;
422
- export declare const de_ResumeServiceCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<ResumeServiceCommandOutput>;
426
- export declare const de_StartDeploymentCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<StartDeploymentCommandOutput>;
430
- export declare const de_TagResourceCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<TagResourceCommandOutput>;
434
- export declare const de_UntagResourceCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<UntagResourceCommandOutput>;
438
- export declare const de_UpdateDefaultAutoScalingConfigurationCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<UpdateDefaultAutoScalingConfigurationCommandOutput>;
442
- export declare const de_UpdateServiceCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<UpdateServiceCommandOutput>;
446
- export declare const de_UpdateVpcIngressConnectionCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<UpdateVpcIngressConnectionCommandOutput>;