@aws-sdk/client-elastic-beanstalk 3.529.1 → 3.535.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 (107) hide show
  1. package/dist-types/ElasticBeanstalk.d.ts +25 -1
  2. package/dist-types/ElasticBeanstalkClient.d.ts +1 -1
  3. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +2 -1
  4. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  6. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +2 -1
  7. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  12. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateStorageLocationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +2 -1
  32. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +2 -1
  34. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +2 -1
  38. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +2 -1
  39. package/dist-types/commands/RestartAppServerCommand.d.ts +2 -1
  40. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -1
  41. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -1
  42. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +2 -1
  50. package/dist-types/models/models_0.d.ts +610 -610
  51. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  52. package/dist-types/runtimeConfig.d.ts +2 -2
  53. package/dist-types/runtimeConfig.native.d.ts +2 -2
  54. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  55. package/dist-types/ts3.4/ElasticBeanstalk.d.ts +24 -0
  56. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  107. package/package.json +41 -41
@@ -51,6 +51,7 @@ export interface ElasticBeanstalk {
51
51
  /**
52
52
  * @see {@link AbortEnvironmentUpdateCommand}
53
53
  */
54
+ abortEnvironmentUpdate(): Promise<AbortEnvironmentUpdateCommandOutput>;
54
55
  abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, options?: __HttpHandlerOptions): Promise<AbortEnvironmentUpdateCommandOutput>;
55
56
  abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void): void;
56
57
  abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void): void;
@@ -75,6 +76,7 @@ export interface ElasticBeanstalk {
75
76
  /**
76
77
  * @see {@link ComposeEnvironmentsCommand}
77
78
  */
79
+ composeEnvironments(): Promise<ComposeEnvironmentsCommandOutput>;
78
80
  composeEnvironments(args: ComposeEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ComposeEnvironmentsCommandOutput>;
79
81
  composeEnvironments(args: ComposeEnvironmentsCommandInput, cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void): void;
80
82
  composeEnvironments(args: ComposeEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void): void;
@@ -111,6 +113,7 @@ export interface ElasticBeanstalk {
111
113
  /**
112
114
  * @see {@link CreateStorageLocationCommand}
113
115
  */
116
+ createStorageLocation(): Promise<CreateStorageLocationCommandOutput>;
114
117
  createStorageLocation(args: CreateStorageLocationCommandInput, options?: __HttpHandlerOptions): Promise<CreateStorageLocationCommandOutput>;
115
118
  createStorageLocation(args: CreateStorageLocationCommandInput, cb: (err: any, data?: CreateStorageLocationCommandOutput) => void): void;
116
119
  createStorageLocation(args: CreateStorageLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStorageLocationCommandOutput) => void): void;
@@ -141,30 +144,35 @@ export interface ElasticBeanstalk {
141
144
  /**
142
145
  * @see {@link DeletePlatformVersionCommand}
143
146
  */
147
+ deletePlatformVersion(): Promise<DeletePlatformVersionCommandOutput>;
144
148
  deletePlatformVersion(args: DeletePlatformVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlatformVersionCommandOutput>;
145
149
  deletePlatformVersion(args: DeletePlatformVersionCommandInput, cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void): void;
146
150
  deletePlatformVersion(args: DeletePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void): void;
147
151
  /**
148
152
  * @see {@link DescribeAccountAttributesCommand}
149
153
  */
154
+ describeAccountAttributes(): Promise<DescribeAccountAttributesCommandOutput>;
150
155
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAttributesCommandOutput>;
151
156
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
152
157
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
153
158
  /**
154
159
  * @see {@link DescribeApplicationsCommand}
155
160
  */
161
+ describeApplications(): Promise<DescribeApplicationsCommandOutput>;
156
162
  describeApplications(args: DescribeApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationsCommandOutput>;
157
163
  describeApplications(args: DescribeApplicationsCommandInput, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
158
164
  describeApplications(args: DescribeApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
159
165
  /**
160
166
  * @see {@link DescribeApplicationVersionsCommand}
161
167
  */
168
+ describeApplicationVersions(): Promise<DescribeApplicationVersionsCommandOutput>;
162
169
  describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationVersionsCommandOutput>;
163
170
  describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void): void;
164
171
  describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void): void;
165
172
  /**
166
173
  * @see {@link DescribeConfigurationOptionsCommand}
167
174
  */
175
+ describeConfigurationOptions(): Promise<DescribeConfigurationOptionsCommandOutput>;
168
176
  describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConfigurationOptionsCommandOutput>;
169
177
  describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void): void;
170
178
  describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void): void;
@@ -177,48 +185,56 @@ export interface ElasticBeanstalk {
177
185
  /**
178
186
  * @see {@link DescribeEnvironmentHealthCommand}
179
187
  */
188
+ describeEnvironmentHealth(): Promise<DescribeEnvironmentHealthCommandOutput>;
180
189
  describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentHealthCommandOutput>;
181
190
  describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void): void;
182
191
  describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void): void;
183
192
  /**
184
193
  * @see {@link DescribeEnvironmentManagedActionHistoryCommand}
185
194
  */
195
+ describeEnvironmentManagedActionHistory(): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
186
196
  describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
187
197
  describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void): void;
188
198
  describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void): void;
189
199
  /**
190
200
  * @see {@link DescribeEnvironmentManagedActionsCommand}
191
201
  */
202
+ describeEnvironmentManagedActions(): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
192
203
  describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
193
204
  describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void): void;
194
205
  describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void): void;
195
206
  /**
196
207
  * @see {@link DescribeEnvironmentResourcesCommand}
197
208
  */
209
+ describeEnvironmentResources(): Promise<DescribeEnvironmentResourcesCommandOutput>;
198
210
  describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentResourcesCommandOutput>;
199
211
  describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void): void;
200
212
  describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void): void;
201
213
  /**
202
214
  * @see {@link DescribeEnvironmentsCommand}
203
215
  */
216
+ describeEnvironments(): Promise<DescribeEnvironmentsCommandOutput>;
204
217
  describeEnvironments(args: DescribeEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentsCommandOutput>;
205
218
  describeEnvironments(args: DescribeEnvironmentsCommandInput, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
206
219
  describeEnvironments(args: DescribeEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
207
220
  /**
208
221
  * @see {@link DescribeEventsCommand}
209
222
  */
223
+ describeEvents(): Promise<DescribeEventsCommandOutput>;
210
224
  describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
211
225
  describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
212
226
  describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
213
227
  /**
214
228
  * @see {@link DescribeInstancesHealthCommand}
215
229
  */
230
+ describeInstancesHealth(): Promise<DescribeInstancesHealthCommandOutput>;
216
231
  describeInstancesHealth(args: DescribeInstancesHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstancesHealthCommandOutput>;
217
232
  describeInstancesHealth(args: DescribeInstancesHealthCommandInput, cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void): void;
218
233
  describeInstancesHealth(args: DescribeInstancesHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void): void;
219
234
  /**
220
235
  * @see {@link DescribePlatformVersionCommand}
221
236
  */
237
+ describePlatformVersion(): Promise<DescribePlatformVersionCommandOutput>;
222
238
  describePlatformVersion(args: DescribePlatformVersionCommandInput, options?: __HttpHandlerOptions): Promise<DescribePlatformVersionCommandOutput>;
223
239
  describePlatformVersion(args: DescribePlatformVersionCommandInput, cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void): void;
224
240
  describePlatformVersion(args: DescribePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void): void;
@@ -231,18 +247,21 @@ export interface ElasticBeanstalk {
231
247
  /**
232
248
  * @see {@link ListAvailableSolutionStacksCommand}
233
249
  */
250
+ listAvailableSolutionStacks(): Promise<ListAvailableSolutionStacksCommandOutput>;
234
251
  listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableSolutionStacksCommandOutput>;
235
252
  listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void): void;
236
253
  listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void): void;
237
254
  /**
238
255
  * @see {@link ListPlatformBranchesCommand}
239
256
  */
257
+ listPlatformBranches(): Promise<ListPlatformBranchesCommandOutput>;
240
258
  listPlatformBranches(args: ListPlatformBranchesCommandInput, options?: __HttpHandlerOptions): Promise<ListPlatformBranchesCommandOutput>;
241
259
  listPlatformBranches(args: ListPlatformBranchesCommandInput, cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void): void;
242
260
  listPlatformBranches(args: ListPlatformBranchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void): void;
243
261
  /**
244
262
  * @see {@link ListPlatformVersionsCommand}
245
263
  */
264
+ listPlatformVersions(): Promise<ListPlatformVersionsCommandOutput>;
246
265
  listPlatformVersions(args: ListPlatformVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPlatformVersionsCommandOutput>;
247
266
  listPlatformVersions(args: ListPlatformVersionsCommandInput, cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void): void;
248
267
  listPlatformVersions(args: ListPlatformVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void): void;
@@ -255,6 +274,7 @@ export interface ElasticBeanstalk {
255
274
  /**
256
275
  * @see {@link RebuildEnvironmentCommand}
257
276
  */
277
+ rebuildEnvironment(): Promise<RebuildEnvironmentCommandOutput>;
258
278
  rebuildEnvironment(args: RebuildEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<RebuildEnvironmentCommandOutput>;
259
279
  rebuildEnvironment(args: RebuildEnvironmentCommandInput, cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void): void;
260
280
  rebuildEnvironment(args: RebuildEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void): void;
@@ -267,6 +287,7 @@ export interface ElasticBeanstalk {
267
287
  /**
268
288
  * @see {@link RestartAppServerCommand}
269
289
  */
290
+ restartAppServer(): Promise<RestartAppServerCommandOutput>;
270
291
  restartAppServer(args: RestartAppServerCommandInput, options?: __HttpHandlerOptions): Promise<RestartAppServerCommandOutput>;
271
292
  restartAppServer(args: RestartAppServerCommandInput, cb: (err: any, data?: RestartAppServerCommandOutput) => void): void;
272
293
  restartAppServer(args: RestartAppServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestartAppServerCommandOutput) => void): void;
@@ -279,12 +300,14 @@ export interface ElasticBeanstalk {
279
300
  /**
280
301
  * @see {@link SwapEnvironmentCNAMEsCommand}
281
302
  */
303
+ swapEnvironmentCNAMEs(): Promise<SwapEnvironmentCNAMEsCommandOutput>;
282
304
  swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, options?: __HttpHandlerOptions): Promise<SwapEnvironmentCNAMEsCommandOutput>;
283
305
  swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void): void;
284
306
  swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void): void;
285
307
  /**
286
308
  * @see {@link TerminateEnvironmentCommand}
287
309
  */
310
+ terminateEnvironment(): Promise<TerminateEnvironmentCommandOutput>;
288
311
  terminateEnvironment(args: TerminateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<TerminateEnvironmentCommandOutput>;
289
312
  terminateEnvironment(args: TerminateEnvironmentCommandInput, cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void): void;
290
313
  terminateEnvironment(args: TerminateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void): void;
@@ -315,6 +338,7 @@ export interface ElasticBeanstalk {
315
338
  /**
316
339
  * @see {@link UpdateEnvironmentCommand}
317
340
  */
341
+ updateEnvironment(): Promise<UpdateEnvironmentCommandOutput>;
318
342
  updateEnvironment(args: UpdateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentCommandOutput>;
319
343
  updateEnvironment(args: UpdateEnvironmentCommandInput, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
320
344
  updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
@@ -332,7 +356,6 @@ export interface ElasticBeanstalk {
332
356
  validateConfigurationSettings(args: ValidateConfigurationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void): void;
333
357
  }
334
358
  /**
335
- * @public
336
359
  * <fullname>AWS Elastic Beanstalk</fullname>
337
360
  * <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable,
338
361
  * fault-tolerant applications running on the Amazon Web Services cloud.</p>
@@ -346,6 +369,7 @@ export interface ElasticBeanstalk {
346
369
  * <p>For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to
347
370
  * <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region">Regions and Endpoints</a> in the <i>Amazon Web Services
348
371
  * Glossary</i>.</p>
372
+ * @public
349
373
  */
350
374
  export declare class ElasticBeanstalk extends ElasticBeanstalkClient implements ElasticBeanstalk {
351
375
  }
@@ -198,7 +198,6 @@ export type ElasticBeanstalkClientResolvedConfigType = __SmithyResolvedConfigura
198
198
  export interface ElasticBeanstalkClientResolvedConfig extends ElasticBeanstalkClientResolvedConfigType {
199
199
  }
200
200
  /**
201
- * @public
202
201
  * <fullname>AWS Elastic Beanstalk</fullname>
203
202
  * <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable,
204
203
  * fault-tolerant applications running on the Amazon Web Services cloud.</p>
@@ -212,6 +211,7 @@ export interface ElasticBeanstalkClientResolvedConfig extends ElasticBeanstalkCl
212
211
  * <p>For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to
213
212
  * <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region">Regions and Endpoints</a> in the <i>Amazon Web Services
214
213
  * Glossary</i>.</p>
214
+ * @public
215
215
  */
216
216
  export declare class ElasticBeanstalkClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ElasticBeanstalkClientResolvedConfig> {
217
217
  /**
@@ -22,10 +22,10 @@ export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AbortEnvironmentUpdateCommand_base: {
24
24
  new (input: AbortEnvironmentUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [AbortEnvironmentUpdateCommandInput]): import("@smithy/smithy-client").CommandImpl<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels in-progress environment configuration update or application version
30
30
  * deployment.</p>
31
31
  * @example
@@ -57,6 +57,7 @@ declare const AbortEnvironmentUpdateCommand_base: {
57
57
  * @throws {@link ElasticBeanstalkServiceException}
58
58
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
59
59
  *
60
+ * @public
60
61
  * @example To abort a deployment
61
62
  * ```javascript
62
63
  * // The following code aborts a running application version deployment for an environment named my-env:
@@ -22,10 +22,10 @@ export interface ApplyEnvironmentManagedActionCommandOutput extends ApplyEnviron
22
22
  }
23
23
  declare const ApplyEnvironmentManagedActionCommand_base: {
24
24
  new (input: ApplyEnvironmentManagedActionCommandInput): import("@smithy/smithy-client").CommandImpl<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ApplyEnvironmentManagedActionCommandInput): import("@smithy/smithy-client").CommandImpl<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Applies a scheduled managed action immediately. A managed action can be applied only if
30
30
  * its status is <code>Scheduled</code>. Get the status and action ID of a managed action with
31
31
  * <a>DescribeEnvironmentManagedActions</a>.</p>
@@ -66,6 +66,7 @@ declare const ApplyEnvironmentManagedActionCommand_base: {
66
66
  * @throws {@link ElasticBeanstalkServiceException}
67
67
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class ApplyEnvironmentManagedActionCommand extends ApplyEnvironmentManagedActionCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface AssociateEnvironmentOperationsRoleCommandOutput extends __Metad
22
22
  }
23
23
  declare const AssociateEnvironmentOperationsRoleCommand_base: {
24
24
  new (input: AssociateEnvironmentOperationsRoleCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateEnvironmentOperationsRoleCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk
30
30
  * uses the associated operations role for permissions to downstream services during subsequent
31
31
  * calls acting on this environment. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html">Operations roles</a> in the
@@ -59,6 +59,7 @@ declare const AssociateEnvironmentOperationsRoleCommand_base: {
59
59
  * @throws {@link ElasticBeanstalkServiceException}
60
60
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class AssociateEnvironmentOperationsRoleCommand extends AssociateEnvironmentOperationsRoleCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface CheckDNSAvailabilityCommandOutput extends CheckDNSAvailabilityR
22
22
  }
23
23
  declare const CheckDNSAvailabilityCommand_base: {
24
24
  new (input: CheckDNSAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CheckDNSAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Checks if the specified CNAME is available.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const CheckDNSAvailabilityCommand_base: {
54
54
  * @throws {@link ElasticBeanstalkServiceException}
55
55
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
56
56
  *
57
+ * @public
57
58
  * @example To check the availability of a CNAME
58
59
  * ```javascript
59
60
  * // The following operation checks the availability of the subdomain my-cname:
@@ -22,10 +22,10 @@ export interface ComposeEnvironmentsCommandOutput extends EnvironmentDescription
22
22
  }
23
23
  declare const ComposeEnvironmentsCommand_base: {
24
24
  new (input: ComposeEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ComposeEnvironmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create or update a group of environments that each run a separate component of a single
30
30
  * application. Takes a list of version labels that specify application source bundles for each
31
31
  * of the environments to create or update. The name of each environment and other required
@@ -114,6 +114,7 @@ declare const ComposeEnvironmentsCommand_base: {
114
114
  * @throws {@link ElasticBeanstalkServiceException}
115
115
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
116
116
  *
117
+ * @public
117
118
  */
118
119
  export declare class ComposeEnvironmentsCommand extends ComposeEnvironmentsCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends ApplicationDescriptionMe
22
22
  }
23
23
  declare const CreateApplicationCommand_base: {
24
24
  new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an application that has one configuration template named <code>default</code>
30
30
  * and no application versions.</p>
31
31
  * @example
@@ -106,6 +106,7 @@ declare const CreateApplicationCommand_base: {
106
106
  * @throws {@link ElasticBeanstalkServiceException}
107
107
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
108
108
  *
109
+ * @public
109
110
  * @example To create a new application
110
111
  * ```javascript
111
112
  * // The following operation creates a new application named my-app:
@@ -22,10 +22,10 @@ export interface CreateApplicationVersionCommandOutput extends ApplicationVersio
22
22
  }
23
23
  declare const CreateApplicationVersionCommand_base: {
24
24
  new (input: CreateApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an application version for the specified application. You can create an
30
30
  * application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the
31
31
  * output of an AWS CodeBuild build as follows:</p>
@@ -141,6 +141,7 @@ declare const CreateApplicationVersionCommand_base: {
141
141
  * @throws {@link ElasticBeanstalkServiceException}
142
142
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
143
143
  *
144
+ * @public
144
145
  * @example To create a new application
145
146
  * ```javascript
146
147
  * // The following operation creates a new version (v1) of an application named my-app:
@@ -22,10 +22,10 @@ export interface CreateConfigurationTemplateCommandOutput extends ConfigurationS
22
22
  }
23
23
  declare const CreateConfigurationTemplateCommand_base: {
24
24
  new (input: CreateConfigurationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateConfigurationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk
30
30
  * application. You define application configuration settings in a configuration template. You
31
31
  * can then use the configuration template to deploy different versions of the application with
@@ -125,6 +125,7 @@ declare const CreateConfigurationTemplateCommand_base: {
125
125
  * @throws {@link ElasticBeanstalkServiceException}
126
126
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
127
127
  *
128
+ * @public
128
129
  * @example To create a configuration template
129
130
  * ```javascript
130
131
  * // The following operation creates a configuration template named my-app-v1 from the settings applied to an environment with the id e-rpqsewtp2j:
@@ -22,10 +22,10 @@ export interface CreateEnvironmentCommandOutput extends EnvironmentDescription,
22
22
  }
23
23
  declare const CreateEnvironmentCommand_base: {
24
24
  new (input: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Launches an AWS Elastic Beanstalk environment for the specified application using the specified
30
30
  * configuration.</p>
31
31
  * @example
@@ -136,6 +136,7 @@ declare const CreateEnvironmentCommand_base: {
136
136
  * @throws {@link ElasticBeanstalkServiceException}
137
137
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
138
138
  *
139
+ * @public
139
140
  * @example To create a new environment for an application
140
141
  * ```javascript
141
142
  * // The following operation creates a new environment for version v1 of a java application named my-app:
@@ -22,10 +22,10 @@ export interface CreatePlatformVersionCommandOutput extends CreatePlatformVersio
22
22
  }
23
23
  declare const CreatePlatformVersionCommand_base: {
24
24
  new (input: CreatePlatformVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePlatformVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a new version of your custom platform.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const CreatePlatformVersionCommand_base: {
103
103
  * @throws {@link ElasticBeanstalkServiceException}
104
104
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreatePlatformVersionCommand extends CreatePlatformVersionCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface CreateStorageLocationCommandOutput extends CreateStorageLocatio
22
22
  }
23
23
  declare const CreateStorageLocationCommand_base: {
24
24
  new (input: CreateStorageLocationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateStorageLocationCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a bucket in Amazon S3 to store application versions, logs, and other files used
30
30
  * by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the
31
31
  * first time you create an environment in a region. If the storage location already exists,
@@ -65,6 +65,7 @@ declare const CreateStorageLocationCommand_base: {
65
65
  * @throws {@link ElasticBeanstalkServiceException}
66
66
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
67
67
  *
68
+ * @public
68
69
  * @example To create a new environment for an application
69
70
  * ```javascript
70
71
  * // The following operation creates a new environment for version v1 of a java application named my-app:
@@ -22,10 +22,10 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteApplicationCommand_base: {
24
24
  new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified application along with all associated versions and
30
30
  * configurations. The application versions will not be deleted from your Amazon S3
31
31
  * bucket.</p>
@@ -61,6 +61,7 @@ declare const DeleteApplicationCommand_base: {
61
61
  * @throws {@link ElasticBeanstalkServiceException}
62
62
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
63
63
  *
64
+ * @public
64
65
  * @example To delete an application
65
66
  * ```javascript
66
67
  * // The following operation deletes an application named my-app:
@@ -22,10 +22,10 @@ export interface DeleteApplicationVersionCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeleteApplicationVersionCommand_base: {
24
24
  new (input: DeleteApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified version from the specified application.</p>
30
30
  * <note>
31
31
  * <p>You cannot delete an application version that is associated with a running
@@ -84,6 +84,7 @@ declare const DeleteApplicationVersionCommand_base: {
84
84
  * @throws {@link ElasticBeanstalkServiceException}
85
85
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
86
86
  *
87
+ * @public
87
88
  * @example To delete an application version
88
89
  * ```javascript
89
90
  * // The following operation deletes an application version named 22a0-stage-150819_182129 for an application named my-app:
@@ -22,10 +22,10 @@ export interface DeleteConfigurationTemplateCommandOutput extends __MetadataBear
22
22
  }
23
23
  declare const DeleteConfigurationTemplateCommand_base: {
24
24
  new (input: DeleteConfigurationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConfigurationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified configuration template.</p>
30
30
  * <note>
31
31
  * <p>When you launch an environment using a configuration template, the environment gets a
@@ -61,6 +61,7 @@ declare const DeleteConfigurationTemplateCommand_base: {
61
61
  * @throws {@link ElasticBeanstalkServiceException}
62
62
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
63
63
  *
64
+ * @public
64
65
  * @example To delete a configuration template
65
66
  * ```javascript
66
67
  * // The following operation deletes a configuration template named my-template for an application named my-app:
@@ -22,10 +22,10 @@ export interface DeleteEnvironmentConfigurationCommandOutput extends __MetadataB
22
22
  }
23
23
  declare const DeleteEnvironmentConfigurationCommand_base: {
24
24
  new (input: DeleteEnvironmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEnvironmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the draft configuration associated with the running environment.</p>
30
30
  * <p>Updating a running environment with any configuration changes creates a draft
31
31
  * configuration set. You can get the draft configuration using <a>DescribeConfigurationSettings</a> while the update is in progress or if the update
@@ -57,6 +57,7 @@ declare const DeleteEnvironmentConfigurationCommand_base: {
57
57
  * @throws {@link ElasticBeanstalkServiceException}
58
58
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
59
59
  *
60
+ * @public
60
61
  * @example To delete a draft configuration
61
62
  * ```javascript
62
63
  * // The following operation deletes a draft configuration for an environment named my-env:
@@ -22,10 +22,10 @@ export interface DeletePlatformVersionCommandOutput extends DeletePlatformVersio
22
22
  }
23
23
  declare const DeletePlatformVersionCommand_base: {
24
24
  new (input: DeletePlatformVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeletePlatformVersionCommandInput]): import("@smithy/smithy-client").CommandImpl<DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified version of a custom platform.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const DeletePlatformVersionCommand_base: {
84
84
  * @throws {@link ElasticBeanstalkServiceException}
85
85
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class DeletePlatformVersionCommand extends DeletePlatformVersionCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
22
22
  }
23
23
  declare const DescribeAccountAttributesCommand_base: {
24
24
  new (input: DescribeAccountAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAccountAttributesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS
30
30
  * account.</p>
31
31
  * <p>The result currently has one set of attributes—resource quotas.</p>
@@ -73,6 +73,7 @@ declare const DescribeAccountAttributesCommand_base: {
73
73
  * @throws {@link ElasticBeanstalkServiceException}
74
74
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DescribeAccountAttributesCommand extends DescribeAccountAttributesCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationVersionsCommandOutput extends ApplicationVer
22
22
  }
23
23
  declare const DescribeApplicationVersionsCommand_base: {
24
24
  new (input: DescribeApplicationVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeApplicationVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve a list of application versions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const DescribeApplicationVersionsCommand_base: {
79
79
  * @throws {@link ElasticBeanstalkServiceException}
80
80
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
81
81
  *
82
+ * @public
82
83
  * @example To view information about an application version
83
84
  * ```javascript
84
85
  * // The following operation retrieves information about an application version labeled v2:
@@ -22,10 +22,10 @@ export interface DescribeApplicationsCommandOutput extends ApplicationDescriptio
22
22
  }
23
23
  declare const DescribeApplicationsCommand_base: {
24
24
  new (input: DescribeApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the descriptions of existing applications.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const DescribeApplicationsCommand_base: {
84
84
  * @throws {@link ElasticBeanstalkServiceException}
85
85
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
86
86
  *
87
+ * @public
87
88
  * @example To view a list of applications
88
89
  * ```javascript
89
90
  * // The following operation retrieves information about applications in the current region: