@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,407 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
4
- import { CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput } from "../commands/CreateConfigurationProfileCommand";
5
- import { CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput } from "../commands/CreateDeploymentStrategyCommand";
6
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
7
- import { CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput } from "../commands/CreateExtensionAssociationCommand";
8
- import { CreateExtensionCommandInput, CreateExtensionCommandOutput } from "../commands/CreateExtensionCommand";
9
- import { CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput } from "../commands/CreateHostedConfigurationVersionCommand";
10
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
11
- import { DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput } from "../commands/DeleteConfigurationProfileCommand";
12
- import { DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput } from "../commands/DeleteDeploymentStrategyCommand";
13
- import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
14
- import { DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput } from "../commands/DeleteExtensionAssociationCommand";
15
- import { DeleteExtensionCommandInput, DeleteExtensionCommandOutput } from "../commands/DeleteExtensionCommand";
16
- import { DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput } from "../commands/DeleteHostedConfigurationVersionCommand";
17
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
18
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
19
- import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "../commands/GetConfigurationCommand";
20
- import { GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput } from "../commands/GetConfigurationProfileCommand";
21
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
22
- import { GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput } from "../commands/GetDeploymentStrategyCommand";
23
- import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "../commands/GetEnvironmentCommand";
24
- import { GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput } from "../commands/GetExtensionAssociationCommand";
25
- import { GetExtensionCommandInput, GetExtensionCommandOutput } from "../commands/GetExtensionCommand";
26
- import { GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput } from "../commands/GetHostedConfigurationVersionCommand";
27
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
28
- import { ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput } from "../commands/ListConfigurationProfilesCommand";
29
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
30
- import { ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput } from "../commands/ListDeploymentStrategiesCommand";
31
- import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
32
- import { ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput } from "../commands/ListExtensionAssociationsCommand";
33
- import { ListExtensionsCommandInput, ListExtensionsCommandOutput } from "../commands/ListExtensionsCommand";
34
- import { ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput } from "../commands/ListHostedConfigurationVersionsCommand";
35
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
36
- import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "../commands/StartDeploymentCommand";
37
- import { StopDeploymentCommandInput, StopDeploymentCommandOutput } from "../commands/StopDeploymentCommand";
38
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
39
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
40
- import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
41
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
42
- import { UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput } from "../commands/UpdateConfigurationProfileCommand";
43
- import { UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput } from "../commands/UpdateDeploymentStrategyCommand";
44
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
45
- import { UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput } from "../commands/UpdateExtensionAssociationCommand";
46
- import { UpdateExtensionCommandInput, UpdateExtensionCommandOutput } from "../commands/UpdateExtensionCommand";
47
- import { ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput } from "../commands/ValidateConfigurationCommand";
48
- /**
49
- * serializeAws_restJson1CreateApplicationCommand
50
- */
51
- export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1CreateConfigurationProfileCommand
54
- */
55
- export declare const se_CreateConfigurationProfileCommand: (input: CreateConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1CreateDeploymentStrategyCommand
58
- */
59
- export declare const se_CreateDeploymentStrategyCommand: (input: CreateDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1CreateEnvironmentCommand
62
- */
63
- export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1CreateExtensionCommand
66
- */
67
- export declare const se_CreateExtensionCommand: (input: CreateExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_restJson1CreateExtensionAssociationCommand
70
- */
71
- export declare const se_CreateExtensionAssociationCommand: (input: CreateExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_restJson1CreateHostedConfigurationVersionCommand
74
- */
75
- export declare const se_CreateHostedConfigurationVersionCommand: (input: CreateHostedConfigurationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_restJson1DeleteApplicationCommand
78
- */
79
- export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1DeleteConfigurationProfileCommand
82
- */
83
- export declare const se_DeleteConfigurationProfileCommand: (input: DeleteConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1DeleteDeploymentStrategyCommand
86
- */
87
- export declare const se_DeleteDeploymentStrategyCommand: (input: DeleteDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1DeleteEnvironmentCommand
90
- */
91
- export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1DeleteExtensionCommand
94
- */
95
- export declare const se_DeleteExtensionCommand: (input: DeleteExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1DeleteExtensionAssociationCommand
98
- */
99
- export declare const se_DeleteExtensionAssociationCommand: (input: DeleteExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1DeleteHostedConfigurationVersionCommand
102
- */
103
- export declare const se_DeleteHostedConfigurationVersionCommand: (input: DeleteHostedConfigurationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1GetAccountSettingsCommand
106
- */
107
- export declare const se_GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_restJson1GetApplicationCommand
110
- */
111
- export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_restJson1GetConfigurationCommand
114
- */
115
- export declare const se_GetConfigurationCommand: (input: GetConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_restJson1GetConfigurationProfileCommand
118
- */
119
- export declare const se_GetConfigurationProfileCommand: (input: GetConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_restJson1GetDeploymentCommand
122
- */
123
- export declare const se_GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_restJson1GetDeploymentStrategyCommand
126
- */
127
- export declare const se_GetDeploymentStrategyCommand: (input: GetDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_restJson1GetEnvironmentCommand
130
- */
131
- export declare const se_GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_restJson1GetExtensionCommand
134
- */
135
- export declare const se_GetExtensionCommand: (input: GetExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_restJson1GetExtensionAssociationCommand
138
- */
139
- export declare const se_GetExtensionAssociationCommand: (input: GetExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_restJson1GetHostedConfigurationVersionCommand
142
- */
143
- export declare const se_GetHostedConfigurationVersionCommand: (input: GetHostedConfigurationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_restJson1ListApplicationsCommand
146
- */
147
- export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_restJson1ListConfigurationProfilesCommand
150
- */
151
- export declare const se_ListConfigurationProfilesCommand: (input: ListConfigurationProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_restJson1ListDeploymentsCommand
154
- */
155
- export declare const se_ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_restJson1ListDeploymentStrategiesCommand
158
- */
159
- export declare const se_ListDeploymentStrategiesCommand: (input: ListDeploymentStrategiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_restJson1ListEnvironmentsCommand
162
- */
163
- export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_restJson1ListExtensionAssociationsCommand
166
- */
167
- export declare const se_ListExtensionAssociationsCommand: (input: ListExtensionAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_restJson1ListExtensionsCommand
170
- */
171
- export declare const se_ListExtensionsCommand: (input: ListExtensionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_restJson1ListHostedConfigurationVersionsCommand
174
- */
175
- export declare const se_ListHostedConfigurationVersionsCommand: (input: ListHostedConfigurationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_restJson1ListTagsForResourceCommand
178
- */
179
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_restJson1StartDeploymentCommand
182
- */
183
- export declare const se_StartDeploymentCommand: (input: StartDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_restJson1StopDeploymentCommand
186
- */
187
- export declare const se_StopDeploymentCommand: (input: StopDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_restJson1TagResourceCommand
190
- */
191
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_restJson1UntagResourceCommand
194
- */
195
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_restJson1UpdateAccountSettingsCommand
198
- */
199
- export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_restJson1UpdateApplicationCommand
202
- */
203
- export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_restJson1UpdateConfigurationProfileCommand
206
- */
207
- export declare const se_UpdateConfigurationProfileCommand: (input: UpdateConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_restJson1UpdateDeploymentStrategyCommand
210
- */
211
- export declare const se_UpdateDeploymentStrategyCommand: (input: UpdateDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_restJson1UpdateEnvironmentCommand
214
- */
215
- export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_restJson1UpdateExtensionCommand
218
- */
219
- export declare const se_UpdateExtensionCommand: (input: UpdateExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_restJson1UpdateExtensionAssociationCommand
222
- */
223
- export declare const se_UpdateExtensionAssociationCommand: (input: UpdateExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_restJson1ValidateConfigurationCommand
226
- */
227
- export declare const se_ValidateConfigurationCommand: (input: ValidateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * deserializeAws_restJson1CreateApplicationCommand
230
- */
231
- export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
232
- /**
233
- * deserializeAws_restJson1CreateConfigurationProfileCommand
234
- */
235
- export declare const de_CreateConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationProfileCommandOutput>;
236
- /**
237
- * deserializeAws_restJson1CreateDeploymentStrategyCommand
238
- */
239
- export declare const de_CreateDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentStrategyCommandOutput>;
240
- /**
241
- * deserializeAws_restJson1CreateEnvironmentCommand
242
- */
243
- export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
244
- /**
245
- * deserializeAws_restJson1CreateExtensionCommand
246
- */
247
- export declare const de_CreateExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExtensionCommandOutput>;
248
- /**
249
- * deserializeAws_restJson1CreateExtensionAssociationCommand
250
- */
251
- export declare const de_CreateExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExtensionAssociationCommandOutput>;
252
- /**
253
- * deserializeAws_restJson1CreateHostedConfigurationVersionCommand
254
- */
255
- export declare const de_CreateHostedConfigurationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHostedConfigurationVersionCommandOutput>;
256
- /**
257
- * deserializeAws_restJson1DeleteApplicationCommand
258
- */
259
- export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
260
- /**
261
- * deserializeAws_restJson1DeleteConfigurationProfileCommand
262
- */
263
- export declare const de_DeleteConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationProfileCommandOutput>;
264
- /**
265
- * deserializeAws_restJson1DeleteDeploymentStrategyCommand
266
- */
267
- export declare const de_DeleteDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentStrategyCommandOutput>;
268
- /**
269
- * deserializeAws_restJson1DeleteEnvironmentCommand
270
- */
271
- export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
272
- /**
273
- * deserializeAws_restJson1DeleteExtensionCommand
274
- */
275
- export declare const de_DeleteExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExtensionCommandOutput>;
276
- /**
277
- * deserializeAws_restJson1DeleteExtensionAssociationCommand
278
- */
279
- export declare const de_DeleteExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExtensionAssociationCommandOutput>;
280
- /**
281
- * deserializeAws_restJson1DeleteHostedConfigurationVersionCommand
282
- */
283
- export declare const de_DeleteHostedConfigurationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostedConfigurationVersionCommandOutput>;
284
- /**
285
- * deserializeAws_restJson1GetAccountSettingsCommand
286
- */
287
- export declare const de_GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
288
- /**
289
- * deserializeAws_restJson1GetApplicationCommand
290
- */
291
- export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
292
- /**
293
- * deserializeAws_restJson1GetConfigurationCommand
294
- */
295
- export declare const de_GetConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCommandOutput>;
296
- /**
297
- * deserializeAws_restJson1GetConfigurationProfileCommand
298
- */
299
- export declare const de_GetConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationProfileCommandOutput>;
300
- /**
301
- * deserializeAws_restJson1GetDeploymentCommand
302
- */
303
- export declare const de_GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
304
- /**
305
- * deserializeAws_restJson1GetDeploymentStrategyCommand
306
- */
307
- export declare const de_GetDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentStrategyCommandOutput>;
308
- /**
309
- * deserializeAws_restJson1GetEnvironmentCommand
310
- */
311
- export declare const de_GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
312
- /**
313
- * deserializeAws_restJson1GetExtensionCommand
314
- */
315
- export declare const de_GetExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExtensionCommandOutput>;
316
- /**
317
- * deserializeAws_restJson1GetExtensionAssociationCommand
318
- */
319
- export declare const de_GetExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExtensionAssociationCommandOutput>;
320
- /**
321
- * deserializeAws_restJson1GetHostedConfigurationVersionCommand
322
- */
323
- export declare const de_GetHostedConfigurationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostedConfigurationVersionCommandOutput>;
324
- /**
325
- * deserializeAws_restJson1ListApplicationsCommand
326
- */
327
- export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
328
- /**
329
- * deserializeAws_restJson1ListConfigurationProfilesCommand
330
- */
331
- export declare const de_ListConfigurationProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationProfilesCommandOutput>;
332
- /**
333
- * deserializeAws_restJson1ListDeploymentsCommand
334
- */
335
- export declare const de_ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
336
- /**
337
- * deserializeAws_restJson1ListDeploymentStrategiesCommand
338
- */
339
- export declare const de_ListDeploymentStrategiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentStrategiesCommandOutput>;
340
- /**
341
- * deserializeAws_restJson1ListEnvironmentsCommand
342
- */
343
- export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
344
- /**
345
- * deserializeAws_restJson1ListExtensionAssociationsCommand
346
- */
347
- export declare const de_ListExtensionAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExtensionAssociationsCommandOutput>;
348
- /**
349
- * deserializeAws_restJson1ListExtensionsCommand
350
- */
351
- export declare const de_ListExtensionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExtensionsCommandOutput>;
352
- /**
353
- * deserializeAws_restJson1ListHostedConfigurationVersionsCommand
354
- */
355
- export declare const de_ListHostedConfigurationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostedConfigurationVersionsCommandOutput>;
356
- /**
357
- * deserializeAws_restJson1ListTagsForResourceCommand
358
- */
359
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
360
- /**
361
- * deserializeAws_restJson1StartDeploymentCommand
362
- */
363
- export declare const de_StartDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeploymentCommandOutput>;
364
- /**
365
- * deserializeAws_restJson1StopDeploymentCommand
366
- */
367
- export declare const de_StopDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDeploymentCommandOutput>;
368
- /**
369
- * deserializeAws_restJson1TagResourceCommand
370
- */
371
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
372
- /**
373
- * deserializeAws_restJson1UntagResourceCommand
374
- */
375
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
376
- /**
377
- * deserializeAws_restJson1UpdateAccountSettingsCommand
378
- */
379
- export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
380
- /**
381
- * deserializeAws_restJson1UpdateApplicationCommand
382
- */
383
- export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
384
- /**
385
- * deserializeAws_restJson1UpdateConfigurationProfileCommand
386
- */
387
- export declare const de_UpdateConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationProfileCommandOutput>;
388
- /**
389
- * deserializeAws_restJson1UpdateDeploymentStrategyCommand
390
- */
391
- export declare const de_UpdateDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeploymentStrategyCommandOutput>;
392
- /**
393
- * deserializeAws_restJson1UpdateEnvironmentCommand
394
- */
395
- export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
396
- /**
397
- * deserializeAws_restJson1UpdateExtensionCommand
398
- */
399
- export declare const de_UpdateExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExtensionCommandOutput>;
400
- /**
401
- * deserializeAws_restJson1UpdateExtensionAssociationCommand
402
- */
403
- export declare const de_UpdateExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExtensionAssociationCommandOutput>;
404
- /**
405
- * deserializeAws_restJson1ValidateConfigurationCommand
406
- */
407
- export declare const de_ValidateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateConfigurationCommandOutput>;