@aws-sdk/client-appconfig 3.928.0 → 3.930.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 (69) hide show
  1. package/dist-cjs/index.js +1704 -1961
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AppConfigClient.js +2 -0
  4. package/dist-es/commands/CreateApplicationCommand.js +3 -9
  5. package/dist-es/commands/CreateConfigurationProfileCommand.js +3 -10
  6. package/dist-es/commands/CreateDeploymentStrategyCommand.js +3 -9
  7. package/dist-es/commands/CreateEnvironmentCommand.js +3 -9
  8. package/dist-es/commands/CreateExtensionAssociationCommand.js +3 -9
  9. package/dist-es/commands/CreateExtensionCommand.js +3 -9
  10. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +3 -10
  11. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  12. package/dist-es/commands/DeleteConfigurationProfileCommand.js +3 -9
  13. package/dist-es/commands/DeleteDeploymentStrategyCommand.js +3 -9
  14. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
  15. package/dist-es/commands/DeleteExtensionAssociationCommand.js +3 -9
  16. package/dist-es/commands/DeleteExtensionCommand.js +3 -9
  17. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +3 -9
  18. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  19. package/dist-es/commands/GetApplicationCommand.js +3 -9
  20. package/dist-es/commands/GetConfigurationCommand.js +3 -10
  21. package/dist-es/commands/GetConfigurationProfileCommand.js +3 -10
  22. package/dist-es/commands/GetDeploymentCommand.js +3 -9
  23. package/dist-es/commands/GetDeploymentStrategyCommand.js +3 -9
  24. package/dist-es/commands/GetEnvironmentCommand.js +3 -9
  25. package/dist-es/commands/GetExtensionAssociationCommand.js +3 -9
  26. package/dist-es/commands/GetExtensionCommand.js +3 -9
  27. package/dist-es/commands/GetHostedConfigurationVersionCommand.js +3 -10
  28. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  29. package/dist-es/commands/ListConfigurationProfilesCommand.js +3 -9
  30. package/dist-es/commands/ListDeploymentStrategiesCommand.js +3 -9
  31. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  32. package/dist-es/commands/ListEnvironmentsCommand.js +3 -9
  33. package/dist-es/commands/ListExtensionAssociationsCommand.js +3 -9
  34. package/dist-es/commands/ListExtensionsCommand.js +3 -9
  35. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +3 -9
  36. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  37. package/dist-es/commands/StartDeploymentCommand.js +3 -10
  38. package/dist-es/commands/StopDeploymentCommand.js +3 -9
  39. package/dist-es/commands/TagResourceCommand.js +3 -9
  40. package/dist-es/commands/UntagResourceCommand.js +3 -9
  41. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
  42. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  43. package/dist-es/commands/UpdateConfigurationProfileCommand.js +3 -10
  44. package/dist-es/commands/UpdateDeploymentStrategyCommand.js +3 -9
  45. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -9
  46. package/dist-es/commands/UpdateExtensionAssociationCommand.js +3 -9
  47. package/dist-es/commands/UpdateExtensionCommand.js +3 -9
  48. package/dist-es/commands/ValidateConfigurationCommand.js +3 -9
  49. package/dist-es/models/models_0.js +0 -41
  50. package/dist-es/runtimeConfig.shared.js +2 -0
  51. package/dist-es/schemas/schemas_0.js +1632 -0
  52. package/dist-types/AppConfigClient.d.ts +10 -1
  53. package/dist-types/models/models_0.d.ts +4 -33
  54. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  55. package/dist-types/runtimeConfig.d.ts +1 -0
  56. package/dist-types/runtimeConfig.native.d.ts +1 -0
  57. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  58. package/dist-types/schemas/schemas_0.d.ts +156 -0
  59. package/dist-types/ts3.4/AppConfigClient.d.ts +4 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +0 -23
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +163 -0
  66. package/package.json +35 -35
  67. package/dist-es/protocols/Aws_restJson1.js +0 -1615
  68. package/dist-types/protocols/Aws_restJson1.d.ts +0 -407
  69. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -545
@@ -1,545 +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
- CreateApplicationCommandInput,
8
- CreateApplicationCommandOutput,
9
- } from "../commands/CreateApplicationCommand";
10
- import {
11
- CreateConfigurationProfileCommandInput,
12
- CreateConfigurationProfileCommandOutput,
13
- } from "../commands/CreateConfigurationProfileCommand";
14
- import {
15
- CreateDeploymentStrategyCommandInput,
16
- CreateDeploymentStrategyCommandOutput,
17
- } from "../commands/CreateDeploymentStrategyCommand";
18
- import {
19
- CreateEnvironmentCommandInput,
20
- CreateEnvironmentCommandOutput,
21
- } from "../commands/CreateEnvironmentCommand";
22
- import {
23
- CreateExtensionAssociationCommandInput,
24
- CreateExtensionAssociationCommandOutput,
25
- } from "../commands/CreateExtensionAssociationCommand";
26
- import {
27
- CreateExtensionCommandInput,
28
- CreateExtensionCommandOutput,
29
- } from "../commands/CreateExtensionCommand";
30
- import {
31
- CreateHostedConfigurationVersionCommandInput,
32
- CreateHostedConfigurationVersionCommandOutput,
33
- } from "../commands/CreateHostedConfigurationVersionCommand";
34
- import {
35
- DeleteApplicationCommandInput,
36
- DeleteApplicationCommandOutput,
37
- } from "../commands/DeleteApplicationCommand";
38
- import {
39
- DeleteConfigurationProfileCommandInput,
40
- DeleteConfigurationProfileCommandOutput,
41
- } from "../commands/DeleteConfigurationProfileCommand";
42
- import {
43
- DeleteDeploymentStrategyCommandInput,
44
- DeleteDeploymentStrategyCommandOutput,
45
- } from "../commands/DeleteDeploymentStrategyCommand";
46
- import {
47
- DeleteEnvironmentCommandInput,
48
- DeleteEnvironmentCommandOutput,
49
- } from "../commands/DeleteEnvironmentCommand";
50
- import {
51
- DeleteExtensionAssociationCommandInput,
52
- DeleteExtensionAssociationCommandOutput,
53
- } from "../commands/DeleteExtensionAssociationCommand";
54
- import {
55
- DeleteExtensionCommandInput,
56
- DeleteExtensionCommandOutput,
57
- } from "../commands/DeleteExtensionCommand";
58
- import {
59
- DeleteHostedConfigurationVersionCommandInput,
60
- DeleteHostedConfigurationVersionCommandOutput,
61
- } from "../commands/DeleteHostedConfigurationVersionCommand";
62
- import {
63
- GetAccountSettingsCommandInput,
64
- GetAccountSettingsCommandOutput,
65
- } from "../commands/GetAccountSettingsCommand";
66
- import {
67
- GetApplicationCommandInput,
68
- GetApplicationCommandOutput,
69
- } from "../commands/GetApplicationCommand";
70
- import {
71
- GetConfigurationCommandInput,
72
- GetConfigurationCommandOutput,
73
- } from "../commands/GetConfigurationCommand";
74
- import {
75
- GetConfigurationProfileCommandInput,
76
- GetConfigurationProfileCommandOutput,
77
- } from "../commands/GetConfigurationProfileCommand";
78
- import {
79
- GetDeploymentCommandInput,
80
- GetDeploymentCommandOutput,
81
- } from "../commands/GetDeploymentCommand";
82
- import {
83
- GetDeploymentStrategyCommandInput,
84
- GetDeploymentStrategyCommandOutput,
85
- } from "../commands/GetDeploymentStrategyCommand";
86
- import {
87
- GetEnvironmentCommandInput,
88
- GetEnvironmentCommandOutput,
89
- } from "../commands/GetEnvironmentCommand";
90
- import {
91
- GetExtensionAssociationCommandInput,
92
- GetExtensionAssociationCommandOutput,
93
- } from "../commands/GetExtensionAssociationCommand";
94
- import {
95
- GetExtensionCommandInput,
96
- GetExtensionCommandOutput,
97
- } from "../commands/GetExtensionCommand";
98
- import {
99
- GetHostedConfigurationVersionCommandInput,
100
- GetHostedConfigurationVersionCommandOutput,
101
- } from "../commands/GetHostedConfigurationVersionCommand";
102
- import {
103
- ListApplicationsCommandInput,
104
- ListApplicationsCommandOutput,
105
- } from "../commands/ListApplicationsCommand";
106
- import {
107
- ListConfigurationProfilesCommandInput,
108
- ListConfigurationProfilesCommandOutput,
109
- } from "../commands/ListConfigurationProfilesCommand";
110
- import {
111
- ListDeploymentsCommandInput,
112
- ListDeploymentsCommandOutput,
113
- } from "../commands/ListDeploymentsCommand";
114
- import {
115
- ListDeploymentStrategiesCommandInput,
116
- ListDeploymentStrategiesCommandOutput,
117
- } from "../commands/ListDeploymentStrategiesCommand";
118
- import {
119
- ListEnvironmentsCommandInput,
120
- ListEnvironmentsCommandOutput,
121
- } from "../commands/ListEnvironmentsCommand";
122
- import {
123
- ListExtensionAssociationsCommandInput,
124
- ListExtensionAssociationsCommandOutput,
125
- } from "../commands/ListExtensionAssociationsCommand";
126
- import {
127
- ListExtensionsCommandInput,
128
- ListExtensionsCommandOutput,
129
- } from "../commands/ListExtensionsCommand";
130
- import {
131
- ListHostedConfigurationVersionsCommandInput,
132
- ListHostedConfigurationVersionsCommandOutput,
133
- } from "../commands/ListHostedConfigurationVersionsCommand";
134
- import {
135
- ListTagsForResourceCommandInput,
136
- ListTagsForResourceCommandOutput,
137
- } from "../commands/ListTagsForResourceCommand";
138
- import {
139
- StartDeploymentCommandInput,
140
- StartDeploymentCommandOutput,
141
- } from "../commands/StartDeploymentCommand";
142
- import {
143
- StopDeploymentCommandInput,
144
- StopDeploymentCommandOutput,
145
- } from "../commands/StopDeploymentCommand";
146
- import {
147
- TagResourceCommandInput,
148
- TagResourceCommandOutput,
149
- } from "../commands/TagResourceCommand";
150
- import {
151
- UntagResourceCommandInput,
152
- UntagResourceCommandOutput,
153
- } from "../commands/UntagResourceCommand";
154
- import {
155
- UpdateAccountSettingsCommandInput,
156
- UpdateAccountSettingsCommandOutput,
157
- } from "../commands/UpdateAccountSettingsCommand";
158
- import {
159
- UpdateApplicationCommandInput,
160
- UpdateApplicationCommandOutput,
161
- } from "../commands/UpdateApplicationCommand";
162
- import {
163
- UpdateConfigurationProfileCommandInput,
164
- UpdateConfigurationProfileCommandOutput,
165
- } from "../commands/UpdateConfigurationProfileCommand";
166
- import {
167
- UpdateDeploymentStrategyCommandInput,
168
- UpdateDeploymentStrategyCommandOutput,
169
- } from "../commands/UpdateDeploymentStrategyCommand";
170
- import {
171
- UpdateEnvironmentCommandInput,
172
- UpdateEnvironmentCommandOutput,
173
- } from "../commands/UpdateEnvironmentCommand";
174
- import {
175
- UpdateExtensionAssociationCommandInput,
176
- UpdateExtensionAssociationCommandOutput,
177
- } from "../commands/UpdateExtensionAssociationCommand";
178
- import {
179
- UpdateExtensionCommandInput,
180
- UpdateExtensionCommandOutput,
181
- } from "../commands/UpdateExtensionCommand";
182
- import {
183
- ValidateConfigurationCommandInput,
184
- ValidateConfigurationCommandOutput,
185
- } from "../commands/ValidateConfigurationCommand";
186
- export declare const se_CreateApplicationCommand: (
187
- input: CreateApplicationCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_CreateConfigurationProfileCommand: (
191
- input: CreateConfigurationProfileCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_CreateDeploymentStrategyCommand: (
195
- input: CreateDeploymentStrategyCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_CreateEnvironmentCommand: (
199
- input: CreateEnvironmentCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_CreateExtensionCommand: (
203
- input: CreateExtensionCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_CreateExtensionAssociationCommand: (
207
- input: CreateExtensionAssociationCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_CreateHostedConfigurationVersionCommand: (
211
- input: CreateHostedConfigurationVersionCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DeleteApplicationCommand: (
215
- input: DeleteApplicationCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_DeleteConfigurationProfileCommand: (
219
- input: DeleteConfigurationProfileCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_DeleteDeploymentStrategyCommand: (
223
- input: DeleteDeploymentStrategyCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_DeleteEnvironmentCommand: (
227
- input: DeleteEnvironmentCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_DeleteExtensionCommand: (
231
- input: DeleteExtensionCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_DeleteExtensionAssociationCommand: (
235
- input: DeleteExtensionAssociationCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_DeleteHostedConfigurationVersionCommand: (
239
- input: DeleteHostedConfigurationVersionCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_GetAccountSettingsCommand: (
243
- input: GetAccountSettingsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_GetApplicationCommand: (
247
- input: GetApplicationCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_GetConfigurationCommand: (
251
- input: GetConfigurationCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_GetConfigurationProfileCommand: (
255
- input: GetConfigurationProfileCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_GetDeploymentCommand: (
259
- input: GetDeploymentCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_GetDeploymentStrategyCommand: (
263
- input: GetDeploymentStrategyCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_GetEnvironmentCommand: (
267
- input: GetEnvironmentCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_GetExtensionCommand: (
271
- input: GetExtensionCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_GetExtensionAssociationCommand: (
275
- input: GetExtensionAssociationCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_GetHostedConfigurationVersionCommand: (
279
- input: GetHostedConfigurationVersionCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_ListApplicationsCommand: (
283
- input: ListApplicationsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_ListConfigurationProfilesCommand: (
287
- input: ListConfigurationProfilesCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_ListDeploymentsCommand: (
291
- input: ListDeploymentsCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_ListDeploymentStrategiesCommand: (
295
- input: ListDeploymentStrategiesCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ListEnvironmentsCommand: (
299
- input: ListEnvironmentsCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_ListExtensionAssociationsCommand: (
303
- input: ListExtensionAssociationsCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_ListExtensionsCommand: (
307
- input: ListExtensionsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_ListHostedConfigurationVersionsCommand: (
311
- input: ListHostedConfigurationVersionsCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_ListTagsForResourceCommand: (
315
- input: ListTagsForResourceCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_StartDeploymentCommand: (
319
- input: StartDeploymentCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_StopDeploymentCommand: (
323
- input: StopDeploymentCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_TagResourceCommand: (
327
- input: TagResourceCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_UntagResourceCommand: (
331
- input: UntagResourceCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_UpdateAccountSettingsCommand: (
335
- input: UpdateAccountSettingsCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_UpdateApplicationCommand: (
339
- input: UpdateApplicationCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_UpdateConfigurationProfileCommand: (
343
- input: UpdateConfigurationProfileCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_UpdateDeploymentStrategyCommand: (
347
- input: UpdateDeploymentStrategyCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_UpdateEnvironmentCommand: (
351
- input: UpdateEnvironmentCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_UpdateExtensionCommand: (
355
- input: UpdateExtensionCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_UpdateExtensionAssociationCommand: (
359
- input: UpdateExtensionAssociationCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ValidateConfigurationCommand: (
363
- input: ValidateConfigurationCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const de_CreateApplicationCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<CreateApplicationCommandOutput>;
370
- export declare const de_CreateConfigurationProfileCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<CreateConfigurationProfileCommandOutput>;
374
- export declare const de_CreateDeploymentStrategyCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<CreateDeploymentStrategyCommandOutput>;
378
- export declare const de_CreateEnvironmentCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<CreateEnvironmentCommandOutput>;
382
- export declare const de_CreateExtensionCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<CreateExtensionCommandOutput>;
386
- export declare const de_CreateExtensionAssociationCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<CreateExtensionAssociationCommandOutput>;
390
- export declare const de_CreateHostedConfigurationVersionCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<CreateHostedConfigurationVersionCommandOutput>;
394
- export declare const de_DeleteApplicationCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<DeleteApplicationCommandOutput>;
398
- export declare const de_DeleteConfigurationProfileCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<DeleteConfigurationProfileCommandOutput>;
402
- export declare const de_DeleteDeploymentStrategyCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<DeleteDeploymentStrategyCommandOutput>;
406
- export declare const de_DeleteEnvironmentCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<DeleteEnvironmentCommandOutput>;
410
- export declare const de_DeleteExtensionCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<DeleteExtensionCommandOutput>;
414
- export declare const de_DeleteExtensionAssociationCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<DeleteExtensionAssociationCommandOutput>;
418
- export declare const de_DeleteHostedConfigurationVersionCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<DeleteHostedConfigurationVersionCommandOutput>;
422
- export declare const de_GetAccountSettingsCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<GetAccountSettingsCommandOutput>;
426
- export declare const de_GetApplicationCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<GetApplicationCommandOutput>;
430
- export declare const de_GetConfigurationCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<GetConfigurationCommandOutput>;
434
- export declare const de_GetConfigurationProfileCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<GetConfigurationProfileCommandOutput>;
438
- export declare const de_GetDeploymentCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<GetDeploymentCommandOutput>;
442
- export declare const de_GetDeploymentStrategyCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<GetDeploymentStrategyCommandOutput>;
446
- export declare const de_GetEnvironmentCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<GetEnvironmentCommandOutput>;
450
- export declare const de_GetExtensionCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<GetExtensionCommandOutput>;
454
- export declare const de_GetExtensionAssociationCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<GetExtensionAssociationCommandOutput>;
458
- export declare const de_GetHostedConfigurationVersionCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<GetHostedConfigurationVersionCommandOutput>;
462
- export declare const de_ListApplicationsCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<ListApplicationsCommandOutput>;
466
- export declare const de_ListConfigurationProfilesCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<ListConfigurationProfilesCommandOutput>;
470
- export declare const de_ListDeploymentsCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<ListDeploymentsCommandOutput>;
474
- export declare const de_ListDeploymentStrategiesCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<ListDeploymentStrategiesCommandOutput>;
478
- export declare const de_ListEnvironmentsCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<ListEnvironmentsCommandOutput>;
482
- export declare const de_ListExtensionAssociationsCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<ListExtensionAssociationsCommandOutput>;
486
- export declare const de_ListExtensionsCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<ListExtensionsCommandOutput>;
490
- export declare const de_ListHostedConfigurationVersionsCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<ListHostedConfigurationVersionsCommandOutput>;
494
- export declare const de_ListTagsForResourceCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<ListTagsForResourceCommandOutput>;
498
- export declare const de_StartDeploymentCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<StartDeploymentCommandOutput>;
502
- export declare const de_StopDeploymentCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<StopDeploymentCommandOutput>;
506
- export declare const de_TagResourceCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<TagResourceCommandOutput>;
510
- export declare const de_UntagResourceCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<UntagResourceCommandOutput>;
514
- export declare const de_UpdateAccountSettingsCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<UpdateAccountSettingsCommandOutput>;
518
- export declare const de_UpdateApplicationCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<UpdateApplicationCommandOutput>;
522
- export declare const de_UpdateConfigurationProfileCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<UpdateConfigurationProfileCommandOutput>;
526
- export declare const de_UpdateDeploymentStrategyCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<UpdateDeploymentStrategyCommandOutput>;
530
- export declare const de_UpdateEnvironmentCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<UpdateEnvironmentCommandOutput>;
534
- export declare const de_UpdateExtensionCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<UpdateExtensionCommandOutput>;
538
- export declare const de_UpdateExtensionAssociationCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<UpdateExtensionAssociationCommandOutput>;
542
- export declare const de_ValidateConfigurationCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<ValidateConfigurationCommandOutput>;