@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,335 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput } from "../commands/AssociateCustomDomainCommand";
4
- import { CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput } from "../commands/CreateAutoScalingConfigurationCommand";
5
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
6
- import { CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput } from "../commands/CreateObservabilityConfigurationCommand";
7
- import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
8
- import { CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput } from "../commands/CreateVpcConnectorCommand";
9
- import { CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput } from "../commands/CreateVpcIngressConnectionCommand";
10
- import { DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput } from "../commands/DeleteAutoScalingConfigurationCommand";
11
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
12
- import { DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput } from "../commands/DeleteObservabilityConfigurationCommand";
13
- import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
14
- import { DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput } from "../commands/DeleteVpcConnectorCommand";
15
- import { DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput } from "../commands/DeleteVpcIngressConnectionCommand";
16
- import { DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput } from "../commands/DescribeAutoScalingConfigurationCommand";
17
- import { DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput } from "../commands/DescribeCustomDomainsCommand";
18
- import { DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput } from "../commands/DescribeObservabilityConfigurationCommand";
19
- import { DescribeServiceCommandInput, DescribeServiceCommandOutput } from "../commands/DescribeServiceCommand";
20
- import { DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput } from "../commands/DescribeVpcConnectorCommand";
21
- import { DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput } from "../commands/DescribeVpcIngressConnectionCommand";
22
- import { DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput } from "../commands/DisassociateCustomDomainCommand";
23
- import { ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput } from "../commands/ListAutoScalingConfigurationsCommand";
24
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
25
- import { ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput } from "../commands/ListObservabilityConfigurationsCommand";
26
- import { ListOperationsCommandInput, ListOperationsCommandOutput } from "../commands/ListOperationsCommand";
27
- import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
28
- import { ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput } from "../commands/ListServicesForAutoScalingConfigurationCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
30
- import { ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput } from "../commands/ListVpcConnectorsCommand";
31
- import { ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput } from "../commands/ListVpcIngressConnectionsCommand";
32
- import { PauseServiceCommandInput, PauseServiceCommandOutput } from "../commands/PauseServiceCommand";
33
- import { ResumeServiceCommandInput, ResumeServiceCommandOutput } from "../commands/ResumeServiceCommand";
34
- import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "../commands/StartDeploymentCommand";
35
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
36
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
37
- import { UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput } from "../commands/UpdateDefaultAutoScalingConfigurationCommand";
38
- import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
39
- import { UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput } from "../commands/UpdateVpcIngressConnectionCommand";
40
- /**
41
- * serializeAws_json1_0AssociateCustomDomainCommand
42
- */
43
- export declare const se_AssociateCustomDomainCommand: (input: AssociateCustomDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_json1_0CreateAutoScalingConfigurationCommand
46
- */
47
- export declare const se_CreateAutoScalingConfigurationCommand: (input: CreateAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_json1_0CreateConnectionCommand
50
- */
51
- export declare const se_CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_json1_0CreateObservabilityConfigurationCommand
54
- */
55
- export declare const se_CreateObservabilityConfigurationCommand: (input: CreateObservabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_json1_0CreateServiceCommand
58
- */
59
- export declare const se_CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_json1_0CreateVpcConnectorCommand
62
- */
63
- export declare const se_CreateVpcConnectorCommand: (input: CreateVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_0CreateVpcIngressConnectionCommand
66
- */
67
- export declare const se_CreateVpcIngressConnectionCommand: (input: CreateVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_0DeleteAutoScalingConfigurationCommand
70
- */
71
- export declare const se_DeleteAutoScalingConfigurationCommand: (input: DeleteAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_0DeleteConnectionCommand
74
- */
75
- export declare const se_DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_0DeleteObservabilityConfigurationCommand
78
- */
79
- export declare const se_DeleteObservabilityConfigurationCommand: (input: DeleteObservabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_0DeleteServiceCommand
82
- */
83
- export declare const se_DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_0DeleteVpcConnectorCommand
86
- */
87
- export declare const se_DeleteVpcConnectorCommand: (input: DeleteVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_0DeleteVpcIngressConnectionCommand
90
- */
91
- export declare const se_DeleteVpcIngressConnectionCommand: (input: DeleteVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_0DescribeAutoScalingConfigurationCommand
94
- */
95
- export declare const se_DescribeAutoScalingConfigurationCommand: (input: DescribeAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_0DescribeCustomDomainsCommand
98
- */
99
- export declare const se_DescribeCustomDomainsCommand: (input: DescribeCustomDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_0DescribeObservabilityConfigurationCommand
102
- */
103
- export declare const se_DescribeObservabilityConfigurationCommand: (input: DescribeObservabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_0DescribeServiceCommand
106
- */
107
- export declare const se_DescribeServiceCommand: (input: DescribeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_0DescribeVpcConnectorCommand
110
- */
111
- export declare const se_DescribeVpcConnectorCommand: (input: DescribeVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_0DescribeVpcIngressConnectionCommand
114
- */
115
- export declare const se_DescribeVpcIngressConnectionCommand: (input: DescribeVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_0DisassociateCustomDomainCommand
118
- */
119
- export declare const se_DisassociateCustomDomainCommand: (input: DisassociateCustomDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_0ListAutoScalingConfigurationsCommand
122
- */
123
- export declare const se_ListAutoScalingConfigurationsCommand: (input: ListAutoScalingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_0ListConnectionsCommand
126
- */
127
- export declare const se_ListConnectionsCommand: (input: ListConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_0ListObservabilityConfigurationsCommand
130
- */
131
- export declare const se_ListObservabilityConfigurationsCommand: (input: ListObservabilityConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_0ListOperationsCommand
134
- */
135
- export declare const se_ListOperationsCommand: (input: ListOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_0ListServicesCommand
138
- */
139
- export declare const se_ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_0ListServicesForAutoScalingConfigurationCommand
142
- */
143
- export declare const se_ListServicesForAutoScalingConfigurationCommand: (input: ListServicesForAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_0ListTagsForResourceCommand
146
- */
147
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_0ListVpcConnectorsCommand
150
- */
151
- export declare const se_ListVpcConnectorsCommand: (input: ListVpcConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_0ListVpcIngressConnectionsCommand
154
- */
155
- export declare const se_ListVpcIngressConnectionsCommand: (input: ListVpcIngressConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_0PauseServiceCommand
158
- */
159
- export declare const se_PauseServiceCommand: (input: PauseServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_0ResumeServiceCommand
162
- */
163
- export declare const se_ResumeServiceCommand: (input: ResumeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_0StartDeploymentCommand
166
- */
167
- export declare const se_StartDeploymentCommand: (input: StartDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_0TagResourceCommand
170
- */
171
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_0UntagResourceCommand
174
- */
175
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_0UpdateDefaultAutoScalingConfigurationCommand
178
- */
179
- export declare const se_UpdateDefaultAutoScalingConfigurationCommand: (input: UpdateDefaultAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_0UpdateServiceCommand
182
- */
183
- export declare const se_UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_0UpdateVpcIngressConnectionCommand
186
- */
187
- export declare const se_UpdateVpcIngressConnectionCommand: (input: UpdateVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * deserializeAws_json1_0AssociateCustomDomainCommand
190
- */
191
- export declare const de_AssociateCustomDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCustomDomainCommandOutput>;
192
- /**
193
- * deserializeAws_json1_0CreateAutoScalingConfigurationCommand
194
- */
195
- export declare const de_CreateAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoScalingConfigurationCommandOutput>;
196
- /**
197
- * deserializeAws_json1_0CreateConnectionCommand
198
- */
199
- export declare const de_CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
200
- /**
201
- * deserializeAws_json1_0CreateObservabilityConfigurationCommand
202
- */
203
- export declare const de_CreateObservabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateObservabilityConfigurationCommandOutput>;
204
- /**
205
- * deserializeAws_json1_0CreateServiceCommand
206
- */
207
- export declare const de_CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
208
- /**
209
- * deserializeAws_json1_0CreateVpcConnectorCommand
210
- */
211
- export declare const de_CreateVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcConnectorCommandOutput>;
212
- /**
213
- * deserializeAws_json1_0CreateVpcIngressConnectionCommand
214
- */
215
- export declare const de_CreateVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcIngressConnectionCommandOutput>;
216
- /**
217
- * deserializeAws_json1_0DeleteAutoScalingConfigurationCommand
218
- */
219
- export declare const de_DeleteAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutoScalingConfigurationCommandOutput>;
220
- /**
221
- * deserializeAws_json1_0DeleteConnectionCommand
222
- */
223
- export declare const de_DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
224
- /**
225
- * deserializeAws_json1_0DeleteObservabilityConfigurationCommand
226
- */
227
- export declare const de_DeleteObservabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteObservabilityConfigurationCommandOutput>;
228
- /**
229
- * deserializeAws_json1_0DeleteServiceCommand
230
- */
231
- export declare const de_DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
232
- /**
233
- * deserializeAws_json1_0DeleteVpcConnectorCommand
234
- */
235
- export declare const de_DeleteVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcConnectorCommandOutput>;
236
- /**
237
- * deserializeAws_json1_0DeleteVpcIngressConnectionCommand
238
- */
239
- export declare const de_DeleteVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcIngressConnectionCommandOutput>;
240
- /**
241
- * deserializeAws_json1_0DescribeAutoScalingConfigurationCommand
242
- */
243
- export declare const de_DescribeAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoScalingConfigurationCommandOutput>;
244
- /**
245
- * deserializeAws_json1_0DescribeCustomDomainsCommand
246
- */
247
- export declare const de_DescribeCustomDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomDomainsCommandOutput>;
248
- /**
249
- * deserializeAws_json1_0DescribeObservabilityConfigurationCommand
250
- */
251
- export declare const de_DescribeObservabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeObservabilityConfigurationCommandOutput>;
252
- /**
253
- * deserializeAws_json1_0DescribeServiceCommand
254
- */
255
- export declare const de_DescribeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceCommandOutput>;
256
- /**
257
- * deserializeAws_json1_0DescribeVpcConnectorCommand
258
- */
259
- export declare const de_DescribeVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcConnectorCommandOutput>;
260
- /**
261
- * deserializeAws_json1_0DescribeVpcIngressConnectionCommand
262
- */
263
- export declare const de_DescribeVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcIngressConnectionCommandOutput>;
264
- /**
265
- * deserializeAws_json1_0DisassociateCustomDomainCommand
266
- */
267
- export declare const de_DisassociateCustomDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCustomDomainCommandOutput>;
268
- /**
269
- * deserializeAws_json1_0ListAutoScalingConfigurationsCommand
270
- */
271
- export declare const de_ListAutoScalingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutoScalingConfigurationsCommandOutput>;
272
- /**
273
- * deserializeAws_json1_0ListConnectionsCommand
274
- */
275
- export declare const de_ListConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectionsCommandOutput>;
276
- /**
277
- * deserializeAws_json1_0ListObservabilityConfigurationsCommand
278
- */
279
- export declare const de_ListObservabilityConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObservabilityConfigurationsCommandOutput>;
280
- /**
281
- * deserializeAws_json1_0ListOperationsCommand
282
- */
283
- export declare const de_ListOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOperationsCommandOutput>;
284
- /**
285
- * deserializeAws_json1_0ListServicesCommand
286
- */
287
- export declare const de_ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
288
- /**
289
- * deserializeAws_json1_0ListServicesForAutoScalingConfigurationCommand
290
- */
291
- export declare const de_ListServicesForAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesForAutoScalingConfigurationCommandOutput>;
292
- /**
293
- * deserializeAws_json1_0ListTagsForResourceCommand
294
- */
295
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
296
- /**
297
- * deserializeAws_json1_0ListVpcConnectorsCommand
298
- */
299
- export declare const de_ListVpcConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcConnectorsCommandOutput>;
300
- /**
301
- * deserializeAws_json1_0ListVpcIngressConnectionsCommand
302
- */
303
- export declare const de_ListVpcIngressConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcIngressConnectionsCommandOutput>;
304
- /**
305
- * deserializeAws_json1_0PauseServiceCommand
306
- */
307
- export declare const de_PauseServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseServiceCommandOutput>;
308
- /**
309
- * deserializeAws_json1_0ResumeServiceCommand
310
- */
311
- export declare const de_ResumeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeServiceCommandOutput>;
312
- /**
313
- * deserializeAws_json1_0StartDeploymentCommand
314
- */
315
- export declare const de_StartDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeploymentCommandOutput>;
316
- /**
317
- * deserializeAws_json1_0TagResourceCommand
318
- */
319
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
320
- /**
321
- * deserializeAws_json1_0UntagResourceCommand
322
- */
323
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
324
- /**
325
- * deserializeAws_json1_0UpdateDefaultAutoScalingConfigurationCommand
326
- */
327
- export declare const de_UpdateDefaultAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDefaultAutoScalingConfigurationCommandOutput>;
328
- /**
329
- * deserializeAws_json1_0UpdateServiceCommand
330
- */
331
- export declare const de_UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
332
- /**
333
- * deserializeAws_json1_0UpdateVpcIngressConnectionCommand
334
- */
335
- export declare const de_UpdateVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcIngressConnectionCommandOutput>;