@aws-sdk/client-elastic-beanstalk 3.312.0 → 3.316.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.
@@ -47,546 +47,305 @@ import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from ".
47
47
  import { UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput } from "./commands/UpdateTagsForResourceCommand";
48
48
  import { ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput } from "./commands/ValidateConfigurationSettingsCommand";
49
49
  import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
50
- /**
51
- * @public
52
- * <fullname>AWS Elastic Beanstalk</fullname>
53
- * <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable,
54
- * fault-tolerant applications running on the Amazon Web Services cloud.</p>
55
- * <p>For more information about this product, go to the <a href="http://aws.amazon.com/elasticbeanstalk/">AWS Elastic Beanstalk</a> details page. The location of the
56
- * latest AWS Elastic Beanstalk WSDL is <a href="https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl">https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl</a>.
57
- * To install the Software Development Kits (SDKs), Integrated Development Environment (IDE)
58
- * Toolkits, and command line tools that enable you to access the API, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
59
- * <p>
60
- * <b>Endpoints</b>
61
- * </p>
62
- * <p>For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to
63
- * <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region">Regions and Endpoints</a> in the <i>Amazon Web Services
64
- * Glossary</i>.</p>
65
- */
66
- export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
50
+ export interface ElasticBeanstalk {
67
51
  /**
68
- * @public
69
- * <p>Cancels in-progress environment configuration update or application version
70
- * deployment.</p>
52
+ * @see {@link AbortEnvironmentUpdateCommand}
71
53
  */
72
54
  abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, options?: __HttpHandlerOptions): Promise<AbortEnvironmentUpdateCommandOutput>;
73
55
  abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void): void;
74
56
  abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void): void;
75
57
  /**
76
- * @public
77
- * <p>Applies a scheduled managed action immediately. A managed action can be applied only if
78
- * its status is <code>Scheduled</code>. Get the status and action ID of a managed action with
79
- * <a>DescribeEnvironmentManagedActions</a>.</p>
58
+ * @see {@link ApplyEnvironmentManagedActionCommand}
80
59
  */
81
60
  applyEnvironmentManagedAction(args: ApplyEnvironmentManagedActionCommandInput, options?: __HttpHandlerOptions): Promise<ApplyEnvironmentManagedActionCommandOutput>;
82
61
  applyEnvironmentManagedAction(args: ApplyEnvironmentManagedActionCommandInput, cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void): void;
83
62
  applyEnvironmentManagedAction(args: ApplyEnvironmentManagedActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void): void;
84
63
  /**
85
- * @public
86
- * <p>Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk
87
- * uses the associated operations role for permissions to downstream services during subsequent
88
- * 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
89
- * <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
64
+ * @see {@link AssociateEnvironmentOperationsRoleCommand}
90
65
  */
91
66
  associateEnvironmentOperationsRole(args: AssociateEnvironmentOperationsRoleCommandInput, options?: __HttpHandlerOptions): Promise<AssociateEnvironmentOperationsRoleCommandOutput>;
92
67
  associateEnvironmentOperationsRole(args: AssociateEnvironmentOperationsRoleCommandInput, cb: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void): void;
93
68
  associateEnvironmentOperationsRole(args: AssociateEnvironmentOperationsRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void): void;
94
69
  /**
95
- * @public
96
- * <p>Checks if the specified CNAME is available.</p>
70
+ * @see {@link CheckDNSAvailabilityCommand}
97
71
  */
98
72
  checkDNSAvailability(args: CheckDNSAvailabilityCommandInput, options?: __HttpHandlerOptions): Promise<CheckDNSAvailabilityCommandOutput>;
99
73
  checkDNSAvailability(args: CheckDNSAvailabilityCommandInput, cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void): void;
100
74
  checkDNSAvailability(args: CheckDNSAvailabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void): void;
101
75
  /**
102
- * @public
103
- * <p>Create or update a group of environments that each run a separate component of a single
104
- * application. Takes a list of version labels that specify application source bundles for each
105
- * of the environments to create or update. The name of each environment and other required
106
- * information must be included in the source bundles in an environment manifest named
107
- * <code>env.yaml</code>. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html">Compose Environments</a>
108
- * for details.</p>
76
+ * @see {@link ComposeEnvironmentsCommand}
109
77
  */
110
78
  composeEnvironments(args: ComposeEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ComposeEnvironmentsCommandOutput>;
111
79
  composeEnvironments(args: ComposeEnvironmentsCommandInput, cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void): void;
112
80
  composeEnvironments(args: ComposeEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void): void;
113
81
  /**
114
- * @public
115
- * <p>Creates an application that has one configuration template named <code>default</code>
116
- * and no application versions.</p>
82
+ * @see {@link CreateApplicationCommand}
117
83
  */
118
84
  createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
119
85
  createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
120
86
  createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
121
87
  /**
122
- * @public
123
- * <p>Creates an application version for the specified application. You can create an
124
- * application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the
125
- * output of an AWS CodeBuild build as follows:</p>
126
- * <p>Specify a commit in an AWS CodeCommit repository with
127
- * <code>SourceBuildInformation</code>.</p>
128
- * <p>Specify a build in an AWS CodeBuild with <code>SourceBuildInformation</code> and
129
- * <code>BuildConfiguration</code>.</p>
130
- * <p>Specify a source bundle in S3 with <code>SourceBundle</code>
131
- * </p>
132
- * <p>Omit both <code>SourceBuildInformation</code> and <code>SourceBundle</code> to use the
133
- * default sample application.</p>
134
- * <note>
135
- * <p>After you create an application version with a specified Amazon S3 bucket and key
136
- * location, you can't change that Amazon S3 location. If you change the Amazon S3 location,
137
- * you receive an exception when you attempt to launch an environment from the application
138
- * version.</p>
139
- * </note>
88
+ * @see {@link CreateApplicationVersionCommand}
140
89
  */
141
90
  createApplicationVersion(args: CreateApplicationVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationVersionCommandOutput>;
142
91
  createApplicationVersion(args: CreateApplicationVersionCommandInput, cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void): void;
143
92
  createApplicationVersion(args: CreateApplicationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void): void;
144
93
  /**
145
- * @public
146
- * <p>Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk
147
- * application. You define application configuration settings in a configuration template. You
148
- * can then use the configuration template to deploy different versions of the application with
149
- * the same configuration settings.</p>
150
- * <p>Templates aren't associated with any environment. The <code>EnvironmentName</code>
151
- * response element is always <code>null</code>.</p>
152
- * <p>Related Topics</p>
153
- * <ul>
154
- * <li>
155
- * <p>
156
- * <a>DescribeConfigurationOptions</a>
157
- * </p>
158
- * </li>
159
- * <li>
160
- * <p>
161
- * <a>DescribeConfigurationSettings</a>
162
- * </p>
163
- * </li>
164
- * <li>
165
- * <p>
166
- * <a>ListAvailableSolutionStacks</a>
167
- * </p>
168
- * </li>
169
- * </ul>
94
+ * @see {@link CreateConfigurationTemplateCommand}
170
95
  */
171
96
  createConfigurationTemplate(args: CreateConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigurationTemplateCommandOutput>;
172
97
  createConfigurationTemplate(args: CreateConfigurationTemplateCommandInput, cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void): void;
173
98
  createConfigurationTemplate(args: CreateConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void): void;
174
99
  /**
175
- * @public
176
- * <p>Launches an AWS Elastic Beanstalk environment for the specified application using the specified
177
- * configuration.</p>
100
+ * @see {@link CreateEnvironmentCommand}
178
101
  */
179
102
  createEnvironment(args: CreateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentCommandOutput>;
180
103
  createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
181
104
  createEnvironment(args: CreateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
182
105
  /**
183
- * @public
184
- * <p>Create a new version of your custom platform.</p>
106
+ * @see {@link CreatePlatformVersionCommand}
185
107
  */
186
108
  createPlatformVersion(args: CreatePlatformVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreatePlatformVersionCommandOutput>;
187
109
  createPlatformVersion(args: CreatePlatformVersionCommandInput, cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void): void;
188
110
  createPlatformVersion(args: CreatePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void): void;
189
111
  /**
190
- * @public
191
- * <p>Creates a bucket in Amazon S3 to store application versions, logs, and other files used
192
- * by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the
193
- * first time you create an environment in a region. If the storage location already exists,
194
- * <code>CreateStorageLocation</code> still returns the bucket name but does not create a new
195
- * bucket.</p>
112
+ * @see {@link CreateStorageLocationCommand}
196
113
  */
197
114
  createStorageLocation(args: CreateStorageLocationCommandInput, options?: __HttpHandlerOptions): Promise<CreateStorageLocationCommandOutput>;
198
115
  createStorageLocation(args: CreateStorageLocationCommandInput, cb: (err: any, data?: CreateStorageLocationCommandOutput) => void): void;
199
116
  createStorageLocation(args: CreateStorageLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStorageLocationCommandOutput) => void): void;
200
117
  /**
201
- * @public
202
- * <p>Deletes the specified application along with all associated versions and
203
- * configurations. The application versions will not be deleted from your Amazon S3
204
- * bucket.</p>
205
- * <note>
206
- * <p>You cannot delete an application that has a running environment.</p>
207
- * </note>
118
+ * @see {@link DeleteApplicationCommand}
208
119
  */
209
120
  deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
210
121
  deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
211
122
  deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
212
123
  /**
213
- * @public
214
- * <p>Deletes the specified version from the specified application.</p>
215
- * <note>
216
- * <p>You cannot delete an application version that is associated with a running
217
- * environment.</p>
218
- * </note>
124
+ * @see {@link DeleteApplicationVersionCommand}
219
125
  */
220
126
  deleteApplicationVersion(args: DeleteApplicationVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationVersionCommandOutput>;
221
127
  deleteApplicationVersion(args: DeleteApplicationVersionCommandInput, cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void): void;
222
128
  deleteApplicationVersion(args: DeleteApplicationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void): void;
223
129
  /**
224
- * @public
225
- * <p>Deletes the specified configuration template.</p>
226
- * <note>
227
- * <p>When you launch an environment using a configuration template, the environment gets a
228
- * copy of the template. You can delete or modify the environment's copy of the template
229
- * without affecting the running environment.</p>
230
- * </note>
130
+ * @see {@link DeleteConfigurationTemplateCommand}
231
131
  */
232
132
  deleteConfigurationTemplate(args: DeleteConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigurationTemplateCommandOutput>;
233
133
  deleteConfigurationTemplate(args: DeleteConfigurationTemplateCommandInput, cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void): void;
234
134
  deleteConfigurationTemplate(args: DeleteConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void): void;
235
135
  /**
236
- * @public
237
- * <p>Deletes the draft configuration associated with the running environment.</p>
238
- * <p>Updating a running environment with any configuration changes creates a draft
239
- * configuration set. You can get the draft configuration using <a>DescribeConfigurationSettings</a> while the update is in progress or if the update
240
- * fails. The <code>DeploymentStatus</code> for the draft configuration indicates whether the
241
- * deployment is in process or has failed. The draft configuration remains in existence until it
242
- * is deleted with this action.</p>
136
+ * @see {@link DeleteEnvironmentConfigurationCommand}
243
137
  */
244
138
  deleteEnvironmentConfiguration(args: DeleteEnvironmentConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentConfigurationCommandOutput>;
245
139
  deleteEnvironmentConfiguration(args: DeleteEnvironmentConfigurationCommandInput, cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void): void;
246
140
  deleteEnvironmentConfiguration(args: DeleteEnvironmentConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void): void;
247
141
  /**
248
- * @public
249
- * <p>Deletes the specified version of a custom platform.</p>
142
+ * @see {@link DeletePlatformVersionCommand}
250
143
  */
251
144
  deletePlatformVersion(args: DeletePlatformVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlatformVersionCommandOutput>;
252
145
  deletePlatformVersion(args: DeletePlatformVersionCommandInput, cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void): void;
253
146
  deletePlatformVersion(args: DeletePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void): void;
254
147
  /**
255
- * @public
256
- * <p>Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS
257
- * account.</p>
258
- * <p>The result currently has one set of attributes—resource quotas.</p>
148
+ * @see {@link DescribeAccountAttributesCommand}
259
149
  */
260
150
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAttributesCommandOutput>;
261
151
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
262
152
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
263
153
  /**
264
- * @public
265
- * <p>Returns the descriptions of existing applications.</p>
154
+ * @see {@link DescribeApplicationsCommand}
266
155
  */
267
156
  describeApplications(args: DescribeApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationsCommandOutput>;
268
157
  describeApplications(args: DescribeApplicationsCommandInput, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
269
158
  describeApplications(args: DescribeApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
270
159
  /**
271
- * @public
272
- * <p>Retrieve a list of application versions.</p>
160
+ * @see {@link DescribeApplicationVersionsCommand}
273
161
  */
274
162
  describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationVersionsCommandOutput>;
275
163
  describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void): void;
276
164
  describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void): void;
277
165
  /**
278
- * @public
279
- * <p>Describes the configuration options that are used in a particular configuration
280
- * template or environment, or that a specified solution stack defines. The description includes
281
- * the values the options, their default values, and an indication of the required action on a
282
- * running environment if an option value is changed.</p>
166
+ * @see {@link DescribeConfigurationOptionsCommand}
283
167
  */
284
168
  describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConfigurationOptionsCommandOutput>;
285
169
  describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void): void;
286
170
  describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void): void;
287
171
  /**
288
- * @public
289
- * <p>Returns a description of the settings for the specified configuration set, that is,
290
- * either a configuration template or the configuration set associated with a running
291
- * environment.</p>
292
- * <p>When describing the settings for the configuration set associated with a running
293
- * environment, it is possible to receive two sets of setting descriptions. One is the deployed
294
- * configuration set, and the other is a draft configuration of an environment that is either in
295
- * the process of deployment or that failed to deploy.</p>
296
- * <p>Related Topics</p>
297
- * <ul>
298
- * <li>
299
- * <p>
300
- * <a>DeleteEnvironmentConfiguration</a>
301
- * </p>
302
- * </li>
303
- * </ul>
172
+ * @see {@link DescribeConfigurationSettingsCommand}
304
173
  */
305
174
  describeConfigurationSettings(args: DescribeConfigurationSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConfigurationSettingsCommandOutput>;
306
175
  describeConfigurationSettings(args: DescribeConfigurationSettingsCommandInput, cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void): void;
307
176
  describeConfigurationSettings(args: DescribeConfigurationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void): void;
308
177
  /**
309
- * @public
310
- * <p>Returns information about the overall health of the specified environment. The
311
- * <b>DescribeEnvironmentHealth</b> operation is only available with
312
- * AWS Elastic Beanstalk Enhanced Health.</p>
178
+ * @see {@link DescribeEnvironmentHealthCommand}
313
179
  */
314
180
  describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentHealthCommandOutput>;
315
181
  describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void): void;
316
182
  describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void): void;
317
183
  /**
318
- * @public
319
- * <p>Lists an environment's completed and failed managed actions.</p>
184
+ * @see {@link DescribeEnvironmentManagedActionHistoryCommand}
320
185
  */
321
186
  describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
322
187
  describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void): void;
323
188
  describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void): void;
324
189
  /**
325
- * @public
326
- * <p>Lists an environment's upcoming and in-progress managed actions.</p>
190
+ * @see {@link DescribeEnvironmentManagedActionsCommand}
327
191
  */
328
192
  describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
329
193
  describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void): void;
330
194
  describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void): void;
331
195
  /**
332
- * @public
333
- * <p>Returns AWS resources for this environment.</p>
196
+ * @see {@link DescribeEnvironmentResourcesCommand}
334
197
  */
335
198
  describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentResourcesCommandOutput>;
336
199
  describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void): void;
337
200
  describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void): void;
338
201
  /**
339
- * @public
340
- * <p>Returns descriptions for existing environments.</p>
202
+ * @see {@link DescribeEnvironmentsCommand}
341
203
  */
342
204
  describeEnvironments(args: DescribeEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentsCommandOutput>;
343
205
  describeEnvironments(args: DescribeEnvironmentsCommandInput, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
344
206
  describeEnvironments(args: DescribeEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
345
207
  /**
346
- * @public
347
- * <p>Returns list of event descriptions matching criteria up to the last 6 weeks.</p>
348
- * <note>
349
- * <p>This action returns the most recent 1,000 events from the specified
350
- * <code>NextToken</code>.</p>
351
- * </note>
208
+ * @see {@link DescribeEventsCommand}
352
209
  */
353
210
  describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
354
211
  describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
355
212
  describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
356
213
  /**
357
- * @public
358
- * <p>Retrieves detailed information about the health of instances in your AWS Elastic
359
- * Beanstalk. This operation requires <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced.html">enhanced health
360
- * reporting</a>.</p>
214
+ * @see {@link DescribeInstancesHealthCommand}
361
215
  */
362
216
  describeInstancesHealth(args: DescribeInstancesHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstancesHealthCommandOutput>;
363
217
  describeInstancesHealth(args: DescribeInstancesHealthCommandInput, cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void): void;
364
218
  describeInstancesHealth(args: DescribeInstancesHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void): void;
365
219
  /**
366
- * @public
367
- * <p>Describes a platform version. Provides full details. Compare to <a>ListPlatformVersions</a>, which provides summary information about a list of
368
- * platform versions.</p>
369
- * <p>For definitions of platform version and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
370
- * Platforms Glossary</a>.</p>
220
+ * @see {@link DescribePlatformVersionCommand}
371
221
  */
372
222
  describePlatformVersion(args: DescribePlatformVersionCommandInput, options?: __HttpHandlerOptions): Promise<DescribePlatformVersionCommandOutput>;
373
223
  describePlatformVersion(args: DescribePlatformVersionCommandInput, cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void): void;
374
224
  describePlatformVersion(args: DescribePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void): void;
375
225
  /**
376
- * @public
377
- * <p>Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses
378
- * the caller's permissions for permissions to downstream services during subsequent calls acting
379
- * 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
380
- * <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
226
+ * @see {@link DisassociateEnvironmentOperationsRoleCommand}
381
227
  */
382
228
  disassociateEnvironmentOperationsRole(args: DisassociateEnvironmentOperationsRoleCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateEnvironmentOperationsRoleCommandOutput>;
383
229
  disassociateEnvironmentOperationsRole(args: DisassociateEnvironmentOperationsRoleCommandInput, cb: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void): void;
384
230
  disassociateEnvironmentOperationsRole(args: DisassociateEnvironmentOperationsRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void): void;
385
231
  /**
386
- * @public
387
- * <p>Returns a list of the available solution stack names, with the public version first and
388
- * then in reverse chronological order.</p>
232
+ * @see {@link ListAvailableSolutionStacksCommand}
389
233
  */
390
234
  listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableSolutionStacksCommandOutput>;
391
235
  listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void): void;
392
236
  listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void): void;
393
237
  /**
394
- * @public
395
- * <p>Lists the platform branches available for your account in an AWS Region. Provides
396
- * summary information about each platform branch.</p>
397
- * <p>For definitions of platform branch and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
398
- * Platforms Glossary</a>.</p>
238
+ * @see {@link ListPlatformBranchesCommand}
399
239
  */
400
240
  listPlatformBranches(args: ListPlatformBranchesCommandInput, options?: __HttpHandlerOptions): Promise<ListPlatformBranchesCommandOutput>;
401
241
  listPlatformBranches(args: ListPlatformBranchesCommandInput, cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void): void;
402
242
  listPlatformBranches(args: ListPlatformBranchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void): void;
403
243
  /**
404
- * @public
405
- * <p>Lists the platform versions available for your account in an AWS Region. Provides
406
- * summary information about each platform version. Compare to <a>DescribePlatformVersion</a>, which provides full details about a single platform
407
- * version.</p>
408
- * <p>For definitions of platform version and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
409
- * Platforms Glossary</a>.</p>
244
+ * @see {@link ListPlatformVersionsCommand}
410
245
  */
411
246
  listPlatformVersions(args: ListPlatformVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPlatformVersionsCommandOutput>;
412
247
  listPlatformVersions(args: ListPlatformVersionsCommandInput, cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void): void;
413
248
  listPlatformVersions(args: ListPlatformVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void): void;
414
249
  /**
415
- * @public
416
- * <p>Return the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.</p>
417
- * <p>Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see
418
- * <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html">Tagging Application
419
- * Resources</a>.</p>
250
+ * @see {@link ListTagsForResourceCommand}
420
251
  */
421
252
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
422
253
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
423
254
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
424
255
  /**
425
- * @public
426
- * <p>Deletes and recreates all of the AWS resources (for example: the Auto Scaling group,
427
- * load balancer, etc.) for a specified environment and forces a restart.</p>
256
+ * @see {@link RebuildEnvironmentCommand}
428
257
  */
429
258
  rebuildEnvironment(args: RebuildEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<RebuildEnvironmentCommandOutput>;
430
259
  rebuildEnvironment(args: RebuildEnvironmentCommandInput, cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void): void;
431
260
  rebuildEnvironment(args: RebuildEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void): void;
432
261
  /**
433
- * @public
434
- * <p>Initiates a request to compile the specified type of information of the deployed
435
- * environment.</p>
436
- * <p> Setting the <code>InfoType</code> to <code>tail</code> compiles the last lines from
437
- * the application server log files of every Amazon EC2 instance in your environment. </p>
438
- * <p> Setting the <code>InfoType</code> to <code>bundle</code> compresses the application
439
- * server log files for every Amazon EC2 instance into a <code>.zip</code> file. Legacy and .NET
440
- * containers do not support bundle logs. </p>
441
- * <p> Use <a>RetrieveEnvironmentInfo</a> to obtain the set of logs. </p>
442
- * <p>Related Topics</p>
443
- * <ul>
444
- * <li>
445
- * <p>
446
- * <a>RetrieveEnvironmentInfo</a>
447
- * </p>
448
- * </li>
449
- * </ul>
262
+ * @see {@link RequestEnvironmentInfoCommand}
450
263
  */
451
264
  requestEnvironmentInfo(args: RequestEnvironmentInfoCommandInput, options?: __HttpHandlerOptions): Promise<RequestEnvironmentInfoCommandOutput>;
452
265
  requestEnvironmentInfo(args: RequestEnvironmentInfoCommandInput, cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void): void;
453
266
  requestEnvironmentInfo(args: RequestEnvironmentInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void): void;
454
267
  /**
455
- * @public
456
- * <p>Causes the environment to restart the application container server running on each
457
- * Amazon EC2 instance.</p>
268
+ * @see {@link RestartAppServerCommand}
458
269
  */
459
270
  restartAppServer(args: RestartAppServerCommandInput, options?: __HttpHandlerOptions): Promise<RestartAppServerCommandOutput>;
460
271
  restartAppServer(args: RestartAppServerCommandInput, cb: (err: any, data?: RestartAppServerCommandOutput) => void): void;
461
272
  restartAppServer(args: RestartAppServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestartAppServerCommandOutput) => void): void;
462
273
  /**
463
- * @public
464
- * <p>Retrieves the compiled information from a <a>RequestEnvironmentInfo</a>
465
- * request.</p>
466
- * <p>Related Topics</p>
467
- * <ul>
468
- * <li>
469
- * <p>
470
- * <a>RequestEnvironmentInfo</a>
471
- * </p>
472
- * </li>
473
- * </ul>
274
+ * @see {@link RetrieveEnvironmentInfoCommand}
474
275
  */
475
276
  retrieveEnvironmentInfo(args: RetrieveEnvironmentInfoCommandInput, options?: __HttpHandlerOptions): Promise<RetrieveEnvironmentInfoCommandOutput>;
476
277
  retrieveEnvironmentInfo(args: RetrieveEnvironmentInfoCommandInput, cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void): void;
477
278
  retrieveEnvironmentInfo(args: RetrieveEnvironmentInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void): void;
478
279
  /**
479
- * @public
480
- * <p>Swaps the CNAMEs of two environments.</p>
280
+ * @see {@link SwapEnvironmentCNAMEsCommand}
481
281
  */
482
282
  swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, options?: __HttpHandlerOptions): Promise<SwapEnvironmentCNAMEsCommandOutput>;
483
283
  swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void): void;
484
284
  swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void): void;
485
285
  /**
486
- * @public
487
- * <p>Terminates the specified environment.</p>
286
+ * @see {@link TerminateEnvironmentCommand}
488
287
  */
489
288
  terminateEnvironment(args: TerminateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<TerminateEnvironmentCommandOutput>;
490
289
  terminateEnvironment(args: TerminateEnvironmentCommandInput, cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void): void;
491
290
  terminateEnvironment(args: TerminateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void): void;
492
291
  /**
493
- * @public
494
- * <p>Updates the specified application to have the specified properties.</p>
495
- * <note>
496
- * <p>If a property (for example, <code>description</code>) is not provided, the value
497
- * remains unchanged. To clear these properties, specify an empty string.</p>
498
- * </note>
292
+ * @see {@link UpdateApplicationCommand}
499
293
  */
500
294
  updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
501
295
  updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
502
296
  updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
503
297
  /**
504
- * @public
505
- * <p>Modifies lifecycle settings for an application.</p>
298
+ * @see {@link UpdateApplicationResourceLifecycleCommand}
506
299
  */
507
300
  updateApplicationResourceLifecycle(args: UpdateApplicationResourceLifecycleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationResourceLifecycleCommandOutput>;
508
301
  updateApplicationResourceLifecycle(args: UpdateApplicationResourceLifecycleCommandInput, cb: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void): void;
509
302
  updateApplicationResourceLifecycle(args: UpdateApplicationResourceLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void): void;
510
303
  /**
511
- * @public
512
- * <p>Updates the specified application version to have the specified properties.</p>
513
- * <note>
514
- * <p>If a property (for example, <code>description</code>) is not provided, the value
515
- * remains unchanged. To clear properties, specify an empty string.</p>
516
- * </note>
304
+ * @see {@link UpdateApplicationVersionCommand}
517
305
  */
518
306
  updateApplicationVersion(args: UpdateApplicationVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationVersionCommandOutput>;
519
307
  updateApplicationVersion(args: UpdateApplicationVersionCommandInput, cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void): void;
520
308
  updateApplicationVersion(args: UpdateApplicationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void): void;
521
309
  /**
522
- * @public
523
- * <p>Updates the specified configuration template to have the specified properties or
524
- * configuration option values.</p>
525
- * <note>
526
- * <p>If a property (for example, <code>ApplicationName</code>) is not provided, its value
527
- * remains unchanged. To clear such properties, specify an empty string.</p>
528
- * </note>
529
- * <p>Related Topics</p>
530
- * <ul>
531
- * <li>
532
- * <p>
533
- * <a>DescribeConfigurationOptions</a>
534
- * </p>
535
- * </li>
536
- * </ul>
310
+ * @see {@link UpdateConfigurationTemplateCommand}
537
311
  */
538
312
  updateConfigurationTemplate(args: UpdateConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigurationTemplateCommandOutput>;
539
313
  updateConfigurationTemplate(args: UpdateConfigurationTemplateCommandInput, cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void): void;
540
314
  updateConfigurationTemplate(args: UpdateConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void): void;
541
315
  /**
542
- * @public
543
- * <p>Updates the environment description, deploys a new application version, updates the
544
- * configuration settings to an entirely new configuration template, or updates select
545
- * configuration option values in the running environment.</p>
546
- * <p> Attempting to update both the release and configuration is not allowed and AWS Elastic
547
- * Beanstalk returns an <code>InvalidParameterCombination</code> error. </p>
548
- * <p> When updating the configuration settings to a new template or individual settings, a
549
- * draft configuration is created and <a>DescribeConfigurationSettings</a> for this
550
- * environment returns two setting descriptions with different <code>DeploymentStatus</code>
551
- * values. </p>
316
+ * @see {@link UpdateEnvironmentCommand}
552
317
  */
553
318
  updateEnvironment(args: UpdateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentCommandOutput>;
554
319
  updateEnvironment(args: UpdateEnvironmentCommandInput, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
555
320
  updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
556
321
  /**
557
- * @public
558
- * <p>Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed: <code>TagsToAdd</code>
559
- * for tags to add or update, and <code>TagsToRemove</code>.</p>
560
- * <p>Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see
561
- * <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html">Tagging Application
562
- * Resources</a>.</p>
563
- * <p>If you create a custom IAM user policy to control permission to this operation, specify
564
- * one of the following two virtual actions (or both) instead of the API operation name:</p>
565
- * <dl>
566
- * <dt>elasticbeanstalk:AddTags</dt>
567
- * <dd>
568
- * <p>Controls permission to call <code>UpdateTagsForResource</code> and pass a list of tags to add in the <code>TagsToAdd</code>
569
- * parameter.</p>
570
- * </dd>
571
- * <dt>elasticbeanstalk:RemoveTags</dt>
572
- * <dd>
573
- * <p>Controls permission to call <code>UpdateTagsForResource</code> and pass a list of tag keys to remove in the <code>TagsToRemove</code>
574
- * parameter.</p>
575
- * </dd>
576
- * </dl>
577
- * <p>For details about creating a custom user policy, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/AWSHowTo.iam.managed-policies.html#AWSHowTo.iam.policies">Creating a Custom User Policy</a>.</p>
322
+ * @see {@link UpdateTagsForResourceCommand}
578
323
  */
579
324
  updateTagsForResource(args: UpdateTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTagsForResourceCommandOutput>;
580
325
  updateTagsForResource(args: UpdateTagsForResourceCommandInput, cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void): void;
581
326
  updateTagsForResource(args: UpdateTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void): void;
582
327
  /**
583
- * @public
584
- * <p>Takes a set of configuration settings and either a configuration template or
585
- * environment, and determines whether those values are valid.</p>
586
- * <p>This action returns a list of messages indicating any errors or warnings associated
587
- * with the selection of option values.</p>
328
+ * @see {@link ValidateConfigurationSettingsCommand}
588
329
  */
589
330
  validateConfigurationSettings(args: ValidateConfigurationSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ValidateConfigurationSettingsCommandOutput>;
590
331
  validateConfigurationSettings(args: ValidateConfigurationSettingsCommandInput, cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void): void;
591
332
  validateConfigurationSettings(args: ValidateConfigurationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void): void;
592
333
  }
334
+ /**
335
+ * @public
336
+ * <fullname>AWS Elastic Beanstalk</fullname>
337
+ * <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable,
338
+ * fault-tolerant applications running on the Amazon Web Services cloud.</p>
339
+ * <p>For more information about this product, go to the <a href="http://aws.amazon.com/elasticbeanstalk/">AWS Elastic Beanstalk</a> details page. The location of the
340
+ * latest AWS Elastic Beanstalk WSDL is <a href="https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl">https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl</a>.
341
+ * To install the Software Development Kits (SDKs), Integrated Development Environment (IDE)
342
+ * Toolkits, and command line tools that enable you to access the API, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
343
+ * <p>
344
+ * <b>Endpoints</b>
345
+ * </p>
346
+ * <p>For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to
347
+ * <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
+ * Glossary</i>.</p>
349
+ */
350
+ export declare class ElasticBeanstalk extends ElasticBeanstalkClient implements ElasticBeanstalk {
351
+ }