@aws-sdk/client-elastic-beanstalk 3.296.0 → 3.297.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.
- package/dist-cjs/protocols/Aws_query.js +96 -504
- package/dist-es/protocols/Aws_query.js +96 -504
- package/dist-types/ElasticBeanstalk.d.ts +48 -0
- package/dist-types/ElasticBeanstalkClient.d.ts +24 -4
- package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +16 -0
- package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +16 -0
- package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +16 -0
- package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +16 -0
- package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreatePlatformVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateStorageLocationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeletePlatformVersionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +16 -0
- package/dist-types/commands/DescribePlatformVersionCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +16 -0
- package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +16 -0
- package/dist-types/commands/ListPlatformBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListPlatformVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RebuildEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +16 -0
- package/dist-types/commands/RestartAppServerCommand.d.ts +16 -0
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +16 -0
- package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +16 -0
- package/dist-types/commands/TerminateEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +16 -0
- package/dist-types/models/ElasticBeanstalkServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +232 -0
- package/dist-types/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListPlatformBranchesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPlatformVersionsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -48,6 +48,7 @@ import { UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput }
|
|
|
48
48
|
import { ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput } from "./commands/ValidateConfigurationSettingsCommand";
|
|
49
49
|
import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
|
|
50
50
|
/**
|
|
51
|
+
* @public
|
|
51
52
|
* <fullname>AWS Elastic Beanstalk</fullname>
|
|
52
53
|
* <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable,
|
|
53
54
|
* fault-tolerant applications running on the Amazon Web Services cloud.</p>
|
|
@@ -64,6 +65,7 @@ import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
|
|
|
64
65
|
*/
|
|
65
66
|
export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
66
67
|
/**
|
|
68
|
+
* @public
|
|
67
69
|
* <p>Cancels in-progress environment configuration update or application version
|
|
68
70
|
* deployment.</p>
|
|
69
71
|
*/
|
|
@@ -71,6 +73,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
71
73
|
abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void): void;
|
|
72
74
|
abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void): void;
|
|
73
75
|
/**
|
|
76
|
+
* @public
|
|
74
77
|
* <p>Applies a scheduled managed action immediately. A managed action can be applied only if
|
|
75
78
|
* its status is <code>Scheduled</code>. Get the status and action ID of a managed action with
|
|
76
79
|
* <a>DescribeEnvironmentManagedActions</a>.</p>
|
|
@@ -79,6 +82,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
79
82
|
applyEnvironmentManagedAction(args: ApplyEnvironmentManagedActionCommandInput, cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void): void;
|
|
80
83
|
applyEnvironmentManagedAction(args: ApplyEnvironmentManagedActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void): void;
|
|
81
84
|
/**
|
|
85
|
+
* @public
|
|
82
86
|
* <p>Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk
|
|
83
87
|
* uses the associated operations role for permissions to downstream services during subsequent
|
|
84
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
|
|
@@ -88,12 +92,14 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
88
92
|
associateEnvironmentOperationsRole(args: AssociateEnvironmentOperationsRoleCommandInput, cb: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void): void;
|
|
89
93
|
associateEnvironmentOperationsRole(args: AssociateEnvironmentOperationsRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void): void;
|
|
90
94
|
/**
|
|
95
|
+
* @public
|
|
91
96
|
* <p>Checks if the specified CNAME is available.</p>
|
|
92
97
|
*/
|
|
93
98
|
checkDNSAvailability(args: CheckDNSAvailabilityCommandInput, options?: __HttpHandlerOptions): Promise<CheckDNSAvailabilityCommandOutput>;
|
|
94
99
|
checkDNSAvailability(args: CheckDNSAvailabilityCommandInput, cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void): void;
|
|
95
100
|
checkDNSAvailability(args: CheckDNSAvailabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void): void;
|
|
96
101
|
/**
|
|
102
|
+
* @public
|
|
97
103
|
* <p>Create or update a group of environments that each run a separate component of a single
|
|
98
104
|
* application. Takes a list of version labels that specify application source bundles for each
|
|
99
105
|
* of the environments to create or update. The name of each environment and other required
|
|
@@ -105,6 +111,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
105
111
|
composeEnvironments(args: ComposeEnvironmentsCommandInput, cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void): void;
|
|
106
112
|
composeEnvironments(args: ComposeEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void): void;
|
|
107
113
|
/**
|
|
114
|
+
* @public
|
|
108
115
|
* <p>Creates an application that has one configuration template named <code>default</code>
|
|
109
116
|
* and no application versions.</p>
|
|
110
117
|
*/
|
|
@@ -112,6 +119,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
112
119
|
createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
113
120
|
createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
114
121
|
/**
|
|
122
|
+
* @public
|
|
115
123
|
* <p>Creates an application version for the specified application. You can create an
|
|
116
124
|
* application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the
|
|
117
125
|
* output of an AWS CodeBuild build as follows:</p>
|
|
@@ -134,6 +142,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
134
142
|
createApplicationVersion(args: CreateApplicationVersionCommandInput, cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void): void;
|
|
135
143
|
createApplicationVersion(args: CreateApplicationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void): void;
|
|
136
144
|
/**
|
|
145
|
+
* @public
|
|
137
146
|
* <p>Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk
|
|
138
147
|
* application. You define application configuration settings in a configuration template. You
|
|
139
148
|
* can then use the configuration template to deploy different versions of the application with
|
|
@@ -163,6 +172,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
163
172
|
createConfigurationTemplate(args: CreateConfigurationTemplateCommandInput, cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void): void;
|
|
164
173
|
createConfigurationTemplate(args: CreateConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void): void;
|
|
165
174
|
/**
|
|
175
|
+
* @public
|
|
166
176
|
* <p>Launches an AWS Elastic Beanstalk environment for the specified application using the specified
|
|
167
177
|
* configuration.</p>
|
|
168
178
|
*/
|
|
@@ -170,12 +180,14 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
170
180
|
createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
|
|
171
181
|
createEnvironment(args: CreateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
|
|
172
182
|
/**
|
|
183
|
+
* @public
|
|
173
184
|
* <p>Create a new version of your custom platform.</p>
|
|
174
185
|
*/
|
|
175
186
|
createPlatformVersion(args: CreatePlatformVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreatePlatformVersionCommandOutput>;
|
|
176
187
|
createPlatformVersion(args: CreatePlatformVersionCommandInput, cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void): void;
|
|
177
188
|
createPlatformVersion(args: CreatePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void): void;
|
|
178
189
|
/**
|
|
190
|
+
* @public
|
|
179
191
|
* <p>Creates a bucket in Amazon S3 to store application versions, logs, and other files used
|
|
180
192
|
* by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the
|
|
181
193
|
* first time you create an environment in a region. If the storage location already exists,
|
|
@@ -186,6 +198,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
186
198
|
createStorageLocation(args: CreateStorageLocationCommandInput, cb: (err: any, data?: CreateStorageLocationCommandOutput) => void): void;
|
|
187
199
|
createStorageLocation(args: CreateStorageLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStorageLocationCommandOutput) => void): void;
|
|
188
200
|
/**
|
|
201
|
+
* @public
|
|
189
202
|
* <p>Deletes the specified application along with all associated versions and
|
|
190
203
|
* configurations. The application versions will not be deleted from your Amazon S3
|
|
191
204
|
* bucket.</p>
|
|
@@ -197,6 +210,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
197
210
|
deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
198
211
|
deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
199
212
|
/**
|
|
213
|
+
* @public
|
|
200
214
|
* <p>Deletes the specified version from the specified application.</p>
|
|
201
215
|
* <note>
|
|
202
216
|
* <p>You cannot delete an application version that is associated with a running
|
|
@@ -207,6 +221,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
207
221
|
deleteApplicationVersion(args: DeleteApplicationVersionCommandInput, cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void): void;
|
|
208
222
|
deleteApplicationVersion(args: DeleteApplicationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void): void;
|
|
209
223
|
/**
|
|
224
|
+
* @public
|
|
210
225
|
* <p>Deletes the specified configuration template.</p>
|
|
211
226
|
* <note>
|
|
212
227
|
* <p>When you launch an environment using a configuration template, the environment gets a
|
|
@@ -218,6 +233,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
218
233
|
deleteConfigurationTemplate(args: DeleteConfigurationTemplateCommandInput, cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void): void;
|
|
219
234
|
deleteConfigurationTemplate(args: DeleteConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void): void;
|
|
220
235
|
/**
|
|
236
|
+
* @public
|
|
221
237
|
* <p>Deletes the draft configuration associated with the running environment.</p>
|
|
222
238
|
* <p>Updating a running environment with any configuration changes creates a draft
|
|
223
239
|
* configuration set. You can get the draft configuration using <a>DescribeConfigurationSettings</a> while the update is in progress or if the update
|
|
@@ -229,12 +245,14 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
229
245
|
deleteEnvironmentConfiguration(args: DeleteEnvironmentConfigurationCommandInput, cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void): void;
|
|
230
246
|
deleteEnvironmentConfiguration(args: DeleteEnvironmentConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void): void;
|
|
231
247
|
/**
|
|
248
|
+
* @public
|
|
232
249
|
* <p>Deletes the specified version of a custom platform.</p>
|
|
233
250
|
*/
|
|
234
251
|
deletePlatformVersion(args: DeletePlatformVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlatformVersionCommandOutput>;
|
|
235
252
|
deletePlatformVersion(args: DeletePlatformVersionCommandInput, cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void): void;
|
|
236
253
|
deletePlatformVersion(args: DeletePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void): void;
|
|
237
254
|
/**
|
|
255
|
+
* @public
|
|
238
256
|
* <p>Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS
|
|
239
257
|
* account.</p>
|
|
240
258
|
* <p>The result currently has one set of attributes—resource quotas.</p>
|
|
@@ -243,18 +261,21 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
243
261
|
describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
|
|
244
262
|
describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
|
|
245
263
|
/**
|
|
264
|
+
* @public
|
|
246
265
|
* <p>Returns the descriptions of existing applications.</p>
|
|
247
266
|
*/
|
|
248
267
|
describeApplications(args: DescribeApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationsCommandOutput>;
|
|
249
268
|
describeApplications(args: DescribeApplicationsCommandInput, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
|
|
250
269
|
describeApplications(args: DescribeApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
|
|
251
270
|
/**
|
|
271
|
+
* @public
|
|
252
272
|
* <p>Retrieve a list of application versions.</p>
|
|
253
273
|
*/
|
|
254
274
|
describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationVersionsCommandOutput>;
|
|
255
275
|
describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void): void;
|
|
256
276
|
describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void): void;
|
|
257
277
|
/**
|
|
278
|
+
* @public
|
|
258
279
|
* <p>Describes the configuration options that are used in a particular configuration
|
|
259
280
|
* template or environment, or that a specified solution stack defines. The description includes
|
|
260
281
|
* the values the options, their default values, and an indication of the required action on a
|
|
@@ -264,6 +285,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
264
285
|
describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void): void;
|
|
265
286
|
describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void): void;
|
|
266
287
|
/**
|
|
288
|
+
* @public
|
|
267
289
|
* <p>Returns a description of the settings for the specified configuration set, that is,
|
|
268
290
|
* either a configuration template or the configuration set associated with a running
|
|
269
291
|
* environment.</p>
|
|
@@ -284,6 +306,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
284
306
|
describeConfigurationSettings(args: DescribeConfigurationSettingsCommandInput, cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void): void;
|
|
285
307
|
describeConfigurationSettings(args: DescribeConfigurationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void): void;
|
|
286
308
|
/**
|
|
309
|
+
* @public
|
|
287
310
|
* <p>Returns information about the overall health of the specified environment. The
|
|
288
311
|
* <b>DescribeEnvironmentHealth</b> operation is only available with
|
|
289
312
|
* AWS Elastic Beanstalk Enhanced Health.</p>
|
|
@@ -292,30 +315,35 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
292
315
|
describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void): void;
|
|
293
316
|
describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void): void;
|
|
294
317
|
/**
|
|
318
|
+
* @public
|
|
295
319
|
* <p>Lists an environment's completed and failed managed actions.</p>
|
|
296
320
|
*/
|
|
297
321
|
describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
|
|
298
322
|
describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void): void;
|
|
299
323
|
describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void): void;
|
|
300
324
|
/**
|
|
325
|
+
* @public
|
|
301
326
|
* <p>Lists an environment's upcoming and in-progress managed actions.</p>
|
|
302
327
|
*/
|
|
303
328
|
describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
|
|
304
329
|
describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void): void;
|
|
305
330
|
describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void): void;
|
|
306
331
|
/**
|
|
332
|
+
* @public
|
|
307
333
|
* <p>Returns AWS resources for this environment.</p>
|
|
308
334
|
*/
|
|
309
335
|
describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentResourcesCommandOutput>;
|
|
310
336
|
describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void): void;
|
|
311
337
|
describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void): void;
|
|
312
338
|
/**
|
|
339
|
+
* @public
|
|
313
340
|
* <p>Returns descriptions for existing environments.</p>
|
|
314
341
|
*/
|
|
315
342
|
describeEnvironments(args: DescribeEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentsCommandOutput>;
|
|
316
343
|
describeEnvironments(args: DescribeEnvironmentsCommandInput, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
|
|
317
344
|
describeEnvironments(args: DescribeEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
|
|
318
345
|
/**
|
|
346
|
+
* @public
|
|
319
347
|
* <p>Returns list of event descriptions matching criteria up to the last 6 weeks.</p>
|
|
320
348
|
* <note>
|
|
321
349
|
* <p>This action returns the most recent 1,000 events from the specified
|
|
@@ -326,6 +354,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
326
354
|
describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
327
355
|
describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
328
356
|
/**
|
|
357
|
+
* @public
|
|
329
358
|
* <p>Retrieves detailed information about the health of instances in your AWS Elastic
|
|
330
359
|
* Beanstalk. This operation requires <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced.html">enhanced health
|
|
331
360
|
* reporting</a>.</p>
|
|
@@ -334,6 +363,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
334
363
|
describeInstancesHealth(args: DescribeInstancesHealthCommandInput, cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void): void;
|
|
335
364
|
describeInstancesHealth(args: DescribeInstancesHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void): void;
|
|
336
365
|
/**
|
|
366
|
+
* @public
|
|
337
367
|
* <p>Describes a platform version. Provides full details. Compare to <a>ListPlatformVersions</a>, which provides summary information about a list of
|
|
338
368
|
* platform versions.</p>
|
|
339
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
|
|
@@ -343,6 +373,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
343
373
|
describePlatformVersion(args: DescribePlatformVersionCommandInput, cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void): void;
|
|
344
374
|
describePlatformVersion(args: DescribePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void): void;
|
|
345
375
|
/**
|
|
376
|
+
* @public
|
|
346
377
|
* <p>Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses
|
|
347
378
|
* the caller's permissions for permissions to downstream services during subsequent calls acting
|
|
348
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
|
|
@@ -352,6 +383,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
352
383
|
disassociateEnvironmentOperationsRole(args: DisassociateEnvironmentOperationsRoleCommandInput, cb: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void): void;
|
|
353
384
|
disassociateEnvironmentOperationsRole(args: DisassociateEnvironmentOperationsRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void): void;
|
|
354
385
|
/**
|
|
386
|
+
* @public
|
|
355
387
|
* <p>Returns a list of the available solution stack names, with the public version first and
|
|
356
388
|
* then in reverse chronological order.</p>
|
|
357
389
|
*/
|
|
@@ -359,6 +391,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
359
391
|
listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void): void;
|
|
360
392
|
listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void): void;
|
|
361
393
|
/**
|
|
394
|
+
* @public
|
|
362
395
|
* <p>Lists the platform branches available for your account in an AWS Region. Provides
|
|
363
396
|
* summary information about each platform branch.</p>
|
|
364
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
|
|
@@ -368,6 +401,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
368
401
|
listPlatformBranches(args: ListPlatformBranchesCommandInput, cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void): void;
|
|
369
402
|
listPlatformBranches(args: ListPlatformBranchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void): void;
|
|
370
403
|
/**
|
|
404
|
+
* @public
|
|
371
405
|
* <p>Lists the platform versions available for your account in an AWS Region. Provides
|
|
372
406
|
* summary information about each platform version. Compare to <a>DescribePlatformVersion</a>, which provides full details about a single platform
|
|
373
407
|
* version.</p>
|
|
@@ -378,6 +412,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
378
412
|
listPlatformVersions(args: ListPlatformVersionsCommandInput, cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void): void;
|
|
379
413
|
listPlatformVersions(args: ListPlatformVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void): void;
|
|
380
414
|
/**
|
|
415
|
+
* @public
|
|
381
416
|
* <p>Return the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.</p>
|
|
382
417
|
* <p>Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see
|
|
383
418
|
* <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html">Tagging Application
|
|
@@ -387,6 +422,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
387
422
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
388
423
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
389
424
|
/**
|
|
425
|
+
* @public
|
|
390
426
|
* <p>Deletes and recreates all of the AWS resources (for example: the Auto Scaling group,
|
|
391
427
|
* load balancer, etc.) for a specified environment and forces a restart.</p>
|
|
392
428
|
*/
|
|
@@ -394,6 +430,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
394
430
|
rebuildEnvironment(args: RebuildEnvironmentCommandInput, cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void): void;
|
|
395
431
|
rebuildEnvironment(args: RebuildEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void): void;
|
|
396
432
|
/**
|
|
433
|
+
* @public
|
|
397
434
|
* <p>Initiates a request to compile the specified type of information of the deployed
|
|
398
435
|
* environment.</p>
|
|
399
436
|
* <p> Setting the <code>InfoType</code> to <code>tail</code> compiles the last lines from
|
|
@@ -415,6 +452,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
415
452
|
requestEnvironmentInfo(args: RequestEnvironmentInfoCommandInput, cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void): void;
|
|
416
453
|
requestEnvironmentInfo(args: RequestEnvironmentInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void): void;
|
|
417
454
|
/**
|
|
455
|
+
* @public
|
|
418
456
|
* <p>Causes the environment to restart the application container server running on each
|
|
419
457
|
* Amazon EC2 instance.</p>
|
|
420
458
|
*/
|
|
@@ -422,6 +460,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
422
460
|
restartAppServer(args: RestartAppServerCommandInput, cb: (err: any, data?: RestartAppServerCommandOutput) => void): void;
|
|
423
461
|
restartAppServer(args: RestartAppServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestartAppServerCommandOutput) => void): void;
|
|
424
462
|
/**
|
|
463
|
+
* @public
|
|
425
464
|
* <p>Retrieves the compiled information from a <a>RequestEnvironmentInfo</a>
|
|
426
465
|
* request.</p>
|
|
427
466
|
* <p>Related Topics</p>
|
|
@@ -437,18 +476,21 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
437
476
|
retrieveEnvironmentInfo(args: RetrieveEnvironmentInfoCommandInput, cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void): void;
|
|
438
477
|
retrieveEnvironmentInfo(args: RetrieveEnvironmentInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void): void;
|
|
439
478
|
/**
|
|
479
|
+
* @public
|
|
440
480
|
* <p>Swaps the CNAMEs of two environments.</p>
|
|
441
481
|
*/
|
|
442
482
|
swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, options?: __HttpHandlerOptions): Promise<SwapEnvironmentCNAMEsCommandOutput>;
|
|
443
483
|
swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void): void;
|
|
444
484
|
swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void): void;
|
|
445
485
|
/**
|
|
486
|
+
* @public
|
|
446
487
|
* <p>Terminates the specified environment.</p>
|
|
447
488
|
*/
|
|
448
489
|
terminateEnvironment(args: TerminateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<TerminateEnvironmentCommandOutput>;
|
|
449
490
|
terminateEnvironment(args: TerminateEnvironmentCommandInput, cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void): void;
|
|
450
491
|
terminateEnvironment(args: TerminateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void): void;
|
|
451
492
|
/**
|
|
493
|
+
* @public
|
|
452
494
|
* <p>Updates the specified application to have the specified properties.</p>
|
|
453
495
|
* <note>
|
|
454
496
|
* <p>If a property (for example, <code>description</code>) is not provided, the value
|
|
@@ -459,12 +501,14 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
459
501
|
updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
460
502
|
updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
461
503
|
/**
|
|
504
|
+
* @public
|
|
462
505
|
* <p>Modifies lifecycle settings for an application.</p>
|
|
463
506
|
*/
|
|
464
507
|
updateApplicationResourceLifecycle(args: UpdateApplicationResourceLifecycleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationResourceLifecycleCommandOutput>;
|
|
465
508
|
updateApplicationResourceLifecycle(args: UpdateApplicationResourceLifecycleCommandInput, cb: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void): void;
|
|
466
509
|
updateApplicationResourceLifecycle(args: UpdateApplicationResourceLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void): void;
|
|
467
510
|
/**
|
|
511
|
+
* @public
|
|
468
512
|
* <p>Updates the specified application version to have the specified properties.</p>
|
|
469
513
|
* <note>
|
|
470
514
|
* <p>If a property (for example, <code>description</code>) is not provided, the value
|
|
@@ -475,6 +519,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
475
519
|
updateApplicationVersion(args: UpdateApplicationVersionCommandInput, cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void): void;
|
|
476
520
|
updateApplicationVersion(args: UpdateApplicationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void): void;
|
|
477
521
|
/**
|
|
522
|
+
* @public
|
|
478
523
|
* <p>Updates the specified configuration template to have the specified properties or
|
|
479
524
|
* configuration option values.</p>
|
|
480
525
|
* <note>
|
|
@@ -494,6 +539,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
494
539
|
updateConfigurationTemplate(args: UpdateConfigurationTemplateCommandInput, cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void): void;
|
|
495
540
|
updateConfigurationTemplate(args: UpdateConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void): void;
|
|
496
541
|
/**
|
|
542
|
+
* @public
|
|
497
543
|
* <p>Updates the environment description, deploys a new application version, updates the
|
|
498
544
|
* configuration settings to an entirely new configuration template, or updates select
|
|
499
545
|
* configuration option values in the running environment.</p>
|
|
@@ -508,6 +554,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
508
554
|
updateEnvironment(args: UpdateEnvironmentCommandInput, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
|
|
509
555
|
updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
|
|
510
556
|
/**
|
|
557
|
+
* @public
|
|
511
558
|
* <p>Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed: <code>TagsToAdd</code>
|
|
512
559
|
* for tags to add or update, and <code>TagsToRemove</code>.</p>
|
|
513
560
|
* <p>Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see
|
|
@@ -533,6 +580,7 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
533
580
|
updateTagsForResource(args: UpdateTagsForResourceCommandInput, cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void): void;
|
|
534
581
|
updateTagsForResource(args: UpdateTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void): void;
|
|
535
582
|
/**
|
|
583
|
+
* @public
|
|
536
584
|
* <p>Takes a set of configuration settings and either a configuration template or
|
|
537
585
|
* environment, and determines whether those values are valid.</p>
|
|
538
586
|
* <p>This action returns a list of messages indicating any errors or warnings associated
|
|
@@ -55,15 +55,24 @@ import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from ".
|
|
|
55
55
|
import { UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput } from "./commands/UpdateTagsForResourceCommand";
|
|
56
56
|
import { ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput } from "./commands/ValidateConfigurationSettingsCommand";
|
|
57
57
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
58
61
|
export type ServiceInputTypes = AbortEnvironmentUpdateCommandInput | ApplyEnvironmentManagedActionCommandInput | AssociateEnvironmentOperationsRoleCommandInput | CheckDNSAvailabilityCommandInput | ComposeEnvironmentsCommandInput | CreateApplicationCommandInput | CreateApplicationVersionCommandInput | CreateConfigurationTemplateCommandInput | CreateEnvironmentCommandInput | CreatePlatformVersionCommandInput | CreateStorageLocationCommandInput | DeleteApplicationCommandInput | DeleteApplicationVersionCommandInput | DeleteConfigurationTemplateCommandInput | DeleteEnvironmentConfigurationCommandInput | DeletePlatformVersionCommandInput | DescribeAccountAttributesCommandInput | DescribeApplicationVersionsCommandInput | DescribeApplicationsCommandInput | DescribeConfigurationOptionsCommandInput | DescribeConfigurationSettingsCommandInput | DescribeEnvironmentHealthCommandInput | DescribeEnvironmentManagedActionHistoryCommandInput | DescribeEnvironmentManagedActionsCommandInput | DescribeEnvironmentResourcesCommandInput | DescribeEnvironmentsCommandInput | DescribeEventsCommandInput | DescribeInstancesHealthCommandInput | DescribePlatformVersionCommandInput | DisassociateEnvironmentOperationsRoleCommandInput | ListAvailableSolutionStacksCommandInput | ListPlatformBranchesCommandInput | ListPlatformVersionsCommandInput | ListTagsForResourceCommandInput | RebuildEnvironmentCommandInput | RequestEnvironmentInfoCommandInput | RestartAppServerCommandInput | RetrieveEnvironmentInfoCommandInput | SwapEnvironmentCNAMEsCommandInput | TerminateEnvironmentCommandInput | UpdateApplicationCommandInput | UpdateApplicationResourceLifecycleCommandInput | UpdateApplicationVersionCommandInput | UpdateConfigurationTemplateCommandInput | UpdateEnvironmentCommandInput | UpdateTagsForResourceCommandInput | ValidateConfigurationSettingsCommandInput;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
59
65
|
export type ServiceOutputTypes = AbortEnvironmentUpdateCommandOutput | ApplyEnvironmentManagedActionCommandOutput | AssociateEnvironmentOperationsRoleCommandOutput | CheckDNSAvailabilityCommandOutput | ComposeEnvironmentsCommandOutput | CreateApplicationCommandOutput | CreateApplicationVersionCommandOutput | CreateConfigurationTemplateCommandOutput | CreateEnvironmentCommandOutput | CreatePlatformVersionCommandOutput | CreateStorageLocationCommandOutput | DeleteApplicationCommandOutput | DeleteApplicationVersionCommandOutput | DeleteConfigurationTemplateCommandOutput | DeleteEnvironmentConfigurationCommandOutput | DeletePlatformVersionCommandOutput | DescribeAccountAttributesCommandOutput | DescribeApplicationVersionsCommandOutput | DescribeApplicationsCommandOutput | DescribeConfigurationOptionsCommandOutput | DescribeConfigurationSettingsCommandOutput | DescribeEnvironmentHealthCommandOutput | DescribeEnvironmentManagedActionHistoryCommandOutput | DescribeEnvironmentManagedActionsCommandOutput | DescribeEnvironmentResourcesCommandOutput | DescribeEnvironmentsCommandOutput | DescribeEventsCommandOutput | DescribeInstancesHealthCommandOutput | DescribePlatformVersionCommandOutput | DisassociateEnvironmentOperationsRoleCommandOutput | ListAvailableSolutionStacksCommandOutput | ListPlatformBranchesCommandOutput | ListPlatformVersionsCommandOutput | ListTagsForResourceCommandOutput | RebuildEnvironmentCommandOutput | RequestEnvironmentInfoCommandOutput | RestartAppServerCommandOutput | RetrieveEnvironmentInfoCommandOutput | SwapEnvironmentCNAMEsCommandOutput | TerminateEnvironmentCommandOutput | UpdateApplicationCommandOutput | UpdateApplicationResourceLifecycleCommandOutput | UpdateApplicationVersionCommandOutput | UpdateConfigurationTemplateCommandOutput | UpdateEnvironmentCommandOutput | UpdateTagsForResourceCommandOutput | ValidateConfigurationSettingsCommandOutput;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
60
69
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
61
70
|
/**
|
|
62
71
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
63
72
|
*/
|
|
64
73
|
requestHandler?: __HttpHandler;
|
|
65
74
|
/**
|
|
66
|
-
* A constructor for a class implementing the {@link
|
|
75
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
67
76
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
68
77
|
* @internal
|
|
69
78
|
*/
|
|
@@ -153,23 +162,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
153
162
|
*/
|
|
154
163
|
logger?: __Logger;
|
|
155
164
|
/**
|
|
156
|
-
* The {@link
|
|
165
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
157
166
|
*/
|
|
158
167
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
159
168
|
}
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
160
172
|
type ElasticBeanstalkClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
161
173
|
/**
|
|
162
|
-
*
|
|
174
|
+
* @public
|
|
175
|
+
*
|
|
176
|
+
* The configuration interface of ElasticBeanstalkClient class constructor that set the region, credentials and other options.
|
|
163
177
|
*/
|
|
164
178
|
export interface ElasticBeanstalkClientConfig extends ElasticBeanstalkClientConfigType {
|
|
165
179
|
}
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
166
183
|
type ElasticBeanstalkClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
167
184
|
/**
|
|
168
|
-
*
|
|
185
|
+
* @public
|
|
186
|
+
*
|
|
187
|
+
* The resolved configuration interface of ElasticBeanstalkClient class. This is resolved and normalized from the {@link ElasticBeanstalkClientConfig | constructor configuration interface}.
|
|
169
188
|
*/
|
|
170
189
|
export interface ElasticBeanstalkClientResolvedConfig extends ElasticBeanstalkClientResolvedConfigType {
|
|
171
190
|
}
|
|
172
191
|
/**
|
|
192
|
+
* @public
|
|
173
193
|
* <fullname>AWS Elastic Beanstalk</fullname>
|
|
174
194
|
* <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable,
|
|
175
195
|
* fault-tolerant applications running on the Amazon Web Services cloud.</p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { AbortEnvironmentUpdateMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AbortEnvironmentUpdateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AbortEnvironmentUpdateCommandInput extends AbortEnvironmentUpdateMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AbortEnvironmentUpdateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Cancels in-progress environment configuration update or application version
|
|
18
23
|
* deployment.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param AbortEnvironmentUpdateCommandInput - {@link AbortEnvironmentUpdateCommandInput}
|
|
35
|
+
* @returns {@link AbortEnvironmentUpdateCommandOutput}
|
|
29
36
|
* @see {@link AbortEnvironmentUpdateCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link AbortEnvironmentUpdateCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {
|
|
|
50
57
|
export declare class AbortEnvironmentUpdateCommand extends $Command<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
51
58
|
readonly input: AbortEnvironmentUpdateCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: AbortEnvironmentUpdateCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ApplyEnvironmentManagedActionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ApplyEnvironmentManagedActionCommandInput extends ApplyEnvironmentManagedActionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ApplyEnvironmentManagedActionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ApplyEnvironmentManagedActionCommandOutput extends ApplyEnvironmentManagedActionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Applies a scheduled managed action immediately. A managed action can be applied only if
|
|
18
23
|
* its status is <code>Scheduled</code>. Get the status and action ID of a managed action with
|
|
19
24
|
* <a>DescribeEnvironmentManagedActions</a>.</p>
|
|
@@ -27,6 +32,8 @@ export interface ApplyEnvironmentManagedActionCommandOutput extends ApplyEnviron
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ApplyEnvironmentManagedActionCommandInput - {@link ApplyEnvironmentManagedActionCommandInput}
|
|
36
|
+
* @returns {@link ApplyEnvironmentManagedActionCommandOutput}
|
|
30
37
|
* @see {@link ApplyEnvironmentManagedActionCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ApplyEnvironmentManagedActionCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface ApplyEnvironmentManagedActionCommandOutput extends ApplyEnviron
|
|
|
42
49
|
export declare class ApplyEnvironmentManagedActionCommand extends $Command<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
43
50
|
readonly input: ApplyEnvironmentManagedActionCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: ApplyEnvironmentManagedActionCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateEnvironmentOperationsRoleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateEnvironmentOperationsRoleCommandInput extends AssociateEnvironmentOperationsRoleMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateEnvironmentOperationsRoleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateEnvironmentOperationsRoleCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk
|
|
18
23
|
* uses the associated operations role for permissions to downstream services during subsequent
|
|
19
24
|
* 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
|
|
@@ -28,6 +33,8 @@ export interface AssociateEnvironmentOperationsRoleCommandOutput extends __Metad
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param AssociateEnvironmentOperationsRoleCommandInput - {@link AssociateEnvironmentOperationsRoleCommandInput}
|
|
37
|
+
* @returns {@link AssociateEnvironmentOperationsRoleCommandOutput}
|
|
31
38
|
* @see {@link AssociateEnvironmentOperationsRoleCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link AssociateEnvironmentOperationsRoleCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface AssociateEnvironmentOperationsRoleCommandOutput extends __Metad
|
|
|
41
48
|
export declare class AssociateEnvironmentOperationsRoleCommand extends $Command<AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
42
49
|
readonly input: AssociateEnvironmentOperationsRoleCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: AssociateEnvironmentOperationsRoleCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|