@aws-sdk/client-elastic-beanstalk 3.929.0 → 3.931.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 (68) hide show
  1. package/dist-cjs/index.js +1642 -4766
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ElasticBeanstalkClient.js +2 -0
  4. package/dist-es/commands/AbortEnvironmentUpdateCommand.js +3 -9
  5. package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +3 -9
  6. package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +3 -9
  7. package/dist-es/commands/CheckDNSAvailabilityCommand.js +3 -9
  8. package/dist-es/commands/ComposeEnvironmentsCommand.js +3 -9
  9. package/dist-es/commands/CreateApplicationCommand.js +3 -9
  10. package/dist-es/commands/CreateApplicationVersionCommand.js +3 -9
  11. package/dist-es/commands/CreateConfigurationTemplateCommand.js +3 -9
  12. package/dist-es/commands/CreateEnvironmentCommand.js +3 -9
  13. package/dist-es/commands/CreatePlatformVersionCommand.js +3 -9
  14. package/dist-es/commands/CreateStorageLocationCommand.js +3 -9
  15. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  16. package/dist-es/commands/DeleteApplicationVersionCommand.js +3 -9
  17. package/dist-es/commands/DeleteConfigurationTemplateCommand.js +3 -9
  18. package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeletePlatformVersionCommand.js +3 -9
  20. package/dist-es/commands/DescribeAccountAttributesCommand.js +3 -9
  21. package/dist-es/commands/DescribeApplicationVersionsCommand.js +3 -9
  22. package/dist-es/commands/DescribeApplicationsCommand.js +3 -9
  23. package/dist-es/commands/DescribeConfigurationOptionsCommand.js +3 -9
  24. package/dist-es/commands/DescribeConfigurationSettingsCommand.js +3 -9
  25. package/dist-es/commands/DescribeEnvironmentHealthCommand.js +3 -9
  26. package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +3 -9
  27. package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +3 -9
  28. package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +3 -9
  29. package/dist-es/commands/DescribeEnvironmentsCommand.js +3 -9
  30. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  31. package/dist-es/commands/DescribeInstancesHealthCommand.js +3 -9
  32. package/dist-es/commands/DescribePlatformVersionCommand.js +3 -9
  33. package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +3 -9
  34. package/dist-es/commands/ListAvailableSolutionStacksCommand.js +3 -9
  35. package/dist-es/commands/ListPlatformBranchesCommand.js +3 -9
  36. package/dist-es/commands/ListPlatformVersionsCommand.js +3 -9
  37. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  38. package/dist-es/commands/RebuildEnvironmentCommand.js +3 -9
  39. package/dist-es/commands/RequestEnvironmentInfoCommand.js +3 -9
  40. package/dist-es/commands/RestartAppServerCommand.js +3 -9
  41. package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +3 -9
  42. package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +3 -9
  43. package/dist-es/commands/TerminateEnvironmentCommand.js +3 -9
  44. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  45. package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +3 -9
  46. package/dist-es/commands/UpdateApplicationVersionCommand.js +3 -9
  47. package/dist-es/commands/UpdateConfigurationTemplateCommand.js +3 -9
  48. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -9
  49. package/dist-es/commands/UpdateTagsForResourceCommand.js +3 -9
  50. package/dist-es/commands/ValidateConfigurationSettingsCommand.js +3 -9
  51. package/dist-es/runtimeConfig.shared.js +7 -0
  52. package/dist-es/schemas/schemas_0.js +1758 -0
  53. package/dist-types/ElasticBeanstalkClient.d.ts +10 -1
  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 +1 -0
  58. package/dist-types/schemas/schemas_0.d.ts +245 -0
  59. package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  64. package/dist-types/ts3.4/schemas/schemas_0.d.ts +250 -0
  65. package/package.json +34 -34
  66. package/dist-es/protocols/Aws_query.js +0 -4635
  67. package/dist-types/protocols/Aws_query.d.ts +0 -425
  68. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -569
@@ -1,425 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput } from "../commands/AbortEnvironmentUpdateCommand";
4
- import { ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput } from "../commands/ApplyEnvironmentManagedActionCommand";
5
- import { AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput } from "../commands/AssociateEnvironmentOperationsRoleCommand";
6
- import { CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput } from "../commands/CheckDNSAvailabilityCommand";
7
- import { ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput } from "../commands/ComposeEnvironmentsCommand";
8
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
9
- import { CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput } from "../commands/CreateApplicationVersionCommand";
10
- import { CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput } from "../commands/CreateConfigurationTemplateCommand";
11
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
12
- import { CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput } from "../commands/CreatePlatformVersionCommand";
13
- import { CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput } from "../commands/CreateStorageLocationCommand";
14
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
15
- import { DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput } from "../commands/DeleteApplicationVersionCommand";
16
- import { DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput } from "../commands/DeleteConfigurationTemplateCommand";
17
- import { DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput } from "../commands/DeleteEnvironmentConfigurationCommand";
18
- import { DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput } from "../commands/DeletePlatformVersionCommand";
19
- import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
20
- import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "../commands/DescribeApplicationsCommand";
21
- import { DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput } from "../commands/DescribeApplicationVersionsCommand";
22
- import { DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput } from "../commands/DescribeConfigurationOptionsCommand";
23
- import { DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput } from "../commands/DescribeConfigurationSettingsCommand";
24
- import { DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput } from "../commands/DescribeEnvironmentHealthCommand";
25
- import { DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput } from "../commands/DescribeEnvironmentManagedActionHistoryCommand";
26
- import { DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput } from "../commands/DescribeEnvironmentManagedActionsCommand";
27
- import { DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput } from "../commands/DescribeEnvironmentResourcesCommand";
28
- import { DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput } from "../commands/DescribeEnvironmentsCommand";
29
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
30
- import { DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput } from "../commands/DescribeInstancesHealthCommand";
31
- import { DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput } from "../commands/DescribePlatformVersionCommand";
32
- import { DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput } from "../commands/DisassociateEnvironmentOperationsRoleCommand";
33
- import { ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput } from "../commands/ListAvailableSolutionStacksCommand";
34
- import { ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput } from "../commands/ListPlatformBranchesCommand";
35
- import { ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput } from "../commands/ListPlatformVersionsCommand";
36
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
37
- import { RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput } from "../commands/RebuildEnvironmentCommand";
38
- import { RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput } from "../commands/RequestEnvironmentInfoCommand";
39
- import { RestartAppServerCommandInput, RestartAppServerCommandOutput } from "../commands/RestartAppServerCommand";
40
- import { RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput } from "../commands/RetrieveEnvironmentInfoCommand";
41
- import { SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput } from "../commands/SwapEnvironmentCNAMEsCommand";
42
- import { TerminateEnvironmentCommandInput, TerminateEnvironmentCommandOutput } from "../commands/TerminateEnvironmentCommand";
43
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
44
- import { UpdateApplicationResourceLifecycleCommandInput, UpdateApplicationResourceLifecycleCommandOutput } from "../commands/UpdateApplicationResourceLifecycleCommand";
45
- import { UpdateApplicationVersionCommandInput, UpdateApplicationVersionCommandOutput } from "../commands/UpdateApplicationVersionCommand";
46
- import { UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput } from "../commands/UpdateConfigurationTemplateCommand";
47
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
48
- import { UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput } from "../commands/UpdateTagsForResourceCommand";
49
- import { ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput } from "../commands/ValidateConfigurationSettingsCommand";
50
- /**
51
- * serializeAws_queryAbortEnvironmentUpdateCommand
52
- */
53
- export declare const se_AbortEnvironmentUpdateCommand: (input: AbortEnvironmentUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_queryApplyEnvironmentManagedActionCommand
56
- */
57
- export declare const se_ApplyEnvironmentManagedActionCommand: (input: ApplyEnvironmentManagedActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_queryAssociateEnvironmentOperationsRoleCommand
60
- */
61
- export declare const se_AssociateEnvironmentOperationsRoleCommand: (input: AssociateEnvironmentOperationsRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_queryCheckDNSAvailabilityCommand
64
- */
65
- export declare const se_CheckDNSAvailabilityCommand: (input: CheckDNSAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_queryComposeEnvironmentsCommand
68
- */
69
- export declare const se_ComposeEnvironmentsCommand: (input: ComposeEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_queryCreateApplicationCommand
72
- */
73
- export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_queryCreateApplicationVersionCommand
76
- */
77
- export declare const se_CreateApplicationVersionCommand: (input: CreateApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_queryCreateConfigurationTemplateCommand
80
- */
81
- export declare const se_CreateConfigurationTemplateCommand: (input: CreateConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_queryCreateEnvironmentCommand
84
- */
85
- export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_queryCreatePlatformVersionCommand
88
- */
89
- export declare const se_CreatePlatformVersionCommand: (input: CreatePlatformVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_queryCreateStorageLocationCommand
92
- */
93
- export declare const se_CreateStorageLocationCommand: (input: CreateStorageLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_queryDeleteApplicationCommand
96
- */
97
- export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_queryDeleteApplicationVersionCommand
100
- */
101
- export declare const se_DeleteApplicationVersionCommand: (input: DeleteApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_queryDeleteConfigurationTemplateCommand
104
- */
105
- export declare const se_DeleteConfigurationTemplateCommand: (input: DeleteConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_queryDeleteEnvironmentConfigurationCommand
108
- */
109
- export declare const se_DeleteEnvironmentConfigurationCommand: (input: DeleteEnvironmentConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_queryDeletePlatformVersionCommand
112
- */
113
- export declare const se_DeletePlatformVersionCommand: (input: DeletePlatformVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_queryDescribeAccountAttributesCommand
116
- */
117
- export declare const se_DescribeAccountAttributesCommand: (input: DescribeAccountAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_queryDescribeApplicationsCommand
120
- */
121
- export declare const se_DescribeApplicationsCommand: (input: DescribeApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_queryDescribeApplicationVersionsCommand
124
- */
125
- export declare const se_DescribeApplicationVersionsCommand: (input: DescribeApplicationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_queryDescribeConfigurationOptionsCommand
128
- */
129
- export declare const se_DescribeConfigurationOptionsCommand: (input: DescribeConfigurationOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_queryDescribeConfigurationSettingsCommand
132
- */
133
- export declare const se_DescribeConfigurationSettingsCommand: (input: DescribeConfigurationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_queryDescribeEnvironmentHealthCommand
136
- */
137
- export declare const se_DescribeEnvironmentHealthCommand: (input: DescribeEnvironmentHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_queryDescribeEnvironmentManagedActionHistoryCommand
140
- */
141
- export declare const se_DescribeEnvironmentManagedActionHistoryCommand: (input: DescribeEnvironmentManagedActionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_queryDescribeEnvironmentManagedActionsCommand
144
- */
145
- export declare const se_DescribeEnvironmentManagedActionsCommand: (input: DescribeEnvironmentManagedActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_queryDescribeEnvironmentResourcesCommand
148
- */
149
- export declare const se_DescribeEnvironmentResourcesCommand: (input: DescribeEnvironmentResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_queryDescribeEnvironmentsCommand
152
- */
153
- export declare const se_DescribeEnvironmentsCommand: (input: DescribeEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_queryDescribeEventsCommand
156
- */
157
- export declare const se_DescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_queryDescribeInstancesHealthCommand
160
- */
161
- export declare const se_DescribeInstancesHealthCommand: (input: DescribeInstancesHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_queryDescribePlatformVersionCommand
164
- */
165
- export declare const se_DescribePlatformVersionCommand: (input: DescribePlatformVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_queryDisassociateEnvironmentOperationsRoleCommand
168
- */
169
- export declare const se_DisassociateEnvironmentOperationsRoleCommand: (input: DisassociateEnvironmentOperationsRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_queryListAvailableSolutionStacksCommand
172
- */
173
- export declare const se_ListAvailableSolutionStacksCommand: (input: ListAvailableSolutionStacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_queryListPlatformBranchesCommand
176
- */
177
- export declare const se_ListPlatformBranchesCommand: (input: ListPlatformBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_queryListPlatformVersionsCommand
180
- */
181
- export declare const se_ListPlatformVersionsCommand: (input: ListPlatformVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_queryListTagsForResourceCommand
184
- */
185
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_queryRebuildEnvironmentCommand
188
- */
189
- export declare const se_RebuildEnvironmentCommand: (input: RebuildEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_queryRequestEnvironmentInfoCommand
192
- */
193
- export declare const se_RequestEnvironmentInfoCommand: (input: RequestEnvironmentInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_queryRestartAppServerCommand
196
- */
197
- export declare const se_RestartAppServerCommand: (input: RestartAppServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_queryRetrieveEnvironmentInfoCommand
200
- */
201
- export declare const se_RetrieveEnvironmentInfoCommand: (input: RetrieveEnvironmentInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_querySwapEnvironmentCNAMEsCommand
204
- */
205
- export declare const se_SwapEnvironmentCNAMEsCommand: (input: SwapEnvironmentCNAMEsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_queryTerminateEnvironmentCommand
208
- */
209
- export declare const se_TerminateEnvironmentCommand: (input: TerminateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_queryUpdateApplicationCommand
212
- */
213
- export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_queryUpdateApplicationResourceLifecycleCommand
216
- */
217
- export declare const se_UpdateApplicationResourceLifecycleCommand: (input: UpdateApplicationResourceLifecycleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_queryUpdateApplicationVersionCommand
220
- */
221
- export declare const se_UpdateApplicationVersionCommand: (input: UpdateApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_queryUpdateConfigurationTemplateCommand
224
- */
225
- export declare const se_UpdateConfigurationTemplateCommand: (input: UpdateConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_queryUpdateEnvironmentCommand
228
- */
229
- export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_queryUpdateTagsForResourceCommand
232
- */
233
- export declare const se_UpdateTagsForResourceCommand: (input: UpdateTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_queryValidateConfigurationSettingsCommand
236
- */
237
- export declare const se_ValidateConfigurationSettingsCommand: (input: ValidateConfigurationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * deserializeAws_queryAbortEnvironmentUpdateCommand
240
- */
241
- export declare const de_AbortEnvironmentUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AbortEnvironmentUpdateCommandOutput>;
242
- /**
243
- * deserializeAws_queryApplyEnvironmentManagedActionCommand
244
- */
245
- export declare const de_ApplyEnvironmentManagedActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplyEnvironmentManagedActionCommandOutput>;
246
- /**
247
- * deserializeAws_queryAssociateEnvironmentOperationsRoleCommand
248
- */
249
- export declare const de_AssociateEnvironmentOperationsRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEnvironmentOperationsRoleCommandOutput>;
250
- /**
251
- * deserializeAws_queryCheckDNSAvailabilityCommand
252
- */
253
- export declare const de_CheckDNSAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckDNSAvailabilityCommandOutput>;
254
- /**
255
- * deserializeAws_queryComposeEnvironmentsCommand
256
- */
257
- export declare const de_ComposeEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ComposeEnvironmentsCommandOutput>;
258
- /**
259
- * deserializeAws_queryCreateApplicationCommand
260
- */
261
- export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
262
- /**
263
- * deserializeAws_queryCreateApplicationVersionCommand
264
- */
265
- export declare const de_CreateApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationVersionCommandOutput>;
266
- /**
267
- * deserializeAws_queryCreateConfigurationTemplateCommand
268
- */
269
- export declare const de_CreateConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationTemplateCommandOutput>;
270
- /**
271
- * deserializeAws_queryCreateEnvironmentCommand
272
- */
273
- export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
274
- /**
275
- * deserializeAws_queryCreatePlatformVersionCommand
276
- */
277
- export declare const de_CreatePlatformVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlatformVersionCommandOutput>;
278
- /**
279
- * deserializeAws_queryCreateStorageLocationCommand
280
- */
281
- export declare const de_CreateStorageLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorageLocationCommandOutput>;
282
- /**
283
- * deserializeAws_queryDeleteApplicationCommand
284
- */
285
- export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
286
- /**
287
- * deserializeAws_queryDeleteApplicationVersionCommand
288
- */
289
- export declare const de_DeleteApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationVersionCommandOutput>;
290
- /**
291
- * deserializeAws_queryDeleteConfigurationTemplateCommand
292
- */
293
- export declare const de_DeleteConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationTemplateCommandOutput>;
294
- /**
295
- * deserializeAws_queryDeleteEnvironmentConfigurationCommand
296
- */
297
- export declare const de_DeleteEnvironmentConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentConfigurationCommandOutput>;
298
- /**
299
- * deserializeAws_queryDeletePlatformVersionCommand
300
- */
301
- export declare const de_DeletePlatformVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlatformVersionCommandOutput>;
302
- /**
303
- * deserializeAws_queryDescribeAccountAttributesCommand
304
- */
305
- export declare const de_DescribeAccountAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountAttributesCommandOutput>;
306
- /**
307
- * deserializeAws_queryDescribeApplicationsCommand
308
- */
309
- export declare const de_DescribeApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationsCommandOutput>;
310
- /**
311
- * deserializeAws_queryDescribeApplicationVersionsCommand
312
- */
313
- export declare const de_DescribeApplicationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationVersionsCommandOutput>;
314
- /**
315
- * deserializeAws_queryDescribeConfigurationOptionsCommand
316
- */
317
- export declare const de_DescribeConfigurationOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationOptionsCommandOutput>;
318
- /**
319
- * deserializeAws_queryDescribeConfigurationSettingsCommand
320
- */
321
- export declare const de_DescribeConfigurationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationSettingsCommandOutput>;
322
- /**
323
- * deserializeAws_queryDescribeEnvironmentHealthCommand
324
- */
325
- export declare const de_DescribeEnvironmentHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentHealthCommandOutput>;
326
- /**
327
- * deserializeAws_queryDescribeEnvironmentManagedActionHistoryCommand
328
- */
329
- export declare const de_DescribeEnvironmentManagedActionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
330
- /**
331
- * deserializeAws_queryDescribeEnvironmentManagedActionsCommand
332
- */
333
- export declare const de_DescribeEnvironmentManagedActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentManagedActionsCommandOutput>;
334
- /**
335
- * deserializeAws_queryDescribeEnvironmentResourcesCommand
336
- */
337
- export declare const de_DescribeEnvironmentResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentResourcesCommandOutput>;
338
- /**
339
- * deserializeAws_queryDescribeEnvironmentsCommand
340
- */
341
- export declare const de_DescribeEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentsCommandOutput>;
342
- /**
343
- * deserializeAws_queryDescribeEventsCommand
344
- */
345
- export declare const de_DescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
346
- /**
347
- * deserializeAws_queryDescribeInstancesHealthCommand
348
- */
349
- export declare const de_DescribeInstancesHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstancesHealthCommandOutput>;
350
- /**
351
- * deserializeAws_queryDescribePlatformVersionCommand
352
- */
353
- export declare const de_DescribePlatformVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePlatformVersionCommandOutput>;
354
- /**
355
- * deserializeAws_queryDisassociateEnvironmentOperationsRoleCommand
356
- */
357
- export declare const de_DisassociateEnvironmentOperationsRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateEnvironmentOperationsRoleCommandOutput>;
358
- /**
359
- * deserializeAws_queryListAvailableSolutionStacksCommand
360
- */
361
- export declare const de_ListAvailableSolutionStacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableSolutionStacksCommandOutput>;
362
- /**
363
- * deserializeAws_queryListPlatformBranchesCommand
364
- */
365
- export declare const de_ListPlatformBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlatformBranchesCommandOutput>;
366
- /**
367
- * deserializeAws_queryListPlatformVersionsCommand
368
- */
369
- export declare const de_ListPlatformVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlatformVersionsCommandOutput>;
370
- /**
371
- * deserializeAws_queryListTagsForResourceCommand
372
- */
373
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
374
- /**
375
- * deserializeAws_queryRebuildEnvironmentCommand
376
- */
377
- export declare const de_RebuildEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebuildEnvironmentCommandOutput>;
378
- /**
379
- * deserializeAws_queryRequestEnvironmentInfoCommand
380
- */
381
- export declare const de_RequestEnvironmentInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestEnvironmentInfoCommandOutput>;
382
- /**
383
- * deserializeAws_queryRestartAppServerCommand
384
- */
385
- export declare const de_RestartAppServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestartAppServerCommandOutput>;
386
- /**
387
- * deserializeAws_queryRetrieveEnvironmentInfoCommand
388
- */
389
- export declare const de_RetrieveEnvironmentInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveEnvironmentInfoCommandOutput>;
390
- /**
391
- * deserializeAws_querySwapEnvironmentCNAMEsCommand
392
- */
393
- export declare const de_SwapEnvironmentCNAMEsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SwapEnvironmentCNAMEsCommandOutput>;
394
- /**
395
- * deserializeAws_queryTerminateEnvironmentCommand
396
- */
397
- export declare const de_TerminateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateEnvironmentCommandOutput>;
398
- /**
399
- * deserializeAws_queryUpdateApplicationCommand
400
- */
401
- export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
402
- /**
403
- * deserializeAws_queryUpdateApplicationResourceLifecycleCommand
404
- */
405
- export declare const de_UpdateApplicationResourceLifecycleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationResourceLifecycleCommandOutput>;
406
- /**
407
- * deserializeAws_queryUpdateApplicationVersionCommand
408
- */
409
- export declare const de_UpdateApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationVersionCommandOutput>;
410
- /**
411
- * deserializeAws_queryUpdateConfigurationTemplateCommand
412
- */
413
- export declare const de_UpdateConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationTemplateCommandOutput>;
414
- /**
415
- * deserializeAws_queryUpdateEnvironmentCommand
416
- */
417
- export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
418
- /**
419
- * deserializeAws_queryUpdateTagsForResourceCommand
420
- */
421
- export declare const de_UpdateTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTagsForResourceCommandOutput>;
422
- /**
423
- * deserializeAws_queryValidateConfigurationSettingsCommand
424
- */
425
- export declare const de_ValidateConfigurationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateConfigurationSettingsCommandOutput>;